.container {
    max-width: 1440px;
}
.herobanner {
    background-image: url(https://vaagastag.ekarigar.com/images/new_ui/header/Smart-Learning-&-Olympiad-Excellence.png);
    height: 80vh;
    margin-top: -68px;
    padding: 6% 0%;
    display: flex;
    align-content: center;
    align-items: center;
}
.hero-title{
    font-size: 55px;
    font-weight: 800;
    color: #FEBC5A;
}
.hero-tagline {
    color: #EFEFEF;
    font-weight: 200;
}
.hero-description {
    font-size: 14px;
    color: #EFEFEF;
    padding: 12px 0px;
}
.hero-button {
    background: #FEBC5A;
    width: 32%;
    padding: 12px 10px;
    color: #0E212F !important;
    font-weight: 500;
    border-radius: 5px;
}
.section-counter {
    background: #047185;
    color: #EFEFEF;;
    padding: 2% 0%;
}
.counter-title {
    color: #FEBC5A;
}
.counter-description{
    color: #EFEFEF;
    font-size: 20px;
}
/*footer*/

.footer-cta {
    position: absolute;
    width: 70%;
    margin-top: -8%;
    margin-left: 14%;
}

.footer{
    background:#0E212F;
    color:#EFEFEF;
    font-weight:100;
}
.footer-main {
    padding-top: 14% !important;
    padding-bottom: 2%;
}
.footer a{
    text-decoration:none;
    color:inherit;
}

.footer a:hover{
    color:#FEBC5A;
}

.footer h6{
    color:#FEBC5A;
}

/* CTA SECTION */

.footer-cta .container{
    background-image:url(https://vaagastag.ekarigar.com/images/new_ui/footer-above.png);
    background-size:cover;
    padding:6% 0%;
}

.cta-button{
    background: transparent;
    color: #EFEFEF;
    border: 1px solid #EFEFEF;
    display: inline-block;
    padding: 18px 54px;
    margin-top: 15px;
    border-radius: 5px;
    font-weight: 600;
}

/* MAIN FOOTER */

.footer-widget{
    margin-bottom:25px;
}

.footer-widget p{
    font-size:14px;
    line-height:1.6;
}

.footer-widget a{
    display:inline-block;
    margin-bottom:6px;
}

.footer-logo{
    max-width:180px;
    height:auto;
    margin-bottom:15px;
}

/* SPACING */

.footer-spacing{
    padding:2%;
}

/* BOTTOM */

.footer-bottom{
        background: #0E212F;
    border: 1px solid;
    color: #EFEFEF;
    margin: 0;
    padding: 2%;
    font-size: 14px;
    border-radius: 50px;
}


.subscribe-form{
    display:flex;
    max-width:400px;
}

.subscribe-form input{
    flex:1;
    padding:14px 15px;
    border:none;
    background:#e6e6e6;
    font-size:14px;
    outline:none;
}

.subscribe-form button{
    width:60px;
    background:#f5a623;
    border:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}

.subscribe-form button span{
    font-size:18px;
    color:#000;
}

.subscribe-form input::placeholder{
    color:#777;
}
.footer-cta h2 {
    font-size: 45px;
    font-weight: 500;
    color: #FEBC5A;
    padding: 12px 0px;
}
/* BOOK A FREE TRIAL CLASS - ORIGINAL WITH FORM */

.trial-section{
    background:#f2b155;
}
.trial-section .container{
    padding-left:0;
    padding-right:0;
}
.trial-container{
    display:flex;
    min-height:600px;
    overflow:hidden;
}
.trial-image{
    width:50%;
    background-image: url('/images/new_ui/book_demo.png');
    position:relative;
    background-size: cover;
}
.trial-overlay{
    position: absolute;
    bottom: 40px;
    left: 22%;
    color: white;
    max-width: 70%;
}
.trial-overlay h2{
    font-size:42px;
    font-weight:700;
}
.trial-overlay span{
    color:#f7b348;
}
.trial-overlay p{
    font-size:14px;
    margin-top:10px;
}
.trial-form{
    width:50%;
    background:#f2b155;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px;
}
.trial-form form{
    width: 100%;
    max-width: 78%;
}
.trial-form input,
.trial-form select{
    width:100%;
    padding:14px;
    margin-bottom:15px;
    border:none;
    border-radius:4px;
    background:#eaeaea;
    font-size:14px;
}
.trial-form button{
    width:100%;
    padding:14px;
    background:#0d6f7e;
    border:none;
    color:white;
    font-weight:600;
    letter-spacing:1px;
    cursor:pointer;
}
.captcha{
    background:#eaeaea;
    padding:12px 14px;
    margin-bottom:15px;
    font-size:14px;
    display:flex;
    align-items:center;
    gap:10px;
    border-radius:4px;
}
.captcha input[type="checkbox"]{
    width:18px;
    height:18px;
    margin:0;
}

/* BANNER STYLE TRIAL SECTION */
.trial-banner{
    position: relative;
    overflow: hidden;
}
.trial-banner .container{
    padding-left:0;
    padding-right:0;
}
.trial-banner .trial-bg{
     background-image: url('/images/new_ui/book-trail.jpg');
    background-size: cover;
    background-position: center;
    min-height: 520px;
    display: flex;
    align-items: center;
    position: relative;
}
.trial-banner .trial-bg::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.1);
    z-index: 1;
}
.trial-banner .trial-content-wrapper{
    position: relative;
    z-index: 2;
    padding: 80px 0;
}
.trial-banner .trial-card{
     background: #D9D9D999;
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 36px 40px;
    max-width: 558px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.trial-banner .trial-card h2{
    font-size: 28px;
    font-weight: 700;
    color: #0E212F;
    margin-bottom: 14px;
    line-height: 1.3;
}
.trial-banner .trial-card p{
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}
.trial-banner .trial-deco-line{
    display: none;
    position: absolute;
    top: 50%;
    left: 480px;
    width: 200px;
    border-top: 2px dashed #047185;
    pointer-events: none;
    z-index: 2;
}

/* Tablet banner */
@media (min-width: 768px) and (max-width: 991px){
    .trial-banner .trial-bg{
        min-height: 480px;
    }
    .trial-banner .trial-card{
        max-width: 420px;
    }
}

/* Mobile banner */
@media (max-width: 768px){
    .trial-banner .trial-bg{
        min-height: 450px;
    }
    .trial-banner .trial-content-wrapper{
        padding: 60px 0;
    }
    .trial-banner .trial-card{
        max-width: 100%;
        padding: 28px 24px;
        margin: 0 15px;
    }
    .trial-banner .trial-card h2{
        font-size: 24px;
    }
    .trial-banner .trial-deco-line{
        display: none;
    }
}

/* Original trial responsive */
@media (max-width:992px){
    .trial-container{
        flex-direction:column;
    }
    .trial-image{
        width:100%;
        height:350px;
    }
    .trial-form{
        width:100%;
    }
    .trial-overlay{
        left:20px;
        bottom:20px;
    }
    .trial-overlay h2{
        font-size:32px;
    }
    .trial-form form{
        max-width:100%;
    }
    .captcha{
        font-size:13px;
        padding:10px 12px;
    }
}
.images{
    padding:40px 0;
}

.images-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.images-wrapper img{
    max-width:100%;
    height:auto;
}
.images-row img {
    width: 445px;
}

.about{
    padding: 20px 0px;
}
.about-information .info {
    padding: 20px 0px;
}
.info-btn {
    background: #047185;
    width: 32%;
    padding: 20px 32px;
    font-size: 16px;
    color: #EFEFEF;
    font-weight: 900;
}

.about-information {
    padding: 6% 0px;
}
.about-information .tagline {
    background: #0E212F;
    color: #fff;
    padding: 5px 16px;
    font-size: 18px;
    font-weight: 100;
}
.about .row {
    align-items: center;
}

/* Fix image overflow */
.about img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content spacing */
.about-information,
.about-information-2 {
    /* padding: 0px 30px; */
}

/* Fix column alignment */
.about .col-md-6 {
    position: relative;
}

/* Heading */
.info h2,
.info-2 h2 {
    font-size: 36px;
    font-weight: 700;
}

/* Button */
.info-btn {
    display: inline-block;
    padding: 12px 26px;
    background: #1c6f75;
    color: #fff;
    border-radius: 4px;
    margin-top: 10px;
}

.tagline{
    background: #047185;
    color: #EFEFEF;
    padding: 5px 16px;
    font-size: 18px;
    font-weight: 100;
}
.choose-us {
    padding: 80px 0px;
    background: #ffffff;
}

.choose-us .text-center {
    margin-bottom: 30px;
}

.choose-us .tagline {
    background: #047185;
    color: #EFEFEF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 6px 18px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
}

.choose-us h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0E212F;
    margin: 18px 0 12px;
}

.choose-us .section-subtitle {
    color: #777777;
    font-size: 16px;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Cards */
.choose-us .box {
    background: #D9D9D9;
    border-radius: 8px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    transition: all 0.3s ease;
}

.choose-us .box:hover {
    background: #0d6f7e;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.choose-us .box.yellow:hover {
    background: #FEBC5A;
}

.choose-us .box.yellow:hover .icon {
    background: #000000;
}

.choose-us .box.yellow:hover .icon img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(60%) saturate(481%) hue-rotate(338deg) brightness(99%) contrast(101%);
}

.choose-us .box:hover p {
    color: #ffffff;
    font-weight: 500;
}

.choose-us .box:hover .icon {
    background: #ffffff;
}

.choose-us .box.featured {
    background: #0d6f7e;
    color: #ffffff;
}

.choose-us .box.featured p,
.choose-us .box:hover p {
    color: #ffffff;
    font-weight: 500;
}

.choose-us .box p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #0E212F;
    line-height: 1.5;
}

/* Icon containers */
.choose-us .icon {
    width: 56px;
    height: 56px;
    /* min-width: 56px; */
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.choose-us .icon img {
    filter: grayscale(1) brightness(0);
    transition: filter 0.3s ease;
}

.choose-us .box:hover .icon img {
    filter: none;
}

.choose-us .icon i {
    font-size: 26px;
    color: #0E212F;
    line-height: 1;
}

.choose-us .box.featured .icon {
    background: rgba(255,255,255,0.15);
}

.choose-us .box.featured .icon i {
    color: #ffffff;
}
/* EXPLORE OUR PROGRAMS */
.our-programs{
    background-color: #EFEFEF;
    padding: 80px 0px;
}

.our-programs .programs-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.our-programs .programs-header .tagline{
    background: #047185;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 6px 18px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.our-programs .programs-header h2{
    font-size: 36px;
    font-weight: 700;
    color: #0E212F;
    margin-bottom: 10px;
}

.our-programs .programs-header .subtitle{
    font-size: 15px;
    color: #0E212F;
    max-width: 480px;
    line-height: 1.6;
    margin: 0;
}

.our-programs .programs-header .btn-explore{
    background: #0d6f7e;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.program-card{
    padding: 20px;          /* space inside card */
    border-radius: 20px;   /* rounded corners */
    overflow: hidden;      /* keeps image inside radius */
    background: #fff;
}

/* Image styling */
.program-card .card-img{
    width: 100%;
    border-radius: 15px;   /* image border radius */
    margin-bottom: 20px;   /* space between image and content */
    display: block;
}

/* Content spacing */
.program-card .card-body{
    padding: 10px 5px;
}
.our-programs .program-card{
    display: flex;
    flex-direction: row;
    background: #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.our-programs .program-card:hover{
    background: #0d6f7e;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.our-programs .program-card.featured{
    background: #0d6f7e;
    color: #ffffff;
}

.our-programs .program-card:hover .card-body h3,
.our-programs .program-card:hover .card-body p,
.our-programs .program-card:hover .card-body .includes-title,
.our-programs .program-card:hover .card-body ul,
.our-programs .program-card:hover .card-body ul li{
    color: #ffffff;
}

.our-programs .program-card:hover .card-img{
    transform: scale(1.03);
}

.our-programs .program-card .card-img{
    transition: transform 0.3s ease;
}

.our-programs .program-card .card-img{
    width: 45%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}

.our-programs .program-card .card-body{
    width: 55%;
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-programs .program-card.featured .card-body h3{
    color: #ffffff;
}

.our-programs .program-card.featured .card-body p{
    color: rgba(255,255,255,0.9);
}

.our-programs .program-card.featured .card-body .includes-title{
    color: #ffffff;
}

.our-programs .program-card.featured .card-body ul{
    color: #ffffff;
}

.our-programs .program-card .card-body h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0E212F;
}

.our-programs .program-card .card-body p{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #333333;
}

.our-programs .program-card .card-body .includes-title{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0E212F;
}

.our-programs .program-card .card-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.our-programs .program-card .card-body ul li{
    font-size: 13px;
    line-height: 1.8;
    padding-left: 16px;
    position: relative;
    color: inherit;
}

.our-programs .program-card .card-body ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}

