
.social-link a:hover{
    text-decoration:none;
    color:white;
}
.social-link a{
    text-decoration:none;
    color:white;
}

.social-link {
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-section .icon-box:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
}
