section.contact-banner {
    height: 450px;
    color: #fff;

    .text-box {
        background: rgba(0, 0, 0, .3);

        .text-box-inner {
            max-width: 900px;
            margin: 0 auto;
            top: 40%;
            text-align: center;
            padding: 0 3em;
        }
    }
}

.contact-form {
    margin-top: -6rem;
    // padding: 2rem;
    background-color: rgb(244, 244, 244);
    position: relative;

    .form-container {
        background-color: white;
        text-align: center;

        form {
            margin: 0 auto;
            max-width: 660px;
        }
    }

    .form-header {
        margin: 0 auto;
        max-width: 660px;

        .divider {
            max-width: 2em;
            margin: 0 auto;
            background-color: rgba(0, 0, 0, .1);
        }

        .p1 {
            margin-top: 1.5em;
        }
    }

    .agreement {
        margin-top: 2em;

        a {
            color: var(--fs-primary);
        }
    }
}

section.contact-location {
    background-color: rgb(244, 244, 244);
    padding: 2em 2em 6em 2em;

    .inner {
        background: white;
        padding: 2em;
        text-align: center;
    }

    h3 {
        font-size: 1.2em;
        font-weight: 700;
        line-height: 2.5em;
    }

    .p1 {
        line-height: 3em;
    }

    a.button {
        background: var(--fs-primary);
        color: white;
        display: block;
        border-radius: 1.5em;
        line-height: 2.5em;
        font-size: .8em;
    }
}

section.contact-banner2 {
    background: url("/static/images/234234.webp");
    position: relative;
    color: #fff;

    .modal-bg {
        background: rgba(0, 0, 0, .2);
        margin: 0;
    }

    .banner {
        height: 500px;
    }

    h1 {
        font-weight: 700;
        padding: 1em;
    }

    .text-box-inner {
        padding: 1em 2em;
    }
}

.section-img {
    max-width: 100%;
    border-radius: .7rem;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.09);
    margin-bottom: 1.2rem;
}

.icon-check {
    color: #198754;
    font-size: 1.2rem;
    margin-right: .5rem;
}

.icon-x {
    color: #dc3545;
    font-size: 1.2rem;
    margin-right: .5rem;
}

blockquote {
    border-left: 4px solid #198754;
    background: #eafaf1;
    padding: 1rem 1.5rem;
    font-size: 1.05rem;
    margin-bottom: 1.3rem;
    border-radius: .5rem;
}

.contact-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    padding: 2rem;
    margin-top: 2rem;
}


section.testimonials {
    padding: 0 2em 5em 2em;

    .inner-box {
        width: 80%;
        margin: 0 auto;
    }

    h2 {
        color: rgb(85, 85, 85);
        text-align: center;
        line-height: 4em;
    }

    .btn-box {
        text-align: center;
        padding: 5em 0;
    }

    .button {
        background: var(--fs-primary);
        color: white;
        border-radius: 1.5em;
        line-height: 2.5em;
        font-size: 1em;
        padding: 0 2em;
        margin: 0 auto;
    }
}
