.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-b9c00a4 *//* ==================================================
   استایل فوتر مدرن (Liquid Glass Footer)
   ================================================== */

.apple-footer-section {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: none;
  border-radius: 24px 24px 0 0;
  padding: 50px 15px 25px;
  direction: rtl;
  color: #1D1D1F;
  box-shadow: 
    0 -8px 24px rgba(0, 0, 0, 0.06),
    0 -2px 8px rgba(0, 0, 0, 0.04),
    0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  margin-top: 60px;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* چیدمان ستون‌ها */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 30px;
}

/* عناوین ستون‌ها */
.footer-col h4 {
  font-size: 14px;
  font-weight: 800;
  color: #1D1D1F;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 8px;
}

.footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 2.5px;
  border-radius: 2px;
  background: #E30613;
}

/* ستون برند */
.footer-brand-title {
  font-size: 18px;
  font-weight: 900;
  color: #1D1D1F;
  margin-bottom: 12px;
}
.footer-brand-title .red-txt {
  color: #E30613;
}

.footer-about {
  font-size: 12px;
  color: #6E6E73;
  line-height: 1.7;
  margin-bottom: 15px;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #48484A;
  font-weight: 600;
}

.footer-contact-info i {
  color: #E30613;
  margin-left: 6px;
  font-size: 14px;
}

/* لیست‌های فوتر */
.apple-footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.apple-footer-section ul li {
  margin-bottom: 6px;
}
.apple-footer-section ul li a {
  font-size: 12.5px;
  font-weight: 600;
  color: #6E6E73;
  text-decoration: none;
  border-radius: 8px;
  padding: 4px 8px;
  margin-right: -8px;
  display: inline-block;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}
.apple-footer-section ul li a:hover {
  color: #E30613;
  transform: translateX(-2px);
  background: rgba(227, 6, 19, 0.05);
}

/* ستون اعتماد و اینماد (وسط‌چین شده) */
.footer-badges-text {
  font-size: 11.5px;
  color: #6E6E73;
  line-height: 1.5;
  margin-bottom: 12px;
}
.footer-enamad-box {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 8px;
  text-align: center;
  margin: 0 auto 12px auto; /* وسط‌چین کردن باکس در ستون */
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.enamad-img {
  max-width: 90px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.footer-guarantee-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
}
.guarantee-badge {
  font-size: 11px;
  font-weight: 700;
  color: #1D1D1F;
  background: rgba(245, 245, 247, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 6px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.guarantee-badge i {
  color: #E30613;
}

/* ==================================================
   نوار پایین فوتر
   ================================================== */
.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  gap: 15px;
}

/* کپی‌رایت راست‌چین */
.footer-copyright {
  text-align: right;
}
.footer-copyright p {
  margin: 0;
  font-size: 12px;
  color: #6E6E73;
}
.footer-brand-text {
  font-weight: 800;
  color: #1D1D1F;
}
.footer-brand-text .red-txt {
  color: #E30613;
}

/* شبکه‌های اجتماعی */
.footer-socials {
  display: flex;
  gap: 10px;
}
.social-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D1D1F;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease,
              color .2s ease, border-color .2s ease,
              box-shadow .2s ease;
}
.social-icon:hover {
  background: #E30613;
  color: #fff;
  border-color: #E30613;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(227, 6, 19, 0.25);
}

/* فوکوس کیبورد */
.apple-footer-section a:focus-visible {
  outline: 2px solid rgba(227, 6, 19, 0.5);
  outline-offset: 2px;
  border-radius: 8px;
}

/* ============ ریسپانسیو ============ */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    text-align: center;
    gap: 15px;
  }
  
  .footer-copyright {
    text-align: center;
  }
  
  .footer-socials {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */