/* Site-wide pure white page backgrounds (loads after theme CSS) */
:root {
    --new-section-bg: #ffffff;
    --new-section-bg-2: #ffffff;
    --dashboard-bg: #ffffff;
    --section-bg-1: #ffffff;
    --section-bg-2: #ffffff;
}

html,
body.__aiservices,
body {
    background-color: #ffffff !important;
}

/* Theme utility classes */
.section-bg-1,
.section-bg-2,
.new-section-bg,
.new-section-bg-2,
.footer-bg,
.navbar-bg-2,
.gradient-bg-1,
.gradient-bg-2,
.gradient-footer,
.banner-inner-area,
.single-service.section-bg-2,
.dashboard__area,
.dashboard-area,
[class*="new_"][class*="_area"],
body.__aiservices section,
body.__aiservices footer.footer-area {
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Page builder per-widget "Section Background Color" (admin) */
body.__aiservices section[style*="background"],
body.__aiservices div.new_banner_area[style*="background"] {
    background-color: #ffffff !important;
}
