/* CRITICAL FIX - Social Media Icons Visibility */
.contact-section .social-media-links .social-link {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
}

.contact-section .social-media-links .social-link svg {
    fill: #d4af37 !important;
    color: #d4af37 !important;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
}

.contact-section .social-media-links .social-link:hover {
    background: rgba(212, 175, 55, 0.2) !important;
    border-color: #d4af37 !important;
}

.contact-section .social-media-links .social-link:hover svg {
    fill: #ffffff !important;
    color: #ffffff !important;
}
