/* FORCE WHITE BACKGROUND IMMEDIATELY - NO ANIMATION DELAY */

.service-card,
.service-card.featured,
.service-card.featured-card {
    background: white !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    color: #0D3520 !important;
}

.service-card h3,
.service-card p,
.service-card li {
    color: #0D3520 !important;
}

/* Override any animation states */
.service-card.animate-in {
    background: white !important;
    opacity: 1 !important;
}

/* Ensure services section is white */
.services {
    background: white !important;
}
