/* =============================================================
   Contact Us Page – Mobile-First, Responsive
   ============================================================= */

/* ── Breadcrumb ─────────────────────────────────────────────── */
.contact-breadcrumb {
    font-size: 0.87rem;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}
.contact-breadcrumb .breadcrumb-item a {
    color: var(--veye-green);
    text-decoration: none;
    font-weight: 500;
}
.contact-breadcrumb .breadcrumb-item.active {
    color: #6b7b8d;
}

/* ── Hero Section ───────────────────────────────────────────── */
.contact-hero {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 0 18px;
}
.contact-hero-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--veye-green), #15956e);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-hero-icon i {
    font-size: 1.5rem;
    color: #fff;
}
.contact-hero-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--primary-color);
    margin: 0;
    line-height: 1.2;
}
.contact-hero-subtitle {
    font-size: 0.93rem;
    color: #6b7b8d;
    margin: 4px 0 0;
    line-height: 1.5;
}

/* ── Info Cards Row ─────────────────────────────────────────── */
.contact-info-row {
    margin-bottom: 36px;
}
.contact-info-card {
    background: #fff;
    border-radius: var(--card-radius);
    box-shadow: var(--card-shadow);
    padding: 28px 24px;
    text-align: center;
    height: 100%;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.contact-info-card:hover {
    box-shadow: var(--card-shadow-hover);
    transform: translateY(-3px);
}
.contact-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(27, 176, 135, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.contact-info-icon i {
    font-size: 1.3rem;
    color: var(--veye-green);
}
.contact-info-label {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-info-value {
    font-size: 0.88rem;
    color: #6b7b8d;
    margin: 0;
    line-height: 1.6;
}
.contact-info-value a {
    color: var(--veye-green);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}
.contact-info-value a:hover {
    color: #15956e;
}

/* ── Main Section (Form + Sidebar) ──────────────────────────── */
.contact-main-section {
    margin-bottom: 48px;
}

/* ── Form Card ──────────────────────────────────────────────── */
.contact-form-card {
    background: #fff;
    border-radius: var(--card-radius);
    box-shadow: var(--card-shadow);
    padding: 32px 28px;
}
.contact-form-header {
    margin-bottom: 24px;
}
.contact-form-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 6px;
}
.contact-form-subtitle {
    font-size: 0.88rem;
    color: #8a97a8;
    margin: 0;
}

/* ── Form Floating Inputs ───────────────────────────────────── */
.contact-floating .form-control {
    border: 2px solid #e4e8ef;
    border-radius: 10px;
    font-size: 0.93rem;
    font-family: 'Inter', sans-serif;
    color: var(--primary-color);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.contact-floating .form-control:focus {
    border-color: var(--veye-green);
    box-shadow: 0 0 0 3px rgba(27, 176, 135, 0.1);
}
.contact-floating label {
    font-size: 0.88rem;
    color: #8a97a8;
    font-family: 'Inter', sans-serif;
}
.contact-floating label i {
    font-size: 0.82rem;
}
.contact-textarea {
    resize: vertical;
    min-height: 120px;
}

/* ── Submit Button ──────────────────────────────────────────── */
.contact-submit-btn {
    background: var(--veye-green);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 13px 32px;
    font-weight: 700;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    transition: background 0.2s ease, transform 0.15s ease;
    letter-spacing: 0.3px;
}
.contact-submit-btn:hover {
    background: #15956e;
    color: #fff;
    transform: translateY(-1px);
}
.contact-submit-btn:active {
    transform: translateY(0);
}

/* ── Alert ──────────────────────────────────────────────────── */
.contact-alert {
    border: none;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

/* ── Map Card ───────────────────────────────────────────────── */
.contact-map-card {
    background: #fff;
    border-radius: var(--card-radius);
    box-shadow: var(--card-shadow);
    overflow: hidden;
    margin-bottom: 20px;
}
.contact-map-embed iframe {
    display: block;
    width: 100%;
    border-radius: var(--card-radius);
}

/* ── Business Hours Card ────────────────────────────────────── */
.contact-hours-card {
    background: #fff;
    border-radius: var(--card-radius);
    box-shadow: var(--card-shadow);
    padding: 24px;
    margin-bottom: 20px;
}
.contact-hours-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.contact-hours-title i {
    color: var(--veye-green);
}
.contact-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f3f7;
}
.contact-hours-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.contact-hours-day {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--primary-color);
}
.contact-hours-time {
    font-size: 0.84rem;
    color: #6b7b8d;
    font-weight: 500;
}

/* ── Social Card ────────────────────────────────────────────── */
.contact-social-card {
    background: #fff;
    border-radius: var(--card-radius);
    box-shadow: var(--card-shadow);
    padding: 24px;
}
.contact-social-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 16px;
}
.contact-social-icons {
    display: flex;
    gap: 12px;
}
.contact-social-link {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.22s ease;
}
.contact-social-link i {
    font-size: 1.1rem;
    color: #6b7b8d;
    transition: color 0.22s ease;
}
.contact-social-link:hover {
    background: var(--veye-green);
    transform: translateY(-2px);
}
.contact-social-link:hover i {
    color: #fff;
}

/* ── FAQ Section ────────────────────────────────────────────── */
.contact-faq-section {
    padding-bottom: 52px;
}
.contact-faq-header {
    text-align: center;
    margin-bottom: 28px;
}
.contact-faq-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 6px;
}
.contact-faq-subtitle {
    font-size: 0.9rem;
    color: #8a97a8;
    margin: 0;
}
.contact-faq-card {
    background: #fff;
    border-radius: var(--card-radius);
    box-shadow: var(--card-shadow);
    padding: 22px 24px;
    height: 100%;
    border-left: 3px solid var(--veye-green);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.contact-faq-card:hover {
    box-shadow: var(--card-shadow-hover);
    transform: translateY(-2px);
}
.contact-faq-question {
    font-size: 0.93rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}
.contact-faq-question i {
    color: var(--veye-green);
    font-size: 0.9rem;
    margin-top: 2px;
    flex-shrink: 0;
}
.contact-faq-answer {
    font-size: 0.85rem;
    color: #6b7b8d;
    line-height: 1.6;
    margin: 0;
}

/* =============================================================
   Responsive – Tablet (768px+)
   ============================================================= */
@media (min-width: 768px) {
    .contact-hero {
        padding: 36px 0 22px;
    }
    .contact-hero-icon {
        width: 64px;
        height: 64px;
    }
    .contact-hero-icon i {
        font-size: 1.75rem;
    }
    .contact-hero-title {
        font-size: 1.7rem;
    }
    .contact-hero-subtitle {
        font-size: 1rem;
    }
    .contact-form-card {
        padding: 36px 32px;
    }
    .contact-faq-title {
        font-size: 1.4rem;
    }
}

/* =============================================================
   Responsive – Desktop (992px+)
   ============================================================= */
@media (min-width: 992px) {
    .contact-hero {
        padding: 44px 0 28px;
        gap: 22px;
    }
    .contact-hero-icon {
        width: 72px;
        height: 72px;
        border-radius: 18px;
    }
    .contact-hero-icon i {
        font-size: 2rem;
    }
    .contact-hero-title {
        font-size: 1.9rem;
    }
    .contact-info-card {
        padding: 32px 28px;
    }
    .contact-form-title {
        font-size: 1.3rem;
    }
    .contact-faq-title {
        font-size: 1.5rem;
    }
}

/* =============================================================
   Responsive – Large Desktop (1200px+)
   ============================================================= */
@media (min-width: 1200px) {
    .contact-hero-title {
        font-size: 2.1rem;
    }
    .contact-form-card {
        padding: 40px 36px;
    }
}

/* =============================================================
   Responsive – Small (< 576px)
   ============================================================= */
@media (max-width: 575.98px) {
    .contact-hero {
        gap: 14px;
        padding: 20px 0 14px;
    }
    .contact-hero-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
    }
    .contact-hero-icon i {
        font-size: 1.2rem;
    }
    .contact-hero-title {
        font-size: 1.2rem;
    }
    .contact-hero-subtitle {
        font-size: 0.85rem;
    }
    .contact-info-card {
        padding: 20px 16px;
    }
    .contact-info-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }
    .contact-info-label {
        font-size: 0.82rem;
    }
    .contact-form-card {
        padding: 22px 18px;
    }
    .contact-form-title {
        font-size: 1.05rem;
    }
    .contact-submit-btn {
        width: 100%;
        justify-content: center;
        padding: 13px 24px;
    }
    .contact-map-embed iframe {
        height: 200px;
    }
    .contact-hours-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    .contact-social-icons {
        gap: 10px;
    }
    .contact-social-link {
        width: 40px;
        height: 40px;
    }
    .contact-faq-section {
        padding-bottom: 36px;
    }
    .contact-faq-card {
        padding: 18px 16px;
    }
    .contact-faq-question {
        font-size: 0.87rem;
    }
    .contact-faq-answer {
        font-size: 0.82rem;
    }
}
