.elementor-943 .elementor-element.elementor-element-8b381f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a1c7952 *//* =========================================
   استایل‌های بخش فوتر (Footer)
========================================= */

.nf-footer {
  background-color: #0b1120; /* رنگ سرمه‌ای بسیار تیره برای انتهای سایت */
  color: #a0aec0; /* رنگ متن خاکستری روشن */
  padding-top: 60px;
  border-top: 2px solid #ff8c00; /* یک خط نارنجی ظریف در بالای فوتر */
}

.nf-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr; /* نسبت عرض ستون‌ها */
  gap: 40px;
  margin-bottom: 40px;
}

/* ستون درباره برند */
.nf-footer-logo-text {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 5px;
}

.nf-footer-logo-text .highlight {
  color: #ff8c00;
}

.nf-footer-slogan {
  color: #ff8c00;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.nf-footer-desc {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* شبکه‌های اجتماعی */
.nf-social-links {
  display: flex;
  gap: 15px;
}

.nf-social-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  background-color: #1e293b;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.nf-social-links a:hover {
  background-color: #ff8c00;
}

/* ستون لینک‌ها */
.nf-footer-links-col h4,
.nf-footer-trust h4 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.nf-footer-links-col h4::after,
.nf-footer-trust h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #ff8c00;
}

.nf-footer-links-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nf-footer-links-col li {
  margin-bottom: 12px;
}

.nf-footer-links-col a {
  color: #a0aec0;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.nf-footer-links-col a:hover {
  color: #ff8c00;
  transform: translateX(-5px); /* حرکت ریز به سمت چپ (برای سایت‌های راست‌چین) */
}

/* لینک خاص نقشه سایت */
.nf-sitemap-link {
  color: #cbd5e1 !important;
  font-weight: bold;
}

/* ستون نماد اعتماد */
.nf-trust-badges {
  display: flex;
  gap: 10px;
}

.nf-badge-placeholder {
  background-color: #ffffff;
  width: 80px;
  height: 90px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #64748b;
  font-size: 12px;
  font-weight: bold;
}

/* پایین فوتر - کپی رایت */
.nf-footer-bottom {
  border-top: 1px solid #1e293b;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
}

.nf-footer-bottom strong {
  color: #ff8c00;
}

/* ریسپانسیو - تبلت */
@media (max-width: 992px) {
  .nf-footer-grid {
    grid-template-columns: 1fr 1fr; /* دو ستونه در تبلت */
  }
}

/* ریسپانسیو - موبایل */
@media (max-width: 576px) {
  .nf-footer-grid {
    grid-template-columns: 1fr; /* تک ستونه در موبایل */
    text-align: center;
  }
  
  .nf-footer-links-col h4::after,
  .nf-footer-trust h4::after {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .nf-social-links,
  .nf-trust-badges {
    justify-content: center;
  }
  
  .nf-footer-links-col a:hover {
    transform: translateX(0); /* غیرفعال کردن حرکت در موبایل */
    color: #ff8c00;
  }
}/* End custom CSS */