.our-programs .row{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

@media (max-width: 768px){
    .our-programs{
        padding: 50px 0;
    }
    .our-programs .programs-header{
        flex-direction: column;
        gap: 20px;
    }
    .our-programs .programs-header h2{
        font-size: 28px;
    }
    .our-programs .programs-header .btn-explore{
        width: 100%;
        text-align: center;
    }
    .our-programs .program-card{
        flex-direction: column;
    }
    .our-programs .program-card .card-img{
        width: 100%;
        height: 220px;
        min-height: auto;
    }
    .our-programs .program-card .card-body{
        width: 100%;
        padding: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .our-programs{
        padding: 60px 0;
    }
    .our-programs .program-card .card-img{
        width: 42%;
        min-height: 280px;
    }
    .our-programs .program-card .card-body{
        width: 58%;
        padding: 24px 20px;
    }
    .our-programs .programs-header h2{
        font-size: 30px;
    }
}

/* ANIMATIONS */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* STUDENT GROWTH FOCUS */
.student-growth {
    background: linear-gradient(180deg, #054a57 0%, #047185 100%);
    padding: 80px 0;
    color: #ffffff;
}
.growth-layout{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.growth-image {
    width: 22%;
    flex-shrink: 0;
    animation: float 4s ease-in-out infinite;
}
.growth-image:nth-child(3) {
    animation-delay: 2s;
}
.growth-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.growth-image img:hover {
    transform: scale(1.03);
    box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}
.growth-content {
    flex: 1;
    text-align: center;
    max-width: 600px;
}
.tagline-gold {
    background: #FEBC5A;
    color: #0E212F;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 6px 18px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 16px;
    animation: fadeIn 0.6s ease forwards;
}
.growth-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    animation: fadeInUp 0.7s ease forwards;
}
.growth-content p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.9);
    margin-bottom: 12px;
    animation: fadeInUp 0.8s ease forwards;
}
.growth-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
    margin-top: 24px;
    text-align: left;
    animation: fadeInUp 0.9s ease forwards;
}
.feature-item-modal{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #5A9EAA;
    font-weight: 500;
    transition: transform 0.3s ease;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    transition: transform 0.3s ease;
}

