/* =========================================
   CONTACT PAGE
========================================= */


/* HERO */

.contact-hero {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-bottom: 7px solid #13a99d;
}

.contact-hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}


/* MAIN */

.contact-main {
    padding: 90px 0 105px;
}

.contact-main-grid {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: start;
}


/* HEADINGS */

.contact-heading {
    text-align: center;
    margin-bottom: 15px;
}

.contact-heading h2 {
    margin: 0;
    color: #258f86;
    font-size: 45px;
    line-height: 1.15;
    font-weight: 700;
}

.contact-heading span {
    display: block;
    width: 135px;
    height: 2px;
    margin: 12px auto 0;
    background: #278e86;
}

.contact-intro {
    max-width: 390px;
    margin: 0 auto 38px;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}


/* FORM */

.contact-form {
    width: 100%;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 10px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
    color: #333;
    outline: none;
    font-size: 16px;
}

.contact-form input {
    height: 36px;
    padding: 0 10px;
}

.contact-form textarea {
    min-height: 80px;
    margin-top: 22px;
    padding: 10px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #3ba99f;
    box-shadow: 0 0 0 2px rgba(59,169,159,.1);
}


/* CAPTCHA PLACEHOLDER */

.captcha-placeholder {
    width: 250px;
    height: 62px;
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-size: 16px;
}

.captcha-box {
    width: 24px;
    height: 24px;
    border: 2px solid #666;
    background: #fff;
}

.captcha-logo {
    margin-left: auto;
    font-size: 16px;
    color: #666;
}


/* SEND */

.contact-submit {
    width: 100%;
    height: 55px;
    margin-top: 12px;
    border: 0;
    border-radius: 2px;
    background: #087e74;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.contact-submit:hover {
    background: #066d65;
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
}


/* CONTACT DETAILS */

.office-block {
    display: grid;
    grid-template-columns: 28px 2fr 1fr;
    gap: 10px;
    margin-bottom: 30px;
    align-items: start;
}

.office-location-icon {
    color: #269b91;
    font-size: 26px;
    line-height: 1;
    padding-top: 3px;
}

.office-info h3 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #111;
}

.office-info p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.office-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 3px;
}

.office-contact a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
}

.office-contact i {
    width: 14px;
    color: #25998e;
    text-align: center;
}


/* MAP */

.contact-map-section {
    padding: 0;
    border-top: 7px solid #09877d;
    border-bottom: 7px solid #09877d;
    box-shadow: 0 -12px 35px rgba(0,0,0,.08);
}

.contact-map-section iframe {
    display: block;
    width: 100%;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .contact-hero {
        min-height: 260px;
    }

    .contact-hero h1 {
        font-size: 42px;
    }

    .contact-main {
        padding: 75px 0 85px;
    }

    .contact-main-grid {
        max-width: 100%;
        gap: 32px;
    }

    .contact-heading h2 {
        font-size: 27px;
    }

    .office-block {
        grid-template-columns: 25px 1fr;
    }

    .office-contact {
        grid-column: 2;
        padding-top: 0;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .contact-hero {
        min-height: 210px;
    }

    .contact-hero h1 {
        font-size: 36px;
    }

    .contact-main {
        padding: 55px 0 65px;
    }

    .contact-main-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .contact-heading h2 {
        font-size: 28px;
    }

    .contact-intro {
        font-size: 12px;
        margin-bottom: 28px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form input {
        height: 42px;
        font-size: 13px;
    }

    .contact-form textarea {
        min-height: 110px;
        font-size: 13px;
    }

    .captcha-placeholder {
        width: 100%;
        max-width: 280px;
    }

    .office-block {
        grid-template-columns: 30px 1fr;
        margin-bottom: 34px;
    }

    .office-info h3 {
        font-size: 17px;
    }

    .office-info p,
    .office-contact a {
        font-size: 12px;
    }

    .contact-map-section iframe {
        height: 340px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .contact-hero {
        min-height: 180px;
    }

    .contact-hero h1 {
        font-size: 32px;
    }

    .contact-heading h2 {
        font-size: 25px;
    }

    .contact-map-section iframe {
        height: 300px;
    }
}