/* ===================================
    Contact Page
====================================== */

/* hero */
#contact-hero {
    background-image: url(/img/bkgd-contact-hero.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 200px 0px;
}

    #contact-hero h1 {
        font-size: 120px;
        line-height: 1;
        font-weight: 500;
    }

    #contact-hero h4 {
        font-size: 32px;
        font-weight: 500;
    }

@media (max-width: 1399px) {
    #contact-hero h1 {
        font-size: 105px;
    }

    #contact-hero h4 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    #contact-hero {
        padding: 175px 0px;
    }

        #contact-hero h1 {
            font-size: 85px;
        }

        #contact-hero h4 {
            font-size: 24px;
        }
}

@media (max-width: 991px) {
    #contact-hero {
        padding: 150px 0px;
    }

        #contact-hero h1 {
            font-size: 68px;
        }

        #contact-hero h4 {
            font-size: 20px;
        }
}

@media (max-width: 767px) {
    #contact-hero {
        padding: 125px 0px;
    }

        #contact-hero h1 {
            font-size: 50px;
        }

        #contact-hero h4 {
            font-size: 15px;
        }
}

@media (max-width: 575px) {
    #contact-hero {
        padding: 100px 0px;
    }

        #contact-hero h1 {
            font-size: 40px;
        }

        #contact-hero h4 {
            font-size: 14px;
        }
}

@media (max-width: 449px) {
    #contact-hero {
        padding: 100px 0px;
    }

        #contact-hero h1 {
            font-size: 32px;
            line-height: .8;
        }

        #contact-hero h4 {
            font-size: 12px;
        }
}

/* contact-lets-talk */
#contact-lets-talk {
    background-image: url(/img/bkgd-blue-contact.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    #contact-lets-talk .left {
        padding: 0px 75px;
        display: flex;
        align-items: center;
    }

    #contact-lets-talk h2 {
        font-size: 65px;
        line-height: 1;
        margin-bottom: 15px;
    }

    #contact-lets-talk h6 {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 25px;
    }

    #contact-lets-talk p {
        font-size: 22px;
        line-height: 1.1;
    }

        #contact-lets-talk p:not(:last-child) {
            margin-bottom: 25px;
        }
    
    #contact-lets-talk img {
        width: 100%
    }

@media (max-width: 1399px) {
    #contact-lets-talk .left {
        padding: 0px 68px;
    }

    #contact-lets-talk h2 {
        font-size: 60px;
    }

    #contact-lets-talk h6 {
        font-size: 23px;
    }

    #contact-lets-talk p {
        font-size: 19px;
    }
}

@media (max-width: 1199px) {
    #contact-lets-talk .left {
        padding: 0px 50px;
    }

    #contact-lets-talk h2 {
        font-size: 52px;
        margin-bottom: 10px;
    }

    #contact-lets-talk h6 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    #contact-lets-talk p {
        font-size: 16px;
    }

        #contact-lets-talk p:not(:last-child) {
            margin-bottom: 20px;
        }
}

@media (max-width: 991px) {
    #contact-lets-talk .left {
        padding: 0px 20px;
    }

    #contact-lets-talk h2 {
        font-size: 44px;
        margin-bottom: 5px;
    }

    #contact-lets-talk h6 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    #contact-lets-talk p {
        font-size: 14px;
    }

        #contact-lets-talk p:not(:last-child) {
            margin-bottom: 15px;
        }
}

@media (max-width: 767px) {
    #contact-lets-talk .left {
        padding: 50px 10px;
        text-align: center;
    }

    #contact-lets-talk .col-12:has(img) {
        padding-left: 0;
        padding-right: 0;
    }

    #contact-lets-talk h2 {
        font-size: 60px;
        margin-bottom: 10px;
    }

    #contact-lets-talk h6 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    #contact-lets-talk p {
        font-size: 18px;
    }

        #contact-lets-talk p:not(:last-child) {
            margin-bottom: 20px;
        }
}

