.elementor-195 .elementor-element.elementor-element-d74f3e6:not(.elementor-motion-effects-element-type-background), .elementor-195 .elementor-element.elementor-element-d74f3e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-ee5c4e5 ) 0%, var( --e-global-color-ee5c4e5 ) 100%);}.elementor-195 .elementor-element.elementor-element-d74f3e6{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-47px;margin-bottom:0px;}.elementor-195 .elementor-element.elementor-element-d74f3e6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-195 .elementor-element.elementor-element-754eaa6{width:var( --container-widget-width, 106.828% );max-width:106.828%;--container-widget-width:106.828%;--container-widget-flex-grow:0;}.elementor-195 .elementor-element.elementor-element-963cb16:not(.elementor-motion-effects-element-type-background), .elementor-195 .elementor-element.elementor-element-963cb16 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1C3947;}.elementor-195 .elementor-element.elementor-element-963cb16{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-195 .elementor-element.elementor-element-963cb16 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-195 .elementor-element.elementor-element-0ef662e.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-195 .elementor-element.elementor-element-0ef662e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}/* Start custom CSS for section, class: .elementor-element-d74f3e6 *//* ================================
   FULL PAGE BACKGROUND FIX
   ================================ */
html, body {
    background-color: #F4B000 !important; /* Your yellow color */
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important; /* Removes horizontal scroll */
}

/* Remove default Elementor spacing */
.elementor-section {
    margin: 0 !important;
    padding: 0 !important;
}

/* Make all top sections stretch full width */
.elementor-section.elementor-top-section {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

/* ================================
   COLUMN + CONTENT RESPONSIVE FIX
   ================================ */
.elementor-column {
    padding: 0 !important;
    margin: 0 !important;
}

/* Ensure images are responsive */
.elementor img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* ================================
   DESKTOP / TABLET FIX
   ================================ */
@media (min-width: 768px) {
    body, html {
        background-color: #F4B000 !important; /* Yellow everywhere */
    }

    .elementor-section-stretched {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* ================================
   BANNER FIX (IMPORTANT)
   ================================ */
.banner-wrapper,
.skyexch-banner,
.elementor-widget-image img {
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    display: block !important;
}/* End custom CSS */