﻿
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

    .social-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .social-btn:active {
        transform: translateY(0);
    }

/* استایل‌های خاص برای هر شبکه اجتماعی */
.telegram {
    background: linear-gradient(135deg, #0088cc, #34b7f1);
    color: white;
}

.instagram {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
    color: white;
}

.whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
}
.modal-body {
    width: 90% !important;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 70vh;
    height: auto;
}