.elementor-1082 .elementor-element.elementor-element-a850834{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;}.elementor-1082 .elementor-element.elementor-element-0245aa5{width:100%;max-width:100%;}.elementor-1082 .elementor-element.elementor-element-0245aa5.elementor-element{--flex-grow:1;--flex-shrink:0;}.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-0245aa5 *//* =========================================================
   FOOTER | مرکز پودولوژی
   رنگ سازمانی: سبز زمردی، کرم، طلایی
   ========================================================= */

/* جلوگیری از ایجاد اسکرول افقی بر اثر فول‌ویدث شدن فوتر */


/* متغیرهای رنگی */
.pod-footer {
  --pod-green-dark: #063F37;
  --pod-green: #0A6655;
  --pod-mint: #DDEFE8;
  --pod-cream: #FAF7F0;
  --pod-gold: #C8A664;
  --pod-white: #FFFFFF;

  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;

  position: relative;
  display: block;
  overflow: hidden;
  background: var(--pod-green-dark) !important;
  color: var(--pod-mint);
  font-family: IRANSans, IRANSansX, Vazirmatn, Tahoma, Arial, sans-serif;
  direction: rtl;
}

/* خط طلایی ظریف بالای فوتر */
.pod-footer::before {
  content: "";
  display: block;
  width: min(1160px, calc(100% - 40px));
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(200, 166, 100, 0.18) 8%,
    rgba(200, 166, 100, 0.85) 30%,
    #C8A664 50%,
    rgba(200, 166, 100, 0.85) 70%,
    rgba(200, 166, 100, 0.18) 92%,
    transparent 100%
  );
}

/* محدودیت عرض فقط برای محتوای داخلی است */
.pod-footer__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 24px 24px;
  box-sizing: border-box;
}

/* گرید چهار ستونه */
.pod-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.15fr 1.25fr;
  gap: 40px;
  padding-bottom: 48px;
}

/* ---------------------------------------------------------
   برند و معرفی
   --------------------------------------------------------- */

.pod-footer__brand,
.pod-footer__column {
  min-width: 0;
}

.pod-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 18px;
  color: var(--pod-cream) !important;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none !important;
}

.pod-footer__logo span {
  color: var(--pod-gold);
}

.pod-footer__brand p {
  max-width: 315px;
  margin: 0 0 23px;
  color: rgba(221, 239, 232, 0.82);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.05;
}

/* دکمه واتس‌اپ */
.pod-footer__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 16px;
  border: 1px solid rgba(200, 166, 100, 0.72);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--pod-cream) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none !important;
  transition: background 0.25s ease, color 0.25s ease,
              border-color 0.25s ease, transform 0.25s ease;
}

.pod-footer__whatsapp:hover {
  border-color: var(--pod-gold);
  background: var(--pod-gold);
  color: var(--pod-green-dark) !important;
  transform: translateY(-2px);
}

.pod-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pod-gold);
  font-size: 18px;
  line-height: 1;
  transition: color 0.25s ease;
}

.pod-footer__whatsapp:hover .pod-whatsapp-icon {
  color: var(--pod-green-dark);
}

/* ---------------------------------------------------------
   ستون‌ها و لینک‌ها
   --------------------------------------------------------- */

.pod-footer__column h3 {
  position: relative;
  margin: 4px 0 20px;
  padding-bottom: 12px;
  color: var(--pod-cream);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.pod-footer__column h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 3px;
  background: var(--pod-gold);
}

.pod-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pod-footer__column li {
  margin: 0 0 12px;
  padding: 0;
}

.pod-footer__column li:last-child {
  margin-bottom: 0;
}

.pod-footer__column li a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(221, 239, 232, 0.79) !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  text-decoration: none !important;
  transition: color 0.2s ease, transform 0.2s ease;
}

.pod-footer__column li a::before {
  content: "←";
  color: var(--pod-gold);
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 1;
  transition: transform 0.2s ease;
}

.pod-footer__column li a:hover {
  color: var(--pod-cream) !important;
  transform: translateX(-3px);
}

.pod-footer__column li a:hover::before {
  transform: translateX(-2px);
}

/* ---------------------------------------------------------
   اطلاعات تماس
   --------------------------------------------------------- */

.pod-footer__contact-item {
  margin: 0 0 16px;
}

.pod-footer__contact-item:last-child {
  margin-bottom: 0;
}

.pod-footer__contact-item span {
  display: block;
  margin-bottom: 4px;
  color: var(--pod-gold);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
}

.pod-footer__contact-item a,
.pod-footer__contact-item strong {
  display: block;
  color: rgba(250, 247, 240, 0.88) !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.95;
  text-decoration: none !important;
}

.pod-footer__contact-item a {
  direction: ltr;
  text-align: right;
  unicode-bidi: plaintext;
}

.pod-footer__contact-item a:hover {
  color: var(--pod-gold) !important;
}

/* ---------------------------------------------------------
   بخش پایینی فوتر
   --------------------------------------------------------- */

.pod-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(221, 239, 232, 0.14);
}

.pod-footer__bottom p {
  margin: 0;
  color: rgba(221, 239, 232, 0.58);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.pod-footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pod-footer__bottom-links a {
  color: rgba(221, 239, 232, 0.68) !important;
  font-size: 12px;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.pod-footer__bottom-links a:hover {
  color: var(--pod-gold) !important;
}

.pod-footer__bottom-links span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--pod-gold);
  opacity: 0.85;
}

/* ---------------------------------------------------------
   ریسپانسیو: تبلت
   --------------------------------------------------------- */

@media (max-width: 1024px) {
  .pod-footer__inner {
    padding: 52px 28px 24px;
  }

  .pod-footer__grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 38px 34px;
  }

  .pod-footer__brand p {
    max-width: 400px;
  }
}

/* ---------------------------------------------------------
   ریسپانسیو: موبایل
   --------------------------------------------------------- */

@media (max-width: 767px) {
  .pod-footer::before {
    width: calc(100% - 32px);
  }

  .pod-footer__inner {
    padding: 42px 20px 20px;
  }

  .pod-footer__grid {
    grid-template-columns: 1fr;
    gap: 31px;
    padding-bottom: 34px;
  }

  .pod-footer__logo {
    margin-bottom: 14px;
    font-size: 23px;
  }

  .pod-footer__brand p {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 2;
  }

  .pod-footer__whatsapp {
    width: 100%;
    min-height: 45px;
    box-sizing: border-box;
  }

  .pod-footer__column h3 {
    margin-top: 0;
  }

  .pod-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 18px;
  }

  .pod-footer__bottom-links {
    flex-wrap: wrap;
  }
  
}/* End custom CSS */