/* =========================
   CONTACT PAGE - FINAL
========================= */

.contact-page-modern {
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
/* Home Hero */color: #23242b;
    margin: 0;
    padding-top: 105px !important;
}

/* Page Specific Intro */

/* =========================
   HERO
========================= */
.contact-hero-wrap {
    padding: 0 0 10px;
}

.contact-hero {
    position: relative;
    height: 480px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(0,0,0,0.08);
    background:
        linear-gradient(135deg, #004b8d 0%, #00325e 42%, #e0f0ff 70%, #ffffff 100%);
}

.contact-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover; animation: heroFloat 20s ease-in-out infinite alternate;
    display: block;
    opacity: 0.6;
    mix-blend-mode: multiply;
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0,75,141,0.70) 0%,
            rgba(247,128,111,0.50) 34%,
            rgba(255,255,255,0.10) 66%,
            rgba(255,255,255,0.00) 82%
        );
    z-index: 1;
}

.contact-hero-content {
    position: absolute;
    top: 50%;
    left: 58px;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 500px;
}

.contact-hero-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    line-height: 0.96;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -1px;
    margin: 0 0 16px;
}

.contact-hero-content p {
    color: rgba(255,255,255,0.95);
    font-size: 17px;
    line-height: 1.8;
    max-width: 380px;
    margin: 0;
}

/* =========================
   INTRO
========================= */
.contact-intro-section {
    padding: 20px 0 15px;
}

.contact-intro-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}

.contact-intro-left {
    position: relative;
    padding-top: 16px;
}

.contact-intro-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #004b8d, #22b14c);
}

.section-eyebrow {
    display: block;
    color: #004b8d;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.4px;
    margin-bottom: 18px;
}

.contact-intro-left h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    line-height: 1.02;
    font-weight: 500;
    color: #23242b;
    letter-spacing: -1px;
    margin: 0 0 18px;
}

.contact-intro-left p {
    color: #666d78;
    font-size: 15px;
    line-height: 1.9;
    max-width: 540px;
    margin: 0;
}

.contact-info-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 26px;
    padding: 34px 30px;
    box-shadow: 0 16px 36px rgba(0,0,0,0.06);
}

.contact-info-card p {
    color: #666d78;
    font-size: 15px;
    line-height: 1.95;
    margin: 0 0 14px;
}

.contact-info-card p:last-child {
    margin-bottom: 0;
}

/* =========================
   MAP
========================= */
.contact-map-section {
    padding: 10px 0 20px;
}

.map-card {
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    background: #fff;
    border: 1px solid rgba(0,75,141,0.10);
}

.map-card iframe {
    display: block;
}

/* =========================
   CONTACT FORM SECTION
========================= */
.service-contact-section {
    padding: 10px 0 35px;
    background: #ffffff;
}

.contact-cta-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 52px;
    align-items: start;
}

.contact-page-modern .contact-form-box {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
    padding: 30px 24px;
    width: 100%;
    max-width: 320px;
}

.contact-page-modern .contact-form-box h2,
    color: #004b8d;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.contact-page-modern .mini-contact-box p {
    color: #4a5568;
    margin-bottom: 8px;
    line-height: 1.7;
    font-weight: 500;
}

/* =========================
   HOVER POLISH
========================= */
.contact-info-card,
.contact-page-modern .contact-form-box,
.contact-page-modern .mini-contact-box,
.map-card,
.contact-hero {
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.contact-info-card:hover,
.contact-page-modern .contact-form-box:hover,
.contact-page-modern .mini-contact-box:hover,
.map-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(0,0,0,0.08);
}

/* =========================
   FOOTER
========================= */
.contact-page-modern .site-footer,
.contact-page-modern .footer-grid,
.contact-page-modern .footer-bottom,
.contact-page-modern .footer-col,
.contact-page-modern .footer-about {
    background: #0d3470 !important;
}

.contact-page-modern .site-footer h3,
.contact-page-modern .site-footer p,
.contact-page-modern .site-footer a,
.contact-page-modern .site-footer li {
    color: #ffffff !important;
}

.contact-page-modern .site-footer p {
    opacity: 0.82;
}

.contact-page-modern .site-footer a:hover {
    color: #004b8d !important;
}

.contact-page-modern .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.06);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
    .contact-intro-grid,
    .contact-cta-grid {
        grid-template-columns: 1fr;
    }

    .contact-page-modern .contact-form-box {
        max-width: 100%;
    }

    .contact-hero-content h1,
    .contact-intro-left h2,
    .contact-page-modern .contact-cta-content h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        height: 340px;
        border-radius: 32px;
    }

    .contact-hero-content {
        left: 24px;
        right: 24px;
        max-width: 100%;
    }

    .contact-hero-content h1,
    .contact-intro-left h2,
    .contact-page-modern .contact-cta-content h2 {
        font-size: 32px;
        line-height: 1.08;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}



@keyframes heroFloat { 0% { transform: scale(1); } 100% { transform: scale(1.08); } }







