.elementor-kit-36{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-36 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}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 *//* ✅ मोबाइल ज़ूम/कट फिक्स करें */
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
  zoom: 1 !important;
}

/* ✅ सेक्शन और कंटेनर को 100% तक सीमित करें */
.elementor-section {
  max-width: 100% !important;
  width: 100% !important;
  overflow-x: hidden !important;
}

/* ✅ कॉलम की चौड़ाई सीमित करें */
.elementor-column {
  width: 100% !important;
  max-width: 100% !important;
}

/* ✅ बड़े इमेज या कंटेंट को कटने से रोकें */
img, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ✅ टेक्स्ट वर्ड ब्रेक फिक्स */
.elementor-widget {
  word-wrap: break-word;
}

/* ✅ मोबाइल पर Padding और Margin रिस्पॉन्सिव */
@media only screen and (max-width: 767px) {
  .elementor-section,
  .elementor-container,
  .elementor-column {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}/* End custom CSS */