.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f7ba39d:#091932;--e-global-color-d433996:#FFFFFF;--e-global-color-28d7589:#000000;--e-global-color-f58aaae:#363636;--e-global-color-2fcf780:#252525;--e-global-color-268b2b0:#00ECFC;--e-global-color-8b136c9:#D8D8D8;--e-global-color-99fcf8e:#F8F8F8;--e-global-color-2a005aa:#FFD800;--e-global-color-f92a910:#D6D6D6;--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-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:15px;--container-default-padding-bottom:0px;--container-default-padding-left:15px;}}/* Start custom CSS *//* Prevent horizontal scrolling on mobile */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Ensure Elementor sections & wrappers don't exceed viewport width */
.elementor,
.elementor-section,
.elementor-container,
.elementor-row,
.elementor-column,
.elementor-widget {
  max-width: 100vw;
  box-sizing: border-box;
}

/* Fix common mobile overflow caused by absolute elements */
.elementor-section {
  overflow-x: hidden;
}

/* Optional: Ensure images and media never push width */
img,
video,
iframe {
  max-width: 100%;
  height: auto;
}/* End custom CSS */