.elementor-232 .elementor-element.elementor-element-2afa802{--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-232 .elementor-element.elementor-element-2afa802.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-232 .elementor-element.elementor-element-75f0de2.elementor-element{--align-self:stretch;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-232 .elementor-element.elementor-element-75f0de2{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-232 .elementor-element.elementor-element-75f0de2.elementor-element{--align-self:stretch;}}@media(min-width:768px){.elementor-232 .elementor-element.elementor-element-2afa802{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-75f0de2 *//* تمام‌عرض کردن فوتر */
.site-footer {
    width: 100%; /* مطمئن شوید که تمام‌عرض است */
    background-color: #333; /* یک رنگ پس‌زمینه تیره برای کنتراست */
    color: #fff; /* رنگ متن روشن */
    padding: 40px 0 20px 0;
}

/* کانتینر داخلی برای محدود کردن عرض محتوا و چینش ستون‌ها */
.footer-container {
    max-width: 1200px; /* حداکثر عرض محتوا را محدود می‌کند */
    margin: 0 auto; /* در مرکز قرار می‌دهد */
    display: flex; /* برای چینش ستون‌ها */
    flex-wrap: wrap; /* برای واکنش‌گرا بودن */
    justify-content: space-between; /* پخش ستون‌ها */
    padding: 0 15px; /* فاصله داخلی کناری */
}

/* استایل‌دهی به عناوین */
.footer-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff9900; /* خط زیرین برای تأکید */
    padding-bottom: 5px;
    width: fit-content;
}

/* استایل‌دهی به بخش‌های مختلف */
.footer-brand, .footer-links, .footer-social {
    margin-bottom: 30px;
    flex: 1; /* اجازه رشد یکسان به ستون‌ها */
    min-width: 200px; /* حداقل عرض برای واکنش‌گرا بودن */
}
.footer-brand {
    flex: 1.5; /* ستون برند کمی عریض‌تر */
}

/* استایل‌دهی به لیست لینک‌ها */
.footer-links ul, .footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* استایل‌دهی به لینک‌های فوتر */
.site-footer a {
    color: #ccc; /* رنگ پیش‌فرض لینک‌ها */
    text-decoration: none;
    transition: color 0.3s ease; /* **افکت هاور: انتقال نرم رنگ** */
    display: inline-block;
    padding: 5px 0;
}

/* **افکت هاور برای لینک‌ها** */
.site-footer a:hover {
    color: #ff9900; /* رنگ جدید هنگام هاور */
    text-decoration: underline;
}

/* استایل آیکون‌ها در کنار متن (برای ستون لینک‌ها) */
.footer-links a i {
    margin-left: 8px; /* فاصله از متن */
    font-size: 1rem;
}

/* استایل لیست شبکه‌های اجتماعی */
.social-list {
    display: flex;
}
.social-list a {
    font-size: 1.5rem; /* اندازه بزرگتر آیکون‌ها */
    padding: 5px;
}

/* بخش کپی‌رایت */
.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #999;
}

/* مدیا کوئری برای نمایش در موبایل */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column; /* ستون‌ها زیر هم قرار می‌گیرند */
        text-align: center; /* تراز میانی */
    }
    .footer-title {
        margin: 0 auto 15px auto; /* عناوین در مرکز */
    }
    .social-list {
        justify-content: center; /* آیکون‌ها در مرکز */
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2afa802 */:root {
  --bg: #335C67;
  --yellow: #FFF3B0;
  --white: #ffffff;
}

body {
  margin: 0;
  font-family: 'Vazirmatn', sans-serif;
  background: #f5f5f5;
}

.site-footer {
  width: 100%;
  background: var(--bg);
  color: var(--white);
  padding: 2rem 1rem 1rem;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footer-title {
  color: var(--yellow);
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 400; /* بدون بولد */
}

.footer-brand p {
  margin: 0;
  line-height: 1.6;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links a {
  color: var(--white);
  text-decoration: none;
  display: block;
  margin: 0.4rem 0;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--yellow);
}

.footer-social .social-list {
  display: flex;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

.icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--white);
  stroke-width: 1.5;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.2);
  text-align: center;
  font-size: 0.9rem;
  color: var(--white);
}

/* ریسپانسیو */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-social .social-list {
    justify-content: center;
  }
}/* End custom CSS */