/* ==================== استایل‌های اختصاصی صفحه تماس با ما ==================== */
.contact-page {
    margin-top: 145px;
}

/* بخش Hero */
.contact-hero {
    background: linear-gradient(135deg, #101218 0%, #1a1f2e 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.contact-hero {
    margin-top: 10rem;
}
    .contact-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(249, 174, 19, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.contact-hero::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(249, 174, 19, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
}

.contact-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(249, 174, 19, 0.15);
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.contact-hero-badge span {
    color: var(--main-color-one);
    font-size: 0.85rem;
    font-weight: 600;
}

.contact-hero h1 {
    font-size: 2.5rem;
    font-weight: 900;
    color: white;
    margin-bottom: 20px;
}

.contact-hero h1 span {
    color: var(--main-color-one);
}

.contact-hero p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* بخش اطلاعات تماس */
.contact-info-section {
    padding: 60px 0;
    background: white;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.contact-card {
    background: white;
    border-radius: 24px;
    padding: 35px 25px;
    text-align: center;
    border: 1px solid var(--gray-border);
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.contact-card:hover {
    transform: translateY(-8px);
    border-color: var(--main-color-one);
    box-shadow: var(--shadow-md);
}

.contact-card-icon {
    width: 70px;
    height: 70px;
    background: rgba(249, 174, 19, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.contact-card-icon i {
    font-size: 2rem;
    color: var(--main-color-one);
}

.contact-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.contact-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.contact-card .contact-value {
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 10px;
    direction: rtl;
    display: inline-block;
}

/* بخش فرم و نقشه */
.contact-form-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
}

.form-map-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* فرم تماس */
.contact-form {
    background: white;
    border-radius: 28px;
    padding: 40px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-border);
}

.form-title {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.form-title span {
    color: var(--main-color-one);
}

.form-subtitle {
    color: var(--text-muted);
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 14px 18px;
    background: #f8f9fc;
    border: 1px solid var(--gray-border);
    border-radius: 16px;
    font-size: 0.9rem;
    font-family: inherit;
    transition: all 0.3s ease;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--main-color-one);
    box-shadow: 0 0 0 3px rgba(249, 174, 19, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: var(--main-color-one);
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: var(--main-color-one-dark);
    gap: 14px;
    transform: translateY(-2px);
}

/* نقشه */
.map-wrapper {
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--gray-border);
}

.map-wrapper iframe {
    width: 100%;
    height: 380px;
    border: none;
}

.map-info {
    padding: 25px;
    text-align: center;
    border-top: 1px solid var(--gray-border);
}

.map-info p {
    color: var(--text-muted);
    margin-bottom: 10px;
}

.map-info .address {
    font-weight: 700;
    color: var(--text-primary);
}

/* ساعات کاری */
.working-hours {
    padding: 60px 0;
    background: white;
}

.hours-wrapper {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.hours-title {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.hours-title span {
    color: var(--main-color-one);
}

.hours-list {
    margin-top: 30px;
    background: #f8f9fc;
    border-radius: 24px;
    padding: 30px;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--gray-border);
}

.hours-item:last-child {
    border-bottom: none;
}

.hours-day {
    font-weight: 800;
    font-size: 1rem;
}

.hours-time {
    color: var(--main-color-one);
    font-weight: 600;
}

/* شبکه‌های اجتماعی */
.social-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
}

.social-wrapper {
    text-align: center;
}

.social-title {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.social-title span {
    color: var(--main-color-one);
}

.social-subtitle {
    color: var(--text-muted);
    margin-bottom: 40px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.social-link-item {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-border);
    text-decoration: none;
}

.social-link-item i {
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

.social-link-item.instagram i {
    color: #E4405F;
}

.social-link-item.telegram i {
    color: #26A5E4;
}

.social-link-item.whatsapp i {
    color: #25D366;
}

.social-link-item.linkedin i {
    color: #0077B5;
}

.social-link-item.email i {
    color: #EA4335;
}

.social-link-item:hover {
    transform: translateY(-8px);
    border-color: var(--main-color-one);
    box-shadow: var(--shadow-md);
}

.social-link-item:hover i {
    transform: scale(1.1);
}

/* CTA بخش */
.cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #101218 0%, #1a1f2e 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(249, 174, 19, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 15px;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* واکنش‌گرایی */
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-map-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-page {
        margin-top: 120px;
    }
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero h1 {
        font-size: 1.8rem;
    }

    .form-title {
        font-size: 1.5rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 25px;
    }

    .social-link-item {
        width: 55px;
        height: 55px;
    }

    .social-link-item i {
        font-size: 1.4rem;
    }
}