@import url('https://fonts.googleapis.com/css2?family=Enriqueta:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/* @font-face { font-family: 'AvenirLTStd85Heavy'; src: url('fonts/AvenirLTStd85Heavy.eot'); src: url('fonts/AvenirLTStd85Heavy.eot') format('embedded-opentype'), url('fonts/AvenirLTStd85Heavy.woff2') format('woff2'), url('fonts/AvenirLTStd85Heavy.woff') format('woff'), url('fonts/AvenirLTStd85Heavy.ttf') format('truetype'), url('fonts/AvenirLTStd85Heavy.svg#AvenirLTStd85Heavy') format('svg'); } */
body {
    font-family: "Enriqueta", serif;
    background: #ffffff;
}

a {
    outline: none;
    text-decoration: none !important;
    color: #000;
}

h1 {
    font-size: 6.5rem;
    font-weight: 400;
    line-height: 1.4em;
    font-family: "AvenirLTStd85Heavy", serif;
}

h2 {
    color: #24305e;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2em;
    font-family: "Nunito Sans", sans-serif;
}

h3 {
    color: #000000;
    font-size: 1.57rem;
    font-weight: 500;
}

p {
    font-size: 1.1rem;
    color: #000000;
    font-family: "Enriqueta", serif;
}

.logo {
    width: 260px;
}

header {
    box-shadow: 0px 0px 4px 0px #24305e;
}

.bg-body-tertiary::after {
    position: absolute;
    content: "";
    width: 75%;
    height: 100%;
    right: 0;
    background-color: #24305E;
    box-shadow: 0px 0px 4px 0px #24305e;
}

.navbar-nav ul.dropdown-menu li {
    margin: 0;
    border-bottom: 2px solid #f8e9a1;
    padding: 10px 0;
}

.menu-3 ul li.dropdown::before {
    display: none;
}

.dropdown-item:hover {
    color: #ffffff;
    background-color: transparent;
}

.dropdown-item {
    color: #ffffff;
}

.btn-apply a.bg-pink {
    background-color: #f76c6c !important;
    padding: 15px 40px !important;
}

.navbar-nav ul.dropdown-menu {
    padding: 0;
    border-radius: 0;
    background-color: #2f3a64;
}

a.navbar-brand {
    font-family: "Enriqueta", serif;
    font-size: 2rem;
    font-weight: 500;
}

.menu ul li {
    position: relative !important;
    margin: 0 0 0 30px;
    z-index: 1;
}

.menu ul li::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
}

.menu ul li:hover a {
    color: #f8e9a1 !important;
}

.menu ul li:hover::before {
    transform: scale3d(1, 1, 1);
}

.menu-3 ul li::before {
    transform-origin: 50% 50%;
    background: #f8e9a1;
}

.navbar-nav .nav-link {
    font: normal 16px/1.4em "Nunito Sans", sans-serif;
    color: #ffffff !important;
}

header {
    z-index: 1;
}

.navbar-nav .nav-link.active {
    color: #f8e9a1 !important;
    border-bottom: 2px solid #f8e9a1;
}

.about.sec-padd {
    padding: 200px 0 100px;
}

.banner-text {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 76%;
}

.banner-line {
    position: relative;
    top: 96px;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffad;
}

.banner-text h1 {
    font: 700 70px/1.15em "Nunito Sans", sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    color: #24305e;
}

.top-25 {
    top: 13%;
}

.banner-text p {
    font: normal 22px/1.8em "enriqueta", serif;
    color: #24305E;
    letter-spacing: 0.05em;
    margin: 10px 0 40px;
}

.banner-text h2 {
    color: #24305e;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.26em;
    padding: 15px 0;
    margin-bottom: 0;
}

.banner-text {
    color: #000000;
}

.sec-padd {
    padding: 70px 0;
}

.divider {
    border-bottom: 5px solid #24305E;
    width: 13%;
    margin: 0px 0 10px;
}

.btn-apply {
    width: 72%;
    margin-top: 20px;
}

.btn-apply a,
.btn-apply button {
    background-color: #24305E;
    padding: 20px 60px !important;
    color: #F8E9A1;
    font: normal 18px/1.4em "Nunito Sans", sans-serif;
    border-radius: 50px;
}

