@media all and (min-width: 1400px) {

    /* --------- LANDING PAGE STARTS --------- */
    .OthersWrapper {
        padding: 3% 7%;
    }

    .CourseViewWrapper {
        padding: 1.5% 6%;
    }

    .hidden_section {
        height: 60px;
    }

    #inWhoWeServe .container-fluid {
        padding: 1% 13% 4% 13%;
        border-radius: 65px 65px 0px 0px;
        background-color: var(--themeColor);
    }

    #inScoreSection .container-fluid {
        padding: 5% 5% 2% 10%;
        background: linear-gradient(250deg, #447DC0 45%, #7E368A 80%);
    }

    .inScoreSection {
        opacity: 0;
        transform: translateX(150px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .inScoreSection.show {
        opacity: 1;
        transform: translateX(0);
    }

    #inShelfExams .container-fluid {
        padding: 1% 10% 4% 10%;
    }

    .footerFooterComp .container-fluid {
        padding: 1% 7% 4% 7%;
    }

    .cardShelfExams {
        opacity: 0;
        transform: translateX(-50px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardShelfExams.show {
        opacity: 1;
        transform: translateX(0);
    }

    #inOurSevrices .container-fluid {
        padding: 2% 13% 2% 13%;
    }

 .testimonials-content {
z-index: 2;
padding: 0px 45px;
}
#LandingSection .landingSliderr {
position: relative;
width: 100%;
height: 90vh;
border-radius: 65px;
overflow: hidden;
}
#LandingSection .slide {
    height: 400px;
} 
#LandingSection .bgVideo {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
object-fit: cover;
border-radius: 65px;
z-index: 0;
}
#LandingSection .videoOverlay {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
border-radius: 65px;
background: linear-gradient(
to bottom right,
rgba(0, 0, 0, 0.9),
rgba(0, 0, 0, 0.7)
);
z-index: 1;
}
    #LandingSection .OuterSlider {
        position: relative;
        color: #fff;
        width: 100%;
        padding: 10% 6% 4% 7%;
        opacity: 0;
        transform: translateY(50px);
        transition: all 0.8s ease;
    }

    #LandingSection .landingSlider::before {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.3) 100%);
    }

    #LandingSection .OuterSlider h2 {
        font-size: 4.2em;
        line-height: 1.2em;
        color: #fff;
        padding-top: 0%;
        margin-bottom: 20px;
    }

    #LandingSection .OuterSlider p {
        font-size: 1.2em;
        margin-bottom: 15px;
    }

    .slider-container {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        padding: 10px 15px;
        text-align: center;
    }

    .cardinAbout {
        opacity: 0;
        transform: translateY(-50px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardinAbout.show {
        opacity: 1;
        transform: translateX(0);
    }

    #inAboutSection .container-fluid {
        padding: 0% 0% 0% 0%;
    }

    .inAboutSection img {
        margin-top: 17%;
        border-radius: 5px;
    }

    .video-lightbox {
        display: none;
        position: fixed;
        z-index: 5555555555;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        align-items: center;
        justify-content: center;
    }

    .lightbox-content {
        position: relative;
        max-width: 80%;
        width: 800px;
        text-align: center;
        color: white;
    }

    .lightbox-nav {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }

    .inWhoWeServe {
        opacity: 0;
        transform: translateX(150px);
        transition: opacity 1.2s ease, transform 1.2s ease;
    }

    .inWhoWeServe.show {
        opacity: 1;
        transform: translateX(0);
    }

    .cardInpect {
        background-color: white;
        padding: 7px;
        border-radius: 10px;
    }

    .hero-split .hero-image img {
        width: 480px;
        max-width: 480px;
        border-radius: 20px;
        margin-top: 25px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        animation: fadeInRight 1s ease forwards;
    }

    #inAboutFounder .container-fluid {
        padding: 4% 13% 4% 13%;
        background-color: white;
    }

    .inAboutFounder {
        opacity: 0;
        transform: translateX(150px);
        transition: opacity 1.2s ease, transform 1.2s ease;
    }

    .inAboutFounder.show {
        opacity: 1;
        transform: translateX(0);
    }

    #inWhyUs .container-fluid {
        padding: 2% 10%;
    }

    #inWhyUs .goToMarketModern {
        width: 100%;
        background: white;
        display: flex;
        border-radius: 25px;
        align-items: center;
        justify-content: center;
        padding: 5% 4%;
        overflow: hidden;
    }

    #inWhyUs .leftContent h2 {
        font-size: 4.5em;
        font-weight: 800;
        line-height: 1.2;
        padding-top: 7%;
        color: var(--themeColor);
    }

    /* --------- LANDING PAGE ENDS --------- */

    /*OTHER PAGES STARTS*/
    .courseHeading {
        padding: 80px 50px 20px 50px;
    }

    .courseWrapper .courseHeading h2 {
        font-size: 4em;
        letter-spacing: 2px;
        line-height: 70px;
    }

    .courseWrapper .courseHeading h4 {
        font-size: 1.2em;
        line-height: 25px;
    }

    .courseWrapper .overview {
        padding: 80px 0%;
        flex-wrap: wrap;
    }

    .cardDifference {
        opacity: 0;
        transform: translateX(50px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardDifference.show {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 1s ease, transform 1s ease;
    }

    h2.main-heading {
        color: white;
        letter-spacing: 2px;
        font-size: 5em;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .difference-section {
        position: relative;
        padding: 40px 5%;
        text-align: center;
        overflow: hidden;
    }

    .course-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        padding: 0 8% 80px;
    }

    .student-feedback .hero-slider h1 {
        color: var(--themeColor);
        letter-spacing: 2px;
        font-size: 4em;
        text-align: center;
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 25px 0px;
    }

    .student-feedback .hero-slider h2 {
        color: var(--secondaryTextColor);
        font-size: 1.4em;
        text-align: center;
        font-weight: normal;
        margin: 00px;
        padding: 0px;
    }

    .cardinLongWay {
        opacity: 0;
        transform: translateX(50px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardinLongWay.show {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardinWhyUs {
        opacity: 0;
        transform: translateX(-150px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardinWhyUs.show {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardinReady {
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardinReady.show {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardinChooseUs {
        opacity: 0;
        transform: translateX(-150px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .cardinChooseUs.show {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 1s ease, transform 1s ease;
    }

    .why-choose-us {
        padding: 60px 5%;
        background: linear-gradient(135deg, #f3e8ff 0%, #fff 100%);
        display: flex;
        margin-bottom: 25px;
        border-radius: 15px;
        justify-content: center;
        align-items: center;
    }

    .usmle-benefits {
        background: linear-gradient(135deg, #eef1ff, #f4f0ff);
        padding: 80px 5%;
        border-radius: 45px;
        margin-bottom: 25px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .journey-step {
        background: #fff;
        border-radius: 15px;
        padding: 30px;
        width: 280px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        position: relative;
        transition: all 0.3s ease;
    }

    .aboutUsWrapper .hero {
        background: linear-gradient(135deg, #447DC0, #7E368A);
        color: #fff;
        padding: 60px 5% 100px;
        position: relative;
        border-radius: 25px;
        overflow: hidden;
    }

    .aboutUsWrapper .founder {
        background: #fff;
        margin: 40px auto 80px;
        width: 85%;
        padding: 25px;
        border-radius: 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        align-items: center;
        transition: all 0.3s ease;
    }

    .stats {
        background: linear-gradient(220deg, #447DC0, #7E368A);
        padding: 60px 10%;
        color: #fff;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
        margin-bottom: 5%;
        border-radius: 120px;
        text-align: center;
    }

    section.testimonials {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding: 30px 0px;
        border-radius: 45px;
        margin-top: 2%;
        background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
        color: white;
    }

    .text-section h2 {
        font-size: 2.8em;
        font-weight: 700;
        padding-top: 10%;
        margin-bottom: 15px;
    }

    .testimonial-card {
        position: relative;
        width: 420px;
        height: 550px;
        overflow: hidden;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 0 40px rgba(99, 102, 241, 0.3);
        backdrop-filter: blur(12px);
    }

    .abim-section {
        background: linear-gradient(135deg, #447DC0, #7E368A);
        padding: 40px 0;
        color: #fff;
        border-radius: 15px;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .abim-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: auto;
        padding: 0 40px;
        flex-wrap: wrap;
        gap: 40px;
    }

    .online-quality-section {
        padding: 90px 0 40px 0px;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .online-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        padding: 0 40px;
        flex-wrap: wrap;
        gap: 50px;
    }

    .hero-split {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: linear-gradient(335deg, #7E368A, #447DC0);
        color: #fff;
        padding: 60px 60px;
        gap: 90px;
        border-radius: 15px;
        flex-wrap: wrap;
    }

    .benefits-section {
        text-align: center;
        padding: 40px 40px;
        margin-top: 25px;
        border-radius: 25px;
        background: radial-gradient(circle at top left, #eef2ff, #e0e7ff);
    }

    .popupOuter {
        width: 60%;
        max-width: 95%;
        border-radius: 20px;
        margin: 5px auto;
        display: flex;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.95);
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
        animation: zoomIn 0.4s ease;
    }

    .popup-left {
        flex: 1;
        background: linear-gradient(135deg, #7E368A, #447DC0);
        color: #fff;
        padding: 15px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        border-radius: 20px;
    }

    .popup-right {
        flex: 1;
        position: relative;
        padding: 45px 35px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 20px;
        color: #333;
    }

    .popup-left h2 {
        font-size: 30px;
        line-height: 1.4;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .or {
        text-align: center;
        color: #666;
        font-size: 14px;
        margin: 12px 0;
    }

    .prep-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 80px 10%;
        border-radius: 15px;
        background: linear-gradient(135deg, #447DC0, #7E368A);
        color: #fff;
        flex-wrap: wrap;
    }

    .academy-section {
        width: 100%;
        padding: 80px 8%;
        display: flex;
        flex-direction: column;
        gap: 100px;
    }

    .academy-card h4 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .academy-card p {
        font-size: 14px;
        color: #555;
    }

    .prep-courses {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 30px;
        padding: 60px 10%;
        border-radius: 0px 0px 45px 45px;
        background-color: #fff;
    }

    .course-box {
        background: linear-gradient(135deg, #e0f2fe, #ede9fe);
        flex: 1 1 45%;
        border-radius: 18px;
        padding: 35px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .academy-image {
        flex: 1;
        min-width: 320px;
        text-align: center;
    }

    .life-section {
        padding: 40px 8%;
        text-align: center;
    }

    .life-footer {
        margin-top: 80px;
        background: linear-gradient(135deg, #3b82f6, #9333ea);
        color: #fff;
        padding: 60px 20px;
        border-radius: 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .our-edge {
        background: #1f3c88;
        color: #fff;
        padding: 70px 0;
        margin-top: 70px;
        margin-bottom: 5%;
        text-align: center;
        border-radius: 60px 60px 0 0;
    }

    .edge-stats {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .stat-box {
        background: rgba(255, 255, 255, 0.1);
        padding: 25px 35px;
        border-radius: 16px;
        min-width: 180px;
        transition: 0.3s;
    }

    .Course-hero {
        position: relative;
        background: linear-gradient(to right, #0a2342, #155e75);
        color: #fff;
        padding: 60px 0;
        border-radius: 20px;
        overflow: hidden;
    }

    .Course-hero .container {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        flex-wrap: wrap;
        padding: 0 2%;
    }

    .Course-hero .text-content {
        flex: 1;
        max-width: 550px;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .Course-benefits {
        background: #f9fafc;
        padding: 40px 0;
        border-radius: 45px;
        margin: 5% 0%;
        text-align: center;
    }

    .WorkExperts .card {
        background: #fff;
        width: 320px;
        padding: 25px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: left;
    }

    .faqWrapper .faq {
        background: #f1f5fb;
        margin-top: 60px;
        padding: 40px 3%;
        border-radius: 45px;
    }

    .why-stepexcel {
        background: linear-gradient(135deg, #eaf6ff, #f0fbff);
        padding: 90px 5%;
        margin: 5% 0%;
        border-radius: 45px;
        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
    }

    /*OTHER PAGES ENDS*/
}