.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#165BAA;--e-global-color-text:#1E1E1E;--e-global-color-accent:#FFB54C;--e-global-typography-primary-font-family:"Iransans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Iransans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Iransans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Iransans";--e-global-typography-accent-font-weight:500;font-family:"Iransans", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Iransans", Sans-serif;font-size:72px;font-weight:700;}.elementor-kit-6 h2{font-family:"Iransans", Sans-serif;font-size:36px;font-weight:700;}.elementor-kit-6 h3{font-family:"Iransans", Sans-serif;font-size:20px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== PTA Header Nav Menu ===== */

header .elementor-nav-menu--main {
  display: flex;
  gap: 50px;
}

header .elementor-nav-menu--main > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;

  font-size: 14px;
  font-weight: 600;
  color: #1E1E1E;

  transition:
    color 0.45s ease,
    font-weight 0.45s ease;
}

/* underline */
header .elementor-nav-menu--main > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #FFB54C;

  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.45s ease;
}

header .elementor-nav-menu--main > li > a:hover {
  color: #FFB54C;
  font-weight: 900;
}

header .elementor-nav-menu--main > li > a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* active item */
header .elementor-nav-menu--main > li.current-menu-item > a {
  color: #FFB54C;
  font-weight: 900;
}

header .elementor-nav-menu--main > li.current-menu-item > a::after {
  transform: translateX(-50%) scaleX(1);
}




/* ================================
   PTA HEADER – SAFE RESPONSIVE FIX
   (No layout breaking)
================================ */

/* ---------- HEADER BASE ---------- */
header.elementor-element,
.elementor-location-header {
  width: 100%;
}

/* ---------- LOGO FIX (ALL MODES) ---------- */
.elementor-location-header img {
  height: auto;
  max-height: 56px;
}

/* ---------- DESKTOP ONLY ---------- */
@media (min-width: 1200px) {

  .elementor-location-header {
    padding-left: 110px;
    padding-right: 110px;
  }

}

/* ---------- TABLET ONLY ---------- */
@media (max-width: 1199px) and (min-width: 768px) {

  .elementor-location-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* prevent buttons overflow */
  .elementor-location-header a {
    white-space: nowrap;
  }
}

/* ---------- MOBILE ONLY ---------- */
@media (max-width: 767px) {

  .elementor-location-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* keep header compact */
  .elementor-location-header img {
    max-height: 44px;
  }

}

/* RESET HEADER WIDTH — SAFE */
.elementor-location-header,
.elementor-location-header header {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* ================================
   FORCE JET MOBILE MENU VISIBILITY
   ================================ */

@media (max-width: 767px) {

  /* هدر تمام عرض */
  .pta-header.elementor-sticky--active {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    inset-inline-start: 0 !important;
  }

  /* مخفی‌سازی همه آیتم‌ها به جز لوگو و منو */
  .pta-header__lang,
  .pta-header__login,
  .pta-header__signup,
  .pta-header__cta {
    display: none !important;
  }

  /* فعال‌سازی حالت موبایل Jet */
  .jet-nav-wrap {
    display: flex !important;
  }

  /* نمایش همبرگر */
  .jet-nav__mobile-trigger {
    display: flex !important;
    position: relative;
    z-index: 99999;
  }

  .jet-nav__mobile-trigger svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
  }

  /* مخفی کردن منوی افقی دسکتاپ */
  .jet-nav--horizontal {
    display: none !important;
  }
}










/* ================================
   PTA HEADER – FIX STICKY FULL WIDTH
   ================================ */

/* حالت عادی */
.pta-header {
  width: 100%;
  max-width: 100%;
}

/* حالت Sticky (اصل مشکل اینجاست) */
.pta-header.elementor-sticky--active {
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  inset-inline-start: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* جلوگیری از تزریق عرض ثابت توسط Elementor */
.pta-header.elementor-sticky--active[style] {
  width: 100% !important;
  inset-inline-start: 0 !important;
}


















/* کانتینر بیرونی فوتر */
.pta-footer {
  width: 100vw;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* کانتینر داخلی محتوا */
.pta-footer-inner {
  max-width: 1280px;   /* استاندارد مانیتورهای بزرگ */
  margin: 0 auto;
  padding: 80px 32px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;           /* فاصله حرفه‌ای بین ستون‌ها */
}

/* ریسپانسیو */
@media (max-width: 1024px) {
  .pta-footer-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}

@media (max-width: 640px) {
  .pta-footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 60px 20px;
  }
}

/* ===== PTA Cards – Width Fix ===== */

.pta-product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;

  /* کلید حل مشکل */
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}

/* کارت */
.pta-product-card {
  box-sizing: border-box;
  width: 100%;
}

/* Desktop */
@media (min-width: 1025px) {
  .pta-product-card {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .pta-product-card {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pta-product-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Elementor width killer */
.elementor-section,
.elementor-container,
.elementor-widget-wrap {
  max-width: 100% !important;
}

.pta-product-card {
  min-width: 0 !important;
}


/* ===============================
   PTA Cards Desktop Inner Padding
   =============================== */
   
@media (min-width: 1200px) {
  .pta-product-grid {
    padding-left: clamp(60px, 8vw, 110px);
    padding-right: clamp(60px, 8vw, 110px);
    padding-top: clamp(0px, 0vw, 0px);
    padding-bottom: clamp(0px, 0vw, 0px);

  }
}


.pta-card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
}


/* ===============================
   PTA Card Buttons Responsive
   =============================== */

/* موبایل و تبلت */
/* ===============================
   PTA – Equal Buttons on Mobile
   =============================== */

@media (max-width: 1024px) {

  .pta-card-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch;
    gap: 30px;
  }

  .pta-card-actions a,
  .pta-card-actions button {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    width: 100% !important;

    padding: 10px 8px !important;
    font-size: 13px;
    text-align: center;

    white-space: nowrap;
    box-sizing: border-box;
  }
}


@media (max-width: 380px) {
  .pta-card-actions a,
  .pta-card-actions button {
    font-size: 12px;
    padding: 9px 6px !important;
  }
}/* End custom CSS */