/* Additional Footer Text Fixes */
footer,
footer * {
    color: #ffffff !important;
}

footer a {
    color: #ffffff !important;
    transition: all 0.3s ease;
}

footer a:hover {
    color: #3b82f6 !important;
    opacity: 0.9;
}

footer .social-link:hover {
    transform: translateY(-3px);
}

footer .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

footer h5,
footer h6 {
    color: #ffffff !important;
    font-weight: 600;
}