.feature-item-modal:hover {
    transform: translateX(4px);
}
.feature-item:hover {
    transform: translateX(4px);
}
.feature-item {
    flex-direction: row !important;
}
.feature-item-modal {
    flex-direction: row !important;
}
.check-box {
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: #ffffff;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.check-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.feature-item:hover .check-box {
    transform: scale(1.15);
    box-shadow: 0 0 12px rgba(255,255,255,0.4);
}
.feature-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.btn-gold {
    background: #FEBC5A;
    color: #0E212F;
    padding: 12px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: auto;
    min-width: 300px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.btn-gold:hover {
    background: #ffd180;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* ACADEMIC SUPPORT */
.academic-support {
    background: linear-gradient(180deg, #047185 0%, #ffffff 100%);
    padding: 80px 0;
    color: #ffffff;
}
.support-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 30px;
    animation: fadeInUp 0.6s ease forwards;
}
.support-header .header-left .tagline {
    background: #ffffff;
    color: #0E212F;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 6px 18px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.support-header .header-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    animation: fadeInUp 0.7s ease forwards;
}
.support-header .header-right p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    max-width: 420px;
    margin: 0;
    padding-top: 30px;
    animation: fadeInUp 0.8s ease forwards;
}
.support-gallery {
    display: flex;
    gap: 16px;
    animation: fadeInUp 0.9s ease forwards;
}
.gallery-card {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    min-height: 420px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.gallery-card:hover {
    transform: translateY(-6px) scale(1.02);
}
.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.gallery-card:hover img {
    transform: scale(1.08);
}

/* Card with info list below image */
.card-info {
    display: flex;
    flex-direction: column;
}
.card-info .card-image-top {
    /* height: 48%; */
    min-height: 180px;
    overflow: hidden;
}
.card-info .card-image-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card-info .card-body {
    flex: 1;
    padding: 16px;
}
.card-info .card-body h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0E212F;
}
.card-info .card-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.card-info .card-body ul li {
    font-size: 14px;
    line-height: 1.85;
    color: #000;
    padding-left: 12px;
    position: relative;
}
.card-info .card-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
}

/* Card with CTA button */
.card-cta .btn-seat-card {
    /* position: absolute; */
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: #FEBC5A;
    color: #0E212F;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    display: block;
}


.card-cta .btn-seat-card:hover {
    background: #ffd180;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

/* Responsive for new sections */
@media (max-width: 768px) {
    .student-growth {
        padding: 50px 0;
    }
    .growth-layout {
        flex-direction: column;
    }
    .growth-image {
        display: none;
    }
    .growth-content {
        max-width: 100%;
    }
    .growth-content h2 {
        font-size: 28px;
    }
    .growth-features {
        grid-template-columns: 1fr;
    }
    .student-growth .feature-cta {
        justify-content: center;
    }
    .student-growth .btn-gold {
        width: 100%;
    }
    .academic-support {
        padding: 50px 0;
    }
    .support-header {
        flex-direction: column;
        gap: 20px;
    }
    .support-header .header-left h2 {
        font-size: 28px;
    }
    .support-gallery {
        flex-direction: column;
    }
    .gallery-card {
        min-height: 300px;
    }
    .card-info .card-body {
        padding: 14px;
    }
    .card-info .card-body h4 {
        font-size: 14px;
    }
    .card-info .card-body ul li {
        font-size: 11px;
        line-height: 1.8;
    }
    .card-cta .btn-seat-card {
        padding: 12px;
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .student-growth {
        padding: 60px 0;
    }
    .growth-layout {
        gap: 24px;
    }
    .growth-image {
        width: 18%;
    }
    .growth-content h2 {
        font-size: 30px;
    }
    .academic-support {
        padding: 60px 0;
    }
    .support-header .header-left h2 {
        font-size: 30px;
    }
    .gallery-card {
        min-height: 350px;
    }
    .card-info .card-body h4 {
        font-size: 14px;
    }
    .card-info .card-body ul li {
        font-size: 11px;
        line-height: 1.8;
    }
    .card-info .card-body {
        padding: 14px;
    }
    .card-cta .btn-seat-card {
        padding: 12px;
        font-size: 13px;
    }
}

/* ANYTIME LEARNING */
.anytime-learning {
    padding: 80px 0;
    background: #ffffff;
}
.anytime-row {
    display: flex;
    align-items: center;
    gap: 40px;
}
.anytime-image {
    width: 48%;
    flex-shrink: 0;
}
.anytime-image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    display: block;
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.anytime-image img:hover {
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(0,0,0,0.15);
}
.anytime-content {
    width: 52%;
    background: #FEBC5A;
    border-radius: 16px;
    padding: 40px 48px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    animation: fadeInUp 0.8s ease forwards;
}
.anytime-content .tagline-dark {
    background: #0E212F;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 6px 18px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.anytime-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0E212F;
    margin-bottom: 14px;
}
.anytime-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 20px;
}
.anytime-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0E212F;
    margin-bottom: 12px;
}
.anytime-content ul {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}
.anytime-content ul li {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    padding-left: 18px;
    position: relative;
}
.anytime-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0E212F;
}
.btn-enroll {
    background: #0E212F;
    color: #FEBC5A;
    padding: 14px 36px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.btn-enroll:hover {
    background: #1a2f3f;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.card-actions .btn-enroll {
    padding: 10px;
    background-color: #FEBC5A;
    color: #0E212F;
    font-size: 10px;
    
}
/* Responsive Anytime Learning */
@media (max-width: 768px) {
    .anytime-learning {
        padding: 50px 0;
    }
    .anytime-row {
        flex-direction: column;
    }
    .anytime-image {
        width: 100%;
    }
    .anytime-content {
        width: 100%;
        padding: 28px 24px;
    }
    .anytime-content h2 {
        font-size: 26px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .anytime-learning {
        padding: 60px 0;
    }
    .anytime-row {
        gap: 24px;
    }
    .anytime-content {
        padding: 32px 28px;
    }
    .anytime-content h2 {
        font-size: 28px;
    }
}

/* HOW IT WORKS */
.how-it-works {
    padding: 60px 0;
    background: #ffffff;
}
.how-it-works .works-container {
    width: 65%;
}
/* Header */
.works-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    gap: 30px;
}
.works-header-box .header-left .tagline {
    background: #047185;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.works-header-box .header-left h2 {
    font-size: 32px;
    font-weight: 700;
    color: #047185;
    margin: 0 0 8px;
}
.works-header-box .header-left p {
    font-size: 13px;
    color: #555555;
    max-width: 480px;
    margin: 0;
}
.btn-started {
    background: #047185;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.btn-started:hover {
    background: #0a8fa3;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Timeline — CSS-only S-curve matching Figma Vector 9 */
.works-timeline {
    position: relative;
    height: 1296px;
    --curve-r: 50px;
    --lane-h: 314px;
    padding-bottom: 40px;
}

/* S-curve path: 5 horizontal dashed lines + 4 rounded corner curves */
.s-curve-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* Horizontal dashed line segments */
.sc-line {
    position: absolute;
    height: 0;
    border-top: 4px dashed #000000;
}
.sc-line-1 { top: 0; left: var(--curve-r); right: 0; }
.sc-line-2 { top: var(--lane-h); left: var(--curve-r); right: var(--curve-r); }
.sc-line-3 { top: calc(var(--lane-h) * 2); left: var(--curve-r); right: var(--curve-r); }
.sc-line-4 { top: calc(var(--lane-h) * 3); left: var(--curve-r); right: var(--curve-r); }
.sc-line-5 { top: calc(var(--lane-h) * 4); left: 0; right: var(--curve-r); }

/* Rounded-side curves connecting lines */
.sc-curve {
    position: absolute;
    width: var(--curve-r);
    height: var(--lane-h);
}
.sc-curve-left {
    left: 0;
    border-left: 4px dashed #000000;
    border-radius: var(--curve-r) 0 0 var(--curve-r);
}
.sc-curve-right {
    right: 0;
    border-right: 4px dashed #000000;
    border-radius: 0 var(--curve-r) var(--curve-r) 0;
}
.sc-curve-1 { top: 0; }
.sc-curve-2 { top: var(--lane-h); }
.sc-curve-3 { top: calc(var(--lane-h) * 2); }
.sc-curve-4 { top: calc(var(--lane-h) * 3); }

/* Timeline Steps — each centered vertically in its lane */
.timeline-step {
    position: absolute;
    left: var(--curve-r);
    right: var(--curve-r);
    display: flex;
    align-items: center;
    z-index: 1;
    animation: fadeInUp 0.8s ease forwards;
}
.step-1 { top: calc(var(--lane-h) * 0.5); transform: translateY(-50%); animation-delay: 0.15s; }
.step-2 { top: calc(var(--lane-h) * 1.5); transform: translateY(-50%); animation-delay: 0.3s; }
.step-3 { top: calc(var(--lane-h) * 2.5); transform: translateY(-50%); animation-delay: 0.45s; }
.step-4 { top: calc(var(--lane-h) * 3.5); transform: translateY(-50%); animation-delay: 0.6s; }

.step-inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
    position: relative;
    z-index: 1;
    margin: -6% 0%;
}
.step-right .step-inner {
    flex-direction: row;
    justify-content: center;
}
.step-left .step-inner {
    flex-direction: row-reverse;
    justify-content: center;
}

/* Step Badges centered ON the dashed border line itself */
.step-badge {
    position: absolute;
    top: 50%;
    background: #047185;
    color: #ffffff;
    padding: 14px 10px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 700;
    z-index: 2;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 16px rgba(4,113,133,0.3);
    white-space: nowrap;
}
.step-right .step-badge {
    left: calc(var(--curve-r) * -1);
    transform: translateY(-50%) translateX(-50%);
}
.step-left .step-badge {
    right: calc(var(--curve-r) * -1);
    transform: translateY(-50%) translateX(50%);
}

.step-content {
    width: 40%;
    padding: 0;
}
.step-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #047185;
    margin-bottom: 8px;
}
.step-content p {
    font-size: 12px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}
