.s-social-link a {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

/* Instagram */
.s-social-link a[aria-label="instagram"] {
    background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
    color: #fff;
}

/* X تويتر */
.s-social-link a[aria-label="twitter"] {
    background: #000;
    color: #fff;
}

/* Snapchat */
.s-social-link a[aria-label="snapchat"] {
    background: #FFFC00;
    color: #000;
}

/* TikTok */
.s-social-link a[aria-label="tiktok"] {
    background: #000;
    color: #fff;
}

/* Hover */
.s-social-link a:hover {
    transform: translateY(-3px);
}

.custom-whatsapp a {
    background: #25D366;
    color: #fff !important;
    border-radius: 12px;
}

a[href*="wa.me"] .s-contacts-icon {
    background: #25D366;
    color: #fff;
    border-radius: 12px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 8px;
}

a[href*="wa.me"] .s-contacts-icon svg {
    fill: currentColor;
}