/* =========================================
   CONTACT PAGE REVAMP (DUAL-LAYOUT)
========================================= */

/* --- GENERAL CONTACT HERO --- */
.contact-revamp-hero {
    position: relative;
    padding: 160px 20px 100px;
    background: #0b1a4a;
    overflow: hidden;
    text-align: center;
}

.contact-revamp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../../images/gender awaords all photosa/EM_07682.JPG') center/cover;
    opacity: 0.2;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.contact-hero-title {
    font-size: 4rem;
    font-weight: 900;
    color: white;
    margin-bottom: 20px;
}

.contact-hero-title span {
    color: #f75023; /* Bhagwa */
}

.contact-hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 30px;
}

/* --- DESKTOP FLOATING DASHBOARD LAYOUT --- */
.contact-dashboard-wrapper {
    position: relative;
    padding: 100px 20px;
    background: #fdfdfd;
}

.contact-dashboard-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    gap: 40px;
}

/* Left Form Panel */
.dashboard-form-panel {
    flex: 1;
    background: white;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(11, 26, 74, 0.05);
    border: 1px solid #eee;
}

.dashboard-form-panel h2 {
    font-size: 2.2rem;
    color: #0b1a4a;
    font-weight: 800;
    margin-bottom: 10px;
}

.dashboard-form-panel p {
    color: #555;
    margin-bottom: 40px;
}

/* Form Styling */
.modern-form-group {
    margin-bottom: 25px;
}

.modern-form-group label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.modern-input {
    width: 100%;
    background: #f4f6fa;
    border: 2px solid transparent;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s;
}

.modern-input:focus {
    outline: none;
    border-color: #f75023;
    background: white;
    box-shadow: 0 0 0 5px rgba(247, 80, 35, 0.1);
}

.modern-submit-btn {
    background: #f75023;
    color: white;
    border: none;
    width: 100%;
    padding: 18px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 10px 25px rgba(247, 80, 35, 0.3);
}

.modern-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(247, 80, 35, 0.4);
    background: #ff6b00;
}

/* Right Info Cards */
.dashboard-info-panel {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card {
    background: white;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.3s;
    border-left: 4px solid transparent;
    border: 1px solid #eee;
}

.info-card:hover {
    transform: translateX(-10px);
    border-left-color: #f75023;
    box-shadow: 0 15px 35px rgba(11, 26, 74, 0.08);
}

.info-icon {
    width: 50px;
    height: 50px;
    background: rgba(247, 80, 35, 0.1);
    color: #f75023;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.info-content h4 {
    color: #0b1a4a;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.info-content p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.info-content a {
    color: #f75023;
    text-decoration: none;
    font-weight: 600;
}

.info-content a:hover {
    text-decoration: underline;
}

/* Mobile Quick Actions (Hidden on Desktop) */
.mobile-quick-actions {
    display: none;
}

/* Bottom Map Section (Visible on both) */
.bottom-map-section {
    display: block;
    padding: 60px 20px;
    background: #fdfdfd;
}

.bottom-map-section h3 {
    font-size: 2rem;
    color: #0b1a4a;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
}

.bottom-map-frame {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    max-width: 1300px;
    margin: 0 auto;
}

.bottom-map-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* =========================================
   MOBILE RESPONSIVE (APP-STYLE LAYOUT)
========================================= */
@media (max-width: 991px) {
    /* Modify Hero */
    .contact-revamp-hero {
        padding: 120px 20px 60px;
    }
    
    .contact-hero-title {
        font-size: 2.2rem;
    }
    
    /* Layout Reset */
    .contact-dashboard-wrapper {
        padding: 0;
        background: #f4f6fa; /* App style gray bg */
    }
    
    .contact-dashboard-container {
        flex-direction: column;
        gap: 20px;
    }
    
    /* 1. Mobile Quick Actions Bar */
    .mobile-quick-actions {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        background: white;
        margin-bottom: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    
    .m-action-btn {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: #555;
        font-size: 0.85rem;
        font-weight: 600;
    }
    
    .m-action-btn .m-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        color: white;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        transition: transform 0.2s;
    }
    
    .m-action-btn:active .m-icon {
        transform: scale(0.9);
    }
    
    .m-bg-whatsapp { background: #25D366; }
    .m-bg-call { background: #0b1a4a; }
    .m-bg-email { background: #f75023; } /* Bhagwa */

    /* 3. Mobile Form Panel */
    .dashboard-form-panel {
        margin: 0 15px; /* Margin from screen edges */
        padding: 30px 20px;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border: none;
    }
    
    .dashboard-form-panel h2 {
        font-size: 1.8rem;
    }
    
    .modern-input {
        padding: 12px 15px;
    }
    
    .modern-submit-btn {
        padding: 15px;
    }

    /* Show Info Panel on Mobile */
    .dashboard-info-panel {
        width: 100%;
        margin: 0;
        padding: 10px 15px 30px;
    }

    .info-card {
        padding: 20px 15px;
        gap: 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    }
    
    .info-card:hover {
        transform: none; /* Disable hover movement on mobile */
    }

    .info-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .info-content {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .info-content h4 {
        font-size: 1rem;
    }
    
    .info-content p, .info-content a {
        font-size: 0.9rem;
    }

    /* 4. Mobile Map at the Bottom */
    .bottom-map-section {
        padding: 40px 15px;
        background: #f4f6fa;
    }
    
    .bottom-map-section h3 {
        font-size: 1.5rem;
    }
    
    .bottom-map-frame {
        height: 300px;
    }
}