.step-image {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-image img {
    max-width: 100%;
    height: auto;
    max-height: 175px;
    object-fit: contain;
    transition: transform 0.4s ease;
    border-radius: 10px;
}
.step-image img:hover {
    transform: scale(1.04);
}

/* Responsive How It Works */
@media (max-width: 768px) {
    .how-it-works {
        padding: 50px 0;
    }
    .how-it-works > .container {
        border: none;
        border-radius: 0;
        padding: 0 12px;
    }
    .works-header-box {
        flex-direction: column;
        gap: 20px;
        padding: 20px 20px;
        margin-bottom: 30px;
        border: 2px solid #047185;
        border-radius: 12px;
    }
    .works-header-box .header-left h2 {
        font-size: 24px;
    }
    .btn-started {
        width: 100%;
        text-align: center;
    }
    .works-timeline {
        height: auto;
        --curve-r: 0px;
        --lane-h: auto;
        padding-left: 52px;
        position: relative;
    }
    /* Vertical timeline backbone */
    .works-timeline::before {
        content: '';
        position: absolute;
        left: 22px;
        top: 8px;
        bottom: 8px;
        width: 0;
        border-left: 3px dashed #000000;
        z-index: 0;
    }
    .s-curve-path {
        display: none;
    }
    .timeline-step {
        position: relative;
        top: auto !important;
        left: auto;
        right: auto;
        transform: none !important;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 28px;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        animation: none;
    }
    .timeline-step:last-child {
        margin-bottom: 0;
    }
    .step-right .step-inner {
        flex-direction: column !important;
        gap: 12px;
        padding: 16px;
        background: #ffffff;
        border: 1px solid #e8e8e8;
        border-radius: 14px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    }
    .step-left .step-inner {
        flex-direction: column-reverse !important;
        gap: 12px;
        padding: 16px;
        background: #ffffff;
        border: 1px solid #e8e8e8;
        border-radius: 14px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    }
    /* Circular badge centered on timeline line */
    .step-badge {
        position: absolute;
        left: -30px !important;
        right: auto !important;
        top: 12px;
        transform: translateX(-50%) !important;
        writing-mode: horizontal-tb;
        padding: 0;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        font-size: 8px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.3px;
        box-shadow: 0 2px 8px rgba(4,113,133,0.35);
        z-index: 2;
    }
    .step-badge span {
        display: inline-block;
        line-height: 1;
    }
    .step-content {
        width: 100%;
        padding: 0;
    }
    .step-content h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .step-content p {
        font-size: 13px;
        line-height: 1.6;
    }
    .step-image {
        width: 100%;
        margin-bottom: 0;
        order: -1;
    }
    .step-image img {
        max-height: 170px;
        border-radius: 10px;
        width: 100%;
        object-fit: cover;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .how-it-works {
        padding: 60px 0;
    }
    .how-it-works > .container {
        padding: 24px 20px 50px;
    }
    .works-header-box {
        padding: 0 0 24px;
        margin-bottom: 24px;
    }
    .works-header-box .header-left h2 {
        font-size: 28px;
    }
    .works-timeline {
        height: 1040px;
        --curve-r: 40px;
        --lane-h: 250px;
    }
    .step-content h3 {
        font-size: 20px;
    }
    .step-image img {
        max-height: 120px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .works-timeline {
        height: 1160px;
        --curve-r: 45px;
        --lane-h: 280px;
    }
    .timeline-step {
        left: var(--curve-r);
        right: var(--curve-r);
    }
    .step-image img {
        max-height: 130px;
    }
}

/* FEATURES SECTION */
.features-section {
    background: #EFEFEF;
    padding: 80px 0px;
}
.features-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 30px;
}
.features-header .header-left .tagline {
    background: #047185;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 6px 18px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.features-header .header-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0E212F;
    margin: 0 0 10px;
}
.features-header .header-left h2 span {
    color: #047185;
}
.features-header .header-left p {
    font-size: 14px;
    color: #555555;
    max-width: 480px;
    margin: 0;
}
.btn-prep {
    background: #047185;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.btn-prep:hover {
    background: #0a8fa3;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.features-body {
    display: flex;
    gap: 40px;
    align-items: stretch;
}
.features-images {
    width: 42%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.feature-img {
    overflow: hidden;
    border-radius: 16px;
    flex: 1;
    min-height: 140px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.feature-img:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.feature-img:hover img {
    transform: scale(1.05);
}
.features-section .feature-item {
    flex-direction: column !important;
}
.features-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 26px;
    justify-content: center;
}
..feature-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: fadeInUp 0.6s ease forwards;
    transition: transform 0.3s ease;
}
.feature-item:nth-child(1) { animation-delay: 0s; }
.feature-item:nth-child(2) { animation-delay: 0.05s; }
.feature-item:nth-child(3) { animation-delay: 0.1s; }
.feature-item:nth-child(4) { animation-delay: 0.15s; }
.feature-item:nth-child(5) { animation-delay: 0.2s; }
.feature-item:nth-child(6) { animation-delay: 0.25s; }
.feature-item:nth-child(7) { animation-delay: 0.3s; }
.feature-item:nth-child(8) { animation-delay: 0.35s; }


.feature-tag {
    background: #047185;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 4px 30px 30px 4px;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 420px;
    align-self: flex-start;
    box-shadow: 0 4px 12px rgba(4,113,133,0.2);
    transition: all 0.3s ease;
}
.feature-tag .f-num {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.feature-tag .f-title {
    font-size: 15px;
    font-weight: 600;
}
.feature-item:hover .feature-tag {
    background: #0a8fa3;
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(4,113,133,0.3);
}
.feature-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
    padding-left: 0;
    max-width: 420px;
}

/* Responsive Features */
@media (max-width: 768px) {
    .features-section {
        padding: 50px 0;
    }
    .features-header {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
    .features-header .header-left h2 {
        font-size: 28px;
    }
    .btn-prep {
        width: 100%;
        text-align: center;
    }
    .features-body {
        flex-direction: column;
    }
    .features-images {
        width: 100%;
        flex-direction: row;
        gap: 10px;
        margin-bottom: 30px;
    }
    .feature-img {
        min-height: 120px;
        flex: 1;
    }
    .features-list {
        gap: 20px;
    }
    .feature-item:nth-child(even) {
        margin-left: 0;
    }
    .feature-item p {
        padding-left: 0;
        max-width: 100%;
    }
    .feature-tag {
        font-size: 14px;
        padding: 10px 18px;
        width: 100%;
        max-width: 100%;
    }
    .feature-tag .f-num {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .features-section {
        padding: 60px 0;
    }
    .features-header .header-left h2 {
        font-size: 30px;
    }
    .features-body {
        gap: 20px;
    }
    .features-images {
        width: 45%;
    }
    .features-list {
        gap: 18px;
    }
    .feature-item:nth-child(even) {
        margin-left: 40px;
    }
    .feature-tag {
        font-size: 14px;
        padding: 10px 18px;
    }
    .feature-tag .f-num {
        font-size: 18px;
    }
    .feature-item p {
        font-size: 13px;
    }
}

/* TESTIMONIALS */
.testimonials {
    padding: 80px 0;
    background: #ffffff;
}
.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 30px;
}
.testimonials-header .header-left .tagline {
    background: #047185;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 6px 18px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.testimonials-header .header-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: #FEBC5A;
    margin: 0 0 10px;
}
.testimonials-header .header-left p {
    font-size: 14px;
    color: #555555;
    max-width: 480px;
    margin: 0;
}
.carousel-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}
.nav-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #0E212F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 0;
}
.nav-arrow:hover {
    background: #047185;
    color: #fff;
    border-color: #047185;
}
.nav-dots {
    display: flex;
    gap: 6px;
}
.nav-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    display: inline-block;
}
.nav-dots .dot.active {
    background: #0E212F;
}

