/* ============================================
   CONTACT US PAGE - CUSTOM STYLES
   ============================================ */

/* ===== HERO SECTION ===== */
.contact-us-hero-section {
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0 60px;
    overflow: hidden;
}

.contact-us-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: 30px 30px;
    opacity: 0.3;
}

.contact-us-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-us-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-us-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}

.contact-us-hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 30px;
}

.contact-us-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.contact-us-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.contact-us-stat-item i {
    font-size: 24px;
    opacity: 0.9;
}

.contact-us-stat-value {
    font-size: 24px;
    font-weight: 700;
}

.contact-us-stat-label {
    font-size: 13px;
    opacity: 0.85;
}

/* ===== MAIN SECTION ===== */
.contact-us-main-section {
    padding: 60px 0;
    background: #f8f9fa;
}

/* ===== CONTACT INFO CARDS ===== */
.contact-us-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-us-info-card {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 16px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.contact-us-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.contact-us-info-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.contact-us-info-content {
    flex: 1;
}

.contact-us-info-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #212529;
}

.contact-us-info-text {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 6px;
}

.contact-us-info-link {
    font-size: 14px;
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    display: inline-block;
}

.contact-us-info-link:hover {
    color: #764ba2;
}

/* ===== SOCIAL CARD ===== */
.contact-us-social-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 24px;
    border-radius: 12px;
    text-align: center;
}

.contact-us-social-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.contact-us-social-links {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.contact-us-social-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-us-social-btn:hover {
    background: #fff;
    color: #667eea;
    transform: translateY(-3px);
}

/* ===== CONTACT FORM ===== */
.contact-us-form-wrapper {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.contact-us-form-header {
    margin-bottom: 28px;
}

.contact-us-form-title {
    font-size: 26px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 8px;
}

.contact-us-form-subtitle {
    font-size: 14px;
    color: #6c757d;
}

.contact-us-form-group {
    margin-bottom: 0;
}

.contact-us-form-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    margin-bottom: 8px;
}

.contact-us-form-label i {
    font-size: 13px;
    color: #667eea;
}

.contact-us-required {
    color: #dc3545;
}

.contact-us-form-control {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.contact-us-form-control:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.contact-us-form-control::placeholder {
    color: #adb5bd;
}

.contact-us-textarea {
    resize: vertical;
    min-height: 140px;
}

.contact-us-form-hint {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #6c757d;
}

#contact-us-char-count {
    font-weight: 600;
    color: #667eea;
}

/* ===== SUBMIT BUTTON ===== */
.contact-us-submit-btn {
    width: 100%;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contact-us-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.contact-us-submit-btn:active {
    transform: translateY(0);
}

.contact-us-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* ===== ALERT MESSAGES ===== */
.contact-us-alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-us-alert-success {
    background: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}

.contact-us-alert-error {
    background: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
}

.contact-us-alert i {
    font-size: 18px;
}

/* ===== MAP SECTION ===== */
.contact-us-map-section {
    padding: 60px 0;
    background: #fff;
}

.contact-us-map-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-us-map-title {
    font-size: 32px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}

.contact-us-map-subtitle {
    font-size: 16px;
    color: #6c757d;
}

.contact-us-map-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    height: 400px;
}

.contact-us-map-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ===== FAQ SECTION ===== */
.contact-us-faq-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.contact-us-faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-us-faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e7f1ff;
    color: #667eea;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.contact-us-faq-title {
    font-size: 32px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}

.contact-us-faq-subtitle {
    font-size: 16px;
    color: #6c757d;
}

