/* =========================================================
   ALAD BUSINESS GROUP
   CONTACT PAGE
========================================================= */

.contact-page {
    background: #ffffff;
}

.contact-page .container {
    width: min(1180px, 92%);
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.contact-hero {
    background: #003f49;
    color: #ffffff;

    padding: 90px 0 85px;
}

.contact-eyebrow {
    display: inline-block;

    margin-bottom: 18px;

    color: #ef3030;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.contact-hero .contact-eyebrow {
    color: #ef3030;
}

.contact-hero h1 {
    max-width: 850px;

    margin: 0;

    font-size: clamp(48px, 6vw, 76px);
    line-height: 1.02;

    font-weight: 800;

    letter-spacing: -2px;
}

.contact-hero h1 span {
    display: block;
    color: #ef3030;
}

.contact-hero p {
    max-width: 720px;

    margin: 30px 0 0;

    color: rgba(255,255,255,.82);

    font-size: 18px;
    line-height: 1.8;
}


/* =========================================================
   MAIN CONTACT AREA
========================================================= */

.contact-main {
    padding: 100px 0;
}

.contact-grid {
    display: grid;

    grid-template-columns:
        1.2fr .8fr;

    gap: 90px;

    align-items: start;
}


/* =========================================================
   HEADINGS
========================================================= */

.contact-section-heading h2,
.contact-information h2,
.location-heading h2 {
    margin: 0 0 20px;

    color: #003f49;

    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -1px;
}

.contact-section-heading p {
    max-width: 650px;

    margin: 0 0 40px;

    color: #607584;

    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   FORM
========================================================= */

.contact-form {
    margin-top: 35px;
}

.form-group {
    margin-bottom: 25px;
}

.form-row {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 20px;
}

.form-group label {
    display: block;

    margin-bottom: 9px;

    color: #003f49;

    font-size: 14px;
    font-weight: 700;
}

.form-group input,
.form-group textarea {
    width: 100%;

    padding: 15px 16px;

    border: 1px solid #d8e0e3;

    background: #f8f9fa;

    color: #003f49;

    font-family: inherit;
    font-size: 15px;

    border-radius: 0;

    outline: none;

    transition:
        border-color .2s ease,
        background .2s ease,
        box-shadow .2s ease;

    box-sizing: border-box;
}

.form-group textarea {
    resize: vertical;
    min-height: 170px;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #003f49;

    background: #ffffff;

    box-shadow:
        0 0 0 3px rgba(0,63,73,.06);
}

.contact-submit {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    padding: 17px 28px;

    border: none;

    background: #003f49;
    color: #ffffff;

    font-family: inherit;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background .25s ease,
        transform .25s ease;
}

.contact-submit:hover {
    background: #ef3030;

    transform: translateY(-2px);
}

.contact-submit span {
    font-size: 20px;
}


/* =========================================================
   ALERTS
========================================================= */

.contact-alert {
    padding: 17px 20px;

    margin-bottom: 25px;

    font-size: 14px;
    line-height: 1.6;
}

.contact-success {
    background: #edf8f1;
    border-left: 4px solid #3c9b61;
    color: #27653f;
}

.contact-error {
    background: #fff1f1;
    border-left: 4px solid #ef3030;
    color: #a92828;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.contact-information {
    padding: 45px;

    background: #f4f6f7;
}

.contact-information h2 {
    font-size: 38px;
    margin-bottom: 40px;
}

.office-card {
    display: flex;

    gap: 20px;

    padding-bottom: 30px;

    margin-bottom: 30px;

    border-bottom: 1px solid #d9e0e3;
}

.office-icon,
.contact-detail-icon {
    flex: 0 0 45px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ef3030;
    color: #ffffff;

    border-radius: 50%;
}

.office-label,
.contact-detail span {
    display: block;

    margin-bottom: 7px;

    color: #ef3030;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 2px;
}

.office-card h3 {
    margin: 0 0 8px;

    color: #003f49;

    font-size: 21px;
}

.office-card p {
    margin: 0;

    color: #607584;

    font-size: 14px;
    line-height: 1.7;
}

.contact-detail {
    display: flex;

    gap: 20px;

    margin-bottom: 25px;
}

.contact-detail a {
    color: #003f49;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;
}

.contact-detail a:hover {
    color: #ef3030;
}

.office-card-secondary {
    margin-top: 35px;

    margin-bottom: 0;

    padding-top: 30px;

    border-top: 1px solid #d9e0e3;
}


/* =========================================================
   LOCATION
========================================================= */

.contact-location {
    padding: 100px 0;

    background: #f7f8f9;
}

.location-heading {
    max-width: 750px;

    margin-bottom: 45px;
}

.location-heading p {
    margin: 0;

    color: #607584;

    font-size: 17px;
    line-height: 1.8;
}

.location-map {
    width: 100%;

    height: 480px;

    overflow: hidden;

    background: #e9edef;

    box-shadow:
        0 15px 45px rgba(0,0,0,.08);
}

.location-map iframe {
    width: 100%;
    height: 100%;

    border: 0;
}

.location-actions {
    margin-top: 25px;
}

.location-button {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 15px 23px;

    background: #003f49;
    color: #ffffff;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition:
        background .25s ease;
}

.location-button:hover {
    background: #ef3030;
}

.location-button span {
    font-size: 18px;
}


/* =========================================================
   CTA
========================================================= */

.contact-cta {
    padding: 65px 0;

    background: #b17b58;

    color: #ffffff;
}

.contact-cta-inner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 40px;
}

.contact-cta .contact-eyebrow {
    color: #ffffff;
    opacity: .85;
}

.contact-cta h2 {
    margin: 0;

    font-size: clamp(35px, 4vw, 52px);
    line-height: 1.1;
}

.contact-cta h2 span {
    color: #ffffff;
}

.contact-cta-button {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 18px 28px;

    border: 1px solid rgba(255,255,255,.85);

    color: #ffffff;

    text-decoration: none;

    font-weight: 700;

    transition:
        background .25s ease,
        color .25s ease;
}

.contact-cta-button:hover {
    background: #ffffff;
    color: #003f49;
}

.contact-cta-button span {
    font-size: 20px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .contact-grid {
        grid-template-columns: 1fr;

        gap: 65px;
    }

    .contact-information {
        padding: 40px;
    }

    .contact-main,
    .contact-location {
        padding: 80px 0;
    }

    .contact-cta-inner {
        align-items: flex-start;

        flex-direction: column;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .contact-page .container {
        width: 92%;
    }

    .contact-hero {
        padding: 60px 0;
    }

    .contact-hero h1 {
        font-size: 42px;

        letter-spacing: -1px;
    }

    .contact-hero p {
        font-size: 16px;
    }

    .contact-main,
    .contact-location {
        padding: 65px 0;
    }

    .contact-section-heading h2,
    .contact-information h2,
    .location-heading h2 {
        font-size: 36px;
    }

    .form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .contact-information {
        padding: 30px 25px;
    }

    .location-map {
        height: 360px;
    }

    .contact-cta {
        padding: 55px 0;
    }

    .contact-cta h2 {
        font-size: 36px;
    }

    .contact-cta-button {
        width: 100%;

        justify-content: center;
    }

}