/* Footer Styles */
footer.bg-dark {
    color: #ffffff !important;
}

footer a {
    color: #ffffff !important;
    transition: color 0.2s;
}

footer a:hover {
    color: #0d6efd !important;
}

footer h5 {
    color: #ffffff !important;
}

footer p,
footer span {
    color: #ffffff !important;
}

