/* Footer Styling */
footer.bg-dark {
    background-color: #000 !important;
    color: #fff !important;
}

/* Make all text inside footer white */
footer.bg-dark,
footer.bg-dark h4,
footer.bg-dark h6,
footer.bg-dark p,
footer.bg-dark a,
footer.bg-dark li,
footer.bg-dark i {
    color: #fff !important;
}

/* Remove muted effect and make all text brighter */
footer.bg-dark .text-muted {
    color: #fff !important;
}

/* Remove underline from all links */
footer.bg-dark a {
    text-decoration: none !important;
}

/* Link hover: keep white color, no underline */
footer.bg-dark a:hover {
    color: #ddd !important;
    text-decoration: none !important;
}

/* Social icon styling */
footer.bg-dark .social-links a {
    color: #fff !important;
    transition: color 0.3s ease;
}

footer.bg-dark .social-links a:hover {
    color: #1e90ff !important;
}