.menu ul li.btn-apply::before {
    display: none;
}

.statistics p {
    line-height: 1.5em;
    font-size: 16px;
    font-family: "Enriqueta", serif;
    color: #ffffff;
    letter-spacing: 0.05em;
}
#brochureModal label {
    color: #000;
}



.statistics h5 {
    font: normal 22px/1.4em "Nunito Sans", sans-serif;
    padding: 15px 0;
}

.statistics2 {
    color: #f76c6c;
}

.statistics1 {
    color: #F8E9A1;
}

.statistics3 {
    color: #ffffff;
}

.card1 {
    background: #287bff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: 315px;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    border: 0;
}

.card1::before {
    content: "";
    position: absolute;
    top: -140px;
    left: -40%;
    padding: 0;
    width: 100%;
    height: 120%;
    transform: rotate(35deg);
    pointer-events: none;
    filter: blur(5px);
}

.card1:nth-child(1) {
    background: linear-gradient(to bottom, #F8E9A1, #ffffff);
}

.card1 .icon {
    position: relative;
    width: 140px;
    height: 120px;
    background: #24305e;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1), inset 0 -8px 0 #fff;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.card1 .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: -79px;
    width: inherit;
    height: 50px;
    background: #24305e;
    box-shadow: -47px -15px 0 15px #24305e;
}

.card1 .icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: -138px;
    width: inherit;
    height: 50px;
    background: #24305e;
}

.card1 .icon ion-icon {
    color: #fff;
    position: relative;
    z-index: 1000;
    --ionicon-stroke-width: 24px;
    width: 60%;
}

.card1 .content {
    position: absolute;
    width: 100%;
    padding: 30px;
    padding-top: 150px;
    text-align: center;
}

.card1 .content h2 {
    font-size: 1.4em;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.4;
}

.card1 .content p {
    color: #24305e;
    line-height: 1.5em;
}

.bg-blue {
    background-color: #24305E;
}

.bg-blue1 {
    background-color: #24305E;
    color: #ffffff;
    margin-top: -144px;
}

.bg-deepblue {
    background-color: #374785;
    color: #ffffff;
    margin-top: -290px;
}

.bg-lightblue {
    background-color: #f8e9a1;
    color: #ffffff;
    margin-top: -69px;
}

.bg-blue1 img {
    top: -20px;
    right: 0;
}

.bg-deepblue img {
    top: -20px;
    right: 0;
}

.bg-lightblue img {
    top: 20px;
    left: 0;
}

.bg-pink img {
    top: 20px;
    left: 0;
}

.bg-lightblue .duration {
    bottom: 0;
    right: 0;
}

.bg-style {
    padding: 30px;
}

.bg-style li {
    margin-bottom: 20px;
}

.bg-style h3 {
    font: 700 22px/1.4em "Nunito Sans", sans-serif;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: .05em;
    position: absolute;
    top: -40px;
    background: #fff;
    padding: 10px;
    transform: translateX(-50%);
    left: 50%;
}

.heading-blue {
    color: #24305E !important;
}

.divider1 {
    width: 7%;
}

.table-custom .table>:not(caption)>*>* {
    padding: 1.5rem 2.5rem;
    font-size: 1.1rem;
}

.table-custom th.bg2.color2 {
    font-size: 1.2rem;
    font-weight: bold;
}

.timeline {
    --color1: #f76c6c;
    --color2: #f8e9a1;
    --color3: #374785;
    --color4: #a8d0e6;
    --color5: #24305E;
    padding: 130px 0 165px;
    text-align: center;
    z-index: 1;
}

.bg1 {
    background-color: #f76c6c !important
}

.bg2 {
    background-color: #f8e9a1 !important
}

.bg3 {
    background-color: #374785 !important
}

.bg4 {
    background-color: var(--color4)
}

.bg5 {
    background-color: #24305E !important
}

.bt5-20 {
    border-top: 20px solid var(--color5)
}

.bt1-20 {
    border-top: 20px solid var(--color1)
}

.bt3-20 {
    border-top: 20px solid var(--color3)
}

.b5-5 {
    border: 5px solid var(--color5);
}

.b4-5 {
    border: 5px solid var(--color4);
}

