.elementor-kit-125{--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;background-color:#E4E2D4;}.elementor-kit-125 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 *//* 1) Stop horizontal scrolling globally */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* 2) Keep common Elementor wrappers from exceeding the viewport */
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  max-width: 100vw;
  overflow-x: hidden;
}

/* 3) Boxed sections: prevent 100vw + padding from overflowing */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

/* 4) Media should never be wider than their parent */
img, svg, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 5) Sliders / carousels sometimes push the page width */
.swiper,
.elementor-swiper,
.elementor-widget-image-carousel {
  overflow: hidden;
}

/* 6) Safety net for Gutenberg images too */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/* 7) Occasionally icons/buttons with long words spill */
button, a, .elementor-button {
  word-break: break-word;
}/* End custom CSS */