/* =============================================
   HEADER AND FOOTER STYLING FOR LOGO VISIBILITY
   OpptyWave AI Branding Optimization
   ============================================= */

/* BRIGHT WHITE HEADERS for optimal logo visibility */
html body .header {
    background: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

/* BLACK FOOTERS for optimal logo contrast */  
html body .footer {
    background: #000000 !important;
}

/* Ensure header text remains dark for contrast on white background */
html body .header .nav-link,
html body .header .navbar a,
html body .header .nav-actions a,
html body .header .nav-brand a {
    color: var(--text-primary) !important;
}

/* Ensure footer text remains white on black background */
html body .footer,

html body .footer a,
html body .footer p,
html body .footer span,
html body .footer .footer-content,
html body .footer .footer-content p,\nhtml body .footer .footer-content a,\nhtml body .footer .footer-content span {
    color: #FFFFFF !important;
}