.testimonials-grid {
    display: flex;
    gap: 24px;
    align-items: stretch;
}
.testimonial-video {
    width: 40%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 320px;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.testimonial-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.play-button i {
    font-size: 24px;
    color: #0E212F;
    margin-left: 4px;
}
.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #fff;
}
.testimonial-cards {
    flex: 1;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.testimonial-cards::-webkit-scrollbar {
    display: none;
}
.t-card {
    flex: 0 0 auto;
    width: 320px;
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    scroll-snap-align: start;
}
.t-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}
.t-dark {
    background: #0E212F;
    color: #ffffff;
}
.t-teal {
    background: #0d6f7e;
    color: #ffffff;
}
.t-light {
    background: #e8f4f6;
    color: #0E212F;
}
.t-light .quote {
    color: #0E212F;
}
.t-light .author strong {
    color: #0E212F;
}
.t-light .author span {
    color: #555555;
}
.t-light .stars i {
    color: #0E212F;
}
.stars {
    margin-bottom: 16px;
    display: flex;
    gap: 4px;
}
.stars i {
    font-size: 14px;
    color: #FEBC5A;
}
.quote {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}
.author {
    margin-top: 20px;
}
.author strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}
.author span {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

/* Responsive Testimonials */
@media (max-width: 768px) {
    .testimonials {
        padding: 50px 0;
    }
    .testimonials-header {
        flex-direction: column;
        gap: 20px;
    }
    .testimonials-header .header-left h2 {
        font-size: 28px;
    }
    .testimonials-grid {
        flex-direction: column;
    }
    .testimonial-video {
        width: 100%;
        min-height: 240px;
    }
    .testimonial-cards {
        flex-direction: column;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .testimonials {
        padding: 60px 0;
    }
    .testimonials-header .header-left h2 {
        font-size: 30px;
    }
    .testimonial-video {
        width: 45%;
    }
}

/* MOBILE FIX */
@media (max-width: 768px) {

    .choose-us {
        padding: 50px 0;
    }
    .choose-us h2 {
        font-size: 28px;
    }
    .choose-us .box {
        padding: 20px 22px;
        gap: 14px;
    }
    .choose-us .icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }
    .choose-us .icon i {
        font-size: 22px;
    }
    .choose-us .box p {
        font-size: 14px;
    }

    .about .row {
        margin-bottom: 40px;
    }

    .about-information,
    .about-information-2 {
        padding: 20px 0;
    }

    .info h2,
    .info-2 h2 {
        font-size: 26px;
    }

    /* Hero Section */
    .herobanner {
        height: auto !important;
        min-height: 500px;
        padding: 100px 0 60px !important;
        background-position: center;
    }
    .hero-title {
        font-size: 32px !important;
        line-height: 1.3;
    }
    .hero-description {
        font-size: 14px;
        padding: 10px 0;
    }
    .hero-button {
        width: auto;
        padding: 12px 20px;
        font-size: 14px;
    }

    /* Counter Section */
    .section-counter .col-md-3 {
        margin-bottom: 24px;
    }
    .section-counter .col-md-3:last-child {
        margin-bottom: 0;
    }
    .counter-title {
        font-size: 32px;
    }
    .counter-description {
        font-size: 16px;
    }

    /* Trial Section */
    .trial-image {
        height: 250px;
    }
    .trial-form {
        padding: 30px 20px;
    }
    .trial-overlay {
        max-width: 90%;
    }
    .trial-overlay h2 {
        font-size: 28px;
    }

    /* About Section */
    .about img {
        margin-bottom: 20px;
    }
    .about-information {
        padding: 0;
    }
    .info-btn {
        width: auto;
        padding: 12px 24px;
        font-size: 14px;
    }

    /* Our Programs Section */
    .our-programs .program-card .card-img {
        height: 200px;
    }

    /* Academic Support Section */
    .gallery-card {
        min-height: 250px;
    }
    .card-info .card-body {
        padding: 12px;
    }
    .card-info .card-body h4 {
        font-size: 13px;
    }
    .card-info .card-body ul li {
        font-size: 10px;
        line-height: 1.7;
        padding-left: 10px;
    }
    .card-cta .btn-seat-card {
        padding: 10px;
        font-size: 12px;
    }

    /* Testimonials Section */
    .testimonial-cards {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        gap: 12px;
    }
    .t-card {
        width: 280px;
        min-width: 280px;
        min-height: 280px;
        padding: 24px 20px;
    }

}

/* MOBILE */
@media (max-width:768px){
    .footer-cta {
        display: block;
        position: relative;
        width: 100%;
        margin: auto;
    }
    .footer-cta .container{
        padding:12% 5%;
    }
    .footer-cta h2 {
        font-size: 28px;
    }
    .footer-main{
        padding:30px 15px;
    }
    .footer-main .col-6,
    .footer-main .col-md-2,
    .footer-main .col-md-3 {
        width: 100%;
    }
    .footer-widget {
        margin-bottom: 25px;
    }
    .footer-widget a {
        padding: 5px 0;
    }
    .subscribe-form {
        max-width: 100%;
    }
    .footer-bottom{
        text-align:center;
        border-radius: 20px;
    }
    .footer-bottom .col-md-8,
    .footer-bottom .col-md-4{
        width:100%;
        text-align:center;
        margin-bottom:8px;
    }
    .footer-bottom .text-end{
        text-align:center !important;
    }
    .footer-bottom a{
        display:inline-block;
        margin:5px 10px;
    }
    .images-row{
        flex-direction:column;
    }
    .images-row img{
        width:100%;
    }
}

/* Footer Tablet Responsive */
@media (min-width: 768px) and (max-width: 991px) {
    .footer-main .col-md-2,
    .footer-main .col-md-3 {
        width: 50%;
    }
    .footer-main .row {
        display: flex;
        flex-wrap: wrap;
    }
      .footer-widget {
        margin-bottom: 30px;
    }
    .subscribe-form {
        max-width: 100%;
    }
    .footer-cta h2 {
        font-size: 32px;
    }
}


/**/
.team {
    padding: 80px 0;
    background: #f8fafc;
}

.team-header {
    margin-bottom: 40px;
}

.team-header h2 {
    font-size: 32px;
    font-weight: 500 !important;
}


.team-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.team-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 10px;
}

