﻿/* --- بخش هدر صفحه --- */
.contact-hero {
    text-align: center;
    padding: 80px 20px;
    color: #fff;
    text-shadow: 0 0 8px #000;
}

.contact-title {
    font-family: "Vazirmatn", sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #00eaff;
    text-shadow: 0 0 15px #00eaff;
}

.contact-subtitle {
    font-size: 20px;
    opacity: .9;
}


/* --- کارت شیشه‌ای --- */
.glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    border-radius: 18px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 8px 28px rgba(0,0,0,.35);
    color: #fff;
}


/* --- آیتم‌های اطلاعات تماس --- */
.info-item {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}

.info-item i {
    font-size: 32px;
    margin-left: 15px;
    color: #00eaff;
    text-shadow: 0 0 10px #00eaff;
}


/* --- فرم تماس --- */
.send-btn {
    background: #00eaff;
    border: none;
    padding: 12px 28px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
    transition: .2s;
}

.send-btn:hover {
    transform: scale(1.06);
    box-shadow: 0 0 12px #00eaff;
}


/* --- سوالات متداول --- */
.faq-item {
    background: rgba(0,0,0,0.25);
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 15px;
    transition: .25s;
}

.faq-item:hover {
    transform: translateX(-5px);
    background: rgba(255,255,255,0.15);
}

.faq-item h5 {
    color: #00eaff;
    margin-bottom: 8px;
}


/* --- نقشه --- */
.map-box h4 {
    color: #fff;
    text-shadow: 0 0 8px #000;
}