.contact-us-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-us-faq-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.contact-us-faq-question {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.contact-us-faq-question:hover {
    background: #f8f9fa;
}

.contact-us-faq-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.contact-us-faq-question-text {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.contact-us-faq-arrow {
    font-size: 14px;
    color: #6c757d;
    transition: transform 0.3s ease;
}

.contact-us-faq-question[aria-expanded="true"] .contact-us-faq-arrow {
    transform: rotate(180deg);
}

.contact-us-faq-answer {
    padding: 0 24px;
    background: #fff;
}

.contact-us-faq-answer.show {
    padding: 0 24px 20px 80px;
}

.contact-us-faq-answer p {
    font-size: 14px;
    line-height: 1.7;
    color: #495057;
    margin: 0;
}

/* ===== CTA SECTION ===== */
.contact-us-cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.contact-us-cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-us-cta-content {
    flex: 1;
    color: #fff;
}

.contact-us-cta-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-us-cta-text {
    font-size: 16px;
    opacity: 0.95;
    margin: 0;
}

.contact-us-cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.contact-us-cta-btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-us-cta-btn.primary {
    background: #fff;
    color: #667eea;
}

.contact-us-cta-btn.primary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.contact-us-cta-btn.secondary {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 2px solid #fff;
}

.contact-us-cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablets and below (768px) */
@media (max-width: 768px) {
    .contact-us-hero-section {
        padding: 60px 0 40px;
    }

    .contact-us-hero-title {
        font-size: 32px;
    }

    .contact-us-hero-subtitle {
        font-size: 16px;
    }

    .contact-us-hero-stats {
        gap: 24px;
    }

    .contact-us-stat-item i {
        font-size: 20px;
    }

    .contact-us-stat-value {
        font-size: 20px;
    }

    .contact-us-stat-label {
        font-size: 12px;
    }

    .contact-us-main-section {
        padding: 40px 0;
    }

    .contact-us-form-wrapper {
        padding: 24px;
    }

    .contact-us-form-title {
        font-size: 22px;
    }

    .contact-us-map-wrapper {
        height: 300px;
    }

    .contact-us-faq-section,
    .contact-us-map-section,
    .contact-us-cta-section {
        padding: 40px 0;
    }

    .contact-us-faq-title,
    .contact-us-map-title,
    .contact-us-cta-title {
        font-size: 26px;
    }

    .contact-us-cta-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .contact-us-cta-buttons {
        justify-content: center;
    }
}

/* Mobile phones (576px) */
@media (max-width: 576px) {
    .contact-us-hero-title {
        font-size: 28px;
    }

    .contact-us-hero-subtitle {
        font-size: 15px;
    }

    .contact-us-hero-stats {
        gap: 20px;
    }

    .contact-us-info-wrapper {
        gap: 16px;
    }

    .contact-us-info-card {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }

    .contact-us-info-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin: 0 auto;
    }

    .contact-us-form-wrapper {
        padding: 20px;
    }

    .contact-us-form-title {
        font-size: 20px;
    }

    .contact-us-faq-question {
        padding: 16px 18px;
        gap: 12px;
    }

    .contact-us-faq-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .contact-us-faq-question-text {
        font-size: 15px;
    }

    .contact-us-faq-answer.show {
        padding: 0 18px 16px 66px;
    }

    .contact-us-cta-title {
        font-size: 22px;
    }

    .contact-us-cta-text {
        font-size: 14px;
    }

    .contact-us-cta-buttons {
        width: 100%;
        flex-direction: column;
    }

    .contact-us-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .contact-us-map-wrapper {
        height: 250px;
    }
}

/* Extra small devices (400px) */
@media (max-width: 400px) {
    .contact-us-hero-title {
        font-size: 24px;
    }

    .contact-us-hero-badge {
        font-size: 13px;
        padding: 6px 16px;
    }

    .contact-us-submit-btn {
        font-size: 15px;
        padding: 12px 24px;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-us-info-card,
.contact-us-form-wrapper,
.contact-us-faq-item {
    animation: fadeInUp 0.6s ease-out;
}

/* Stagger animation delays */
.contact-us-info-card:nth-child(1) { animation-delay: 0.1s; }
.contact-us-info-card:nth-child(2) { animation-delay: 0.2s; }
.contact-us-info-card:nth-child(3) { animation-delay: 0.3s; }
.contact-us-info-card:nth-child(4) { animation-delay: 0.4s; }

/* ===== ACCESSIBILITY ===== */
.contact-us-form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

*:focus-visible {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}
