footer {
    font-family: 'Inter', sans-serif;
}

footer a:not(.social-icon-link) {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s ease, text-decoration 0.2s ease, transform 0.2s ease;
}

footer a:not(.social-icon-link):hover {
    transform: translateY(-3px);
    color: white !important;
    text-decoration: underline;
}

footer .contact-list-item i {
    font-size: 1.1rem;
    width: 25px;
    text-align: center;
    color: inherit;
}

.social-icon-link {
    font-size: 1.8rem;
    color: var(--bs-light);
    transition: transform 0.2s ease, color 0.2s ease;
}

.social-icon-link:hover {
    transform: translateY(-3px);
}

.social-icon-link.bi-facebook:hover {
    color: #1877F2;
}

.social-icon-link.bi-instagram:hover {
    background: -webkit-linear-gradient(#fdf497, #fd5949, #d6249f, #285AEB);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.social-icon-link.bi-whatsapp:hover {
    color: #25D366;
}

@media (max-width: 767.98px) {
    footer .text-md-start {
        text-align: center !important;
    }

    footer .col-md-3.mb-4 {
        text-align: center;
    }

    footer .list-unstyled,
    footer p {
        text-align: center;
    }

    footer .social-icons-container {
        justify-content: center !important;
    }
}
