.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-164b73e:#005CFF;--e-global-color-7ad36fb:#00E1FF;--e-global-color-3384fee:#0098F5;--e-global-color-e973a02:#0041FF;--e-global-color-08f31a9:#6A6868;--e-global-color-79b59c0:#CDF0FF;--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-8 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) Kill horizontal scroll globally */
html, body { max-width: 100vw; overflow-x: hidden; }

/* 2) Keep typical Elementor containers inside the viewport */
.elementor-section,
.elementor-container,
.elementor-column,
.e-con { max-width: 100vw; overflow-x: clip; }

/* 3) Media should never exceed the screen width */
img, video, iframe { max-width: 100%; height: auto; display: block; }

/* 4) Sliders / embeds that sometimes spill */
.elementor .swiper,
.elementor .elementor-widget-video iframe,
.elementor .elementor-widget-google_maps iframe { width: 100% !important; }

/* 5) AddToAny floating share (the most likely culprit) */
.a2a_kit.a2a_floating_style { 
  left: auto !important;   /* don’t push layout sideways */
  right: 0 !important; 
  margin: 0 !important;
  max-width: 100vw !important;
}
.a2a_kit.a2a_floating_style .a2a_vertical_style { max-width: 100vw !important; }

/* 6) Safety net: anything wider than the viewport gets clipped */
*[style*="translateX"], 
.elementor-motion-effects-element { max-width: 100vw; overflow-x: clip; }/* End custom CSS */