.elementor-4051 .elementor-element.elementor-element-a23f8a9{--display:flex;}/* Start custom CSS *//* FORCE ENTIRE PAGE BACKGROUND TO PURE WHITE */

html,
body,
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.site,
.site-content,
.content-area {
    background: #FFFFFF !important;
}

/* REMOVE DARK OVERLAYS / THEME LAYERS */
body::before,
body::after,
.site::before,
.site::after {
    display: none !important;
    background: transparent !important;
}

/* ENSURE NO GRADIENTS OR IMAGE BACKGROUNDS */
body {
    background-image: none !important;
    background-color: #FFFFFF !important;
}
/* =================================
   GLOBAL SECTION SPACING REDUCTION
================================= */

section,
.elementor-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* MOBILE REFINEMENT */
@media(max-width:768px){

    section,
    .elementor-section{
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

}/* End custom CSS */