/* Mobile Footer Fixes */
@media (max-width: 767.98px) {
    .footer {
        text-align: center;
    }
    
    .footer h5 {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .footer .social-links {
        justify-content: center;
        margin-top: 1rem;
    }
    
    .footer-logo {
        margin-bottom: 1rem;
    }
    
    .footer-menu {
        margin-bottom: 1rem;
    }
    
    .copyright {
        text-align: center;
    }
}

/* Fix for footer links on mobile */
@media (max-width: 767.98px) {
    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-links .nav-link {
        padding: 0.5rem;
    }
}
