.elementor-kit-4{--e-global-color-primary:#4893FF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"IRANSansWeb_FaNum_Medium";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"IRANSansWeb_FaNum_Medium";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IRANSansWeb_FaNum_Medium";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IRANSansWeb_FaNum_Medium";--e-global-typography-accent-font-weight:500;font-family:"IRANSansWeb_FaNum_Medium", Sans-serif;}.elementor-kit-4 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 0%, #f2295b 100%);}.elementor-kit-4 a{font-family:"IRANSansWeb_FaNum_Medium", Sans-serif;}.elementor-kit-4 h1{font-family:"IRANSansWeb_FaNum_Medium", Sans-serif;}.elementor-kit-4 h2{font-family:"IRANSansWeb_FaNum_Medium", Sans-serif;}.elementor-kit-4 h3{font-family:"IRANSansWeb_FaNum_Medium", Sans-serif;}.elementor-kit-4 h4{font-family:"IRANSansWeb_FaNum_Medium", Sans-serif;}.elementor-kit-4 h5{font-family:"IRANSansWeb_FaNum_Medium", Sans-serif;}.elementor-kit-4 h6{font-family:"IRANSansWeb_FaNum_Medium", Sans-serif;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{border-radius:8px 8px 8px 8px;}.elementor-kit-4 img{border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* — جلوگیری از overflow افقی کل سایت — */
html, body {
  max-width: 100vw;
  overflow-x: hidden !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* — همه تصاویر، ویدیوها، iframe-ها واکنش‌گرا شوند — */
img, video, iframe, embed, object {
  max-width: 100%;
  width: 100%;
  height: auto !important;
  display: block;
  object-fit: contain;
}

/* — اگر متن یا لینک‌هایی دارید که خیلی طولانی‌اند و ممکن است layout بشکنند — */
/* باعث شکستن layout نمی‌شود اما خوانایی بهتر می‌شود */
p, li, a, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

/* — برای المان‌های container / بخش‌های قالب — اطمینان از اینکه پهنا و box-sizing درست هستند */
*, *::before, *::after {
  box-sizing: border-box;
}/* End custom CSS */