/* Social Icons Hover Effect - Pink #fe235b */
.social-footer li a {
    display: inline-block !important;
    transition: transform 0.3s ease, filter 0.3s ease !important;
}

.social-footer li a:hover {
    transform: scale(1.1) !important;
}

/* Change PNG icons to pink #fe235b on hover */
.social-footer li a:hover img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(94%) saturate(7457%) hue-rotate(331deg) brightness(97%) contrast(92%) !important;
}