/* Force white footer background */
#footer {
    background: white !important;
    color: var(--dark-gray) !important;
}

#footer .footer-section {
    background: white !important;
    color: var(--dark-gray) !important;
}

/* Override all other footer styling */
.footer-section {
    background: white !important;
}

#footer h3, 
#footer h4 {
    color: var(--indigo) !important;
}

#footer p, 
#footer a, 
#footer li, 
#footer div {
    color: var(--dark-gray) !important;
}

/* Absolutely force white background on the entire footer */
body > footer {
    background: white !important;
}

/* Add !important to absolutely override all other styles */
footer {
    background-color: white !important;
}