.elementor-kit-516{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-552b7b66:#404E5C;--e-global-color-5e08a5e0:#71979C;--e-global-color-3379cc34:#71979C;--e-global-color-14fbdf5b:#71979C;--e-global-color-3787ed1d:#F2F3F5;--e-global-color-7f0518df:#71979C;--e-global-color-2bcdf2b7:#71979C;--e-global-color-136afdec:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-family:"Raleway", Sans-serif;}.elementor-kit-516 e-page-transition{background-color:#FFBC7D;}.elementor-kit-516 h1{font-family:"Raleway", Sans-serif;}.elementor-kit-516 h2{font-family:"Raleway", Sans-serif;}.elementor-kit-516 h3{font-family:"Raleway", Sans-serif;}.elementor-kit-516 h4{font-family:"Raleway", Sans-serif;}.elementor-kit-516 h5{font-family:"Raleway", Sans-serif;}.elementor-kit-516 h6{font-family:"Helvetica", Sans-serif;}.elementor-kit-516 button,.elementor-kit-516 input[type="button"],.elementor-kit-516 input[type="submit"],.elementor-kit-516 .elementor-button{font-family:"Helvetica", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* === Minimal, safe fixes === */

/* 1) Stop horizontal scrolling without breaking sticky/fixed elements */
html, body {
  overflow-x: clip;  /* better than hidden; prevents layout jumps */
  margin: 0;
}

/* 2) Elementor "stretched section" overflow fix (common cause of sideways scroll) */
.elementor-section.elementor-section-stretched {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/* 3) Any element hard-coded to 100vw can overflow when a scrollbar appears */
*[style*="100vw"] {
  max-width: 100% !important;
}

/* 4) Media should never exceed the viewport width */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 5) Remove theme/header spacing that creates a thin white strip at top */
html, body, header, .site-header {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border-top: 0 !important;
}

/* Optional: if you use Elementor Theme Builder header, kill spacer gap */
.elementor-location-header + .elementor {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Default: transparent */
.elementor-location-header .elementor-section{
  background: transparent !important;
  transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

/* Scrolled: solid (or frosted) */
.onm-header-solid .elementor-location-header .elementor-section{
  background: rgba(23,34,45,.88); /* change to your brand colour */
  backdrop-filter: blur(6px) saturate(120%);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

/* Ensure header is above content */
.elementor-location-header{ z-index: 100 !important; position: relative; }/* End custom CSS */