.b3-5 {
    border: 5px solid var(--color3);
}

.b1-5 {
    border: 5px solid var(--color1);
}

.bb4-20 {
    border-bottom: 20px solid var(--color4);
}

.bb2-20 {
    border-bottom: 20px solid var(--color2);
}

.b2-5 {
    border: 5px solid var(--color2);
}

.color2 {
    color: #24305E !important;
}

.timeline-item {
    position: relative;
    width: 150px;
    height: 10px;
    display: inline-table;
    border-radius: 20px 0px 0 20px;
}

.timeline-item .roundedend {
    border-radius: 0px 20px 20px 0px;
}

.timeline-item:nth-child(1) {
    width: 75px;
}

.arrow-end {
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
}

.circle {
    position: absolute;
    background-position: center center;
    transform: translate(-50%, -25%);
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.circle1 {
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    transform: translate(-50%, -75%);
}

.timeline-item:nth-child(1) .circle {
    left: 0;
}

.inner-circle {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 140px;
    font-weight: bold;
}

.buble-content {
    overflow: hidden;
    text-align: center;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 12px 0px #c7c7c7;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translateX(-50%);
    left: 50%;
}

.timeline-item:nth-child(3) .buble-content {
    border: 4px solid var(--color1);
}

.timeline-item:nth-child(4) .buble-content {
    border: 4px solid var(--color2);
}

.timeline-item:nth-child(5) .buble-content {
    border: 4px solid var(--color3);
}

.timeline-item:nth-child(6) .buble-content {
    border: 4px solid var(--color4);
}

.timeline-item:nth-child(7) .buble-content {
    border: 4px solid var(--color5);
}

.timeline-item:nth-child(odd) .buble-content {
    top: -150px;
}

.timeline-item:nth-child(even) .buble-content {
    bottom: -160px;
}

.timeline-item:nth-child(1) .buble-content {
    left: 6%;
}

.inner-circle.pb-5 {
    padding-bottom: 8rem !important;
}

.inner-circle.pb-3 {
    padding-bottom: 3rem !important;
}

.inner-circle.mt-3 {
    margin-top: 2rem !important;
}

.content-year {
    padding: 5px;
    color: #fff;
    font-size: 20px;
}

.timeline-item:nth-child(even) .content-year-bottom {
    position: absolute;
    width: 155px;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}

.content. {
    margin: auto 0;
    padding: 5px;
    color: #000;
    font-size: 18px;
    height: 60px;
    display: block;
    position: relative;
}

.content.content1 p {
    display: flex;
    height: 100%;
    margin: auto 0;
    font-size: 12px;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 10px;
}

.timeline-item:nth-child(even) .content-half-circle {
    bottom: -70px;
    left: 50%;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    box-shadow: -1px -9px 9px 0px #bbbbbb;
}

.timeline-item:nth-child(1) .content-half-circle {
    left: 0;
}

.grey-line {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 80px;
}

.timeline-item:nth-child(odd) .grey-line {
    top: -30px;
    left: 50%;
}

.timeline-item:nth-child(even) .grey-line {
    bottom: -118px;
    left: 50%;
}

.timeline-item:nth-child(1) .grey-line {
    left: 0;
}

/* ---single--- */
ul.requirement-list li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #000000;
    font-family: "Enriqueta", serif;
}

.card.event-flow .card-title {
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    text-transform: uppercase;
    color: #24305e;
    font-weight: bold;
    width: 61%;
}

.card.event-flow {
    border: 4px solid #f8e9a1;
    border-radius: 50px;
    text-align: center;
}

.card.event-flow h6.card-subtitle {
    font-size: 1.2rem;
    color: #f76c6c;
    font-weight: 700;
}

.highlighter-single {
    height: 340px;
}

.mt180 {
    margin-top: -210px;
}

.mt122 {
    margin-top: -122px;
}

.single-page .title h2 {
    font-size: 2rem;
}

.single-page .divider1 {
    margin-bottom: 10px !important;
}

.banner-text1 {
    top: 30%
}

.hover-bg p {
    margin-bottom: 0;
}

.about-single-unique {
    color: #ffffff;
    background: #24305e;
    padding: 15px;
    border-radius: 20px;
    position: relative;
    z-index: 1
}

