.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-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-6 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);}.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:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   SP AIR DUCTS - PREVENT HORIZONTAL SCROLL (V3 - FORM SAFE)
   Replace previous CSS in: Elementor → Site Settings → Custom CSS
   This version DOES NOT break Elementor form fields
   ========================================================= */

/* === BASE: Lock html and body only === */
html,
body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    position: relative !important;
    margin: 0 !important;
}

/* === Page-level wrappers === */
#page,
#content,
.site,
.site-content,
.page-content,
main {
    max-width: 100% !important;
    overflow-x: clip;
}

/* === Elementor sections - lock width but DON'T touch inner widgets === */
.elementor-section {
    max-width: 100% !important;
    overflow-x: clip;
}

/* === Stretched sections - keep within viewport === */
.elementor-section.elementor-section-stretched {
    max-width: 100vw !important;
    overflow-x: clip !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* === Fix Back-to-Top button positioning === */
.sp-back-top {
    right: 20px !important;
    bottom: 20px !important;
    box-sizing: border-box !important;
}
@media (max-width: 767px) {
    .sp-back-top {
        right: 12px !important;
        bottom: 90px !important;
        width: 44px !important;
        height: 44px !important;
    }
}

/* === Floating mobile CTA bar - lock to viewport === */
.sp-floating-cta {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
}

/* === Images, video, iframes - prevent overflow === */
img,
video,
iframe,
embed,
object {
    max-width: 100%;
    height: auto;
}

/* === Decorative blob/glow elements - prevent overflow === */
.sp-packages::before,
.sp-packages::after,
.sp-cta-banner::before,
.sp-contact-info::before,
.sp-cnt-info::before,
.sp-area-cta::before,
.sp-footer-cta::before,
.sp-footer-cta::after,
.hero::before {
    pointer-events: none;
}

/* === Mobile-specific === */
@media (max-width: 1024px) {
    html, body {
        overflow-x: hidden !important;
        position: relative !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    html, body {
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
    }
}

/* === IMPORTANT: Restore Elementor form fields full width === */
.elementor-form,
.elementor-form .elementor-field-group,
.elementor-form input,
.elementor-form textarea,
.elementor-form select,
.elementor-field-textual,
.elementor-form-fields-wrapper {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* === Make sure form columns don't get clipped === */
.sp-form-column,
.sp-cnt-form-side,
.sp-form-column .elementor-widget-shortcode,
.sp-cnt-form-side .elementor-widget-shortcode,
.sp-form-column .elementor-widget-container,
.sp-cnt-form-side .elementor-widget-container {
    overflow: visible !important;
    max-width: 100% !important;
}/* End custom CSS */