.container-fluid {
    padding: 0;
}

.flex-container {
    display: flex;
    gap: 20px;
}

.contact-flex-container {
    display: flex;
}

.contact-us-info {
    order: 1;
}

.contact-us-form {
    order: 2;
}


.academic-container {
    min-height: 400px;
    display: inline;
    align-items: center;
    justify-content: center;
    padding: 35px 20px;
}

.hero-content-welcome {
    position: absolute;
    background-color: rgba(0, 59, 111, 0.4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 700px;
}

.model-description-text {
    width: 100%;
    color: #404040;
    font-size: 14px;
    line-height: 23px;
    margin: auto;
    max-width: 1200px;
    text-align: left;
}

.education-model-description-text {
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 23px;
    margin: auto;
    max-width: 1200px;
    text-align: left;
    padding: 0px 24px 0px;
}

@media (max-width: 900px) {
    .contact-us-center {
        text-align: left;
    }
}

.contact-us-download-page {
    margin: 14px;
    white-space: nowrap;
}

.contact-us-download-page .model-description-text ul li a {
    color: #fff !important;
}

.contact-us-download-page .model-description-text ul {
    padding-left: 0;
}

@media (min-width: 768px) {
    .contact-us-download-page .model-description-text ul {
        padding-left: 0;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

.contact-us-download-page .model-description-text ul li {
    display: flex;
}

.contact-us-download-page .model-description-text ul li a {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    justify-content: start;
}

.contact-us-download-page .model-description-text ul li a::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2373B400;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M382.6,233.4c-2.6-5.7-8.3-9.4-14.6-9.4h-64V16c0-8.8-7.2-16-16-16h-64c-8.8,0-16,7.2-16,16v208h-64 c-6.3,0-12,3.7-14.6,9.4c-2.6,5.7-1.6,12.4,2.5,17.2l112,128c3,3.5,7.4,5.5,12,5.5s9-2,12-5.5l112-128 C384.2,245.8,385.2,239.1,382.6,233.4z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M432,352v96H80v-96H16v128c0,17.7,14.3,32,32,32h416c17.7,0,32-14.3,32-32V352H432z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 3px;
}

.school-academic-home {
    margin-top: 6.27em;
    height: 100%;
    min-height: 494px;
    border-color: #ffffff;
    background-color: rgba(0, 59, 111, 0.4);
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: left;
}

.background-image-home-img-no-toggle {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background-image-home {
    min-height: 500px;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.academic-school-home {
    position: relative;
    overflow: hidden;
    margin-top: 6.2em;
    border-color: #ffffff;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: fill;
}

.home-jumbotron-heading {
    position: relative;
    min-height: 100%;
    width: 100%;
    color: #676765;
    text-align: left;
    font-weight: 600;
    font-size: 48px;
    line-height: 83px;
    margin: 0;
}

@media (max-width: 768px) {
    .home-jumbotron-heading {
        padding: 20px 0;
    }

    .testimonial-card {
        width: 95%;
        margin: 0 auto;
        margin-top: 12px;
    }

    .padding-bottom {
        padding: 0px 12px 12px;
    }
}

@media (width: 768px) {
    .home-jumbotron-heading {
        padding: 100px 0;
    }
}

@media (max-width: 619px) {
    .home-jumbotron-heading {
        padding: 25px 0;
        font: 700 42px/64px "Open Sans", sans-serif;
    }
}

@media (max-width: 991px) {
    .academic-school-home {
        height: 695px;
    }

    .hero-section {
        background-color: rgba(0, 59, 111, 0.4);
    }
}

.hero-section {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 494px;
    width: 100%;
    color: #fff;
    text-align: left;
    font: 700 64px/83px "Open Sans", sans-serif;
}

@media (max-width: 991px) {
    .hero-section {
        max-width: 100%;
        font-size: 40px;
    }
}

.hero-image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.jumbotron-resize {
    height: auto;
    display: flex;
    position: relative;
    background-size: cover;
}

.jumbotron-object {
    background-color: #DEDCDC;
    height: 479px;
    margin-top: 4px;
    display: flex;
    position: relative;
}

.jumbotron-resize::before, .jumbotron-object::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    background-size: cover;
}

.home-jumbtron-description {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    padding-bottom: 50px;
}

.position-end {
    display: inline-block;
    align-self: flex-end;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.home-jumbo-btn {
    background: #013B72;
    border: #013B72;
    border-radius: 4px;
    width: 210px;
    height: 46px;
    padding-top: 10px;
    text-transform: uppercase;
}

.school-academic-parent-blue {
    color: #ffffff;
    font-size: 48px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.school-academics-parent-everything {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    padding: 0 12px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
    .flex-container, .contact-flex-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .home-jumbtron-description {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .position-end {
        align-self: center;
    }

    .offerings-section {
        max-width: 100%;
        padding: 12px;
    }

    .offerings-content {
        margin-bottom: 10px;
        width: 97%;
    }

    .offerings-grid {
        max-width: 100%;
        margin-top: 40px;
    }

    .offering-card {
        margin-top: 12px;
    }

    .mobile-image-padding {
        padding-top: 20px;
    }

    .school-academic-parent-blue {
        font-size: 20px;
    }

    .school-academics-parent-everything {
        font-size: 20px;
    }

    .header {
        text-align: left;
        margin: 0;
        padding-left: 12px;
    }
    
    .bubble-header {
        text-align: left;
        margin: 0;
    }

    .section-header {
        text-align: left;
        padding-left: 12px;
    }

    .education-header {
        text-align: left;
        padding-left: 22px;
    }
}

/* Contact us */

.contact-us-section {
    background-color: rgba(217, 217, 217, 0.35);
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 12px 12px 28px 12px;
}

.contact-us-wrapper {
    margin-bottom: -30px;
    max-width: 100%;
}

.contact-us-info {
    border-radius: 5px;
    background-color: #003b6f;
    z-index: 10;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    color: #fff;
    margin: 0 auto;
    padding: 28px 48px;
    font: 400 24px/1.3 "Open Sans", sans-serif;
}

.contact-us-description {
    line-height: 31px;
    text-align: left;
    align-self: stretch;
}

.contact-us-item {
    display: flex;
    gap: 10px;
    margin: 44px 0 0 14px;
}

.contact-us-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 35px;
}

.contact-us-text {
    flex-basis: auto;
    margin: auto 0;
    font-size: 14px;
}

.contact-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 30px;
    color: white;
    margin-right: 12px;
}

.contact-us-form {
    border-radius: 5px;
    background-color: rgba(0, 59, 111, 0.3);
    display: flex;
    width: 100%;
    flex-direction: column;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.35);
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 30px 23px;
    max-width: calc(100dvw - 464px);
}

.form-title {
    color: #000;
    font-family: Exo, sans-serif;
    line-height: 31px;
    margin: 0 11px 0 10px;
}

.form-row {
    display: flex;
    margin-top: 61px;
    gap: 19px;
}

.form-input {
    border-radius: 20px;
    background-color: #d9d9d9;
    font-family: "Open Sans", sans-serif;
    padding: 14px 44px;
}

.form-select {
    border-radius: 20px;
    background-color: #d9d9d9;
    display: flex;
    gap: 24px;
    flex: 1;
    padding: 6px 14px 6px 43px;
}

.form-submit {
    border-radius: 15px;
    background-color: #003b6f;
    align-self: center;
    display: flex;
    margin-top: 106px;
    width: 240px;
    max-width: 100%;
    align-items: flex-start;
    gap: 22px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    line-height: 1.3;
    padding: 14px 22px;
}

@media(max-width: 880px) {
    .contact-us-wrapper *,
    .contact-us-wrapper *::before,
    .contact-us-wrapper *::after {
        box-sizing: border-box;
        max-width: 100%;
    }

    .contact-us-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-us-info {
        order: 2;
    }

    .contact-us-form {
        order: 1;
        max-width: 100% !important;
    }
}

@media (max-width: 991px) {
    .flex-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .contact-us-info {
        max-width: 100%;
        padding: 0 20px;
    }

    .contact-us-description {
        max-width: 100%;
        margin-right: 2px;
    }

    .contact-us-item {
        margin: 40px 0 0 10px;
    }

    .contact-us-form {
        max-width: calc(100dvw - 402px);
        padding: 0 20px;
    }

    .form-title {
        max-width: 100%;
        margin-right: 10px;
    }

    .form-row {
        margin-top: 40px;
    }

    .form-input,
    .form-select {
        padding: 0 20px;
    }

    .form-submit {
        margin-top: 40px;
        padding: 0 20px;
    }
}

/* Education */

.education-section {
    background-color: #739ABC;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 12px;
}

.education-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.education-content {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 700;
}

.education-title {
    font-size: 48px;
    line-height: 52px;
    text-align: left;
    align-self: start;
}

.education-feature {
    align-self: end;
    display: flex;
    gap: 31px;
    font-size: 32px;
    line-height: 1.3;
}

.feature-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 64px;
}

.feature-text {
    flex-basis: auto;
    flex-grow: 1;
    margin: auto 0;
    font-size: 14px;
}

.education-description {
    color: #fff;
    text-align: left;
    font: 400 32px/42px "Open Sans", sans-serif;
}

.education-cta {
    border-radius: 15px;
    background-color: rgba(0, 59, 111, 0.82);
    align-self: start;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    color: #fff;
    text-align: left;
    margin: 26px 0 0 182px;
    padding: 14px 22px;
    font: 400 24px/1.3 "Open Sans", sans-serif;
}

@media (max-width: 991px) {
    .education-content {
        max-width: 100%;
    }

    .education-title {
        max-width: 100%;
    }

    .education-details {
        max-width: 100%;
    }

    .education-description {
        max-width: 100%;
        margin-top: 40px;
    }

    .education-cta {
        margin-top: 40px;
        padding: 0 20px;
    }
    
    .jumbotron-resize {
        display: flex;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        min-height: auto;
    }
}

.responsive-form-container {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    min-height: fit-content;
    overflow: hidden;
}

 /* If there's an iframe inside the partial, ensure it's responsive */
.responsive-form-container iframe {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: block;
}

.school-academic-info-boxes {
    padding: 12px;
    background-color: rgba(217, 217, 217, 0.35);
}

.school-academic-info-boxes-no-background {
    padding: 12px;
}

.header {
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    color: #404040;
}

.bubble-header {
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    color: #404040;
}

.education-header {
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
}

.testimonials-card-section {
    background-color: #f9f9f9;
    text-align: left;
    padding: 12px;
}

.iframe-dimensions {
    max-width: 100%;
}

.contact-interest {
    color: #003b6f;
    font-family: "Open Sans", sans-serif;
}

.interested-text {
    color: #404040;
}

.box-content {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    min-height: auto;
    height: auto;
    padding: 12px;
    margin: 6px;
}

.parent-academic-text {
    color: #fff;
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.features-list li {
    text-align: left;
}

.para-2 {
    font-size: 14px;
    line-height: 23px;
}

.school-academics__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-container {
    overflow: hidden;
}

.image-container img {
    padding: 0px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.image-container p {
    padding: 0px;
    margin: 0px;
}
