/* CSS for active footer links */
.active-footer-link {
    color: #007bff !important; /* Bootstrap primary blue color */
    font-weight: bold;
    text-decoration: underline !important;
}
