/* =============================================
   ACADEMICS.CSS — BASE STYLES
   ============================================= */

.academics-1 .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.academics-1 .section-title span {
    background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}

.academics-1 .desc {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}

.academics-1 .fullbox {
    margin-top: 50px;
}

.academics-1 .fullbox p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 0px;
}

.academics-2 {
    background-color: #ee7400;
    margin-top: 50px;
    color: #fff;
}

/* RIGHT LIST */
.academics-2 .class-list .class-item {
    padding: 18px 20px;
    border-bottom: 1px solid #444;
    cursor: pointer;
    display: flex;
    gap: 15px;
    align-items: center;
    transition: 0.3s;
    border-radius: 6px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
    color: white;
}

.class-list .class-item span {
    font-weight: 600;
    color: #fff;
}

/* ACTIVE + HOVER */
.class-list .class-item:hover,
.class-list .class-item.active {
    background: #ffc107;
    color: #000;
}

.class-list .class-item:hover span,
.class-list .class-item.active span {
    color: #000;
}

/* LEFT */
.class-left img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

#classText {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}

.academics-3 {
    background-color: #FDEBDB;
}

.academics-3 .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.academics-3 .section-title span {
    background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}

.academics-3 .box {
    background-color: white;
    background-image: none;
    height: 100%;
    width: 100%;
    max-height: 580px;
    max-width: 596px;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.academics-3 .img-fluid {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.academics-3 .col-section-title {
    color: #4c2420;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}

.academics-3 .col-section-desc {
    font-size: 16px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
    color: #000;
}

.academics-3 .btn {
    background-color: #4C2420;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    border-radius: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.academics-3 .btn:hover {
    color: white;
}

.academics-3 .btn .solar--round-arrow-right-bold {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m.47-13.53a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H8a.75.75 0 0 1 0-1.5h6.19l-1.72-1.72a.75.75 0 0 1 0-1.06' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.academics-4 .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.academics-4 .section-title span {
    background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}

.academics-4 .section-desc {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}

.academics-4 .row {
    margin-bottom: 30px;
}

.academics-4 .cards{
    row-gap: 30px;
}
.academics-4 .card {
   position: relative;
    width: 100%;
    height: 200px;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0 0 0 5px #ffffff80;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.academics-4 .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.academics-4 .card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.academics-4 .card__content {
    position: absolute;
    inset: 0;
    padding: 20px;
    background-color: #FDEBDB;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: 0.6s;
}

.academics-4 .card:hover .card__content {
    transform: rotateX(0deg);
}

.academics-4 .card__title {
    color: #4c2420;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}

/* FIX: was .academics-4.card:hover svg (missing space — never fired) */
.academics-4 .card:hover svg {
    scale: 0;
}

.academics-4 .card__description {
    font-size: 16px;
    line-height: 30px;
    text-indent: 0px;
}

.academics-5 .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.academics-5 .section-desc {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}

.academics-5 .ex-box {
    box-shadow: 0px 26px 55px 0px rgba(19, 38, 78, 0.08);
    height: 100%;
    max-height: 376px;
    border-radius: 110px;
}

.academics-5 .ex-box .box-title {
    color: #4c2420;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}

.academics-5 .ex-box .box-desc {
    font-size: 13px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}

.academics-5 .ex-box .img .img-fluid {
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
}

.academics-5 .ex-box .content {
    padding: 20px;
}

.academics-5 .row {
    margin-top: 30px;
}

.academics-6 {
    margin-top: 50px;
}

.academics-6 .row.bord {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.academics-6 .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.academics-6 .section-desc {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}

.academics-6 .row .circle {
    background-color: #4C2420;
    color: white;
    padding: 20px;
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.academics-6 .row .circle h3 {
    font-size: 30px;
    font-family: 'Parkinsans';
}

.academics-6 .row {
    margin-top: 50px;
}

.academics-6 .row.content .section-title {
    color: #4c2420;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}


/* =============================================
   ZOOM < 100% — LARGE SCREENS / ZOOMED OUT
   min-width: 1920px  (~67% zoom on 1440px screen)
   ============================================= */

@media (min-width: 1920px) {
    /* Cap line length for readability at extreme widths */
    .academics-1.container,
    .academics-3 .container,
    .academics-4 .container,
    .academics-5 .container,
    .academics-6.container {
        max-width: 1600px !important;
    }

    .academics-1 .section-title,
    .academics-3 .section-title,
    .academics-4 .section-title,
    .academics-5 .section-title,
    .academics-6 .section-title {
        font-size: 96px;
        line-height: 132px;
    }

    .academics-1 .desc,
    .academics-4 .section-desc,
    .academics-5 .section-desc,
    .academics-6 .section-desc {
        font-size: 20px;
        line-height: 38px;
    }

    .academics-1 .fullbox {
        margin-top: 72px;
    }

    .academics-1 .fullbox p {
        font-size: 20px;
        line-height: 38px;
    }

    .academics-2 .class-list .class-item {
        font-size: 22px;
        padding: 26px 28px;
        margin-top: 26px;
    }

    .class-left img {
        height: 480px;
    }

    #classText {
        font-size: 20px;
        line-height: 38px;
    }

    .academics-4 .card {
        width: 380px;
        height: 240px;
    }

    .academics-4 .card__title {
        font-size: 32px;
    }

    .academics-5 .ex-box {
        max-height: 500px;
        border-radius: 140px;
    }

    .academics-5 .ex-box .img .img-fluid {
        border-top-left-radius: 140px;
        border-top-right-radius: 140px;
    }

    .academics-5 .ex-box .box-title {
        font-size: 22px;
    }

    .academics-5 .ex-box .box-desc {
        font-size: 16px;
        line-height: 32px;
    }

    .academics-6 .row .circle {
        max-width: 136px;
        max-height: 136px;
        padding: 28px;
    }

    .academics-6 .row .circle h3 {
        font-size: 40px;
    }

    .academics-6 .row.content .section-title {
        font-size: 36px;
        line-height: 52px;
    }
}


/* =============================================
   ZOOM < 100% — ZOOMED OUT  (~75–90%)
   min-width: 1600px / max-width: 1919px
   ============================================= */

@media (min-width: 1600px) and (max-width: 1919px) {
    .academics-1 .section-title,
    .academics-3 .section-title,
    .academics-4 .section-title,
    .academics-5 .section-title,
    .academics-6 .section-title {
        font-size: 86px;
        line-height: 118px;
    }

    .academics-1 .desc,
    .academics-4 .section-desc,
    .academics-5 .section-desc,
    .academics-6 .section-desc {
        font-size: 19px;
        line-height: 36px;
    }

    .academics-1 .fullbox {
        margin-top: 64px;
    }

    .academics-1 .fullbox p {
        font-size: 19px;
        line-height: 36px;
    }

    .academics-2 .class-list .class-item {
        font-size: 21px;
        padding: 24px 26px;
        margin-top: 24px;
    }

    .class-left img {
        height: 430px;
    }

    #classText {
        font-size: 19px;
        line-height: 36px;
    }

    .academics-4 .card {
        width: 340px;
        height: 220px;
    }

    .academics-4 .card__title {
        font-size: 30px;
    }

    .academics-5 .ex-box {
        max-height: 450px;
        border-radius: 130px;
    }

    .academics-5 .ex-box .img .img-fluid {
        border-top-left-radius: 130px;
        border-top-right-radius: 130px;
    }

    .academics-5 .ex-box .box-title {
        font-size: 21px;
    }

    .academics-5 .ex-box .box-desc {
        font-size: 15px;
        line-height: 30px;
    }

    .academics-6 .row .circle {
        max-width: 124px;
        max-height: 124px;
        padding: 26px;
    }

    .academics-6 .row .circle h3 {
        font-size: 36px;
    }

    .academics-6 .row.content .section-title {
        font-size: 32px;
        line-height: 46px;
    }
}


/* =============================================
   ZOOM < 100% — LARGE MONITOR AT 100%
   min-width: 1400px / max-width: 1599px
   ============================================= */

@media (min-width: 1400px) and (max-width: 1599px) {
    .academics-1 .section-title,
    .academics-3 .section-title,
    .academics-4 .section-title,
    .academics-5 .section-title,
    .academics-6 .section-title {
        font-size: 80px;
        line-height: 112px;
    }

    .academics-1 .desc,
    .academics-4 .section-desc,
    .academics-5 .section-desc,
    .academics-6 .section-desc {
        font-size: 18px;
        line-height: 34px;
    }

    .academics-1 .fullbox {
        margin-top: 58px;
    }

    .academics-1 .fullbox p {
        font-size: 18px;
        line-height: 34px;
    }

    .academics-2 .class-list .class-item {
        font-size: 20px;
        padding: 22px 24px;
        margin-top: 22px;
    }

    .class-left img {
        height: 400px;
    }

    #classText {
        font-size: 18px;
        line-height: 34px;
    }

    .academics-3 .col-section-title {
        font-size: 23px;
        line-height: 34px;
    }

    .academics-3 .col-section-desc {
        font-size: 18px;
        line-height: 34px;
    }

    .academics-3 .box {
        max-height: 640px;
        max-width: 640px;
    }

    .academics-5 .ex-box {
        max-height: 420px;
        border-radius: 120px;
    }

    .academics-5 .ex-box .img .img-fluid {
        border-top-left-radius: 120px;
        border-top-right-radius: 120px;
    }

    .academics-5 .ex-box .box-title {
        font-size: 20px;
    }

    .academics-5 .ex-box .box-desc {
        font-size: 14px;
        line-height: 28px;
    }

    .academics-6 .row .circle {
        max-width: 115px;
        max-height: 115px;
        padding: 22px;
    }

    .academics-6 .row .circle h3 {
        font-size: 34px;
    }

    .academics-6 .row.content .section-title {
        font-size: 30px;
        line-height: 42px;
    }
}


/* =============================================
   ZOOM > 100% — 110–125% ZOOM
   max-width: 1399px / min-width: 1200px
   ============================================= */

@media (max-width: 1399px) and (min-width: 1200px) {
    .academics-1 .section-title,
    .academics-3 .section-title,
    .academics-4 .section-title,
    .academics-5 .section-title,
    .academics-6 .section-title {
        font-size: 58px;
        line-height: 82px;
    }

    .academics-1 .desc,
    .academics-4 .section-desc,
    .academics-5 .section-desc,
    .academics-6 .section-desc {
        font-size: 17px;
        line-height: 28px;
    }

    .academics-1 .fullbox {
        margin-top: 36px;
    }

    .academics-1 .fullbox p {
        font-size: 15px;
        line-height: 28px;
    }

    .class-left img {
        height: 310px;
    }

    .academics-2 .class-list .class-item {
        font-size: 16px;
        padding: 15px 18px;
        margin-top: 14px;
    }

    #classText {
        font-size: 15px;
        line-height: 28px;
    }

    .academics-3 .section-title {
        font-size: 56px;
        line-height: 80px;
    }

    .academics-3 .col-section-title {
        font-size: 19px;
        line-height: 30px;
    }

    .academics-3 .col-section-desc {
        font-size: 15px;
        line-height: 28px;
    }

    .academics-3 .box {
        max-height: 600px;
        max-width: 560px;
    }

    .academics-5 .ex-box {
        max-height: 390px;
        border-radius: 110px;
    }

    .academics-6 .row .circle {
        max-width: 100px;
        max-height: 100px;
        padding: 18px;
    }

    .academics-6 .row .circle h3 {
        font-size: 28px;
    }

    .academics-6 .row.content .section-title {
        font-size: 27px;
        line-height: 38px;
    }
}


/* =============================================
   ZOOM > 100% — ~125% ZOOM
   max-width: 1199px / min-width: 1024px
   ============================================= */

@media (max-width: 1199px) and (min-width: 1024px) {
    .academics-1 .section-title,
    .academics-3 .section-title,
    .academics-4 .section-title,
    .academics-5 .section-title,
    .academics-6 .section-title {
        font-size: 54px;
        line-height: 76px;
    }

    .academics-1 .desc,
    .academics-4 .section-desc,
    .academics-5 .section-desc,
    .academics-6 .section-desc {
        font-size: 15px;
        line-height: 27px;
        margin-top: 16px;
    }

    .academics-1 .fullbox {
        margin-top: 32px;
    }

    .academics-1 .fullbox h3 {
        font-size: 16px;
    }

    .academics-1 .fullbox p {
        font-size: 14px;
        line-height: 26px;
    }

    .class-left img {
        height: 300px;
    }

    .academics-2 .class-list .class-item {
        font-size: 15px;
        padding: 14px 16px;
        margin-top: 14px;
        gap: 12px;
    }

    #classText {
        font-size: 14px;
        line-height: 27px;
    }

    .academics-3 .box {
        max-height: 620px;
        max-width: 100%;
    }

    .academics-3 .col-section-title {
        font-size: 18px;
    }

    .academics-3 .col-section-desc {
        font-size: 14px;
        line-height: 26px;
    }

    .academics-4 .card {
        width: 100%;
        max-width: 280px;
        height: 185px;
    }

    .academics-5 .ex-box {
        max-height: 360px;
        border-radius: 80px;
    }

    .academics-5 .ex-box .img .img-fluid {
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
    }

    .academics-5 .ex-box .box-title {
        font-size: 15px;
    }

    .academics-5 .ex-box .box-desc {
        font-size: 12px;
        line-height: 22px;
    }

    .academics-6 .row .circle {
        max-width: 90px;
        max-height: 90px;
        padding: 16px;
    }

    .academics-6 .row .circle h3 {
        font-size: 26px;
    }

    .academics-6 .row.content .section-title {
        font-size: 22px;
        line-height: 32px;
    }
}


/* =============================================
   ZOOM > 100% — ~150% ZOOM
   max-width: 1023px / min-width: 992px
   ============================================= */

@media (max-width: 1023px) and (min-width: 992px) {
    .academics-1 .section-title,
    .academics-3 .section-title,
    .academics-4 .section-title,
    .academics-5 .section-title,
    .academics-6 .section-title {
        font-size: 48px;
        line-height: 68px;
    }

    .academics-1 .desc,
    .academics-4 .section-desc,
    .academics-5 .section-desc,
    .academics-6 .section-desc {
        font-size: 14px;
        line-height: 26px;
        margin-top: 14px;
    }

    .academics-1 .fullbox {
        margin-top: 28px;
    }

    .academics-1 .fullbox h3 {
        font-size: 15px;
    }

    .academics-1 .fullbox p {
        font-size: 13px;
        line-height: 24px;
    }

    .class-left img {
        height: 270px;
    }

    .academics-2 .class-list .class-item {
        font-size: 14px;
        padding: 12px 14px;
        margin-top: 12px;
    }

    #classText {
        font-size: 13px;
        line-height: 25px;
    }

    .academics-3 .col-section-title {
        font-size: 17px;
        line-height: 26px;
    }

    .academics-3 .col-section-desc {
        font-size: 13px;
        line-height: 24px;
    }

    .academics-4 .card {
        width: 100%;
        max-width: 100%;
        height: 180px;
    }

    .academics-5 .ex-box {
        max-height: 340px;
        border-radius: 70px;
    }

    .academics-5 .ex-box .img .img-fluid {
        border-top-left-radius: 70px;
        border-top-right-radius: 70px;
    }

    .academics-6 .row .circle {
        max-width: 84px;
        max-height: 84px;
        padding: 14px;
    }

    .academics-6 .row .circle h3 {
        font-size: 24px;
    }

    .academics-6 .row.content .section-title {
        font-size: 20px;
        line-height: 28px;
    }
}


/* =============================================
   TABLET LANDSCAPE
   max-width: 991px / min-width: 768px
   ============================================= */

@media (max-width: 991px) and (min-width: 768px) {
    /* academics-1 */
    .academics-1 .section-title {
        font-size: 46px;
        line-height: 64px;
    }

    .academics-1 .desc {
        font-size: 16px;
        line-height: 27px;
        margin-top: 14px;
    }

    .academics-1 .fullbox {
        margin-top: 28px;
    }

    .academics-1 .fullbox h3 {
        font-size: 17px;
    }

    .academics-1 .fullbox p {
        font-size: 14px;
        line-height: 26px;
    }

    .academics-1 .row .col-4 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .academics-1 .row .col-4:last-child {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* academics-2 */
    .academics-2 .col-lg-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .class-left img {
        height: 280px;
    }

    .academics-2 .class-list .class-item {
        font-size: 15px;
        padding: 14px 16px;
        margin-top: 12px;
    }

    #classText {
        font-size: 15px;
        line-height: 27px;
        margin-top: 12px;
    }

    /* academics-3 */
    .academics-3 .section-title {
        font-size: 44px;
        line-height: 62px;
    }

    .academics-3 .row .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .academics-3 .box {
        max-width: 100%;
        max-height: none;
    }

    .academics-3 .col-section-title {
        font-size: 18px;
    }

    .academics-3 .col-section-desc {
        font-size: 14px;
        line-height: 26px;
    }

    /* academics-4 */
    .academics-4 .section-title {
        font-size: 44px;
        line-height: 62px;
    }

    .academics-4 .section-desc {
        font-size: 14px;
        line-height: 26px;
    }

    .academics-4 .row > .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* academics-5 */
    .academics-5 .section-title {
        font-size: 44px;
        line-height: 62px;
    }

    .academics-5 .section-desc {
        font-size: 14px;
        line-height: 26px;
    }

    .academics-5 .row .col-4 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .academics-5 .row .col-4:last-child {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .academics-5 .ex-box {
        max-height: none;
        border-radius: 60px;
    }

    .academics-5 .ex-box .img .img-fluid {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }

    /* academics-6 */
    .academics-6 .section-title {
        font-size: 44px;
        line-height: 62px;
    }

    .academics-6 .section-desc {
        font-size: 14px;
        line-height: 26px;
    }

    .academics-6 .row > .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .academics-6 .row > .col-2 {
        width: 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .academics-6 .row > .col-10 {
        width: 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .academics-6 .row .circle {
        max-width: 80px;
        max-height: 80px;
        padding: 14px;
    }

    .academics-6 .row .circle h3 {
        font-size: 24px;
    }

    .academics-6 .row.content .section-title {
        font-size: 20px;
        line-height: 28px;
    }
}


/* =============================================
   TABLET PORTRAIT / LARGE MOBILE
   max-width: 767px / min-width: 576px
   ============================================= */

@media (max-width: 767px) and (min-width: 576px) {
    /* academics-1 */
    .academics-1 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .academics-1 .section-title {
        font-size: 38px;
        line-height: 52px;
    }

    .academics-1 .desc {
        font-size: 15px;
        line-height: 26px;
        margin-top: 12px;
    }

    .academics-1 .fullbox {
        margin-top: 24px;
    }

    .academics-1 .fullbox h3 {
        font-size: 16px;
    }

    .academics-1 .fullbox p {
        font-size: 13px;
        line-height: 24px;
    }

    .academics-1 .row .col-4,
    .academics-1 .row .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* academics-2 */
    .academics-2 .col-lg-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .class-left img {
        height: 240px;
    }

    .academics-2 .class-list .class-item {
        font-size: 14px;
        padding: 12px 14px;
        margin-top: 10px;
        gap: 10px;
    }

    #classText {
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
    }

    /* academics-3 */
    .academics-3 .section-title {
        font-size: 36px;
        line-height: 50px;
    }

    .academics-3 .row .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .academics-3 .box {
        max-width: 100%;
        max-height: none;
    }

    .academics-3 .col-section-title {
        font-size: 17px;
    }

    .academics-3 .col-section-desc {
        font-size: 13px;
        line-height: 24px;
    }

    /* academics-4 */
    .academics-4 .section-title {
        font-size: 36px;
        line-height: 50px;
    }

    .academics-4 .section-desc {
        font-size: 13px;
        line-height: 24px;
    }

    .academics-4 .row > .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* academics-5 */
    .academics-5 .section-title {
        font-size: 36px;
        line-height: 50px;
    }

    .academics-5 .section-desc {
        font-size: 13px;
        line-height: 24px;
    }

    .academics-5 .row .col-4 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 18px;
    }

    .academics-5 .row .col-4:last-child {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .academics-5 .ex-box {
        max-height: none;
        border-radius: 50px;
    }

    .academics-5 .ex-box .img .img-fluid {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .academics-5 .ex-box .box-title {
        font-size: 15px;
    }

    .academics-5 .ex-box .box-desc {
        font-size: 12px;
        line-height: 22px;
    }

    /* academics-6 */
    .academics-6 .section-title {
        font-size: 36px;
        line-height: 50px;
    }

    .academics-6 .section-desc {
        font-size: 13px;
        line-height: 24px;
    }

    .academics-6 .row > .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .academics-6 .row > .col-2 {
        width: 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }

    .academics-6 .row > .col-10 {
        width: 82%;
        flex: 0 0 82%;
        max-width: 82%;
    }

    .academics-6 .row .circle {
        max-width: 70px;
        max-height: 70px;
        padding: 12px;
    }

    .academics-6 .row .circle h3 {
        font-size: 22px;
    }

    .academics-6 .row.content .section-title {
        font-size: 18px;
        line-height: 26px;
    }

    .academics-6 .row {
        margin-top: 30px;
    }
}


/* =============================================
   MOBILE
   max-width: 575px
   ============================================= */

@media (max-width: 575px) {
    /* academics-1 */
    .academics-1 {
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 24px;
    }

    .academics-1 .section-title {
        font-size: 30px;
        line-height: 42px;
        word-break: break-word;
    }

    .academics-1 .desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .academics-1 .fullbox {
        margin-top: 20px;
    }

    .academics-1 .fullbox h3 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .academics-1 .fullbox p {
        font-size: 13px;
        line-height: 22px;
    }

    .academics-1 .row .col-4,
    .academics-1 .row .col-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    /* academics-2 */
    .academics-2 {
        margin-top: 30px;
    }

    .academics-2 .col-lg-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .class-left img {
        height: 200px;
        border-radius: 8px;
    }

    .academics-2 .class-list .class-item {
        font-size: 13px;
        padding: 10px 12px;
        margin-top: 8px;
        gap: 8px;
        line-height: 24px;
    }

    .class-list .class-item span {
        font-size: 13px;
        min-width: 22px;
    }

    #classText {
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px;
    }

    /* academics-3 */
    .academics-3 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .academics-3 .section-title {
        font-size: 28px;
        line-height: 40px;
    }

    .academics-3 .row .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .academics-3 .box {
        max-width: 100%;
        max-height: none;
    }

    .academics-3 .col-section-title {
        font-size: 16px;
        line-height: 24px;
    }

    .academics-3 .col-section-desc {
        font-size: 13px;
        line-height: 23px;
    }

    /* academics-4 */
    .academics-4 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .academics-4 .section-title {
        font-size: 28px;
        line-height: 40px;
        word-break: break-word;
    }

    .academics-4 .section-desc {
        font-size: 13px;
        line-height: 23px;
        margin-top: 12px;
    }

    .academics-4 .row > .col-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    /* academics-5 */
    .academics-5 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .academics-5 .section-title {
        font-size: 28px;
        line-height: 40px;
        word-break: break-word;
    }

    .academics-5 .section-desc {
        font-size: 13px;
        line-height: 23px;
        margin-top: 10px;
    }

    .academics-5 .row .col-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .academics-5 .ex-box {
        max-height: none;
        border-radius: 40px;
    }

    .academics-5 .ex-box .img .img-fluid {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    .academics-5 .ex-box .box-title {
        font-size: 15px;
    }

    .academics-5 .ex-box .box-desc {
        font-size: 12px;
        line-height: 22px;
    }

    .academics-5 .row {
        margin-top: 16px;
    }

    /* academics-6 */
    .academics-6 {
        padding-left: 14px;
        padding-right: 14px;
        margin-top: 30px;
    }

    .academics-6 .section-title {
        font-size: 28px;
        line-height: 40px;
        word-break: break-word;
    }

    .academics-6 .section-desc {
        font-size: 13px;
        line-height: 23px;
        margin-top: 10px;
    }

    .academics-6 .row > .col-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .academics-6 .row > .col-2 {
        width: 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .academics-6 .row > .col-10 {
        width: 80% !important;
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }

    .academics-6 .row .circle {
        max-width: 60px;
        max-height: 60px;
        padding: 10px;
    }

    .academics-6 .row .circle h3 {
        font-size: 20px;
    }

    .academics-6 .row.content .section-title {
        font-size: 16px;
        line-height: 24px;
    }

    .academics-6 .row {
        margin-top: 24px;
    }
}


/* =============================================
   SMALL MOBILE
   max-width: 399px
   ============================================= */

@media (max-width: 399px) {
    /* academics-1 */
    .academics-1 .section-title {
        font-size: 26px;
        line-height: 36px;
    }

    .academics-1 .desc {
        font-size: 13px;
        line-height: 22px;
    }

    .academics-1 .fullbox h3 {
        font-size: 14px;
    }

    .academics-1 .fullbox p {
        font-size: 12px;
        line-height: 21px;
    }

    .class-left img {
        height: 180px;
    }

    .academics-2 .class-list .class-item {
        font-size: 12px;
        padding: 9px 10px;
    }

    #classText {
        font-size: 12px;
        line-height: 21px;
    }

    /* academics-3 */
    .academics-3 .section-title {
        font-size: 24px;
        line-height: 34px;
    }

    .academics-3 .col-section-title {
        font-size: 15px;
        line-height: 22px;
    }

    .academics-3 .col-section-desc {
        font-size: 12px;
        line-height: 21px;
    }

    /* academics-4 */
    .academics-4 .section-title {
        font-size: 24px;
        line-height: 34px;
    }

    .academics-4 .section-desc {
        font-size: 12px;
        line-height: 21px;
    }

    /* academics-5 */
    .academics-5 .section-title {
        font-size: 24px;
        line-height: 34px;
    }

    .academics-5 .section-desc {
        font-size: 12px;
        line-height: 21px;
    }

    .academics-5 .ex-box {
        border-radius: 30px;
    }

    .academics-5 .ex-box .img .img-fluid {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .academics-5 .ex-box .box-title {
        font-size: 14px;
    }

    .academics-5 .ex-box .box-desc {
        font-size: 11px;
        line-height: 20px;
    }

    /* academics-6 */
    .academics-6 .section-title {
        font-size: 24px;
        line-height: 34px;
    }

    .academics-6 .section-desc {
        font-size: 12px;
        line-height: 21px;
    }

    .academics-6 .row .circle {
        max-width: 52px;
        max-height: 52px;
        padding: 8px;
    }

    .academics-6 .row .circle h3 {
        font-size: 18px;
    }

    .academics-6 .row.content .section-title {
        font-size: 14px;
        line-height: 22px;
    }
}