@media (max-width: 575px) {
    #contact-lets-talk h2 {
        font-size: 52px;
    }

    #contact-lets-talk h6 {
        font-size: 20px;
    }

    #contact-lets-talk p {
        font-size: 16px;
    }
}

@media (max-width: 449px) {
    #contact-lets-talk .left {
        padding: 35px 10px;
    }

    #contact-lets-talk h2 {
        font-size: 46px;
        margin-bottom: 8px;
    }

    #contact-lets-talk h6 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #contact-lets-talk p {
        font-size: 14px;
        line-height: 1.2;
    }

        #contact-lets-talk p:not(:last-child) {
            margin-bottom: 15px;
        }
}

/* contact-us section */
#contact-us {
    background-image: url(/img/bkgd-green-textured.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0px
}

    #contact-us h2 {
        font-size: 70px;
        margin-bottom: 25px;
        text-align: center;
    }

    #contact-us label {
        font-size: 18px;
        font-weight: 500;
    }

    #contact-us #contact-form .row {
        --bs-gutter-x: 3rem
    }

@media (max-width: 1199px) {
    #contact-us h2 {
        margin-bottom: 20px;
    }

    #contact-us #contact-form .row {
        --bs-gutter-x: 2rem
    }
}

@media (max-width: 991px) {
    #contact-us h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #contact-us h2 {
        font-size: 55px;
    }

    #contact-us label {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    #contact-us h2 {
        font-size: 46px;
    }

    #contact-us label {
        font-size: 12px;
    }
}

@media (max-width: 449px) {
    #contact-us h2 {
        font-size: 37px;
    }

    #contact-us label {
        font-size: 11px;
    }
}

/* contact-find-location */
#contact-find-location {
    background-color: var(--main-off-white);
    padding: 50px 0px;
}

    #contact-find-location h2 {
        font-size: 90px;
        margin-bottom: 5px;
        text-align: center;
    }

    #contact-find-location #contact-fyl {
        width: 100%;
        background-color: var(--main-blue);
        color: white !important;
        font-weight: 500;
        font-size: 20px;
        border-radius: 25px;
        border: none;
        padding: 12px 20px;
    }

        #contact-find-location #contact-fyl::placeholder {
            color: rgba(255, 255, 255, .8);
        }

        #contact-find-location #contact-fyl:focus {
            outline: none;
            background-color: var(--light-blue);
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
        }

    #contact-find-location button {
        padding: 0px 0px !important;
        width: 100%;
        height: 100%;
        font-size: 18px !important;
    }

    #contact-find-location .use-location {
        padding-left: 5px;
        margin-top: 12px;
        font-size: 20px;
        font-style: italic;
        font-weight: 500;
    }

        #contact-find-location .use-location .uml-link {
            cursor: pointer;
        }

            #contact-find-location .use-location .uml-link .map-pin {
                font-size: 20px;
                font-weight: 600;
            }

@media (max-width: 1199px) {
    #contact-find-location h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    #contact-find-location .row {
        --bs-gutter-x: 0.5rem;
    }

    #contact-find-location h2 {
        font-size: 56px;
    }

    #contact-find-location .use-location {
        margin-top: 10px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    #contact-find-location {
        padding: 40px 0px;
    }

        #contact-find-location h2 {
            font-size: 48px;
        }

        #contact-find-location .use-location {
            margin-top: 10px;
            font-size: 18px;
        }
}

@media (max-width: 575px) {
    #contact-find-location {
        text-align: center;
    }

        #contact-find-location h2 {
            font-size: 45px;
        }

        #contact-find-location button {
            padding: 0px 0px !important;
            width: 40%;
            height: 100%;
            font-size: 18px !important;
            margin-top: 10px;
        }

        #contact-find-location .use-location {
            margin-top: 18px;
            font-size: 16px;
        }
}

@media (max-width: 449px) {
    #contact-find-location h2 {
        font-size: 36px;
    }

    #contact-find-location #contact-fyl {
        font-size: 18px;
        padding: 8px 20px;
    }

    #contact-find-location button {
        line-height: 1.5 !important;
        font-size: 15px !important;
        margin-top: 10px;
    }
}