/* White Background Fix for Main Site */

/* Ensure body and html have pure white background */
html,
body {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

/* Ensure main content areas are white */
.main-content,
.content-area,
.content-area-7,
.featured-car-section,
.services,
.services-2 {
    background-color: #ffffff !important;
}

/* Fix any sections that might have dark backgrounds */
.popular-places-section .counters-2,
.popular-places-section .intro-section-2 {
    /* Keep their existing styling for counters and CTA sections */
    background-color: inherit;
}

/* Ensure all major wrapper divs are white */
.wrapper,
.main-wrapper,
.page-wrapper {
    background-color: #ffffff !important;
}

/* Override any gradient backgrounds on main sections */
.section,
.content-section {
    background: #ffffff !important;
}

/* Ensure sponsored section has clean white background */
.sponsored-section {
    background: #ffffff !important;
}

/* Override any cream/beige backgrounds */
*[style*="background: #fff9f7"],
*[style*="background-color: #fff9f7"] {
    background: #ffffff !important;
    background-color: #ffffff !important;
}
