﻿.contact-hero {
    background: linear-gradient(135deg, #843481 0%, #1a3d91 100%) !important;
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-card {
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

    .contact-info-card:hover {
        border-left-color: #ce0b6d;
    }

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-link:hover {
        transform: translateY(-3px) scale(1.1);
        color: white;
    }

.bg-instagram {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
}

.bg-telegram {
    background: #0088cc;
}

.bg-whatsapp {
    background: #25D366;
}

.bg-linkedin {
    background: #0077B5;
}

.bg-twitter {
    background: #1DA1F2;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: #ce0b6d;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(206, 11, 109, 0.25);
}

.map-container {
    position: relative;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
}

.flex-grow-1 {
    padding-right: 15px;
}

/* بهبود ریسپانسیو برای صفحه تماس */
@media (max-width: 768px) {
    .contact-hero .display-5 {
        font-size: 1.8rem !important;
    }

    .contact-hero .lead {
        font-size: 1rem !important;
    }

    .card-header h4 {
        font-size: 1.1rem;
    }

    .form-label {
        font-size: 0.9rem;
    }

    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .contact-info-card .card-body {
        padding: 1rem;
    }

    .icon-wrapper {
        width: 40px;
        height: 40px;
    }

        .icon-wrapper i {
            font-size: 1.2rem !important;
        }

    .flex-grow-1 {
        padding-right: 10px;
    }

    .social-link {
        width: 40px;
        height: 40px;
    }
}
