.elementor-kit-6{--e-global-color-primary:#7E00CC;--e-global-color-secondary:#0D0D0D;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-family:"Cairo", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Cairo", Sans-serif;}.elementor-kit-6 h1{font-family:"Cairo", Sans-serif;}.elementor-kit-6 h2{font-family:"Cairo", Sans-serif;}.elementor-kit-6 h3{font-family:"Cairo", Sans-serif;}.elementor-kit-6 h4{font-family:"Cairo", Sans-serif;}.elementor-kit-6 h5{font-family:"Cairo", Sans-serif;}.elementor-kit-6 h6{font-family:"Cairo", Sans-serif;}.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 */body {
  overflow-x: hidden !important;
}
/* همه چک‌باکس‌ها */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  vertical-align: middle;
  transition: all 0.2s ease;
}

/* تیک سفارشی */
input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: white;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease;
}

/* وقتی چک‌باکس انتخاب شد */
input[type="checkbox"]:checked {
  background-color: #7e00cc; /* رنگ لایت مود */
  border-color: #7e00cc;
}

input[type="checkbox"]:checked::after {
  content: "✔";
  transform: translate(-50%, -50%) scale(1);
}

/* هم‌ترازی متن لیبل با چک‌باکس */
input[type="checkbox"] + * {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* فاصله با متن */
}/* End custom CSS */