﻿/* =====================================================
   CONTACT PAGE
===================================================== */

/* ===========================
   CONTACT HERO
=========================== */

.contact-heading-section {
    padding: 85px 0 25px;
    background: linear-gradient( 135deg, #0B5E8E 0%, #0F6FA6 50%, #1C87C9 100% );
    position: relative;
    overflow: hidden;
}

    .contact-heading-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(255,255,255,.10), transparent 45%);
        pointer-events: none;
    }

.contact-heading-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.contact-heading-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #BFDBFE;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-heading-content h1 {
    margin-bottom: 15px;
    color: #fff;
    font-size: clamp(2.7rem,5vw,4rem);
    font-weight: 800;
    line-height: 1.1;
}

.contact-heading-content p {
    margin: 0;
    color: rgba(255,255,255,.90);
    font-size: 1.05rem;
    line-height: 1.8;
}

/* =====================================================
   MAP
===================================================== */

.contact-map-section {
    padding: 0;
    margin: 5px;
    background: #ffffff;
}
.contact-map-wrapper {
    height: 420px;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
    .contact-map-wrapper iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }
/* =====================================================
   CONTACT CONTENT
===================================================== */

.contact-main-section {
    padding: 65px 0 80px;
    background: #ffffff;
}

.contact-form-card,
.contact-info-card {
    height: 100%;
    padding: 36px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 25px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.contact-section-heading {
    margin-bottom: 30px;
}

    .contact-section-heading h2 {
        margin-bottom: 12px;
        color: #0f172a;
        font-size: clamp(1.8rem, 3vw, 2.4rem);
        font-weight: 850;
        line-height: 1.2;
    }

    .contact-section-heading p {
        max-width: 620px;
        margin: 0;
        color: #64748b;
        font-size: 1.0rem;
        line-height: 1.7;
    }

/* =====================================================
   CONTACT FORM
===================================================== */

.contact-field label {
    display: block;
    margin-bottom: 9px;
    color: #334155;
    font-size: 0.88rem;
    font-weight: 750;
}

.contact-field .form-control {
    min-height: 52px;
    padding: 13px 15px;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    box-shadow: none;
    font-size: 0.94rem;
    transition: all 0.25s ease;
}

.contact-field textarea.form-control {
    min-height: 180px;
    resize: vertical;
}

.contact-field .form-control::placeholder {
    color: #94a3b8;
}

.contact-field .form-control:focus {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.contact-validation,
.contact-validation-summary {
    display: block;
    margin-top: 7px;
    color: #dc2626;
    font-size: 0.8rem;
}

.contact-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 13px 24px;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    border: 0;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.24);
    font-size: 0.94rem;
    font-weight: 800;
    transition: all 0.25s ease;
}

    .contact-submit-button:hover {
        color: #ffffff;
        box-shadow: 0 18px 38px rgba(37, 99, 235, 0.32);
        transform: translateY(-2px);
    }

/* =====================================================
   CONTACT INFORMATION
===================================================== */

.contact-information-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-information-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 17px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
}

.contact-information-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    border-radius: 12px;
    font-size: 1rem;
}

.contact-information-item h3 {
    margin: 1px 0 5px;
    color: #0f172a;
    font-size: 0.94rem;
    font-weight: 800;
}

.contact-information-item p,
.contact-information-item a {
    margin: 0;
    color: #64748b;
    font-size: 0.89rem;
    line-height: 1.6;
    text-decoration: none;
}

    .contact-information-item a:hover {
        color: #2563eb;
    }

/* =====================================================
   BUSINESS HOURS
===================================================== */

.contact-hours {
    margin-top: 24px;
    padding: 23px;
    color: #ffffff;
    background: linear-gradient(135deg, #17397a, #344fc2);
    border-radius: 18px;
}

.contact-hours-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}

    .contact-hours-heading i {
        color: #bfdbfe;
    }

    .contact-hours-heading h3 {
        margin: 0;
        color: #ffffff;
        font-size: 1.05rem;
        font-weight: 800;
    }

.contact-hours-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 0.86rem;
}

    .contact-hours-row span {
        color: rgba(255, 255, 255, 0.78);
    }

    .contact-hours-row strong {
        color: #ffffff;
        text-align: right;
    }

/* =====================================================
   SUCCESS MESSAGE
===================================================== */

.contact-success-message {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    padding: 15px 18px;
    color: #166534;
    background: #dcfce7;
    border: 1px solid #bbf7d0;
    border-radius: 13px;
    font-weight: 700;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991.98px) {
    .contact-heading-section {
        padding-top: 125px;
    }

    .contact-map-wrapper {
        height: 370px;
    }
}

@media (max-width: 767.98px) {
    .contact-heading-section {
        padding: 115px 0 42px;
        text-align: center;
    }

    .contact-heading-content {
        margin: 0 auto;
    }

        .contact-heading-content h1 {
            font-size: 2.65rem;
            letter-spacing: -1px;
        }

    .contact-map-section {
        padding-top: 40px;
    }

    .contact-map-wrapper {
        height: 330px;
        border-radius: 18px;
    }

    .contact-main-section {
        padding: 45px 0 60px;
    }

    .contact-form-card,
    .contact-info-card {
        padding: 25px 21px;
        border-radius: 19px;
    }
}

@media (max-width: 575.98px) {
    .contact-map-wrapper {
        height: 285px;
    }

    .contact-submit-button {
        width: 100%;
    }

    .contact-hours-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

        .contact-hours-row strong {
            text-align: left;
        }
}
