/* Fix Social Icons - Remove Underlines */
.social-links-top a,
.social-links a {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-links-top a:hover,
.social-links a:hover {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}

.social-links-top a i,
.social-links a i {
    text-decoration: none !important;
}

/* Footer Social Icons - White and Visible */
.footer-gradient .social-links a,
footer .social-links a {
    color: white !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    margin-right: 0.75rem;
}

.footer-gradient .social-links a:hover,
footer .social-links a:hover {
    background: #2ab737;
    border-color: #2ab737;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(42, 183, 55, 0.4);
    color: white !important;
    text-decoration: none !important;
}

.footer-gradient .social-links a i,
footer .social-links a i {
    color: white !important;
    text-decoration: none !important;
}

/* Top Bar Social Icons */
.top-bar .social-links-top a {
    color: white !important;
    text-decoration: none !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.top-bar .social-links-top a:hover {
    color: white !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.top-bar .social-links-top a i {
    text-decoration: none !important;
}