.about-single-unique h2 {
    font-size: 1.4em;
    color: #f8e9a1;
    margin-bottom: 15px;
    line-height: 1.4;
}

.about-single-unique p {
    font-size: 16px;
    font-family: "Enriqueta", serif;
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.about-single-unique:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 100%;
    background: #ffffffb3;
    left: 0;
    bottom: 0;
    border-radius: 50% 50% 0 0%;
    z-index: -1;
}

.students-gain .card img {
    width: 70px;
    height: 100%;
}

.bg-card {
    background: #fff0f0;
    border-radius: 0% 50% 50% 0;
    padding: 18px;
}

.students-gain {
    min-height: 89px;
}

.students-gain .card {
    border: 1px solid #24305e;
    box-shadow: 0px 0px 12px #f2f2f2;
}

.students-gain .card-body {
    padding: 10px;
}

.students-gain .card-body p {
    font-size: 1rem;
}

.single-page .about.sec-padd {
    padding-top: 150px;
}

.single-page .sec-padd {
    padding: 50px 0;
}

.hover-bg:hover {
    background-color: #f8e9a1;
}

.table-custom1 th {
    font-size: 25px;
    color: #f76c6c;
    padding: 30px 0px 30px 30px;
    line-height: 1.4;
}

.table-custom1 span.table-date {
    color: #f76c6c;
    margin: 10px 0;
    font-weight: bold;
    font-size: 1rem;
}

.table-custom1 span {
    font-size: .8rem;
}

.table-custom1 tbody,
.table-custom1 td,
.table-custom1 tfoot,
.table-custom1 thead,
.table-custom1 tr {
    padding: 30px !important;
}

td {
    color: #24305e !important;
    font-weight: 500;
    font-size: 1rem !important;
}

.teamwrapper {
    background: #fff;
    padding: 20px;
}

.avatar {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-align: center;
}

.teamcolinner {
    position: relative;
}

.avatar>img {
    width: 130px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}

.teamcolinner {
    position: relative;
    border: 1px dashed #ddd;
    min-height: 539px;
    background: #fff;
    z-index: 9;
}

.teamcol {
    padding: 15px;
    background: #f5f2f2;
    border-radius: 10px;
    position: relative;
    transition: transform 1s ease-in-out;
}

.teamcol:hover {
    transform: translateY(-30px);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    transition: transform 1s ease-in-out;
}

.teamcol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(#f8e9a1, #f8e9a1);
    border-top-right-radius: 10px;
    transition: width 1s ease-in-out;
}

.teamcol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(#374785, #24305e);
    border-bottom-left-radius: 10px;
    transition: width 1s ease-in-out;
}

.teamcol:hover::before,
.teamcol:hover::after {
    width: 100%;
    transition: width 1s ease-in-out;
}

.member-name {
    margin-top: 80px;
}

.member-info {
    padding: 10px 20px;
}

label {
    font: 500 16px / 1.85714285714286 "Nunito Sans", sans-serif;
    color: #ffffff;
}

.form-control {
    padding: .875rem .75rem;
}

.faq .accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
    margin: 20px auto;
}

.faq .accordion-item {
    margin-top: 20px;
    border-radius: 6px;
    background: linear-gradient(90deg, #24305e 0%, #374785);
    border: none;
}

.faq .accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 1rem;
    padding: 15px 20px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    box-sizing: border-box;
    align-items: center;
    color: #f8e9a1;
}

.faq .accordion-item .accordion-item-desc {
    padding: 15px 20px 15px;
    display: none;
    font-size: 1rem;
    line-height: 22px;
    font-weight: 300;
    color: #112B3A;
    border-top: 1px dashed #ddd;
    box-sizing: border-box;
    background: #F4F4F4;
}

.faq .accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.faq .accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
    display: block;
}

.faq .accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
    content: "-";
    font-size: 1.2rem;
    color: #f76c6c;
}

.faq .accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
    content: "+";
    font-size: 1.2rem;
    color: #f8e9a1;
}

.faq .accordion-item:first-child {
    margin-top: 0;
}

.faq .accordion-item .icon {
    margin-left: 14px;
}

