    .footer-link {
        color: #192635;
        transition: color 0.3s ease;
    }

    .footer-link:hover, .footer-link:focus {
        color: white;
        text-decoration: underline;
    }

    .footer.fixed-bottom {
    z-index: 1040;
}


    @media (max-width: 576px) {
        .footer {
            font-size: 0.85rem;
            padding-top: 1rem !important;
            padding-bottom: 1rem !important;
        }
    }