.team-slider::-webkit-scrollbar {
    display: none;
}

.team-card {
    position: relative;
    min-width: 220px;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    transform: scale(0.9);
    opacity: 0.6;
}

.team-card.active {
    transform: scale(1.05);
    opacity: 1;
}

.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
    text-align: left;
}

.team-card .overlay h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.team-card .overlay span {
    font-size: 13px;
    opacity: 0.8;
}

.team-nav {
    background: #047185;
    color: #fff !important;
    border: none;
   width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: unset;
    z-index: 2;
    top: -32%;
    left: 37px;
}

.team-nav.prev {
    left: -10px;
}

.team-nav.next {
    right: -10px;
}

.team-nav i {
    font-size: 18px;
}

.info-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-info-wrapper {
    background: #fff;
    padding: 15% 0px 0px 0px;
    margin-top: -20%;
    border: 1px solid #ccc;
}
.contact-info-wrapper .contact-info {
    padding: 6%;
}



/**/

.other-olympaid {
    padding: 80px 0px;
}


.olympiad-carousel-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.olympiad-carousel {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.olympiad-carousel::-webkit-scrollbar {
    display: none;
}

.olympiad-carousel img {
    width: calc(100% / 6);
    flex: 0 0 auto;
    border-radius: 8px;
}

/* Arrows */
.olympiad-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0E212F;
    color: #fff;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
}

