/* FORCE H1 WHITE COLOR - HIGHEST PRIORITY */
h1 {
    color: white !important;
}

.hero-section h1 {
    color: white !important;
}

.hero-section h1 * {
    color: white !important;
}

.hero-section h1 span {
    color: white !important;
}

.hero-content h1 {
    color: white !important;
}

.hero-content h1 * {
    color: white !important;
}

.hero-content h1 span {
    color: white !important;
}

/* Override any animation classes */
.wow.fadeInUp {
    color: white !important;
}

.wow.fadeInUp * {
    color: white !important;
}

/* Nuclear option */
* h1 {
    color: white !important;
}

body h1 {
    color: white !important;
}

html body h1 {
    color: white !important;
}