/* Override hover effects for footer social icons */
footer .social-icons i {
    transition: none !important;
    transform: none !important;
}

footer .social-icons a:hover i {
    background: none !important;
    transform: none !important;
    opacity: 1 !important;
}

footer .social-icons a {
    transition: none !important;
}

footer .social-icons a:hover {
    transform: none !important;
}