.olympiad-arrow.left {
    left: 10px;
}

.olympiad-arrow.right {
    right: 10px;
}


/*olympaid page - table */
.table-wrapper {
    background: #dcdcdc;
    padding: 30px;
    border-radius: 16px;
}

/* TABLE BASE */
.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 16px; /* spacing between rows */
}

/* HEADER */
.custom-table thead th {
    background: #0E6B75;
    color: #fff;
    padding: 14px;
    text-align: center;
    font-weight: 600;
}

.custom-table thead th:first-child {
    border-radius: 8px 0 0 8px;
}

.custom-table thead th:last-child {
    border-radius: 0 8px 8px 0;
}

/* COMMON ROW STYLE (ALL CARDS) */
.custom-table tbody tr td {
    padding: 16px;
    text-align: center;
    background: #EFEFEF;
}

/* LEFT & RIGHT ROUND */
.custom-table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.custom-table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
}

/* FULL WIDTH ROW (Reading etc.) */
.row-full td {
    border-radius: 10px !important;
}

/* REMOVE EXTRA EMPTY CELL LOOK */
.custom-table td:empty {
    background: #EFEFEF;
}

/* TOTAL ROW EMPHASIS */
.total td {
    font-weight: 600;
}

/* REMOVE OLD CONFLICTING STYLES */
.row-white td,
.row-card td {
    background: #EFEFEF !important;
}


/* Wrapper */
.other-olympaid .container {
    background: #EFEFEF;
    padding: 100px 56px;
    border-radius: 50px;
}
.ieo-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 40px;
}

/* Card Base */
.ieo-card {
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

/* Image */
.ieo-card-img {
    border-radius: 12px;
    margin-bottom: 15px;
}

.ieo-card-img img {
    width: 100%;
    border-radius: 10px;
}

/* Title */
.ieo-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Subtitle */
.ieo-card h3 span {
    font-weight: 500;
    font-size: 14px;
}

/* List */
.ieo-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ieo-card ul li {
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

/* Custom bullet */
.ieo-card ul li::before {
    
    position: absolute;
    left: 0;
    font-size: 12px;
}

/* COLOR VARIANTS */

/* Dark */
.ieo-card.dark {
    background: #0b2b3a;
    color: #fff;
}

/* Teal */
.ieo-card.teal {
    background: #0f7c82;
    color: #fff;
}

/* Light teal */
.ieo-card.light-teal {
    background: #66a9a6;
    color: #0b2b3a;
}

/* Yellow */
.ieo-card.yellow {
    background: #f4b251;
    color: #1a1a1a;
}