:root {
    --h1-home-font-size: 50px;
    --h1-home-font-family: 'Epilogue', sans-serif;
    --h1-home-font-weight: 400;

    --h2-home-font-size: 48px;
    --h2-home-font-family: 'Epilogue', sans-serif;
    --h2-home-font-weight: 400;
    --h2-home-line-height: 60px;

    --h3-home-font-size: 22px;
    --h3-home-font-family: 'Epilogue', sans-serif;
    --h3-home-font-weight: 500;
    --h3-home-line-height: 62px;

}

h1 {
    font-size: var(--h1-home-font-size);
    font-family: var(--h1-home-font-family);
    font-weight: var(--h1-home-font-weight);
    color: #fff;
}

h2,
h2.h2-title {
    font-size: var(--h2-home-font-size);
    font-family: var(--h2-home-font-family);
    font-weight: var(--h2-home-font-weight);
    line-height: var(--h2-home-line-height);
    color: #FFFFFF;
}

h3 {
    font-size: var(--h3-home-font-size);
    font-family: var(--h3-home-font-family);
    font-weight: var(--h3-home-font-weight);
    line-height: var(--h3-home-line-height);
    color: #FFFFFF;
    ;
}

section {
    margin: 55px 0;
}


.nsc-hero-banner {
    position: relative;
    overflow: hidden;
}

.nsc-hero-banner-wrapper {
    position: relative;
    overflow: hidden;
}

.nsc-hero-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nsc-hero-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}


/* Book With Us */
#book-with-us .mx-container {
    margin: 0 auto 0 0;
    width: 84%;
    padding: 0;
}

#book-with-us .left-book img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}

#book-with-us .left-book {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
}

#book-with-us .right-book {
    padding-left: 30px;
    padding-right: 0;
}

.page-template-nsc-contact .contact-info {
    margin: 0;
}

#contact .right .wrap h2.h2-title {
    margin: 0;
}

#find-us h2.h2-title {
    margin: 0;
}

#find-us p.nsc-findus-address {
    font-family: Sora;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

#book-with-us .right-book a#primary-button {
    margin: 0 auto 0 0;
    text-align: center;
    max-width: 182px;
    z-index: 1;
}

#book-with-us .right-book p {
    font-family: Sora;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #A6A6A6;
    margin-bottom: 0;
}

#book-with-us .right-book {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

#book-with-us .right-book h2 {
    margin: 0;
}

@media(max-width: 767px) {
    .nsc-hero-banner {
        max-height: 294px;
    }

    .nsc-hero-banner div {
        height: 200px !important;
    }

    .nsc-hero-banner img.nsc-hero-banner-img {
        object-fit: cover !important;
        object-position: top;
    }

    .nsc-hero-banner-overlay {
        display: none;
    }

    .nsc-findus-map iframe {
        max-height: 475px;
    }

    #book-with-us .mx-container {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    #book-with-us .left-book {
        flex-direction: column;
    }

    #book-with-us .left-book img {
        width: 100%;
    }

    #book-with-us .right-book {
        padding: 10px;
        margin: 20px 0;
    }
}

@media(max-width: 990px) and (min-width: 768px) {
    #book-with-us .mx-container {
        margin: 0 auto;
        width: 100%;
    }

    #book-with-us .left-book,
    #book-with-us .right-book {
        width: 100%;
    }

    #book-with-us .right-book {
        padding: 30px;
    }
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error {
    border-color: #545A60 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus {
    box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form em.wpforms-error {
    margin-top: 5px !important;
}