/* Footer Text Visibility Fix - Maximum Override Priority */

/* Override tirupati-brand.css global styles in footer */
footer * {
    color: #E8E8E8 !important;
}

footer h1,
footer h2, 
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #d3df37 !important;
}

footer i {
    color: #d3df37 !important;
}

/* Override specific brand CSS rules */
body footer h1,
body footer h2,
body footer h3, 
body footer h4,
body footer h5,
body footer h6 {
    color: #d3df37 !important;
}

body footer p,
body footer span,
body footer div {
    color: #E8E8E8 !important;
}

/* Override inline styles */
footer [style] {
    color: #E8E8E8 !important;
}

footer h1[style],
footer h2[style],
footer h3[style],
footer h4[style],
footer h5[style],
footer h6[style] {
    color: #d3df37 !important;
}

footer i[style] {
    color: #d3df37 !important;
}