
    .home .basic-content{
        margin-top: 0px;
    }
    .new_homepage{
        position: relative;
    }
    .new_homepage .blue_form{
        scroll-margin-top: 100px;
    }
    .new_homepage_container{
        width: 100%;
        padding: 0 45px;
        max-width: 1360px;
        margin: 0 auto;
    }
    .new_homepage a.eb-button-anchor{
        text-transform:uppercase;
    }
    .new_homepage h1{
        font-size:60px!important;
        line-height: 65px;
        color: #fff;
    }
    .new_homepage h2{
        font-size: 40px;
        line-height: 45px;
    }
    .new_homepage .hero_cover {
        min-height: 600px;
        overflow: hidden;
    }

    .new_homepage .hero_cover::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/wp-content/uploads/2024/12/blue-white-shade-overlay.png'); /* Replace with your image URL */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.9; /* Adjust for transparency */
        z-index: 1; /* Lower than inner-container */
        pointer-events: none; /* Allows interaction with elements under the overlay */
    }

    .new_homepage .wp-block-cover__video-background {
        z-index: 0; /* Ensure the video is below the overlay */
    }

    .new_homepage .wp-block-cover__inner-container {
        position: relative; /* Keep the text content above the overlay */
        z-index: 2; /* Higher than the overlay */
    }

    .new_homepage .font_blue {
        color: #3b9cd9;
        font-weight: 700;
    }
    .new_homepage .media_card_sect{
        padding: 60px 0 0;
        justify-content: center;
    }
    .new_homepage .media_card_sect h2{
        color: #fff;
        margin-bottom: 20px;
    }
    .new_homepage .media_card_sect .heading_p p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .new_homepage .badge_note{
        background: rgb(255 255 255 / 50%);
        padding: 15px;
        max-width: 465px;
        border-radius: 10px;
        /* margin-bottom: 100px; */
    }
    .new_homepage .badge_note p{
        font-size:16px;
        color: #1c335f;
        text-transform: uppercase;
        margin-bottom: 0;
    }


     .new_homepage .badge_note {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.5s ease;
    } 

    .new_homepage .badge_note .enhanced{
        font-size: 30px;
        font-weight: bold;
        text-transform: capitalize;
    }
    .new_homepage .media_card img{
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .new_homepage .media_card{
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;    
    }
    .new_homepage .education_innovation_sect, .new_homepage .quote_sect {
        justify-content: center;
    }

    .new_homepage .education_innovation_sect ul li {
        margin-bottom: 20px;
        font-size: 16px;
        color: #1c325f;
        background: url(/wp-content/uploads/2024/11/check-icon-blue.svg) no-repeat;
        height: unset;
        padding-top: 0;
        padding-left: 35px;
    }
    .new_homepage .education_innovation_sect  ul {
        padding: 20px 20px 0;
        margin: 0;
        list-style-type: none;
    }
    .new_homepage .education_innovation_sect .card_column {
        -webkit-box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, .12);
        box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, .12);
        border-radius: 20px;
        height: 544px;
        display: flex;
        flex-direction: column;
    }
    .new_homepage .education_innovation_sect a.eb-button-anchor{
        width: 100%;
    }
    .new_homepage .education_innovation_sect .wp-block-essential-blocks-button{
        padding: 0 20px;
        margin-top: auto;
        margin-bottom: 20px;
    }  
    .new_homepage .education_innovation_sect .cover__card img{
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .new_homepage .education_innovation_sect h3{
        font-size:28px!important;
        line-height: 35px;
    }
    .new_homepage .quote_sect  blockquote {
        color: #3b9cd9;
        font-size: 40px;
        display: block;
        border: 0;
        padding: 0;
    }
    .new_homepage .quote_sect blockquote::before {
        content: "\f10d";
        font-family: "font awesome 5 free";
        font-weight: 900;
    }
    .new_homepage .quote_sect{
        background: url(/wp-content/uploads/2026/03/founder-vesper-section-bg2.jpg)no-repeat center center / cover;
        padding: 150px 0;
    }
    .new_homepage .quote_sect blockquote p {
        font-size: 40px;
        font-style: normal;
        font-weight: bold;
        line-height: 45px;
        color: #fff;
    }

    .new_homepage .quote_sect ul li {
        margin-bottom: 20px;
        font-size: 16px;
        color: #fff;
        background: url(/wp-content/uploads/2024/09/scott-sayre.png) no-repeat;
        height: 103px;
        padding-top: 20px;
        padding-left: 130px;
    }
    .new_homepage .quote_sect  ul {
        padding: 20px 20px 0 0;
        margin: 0;
        list-style-type: none;
    }
    .new_homepage .students_reviews .card{
        padding: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        -webkit-box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, .12);
        box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, .12);
        border-radius: 10px;
    }
    .new_homepage .students_reviews .overview_avatar_img {
        position: absolute;
        top: -50px;
        right: 40px;
    }
    .new_homepage .students_reviews .overview_avatar_img img{
        border-radius: 50%;
    }
    .new_homepage .students_reviews blockquote {
        color: #3b9cd9;
        font-size: 40px;
        display: block;
        border: 0;
        padding: 0;
    }
    .new_homepage .students_reviews blockquote p {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
    }
    .new_homepage .students_reviews {
        justify-content: center;
        padding: 60px 0;
    }
    .new_homepage .students_reviews blockquote::before {
        content: "\f10d";
        font-family: "font awesome 5 free";
        font-weight: 900;
    }
    .new_homepage .students_reviews .students_reviews_flex{
        margin-top:100px;
    }
   
    .new_homepage .heading_bottom{
        margin-top: 100px;
    }
    /* .new_homepage .heading_bottom h2.h2_line:before,
    .new_homepage .heading_bottom h2.h2_line:after {
        content: '';
        border-top: 2px solid #1D315F;
        margin: 10px 20px 0 0;
        flex: 1 0 20px;
    }
    .new_homepage .heading_bottom h2.h2_line{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 5px;
    } 

    .new_homepage .heading_bottom h2.h2_line:after {
        margin: 10px 20px 0 20px;
    }*/
    .new_homepage .heading_bottom h2.h2_line{
        position: relative;
    }

    .new_homepage .heading_bottom h2.h2_line:before {
        content: "";
        display: block;
        width: 310px;
        height: 2px;
        background: #1D315F;
        left: 85px;
        top: 50%;
        position: absolute;
    }

    .new_homepage .heading_bottom h2.h2_line:after {
        content: "";
        display: block;
        width: 310px;
        height: 2px;
        background: #1D315F;
        right: 85px;
        top: 50%;
        position: absolute;
    }

 
    .new_homepage .heading_bottom p {
        font-size:24px;
        color: #1D315F;
    }
    .new_homepage .blue_form{
        justify-content:center;
    }

 
    @media (max-width:991px) {
        .new_homepage .heading_bottom h2.h2_line:before, .new_homepage .heading_bottom h2.h2_line:after{
            width: 200px;
        }
        .new_homepage h1 {
            font-size: 35px!important;
            line-height: 45px;
        }
        .new_homepage h2, .new_homepage .quote_sect blockquote p{
            font-size:30px;
        }
        .new_homepage .hero_cover {
            min-height: 330px;
        }
        .new_homepage .media_card_sect .wp-block-media-text__content{
            grid-column: 1;
            grid-row: 2;
            padding: 5% 5%;
        }
        .new_homepage .media_card_sect .wp-block-media-text{
            grid-template-columns: 1fr;
            grid-template-rows: auto auto;
        }
        .new_homepage .badge_note{
            margin-bottom: 50px;
        }
        .new_homepage .media_card img{
            border-top-right-radius: 20px;
            height: 300px;
            object-fit: cover;
        }
        .new_homepage .quote_sect{
            padding: 50px 0;
        }
    }

    @media (max-width:767px) {
        .new_homepage .students_reviews{
            padding: 60px 0 0;
        }
        .new_homepage .heading_bottom h2.h2_line:before, .new_homepage .heading_bottom h2.h2_line:after{
            width: 45px;
        }
        .new_homepage .heading_bottom h2.h2_line:after{
            right: 0;
        }
        .new_homepage .heading_bottom h2.h2_line:before{
            left: 0;
        }
        .main_stickySide_btn .sticky-button a{
            font-size: 14px;
        }
        .new_homepage a.eb-button-anchor{
            padding: 5px 20px !important;
            font-size: 14px;
        }
        .new_homepage h1{
            font-size: 25px !important;
            line-height: 30px;
        }
        .main_stickySide_btn .gform_wrapper.gravity-theme .gfield textarea.large{
            height: 80px;
        }
        .main_stickySide_btn .slide-out-form{
            top: 58%;
        }
        .new_homepage_container{
            padding: 0 20px;
        }
        .new_homepage .badge_note .enhanced{
            font-size: 18px;
        }
        .new_homepage h2 {
            font-size: 23px;
            line-height: 35px;
        }
        .new_homepage .badge_note {
            margin-bottom: 30px;
        }
        .new_homepage .education_innovation_sect .card_column{
            height:100%;
        }
        .new_homepage .students_reviews .students_reviews_flex{
            gap: 80px;
        }
        .new_homepage .heading_bottom p{
            font-size:16px;
        }
        .new_homepage .education_innovation_sect h3{
            font-size:22px!important;
            line-height: 30px;
        }
        .new_homepage .students_reviews blockquote p{
            font-size: 18px;
        }
    }

    @media (max-width:350px) {
        .new_homepage .heading_bottom h2.h2_line:before, .new_homepage .heading_bottom h2.h2_line:after{
            width: 20px;
        }
        .new_homepage .quote_sect ul li{
            font-size: 14px;
        }
    }
  