.faq .carousel-item h6 {
    font-size: 1.4rem;
}

.sat-client-section1 .carousel-control-prev {
    left: -50px;
}

.sat-client-section1 .carousel-control-next {
    right: -50px;
}

/* -----Testimonial------*/
.rounded-circle {
    border: 3px solid black !important;
    padding: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* ---footer--- */
.footer-top {
    background-color: #ededed;
}

.footer-logo img {
    width: 80%;
}

.footer-bottom {
    background-color: #e9e7e7;
}

.footer-column p,
.footer-bottom p {
    font: 500 16px/1.85714285714286 "Nunito Sans", sans-serif;
    color: #000000;
}

.footer-column ul li a {
    font: 500 16px/1.85714285714286 "Nunito Sans", sans-serif;
    color: #000000;
}

.social-footer img:hover {
    opacity: .8;
}

.footer-column ul li a:hover,
.footer-contact a:hover {
    color: #236373 !important;
}

hr {
    margin: 0 0 1rem;
    border-top: 1px solid #30303f;
    opacity: 1;
}

.help-block.form-error {
    color: #f00;
    font-size: 0.9rem;
}

/* ----------Responsive---------- */
@media only screen and (min-width: 1599px) {
    .bg-body-tertiary::after {
        width: 70%;
    }

    .btn-apply {
        width: 40%;
    }

    .banner-text h1 {
        font: 700 100px/1.15em "Nunito Sans", sans-serif;
        letter-spacing: 0.05em;
    }

    .banner-text {
        width: 60%;
    }

    .bg-deepblue {
        margin-top: -243px;
    }

    .bg-blue1 {
        margin-top: -128px;
    }
}

@media only screen and (max-width: 1199.98px) {}

@media only screen and (max-width: 991.98px) {
    .navbar-brand img {
        width: 55%;
    }

    .navbar-toggler {
        z-index: 1;
        background-color: #ffffff;
    }

    .banner-text h1 {
        font: 700 20px / 1em "Nunito Sans", sans-serif;
    }

    .banner-text h2 {
        font-size: 16px;
        padding: 6px 0;
    }

    .banner-text p {
        font: normal 14px / 1.1em "enriqueta", serif;
        margin: 0 0 15px 0;
    }

    .btn-apply a {
        padding: 10px 30px !important;
        font: normal 14px / 1em "Nunito Sans", sans-serif;
    }

    .banner-line {
        top: 64px;
    }

    .about.sec-padd {
        padding: 100px 0 60px;
    }

    .banner-text {
        width: 100%;
    }

    .bg-body-tertiary::after {
        width: 43%;
    }

    .table-custom.w-75 {
        width: 100% !important;
    }

    .bg-body-tertiary::after {
        display: none;
    }

    .naver-logo {
        width: 80%;
    }

    .timeline-item.bg3 {
        margin-top: 80%;
    }

    .timeline-item.bg5 {
        margin-top: 68%;
        left: -20%;
    }

    h2 {
        font-size: 1.5rem;
    }

    .sec-padd {
        padding: 60px 0;
    }

    .timeline {
        padding: 100px 0 60px;
    }

    .footer-logo img {
        width: 100%;
    }

    .social-footer img {
        width: 25px;
    }

    .navbar-collapse {
        background-color: #24305e;
    }

    .menu ul li {
        margin-bottom: 10px;
        border-bottom: 1px solid #dddddd;
        width: 100%;
        margin-left: 0;
        padding: 15px;
    }

    .menu ul li:last-child {
        border-bottom: 0;
    }

    .menu-3 ul li::before {
        display: none;
    }

    .navbar-nav .nav-link.active {
        border-bottom: 0;
    }

    .card1 {
        margin-bottom: 30px;
    }

    .card1 .content h2 {
        font-size: 1.2em;
    }

    .highlighter-single {
        height: 240px;
    }

    .banner-text1 h1 {
        font: 700 25px / 1em "Nunito Sans", sans-serif;
        margin-bottom: 0 !important;
    }

    p,
    ul.requirement-list li {
        font-size: 1rem;
    }

    .about-single-unique:before {
        background: inherit;
        border-radius: 50%;
    }

    .bg-card {
        background-color: inherit;
        padding: 18px 18px 0 18px;
    }

    .member-info p {
        font-size: .9rem !important;
    }

    .mt30 {
        margin-top: 30%;
    }

    .single-page .title h2 {
        font-size: 1.5rem;
    }

    /* ---------- Student testimonials slider ---------- */
    .student-testimonial-slider {
        position: relative;
        overflow: hidden;
        margin-top: 30px;
    }

    .student-testimonial-track {
        display: flex;
        transition: transform .5s ease;
    }

    /* 3 cards at a time on desktop */
    .student-testimonial-item {
        flex: 0 0 33.3333%;
        padding: 0 10px;
    }

    /* 2 cards at a time on tablet */
    @media (max-width: 991.98px) {
        .student-testimonial-item {
            flex: 0 0 50%;
        }
    }

    /* 1 card at a time on mobile */
    @media (max-width: 767.98px) {
        .student-testimonial-item {
            flex: 0 0 100%;
        }
    }

    /* Slider arrows */
    .student-testimonial-prev,
    .student-testimonial-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 40px;
        font-weight: 700;
        color: #24305E;
        opacity: 0.75;
        border: none;
        background: transparent;
        padding: 0 10px;
        z-index: 5;
    }

    .student-testimonial-prev:hover,
    .student-testimonial-next:hover {
        opacity: 1;
    }

    .student-testimonial-prev {
        left: -5px;
    }

    .student-testimonial-next {
        right: -5px;
    }

    /* Keep student testimonial card text tidy */
    .testimonial-card .testimonial-text {
        font-size: 0.98rem;
        line-height: 1.6;
    }

    .menu-3 .navbar-nav {
        flex-wrap: nowrap;
    }

    .menu-3 .nav-item {
        white-space: nowrap;
    }

    .naver-logo {
        max-width: 220px;
    }

    .naver-logo img {
        max-width: 100%;
        height: auto;
    }

    .menu-3 {
        flex-grow: 1;
    }

    .menu-3 .navbar-nav {
        margin-left: auto;
        flex-wrap: nowrap;
        /* keep everything in one line */
    }

    .menu-3 .nav-link {
        padding-left: 12px;
        padding-right: 12px;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 767.98px) {}

@media only screen and (max-width: 575.98px) {}

/* === FIX: show logo above blue ::after strip and size it === */

.bg-body-tertiary {
    position: relative;
    /* so ::after and content stack correctly */
}

.bg-body-tertiary::after {
    z-index: 0;
    /* keep the blue panel behind everything */
    pointer-events: none;
}

.naver-logo,
.navbar-brand {
    position: relative;
    z-index: 2;
    /* pull logo above the ::after layer */
}

/* size the logo image */
.naver-logo img,
.navbar-brand img {
    display: block;
    max-height: 64px;
    /* adjust up/down if you want */
    width: auto;
}
/* === LOGO BLOCK ON LEFT – MAKE IT VISIBLE AGAIN === */

/* White box for logo on the left of the header */
.naver-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
    padding: 8px 18px;
    /* make sure it actually has width, but still shrink to fit logo */
    width: auto;
}

/* Force the logo image to have a clear size */
.naver-logo img,
.navbar-brand img {
    display: block;
    width: 260px;
    /* adjust if you want larger/smaller */
    height: auto;
}

/* === HEADER COLOR LAYOUT === */

/* Make navbar itself white */
.navbar.bg-body-tertiary {
    background: #ffffff !important;
    position: relative;
    z-index: 1;
}

/* Create the blue bar ONLY on the right side */
.navbar.bg-body-tertiary::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 75%;
    /* adjust if needed */
    background: #24305E;
    z-index: -1;
    /* sit behind menu + logo */
}

/* Logo block stays white */
.naver-logo {
    background: #ffffff;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    z-index: 2;
}

/* Make sure menu text stays above the blue */
.navbar-nav .nav-link {
    position: relative;
    z-index: 2;
}
/* NAV FONT — slightly smaller so long labels stay on one line */
.navbar-nav .nav-link {
    font-size: 15px !important;
    /* was ~16px */
    letter-spacing: 0.3px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Dropdown label spacing consistent too */
.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 15px !important;
}