.impactScroll .video-container:hover img.fade-img {
    opacity: 1 !important;
}


.stickymenu {
    padding: 0;
    border-block: 1px solid var(--black5);
    background: var(--black);
    position: sticky;
    top: 2.9rem;
    z-index: 9990;
    display: flex;
    align-items: center;
    top: 3rem;


    .iconButton {
        padding: 8px 16px;
        font-size: 0.813rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
    }

    .secondnavgroup {
        display: flex;
        align-items: center;
        gap: 60px;
        justify-content: center;
        padding: 12px 0;
    }

    .seondtabs {
        overflow: auto;
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 25px !important;
        text-transform: uppercase;
    }

    .seondtabs .list {
        display: flex;
        gap: 8px;
        align-items: center;
        position: relative;
        font-size: 0.875rem;
        text-transform: capitalize;
        font-family: "go-medium";
        color: var(--grey10);
        min-width: max-content;
        cursor: pointer;
    }

    .seondtabs .list.active {
        background: linear-gradient(92deg, #39b6d8 7.6%, #f7d344 53.43%, #e38330 99.26%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
    }

    .seondtabs .list img {
        opacity: 0;
        transition: 0.4s ease-in-out;
        max-width: 18px;
    }

    .seondtabs .list.active img {
        opacity: 1;
    }
}



.craftedSection.new {
    background: transparent;
    border: none;
    max-width: 965px;
    width: 100%;
    margin: 22px auto 0;

    .whiteCaution {
        max-width: fit-content;
    }
}

.custom-dot.two {
    position: relative;
    left: -20px;
}

.pgpDownloadPage.leadFormApplynow {
    .programmeGreyCard {
        padding-right: 20px !important;
        background: var(--black5);
        padding: 10px 15px;
        border-radius: 10px;
        display: inline-flex;
        gap: 8px;
        align-items: center;
    }

    .timerWrapperPgp {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
        padding-left: 20px;
        border-left: 1px solid var(--grey8);
        margin-left: 12px;
    }



    .timerText {
        font-size: 10px;
        text-transform: uppercase;
    }

    .gradientBold {
        font-size: 16px;
        font-weight: 700;
        background: linear-gradient(93deg, #39b6d8 3.94%, #f7d344 49.4%, #e38330 94.86%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.pgpDownloadPage {
    .craftedSection {
        .headingCraft {
            top: 3rem;
        }
    }
}

.threeCardSection {
    background: url("https://images.mastersunion.link/uploads/07082025/v1/Vector1352.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #090909;
    border-bottom: solid 1px var(--black5);
    color: white;
    padding: 80px 0;

    .bgGradientShade {
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: 620px;
        background: linear-gradient(66.88deg, rgba(139, 53, 0, 0.2) 43.86%, rgba(207, 207, 207, 0.5) 100%);
    }

    .bgBronze {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #160d0987;

    }

    /* Figma 27148:17326 — "Who should Apply ?" cards.
       Each card is a translucent glass base with a flat colour wash on top;
       the two column positions use different base gradients. Scoped to the
       tint classes so bharatLanding/bharatLandingV2, which share
       .threeCardSection out of this file, keep their current look. */
    .threeCardCover.tintNeutral .threeCardGradinetBg,
    .threeCardCover.tintBlue .threeCardGradinetBg {
        background: linear-gradient(-25.57deg,
                rgba(255, 255, 255, 0.2) 63.97%,
                rgba(255, 254, 254, 0.2) 98.12%);
    }

    .threeCardCover.tintBronze .threeCardGradinetBg,
    .threeCardCover.tintGold .threeCardGradinetBg {
        background: linear-gradient(42.57deg,
                rgba(89, 89, 89, 0.5) 43.86%,
                rgba(207, 207, 207, 0.5) 100%);
    }

    /* the old bronze wash is replaced by the per-card tint below */
    .threeCardCover.tintBronze .bgGradientShade,
    .threeCardCover.tintGold .bgGradientShade {
        background: none;
    }

    /* Figma stacks the tint over the glass and under the copy */
    .threeCardCover.tintNeutral .shadeEffect,
    .threeCardCover.tintBronze .shadeEffect,
    .threeCardCover.tintBlue .shadeEffect,
    .threeCardCover.tintGold .shadeEffect {
        z-index: 2;
    }

    .threeCardCover.tintNeutral .shadeEffect {
        background: none;
    }

    .threeCardCover.tintBronze .shadeEffect {
        background: rgba(139, 53, 0, 0.15);
    }

    .threeCardCover.tintBlue .shadeEffect {
        background: rgba(0, 60, 139, 0.15);
    }

    .threeCardCover.tintGold .shadeEffect {
        background: rgba(139, 93, 0, 0.15);
    }




    .threeCardWrapper {
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin: 0 auto;
    }

    .threeCardUpperWrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;

    }

    .threeCardHeadingWrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        text-align: start;
        /* margin: 0 auto; */
    }

    .threeCard {
        max-width: 582px;
        width: 100%;
        padding: 49px 26.667px 37px 21px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        border-radius: 12px;
        position: relative;
        z-index: 10;
        /* background: linear-gradient(66.88deg, rgba(89, 89, 89, 0.5) 43.86%, rgba(207, 207, 207, 0.5) 100%); */
    }

    .cardsWrapper {
        display: flex;
        gap: 16px;
        row-gap: 16px;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .threeCardCover {
        overflow: hidden;
        position: relative;
        z-index: 0;
        border-radius: 12px;
        max-width: 610px;
        width: 100%;
        min-height: 249px;
        height: 100%;
    }

    .threeCardGradinetBg {
        position: absolute;
        z-index: 2;
        border: 1px solid rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(2px);
        background: linear-gradient(50deg, rgb(143 143 143 / 20%) 63.97%, rgb(255 255 255 / 20%) 98.12%);

        width: 100%;
        max-width: 620px;
        height: 100%;
        border-radius: 12px;
    }

    .threeCardGrainEffect {
        position: absolute;
        z-index: 3;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='100%' height='100'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
        background-repeat: repeat;
        border-radius: 12px;
    }

    .shadeEffect {
        position: absolute;
        width: 100%;
        height: 100%;

    }

    .threeCardContentHeading {
        font: 24px "go-medium";
        font-weight: 500;
    }

    .threeCardContentSubheading {
        font: 16px "go-regular";
        line-height: 150%;
        width: 100%;
        max-width: 482px;
    }

    .threeCardHeading {
        font: 30px "go-medium";
        font-weight: 500;
    }

    .threeCardSubHeading {
        font: 16px "go-regular";
        color: var(--grey18);
        line-height: 150%;
    }

}

.boxBreather {
    padding: 40px !important;
    background: var(--black);

    .boxContainer {
        display: flex;
        align-items: stretch;
        backdrop-filter: blur(9.550000190734863px);
        background: rgba(27, 27, 27, 0.63);
        border-radius: 16px;
        gap: 25px;
        border: 1px solid var(--grey15);
        padding: 24px;
        width: 100%;
        justify-content: space-between;
    }

    .boxiContent {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        min-width: 160px;
    }

    .formatPara {
        font-size: 11px;
        text-transform: uppercase;
        line-height: 150%;
        font-family: var(--go-semibold);
        color: var(--grey10);
        letter-spacing: 1px;
    }

    .twelthSup {
        font-size: 14px;
        font-family: var(--go-semibold);
        line-height: 0;
    }

    .formatHeading {
        font-size: 24px;
        line-height: 120%;
        font-family: var(--go-semibold);
        color: var(--white);
    }

    .optPara {
        color: var(--grey18);
        font-size: 16px;
        line-height: 120%;
        font-family: var(--go-regular);
    }

    .stretchedLine {
        width: 1px;
        background: var(--grey15);
    }
}

.bharatClassroom {
    padding: 60px 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), linear-gradient(91deg, #39B5D7 1.8%, #F7D544 50.99%, #E38330 99.75%);

    .classroomWrapper {
        background: var(--white);
        border-radius: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px;
        gap: 40px;
    }

    .classBoxLeft {
        width: 100%;
        max-width: 570px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        position: relative;

        img {
            line-height: 0;
        }
    }

    .boxContent {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .boxContentHead {
        color: var(--black);
        font-family: var(--go-semibold);
        font-size: 22px;
        line-height: 120%;
        border-bottom: 1px solid var(--grey4);
        padding-bottom: 8px;
        width: 100%;
    }

    .boxText {
        color: var(--grey3);
        font-family: var(--go-regular);
        font-size: 14px;
        line-height: 150%;
    }
}

.pgpBharatApply.impactScroll {
    .impactRight {
        pointer-events: none;
    }
}

.leadFormApplynow {
    .applyhero {
        border-bottom: 1px solid var(--black5);

        .threeCardHeading {
            font: 30px "go-medium";
            font-weight: 500;
            color: var(--white);
        }
    }
}

.custom-dot.three {
    position: relative;
    left: -10px;
}

.boldColor {
    color: var(--grey18);
    font-weight: 600;
}

.link-red {
    color: #E38330 !important;
    font-size: 14px;
    line-height: 160%;
}

.techPartners {
    background: url("https://images.mastersunion.link/uploads/07082025/v1/Vector1351.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;

    .techPartnersWrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .TPheading {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .jobCardLeft {
        max-width: 148px;
        max-height: 60px;

        img {
            max-height: 50px;
        }
    }

    /* .jobCardLeft.kotakLogo{
         img {
            min-height: 70px;
        }
    } */

    .jobScrollContentLeft {
        display: flex;
        width: max-content;
        gap: 96px;
        align-items: center;
        padding: 21px 0 22px 0;
    }

    .jobScrollContentRight {
        display: flex;
        width: max-content;
        gap: 96px;
        align-items: center;
        padding: 21px 0 22px 0;
    }

    .craftedCaution {
        font-size: 12px;
        line-height: 150%;
        color: var(--grey3);
        font-family: var(--go-regular);
        text-align: center;
    }


    .inifiniteJobProspect {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .techPartnersLogoWrapper {
        max-width: 965px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 60px;
        align-items: end;
    }

    .TPlogowrapper {
        max-width: 145px;
        width: 100%;
        /* background: red; */
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .tpLogoDetailWrapper {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .tpHeading {
        font-size: 30px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0;
        color: #090909;
    }

    .tpHeadingSpan {
        font-weight: 400;
    }

    .tpLogo {
        width: 100%;
        max-width: 100px;
    }

    .tpLogoName {
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        font-family: var(--go-medium);
        color: #090909;
    }

    .tpLogoDetail {
        font-size: 20px;
        font-weight: 400;
        line-height: 100%;
        color: var(--black);
    }

    .MUVgoSemiBold {
        font: 30px "go-semiBold";
    }

    .techHeading {
        font-family: var(--go-regular);
        font-weight: 400;
    }
}


/* ---------- Immersion Itinerary (Figma 29426:6747 — 1440x720 artboard) ----------
   The dotted world map, the India cut-out, the dashed route, the city chips and the two
   corner glows are all baked into the exported artwork, so the section is a fixed-ratio
   canvas and the only things drawn on top are the heading and the two footnotes. Both are
   pinned in % of that 1440x720 frame — not of the 1240 container — because that is what
   keeps them sitting in the artwork's empty left half at every width. */
.immersionItinery {
    position: relative;
    aspect-ratio: 1440 / 720;
    background: url("https://images.mastersunion.link/uploads/26082026/v1/indiamapsectionnew.webp") center / cover no-repeat, var(--black);
    border-bottom: 1px solid var(--black5);
    overflow: hidden;
    container-type: inline-size;

    /* .itineryFrame {
        position: absolute;
        inset: 0;
    } */

    /* The .container is stretched to the full 1440x720 frame so both blocks can be pinned
       in % of the artboard rather than of the 1240 page container — that is what keeps
       them sitting in the artwork's empty left half at every width. */
    .container {
        max-width: none;
        width: 100%;
        height: 100%;
    }


    .itinertLeft {
        position: absolute;
        top: 50%;
        left: max(8.3333%, calc(50% - 600px));
        width: min(30.903%, 445px);
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .itineryHeading {
        margin: 0;
        font-size: 64px;
        line-height: 100%;
    }

    .hightlightHeading {

        font-family: "Instrument Serif", serif;
        font-style: italic;
        font-weight: 400;
        font-size: inherit;
        line-height: 100%;
        color: #E38330;
    }

    .itineryHeadingMain {
        /* display: block; */
        font-family: var(--go-medium);
        font-weight: 500;
        color: var(--white);
    }

    /* x=120, y=564 of 720, 445 wide — same left edge as the heading, 8px between the two notes */
    .itineryNotes {
        position: absolute;
        top: 78.3333%;
        left: max(8.3333%, calc(50% - 600px));
        width: min(30.903%, 445px);
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .itineryNote {
        margin: 0;
        font-family: var(--go-regular);
        font-size: 12px;
        line-height: 120%;
        color: var(--grey10);
    }

    .itineryNoteLabel {
        font-family: var(--go-medium);
        font-weight: 500;
    }
}

.uniqueInclass {
    background: var(--black);

    .uniqueInclassWrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 40px;
    }


    .assignmentBox {
        display: flex;
        align-items: flex-start;
        gap: 4px;
        flex-direction: column;
    }

    .inclassCautionWrapper {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        border-bottom: 1px solid var(--grey3);
        padding-bottom: 40px;
        width: 100%;
    }

    .cautionWrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .logoAssignment {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .assignmentHeading {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-medium);
        color: var(--white);
    }

    .storyPara {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--white);
    }

    .hoverDivi {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }



    .hoverPara {
        font-size: 13px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey4);
    }

    .imageBoxi {
        position: relative;
        overflow: hidden;
    }



    .imageBoxi iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: none;
        opacity: 0;
        transition: opacity 0.2s linear;
    }

    .yt-thumb {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.2s linear;
    }


    .wrapperScrollar1,
    .wrapperScrollar2 {
        width: 100%;
        overflow: hidden !important;

        .countryBoxi {
            min-width: unset;
            max-width: unset;
        }

    }

    .wrapperScrollar1 .countryBoxi {
        max-width: 100% !important;
    }

    .swiperBtnWrapper {
        display: flex;
        align-items: center;
        gap: 12px;
        position: absolute;
        top: 45%;
        left: 0;
        width: 100%;
        justify-content: space-between;
    }

    .minParent {
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        overflow: auto;
    }

    .minParent::-webkit-scrollbar-thumb {
        display: none !important;
    }

    .countryBoxi {
        min-width: 266px;
        max-width: 266px;

    }

    .cautionDivi {
        width: 100%;
    }

    .cautionDivi:last-child {}

    /* .countryBoxi:not(:first-child) {
        .buttonBoxi {
            min-height: 118px;
        }
    } */


    .minContainer {
        width: 100% !important;
        display: flex !important;
        align-items: flex-start;
        gap: 20px;
        flex: unset !important;
        min-width: min-content;


    }

    .scroll-btn {
        cursor: pointer;
        left: unset !important;
    }

    .stateContent h2 {
        color: var(--white);
    }

    .stateContentWrapper::-webkit-scrollbar-thumb {
        display: none !important;
    }

    .uniqueTabsWrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .culturalBtn {
        border-radius: 40px;
        background: rgba(255, 255, 255, 0.40);
        backdrop-filter: blur(2px);
        width: fit-content;
        display: flex;
        padding: 7px 8px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        font-size: 11px;
        font-weight: 500;
        line-height: 75%;
        text-transform: uppercase;
        color: var(--grey4);
    }

    .content-section {
        width: 100%;
    }

    .getpreppedTabs {
        display: flex;
        align-items: center;
        gap: 16px;
        overflow: auto;
        width: 100%;
    }

    .getpreppedTabs li {
        border-radius: 60px;
        border: 1px solid #404040;
        color: white;
        font-size: 18px;
        font-family: "fraunces", serif;
        font-weight: 400;
        padding: 8px 20px;
        line-height: 120%;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        min-width: max-content;

    }

    .businessWrapper1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        width: 100%;
    }

    .culturalWrapper {
        /* padding-left: 40px !important; */
        border-radius: 8px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        background: var(--black);
    }

    .indiaOutclass,
    .wrapperScrollar3 {
        width: 100%;
        overflow: hidden !important;
    }


    .wrapperHeading {
        font-size: 24px;
        color: var(--white);
        line-height: 120%;
        font-family: var(--go-medium);
        font-weight: 500;
        margin-top: -4px;
    }

    .wrapperScrollar {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        width: 100%;
    }

    .countryBoxi {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        border-radius: 12px;
        border: 1px solid var(--grey3);
        background: linear-gradient(91deg, #171717 1.28%, #222 152.65%);
    }

    .immersionContent {
        padding: 12px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;

    }

    .cardHeading {
        color: #E38330;
        font-size: 10px;
        font-family: var(--go-semibold);
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 150%;
    }

    .cardSubText {
        color: var(--white);
        font-size: 18px;
        font-family: var(--go-medium);
        line-height: 120%;
        min-height: 43px;
    }

    .imageBoxi {
        position: relative;
    }



    .countryBoxi.videoHover:hover .imageBoxi::after {
        opacity: 1;
        transition-delay: 0s;
    }

    .countryBoxi.videoHover .imageBoxi::after {
        opacity: 0;
        transition-delay: 2s;
    }

    .cardText {
        font-size: 22px;
        color: var(--white);
        font-style: italic;
        line-height: 120%;
        font-family: "fraunces", serif;
        font-weight: 400;
    }

    .wrapperScrollar {
        width: 100%;
        overflow: hidden !important;
    }

    .logoIndia {
        position: absolute;
        top: 12px;
        left: 12px;
    }

    .buttonBoxi {
        position: absolute;
        bottom: 12px;
        left: 12px;
        z-index: 2;
    }

    .buttonBoxi {
        display: flex;
        align-items: flex-start;
        gap: 6px;
        flex-direction: column;
    }

    .getpreppedTabs {

        li.active {
            color: var(--black);
            transition: 0.4s ease-in-out;
            background: var(--white);

        }
    }
}

.inclassSection {
    background: var(--black);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    border-bottom: 1px solid var(--black5);
    padding: 80px 0;

    .outclassSwiperPsm1,
    .outclassSwiperPsm2,
    .outclassSwiperPsm3,
    .outclassSwiperPsm4 {
        width: 100%;
        overflow: hidden !important;
    }

    .inclassParent {
        width: 100%;
        background: var(--grey17);
        padding: 20px;
        border-radius: 8px;
    }

    .uniqueUpperWrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
    }

    .pgpIndiaSwiper {
        width: 100%;
        overflow: hidden !important;
        border-bottom: 1px solid var(--black5);
        padding-bottom: 40px;
        position: relative;
    }

    /* `.mob-hide` / `.mob-visible` have no styles on this page (newmains.css is
       not loaded here), so the Out Class desktop/mobile split lives here. */
    .outClassMobile {
        display: none;
    }

    .inclassWrapper {
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap: 40px;
    }

    .classDot {
        width: 100%;
        height: 100%;
        border-radius: 60px;
        background: var(--grey4);
        max-width: 4px;
        max-height: 4px;
        min-height: 4px;
        min-width: 4px;
        position: relative;
        top: -2px;
    }

    .inclassHeadingWrapper {
        width: 100%;
        justify-content: space-between;
        align-items: flex-end;
        display: flex;
    }

    .inclassTabsWrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .inclassTabsParent {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 30px;
    }

    .inclassTabBoxi {
        border-radius: 6px 6px 0px 0px;
        background: var(--grey17);
        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 4px;
        align-items: flex-start;
        border: 1px solid transparent;
        width: 100%;
        max-width: 285px;
        cursor: pointer;
        transition:
            background 0.4s ease,
            border 0.4s ease,
            background-clip 0.4s ease;
    }


    .inclassTabBoxi .inclassYearText,
    .inclassTabBoxi .inclassTabHeading {
        transition: color 0.3s ease, background 0.4s ease, -webkit-text-fill-color 0.3s ease;
    }

    .inclassTabBoxi.active {
        background:
            linear-gradient(var(--grey17), var(--grey17)) padding-box,
            linear-gradient(#e38330 100%) border-box;
        border: 1px solid transparent;
        border-radius: 6px 6px 0 0;
        background-clip: padding-box, border-box;
        border-bottom: unset;

        .inclassYearText {
            color: var(--white);
        }

        .inclassTabHeading {
            color: var(--white);
        }
    }

    .inclassYearText {
        font-size: 11px;
        line-height: 150%;
        text-transform: uppercase;
        font-family: var(--go-regular);
        color: var(--grey);
    }

    .inclassTabHeading {
        font-size: 12px;
        line-height: 120%;
        font-family: var(--go-medium);
        color: var(--grey10);
    }

    .inclassCourseWrapper {
        padding: 24px 24px 80px 24px;
        border-radius: 16px 16px 0px 0px;
        border-top: 1px solid var(--grey3);
        border-right: 1px solid var(--grey3);
        border-left: 1px solid var(--grey3);
    }

    .coreInclass {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        width: 100%;
        position: relative;
        /* padding-left: 40px; */
    }

    /* .coreInclass::after {

        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        background: url(https://images.mastersunion.link/uploads/11072025/v1/Ellipse3288.svg);
        left: 0;
        top: 0;

    }

    .coreOutClass::after {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        background: url(https://images.mastersunion.link/uploads/11072025/v1/Ellipse3288.svg);
        left: 0;
        top: 0;
    } */

    /* .coreOutClass::before {
        content: "";
        width: 2px;
        position: absolute;
        left: 8px;
        top: 0;
        height: 140%;
        background: var(--grey9);
    } */

    /* .coreInclass::before {
        content: "";
        width: 2px;
        position: absolute;
        left: 8px;
        top: 3%;
        height: 109%;
        background: var(--grey9);
    } */

    .coreInclass:hover::after,
    .coreOutClass:hover::after {
        border: none;
        background: url(https://files.mastersunion.link/resources/svg/circleGradient.svg);
        background-repeat: no-repeat;
        transition: 0.2s ease-in;

    }

    .coreInclass:hover::before {
        background: linear-gradient(96deg, #39b6d8 6.41%, #f7d344 51.47%, #e38330 96.52%) !important;
        transition: 0.6s ease-in 0.25s;
        /* delay line animation after 0.25s */
        height: 110%;
    }

    .coreOutClass:hover::before {
        background: linear-gradient(96deg, #39b6d8 6.41%, #f7d344 51.47%, #e38330 96.52%) !important;
        transition: 0.6s ease-in 0.25s;
        /* delay line animation */
        height: 100%;
    }


    .coreHeading {
        font-size: 24px;
        line-height: 120%;
        font-family: var(--go-medium);
        color: var(--white);
    }

    .inclassContentBoxi {
        padding: 20px;
        background: var(--grey17);
        border-radius: 8px;
        display: flex;
        gap: 15px;
        justify-content: flex-start;
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 350px;
    }

    .classHeading {
        padding: 6px 15px 6px 15px;
        border-radius: 60px;
        background: var(--grey3);
        border: 1px solid var(--grey3);
        font-size: 14px;
        line-height: 120%;
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }

    .classHeadingTop {
        margin-top: 16px;
    }

    .classList {
        display: flex;
        align-items: baseline;
        gap: 8px;
        max-width: 282px;
    }

    .inBtnDivi {
        width: 100%;
        max-width: 275px;
        max-height: fit-content;
    }

    .classListPara {
        font-size: 13px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--white);
    }

    /* In Class - accordion */
    .inclassAccordionRow {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        width: 100%;
    }

    .inclassAccordionCol {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
        min-width: 0;
    }

    .inclassAccBoxi {
        width: 100%;
        padding: 16px;
        border-radius: 8px;
        border: 1px solid var(--grey3);
        background: linear-gradient(100.53deg, #171717 1.28%, #222 152.65%);
        overflow: hidden;
    }

    .inclassAccHead {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        padding: 0;
        background: transparent;
        text-align: left;
        cursor: pointer;
    }

    .inclassAccTitleWrap {
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 1 0 0;
        min-width: 0;
    }

    .inclassAccIcon {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .inclassAccTitle {
        font-size: 24px;
        line-height: 120%;
        font-family: var(--go-medium);
        color: var(--white);
    }

    .inclassAccCaret {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        transition: transform 0.4s ease;
    }

    .inclassAccBoxi.active .inclassAccCaret {
        transform: rotate(180deg);
    }

    .inclassAccBody {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .inclassAccBodyInner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding-top: 16px;
    }

    .inclassAccBodyInner .classList {
        max-width: 100%;
        width: 100%;
    }

    .coreOutClass {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        /* padding-left: 40px; */
        position: relative;
        width: 100%;
        padding-bottom: 40px;
        border-bottom: 1px solid var(--grey3);
    }

    .outClassWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        width: 100%;


    }

    .outClassBoxi {
        background: var(--grey17);
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 16px;
        width: 100%;
        border-radius: 8px;
        border: 1px solid var(--grey3);
        background: linear-gradient(91deg, #171717 1.28%, #222 152.65%);

    }

    .outClassImage {
        max-width: 271px;
        width: 100%;

        border-radius: 8px;
        position: relative;


        .masterPlay>img,
        .masterPlay>svg {
            position: absolute;
            bottom: 12px;
            right: 12px;
            backdrop-filter: blur(2px);
            border-radius: 60px;
        }
    }

    .cautionBlack {
        /* width: 97%; */
        padding: 10px 20px;
        display: flex;
        align-items: center;
        align-self: flex-end;
        gap: 10px;
        border-radius: 8px;
        background: linear-gradient(91deg, #171717 1.28%, #222 152.65%);
        border: 1px solid var(--grey3);
        margin-top: 16px;



    }

    .listGradientBold {
        font-weight: 500;
        line-height: 150%;
        font-family: var(--go-medium);
        font-size: 16px;
        display: inline-flex;
        gap: 8px;
        margin-top: 4px;
        color: var(--white);
    }

    .listGradientBold:hover {
        color: #E38330;

        svg path {
            fill: #E38330;
        }

    }

    .cautionPara {
        font-size: 11px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--white);
    }

    .outclassContent {
        display: flex;
        flex: 1 0 0;
        align-items: center;
        gap: 12px;

    }

    .outclassFirstContent {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;

        flex: 1 0 0;
    }

    .outCardHeading {
        font-size: 24px;
        font-family: var(--go-medium);
        line-height: 120%;
        color: var(--white);
    }

    .outCardPara {
        font-size: 12px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey18);

    }

    .outCardParaBold {
        font-family: var(--go-semibold);
        color: var(--grey18);
    }

    .viewCard {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
    }

    .viewPara {
        font-size: 16px;
        line-height: 150%;
        color: var(--white);
        font-family: var(--go-medium);
    }
}

.bharatEvent {
    background: url(https://images.mastersunion.link/uploads/04072025/v1/certifiedSebiVector.svg), linear-gradient(to top, var(--white) 44%, var(--black) 43%);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;

    .bharatWrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .bharatBold {
        color: var(--white3);
        font-weight: 600;
    }

    .bharatHeadingWrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        justify-content: center;
    }

    .bharatPara {
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        font-family: var(--go-regular);
        color: var(--grey18);
        margin-bottom: 8px;
    }
}

.bharatMapSection {
    background: url(https://images.mastersunion.link/uploads/19092025/v1/232.webp);
    background-repeat: no-repeat;

    .bharatMapWrapper {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .mapHeadingWrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        z-index: 999;
        margin-left: 10%;
    }

    .bharatMapHeading {
        font-size: 80px;
        line-height: 120%;
        font-weight: 400;
        font-family: "Fraunces", serif;
    }

    .bharatPara {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey10);
    }

    .mapWrapper {
        max-height: 727px;
    }
}

.tetrStartupSection {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid var(--grey4);
    background-color: white;
    padding: 60px 0;

    .startupVideoSec {
        position: relative;
        max-width: 350px;
        width: 100%;
        overflow: hidden !important;

        .swiper-slide {
            position: relative;

            .videoPoster {
                width: 100%;
                border-radius: 12px;
            }

            video {
                border-radius: 12px;
            }

            .videoPlayLeft {
                width: 100%;
            }

            .floatingButton {
                position: absolute;
                left: 0;
                top: 0;
                z-index: 11;
                right: 0;
                bottom: 0;
                margin: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: 0.4s ease;

                .playButton {
                    width: 45px;
                    cursor: pointer;
                }
            }
        }

        .swiper-slide-prev {
            transform: scale(0.9) translateX(60px) !important;
            transition: 0.4s ease;
            z-index: 1;
            overflow: hidden;

            img {
                &.videoPoster {
                    filter: blur(5px);
                    -webkit-filter: blur(5px);
                }
            }
        }

        .swiper-slide-next {
            transform: scale(0.9) translateX(-60px) !important;
            transition: 0.4s ease;
            z-index: 1;
            overflow: hidden;

            img {
                &.videoPoster {
                    filter: blur(5px);
                    -webkit-filter: blur(5px);
                }
            }
        }

        .swiper-slide-active {
            transform: scale(1);
            transition: 0.4s ease;
            z-index: 9;
            max-height: 519px;
            min-height: 519px;

            img {
                &.videoPoster {
                    filter: none;
                    -webkit-filter: none;
                }
            }

            .playing {
                &+img {
                    &+.floatingButton {
                        opacity: 0;
                        transition: 0.4s ease;

                        &:hover {
                            opacity: 1;
                            transition: 0.4s ease;
                        }
                    }
                }
            }
        }
    }

    .container {
        background: url("https://images.mastersunion.link/uploads/04062025/v1/blackpng.webp"),
            var(--black);
        padding: 150px 0;
        border-radius: 12px;
    }

    .startUpWrapBlock {
        background: var(--white);
        max-height: 330px;
        max-width: 1066px;
        border-radius: 12px;
        display: flex;
        gap: 50px;
        padding: 60px;
        margin: 0 auto;
        position: relative;
        z-index: 1;

        .greycrossAsset {
            position: relative;
            color: var(--grey);
            z-index: 1;
            font-weight: 400;
        }

        .go-HighlightHeading {
            font-weight: 600;
            color: var(--black5);
        }

        .greycrossAsset::after {
            position: absolute;
            top: 21px;
            left: 0;
            background: var(--grey);
            height: 2px;
            content: "";
            width: 95%;
            z-index: 2;
        }

        .leftWrapStartup {
            position: relative;
            left: 0;
            top: 0;
            transform: translateY(-30%);
            width: 100%;
            max-width: 350px;
            height: 100%;

            .swiper-pagination {
                width: 100% !important;
                margin-bottom: 12px;
                /* position: absolute !important;
        /* position: absolute !important;
            z-index: 10;
            display: flex;
            gap: 6px;
            align-items: center;
            justify-content: center; */
            }

            .swiper-pagination-bullet-active {
                width: 30px !important;
                border-radius: 10px !important;
                transition: 0.4s ease-in-out !important;
            }

            .swiper-pagination-bullet {
                transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
                    background-color 0.4s ease-in-out, transform 0.4s ease-in-out,
                    box-shadow 0.4s ease-in-out !important;
            }

            .swiper-pagination-bullet {
                width: var(--swiper-pagination-bullet-width,
                        var(--swiper-pagination-bullet-size, 8px));
                height: var(--swiper-pagination-bullet-height,
                        var(--swiper-pagination-bullet-size, 8px));
                display: inline-block;
                border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
                background: var(--swiper-pagination-bullet-inactive-color, #000);
                opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
            }

            .swiper-pagination-bullet-active {
                width: 30px !important;
                border-radius: 10px !important;
                transition: 0.4s ease-in-out !important;
            }

            .swiper-pagination-bullet {
                transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
                    background-color 0.4s ease-in-out, transform 0.4s ease-in-out,
                    box-shadow 0.4s ease-in-out !important;
            }

            .swiper-pagination-bullet {
                width: var(--swiper-pagination-bullet-width,
                        var(--swiper-pagination-bullet-size, 8px));
                height: var(--swiper-pagination-bullet-height,
                        var(--swiper-pagination-bullet-size, 8px));
                display: inline-block;
                border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
                background: var(--swiper-pagination-bullet-inactive-color, #000);
                opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
            }

            .bigVideoStartup {
                position: relative;
                width: 100%;

                video {
                    width: 100%;
                    height: 100%;
                }

                .playPauseBlock {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    z-index: 1;
                    cursor: pointer;
                }

                .playButtonStartup {
                    cursor: pointer;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    max-width: 44px;
                    z-index: 2;
                }
            }
        }

        .rightWrapStartup {
            width: 100%;
            max-width: 530px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            p {
                margin-top: 8px;
                color: var(--black5);
                font: 16px "go-regular";
                line-height: 150%;
            }

            button {
                margin-top: 24px;
                width: fit-content;
            }
        }
    }
}

.buildCardSection {
    background: var(--black);
    padding: 80px 0;

    .buildHeadingWrapper {
        display: flex;
        align-items: flex-end;
        gap: 8px;
        justify-content: space-between;
        /* flex-direction: column; */
        position: sticky;
        top: 140px;
        will-change: transform;
        transform: unset !important;
    }

    .buildHeadingParaBlack {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--black);
    }

    @media (max-width: 767px) {
        .buildHeadingWrapper {
            position: relative;
            top: unset;
        }
    }

    /* .buildHeadingWrapper.unstick {
          position: relative;
          top: auto;
      } */

    .buildHeadingLeft {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        max-width: 573px;
    }

    .buildReportDropdown__chevron {
        flex-shrink: 0;
        display: block;
        transform: rotate(180deg);
        transform-origin: center;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .buildReportDropdown.is-open .buildReportDropdown__chevron {
        transform: rotate(0deg);
    }


    .buildHeadingPara {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey18);
    }

    .buildCardWrapper {
        display: flex;
        align-items: flex-start;
        gap: 40px;
        flex-direction: column;
        margin-top: 40px;
    }

    .buildCard {
        border-radius: 16px;
        border: 1px solid var(--grey4);
        background: var(--white);
        width: 100%;
        padding: 24px;
        align-items: center;
        display: flex;
        gap: 80px;
        position: sticky;
        top: 260px;
    }

    .buildCard:nth-child(1) {
        background: url("https://images.mastersunion.link/uploads/17082026/v1/DropshippingChallenge.webp");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .buildCard:nth-child(2) {
        background: url("https://images.mastersunion.link/uploads/17082026/v1/ContentCreatorChallenge.webp");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .buildCard:nth-child(3) {
        background: url("https://images.mastersunion.link/uploads/17082026/v1/DropshippingChallenge1.webp");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .buildRight {
        width: 100%;
        max-width: 612px;
        overflow: hidden !important;
        position: relative;
        line-height: 0;
        overflow: hidden;
        border-radius: 12px;
    }

    /* 
    .buildRight:hover>img {
      transform: scale(1.03);
      transition: transform 0.3s ease-in-out;
    } */

    .buildRight>img {
        transition: transform 0.3s ease-in-out;
    }

    .leftiUpper {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        flex-direction: column;
    }

    .termList {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .listDivi {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        border-bottom: 1px solid var(--grey4);
        padding-bottom: 12px;
        width: 100%;
    }

    .listNumber {
        font-size: 12px;
        line-height: 150%;
        font-family: var(--go-semibold);
        color: var(--grey3);
        letter-spacing: 1px;
    }

    .listContent {
        font-size: 14px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey3);
    }

    .buildLeft {
        display: flex;
        align-items: flex-start;
        gap: 32px;
        flex-direction: column;
        width: 100%;
        max-width: 500px;
    }

    .iconBtn {
        border-radius: 40px;
        background: #313131;
        backdrop-filter: blur(2px);
        display: flex;
        padding: 8px 12px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        font-size: 12px;
        line-height: 120%;
        text-transform: uppercase;
        color: var(--grey4);
        font-family: var(--go-medium);
    }

    .buildCardHeadingWrap {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
    }

    .lottieWrapper {
        display: flex;
        align-items: center;
        gap: 20px;

        img {
            max-width: 48%;
        }
    }

    .buildRight img {
        transition: transform 0.4s ease;
    }

    .buildRight:hover img {
        transform: scale(1.04);
        /* adjust value (1.05–1.2) as needed */
    }

    .buildCard:nth-child(even) {
        flex-direction: row-reverse;

        .buildRight {
            max-width: 580px;
        }



        .buildLeft {
            max-width: 532px;
        }
    }
}




.buildCardSection {

    .buildCardPointerItem {
        display: flex;
        gap: 16px;
        align-items: center;
        padding: 14px 8px;
        border-bottom: 1px solid var(--grey4);
    }

    .pointerPara {
        font: 14px "go-regular";
        color: var(--grey3);
    }

    .buildCardNum {
        font: 12px "go-semibold";
    }

    .iconBtnImg {
        max-width: 16px;
    }

    .iconBtn {
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .buildCard {
        position: sticky;
        top: 260px;
    }

    @media (max-width: 768px) {
        .buildCard {
            top: 150px;
        }
    }
}

/* Pillars cards - bullet pointers in place of the 01/02/03 numbers */
.buildCardSection.new {

    .listDivi {
        gap: 10px;
    }

    .listBullet {
        flex-shrink: 0;
        width: 4px;
        height: 4px;
        margin-top: 8px;
        border-radius: 50%;
        background: var(--grey3);
    }

    @media (max-width: 767px) {
        .listBullet {
            margin-top: 7px;
        }
    }
}

.insightSection.founder {
    background: var(--white3);
    padding: 60px 0 !important;
    border-top: 1px solid var(--grey4);

    .insightPara {
        color: var(--black5);
    }

    .insightBtnWrapper {
        align-items: flex-end;
    }

    .swiper-paginationTwo {
        max-width: fit-content;
        margin: 0 auto;
    }

    .insightBtn {
        display: flex;
        gap: 12px;
        align-items: center;
        flex-direction: row-reverse;
    }

    .insightCard {
        padding: 16px;
        border-radius: 16px;
        border: 1px solid var(--grey4);
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .facultyDetailsWrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    /* .cardContentFaculty {
      display: flex;     
      align-items: flex-start;
      flex: 1 0 0;
      width: 100%;
    } */

    .cardUpper {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
        border-bottom: 1px solid var(--grey4);
        padding-bottom: 16px;
        width: 100%;
    }

    .founderDetail {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .cardDetail {
        color: var(--black5);
        font-size: 14px;
        line-height: 150%;
        font-family: var(--go-regular);
    }

    .companyName {
        font-size: 18px;
        color: var(--black);
        line-height: 120%;
        font-family: var(--go-semibold);

    }

    .tagDivi {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .tag1 {
        padding: 4px 8px;
        border-radius: 20px;
        background: var(--grey3);
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 150%;
        font-family: var(--go-semibold);
        color: var(--grey4);
        white-space: nowrap;
    }

    .tag2 {
        border-radius: 25px;
        background: var(--Grey-80, #E5E5E5);
        padding: 4px 8px;
        color: var(--grey3);
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 150%;
        font-family: var(--go-semibold);
        white-space: nowrap;
    }

    .inisghtImageWrapper {
        border-radius: 8px !important;
    }

    .w100 {
        width: 100%;
    }


}

.insightSection.creator {
    background: var(--black);

    .insightPara {
        color: var(--grey4) !important;
    }

    .swiper-paginationThree {
        max-width: fit-content;
        margin: 0 auto;
    }


    .creatorCard {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* .creatorCard:hover .inisghtImageWrapper>img {
      transform: scale(1.03);
      transition: transform 0.3s ease-in-out;
    } */

    .inisghtImageWrapper {
        line-height: 0;
        overflow: unset;


        img {
            border-radius: 0;
        }
    }

    .inisghtImageWrapper>img {
        border-radius: 8px 8px 0px 0px;
    }


    .creatorWrapper {
        display: flex;
        padding: 8px 8px 16px 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        background: var(--black5);
        width: 100%;
        border-radius: 0px 0px 8px 8px;
    }

    .creatorDetail {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
        width: 100%;
    }

    .creatorName {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        color: var(--white);
        line-height: 120%;
        font-family: var(--go-medium);
        width: 100%;
        white-space: nowrap;
    }

    .creatorId {
        font-size: 13px;
        line-height: 120%;
        font-family: var(--go-regular);
        color: var(--grey4);
    }

    .creatorViews {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .creatorFollower {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .followerNumber {
        color: var(--white);
        font-size: 14px;
        line-height: 120%;
        font-family: var(--go-semibold);
    }

    .w100 {
        width: 100%;
    }
}

.insightSection.familyBusiness {
    background: var(--white3);

    .insightPara {
        color: var(--grey3);
    }

    .swiper-paginationFour {
        max-width: fit-content;
        margin: 0 auto;
    }

    .w100 {
        width: 100%;
    }

    .swiper-pagination-bullet-active {
        width: 40px !important;
        background: #A3A3A3 !important;
    }

    .swiper-pagination-bullet {
        background: #A3A3A3 !important;
    }

    .insightWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .insightBtnWrapper {
        display: flex;
        justify-content: space-between;
        align-items: end;
        width: 100%;
    }

    .insightParaWrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .insightBtn {
        display: flex;
        gap: 12px;
        align-items: center;
        flex-direction: row-reverse;
    }

    .insightCardWrapper {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        overflow: hidden !important;
    }

    .inisghtImageWrapper {
        line-height: 0;

        img {
            border-radius: 8px 8px 0px 0px;
            transition: transform 0.3s ease-in-out;
        }
    }

    .businessCard {
        display: flex;
        flex-direction: column;
        border-radius: 12px;
        border: 1px solid var(--grey4);
    }



    .inisghtImageWrapper {
        overflow: unset;
    }


    .businessWrapper {
        padding: 16px;
        background: var(--white);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        border-radius: 0px 0px 12px 12px;
        width: 100%;
    }

    .wrapperDetail {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .studentName {
        font-size: 18px;
        color: var(--black);
        line-height: 120%;
        font-family: var(--go-medium);
    }

    .studentSession {
        font-size: 13px;
        color: var(--black);
        line-height: 150%;
        font-family: var(--go-medium);
    }

    .studentDesg {
        font-size: 13px;
        color: var(--black);
        line-height: 120%;
        font-family: var(--go-regular);
    }

    .state {
        border-radius: 4px;
        background: var(--white4);
        padding: 2px 8px;
        font-size: 13px;
        line-height: 150%;
        font-family: var(--go-medium);
        color: var(--black);
        text-transform: uppercase;
    }

    .wrapperDetail:nth-child(2) {
        border-bottom: 1px solid var(--grey4);
        width: 100%;
        padding-bottom: 8px;
    }

    .wrapperContent {
        font-size: 14px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey3);
    }
}

.exploreProgramme {
    background: url(https://images.mastersunion.link/uploads/10082026/v1/Vector1351.webp), var(--black);
    padding: 40px 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--black5);

    .exploreWrapper {
        background: var(--white);
        border-radius: 16px;
        padding: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .exploreLeft {
        width: 100%;
        max-width: 639px;
    }

    .exploreRight {
        position: relative;
        width: 100%;
        max-width: 517px;        
        border-radius: 8px;        
    }   

    .exploreHeadingWrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        justify-content: center;
    }

    .exploreLeftTagWrapper {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        width: 100%;
        gap: 16px;
    }

    .exploreLeftTag {
        display: flex;
        padding: 14px 24px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 54px;
        border: 1px solid var(--black);
        overflow: hidden;
        cursor: pointer;
    }

    .exploreLeftTag .tagIcon {
        flex-shrink: 0;
        width: 22px;
        height: 22px;
    }

    .exploreLeftTag:hover,
    .exploreLeftTag.active {
        background: var(--black);
        border-color: var(--black5);
        backdrop-filter: blur(2.5px);
        -webkit-backdrop-filter: blur(2.5px);

        svg path {
            stroke: var(--white);
        }

        .tagText {
            color: var(--white);
        }
    }

    /* the tab for the page you are already on stays highlighted and isn't re-clickable */
    .exploreLeftTag.active {
        pointer-events: none;
    }

    .tagText {
        color: var(--black);
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-medium);
        white-space: nowrap;
    }


}

.getInTouch {
    padding: 100px 0;
    background: url("https://images.mastersunion.link/uploads/20082026/v1/Vector13511.webp"), var(--black);
    background-repeat: no-repeat;
    background-size: cover;

    .touchWrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        text-align: center;
    }

    .touchDetailDivi {
        display: flex;
        gap: 32px;
        align-items: flex-start;
        justify-content: center;
    }

    .DetailBox {
        padding: 12px;
        display: flex;
        gap: 10px;
        align-items: center;

    }

    .DetailBox:not(:last-child) {
        border-right: 1px solid var(--grey3);
        padding-right: 35px;
    }


    .DetailBox>img {
        max-width: 52px;
        max-height: 52px;
    }

    .supportMailDivi {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
    }

    .supportBoxText {
        font-size: 16px;
        font-family: var(--go-regular);
        line-height: 120%;
        color: var(--grey18);
    }

    .supportcontentText {
        font-size: 18px;
        line-height: 120%;
        font-family: var(--go-semibold);
        color: var(--white);
    }
}

.cSection {
    background: var(--black);
    border-bottom: 1px solid var(--black5);
    border-top: 1px solid var(--black5);
    padding-block: 60px !important;

    .cWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .masterPlay>img {
        backdrop-filter: blur(2px);
        border-radius: 60px;
    }

    .headWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .cPara {
        line-height: 150%;
        font-size: 16px;
        font-family: var(--go-regular);
        color: var(--grey10);
    }

    .cSwiper {
        width: 100%;
        overflow: hidden !important;
    }

    .cBoxi {
        position: relative;

    }

    .paraHover {
        position: absolute;
        bottom: 18px;
        left: 18px;
        line-height: 150%;
        font-size: 16px;
        font-family: var(--go-medium);
        color: var(--white);
    }

    .btnWrapper {
        display: flex;
        align-items: flex-end;
        width: 100%;
        justify-content: space-between;
    }

    .programSwiperBtn {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-direction: row-reverse;
    }

}

.beyondCapitalSection {
    background-color: #090909;
    color: white;
    border-bottom: solid 1px var(--black5);
    padding: 80px 0;


    .beyondCapitalHEading {
        font: 32px "go-regular";
        line-height: 100%;
    }



    .beyondCapitalBold {
        font-weight: 600;
    }

    .logo {
        z-index: 2;
    }

    .headingWrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .beyondCapitalCardCover {
        /* background-color: red; */
        position: relative;
        z-index: 0;
        padding: 1px;
        border-radius: 12px;
        max-width: 392px;
        width: 100%;
        overflow: hidden;
    }



    .beyondCapitalCursor {
        position: absolute;
        left: -140px;
        bottom: 40px;
        background: linear-gradient(106deg, #39b5d7 16%, #f7d544 80.82% 104.82%);
        filter: blur(120px);
        backdrop-filter: blur(48.75px);
        width: 374px;
        height: 374px;
        border-radius: 50%;
        opacity: 0;
    }

    .beyondCapitalcard {
        padding: 28px;
        /* background-image: url("https://images.mastersunion.link/uploads/06082025/v1/Rectangle50308.webp"); */
        /* background: black; */
        max-width: 392px;
        width: 100%;
        max-height: 221px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        position: relative;
    }

    .beyondCapitalWrapper {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .beyondText {
        font-size: 16px;
        line-height: 120%;
        font-family: var(--go-regular);
        color: var(--white4);
    }

    .beyondCapitalcardText {
        display: flex;
        flex-direction: column;
        gap: 8px;
        max-width: 340px;
        width: 100%;
        position: relative;
        z-index: 8;
    }

    .beyondCapitalCardWrapper {
        display: flex;
        gap: 32px;
        flex-wrap: wrap;
    }

    .beyondCapitalCardCover:hover .beyondCapitalCursor {
        opacity: 1;
        transition: opacity 0.6s ease;

    }

    .beyondCapitalAbsoluteNumber {
        position: absolute;
        z-index: 2;
        right: 4px;
        bottom: -64px;
        /* bottom: -56px; */
        color: #090909;
        opacity: 0.5;
        font: 155px "go-medium";
        line-height: 150%;
        opacity: 0.3;
    }

    .baryondCardHeading {
        line-height: 120%;
        color: #fff;
        font: 24px "go-medium";
    }

    .baryondCardSubtext {
        font: 16px "go-regular";
        line-height: 150%;
        color: #d4d4d4;
        letter-spacing: 0;
    }

    .beyondCapitalGradientBG {
        position: absolute;
        /* background: linear-gradient(50deg, rgb(143 143 143 / 20%) 63.97%, rgb(255 255 255 / 20%) 98.12%); */
        /* background: radial-gradient(circle at top right, #202020, #0b0b0b); */
        background: radial-gradient(circle at right, #232222, #020202);
        z-index: 2;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        border-radius: 12px;
    }


    .beyondCapitalCardCover {
        min-height: 221px;
    }

    .beyondSwiper {
        overflow: hidden;
    }

    .swiper-pagination {
        display: flex;
        gap: 8px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        margin-top: 24px;
    }

    .swiper-pagination-bullet {
        min-width: 8px;
    }

    .swiper-pagination-bullet-active {
        /* background-color: blue !important; */
        min-width: 40px !important;
        width: 100%;
    }

    /* .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
} */



}

.timelineSection {
    background: url(https://images.mastersunion.link/uploads/12092025/v1/Vector13514.svg), var(--black);
    background-repeat: round;
    object-fit: contain;
    width: 100%;
    background-attachment: fixed;
    height: 400vh;

    .timelineWrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 60px;
        justify-content: center;
        position: sticky;
        top: 9rem;
    }

    .timelineContent {
        display: flex;
        align-items: center;
        gap: 60px;
        justify-content: center;
    }

    .programContent {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        flex-direction: column;
    }

    .timeParent {
        display: flex;
        align-items: center;
        gap: 100px;
        justify-content: center;
        width: 300%;
        transition: transform 0.1s ease-out;
        min-width: 100%;
    }

    .timelineContent {
        flex-shrink: 0;
    }

    .allWrapper {
        display: flex;
        align-items: center;
        gap: 100px;
    }

    .timelineImage {
        max-width: 316px;
        position: sticky;
        right: 10%;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        border-radius: 12px;
        min-width: 316px;
    }

    .timelineImage img {
        width: 100%;
        height: auto;
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: center center;
    }

    .timelineImage img.rotating {
        transform: rotateY(90deg) scale(0.8);
        opacity: 0;
    }

    .timelineImage img.rotating-in {
        transform: rotateY(0deg) scale(1);
        opacity: 1;
    }

    /* Year labels */
    .timeline-item span {
        display: block;
        margin-bottom: 30px;
        /* Push year above the line */
        font-size: 24px;
        color: var(--grey3);
        transition: all 0.3s ease;
        font-family: var(--go-medium);
        line-height: 120%;
    }

    /* Dots on line */
    .timeline-item .dot {
        width: 14px;
        height: 14px;
        background: #444;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
        top: -24px;
        transition: all 0.3s ease;
        /* Move dot exactly on the line */
    }

    /* Active year style */
    .timeline-item.active span {
        color: var(--white);
    }

    .timeline-item.active .dot {
        border: 1px solid #f58220;
        background: #f58220;
        width: 20px;
        height: 20px;
        top: -24px;
        padding: 3px;
        background-clip: content-box;
    }

    /* Ensure dots stay active once passed through */
    .timeline-item.passed {
        pointer-events: none;
    }

    .timeline-item.passed span {
        color: #f58220;
        font-weight: bold;
        transform: scale(1.05);
    }

    .timeline-item.passed .dot {
        border: 1px solid #f58220;
        background: #f58220;
        width: 18px;
        height: 18px;
        top: -9px;
        padding: 2px;
        background-clip: content-box;
    }

    /* Grey line */
    .timeline::before {
        content: "";
        position: absolute;
        top: 58%;
        left: 0;
        width: 100%;
        height: 3px;
        background: #444;
        transform: translateY(-50%);
        z-index: 1;
    }

    /* Orange progress line */
    .timeline::after {
        content: "";
        position: absolute;
        top: 58%;
        left: 0;
        width: var(--progress, 0%);
        height: 3px;
        background: #f58220;
        transform: translateY(-50%);
        z-index: 2;
        transition: width 0.3s ease-out;
    }

    .timeline {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;

    }

    .timeline-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .programList {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .disc {
        background: var(--grey4);
        border-radius: 60px;
        height: 6px;
        width: 6px;
    }

    .programItem {
        display: flex;
        align-items: baseline;
        gap: 12px;
    }

    .programPara {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey4);
    }
}


.travelSection {
    background: var(--black);
    scroll-behavior: smooth;


    .travelWrapper {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }

    #unique-horizontal-section {
        padding: 200px 0;
    }

    .unique-horizontal-wrapper {
        overflow: hidden;
        height: 610px;
    }

    .unique-horizontal-track {
        display: flex;
        height: 100%;
        align-items: flex-start;
    }

    .unique-horizontal-track>div {
        display: flex;
        flex-shrink: 0;
        padding: 0 5px;
    }



    .travelCard {
        width: 100%;
        margin-right: 100px;
        margin-top: 40px;
    }

    .twoWrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }


    .placePara {
        font-size: 14px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey4);
    }

    .placeName {
        font-size: 28px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
        color: var(--white);
        font-family: "Fraunces", serif;
    }

    .travelCard1 {
        display: flex;
        align-items: flex-start;
        gap: 32px;
        margin-right: 160px;


        .leaderImage {
            width: 100%;
            max-width: 420px;
        }

        .campusTwoImage {
            width: 100%;
            max-width: 360px;
        }


        .campusTwo {
            display: flex;
            align-items: flex-end;
        }



        .campusTwoImage {
            width: 100%;
            max-width: 322px;
        }

        .firstNewSvg {
            position: absolute;
            top: 22%;
            left: 65%;
            scale: 1.5;

        }

        .travelGradientHead {
            font-size: 50px;
            font-style: italic;
            font-weight: 400;
            line-height: 120%;
            color: var(--white);
            font-family: "Fraunces", serif;
        }

        .campusPara {
            font-size: 28px;
            line-height: 120%;
            font-family: var(--go-regular);
            color: var(--grey4);
        }

        .campusWrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }

        .campusParent {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 32px;
        }

        .campusFirst {
            display: flex;
            align-items: flex-end;
            gap: 40px;
        }

        .campusTest {
            display: flex;
            flex-direction: column;
            gap: 8px;
            align-items: flex-start;
        }

        .campusImage {
            width: 100%;
            max-width: 548px;
        }


    }


    .travelCard2 {
        display: flex;
        align-items: flex-start;
        gap: 32px;
        position: relative;

        .milanBottom {
            display: flex;
            align-items: flex-start;
            gap: 32px;
        }

        .secondNewSvg {
            position: absolute;
            left: 45%;
            top: 15%;
            scale: 2.3;
            z-index: -1;
        }

        .milanLeft {
            display: flex;
            align-items: flex-start;
            gap: 56px;
            flex-direction: column;
        }

        .milanRight {
            width: 100%;
            max-width: 424px;
        }

        .upperBoxi {
            width: 100%;
            max-width: 170px;

            img {
                min-height: 190px;
            }
        }

        .lowerBoxi {
            width: 100%;
            max-width: 244px;

            img {
                min-height: 108px;
            }
        }

        .rightImageSecond {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 32px;
        }

        .rightImageFirst {
            width: 100%;
            max-width: 272px;

            img {
                min-height: 334px;
            }
        }
    }

    .travelCard3 {
        display: flex;
        align-items: flex-start;
        gap: 32px;
        position: relative;

        .singapore1 {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 40px
        }

        .thirdNewSvg {
            position: absolute;
            top: 21%;
            left: 49%;
            scale: 1.2;
            z-index: -1;
        }

        .singaporeImage1 {
            width: 100%;
            max-width: 420px;
        }

        .singapore2 {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            flex-direction: column;
            height: 100%;
        }

        .singaporeImage2 {
            width: 100%;
            max-width: 432px;
        }

        .singaporeImage3 {
            width: 100%;
            max-width: 420px;
        }
    }

    .travelCard4 {
        display: flex;
        align-items: flex-start;
        gap: 32px;

        .japanLeft {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
        }

        .japanLeftUpper {
            display: flex;
            align-items: flex-start;
            gap: 32px;
        }

        .japanStudentImage {
            width: 100%;
            max-width: 270px;
        }

        .japanWrapper {
            display: flex;
            align-items: flex-end;
            gap: 32px;
            flex-direction: column;
        }

        .bannerImage {
            width: 100%;
            max-width: 170px;
        }

        .imageRed {
            width: 100%;
            max-width: 244px;
        }

        .japanRight {
            width: 100%;
            max-width: 420px;
        }
    }
}


.companyPartnerSection {
    background: var(--black);
    border-bottom: 1px solid var(--black5);

    .companyPartnerWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .partnerHeadingWrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }



    .companyPartnerMarquee {
        display: flex;
        align-items: center;
    }

    .companyText {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey10);
        text-align: center;
    }

    .logoBoxi {
        width: 100%;
        max-width: 206px;
        min-width: 206px;
    }

    .marqueesliders {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: auto;
    }

    display: flex;
    flex-direction: column;
    /* Hide scrollbar for webkit browsers */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */

    /* Hide scrollbar for webkit browsers */
    &::-webkit-scrollbar {
        display: none;
    }


    .newMasterBoxImg {
        line-height: 0;
        max-width: 100%;
        min-width: 16%;
    }

    .marqueesliders {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: auto;
    }




}

/* Must stay at the top level — @keyframes inside a nested style rule is
   invalid CSS and gets dropped, which silently kills the animation. */
@keyframes placeDetailReveal {
    from {
        opacity: 0;
        transform: translate3d(-40px, 40px, 0) scale(0.8);
    }

    60% {
        opacity: 1;
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.craftedSection {
    background: var(--white3);
    border-top: 1px solid var(--grey4);
    padding: 80px 0;

    .craftedWrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 40px;
    }

    .craftHeadingWrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;

    }

    .bseLogo {
        margin-top: -12px;
    }

    .whiteCaution {
        padding: 8px 12px;
        width: 100%;
        border-radius: 8px;
        border: 1px solid var(--grey4);
        background: var(--white) !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;



        p {
            font-size: 12px;
            line-height: 150%;
            font-family: var(--go-medium);
            color: var(--black);
            background: var(--white);
        }
    }

    .cautionWrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-top: 10px;
    }

    .placeImageWrapper {
        position: relative;
        /* min-height: 260px; */
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .placeStepBox {
        display: flex;
        padding: 16px;
        gap: 16px;
        align-items: flex-start;
        border-radius: 8px;
        border: 1px solid var(--grey4);
        background: var(--white);
        width: 100%;
        cursor: pointer;
        transition: border-color 0.3s ease, background 0.3s ease;
    }



    .placeContentDetail {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
        align-items: flex-start;
    }

    .cityDetail {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .hubName {
        color: var(--black);
        font-size: 24px;
        font-family: var(--go-semibold);
        line-height: 120%;
    }

    .hubDiscription {
        color: var(--black);
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
    }

    .hubLogos {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .logoHeading {
        font-size: 12px;
        color: var(--black);
        text-transform: uppercase;
        line-height: 150%;
        font-family: var(--go-semibold);
        letter-spacing: 1px;
    }

    .LogosDivi {
        display: flex;
        align-items: center;
        /* flex-wrap: wrap; */
        gap: 48px;
        padding-block: 24px;
    }

    .LogoBox {
        /* max-height: 40px; */
        width: 100%;
        max-width: fit-content;

        img {
            max-height: 50px;
        }
    }

    .LogoBox:nth-child(1) {
        padding-left: 12px;
    }

    .LogoBox:last-child {
        padding-right: 12px;
    }

    .stepNumeric {
        font-size: 28px;
        line-height: 120%;
        color: #E38330;
        font-family: "Fraunces", serif;
        font-style: italic;
        font-weight: 400;
    }

    .stepContentDivi {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        transition: gap 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .placeStepBox.active .stepContentDivi {
        gap: 4px;
    }

    .stepCityName {
        font-size: 28px;
        font-family: var(--go-medium);
        color: var(--black);
        line-height: 120%;
        font-weight: 500;

    }

    .cityTxt {
        font-size: 13px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--black);
        display: grid;
        grid-template-rows: 0fr;
        opacity: 0;
        overflow: hidden;
        transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.25s ease;
    }

    .placeStepBox.active {
        border: 1px solid #E38330;
        background: #FFFBF7;
    }

    .placeStepBox.active .cityTxt {
        grid-template-rows: 1fr;
        opacity: 1;
        transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.3s ease 0.12s;
    }

    .placeDetail.active .toggler {
        transform: rotate(45deg);
        filter: invert(1);
        transition: 0.4s ease-in;
    }

    .toggler {
        position: relative;
        transition: 0.4s ease-in;
    }

    .placeImageWrapper .placeImage {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1;
        transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        display: none;
        transform: scale(0) rotate(0deg);
        /* start small */
        transform-origin: bottom right;
        /* diagonal effect from this corner */
        transition: transform 1.2s cubic-bezier(0.3, 1.4, 0.4, 1),
            opacity 0.3s ease-in;

    }

    .placeImageWrapper .placeImage.active {
        opacity: 1;
        z-index: 2;
        display: block;
        transform: scale(1);
    }

    .placeImageWrapper .placeImage img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* .placeDetailWrapper .placeDetail {
        border-bottom: 1px solid #eee;
    } */

    .placeDetailWrapper .placeDetail .placeAccodianContent {
        overflow: hidden;
    }

    .placeDetailWrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }



    .placeWrapper {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
    }

    .placeImageWrapper {
        width: 100%;
        max-width: 543px;
        position: sticky;
        top: 12rem;
        min-height: 460px;

    }

    /* Figma: the cities column is a fixed 543x658 rail — the active card keeps
       its natural height and the seven remaining cards split what is left.
       flex-grow (not height) carries the change so it animates with the
       subtext instead of snapping. */
    @media (min-width: 1024px) {
        .placeImageWrapper {
            height: 658px;
            min-height: 0;
            overflow: hidden;
        }

        .placeStepBox {
            flex: 1 1 0;
            min-height: 0;
            transition: border-color 0.3s ease, background 0.3s ease,
                flex-grow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* 1.25 lands the active card at Figma's 89px and the rest at 71px;
           min-content keeps the subtext from clipping if the rendered font
           runs a little taller than the mock. */
        .placeStepBox.active {
            flex-grow: 1.25;
            min-height: min-content;
            align-items: center;
        }
    }

    .placeDetailWrapper {
        width: 100%;
        max-width: 657px;
    }

    .rightBoxiParent {
        width: 100%;
        max-width: 657px;
        position: sticky;
        top: 12rem;

    }

    .plceDetailBox {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        border-radius: 16px;
        border: 1px solid var(--grey4);
        background: var(--white);
        box-shadow: 0 22px 23.7px 0 rgba(0, 0, 0, 0.07);
        overflow: hidden;
    }

    .plceDetailBox.active {
        display: flex;
        /* unfurls out of the bottom-left corner, up towards the top-right */
        transform-origin: bottom left;
        animation: placeDetailReveal 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .plceDetailBox>img {
        width: 100%;
        height: auto;
        display: block;
    }

    .plceDetailBox .hubTag {
        position: absolute;
        top: 16px;
        left: 16px;
        padding: 3px 10px;
        border-radius: 20px;
        background: var(--white);
        font-family: var(--go-regular);
        font-size: 12px;
        line-height: 120%;
        color: var(--black);
        z-index: 2;
    }

    @media (prefers-reduced-motion: reduce) {
        .plceDetailBox.active {
            animation: none;
        }
    }

    .placeDetail {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .placeUpper {
        padding: 12px;
        border-bottom: 1px solid var(--grey4);
        background: var(--white);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .placeTextWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .termBtn {
        padding: 3px 10px;
        border-radius: 20px;
        background: var(--black);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        line-height: 120%;
        font-family: var(--go-regular);
        color: var(--white);
        width: fit-content;
    }

    .placeName {
        font-size: 18px;
        line-height: 150%;
        font-family: var(--go-semibold);
        color: var(--black);
    }


    .accodianUpper {
        padding: 12px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        background: var(--white);
        gap: 12px;
        border-bottom: 1px solid var(--grey4);
    }

    .placePara {
        font-size: 13px;
        line-height: 150%;
        color: var(--black);
        font-family: var(--go-regular);
    }

    .accodianBelow {
        padding: 18px 12px;
        background: var(--white3);
        border-bottom: 1px solid var(--grey4);
        display: flex;
        align-items: flex-start;
        gap: 4px;
    }

    .imersionLogo {
        width: 100%;
        height: 100%;
        max-width: 20px;
        max-height: 20px;
    }

    .immersionBoxi {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .headingCraft {
        width: 100%;
        background: var(--white3);
    }

    .termBtn.immersionTag {
        background: var(--grey4);
        font-family: var(--go-medium);
        color: var(--black);
    }

    .ratioWrapper {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
    }

    .mainCraft {
        margin-top: 40px;
    }

    .ratioBoxi {
        width: 100%;
        padding-left: 24px;
        border-left: 2px solid #E38330;
        display: flex;
        align-items: center;
        min-height: 84px;
    }

    .ratioPara {
        font-size: 13px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey3);
    }

    .ratioNumber {
        font-size: 30px;
        line-height: 120%;
        font-family: var(--go-medium);
        color: var(--black);
    }

    .rationNumBoxi {
        display: flex;
        align-items: center;
        gap: 30px;
        width: 100%;
    }

    .bengDivi.rationNumBoxi {
        width: 100%;
    }

    .darjleeingBox.rationNumBoxi {
        width: 70%;
    }

    .mumbaiWrapper.rationNumBoxi {
        width: 100%;
        gap: 24px;
    }

    .rationLogoBoxi {
        max-height: 40px;
        width: 100%;
        max-width: fit-content;

        img {
            max-height: 40px;
        }
    }
}

.pgpJourneySection {
    background: var(--black);
    border-bottom: 1px solid var(--black5);

    .pgpJourneyWrapper {
        display: flex;
        align-items: flex-start;
        gap: 14px;
    }

    .journeyLeft {
        width: 100%;
        max-width: 666px;
        position: relative;
    }

    .circleMap {
        width: 100%;
        height: 100%;
        max-width: 8px;
        max-height: 8px;
        background: var(--white);
        border-radius: 60px;
        box-shadow: 0 0 0 1px;
        cursor: pointer;
    }

    .map1 {
        position: absolute;
        top: 19.99%;
        left: 22.5%;
    }

    .map2 {
        position: absolute;
        top: 31.1%;
        left: 26.9%;
    }

    .map3 {
        position: absolute;
        top: 37.6%;
        left: 20.7%;
    }

    .map4 {
        position: absolute;
        top: 36.3%;
        left: 38.1%;
    }

    .map5 {
        position: absolute;
        top: 36.3%;
        left: 45.1%;
    }

    .journeyRight {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 100px;
    }

    .journeyImage {
        width: 100%;
        max-width: 600px;
    }

    .journeyText {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .travelText {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey10);
    }
}

.heroSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
}

.heroSection {
    position: relative;
    line-height: 0;
    z-index: 9;
    padding: 0px 0 0;
    overflow: hidden;
    min-height: 100vh;
    background: #020202;


    .heroSectionContent .go-HeroSubtitle {
        color: var(--white);

    }

    /* .heroSectionContent .go-HeroTitle {
        font-size: 42px;
    } */

    .heroSectionImg {
        height: 90vh;

        .video-container {
            max-width: 100%;

            video {
                width: 100%;
            }
        }


        .mobilevideo {
            width: 100%;
        }
    }

    .heroSectionImg iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        pointer-events: none;
        /* Prevent clicks on iframe */
    }

    .go-HeroSubtitle {
        font: normal 16px / 1.5 var(--go-regular);
    }


    .video-container {
        max-height: 94vh !important;
    }

    video {
        width: 100%;
        height: 100%;
    }

    .heroSectionContent {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -30%);
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 100%;
        z-index: 3;
    }

    .go-HeroSubtitle {
        margin-top: 16px;

        .textHighlight {
            color: var(--white);
        }
    }

    .heroSectionBtnWrap {
        display: flex;
        gap: 16px;
        align-items: center;
        margin-top: 24px;
    }


}

.programmeBreatherNew {
    background: linear-gradient(125deg, #39b6d8 -20%, #f7d344 50%, #e38330 100%);
    padding: 60px 0;

    .twelthSup {
        font-size: 14px;
        font-family: var(--go-semibold);
        line-height: 0;
    }

    .programmeHeadingPara {
        line-height: 120%;
        font-size: 18px;
        font-family: var(--go-regular);
        color: var(--black);
        font-style: normal;
        text-transform: none;
    }

    .programmeHeading {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .fr-HeadingItalic {
        color: var(--black);
    }

    .firstTbmBoxi {
        min-height: 126px;
    }

    .tentative {
        font-family: var(--go-regular) !important;
    }

    .programmeBreatherWrapper {
        display: flex;
        align-items: flex-start;
        gap: 24px;

    }


    .programmeBreatherLeft>img {
        border-radius: 10px;
    }

    .programmeBreatherLeft {
        width: 100%;
        max-width: 684px;
        position: relative;
        border-radius: 10px;
        line-height: 0;
    }

    .masterPlay {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        cursor: pointer;

        svg {
            backdrop-filter: blur(2px);
            border-radius: 60px;

        }
    }

    .programmeBreatherRight {
        width: 100%;
        max-width: 570px;
        background: var(--white);
        border-radius: 10px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-height: fit-content;

    }

    .boxiUpperLeft {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        max-width: 55%;
    }

    .boxiUpper {
        display: flex;
        gap: 22px;
        align-items: stretch;
        margin-top: 32px;
        min-height: 264px;
    }

    .smallBoxi {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
    }

    .eligibilityBoxi {
        color: var(--grey15);
        line-height: 150%;
        font-size: 12px;
        font-family: var(--go-regular);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .classContentBoxi {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .classText {
        line-height: 120%;
        font-size: 24px;
        color: var(--black);
        font-family: var(--go-medium);
    }

    .classPara {
        font-size: 14px;
        line-height: 120%;
        color: var(--grey15);
        font-family: var(--go-medium);
    }

    .rightBoxiSection {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 45%;
        gap: 15px;
    }

    .buttonsParent {
        display: flex;
        width: 100%;
        gap: 16px;
        margin-top: 32px;
        align-items: flex-start;
    }


    .whiteApplyButton {
        gap: 50px;
        padding: 14px 30px;
        justify-content: space-between;
    }


    .whiteApplyButton,
    .downloadBroucherButton {
        width: 100%;
        max-width: 50%;
    }

    .firstBoxi {
        border-bottom: 1px solid var(--grey4);
        padding-bottom: 16px;
        min-height: 126px;
    }

    .lineDuration {
        background-color: var(--grey4);
        width: 1px;
    }
}

.graduatePrestigiousSection {
    background: var(--black);


    .remarkText {
        font-size: 11px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey10);
        align-self: flex-start;
        margin-top: 32px;
        margin-left: 8px;
    }

    .graduateWrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .graduateHeading {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .graduateSubHead {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey18);
    }

    .stickyBelow {
        top: 3rem !important;
    }

    .graduatePrestigiousWrapper:nth-child(2) {
        border-top: 1px solid var(--black5);
        padding-top: 32px;
        border-radius: 16px;
    }

    .degreeSectionParent {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .graduatePrestigiousWrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        padding: 40px;
        background: var(--white);
        border-radius: 10px;
        position: sticky;
        top: 4rem;
        border: 1px solid var(--grey4);
    }

    .degreeUpperWrap {
        display: flex;
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;
    }

    /* .graduatePrestigiousWrapper.graduateBelowSticky {
              padding-top: 0;
   
          } */

    .degreeImageWrapper {
        position: relative;
    }

    .degreeHeadingWrapper {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-end;

        .textHighlight {
            color: var(--grey18);
        }
    }

    .degreePara {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey3);

        .font-semibold {
            color: var(--black);
        }
    }

    .degreeHeadingLeft {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        width: 100%;
        max-width: 500px;
    }

    .degreeHeadingRight {
        width: 100%;
        max-width: 500px;
    }

    .greyTag {
        padding: 4px 16px;
        border-radius: 60px;
        background: var(--grey4);
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 120%;
        font-family: var(--go-regular);
        color: var(--black);
        font-family: "Fraunces", serif;
        font-weight: 400;

    }

    .degreeBelowWrap {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
    }

    .degreeBelowWrap.portfolio {
        justify-content: flex-end;
    }

    .LectureCreaterProfileCard {
        display: flex;
        gap: 10px;
        flex: 0 0 50%;
        box-sizing: border-box;
        max-width: 200px;
        align-items: center;
        transition: 0.2s all ease;
        max-height: 48px;
    }

    .LectureCreaterProfileCard:hover {
        background: var(--grey4);
        border-radius: 24px;
    }

    .profileHeadingText {
        font-size: 16px;
        line-height: 120%;
        font-weight: 400;
        color: var(--black);
    }

    .profileLightText {
        font-weight: 400;
        font-size: 13px;
        line-height: 120%;
        color: var(--grey3);
    }

    .degreeLogoWrap {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .degreeLogoHeading {
        font-size: 12px;
        font-family: var(--go-semibold);
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--grey3);
        line-height: 150%;

    }

    .degreeLogoDivi {
        display: flex;
        gap: 16px;
        align-items: center;

        img {
            max-height: 44px;
        }
    }

    .degreeLogoDivi.creator {
        gap: 8px !important;
    }



    .logoDivi {
        width: 100%;
        max-width: fit-content;
    }

    /* Marquee variant of the "Funded Startups" logo strip — hidden on desktop,
       shown in place of .degreeLogoDivi.logoDiviDesk inside the 767px block. */
    .logoMarqueeMob {
        display: none;
    }

    .degreeParaBold {
        font-family: var(--go-semibold);
        color: var(--grey18);
    }

    .degreeListWrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

    }

    .degreeHeading {
        font: normal 28px/1.2 var(--go-regular);
    }

    .degreeGradientHeading {
        font: italic 32px/1.2 "Fraunces", serif;
        font-weight: 350;
    }

    .degreeList {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        width: 100%;
        max-width: 610px;
    }

    .degreeListItem {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .listNumber {
        border-radius: 60px;
        border: 1px solid var(--grey15);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        max-width: 26px;
        max-height: 26px;
        font-size: 14px;
        line-height: 150%;
        color: var(--white);
    }

    .listPara {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey10);
    }

    .listGradientBold {
        font-weight: 600;
        line-height: 120%;
        color: var(--Orange, #E38330);
    }

    .yellowArrow {
        vertical-align: middle;
    }
}


.dsaiMasters {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    /* Hide scrollbar for webkit browsers */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    padding: 80px 0;


    /* Hide scrollbar for webkit browsers */
    &::-webkit-scrollbar {
        display: none;
    }

    .newMasterDetailsWrap {
        padding: 8px 10px;
        background: #171717;
        margin: 0;
    }

    .tbmMasterLogo {
        max-width: 200px;
        max-height: 35px;
        min-height: 35px;
        margin-top: 10px;
        width: 100%;
    }

    .newMasterImgBox {
        position: relative;

        .masterPlay img {
            position: absolute;
            max-width: 32px;
            max-height: 32px;
            bottom: 8px !important;
            right: 8px !important;
            left: unset !important;
            top: unset !important;
        }
    }

    .newMasterImgBox .masterPlay {
        top: 0 !important;
        left: 0 !important;
    }

    .loadWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 32px;
    }

    .bootcampMastersWrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 32px;
    }


    .newMasterDetailsWrap {
        border-radius: 0px 0px 8px 8px;
        line-height: 0;
        padding-block: 16px;

        h4 {
            min-height: 36px;
        }
    }

    .newMasterBoxImg {
        line-height: 0;
        max-width: 100%;
        min-width: 16%;
        max-width: 240px;
    }

    .marqueesliders {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        overflow: auto;
    }

    .expertsDivi {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .go-HeroSubtitle {
        color: var(--grey3);
    }

    .industrySpan {
        color: var(--black);
        font-weight: 600;
    }

    .mastersScroll {
        margin-top: 32px;
    }

    .caution {
        padding: 6px;
        width: 100%;
        border-radius: 8px;
        border: 1px solid transparent;
        background: linear-gradient(#ffff 0 0) padding-box, var(--gradient) border-box;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        margin-top: 15px;
    }

    .newMasterDetailsWrap h3 {
        font: 16px "go-regular";
        color: var(--white);
    }

    .newMasterDetailsWrap h4 {
        font: 12px 'go-regular';
        line-height: 150%;
        color: var(--grey10);
    }

    .newMasterDetailsWrap svg {
        margin-top: 10px;
        max-width: 200px;
        max-height: 35px;
        min-height: 35px;
    }


    .cautionTxt {
        font-size: 11px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey3);
    }

    .newMasterImgBox {
        img {
            border-radius: 8px 8px 0 0;
        }
    }



}


.main-section {
    .faqWrapper {
        display: flex;
        gap: 30px;
        margin-top: 30px;
    }

    .risefaqWrapBox {
        background: var(--white3);
    }

    .faq {
        padding: 80px 0;
    }

    .navigationWrapper {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 20px;
        height: fit-content;
    }


    .faq .navigationWrapper ul {
        flex-direction: column;
        gap: 40px;
        padding: 40px 30px;
        align-items: flex-start;
        background: var(--black2);
        display: flex;
    }

    .faq .navigationWrapper li {
        text-transform: none;
    }

    .faqquestionWraps .toggler,
    .faqquestionWrap .toggler {
        max-width: 36px;
    }

    .faqquestionWraps {
        background: transparent !important;
        padding: 0 !important;
    }

    .faqquestionWraps,
    .faqquestionWrap {
        justify-content: space-between;
        display: flex;
        gap: 5px;
        background: var(--white);
        padding: 22px 20px;
        border-radius: 6px;
        border: 0.5px solid var(--grey4);
        flex-direction: column;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .faq .content-section {
        width: 83%;
    }

    .faqquestionWraps img,
    .faqquestionWrap img,
    .faqquestionWrap2 img {
        cursor: pointer;
    }

    .faqquestionWraps .left,
    .faqquestionWrap .left,
    .faqquestionWrap2 .left {
        display: flex;
        gap: 15px;
        justify-content: space-between;
        align-items: center;
    }

    .faqquestionWraps.active .left img {
        transform: rotate(180deg);
    }



    .faqanswer .subText {
        color: var(--grey13);
    }

    .faqanswer {
        font-size: 0.813rem;
        color: var(--grey13);
        font-family: "go-regular";
        line-height: 150%;
        width: 90%;
    }

    .faq .content {
        box-shadow: none;
    }

    .faq .lightMuVector::after {
        background: url("https://files.mastersunion.link/resources/svg/faqLightLine.svg");
        background-repeat: no-repeat;
        bottom: -20%;
    }

    .risefaqWrapBox .tabs li {
        font: 0.875rem "go-medium";
        color: var(--grey6);
        list-style: none;
        display: block;
        cursor: pointer;
    }

    .faq .navigationWrapper li {
        text-transform: none;
    }

    .navigationWrapper li.active {
        background: linear-gradient(102deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        outline: none;
        border: none;
        position: relative;
        font-family: "go-semibold";
    }

    .faq .headingWrap {
        align-items: end;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .faqquestionWrap.active .toggler,
    .faqquestionWrap2.active .toggler {
        transform: rotate(45deg);
        filter: invert(1);
        transition: 0.2s ease-in;
    }

    .faqquestionWrap.active .toggler {
        transform: rotate(45deg);
        transition: 0.4s ease-in;
    }

    @media (max-width: 767px) {
        .faq {
            padding: 60px 0 !important;
        }

        .faq .flexbox {
            flex-direction: column;
            align-items: flex-start;
            gap: 30px;
        }

        .faqWrapper {
            flex-direction: column;
            align-items: center;
            margin-top: 20px;
            gap: 20px;
        }

        .faq .headingWrap {
            margin-top: 0;
        }

        .faq .navigationWrapper {
            width: 100%;
            margin: 0;
        }

        .faq .navigationWrapper li {
            font-size: 0.875rem;
            text-wrap: nowrap;
        }

        .faq .navigationWrapper ul {
            overflow-x: scroll;
            flex-direction: row;
            width: 100%;
            padding: 15px;
            border-radius: 12px;
            justify-content: space-around;
            align-items: center;
        }

        .faq .content-section {
            width: 100%;
        }

        .faqquestionWrap {
            padding: 16px;
            border: 0.5px solid var(--grey4);
        }

        .faqHeading {
            font-size: 0.875rem;
        }

        .faqanswer {
            font-size: 0.785rem;
            line-height: 20px;
            width: 100%;
        }

        .faqquestionWrap .toggler {
            max-width: 36px;
        }
    }
}


.normalMasters.dsaiMasters {
    .newMasterBoxImg {
        display: block !important;
    }
}

.theNewsSection {
    background: var(--black);

    .theNewsWrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .newsHeadingWrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .newsPara {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey4);
    }

    .newsCardsWrapper {
        width: 100%;
        display: flex;
        gap: 24px;
        align-items: flex-start;
        overflow: auto;
    }

    .newsCard {
        position: relative;
        border-radius: 8px;
        cursor: pointer;
        min-width: 24%;

        img {
            border-radius: 8px;
            width: 100%;
        }
    }

    .arrowSvg {
        position: absolute;
        bottom: 25px;
        right: 25px;
        backdrop-filter: blur(5px);
        border-radius: 60px;
    }
}

.reachoutBreatherSection {
    background: linear-gradient(96deg, #39B5D7 -31.01%, #F7D544 49.05%, #E38330 109.58%);
    padding: 60px 0 !important;

    .reachoutBreatherWrapper {
        display: flex;
        gap: 28px;
        align-items: stretch;
    }

    .reachoutLefti {
        width: 100%;
        max-width: 57.1%;
        border-radius: 16px;
        background: var(--white);
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        max-height: 267px;
        overflow: hidden;
    }



    .supportHeadingWrap {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        border-bottom: 2px solid var(--grey4);
        padding-bottom: 12px;
        width: 100%;
    }

    .supportTxt {
        font-size: 14px;
        line-height: 120%;
        color: var(--grey3);
        font-family: var(--go-regular);

    }

    .reachoutRight {
        width: 100%;
        max-width: 39.6%;
        overflow: hidden;
    }

    .supportInfoWrapper {
        display: flex;
        gap: 32px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .supportDivi {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .supportDivi>img {
        max-width: 40px;
        max-height: 40px;
    }

    .supportMailDivi {
        display: flex;
        gap: 5px;
        align-items: flex-start;
        flex-direction: column;
    }

    .supportBoxiText {
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
        font-family: "fraunces", serif;
        color: var(--grey);
    }

    .supportcontentText {
        font-size: 16px;
        line-height: 120%;
        font-family: var(--go-medium);
        color: var(--grey17);
    }
}

.insightSection {
    background: var(--white);

    .insightHeadingBtn {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .mw718 {
        max-width: 718px;
        width: 100%;
    }

    .insightBtn {
        display: flex;
        gap: 12px;
        align-items: center;
        flex-direction: row-reverse;


        .next,
        .prev {
            line-height: 0;
        }
    }

    .insightCardWrapper {
        width: 100%;
        overflow: hidden !important;
    }

    .insightSwiper {
        overflow: hidden !important;
    }

    .insightBtnWrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
    }

    .masterPlayRight {
        cursor: pointer;
        position: absolute;
    }

    .insightWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .insightParaWrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .insightPara {
        font-size: 16px;
        font-family: var(--go-regular);
        line-height: 150%;
        color: var(--grey3) !important;
    }

    .insightPara {
        color: var(--grey10);
    }

    .insightCardWrapper {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        overflow: hidden !important;
    }

    .insightCard,
    .facultyDetailsWrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        width: 100%;
        position: relative;
    }

    .inisghtImageWrapper>img {
        border-radius: 8px;
    }

    .inisghtImageWrapper {
        position: relative;
        line-height: 0;
    }

    .insightCard .masterPlay>img {
        position: absolute;
        bottom: 20px;
        right: 20px;
        backdrop-filter: blur(2px);
        border-radius: 60px;
    }

    .insightCard .masterPlay svg {
        position: absolute;
        bottom: 20px;
        right: 20px;
        backdrop-filter: blur(2px);
        border-radius: 60px;
    }

    .insightNames {
        font-size: 18px;
        line-height: 120%;
        font-family: var(--go-regular);
    }

    .aboutVideo {
        width: 100%;
        font-size: 13px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: #a3a3a3;
        border-top: 1px solid var(--black5);
        padding-top: 8px;

        .font-semibold {
            color: #d4d4d4;
        }
    }

    .boldAbout {
        font-family: var(--go-semibold);
        color: var(--grey18);
    }

    .inisghtItalic {
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        color: var(--white);
    }
}

.weeklySection {
    background: var(--black);
    border-bottom: 1px solid var(--black5);
    padding: 80px 0;



    .weeklyWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .weeklyHeadingWrapper {
        display: flex;
        align-items: flex-end;
        width: 100%;
        justify-content: space-between;
    }

    .weeklyPara {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey18);
    }

    .weeklyImageWrapper {
        width: 100%;
    }
}

.futureRecuiterSection {
    background: var(--black);
    border-top: 1px solid var(--black5);

    .futureRecuiterWrapper {
        display: flex;
        align-items: center;
        gap: 80px;
    }

    .formerWrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .formerPara {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey10);
    }

    .futureRecuiterUpper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .futureUpperRight {
        width: 100%;
        max-width: 600px;
    }

    .futureUpperLefti {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        width: 100%;
        max-width: 584px;
    }

    .futureLeftList {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .futureListItem {
        display: flex;
        align-items: flex-start;
        gap: 12px;

        svg {
            width: 100%;
            max-width: 22px;
        }
    }

    .listItemPara {
        font-size: 14px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey10);
    }

    .futureListBold {
        font-family: var(--go-semibold);
        color: var(--grey18);
    }
}

.applicationTimeline {
    background: var(--white);



    .applicationTimeline {
        background: var(--white);

        th:first-child,
        td:first-child {
            width: 120px;
        }


        .applicationTimelineWrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 24px;
            width: 100%;

        }

        .applicationTimelineTable {
            width: 100%;
            table-layout: fixed;
            border-collapse: collapse;
        }

        .applicationTimelineTable thead {
            background: var(--black);
            width: 100%;
        }

        .headingTable {
            font-size: 12px;
            line-height: 120%;
            font-family: var(--go-regular);
            color: var(--black5);
            padding: 16px 20px;
            text-align: start;
            font-weight: 400;
        }

        .timelineRow {
            font-size: 14px;
            line-height: 120%;
            font-family: var(--go-medium);
            color: var(--grey17);
            text-align: start;
            padding: 24px 10px;
            font-weight: 500;
        }

        .greyActive {
            padding: 4px 15px;
            justify-content: center;
            align-items: center;
            display: flex;
            border-radius: 60px;
            background: var(--grey4);
            font-size: 14px;
            font-style: italic;
            font-weight: 400;
            line-height: 120%;
            font-family: "fraunces", serif;
            width: fit-content;
        }

        .statusTable {
            padding: 6px 15px;
            justify-content: center;
            align-items: center;
            display: flex;
            font-family: "fraunces", serif;
            width: fit-content;
            background: #DDEBE5;
            border-radius: 60px;
            font-size: 14px;
            font-style: italic;
            font-weight: 400;
            line-height: 120%;
            color: #1C7C54;
        }

        .roundRow {
            border-bottom: 1px solid var(--grey4);
        }

        .applicationDivi {
            width: 100%;
        }

        .notActiveRow {
            .timelineRow {
                color: var(--grey10);
            }

            .statusTable {

                background: #FADFE1;
                font-size: 14px;
                font-style: italic;
                font-weight: 400;
                line-height: 120%;
                color: #DF2935;
            }

            .btnBlack.btnSm {
                backdrop-filter: blur(2.5px);
                border: 1px solid var(--Grey-70, #D4D4D4);
                background: var(--Grey-80, #E5E5E5);
                color: var(--grey10);
                min-width: max-content;


                svg path {
                    fill: #a3a3a3;
                }
            }

            .greyActive {
                color: var(--black);
            }
        }
    }

    .applicationTimelineTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .applicationTimelineTable thead {
        background: var(--black);
        width: 100%;
    }

    .headingTable {
        font-size: 16px;
        line-height: 120%;
        font-family: var(--go-semibold);
        color: var(--white);
        padding: 16px 20px;
        text-align: start;
        font-weight: 600;
    }

    .headingTable:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .headingTable:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .timelineRow {
        font-size: 14px;
        line-height: 120%;
        font-family: var(--go-medium);
        color: var(--grey17);
        text-align: start;
        padding: 24px 10px;
        font-weight: 500;
    }

    .greyActive {
        padding: 4px 15px;
        justify-content: center;
        align-items: center;
        display: flex;
        border-radius: 60px;
        background: var(--grey4);
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
        font-family: "fraunces", serif;
        width: fit-content;
    }

    .statusTable {
        padding: 6px 15px;
        justify-content: center;
        align-items: center;
        display: flex;
        font-family: "fraunces", serif;
        width: fit-content;
        background: #DDEBE5;
        border-radius: 60px;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
        color: #1C7C54;
    }

    .roundRow {
        border-bottom: 1px solid var(--grey4);
    }

    .applicationDivi {
        width: 100%;
        /* margin-top: 32px; */
    }

    .notActiveRow {
        .timelineRow {
            color: var(--grey10);
        }

        .statusTable {

            background: #FADFE1;
            font-size: 14px;
            font-style: italic;
            font-weight: 400;
            line-height: 120%;
            color: #DF2935;
        }

        .btnBlack.btnSm {
            backdrop-filter: blur(2.5px);
            border: 1px solid var(--Grey-70, #D4D4D4);
            background: var(--Grey-80, #E5E5E5);
            color: var(--grey10);
            pointer-events: none;


            svg path {
                fill: #a3a3a3;
            }
        }

        .greyActive {
            color: var(--black);
        }
    }
}

.applicationTimeline.new {
    background: var(--white);
    padding: 80px 0;
    padding-bottom: 40px !important;

    th:first-child,
    td:first-child {
        width: 120px;
    }


    .applicationTimelineWrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        width: 100%;

    }

    .applicationTimelineTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .applicationTimelineTable thead {
        background: var(--grey16);
        width: 100%;
    }

    .headingTable {
        font-size: 16px;
        line-height: 120%;
        font-family: var(--go-semibold);
        color: var(--white4);
        padding: 16px 20px;
        text-align: start;
        font-weight: 400;
    }

    .timelineRow {
        font-size: 14px;
        line-height: 120%;
        font-family: var(--go-medium);
        color: var(--grey17);
        text-align: start;
        padding: 24px 10px;
        font-weight: 500;
    }

    .greyActive {
        padding: 4px 15px;
        justify-content: center;
        align-items: center;
        display: flex;
        border-radius: 60px;
        background: var(--grey4);
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
        font-family: "fraunces", serif;
        width: fit-content;
    }

    .statusTable {
        padding: 6px 15px;
        justify-content: center;
        align-items: center;
        display: flex;
        font-family: "fraunces", serif;
        width: fit-content;
        background: #DDEBE5;
        border-radius: 60px;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
        color: #1C7C54;
    }

    .roundRow {
        border-bottom: 1px solid var(--grey4);
    }

    .applicationDivi {
        width: 100%;
    }

    .notActiveRow {
        .timelineRow {
            color: var(--grey10);
        }

        .statusTable {

            background: #FADFE1;
            font-size: 14px;
            font-style: italic;
            font-weight: 400;
            line-height: 120%;
            color: #DF2935;
        }

        .btnBlack.btnSm {
            backdrop-filter: blur(2.5px);
            border: 1px solid var(--Grey-70, #D4D4D4);
            background: var(--Grey-80, #E5E5E5);
            color: var(--grey10);
            min-width: max-content;


            svg path {
                fill: #a3a3a3;
            }
        }

        .greyActive {
            color: var(--black);
        }
    }



    .headingTable:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .headingTable:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }


    .applicationTimelineTable {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .applicationTimelineTable thead {
        background: var(--black);
        width: 100%;
    }



    .timelineRow {
        font-size: 14px;
        line-height: 120%;
        font-family: var(--go-medium);
        color: var(--grey17);
        text-align: start;
        padding: 24px 10px;
        font-weight: 500;
    }

    .greyActive {
        padding: 4px 15px;
        justify-content: center;
        align-items: center;
        display: flex;
        border-radius: 60px;
        background: var(--grey4);
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
        font-family: "fraunces", serif;
        width: fit-content;
    }

    .statusTable {
        padding: 6px 15px;
        justify-content: center;
        align-items: center;
        display: flex;
        font-family: "fraunces", serif;
        width: fit-content;
        background: #DDEBE5;
        border-radius: 60px;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
        color: #1C7C54;
    }

    .roundRow {
        border-bottom: 1px solid var(--grey4);
    }

    .applicationDivi {
        width: 100%;
        /* margin-top: 32px; */
    }

    .notActiveRow {
        .timelineRow {
            color: var(--grey10);
        }

        .statusTable {

            background: #FADFE1;
            font-size: 14px;
            font-style: italic;
            font-weight: 400;
            line-height: 120%;
            color: #DF2935;
        }

        .btnBlack.btnSm {
            backdrop-filter: blur(2.5px);
            border: 1px solid var(--Grey-70, #D4D4D4);
            background: var(--Grey-80, #E5E5E5);
            color: var(--grey10);
            pointer-events: none;


            svg path {
                fill: #a3a3a3;
            }
        }

        .greyActive {
            color: var(--black);
        }
    }
}



.enrollmentSection {
    background: url(https://images.mastersunion.link/uploads/08052025/v2/Vector13518.svg), #000;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-size: cover;

    .enrollmentWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 32px;
    }

    .go-HighlightHeading {
        text-align: center;
    }

    .threeCards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: fit-content;
        gap: 28px;
    }

    .fourCards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .gridCard {
        position: relative;
        overflow: hidden;
        max-height: 400px;
        border-radius: 8px;
        border: 1px solid var(--grey3);
    }

    .enrollOverlay {
        position: absolute;
        bottom: 16px;
        left: 16px;
        transition: all 0.3s ease;
        opacity: 1;
    }

    .onhoverOverlay {
        /* position: absolute;
           left: 20px;
           bottom: -100%;
           opacity: 0;
           transition: all 0.4s ease;
           width: 100%;
           display: flex;
           flex-direction: column;
           gap: 16px; */



        position: absolute;
        border-radius: 8px;
        background: linear-gradient(to top, rgba(0, 0, 0, 4) 10%, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
        background-repeat: no-repeat;
        padding: 16px 0 16px 16px;
        flex-direction: column;
        z-index: 5;
        justify-content: flex-end;
        display: flex;
        opacity: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        transition: bottom 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }

    .onhoverOverlay:hover {
        opacity: 1;
        bottom: 0;
    }

    .gridCardBlack {
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        /* top: 0; */
        bottom: 0;
    }

    .gridCard:hover .onhoverOverlay {
        bottom: 0;
    }

    .onhoverOverlay .overlayNumber {
        color: var(--grey18);
        max-width: 90%;
    }

    .gridCard:hover .enrollOverlay {
        opacity: 0;
    }

    .overlayNumber {
        font-size: 13px;
        line-height: 120%;
        font-family: var(--go-regular);
    }

    .overlayText {
        font-size: 22px;
        line-height: 120%;
        font-family: "fraunces", serif;
        font-weight: 400;
    }

}

.feeProcess {

    padding: 0 0 80px !important;

    /* .feeProcessContainer .rightSection .procedureImgGrad {
        visibility: visible !important;
    } */

    .feeHeadingWrapper {
        margin-bottom: 40px;
    }

    /* .feeProcessContainer .rightSection::before {
        top: 2px;
        background: linear-gradient(180deg, #f7d344, #e38330) !important;
    } */

    .caution>svg {
        width: 100%;
        height: 100%;
        max-width: 16px;
        max-height: 16px;
    }

    .pgpFeeHeading {
        font-size: 14px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey3);
        margin-top: 8px;
    }

    .caution {
        padding: 6px;
        width: 100%;
        border-radius: 8px;
        border: 1px solid transparent;
        background: linear-gradient(var(--white) 0 0) padding-box, var(--gradient) border-box;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        margin-top: 15px;
    }

    .caution p {
        font: 12px "go-regular";
        color: var(--grey3);
        line-height: 150%;
    }

    .recuirementHeading {
        font-size: 18px;
        line-height: 120%;
        font-family: var(--go-regular);
        font-family: "fraunces", serif;
        color: var(--grey3);
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .feeHeadingWrapper {
        margin-bottom: 40px;
    }

    .stageBoldPara {
        font-weight: 600;
        color: var(--grey17);
    }

    .stagePara {
        font-size: 22px;
        line-height: 120%;
        font-weight: 400;
        font-family: "Fraunces", serif;
        margin-top: 8px;
    }

    #growingDiv {
        width: 4px;
        left: calc(33% - 5.7px);
        top: 0;
    }

    .feeProcessContainer {
        margin-bottom: 20px;
    }

    .procedureImg {
        max-width: 60px;
        max-height: 60px;
    }

    .feeProcessContainer .rightSection .body {
        background: var(--grey16) !important;
        border-radius: 8px;

    }

    .feeBox .body {
        padding: 32px !important;
    }

    .detailsList .subHeading {
        font-size: 22px;
        font-weight: 400;
        line-height: 120%;
        color: var(--grey3);
        font-family: "Fraunces", serif;
    }

    .curriculumHead {
        margin-top: 15px;
        font-size: 14px;
        font-family: var(--go-semibold);
        line-height: 150%;
        color: var(--grey3);
    }

    .evaluationHeading {
        font-size: 14px;
        font-family: var(--go-semibold);
        line-height: 150%;
        color: var(--grey3);
        margin-top: 4px;
    }

    .detailsList .list li {
        font-size: 14px;
        margin-top: 0px;

    }

    .detailsList .list li p {
        color: var(--grey3);
    }

    .statustext {
        color: var(--grey3);
    }
}


.feeStructureSection {
    background: var(--black);
    border-block: 1px solid var(--black5);

    h2 .fr-BreatherHeading {
        font-style: normal;
    }

    .cautionWrapper {
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .feeStructureWrapper {
        display: flex;
        gap: 32px;
        align-items: stretch;
    }

    .feeStructureLeft {
        max-width: 100%;
    }

    .feeStructureRight {
        max-width: 40%;
    }

    .feeStructureLeft,
    .feeStructureRight {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;
    }

    .feeStructureTable {
        border-collapse: collapse;
    }


    .feeDivider {
        width: 1px;
        background: var(--black5);
    }

    .feeStructureParent {
        width: 100%;
    }

    .feeStructureTable {
        width: 100%;
    }

    .feeHeadRow {

        border-radius: 16px 16px 0px 0px;
        background: var(--grey17);
    }

    .feeHeadCol {
        text-align: start;
        padding-right: 20px;
        padding: 12px 16px;
        vertical-align: bottom;
        line-height: 120%;
    }

    .feeHeadCol:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;

        /* or whatever px you want */
    }

    .feeHeadCol:last-child {
        border-top-right-radius: 4px;
        /* or whatever px you want */
        border-bottom-right-radius: 4px;
    }

    .feeYearText {
        font-size: 14px;
        line-height: 150%;
        font-family: var(--go-semibold);
        color: var(--white);
    }

    .feeYearGradient {
        font-size: 10px;
        line-height: 150%;
        font-family: var(--go-regular);
        text-transform: uppercase;
        /*background: var(--Linear-Gradient, linear-gradient(91deg, #39B5D7 1.8%, #F7D544 50.99%, #E38330 99.75%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
        color: #E38330;
        margin-bottom: 4px;
    }

    .bodyFeeCol {
        padding: 16px;
        text-align: start;
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey4);
        font-weight: 400;
        text-wrap: nowrap;
    }

    .bodyFeesRow {
        border-bottom: 1px solid var(--black5);
    }

    .feeColColor {
        color: var(--grey10);
    }

    .totalFee {
        color: var(--white);
        font-family: var(--go-semibold);
    }

    .cautionBlack {
        width: 100%;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        border: 1px solid var(--grey3);
        background: linear-gradient(91deg, #171717 1.28%, #222 152.65%);


        svg {
            width: 100%;
            max-width: 24px;
        }
    }

    .cautionPara {
        font-size: 12px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--white);
    }
}

.culturalSection {
    background: url(https://images.mastersunion.link/uploads/01082025/v1/Vector13481.svg) no-repeat, var(--white);
    background-size: cover;
    background-repeat: no-repeat;

    .culturalWrapper {
        display: flex;
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;
        position: relative;

    }

    .coreOutclassWrapper {
        display: flex;
        flex-direction: column;
        gap: 60px;
        align-items: flex-start;
    }

    .culturalBoxiWrapper {
        display: flex;
        flex-wrap: wrap;
        row-gap: 12px;
        column-gap: 48px;
    }

    .cultureBoxi {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        max-width: 549px;
    }

    .cultureBoxi>img {
        width: 100%;
        height: 100%;
        max-width: 40px;
        max-height: 40px;
    }

    .culturePara {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey3);
    }
}

.weekLike {
    padding: 0px !important;

    .weekWrapper {
        width: 100%;
        max-width: 739px;
        line-height: 0;
    }
}

.classprofile {
    .customDropdownWrapper .btnBlack {
        width: 100%;
        align-items: flex-start;
        justify-content: center;
        gap: 10px;
    }

    .custom-select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: none;
    }

    .afterDivi .btnBlack {
        min-width: 90%;
    }

    .newClassWrapper {
        gap: 24px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    /* heading + cohort photo sit together on the left, photo top-aligned with
       the heading; the quote box on the right is bottom-aligned to the photo */
    .classHeadImgWrap {
        display: flex;
        gap: 40px;
        align-items: flex-start;
        flex: 1 1 686px;
        min-width: 0;
        max-width: 686px;
    }

    .newclassLeft {
        flex: 1 1 310px;
        min-width: 0;
        max-width: 310px;
        width: 100%;
    }

    .masterImage.ugClassMid {
        flex: 1 1 336px;
        min-width: 0;
        max-width: 336px;
        width: 100%;
        aspect-ratio: 336 / 373;
        border-radius: 10px;
    }

    .masterImage.ugClassMid>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .customDropdownWrapper {
        position: relative;
        width: 100%;
    }

    .newclassRight {
        flex: 1 1 530px;
        min-width: 0;
        max-width: 530px;
        width: 100%;
        align-self: flex-end;
    }

    .dropdownList {
        position: absolute;
        width: 100%;
        display: none;
        background: var(--white);
        border: 1px solid #cccccc5e;
        border-radius: 12px;
        transition: all 0.3s ease;
        max-width: 88%;
        overflow: hidden;
        top: 59px;
        left: 4px;
        z-index: 11;
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
    }

    .dropdownList li {
        padding: 20px 22px;
        cursor: pointer;
        transition: 0.4s ease-in-out;
        border-top: 1px solid var(--grey4);
    }

    .greybox {
        position: relative;
        overflow: hidden;
        padding: 16px;
        border-radius: 6px;
        background: var(--grey16);
    }

    /* decorative closing quote, bottom-right of the box */
    .greybox::after {
        content: "";
        position: absolute;
        right: 13px;
        bottom: 15px;
        left: auto;
        top: auto;
        scale: 1;
        width: 71px;
        height: 55px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='71' height='55.3164' viewBox='0 0 71 55.3164' fill='none'%3E%3Cpath d='M3.00902e-06 54.4399L1.61059 43.8922C5.54758 44.119 8.58979 43.5141 10.7372 42.0775C12.8847 40.6409 14.3163 38.6372 15.0321 36.0665C15.748 33.4957 15.8822 30.5847 15.4348 27.3334H3.00902e-06V1.12896e-06H29.6616V29.6017C29.6616 38.5238 27.1563 45.2532 22.1456 49.7898C17.0454 54.4021 9.66352 55.9521 3.00902e-06 54.4399ZM41.3384 54.4399L42.949 43.8922C46.886 44.119 49.9282 43.5141 52.0756 42.0775C54.2231 40.6409 55.6547 38.6372 56.3705 36.0665C57.0863 33.4957 57.2205 30.5847 56.7732 27.3334H41.3384V1.12896e-06H71V29.6017C71 38.5238 68.4946 45.2532 63.4839 49.7898C58.3837 54.4021 51.0019 55.9521 41.3384 54.4399Z' fill='%23E5E5E5'/%3E%3C/svg%3E") no-repeat center / contain;
    }

    .informationWrapper {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        max-width: 405px;
    }

    .infoTxt {
        font-size: 16px;
        line-height: 150%;
        color: var(--black);
        font-family: var(--go-regular);
    }

    .infoBoldTxt {
        font-family: var(--go-semibold);
    }

    .classFirstWrap {
        gap: 40px;
        display: flex;
        justify-content: space-between;
    }

    .exploreDivi {
        display: flex;
        align-items: center;

        width: 100%;
        border-bottom: unset !important;
    }

    .mb60 {
        margin-bottom: 60px !important;
    }

    .techDsaiHomePage.dsaiRedesign {


        .searchUl {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .cohordLi {
            display: flex;
            border-radius: 60px;
            gap: 10px;
            align-items: flex-start;
            padding: 8px 16px !important;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            border: 1px solid var(--black);
        }

        .cohordLi.active::after {
            opacity: 0;
        }

        .cohordText {
            font-size: 18px;
            line-height: 120%;
            color: var(--black);
            font-family: var(--go-regular);
        }

        .cohordLi.active {
            background: var(--black);

            .cohordText {
                color: var(--white);
            }
        }
    }



}

.experienceSection {
    background: var(--white);

    .experienceWrapper {
        display: flex;
        flex-direction: column;
        gap: 32px;
        align-items: flex-starts;
    }

    .experienceHeadingWrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;

    }

    .linkedinPost {
        width: 100%;
        /* max-width: 410px; */
        min-width: 33%;

        img {
            width: 100%;
        }
    }

    .experienceBelowWrap {
        display: flex;
        align-items: center;
        gap: 16px;
        overflow: auto !important;


    }

    .experienceHeadingLeft {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
        max-width: 60%;
    }

    .experienceSubTxt {
        font-size: 16px;
        line-height: 150%;
        color: var(--grey3);
        font-family: var(--go-regular);
    }
}

.muJourney {
    padding: 80px 0;

  
}



@media (max-width: 767px) {

    .applicationTimeline.new {

        th:nth-child(2),
        td:nth-child(2),
        th:nth-child(3),
        td:nth-child(3),
        th:nth-child(4),
        td:nth-child(4) {
            width: 170px;
        }

        .applicationTimelineTable {
            min-width: 870px;
            margin-bottom: 10px;
        }

        .headingTable {
            padding: 12px 10px;
            font-size: 12px;
        }

        .applicationDivi {
            margin-top: unset;
        }


    }

    .tetrStartupSection {
        padding: 0 !important;
        background: var(--black5);
        /* border-top: 1px solid var(--grey3); */
        border-bottom: 1px solid var(--black5);

        .swiper-slide-active {
            min-height: 520px !important;
            max-height: 530px !important;
        }

        .container {
            padding: 60px 16px;
            background: var(--black);
            border-radius: 0;
        }

        .startUpWrapBlock {
            flex-direction: column-reverse;
            max-height: unset;
            padding: 30px 20px;
            gap: 20px;

            .greycrossAsset::after {
                top: 14px;
            }

            .leftWrapStartup {
                transform: unset;
                max-width: 100%;
            }
        }

        .startUpWrapBlock .greycrossAsset::after {
            top: 16px;
        }
    }


    .stickymenu {
        top: 62px;
        padding-inline: 16px !important;

        .container {
            padding: 0;
        }

        .seondtabs {
            padding: 10px;
            width: 100%;
            padding-bottom: 5px;
        }
    }

    .inclassSection {
        .outClassMobile {
            width: 100% !important;
        }

        .outClassImage {
            max-width: 100% !important;
        }
    }


    .experienceSection {
        .experienceHeadingWrap {
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
        }

        .experienceHeadingLeft {
            max-width: 100%;
        }

        .linkedinPost {
            min-width: 85%;
        }


    }

    .boxBreather {
        padding: 0px;
        padding-top: 60px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;

        .boxContainer {
            padding: 0;
            flex-wrap: wrap;
            gap: 0;
        }

        .boxiContent {
            width: 100%;
            max-width: 50%;
            min-width: unset;
        }

        .boxiContent:nth-child(1) {
            border-right: 1px solid var(--grey3);
            padding-right: 16px;
            padding-bottom: 16px;

        }

        .boxiContent.secondBoxi {
            padding-left: 16px;
            padding-bottom: 16px;

        }


        .boxiContent.thirdBoxi {
            border-right: 1px solid var(--grey3);
            padding-right: 16px;
            border-top: 1px solid var(--grey3);
            padding-top: 16px;
        }

        .boxiContent.fourthBoxi {
            padding-left: 16px;
            border-top: 1px solid var(--grey3);
            padding-top: 16px;
        }

        .boxContainer {
            padding: 16px;
            justify-content: unset;
        }

        .stretchedLine {
            display: none;
        }

    }

    .bharatClassroom {
        padding: 40px 0 !important;

        .classroomWrapper {
            flex-direction: column;
            padding: 16px;
            gap: 32px;
        }

        .classBoxLeft:first-child {
            border-bottom: 1px solid var(--grey4);
            padding-bottom: 32px;
        }
    }

    .exploreProgramme {
        .exploreWrapper {
            flex-direction: column;
            padding: 32px 16px;
        }

        .exploreLeftTagWrapper{
            gap: 8px;
            justify-content: flex-start;
        }        

        .exploreLeft,
        .exploreRight {
            max-width: 100%;
        }

        .exploreLeftTag{
            gap: 6px;
        }

      

        .exploreLeftTag {
            padding: 10px 20px;
        }
    }

    .muJourney {

        background: url(https://images.mastersunion.link/uploads/26082026/v1/Vector1712.svg) left,
            url(https://images.mastersunion.link/uploads/26082026/v1/Vector1710.svg) right, var(--white) !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;

        .journeyBottom {
            flex-direction: column;
            gap: 32px !important;
            padding: unset !important;
        }

        .journeyWrapper {
            gap: 24px !important;
        }

        .journeyUpper {
            gap: 24px;
            width: 100%;
        }

          .fr-HeadingItalic{
        text-align: center !important;
    }
    }

    .getInTouch {
        .touchDetailDivi {
            flex-direction: column;
            gap: 12px;
            width: 100%;
        }

        .DetailBox:not(:last-child) {
            border-bottom: 1px solid var(--grey3);
            padding-right: unset;
            padding-bottom: 24px;
            border-right: unset;
            width: 100%;
        }

        .supportcontentText {
            text-align: start;
            font-size: 16px;
        }

        .DetailBox>img {
            max-width: 40px;
            max-height: 40px;
        }

        .supportBoxText {
            font-size: 14px;
        }
    }


    .pdinline {
        padding-inline: 8px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .culturalSection {
        .culturalWrapper {
            gap: 24px;
        }
    }

    .bharatEvent {
        padding-bottom: 40px !important;

        .bharatPara {
            font-size: 14px;
        }
    }

    .techPartners {
        .TPlogowrapper {
            max-width: 92px;
        }

        .techPartnersLogoWrapper {
            justify-content: space-between;
            gap: 36px;
        }

        .tpLogoName {
            font-size: 16px;
        }


        .tpLogo {
            max-width: 70px;
            width: 100%;
        }

        .tpLogoDetail {
            font-size: 10px;
        }

        .MUVgoSemiBold {
            font: 22px "go-semiBold";
        }

        .TPlogowrapper:first-child {
            .tpImage {
                width: 76px;
                height: 76px;
            }
        }

        .jobCardLeft {
            max-width: 142px;

            img {
                max-height: 36px;
            }
        }



        .jobScrollContentRight,
        .jobScrollContentLeft {
            padding: unset;
            gap: 50px;
        }
    }

    .inclassSection {

        .mob-visible{
            width: 100%;

            .btnWhite.outline{
                width: 100%;
            }
        }

        /* Out Class: static cards on desktop, swiper on mobile. */
        .coreOutClass.mob-hide {
            display: none;
        }

        .outClassMobile {
            display: block;
        }

        .inclassHeadingWrapper {
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
        }

        .coreInclass::after {
            display: none;
        }

        .coreInclass::before {
            display: none;
        }

        .coreOutClass::before {
            display: none;
        }

        .coreOutClass::after {
            display: none;
        }

        .outClassBoxi {
            border-radius: 8px;
            background: var(--grey17);
            padding: 16px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
            width: 100%;
            /* min-height: 352px; */
        }

        .outClassImage {
            max-height: 200px;
            overflow: hidden;
            border-radius: 8px;
            position: relative;
        }

        .outclassContent {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }

        .outClassBoxi {
            flex-direction: column;
        }

        .outCardHeading {
            font-size: 18px;
        }

        .outclassContent {
            flex-direction: column;
            align-items: flex-start;
        }

        /* .outClassImage {
            max-width: unset;
        } */

        .cautionBlack {
            width: 100%;

            svg {
                width: 100%;
                height: 100%;
                max-width: 24px;
                max-height: 24px;
            }
        }

        .coreHeading {
            font-size: 18px;
        }

        /* .pgpIndiaSwiper{
            display: flex;
            gap: 20px;
            overflow: auto !important;
            .outClassBoxi{
                min-width: 70% !important;
            }
        } */

        .uniqueInclassWrapper {
            gap: 32px;
        }

        .listGradientBold {
            font-weight: 500;
            line-height: 150%;
            font-family: var(--go-medium);
            color: var(--white);
            font-size: 12px;
            display: inline-flex;
            gap: 8px;
            margin-top: 4px;
            align-items: center;

            svg {
                width: 20px;
            }
        }

        .uniqueUpperWrap {
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
        }

        .swiper-pagination-bullet {
            transition: 0.3s ease;
        }

        .swiper-pagination {
            display: flex;
            width: 100% !important;
            margin-top: 20px;
            align-items: center;
            justify-content: center;
        }

        .swiper-pagination-bullet-active {
            width: 40px !important;
        }

        .inclassTabsParent {
            overflow: auto;
            gap: 16px;
            padding: 0;
        }

        .wrapperHeading {
            font-size: 18px;
        }

        .inclassTabBoxi {
            min-width: 300px;
        }

        .scroll-btn {
            display: none;
        }

        .inclassCourseWrapper {
            padding: 24px 0px 0px;
            border: none;
        }

        .inclassContentBoxi {
            overflow: scroll;
            overflow-y: hidden;
        }

        .inclassContentBoxi::-webkit-scrollbar-thumb {
            display: block !important;
            background: #737373 !important;
        }

        /* In Class - accordion collapses to one column, restoring reading order */
        .inclassAccordionRow {
            flex-direction: column;
            gap: 12px;
        }

        .inclassAccordionCol {
            display: contents;
        }

        .inclassAccordionCol:first-child>.inclassAccBoxi:nth-child(1) {
            order: 1;
        }

        .inclassAccordionCol:first-child>.inclassAccBoxi:nth-child(2) {
            order: 3;
        }

        .inclassAccordionCol:first-child>.inclassAccBoxi:nth-child(3) {
            order: 5;
        }

        .inclassAccordionCol:last-child>.inclassAccBoxi:nth-child(1) {
            order: 2;
        }

        .inclassAccordionCol:last-child>.inclassAccBoxi:nth-child(2) {
            order: 4;
        }

        .inclassAccIcon {
            width: 20px;
            height: 20px;
        }

        .inclassAccTitle {
            font-size: 18px;
        }

        .inclassAccCaret {
            width: 18px;
            height: 18px;
        }

        .coreInclass::before {
            top: 3%;
        }

        /* .outClassBoxi {
            min-width: 98%;
            max-width: 100%;
        } */

        .outClassWrapper {
            overflow: auto;
        }
    }

    .immersionItinery {
        aspect-ratio: 390 / 617;
        background: url("https://images.mastersunion.link/uploads/26082026/v1/indiaMapMob.webp") center / cover no-repeat, var(--black);
        border-bottom: 1px solid var(--black5);
        padding-block: 0;

        /* centred in the empty band above the map — the two lines straddle y=90.5 of 617 */
        .itinertLeft {
            top: 14.667%;
            left: 50%;
            width: 100%;
            transform: translate(-50%, -50%);
        }

        .itineryHeading {
            font-size: 30px;
            text-align: center;
            flex-direction: column;
            display: flex;
        }


        .itineryNotes {
            position: absolute;
            top: auto;
            bottom: 3.24%;
            left: 50%;
            width: 61.026%;
            transform: translateX(-50%);
            gap: clamp(3px, 1.0256cqw, 5px);
        }

        .itineryNote {
            font-size: clamp(8px, 2.0513cqw, 10px);
        }
    }

    .buildCardSection {

        .termList {
            gap: 8px;
        }

        .listDivi {
            padding-bottom: 8px;
        }

        .buildHeadingPara {
            font-size: 14px;
            padding-right: 12px;
        }

        .buildCardWrapper {
            margin-top: 32px;
            /* gap: 0; */
        }

        .buildHeadingWrapper {
            flex-direction: column;
            align-items: flex-start;
        }

        .buildCard {
            gap: 8px;
            padding: 8px 8px 16px 8px;
            flex-direction: column-reverse;
            border: unset;
        }

        .buildRight {
            max-width: 100%;
            border-radius: 12px 12px 0 0 !important;
            max-height: 298px;

            .corelottie {
                height: 310px;
            }
        }

        .leftiUpper,
        .buildCardHeadingWrap {
            gap: 8px;
        }

        .buildLeft {
            max-width: 100%;
        }

        .buildCard:nth-child(even) {
            flex-direction: column-reverse;
        }

        .buildCard:nth-child(1) {
            background: url("https://images.mastersunion.link/uploads/24082026/v1/YearSection.webp");
            background-size: cover;
            background-repeat: no-repeat;

        }

        .buildCard:nth-child(2) {
            background: url("https://images.mastersunion.link/uploads/24082026/v1/YearSection2.webp");
            background-size: cover;
            background-repeat: no-repeat;

        }

        .buildCard:nth-child(3) {
            background: url("https://images.mastersunion.link/uploads/24082026/v1/YearSection3.webp");
            background-size: cover;
            background-repeat: no-repeat;

        }
    }

    .cSection {

        .swiper-pagination {
            width: 100% !important;
            margin-top: 12px;
        }

        .paraHover {
            font-size: 12px;
            left: 8px;
            bottom: 12px;
            right: 12px;
        }

        .cPara {
            font-size: 14px;
        }
    }

    .uniqueInclass {
        .swiper-pagination {
            width: 100% !important;
        }

        .countryBoxi {
            min-width: 230px;

        }

        .culturalWrapper {
            min-height: 430px;
            padding-left: 0 !important;
        }

        .coreInclass,
        .coreOutClass {
            padding-left: 0 !important;
        }

        .coreOutClass {
            padding-bottom: unset;
            border-bottom: unset;
        }

        .inclassCautionWrapper {
            flex-direction: column;
        }
    }

    .companyPartnerSection {

        .companyPartnerWrapper,
        .partnerHeadingWrapper {
            gap: 20px;
        }

        .companyText {
            font-size: 14px;
        }

        .marqueesliders {
            animation: marquee-x 70s linear infinite;
        }
    }

    .threeCardSection {
        border-top: 1px solid var(--black5);

        .cardsWrapper {
            flex-direction: column;
            max-width: 100%;
        }

        .threeCardHeadingWrapper {
            text-align: center;
        }

        .threeCardWrapper {
            gap: 32px;
        }

        .threeCardCover {
            max-width: 100%;
            min-width: unset;
            min-height: unset;
        }

        .shadeEffect {
            max-width: 100%;
            border-radius: 12px;
        }

        .threeCardGradinetBg {
            max-width: 100%;
        }

        .threeCard {
            max-width: 100%;
            padding: 20px 19px;
        }

        .threeCardHeading {
            font: 22px "go-medium";
        }

        .threeCardSubHeading {
            font: 16px "go-regular";
            line-height: 150%;
        }

        .threeCardContentHeading {
            font: 20px "go-medium";

        }

        .threeCardContentSubheading {
            font: 14px "go-regular";
            line-height: 150%;
        }

        .threeCardUpperWrap {
            flex-direction: column;
            gap: 12px;
            align-items: center;
        }
    }

    .leadFormApplynow {
        .applyhero {
            padding: 100px 0 60px 0 !important;
            border-bottom: 1px solid var(--black5);

            .threeCardHeading {
                font: 22px "go-medium";
            }
        }
    }



    .beyondCapitalSection {
        padding: 40px 0 !important;

        /* overflow: auto; */
        .beyondCapitalCardWrapper {
            flex-wrap: nowrap;
            overflow: auto;
        }

        .headingWrapper {
            position: sticky;
            top: 8rem;
        }

        /* the glow follows the mouse, so it has no purpose on touch widths */
        .beyondCapitalCursor {
            display: none;
        }

        .beyondCapitalWrapper {
            gap: 24px;
        }

        .beyondCapitalCardCover {
            /* max-width: 274px; */
            min-width: 274px;
            margin-bottom: 32px;
            position: sticky;
            top: 240px;
            width: 100%;
            max-width: 100%;
        }

        .beyondCapitalCardCover:first-child {
            .beyondCapitalAbsoluteNumber {
                bottom: -70px !important;
            }
        }

        .beyondCapitalCardCover:nth-child(5) {
            .beyondCapitalAbsoluteNumber {
                bottom: -70px !important;
            }
        }


        .beyondCapitalHEading {
            position: sticky;
            top: 100px;
        }




        .logo {
            z-index: 2;
        }

        .beyondCapitalcard {
            padding: 20px 14px;
        }


        .baryondCardHeading {
            font: 16px "go-regular";
        }

        .baryondCardSubtext {
            font: 12px "go-regular";
            max-width: 80%;
        }

        .beyondCapitalAbsoluteNumber {
            bottom: -94px;
        }



        .beyondCapitalHEading {
            font: 22px "go-regular";
            text-align: center;
        }

        .beyondCapitalBold {
            font: 22px "go-semiBold";
        }

        /* .oneBottom {
                bottom: -94px;
            }

            .twoBottom {
                bottom: -100px;
            }

            .threeBottom {
                bottom: -100px;
            }

            .fourBottom {
                bottom: -100px;
            }

            .fiveBottom {
                bottom: -100px;
            }

            .sixBottom {
                bottom: -118px;
            } */


    }

    .timelineMob {
        background: var(--black);
        height: 80vh;
        overflow: hidden;
        padding-top: 120px !important;

        .contentMob {
            display: flex;
            align-items: center;
            gap: 0;
            padding: 0 16px;
        }

        .boxi {
            display: flex;
            align-items: center;
            gap: 40px;
            flex-shrink: 0;
            padding: 0 20px;
        }

        .imageWrapper {
            width: 100%;
            max-width: 240px;
        }

        .timelineHeading {
            font-size: 20px;
        }

        .stickyMob {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
        }

        .timeline-area {
            position: absolute;
            bottom: -100px;
            left: 0;
            right: 0;
            padding: 0 20px;
        }

        .timeline-track {
            display: flex;
            justify-content: space-around;
            align-items: center;
            position: relative;
            height: 4px;
            margin: 0;
            border-radius: 30px;
            padding: 0 20px;
            background: var(--grey3);
        }

        .progress-bar {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #ff6b35, #ff8c42);
            transform: translateY(-50%);
            width: 0%;
            border-radius: 2px;
            box-shadow: 0 0 10px rgba(255, 107, 53, 0.5);
            width: 0;
        }

        .timeline-point {
            position: relative;
            z-index: 2;
            text-align: center;
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            top: -30px;
        }

        .point-label {
            font-size: 14px;
            color: var(--grey3);
            font-weight: 600;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }
    }

    .pgpJourneySection {
        padding: 0 !important;
    }

    .applicationTimeline {

        th:nth-child(2),
        td:nth-child(2) {
            width: unset;
        }


        th:first-child,
        td:first-child {
            width: 120px;
        }

        .table-scroll-wrapper {
            -webkit-overflow-scrolling: touch !important;
        }

        .table-scroll-wrapper::-webkit-scrollbar {
            height: 8px;
        }

        .table-scroll-wrapper::-webkit-scrollbar-track {
            background: #f5f5f5;
            border-radius: 4px;
        }

        .table-scroll-wrapper::-webkit-scrollbar-thumb {
            background: var(--grey18) !important;
            border-radius: 10px;
        }

        .table-scroll-wrapper::-webkit-scrollbar-thumb:hover {
            background: var(--grey3) !important;
        }

        .applicationDivi {
            overflow: auto;
        }

        .applicationDivi::-webkit-scrollbar-thumb {
            display: block;
        }

        .applicationTimelineTable {
            min-width: 1260px;
            margin-bottom: 10px;
        }

        .headingTable {
            padding: 12px 10px;
        }

        .timelineRow {
            padding: 8px 10px;
        }
    }


    .feeStructureSection {
        .feeStructureParent {
            overflow-x: scroll;
        }

        .feeStructureParent::-webkit-scrollbar-thumb {
            display: block;
            background: var(--grey3);
        }

        .feeStructureWrapper {
            flex-direction: column;
            gap: 60px;
        }


        .feeStructureLeft,
        .feeStructureRight {
            max-width: 100%;
        }

        .feeDivider {
            display: none;
        }

        .feeStructureTable {
            min-width: 670px;
        }

        .feeStructureRight .feeStructureTable {
            min-width: 450px;
        }
    }

    .travelSection {
        min-width: 100%;

        .worldFirst {
            padding-left: 16px !important;
        }

        .secondBelowImage {
            width: 100%;
            max-width: 183px;
        }

        .belowFirstImage {
            width: 100%;
            max-width: 240px;
        }

        .worldFirstBottom {
            display: flex;
            align-items: flex-end;
            gap: 16px;
        }

        .plainImage {
            width: 100%;
            max-width: 468px;
        }

        .placeDescription {
            font-size: 16px;
        }

        .travelHeading {
            color: var(--white);
            font-size: 24px;
        }

        .travelWrapper .travelHeading,
        .placeName {
            font-size: 24px;
        }

        .travelHeadingWrapper {
            display: flex;
            align-items: flex-start;
            gap: 4px;
            flex-direction: column;
        }

        .worldFirstUpper {
            display: flex;
            align-items: flex-start;
            gap: 24px;

            .worldFirst {
                position: relative;

                .firstNewSvg {
                    position: absolute;
                    top: 0%;
                    left: 58%;
                    scale: 1.1;
                }
            }
        }


        .travelCard {
            margin-top: 60px;
            z-index: 999;
        }

        .travelCard1 {
            margin-right: 100px;
        }

        .unique-horizontal-wrapper {
            height: unset;
            overflow: auto;
        }

        .placeName {
            font-size: 20px;
        }

        .placePara {
            font-size: 13px;
        }

        .worldFirst {
            position: relative;

            .firstNewSvg {
                position: absolute;
                top: 0%;
                left: 58%;
                scale: 1.1;
            }
        }

        .travelCard2 {
            .milanLeft {
                gap: 32px;
            }

            .placePara {
                font-size: 14px;
            }

            .rightImageFirst {
                max-width: 220px;

                img {
                    min-height: unset;
                }
            }

            .milanRight {
                max-width: 330px;
            }

            .lowerBoxi {
                max-width: 234px;

                img {
                    min-height: unset;
                }
            }

            .upperBoxi {
                max-width: 130px;

                img {
                    min-height: unset;
                }
            }

            .rightImageSecond {
                gap: 16px;
            }

            .secondNewSvg {
                left: 48%;
                top: 8%;
                z-index: -1;
                scale: 2.5;
            }
        }


        .travelCard3 {
            .singaporeImage1 {
                max-width: 320px;
            }

            .singaporeImage3 {
                max-width: 324px;
            }

            .thirdNewSvg {
                z-index: -1;
                top: 28%;
                left: 61%;
                scale: 1.4;
            }

        }

        .travelCard4 {
            gap: 16px;
            margin-right: 20px;

            .japanLeft {
                justify-content: unset;
            }

            .japanWrapper {
                gap: 16px;
            }

            .japanStudentImage {
                max-width: 220px;
            }

            .japanRight {
                max-width: 315px;
            }
        }

    }

    .graduatePrestigiousSection {
        background: var(--black);
        padding: 60px 0;
        border-block: 1px solid var(--black5);

        .container {
            padding: 0 8px !important;
        }

        .graduateWrapper {
            gap: 24px;
        }

        /* Section heading — shown on mobile, stacked with the serif italic line below */
        .graduateHeading {
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
            padding: 0 8px;
        }

        .graduateHeading .go-HighlightHeading {
            font: 22px/1.2 var(--go-regular);
            color: var(--white);

            .font-semibold {
                display: block;
                font: italic 400 24px/1.2 "Fraunces", serif;
                color: var(--white);
            }
        }

        .graduateSubHead {
            font-size: 14px;
            color: var(--grey18);
        }

        .remarkText {
            margin-left: 0;
            margin-top: 16px;
        }

        .degreeSectionParent {
            gap: 24px;
        }

        /* Card */
        .graduatePrestigiousWrapper {
            position: sticky;
            top: 6em;
            padding: 16px !important;
            gap: 18px;
            border: 1px solid var(--grey4);
            border-radius: 16px !important;
            width: 100%;
        }

        .graduatePrestigiousWrapper:nth-child(2),
        .graduatePrestigiousWrapper.graduateCurriculum {
            border-top: 1px solid var(--grey4);
            padding-top: 16px !important;
            border-radius: 16px !important;
        }

        .graduatePrestigiousWrapper.graduateBelowSticky {
            margin-top: 0;
        }

        .degreeUpperWrap {
            gap: 18px;
            width: 100%;
        }

        .degreeHeadingWrapper {
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
        }

        /* this wrapper only holds a .hide block — keep it out of the flex flow
           so it doesn't add a stray gap above the first card */
        .degreeSectionParent>.mob-visible {
            display: none;
        }

        .greyTag {
            padding: 5px 10px;
            font-size: 12px;
            line-height: 120%;
        }

        .degreeHeadingLeft .go-HighlightHeading {
            font: 22px/1.2 var(--go-regular);
            color: var(--black);
        }

        .degreePara {
            font-size: 14px;
        }

        .degreeImageWrapper {
            width: 100%;

            img {
                display: block;
                width: 100%;
                aspect-ratio: 342 / 224;
                object-fit: cover;
                border-radius: 8px;
            }
        }

        .degreeBelowWrap {
            flex-direction: column;
            gap: 18px;
            align-items: flex-start;
        }

        .degreeBelowWrap.portfolio {
            justify-content: flex-start;
        }

        .degreeLogoWrap {
            width: 100%;
            gap: 8px;
        }

        /* Logo / creator strips scroll horizontally instead of squashing */
        .degreeLogoDivi {
            width: 100%;
            gap: 16px;
            flex-wrap: nowrap;
            overflow-x: auto;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
        }

        .degreeLogoDivi::-webkit-scrollbar {
            display: none;
        }

        .logoDivi {
            flex: 0 0 auto;
        }

        /* Funded Startups: swap the static strip for an auto-scrolling marquee. */
        .degreeLogoDivi.logoDiviDesk {
            display: none;
        }

        .logoMarqueeMob {
            display: block;
            width: 100%;
            overflow: hidden;
            -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%);
        }

        .logoMarqueeTrack {
            display: flex;
            width: max-content;
            animation: logoMarqueeScroll 20s linear infinite;
            will-change: transform;
        }

        /* padding-right matches the inner gap, so one group is exactly one loop
           period and translating the track by -50% lands seamlessly. */
        .logoMarqueeGroup {
            display: flex;
            align-items: center;
            gap: 16px;
            padding-right: 16px;
        }

        .logoMarqueeGroup .logoDivi img {
            display: block;
            width: auto;
            max-height: 44px;
        }

        /* Creator cards are much wider than the logo tiles — tighter gap (matches
           the old .degreeLogoDivi.creator spacing) and a slower loop. */
        .logoMarqueeMob.creator .logoMarqueeGroup {
            gap: 7px;
            padding-right: 7px;
        }

        .logoMarqueeMob.creator .logoMarqueeTrack {
            animation-duration: 32s;
        }

        .degreeLogoDivi.creator {
            gap: 7px !important;
            overflow-x: auto;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
            flex-wrap: nowrap;

        }

        /* .degreeLogoDivi.creator{
            flex-direction: column;
            gap: 18px;
            align-items: flex-start;
        } */

        .LectureCreaterProfileCard {
            flex: 0 0 auto;
            max-width: unset;
            gap: 10px;

            img {
                width: 48px;
                min-width: 48px;
                height: 48px;
                border-radius: 100px;
                object-fit: cover;
            }
        }

        .LectureCreaterProfiledetails {
            white-space: nowrap;
        }

        .profileHeadingText {
            font-size: 16px;
            line-height: 120%;
        }

        .profileLightText {
            font-size: 13px;
            line-height: 120%;
        }

        .degreeListWrapper {
            flex-direction: column;
            gap: 20px;
            align-items: flex-start;
        }

        .degreeGradientHeading {
            font: italic 20px / 1.2 "Fraunces", serif;
        }

        .degreeHeading {
            font: normal 18px / 1.2 var(--go-regular);
        }

        .listNumber {
            max-width: 18px;
            max-height: 18px;
            font-size: 12px;
            line-height: 0;
        }

        .yellowArrow {
            max-width: 13px;
            max-height: 13px;
        }

        .degreeList .degreePara {
            font-size: 13px;
        }
    }

    .craftedMobileSection {
        background: var(--white);
        padding-top: 40px !important;

        .whiteCaution {
            padding: 8px 12px;
            width: 100%;
            border-radius: 8px;
            border: 1px solid transparent;
            background: linear-gradient(var(--white) 0 0) padding-box, var(--gradient) border-box;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 12px;

            p {
                font-size: 11px;
                line-height: 150%;
                font-family: var(--go-regular);
                color: var(--grey3);
            }
        }

        .craftedMobWrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 24px;
        }

        .cautionWrapper {
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 100%;
        }

        .cityWrapperMob {
            display: flex;
            flex-direction: column;
            width: 100%;
        }


        .accodianBelow {
            padding: 18px 12px;
            background: var(--white3);
            border-bottom: 1px solid var(--grey4);
            display: flex;
            align-items: flex-start;
            gap: 4px;
        }

        .imersionLogo {
            width: 100%;
            height: 100%;
            max-width: 20px;
            max-height: 20px;
        }

        .immersionBoxi {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            gap: 14px;
        }

        .termBtn.immersionTag {
            background: var(--grey4);
            font-family: var(--go-medium);
            color: var(--black);
            padding: 3px 10px;
            border-radius: 20px;
            background: var(--grey4);
            border: unset;
        }

        .placeName {
            font-size: 18px;
            line-height: 150%;
            font-family: var(--go-semibold);
            color: var(--black);
        }

        .imageBox>img {
            overflow: hidden;
            max-height: 535px;
            width: 100%;
            min-width: 100%;
        }

        .cityList {
            display: flex;
            align-items: center;
            gap: 12px;
            overflow: auto;
            position: sticky;
            top: 52px;
            background: white;
            z-index: 10;
            padding-block: 10px;
        }

        /* .contentMobile {
            margin-top: 12px;
        } */

        .cityContent {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
            width: 100%;
        }

        .ratioWrapper,
        .ratioBoxi,
        .rationNumBoxi {
            width: 100%;
            overflow: auto;
        }

        .ratioWrapper.jalandharLogos {
            .rationLogoBoxi:nth-child(3) {
                img {
                    max-width: 90px !important;
                }
            }
        }

        .ratioWrapper.jalandharLogos {
            .rationLogoBoxi:nth-child(4) {
                img {
                    max-width: 90px !important;
                }
            }
        }

        .ratioWrapper.mundraLogos {
            img {
                max-width: 100% !important;
            }
        }

        /* .ratioWrapper.mundraLogos {
            .rationLogoBoxi:nth-child(3) {
                img {
                    max-width: 56px !important;

                }

            }
        } */

        .rationLogoBoxi.DelhiImgMob {
            img {
                max-width: 95px !important;
            }
        }

        /* .ratioWrapper.lucknowLogo {
            .rationLogoBoxi:nth-child(2) {
                img {
                    max-width: 110px !important;
                }
            }

        } */

        .imageWrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 4px;
        }

        .termBtn {
            padding: 8px 20px;
            border-radius: 60px;
            justify-content: center;
            align-items: center;
            display: flex;
            border: 1px solid var(--black);
            font-size: 12px;
            line-height: 120%;
            width: fit-content;
            font-family: var(--go-regular);
            color: var(--black);
            transition: all 0.3s;
            min-width: 85px;
            cursor: pointer;
        }

        .termBtn.active {
            background: var(--black);
            color: var(--white);
        }

        .ratioWrapper {
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-items: flex-start;
            gap: 20px;
            overflow: auto;
        }

        .placePara {
            font-size: 13px;
            line-height: 150%;
            color: var(--black);
            font-family: var(--go-regular);
        }

        .ratioBoxi {
            width: 100%;
            padding-left: 12px;
            border-left: 2px solid #E38330;
            display: flex;
            align-items: center;
            min-height: 84px;
        }

        .rationLogoBoxi {
            img {
                max-width: 60px;
            }
        }

        .ratioPara {
            font-size: 13px;
            line-height: 150%;
            font-family: var(--go-regular);
            color: var(--grey3);
        }

        .ratioNumber {
            font-size: 30px;
            line-height: 120%;
            font-family: var(--go-medium);
            color: var(--black);
        }

        .rationNumBoxi {
            display: flex;
            align-items: center;
            gap: 24px;
            width: 100%;
        }

        .mumbaiWrapper .rationLogoBoxi:nth-child(1) {
            img {
                max-width: 100px !important;
            }
        }

        /* .mumbaiWrapper .rationLogoBoxi:nth-child(2) {
            img {
                max-width: 100px !important;
            }
        } */

        .mumbaiWrapper .rationLogoBoxi:nth-child(4) {
            img {
                max-width: 100px !important;
            }
        }

        .mumbaiWrapper .rationLogoBoxi:nth-child(5) {
            img {
                max-width: 100px !important;
            }
        }

        .mumbaiWrapper .rationLogoBoxi:nth-child(3) {
            img {
                max-width: 100px !important;
            }
        }

        /* .bengDivi .rationLogoBoxi:nth-child(1) {
            img {
                max-width: 100px !important;
            }
        } */

        .bengDivi .rationLogoBoxi:nth-child(2) {
            img {
                max-width: 100px !important;
            }
        }

        .bengDivi .rationLogoBoxi:nth-child(3) {
            img {
                max-width: 100px !important;
            }
        }

        .darjleeingBox .rationLogoBoxi:nth-child(3) {
            img {
                max-width: 100px !important;
            }
        }
    }

    .craftedMobileSection.hubRevamp {
        background: var(--white);
        padding-block: 60px !important;

        .whiteCaution {
            padding: 8px 12px;
            width: 100%;
            border-radius: 8px;
            border: 1px solid transparent;
            background: linear-gradient(var(--white) 0 0) padding-box, var(--gradient) border-box;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 12px;

            p {
                font-size: 11px;
                line-height: 150%;
                font-family: var(--go-regular);
                color: var(--grey3);
            }
        }

        .craftedMobWrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 24px;
            width: 100%;
        }

        .go-HighlightHeading {
            width: 100%;
            text-align: left;
            font-size: 22px;
            line-height: 120%;
            font-family: var(--go-regular);
            color: var(--black);

            .font-semibold {
                font-family: var(--go-semibold);
                font-weight: 600;
            }
        }

        .cautionWrapper {
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 100%;
        }

        .cityWrapperMob {
            display: flex;
            flex-direction: column;
            gap: 24px;
            width: 100%;
        }

        /* ---- hub tab rail ---- */
        .cityList {
            display: flex;
            align-items: stretch;
            gap: 8px;
            width: 100%;
            overflow-x: auto;
            overflow-y: hidden;
            scrollbar-width: none;
            -ms-overflow-style: none;
            position: sticky;
            top: 60px;
            background: var(--white);
            z-index: 10;
            padding-block: 10px;
        }

        .cityList::-webkit-scrollbar {
            display: none;
        }

        .termBtn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            flex-shrink: 0;
            width: fit-content;
            min-width: unset;
            padding: 9px;
            border-radius: 54px;
            border: 1px solid var(--grey4);
            background: var(--white);
            white-space: nowrap;
            transition: background 0.3s ease, border-color 0.3s ease;
        }

        .termBtn .stepNumeric {
            font-family: "Fraunces", serif;
            font-style: italic;
            font-weight: 400;
            font-size: 13px;
            line-height: 150%;
            color: #E38330;
        }

        .termBtn .hubTabName {
            font-family: var(--go-regular);
            font-size: 11px;
            line-height: 150%;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--black);
        }

        .termBtn.active {
            background: var(--black);
            border-color: var(--black);
        }

        .termBtn.active .hubTabName {
            font-family: var(--go-semibold);
            color: var(--white);
        }

        .contentMobile {
            width: 100%;
            overflow: visible;
        }

        /* ---- hub card ---- */
        .cityContent {
            display: none;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
            overflow: hidden;
            border-radius: 16px;
            border: 1px solid var(--grey4);
            background: var(--white);
            box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
        }

        .cityContent.active {
            display: flex;
            height: auto;
            opacity: 1;
        }

        .hubImageBox {
            position: relative;
            width: 100%;
            height: 200px;
            flex-shrink: 0;
        }

        .hubImageBox>img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hubTag {
            position: absolute;
            top: 12px;
            left: 12px;
            padding: 3px 10px;
            border-radius: 20px;
            background: var(--white);
            font-family: var(--go-regular);
            font-size: 12px;
            line-height: 120%;
            color: var(--black);
        }

        .hubDetailBox {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 24px;
            width: 100%;
            padding: 12px;
        }

        .hubTextBox {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
            width: 100%;
        }

        .hubTitleRow {
            display: flex;
            align-items: baseline;
            gap: 8px;
        }

        .hubNumeric {
            font-family: "Fraunces", serif;
            font-style: italic;
            font-weight: 400;
            font-size: 18px;
            line-height: 120%;
            color: #E38330;
        }

        .placeName {
            font-size: 18px;
            line-height: 120%;
            font-family: var(--go-semibold);
            color: var(--black);
        }

        .placePara {
            font-size: 14px;
            line-height: 150%;
            color: var(--black);
            font-family: var(--go-regular);
        }

        .hubLogosMob {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
        }

        .logoHeadingMob {
            font-size: 12px;
            line-height: 150%;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-family: var(--go-semibold);
            color: var(--black);
        }

        .hubLogoRow {
            display: flex;
            align-items: center;
            gap: 20px;
            width: 100%;
            margin-top: 12px;
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .hubLogoRow::-webkit-scrollbar {
            display: none;
        }

        .hubLogoBox {
            display: flex;
            align-items: center;
            flex-shrink: 0;
            /* height: 32px; */
        }

        .hubLogoBox img {
            width: auto;
            height: 100%;
            max-height: 50px;
            max-width: 90px;
            object-fit: contain;
        }
    }

    .feeProcess {
        #growingDiv {
            left: 33px;
            top: 0px;
            width: 4.1px;
        }


        .caution {
            align-items: flex-start;
        }

        .caution p {
            font-size: 10px;
        }

        .feeProcessContainer .rightSection::before {
            left: 4.6%;
        }

        #growingDiv2 {
            left: calc(9% - 3px) !important;
        }
    }

    .feeProcess {
        .feeProcessContainer .feeBox .body {
            padding: 16px 12px !important;
        }

        .detailsList .list li {
            margin-top: 2px;
        }


        .feeSectionMOb {
            display: flex;
            flex-direction: column;
            gap: 16px;
            align-items: flex-start;
        }

        .detailsList .subHeading {
            font-size: 18px;
        }

        .detailsList .list li {
            font-size: 13px;
        }

        .curriculumHead {
            font-size: 13px;
        }
    }

    .enrollmentSection {
        background: var(--black);

        .fourCards {
            grid-template-columns: 1fr;
            gap: 32px;
        }

        .gridCardBlack {
            display: none;
        }

        .threeCards {
            grid-template-columns: 1fr;
        }

        .gridCard {
            max-height: 100%;
        }

        .enrollOverlay {
            display: none;
        }

        .gridCard:hover {
            .lifeCardOverlay {
                opacity: unset;
                bottom: unset;
            }
        }


        .onhoverOverlay {
            opacity: 1 !important;
            gap: 12px;
            background: unset;
            bottom: 0 !important
        }

        .overlayMob {
            font-size: 13px;
        }

        .overlayText {
            font-size: 22px !important;
        }
    }

    .heroSection {
        padding-top: 60px !important;
        padding-bottom: 0 !important;
        max-height: 90vh !important;
        overflow: hidden;

        .heroSectionContent {
            width: 100%;
            padding: 0 12px;
            transform: translate(-50%, -20%);
            left: 50%;
            bottom: 0;
            display: flex;
            align-items: center;
            flex-direction: column;
            text-align: center;

            .go-HeroTitle {
                /* font: normal 30px / 1.2 var(--go-regular); */
                font-size: 30px;
            }
        }



        .go-HeroSubtitle {
            font: normal 14px / 1.5 var(--go-regular);
        }

        button {
            width: 100%;
        }

        .heroSectionImg {
            max-height: 100vh;
        }

        .go-HeroSubtitle {
            margin-top: 16px;
        }

        .heroSectionBtnWrap {
            margin-top: 24px;
            width: 100%;
            align-items: flex-start;
            gap: 12px;
            flex-direction: column;
            padding: 0 16px;

            a {
                width: 100%;
            }
        }
    }

    .programmeBreatherNew {
        padding: 40px 0 !important;

        .programmeHeading {
            margin-top: 0;
        }

        .programmeBreatherWrapper {
            gap: 20px;
            flex-direction: column;
        }

        .firstTbmBoxi {
            min-height: 113px !important;
        }

        .programmeBreatherRight {
            padding: 16px;
        }

        .boxiUpper {
            margin-top: 16px;
            min-height: unset;
        }

        .eligibilityBoxi {
            font-size: 10px;
        }


        .classText {
            font-size: 18px;
        }

        .classPara {
            font-size: 13px;
        }

        .firstBoxi {
            gap: 4px;
            min-height: unset;
        }

        .buttonsParent {
            margin-top: 24px;
            gap: 8px;
            flex-direction: column !important;


            a,
            button {
                width: 100%;
                font-size: 16px;

                svg {
                    max-width: 20px;
                }
            }
        }
    }

    .impactScroll {
        padding: 60px 0 !important;
        padding-bottom: 60px !important;

        .impactLeft {
            width: 100% !important;
        }

        .masterPlay>img {
            backdrop-filter: blur(2px);
            border-radius: 60px;
        }

        .impactHeadingWrapper {
            padding: 0 0 32px 0 !important;
        }


        .impactMobCard {
            display: flex;
            padding: 12px;
            background: var(--grey17);
            border: 1px solid var(--grey3);
            border-radius: 12px;
            flex-direction: column;
            gap: 24px;
            position: sticky;
            top: 7.5rem;
            min-height: 630px;
        }

        .impactMobCard:last-child {
            top: 7.8rem;
        }

        .mobImpactImage {
            overflow: hidden !important;
        }

        .circleNumber {
            max-height: 30px !important;
        }

        .impactLeftBoxInner {
            gap: 60px;
            margin-top: 60px;
            margin-top: 32px !important;
        }

        .pointerPara {
            font-size: 13px !important;
        }

        .techPointerChild {
            align-items: center;
        }

        .impactLeftBox {
            position: relative;
            padding-left: 0 !important;
        }

        .impactLeftBox::after {
            scale: 0.8;
            left: -10px;
            display: none;
        }

        .impactLeftBoxInner::before {
            left: 10px;
            display: none;
        }

        .ulListWrapper {
            margin-top: 12px !important;

            .appliedPara {
                font-size: 14px;
            }

            .poweredDivi>img {
                max-width: 16px;
            }

            .techPointersParent {
                gap: 5px !important;
            }
        }

        .impactButton {
            padding: 6px 12px !important;
            font-size: 12px !important;
            line-height: unset !important;
            font-family: var(--go-regular);
        }

        .impactLeftBoxInner {
            gap: 40px;
        }

        .impactLeftUpper {
            display: flex;
            flex-direction: column;
            gap: 8px !important;
            align-items: flex-start;
        }

        .poweredDivi {
            gap: 12px !important;
        }

        .circleNumberMob {
            width: 100%;
            height: 100%;
            max-width: 24px;
            max-height: 24px;
            align-items: center;
            padding: 7px;
            border: 1px solid #525252;
            border-radius: 60px;
            color: var(--white);
            font-family: var(--go-regular);
            font-size: 11px;
            display: flex;
            justify-content: center;
        }

    }

    .dsaiMasters {
        /* Hide scrollbar for webkit browsers */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */

        /* Hide scrollbar for webkit browsers */
        &::-webkit-scrollbar {
            display: none;
        }

        .newMasterBoxImg {
            min-width: 230px;

            .masterPlay img {
                max-width: 42px;
                max-height: 42px;
                bottom: 8px !important;
                right: 10px !important;
            }
        }


        .newMasterImgBox>img {
            min-height: 192px;
            border-radius: 8px 8px 0px 0px;
        }

        /* .dsaiMastersMobile .container {
            padding-right: 0 !important;
        } */


    }

    .theNewsSection {
        .newsHeadingWrapper {
            gap: 8px;
        }

        .newsCardsWrapper {
            padding-left: 16px;
        }

        .newsCard {
            min-width: 85%;
        }
    }

    .reachoutBreatherSection {
        .reachoutBreatherWrapper {
            flex-direction: column-reverse;
            gap: 20px;
            align-items: flex-start;
        }

        .reachoutLefti,
        .reachoutRight {
            max-width: 100%;
        }

        .reachoutLefti {
            padding: 20px;
            gap: 16px;
            max-height: 279px;
        }

        .go-BreatherHeading {
            padding-bottom: 16px;
        }

        .supportInfoWrapper {
            flex-direction: column;
            gap: 16px;
        }

        .supportDivi>img {
            max-width: 32px;
            max-height: 32px;
        }

        .supportcontentText,
        .supportBoxiText {
            font-size: 13px;
        }
    }

    .concentrationNew {
        padding-inline: 0 !important;
        padding-block: 60px !important;

        .coreWrapper .box {
            width: 100%;
        }
    }

    .weeklySection {

        .weeklyWrapper {
            gap: 24px;
        }

        .weeklyHeadingWrapper {
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
        }

        .weeklyImageWrapper>img {
            min-width: 1310px;
        }

        .weeklyImageWrapper {
            overflow-x: scroll;
            overflow-y: hidden;
        }

        .weeklyImageWrapper::-webkit-scrollbar-thumb {
            display: block !important;
            background: #737373 !important;
        }
    }

    .futureRecuiterSection {
        .futureRecuiterWrapper {
            flex-direction: column-reverse;
            gap: 24px;
        }

        .futureRightContent {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .futureRecuiterUpper {
            flex-direction: column-reverse;
            gap: 24px;
        }

        .futureUpperLefti,
        .futureUpperRight {
            max-width: 100%;
        }

        .futureUpperRight {
            display: flex;
            flex-direction: column;
            gap: 16px;
            align-items: flex-start;
        }

        .futureListItem>svg {
            max-width: 20px;
        }

        .listItemPara {
            font-size: 13px;
        }
    }



    .pgpDownloadPage.leadFormApplynow {
        .programmeGreyCard p {
            font-size: 12px;
        }

        .timerWrapperPgp {
            gap: 16px;
        }

        .gradientBold {
            font-size: 16px !important;
        }

        .dayText {
            font-size: 10px !important;
        }

        .craftedMobileSection {
            .cityList {
                top: 56px;
            }
        }
    }

}



@media (min-width: 320px) and (max-width: 390px) {

    html {
        zoom: 90%;
    }

    .feeProcess {
        #growingDiv {
            left: 7.9%;
            top: 26px;
            width: 4.1px;
        }
    }

}


@media (min-width: 1900px) {
    .bharatMapSection {
        .mapHeadingWrapper {
            margin-left: 18%;
            width: 70%;
        }

        .mapWrapper {
            max-height: 930px;
        }
    }

    .custom-dot.three {
        position: relative;
        left: -43px;
    }

    .custom-pin-spacer {
        height: 558vh !important;
    }

    .custom-dot.two {
        position: relative;
        left: -50px;
    }

    .custom-container {
        padding-bottom: 100px !important;
        max-height: 930px !important;

        .custom-imgWrapper {
            left: 40%;
        }

    }
}

@media (min-width: 1420px) and (max-width: 1440px) {
    .custom-pin-spacer {
        height: 673vh !important;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .custom-pin-spacer {
        height: 750vh !important;
    }

    .custom-imgWrapper {
        height: 325px !important;
    }
}

/* Inside the Cohort — PGP Bharat class snapshot (Figma: Component 93 / 27901:53139) */
.insideCohort {
    background: var(--black);
    border-bottom: 1px solid var(--grey15);
    padding: 80px 0;

    .insideCohortWrap {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .insideCohortHead {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 24px;
    }

    .insideCohortHeadLeft {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        max-width: 674px;
    }

    .insideCohortTitle {
        font-size: 30px;
        line-height: 120%;
        font-family: var(--go-regular);
        font-weight: 400;
        color: var(--white);
    }

    .insideCohortSubTxt {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey18);
    }

    .cohortPillList {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }

    .cohortPill {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 16px;
        border: 1px solid var(--white);
        border-radius: 60px;
        font-size: 18px;
        line-height: 120%;
        font-family: var(--go-regular);
        color: var(--white);
        white-space: nowrap;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .cohortPill.active {
        background: var(--white);
        font-family: var(--go-semibold);
        color: var(--black);
    }

    .cohortData {
        display: none;
    }

    .cohortData.active {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .cohortTabList {
        display: flex;
        align-items: center;
        max-width: 100%;
    }

    .cohortTab {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 16px;
        margin-bottom: 1px;
        border-bottom: 1px solid var(--grey3);
        font-size: 16px;
        line-height: 120%;
        font-family: var(--go-regular);
        color: var(--white);
        white-space: nowrap;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .cohortTab:nth-child(n+4) {
        padding: 8px 24px;
    }

    .cohortTab.active {
        margin-bottom: 0;
        border-bottom: 2px solid #E38330;
        font-family: var(--go-semibold);
    }

    .cohortPanel {
        display: none;
    }




    .cohortPanel.active {
        display: flex;
        align-items: center;
        gap: 56px;
        width: 100%;
        /* City panel's natural height (400px map + 32px padding + 2px border) — pinned so the
           card doesn't resize as tabs are switched. */
        min-height: 434px;
        padding: 16px 48px;
        background: var(--grey17);
        border: 1px solid var(--grey3);
        border-radius: 12px;
        overflow: hidden;
    }

    .cohortPanelLeft {
        display: flex;
        align-items: center;
        gap: 56px;
        min-width: 0;
    }

    .cohortMapImg {
        display: block;
        width: 359px;
        height: 400px;
        flex-shrink: 0;
    }

    .cohortDivider {
        width: 1px;
        height: 330px;
        background: rgba(255, 255, 255, 0.12);
        flex-shrink: 0;
    }

    /* Compass — laid out on the 428 x 386 canvas from the design, then scaled as a whole
       so every label keeps its designed offset from the centre point. */
    .cohortCompassBox {
        flex: 1 1 428px;
        max-width: 428px;
        min-width: 0;
        /* height: 386px; */
    }

    .cohortCompass {
        position: relative;
        width: 428px;
        /* height: 386px; */
        margin: 0 auto;
    }

    /* Sits inside the compass canvas so it scales with it at every breakpoint. */
    .cohortCompassNote {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        white-space: nowrap;
        font-family: var(--go-medium);
        font-size: 10px;
        line-height: 150%;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--grey4);
    }

    .cohortCompassNote strong {
        font-family: var(--go-bold);
        font-weight: 400;
        color: var(--white);
    }

    .cohortCompassAxis {
        position: absolute;
        display: block;
        width: 118.676px;
        height: 6.256px;
    }

    .cohortCompassAxis.horizontal {
        left: 134.105px;
        top: 193.809px;
        transform: translateY(-3.128px);
    }

    .cohortCompassAxis.vertical {
        left: 193.453px;
        top: 134.473px;
        transform-origin: 0 0;
        transform: translateX(3.128px) rotate(90deg);
    }

    .cohortCompassCore {
        position: absolute;
        display: block;
        left: 174.781px;
        top: 175.121px;
        width: 37.293px;
        height: 37.293px;
    }

    .cohortCompassDir {
        position: absolute;
        font-family: "JetBrains Mono", ui-monospace, monospace;
        font-size: 11.147px;
        line-height: 1.68;
        color: var(--white);
        text-transform: uppercase;
    }

    .cohortCompassDir.north {
        left: 189.961px;
        top: 116.195px;
    }

    .cohortCompassDir.south {
        left: 189.961px;
        top: 254.988px;
    }

    .cohortCompassDir.east {
        left: 259.43px;
        top: 184.406px;
    }

    .cohortCompassDir.west {
        left: 120.492px;
        top: 184.406px;
    }

    .cohortRegion {
        display: contents;
    }

    .cohortRegionValue {
        position: absolute;
        font-size: 42px;
        line-height: 120%;
        font-family: var(--go-semibold);
        color: var(--white);
        white-space: nowrap;
    }

    .cohortRegionLabel {
        position: absolute;
        font-size: 10px;
        line-height: 150%;
        letter-spacing: 1px;
        font-family: var(--go-semibold);
        color: #E38330;
        text-transform: uppercase;
    }

    .cohortRegion.north .cohortRegionValue {
        left: 169.016px;
        top: 44.313px;
    }

    .cohortRegion.north .cohortRegionLabel {
        left: 170.781px;
        top: 89px;
        width: 104px;
    }

    .cohortRegion.south .cohortRegionValue {
        left: 166.461px;
        top: 276.488px;
    }

    .cohortRegion.south .cohortRegionLabel {
        left: 168.781px;
        top: 321px;
        width: 98px;
    }

    .cohortRegion.west .cohortRegionValue {
        left: 35.055px;
        top: 161.254px;
    }

    .cohortRegion.west .cohortRegionLabel {
        left: 36.781px;
        top: 205px;
        width: 97px;
    }

    .cohortRegion.east .cohortRegionValue {
        left: 286.422px;
        top: 161.254px;
    }

    .cohortRegion.east .cohortRegionLabel {
        left: 288.781px;
        top: 205px;
        width: 104px;
    }

    .cohortDiversity {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 131px;
        flex-shrink: 0;
    }

    .cohortDiversityTitle {
        font-size: 18px;
        line-height: 120%;
        font-family: var(--go-medium);
        color: var(--white);
    }

    .cohortDiversityList {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .cohortDiversityItem {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .cohortDiversityItem+.cohortDiversityItem {
        padding-top: 7px;
        border-top: 1px solid var(--grey15);
    }

    .cohortDiversityValue {
        font-size: 36px;
        line-height: 120%;
        font-family: var(--go-semibold);
        color: var(--white);
    }

    .cohortDiversityLabel {
        font-size: 14px;
        line-height: 120%;
        font-family: var(--go-regular);
        color: var(--grey18);
    }

    /* Academic Background (Figma: Achedmic / 28485:22438) */
    .cohortAcademic {
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
    }

    .cohortAcademicGrid {
        display: flex;
        align-items: center;
        gap: 32px;
        width: 100%;
    }

    .cohortAcademicCol {
        flex: 1 0 0;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .cohortStat {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .cohortStatHead {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        font-size: 14px;
        line-height: 120%;
    }

    .cohortStatName {
        font-family: var(--go-medium);
        color: var(--grey4);
    }

    .cohortStatValue {
        font-family: var(--go-semibold);
        color: var(--white);
        white-space: nowrap;
    }

    .cohortStatTrack {
        width: 100%;
        height: 16px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        overflow: hidden;
    }

    .cohortStatFill {
        display: block;
        height: 16px;
        border-radius: 999px;
        /* Brand gradient; the design draws each bar's handle separately (96deg-127deg),
           which reads identically once every bar carries the full sweep. */
        background: linear-gradient(91deg, #39B5D7 -8.41%, #F7D544 45.91%, #E38330 99.74%), #FFF;
    }

    .cohortAcademicNote {
        max-width: 787px;
        font-size: 13px;
        line-height: 150%;
        font-family: var(--go-regular);
        color: var(--grey10);
    }

    /* Institutes Represented (Figma: Institutes / 28485:22486) */
    .cohortInstitutes {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
    }

    .cohortInstitutesCol {
        flex: 1 0 0;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .cohortInstitutesTitle {
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: var(--go-semibold);
        color: var(--white);
    }

    .cohortLogoGrid {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 8px;
        width: 100%;
    }

    .cohortLogoTile {
        flex: 0 0 calc((100% - 16px) / 3);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 55px;
        padding: 8px;
        background: var(--white);
        border-radius: 8px;
        /* Several logo boxes are drawn taller/wider than their tile; Figma clips them at
           the tile edge, and some sources have an opaque white ground that would
           otherwise bleed onto the dark panel. */
        overflow: hidden;
    }

    /* Cohort 2 lists its two groups stacked full-width rather than side by side. */
    .cohortInstitutes.stacked {
        flex-direction: column;
        gap: 24px;
    }

    .cohortInstitutes.stacked .cohortInstitutesCol {
        flex: none;
        width: 100%;
    }

    .cohortInstitutes.stacked .cohortLogoTile {
        flex: 0 0 calc((100% - 40px) / 6);
    }

    /* Each logo keeps the box and crop window it was given in the design — the inner
       <img> carries its own size/offset inline, so no rule sizes two logos alike. */
    .cohortLogoBox {
        position: relative;
        /* display: block; */
        flex-shrink: 0;
        overflow: hidden;
    }

    .cohortLogoBox img {
        position: absolute;
        /* display: block; */
        max-width: none;
    }

    /* Professional Profile (Figma: Proffesionals / 28485:22537) */
    .cohortRoles {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
    }

    .cohortRoleCard {
        flex: 0 0 calc((100% - 36px) / 3);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        height: 160px;
        padding: 25px;
        border: 1px solid var(--grey3);
        border-radius: 10px;


        border-color: transparent;
        background: linear-gradient(var(--black5) 0 0) padding-box, var(--gradient) border-box;

        svg path {
            fill: var(--white);
        }
    }



    .cohortRoleText {
        display: flex;
        flex-direction: column;
        gap: 8px;
        min-width: 0;
    }

    .cohortRoleValue {
        font-size: 42px;
        line-height: 120%;
        font-family: var(--go-semibold);
        color: var(--white);
        white-space: nowrap;
    }

    .cohortRoleLabel {
        font-size: 13px;
        line-height: 120%;
        font-family: var(--go-regular);
        color: var(--grey10);
    }

    .cohortRoleCard.highlight .cohortRoleLabel {
        font-family: var(--go-medium);
    }

    /* 32px icon slot; each glyph keeps its own exported size and inset, set inline. */
    .cohortRoleIcon {
        position: relative;
        display: block;
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }

    .cohortRoleIcon img {
        position: absolute;
        display: block;
        max-width: none;
    }

    /* Work Experience (Figma: Work / 28485:22584) */
    .cohortExperience {
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
    }

    .cohortExpBar {
        display: flex;
        align-items: stretch;
        width: 100%;
        height: 64px;
        border-radius: 8px;
        overflow: hidden;
    }

    /* Above 767px the bar is the exported horizontal image; the live segments are the
       mobile treatment (Figma: Work / 29043:9723) and stay hidden until then. */
    .cohortExpBar>.cohortExpSeg {
        display: none;
    }

    .cohortExpSeg {
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid var(--grey18);
        font-size: 18px;
        line-height: 120%;
        font-family: var(--go-semibold);
        color: var(--black);
    }

    /* The design outlines the trailing white segment on all four sides. */
    .cohortExpSeg.last {
        border: 1px solid var(--grey18);
    }

    .cohortExpBand1 {
        background: #C3F2FF;
    }

    .cohortExpBand2 {
        background: #FFC170;
    }

    .cohortExpBand3 {
        background: #FFF3BF;
    }

    .cohortExpBand4 {
        background: var(--white);
    }

    .cohortExpLegend {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
        row-gap: 16px;
        width: 100%;
        max-width: 787px;
    }

    .cohortExpLegendItem {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        line-height: 120%;
        font-family: var(--go-medium);
        color: var(--grey4);
    }

    .cohortExpDot {
        width: 20px;
        height: 20px;
        border-radius: 999px;
        flex-shrink: 0;
    }

    /* Domains (Figma: Domain / 28485:22620) — labels sit at their designed offsets on the
       512x352 chart canvas; below 600px they reflow into a legend under the donut. */
    .cohortDomain {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
    }

    .cohortDomainChart {
        position: relative;
        width: 512px;
        height: 352px;
        flex-shrink: 0;
    }

    .cohortDomainDonut {
        position: absolute;
        display: block;
        left: 91.92px;
        top: 56px;
        width: 277.025px;
        height: 276.892px;
    }

    .cohortDomainLabel {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .cohortDomainValueRow {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .cohortDomainDot {
        width: 16px;
        height: 16px;
        border-radius: 999px;
        flex-shrink: 0;
    }

    .cohortDomainValue {
        font-size: 18px;
        line-height: 120%;
        font-family: var(--go-semibold);
        color: var(--white);
        white-space: nowrap;
    }

    .cohortDomainCaption {
        font-size: 10px;
        line-height: 150%;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: var(--go-semibold);
        color: var(--white);
    }

    .cohortDomainLabel.entrepreneurship {
        left: 14px;
        top: 281px;
        width: 162px;
    }

    .cohortDomainLabel.entrepreneurship .cohortDomainDot {
        background: #F6C26B;
    }

    .cohortDomainLabel.operations {
        left: 293px;
        top: 13px;
        width: 141px;
    }

    .cohortDomainLabel.operations .cohortDomainDot {
        background: #ED8755;
    }

    .cohortDomainLabel.doctor {
        left: 199px;
        top: 0;
        width: 48px;
    }

    .cohortDomainLabel.doctor .cohortDomainDot {
        background: #A2C7CB;
    }

    .cohortDomainLabel.humanResource {
        left: 72px;
        top: 3px;
        width: 109px;
    }

    .cohortDomainLabel.humanResource .cohortDomainDot {
        background: #DF66BF;
    }

    .cohortDomainLabel.sales {
        left: 380.66px;
        top: 216.1px;
        width: 87.336px;
    }

    .cohortDomainLabel.sales .cohortDomainDot {
        background: #C3A0C4;
    }

    .cohortDomainLabel.finance {
        left: 390px;
        top: 131px;
        width: 101px;
    }

    .cohortDomainLabel.finance .cohortDomainDot {
        background: #8DDBA4;
    }

    .cohortDomainLabel.consulting {
        left: 22px;
        top: 56px;
        width: 81px;
    }

    .cohortDomainLabel.consulting .cohortDomainDot {
        background: #D7D7D7;
    }

    /* Cohort 2 centres its donut on the canvas rather than offsetting it left. */
    .cohortDomainDonut.centered {
        left: 118px;
        top: 38px;
        width: 277.002px;
        height: 277.004px;
    }

    .cohortDomainLabel.salesMarketing {
        left: 360px;
        top: 38px;
        width: 141px;
    }

    .cohortDomainLabel.salesMarketing .cohortDomainDot {
        background: #D1ABA2;
    }

    .cohortDomainLabel.businessManagement {
        left: 387px;
        top: 268px;
        width: 87.336px;
    }

    .cohortDomainLabel.businessManagement .cohortDomainDot {
        background: #C3A0C4;
    }

    .cohortDomainLabel.strategyOps {
        left: 36px;
        top: 64px;
        width: 81px;
    }

    .cohortDomainLabel.strategyOps .cohortDomainDot {
        background: #D7D7D7;
    }

    .cohortDomainLabel.specialisedDomains {
        left: 54px;
        top: 275px;
        width: 79px;
    }

    .cohortDomainLabel.specialisedDomains .cohortDomainDot {
        background: #F6C26B;
    }
}

@media (max-width: 1279px) {
    .insideCohort {
        .cohortPanel.active {
            padding: 16px 24px;
            gap: 32px;
            justify-content: center;
        }

        .cohortPanelLeft {
            gap: 32px;
        }

        .cohortMapImg {
            width: 300px;
            height: 334px;
        }

        .cohortCompassBox {
            flex: 0 0 auto;
            width: 342px;
            max-width: 342px;
            height: 309px;
        }

        .cohortCompass {
            transform: scale(0.8);
            transform-origin: 0 0;
            margin: 0;
        }

        .cohortDivider {
            height: 300px;
        }
    }
}

@media (max-width: 1023px) {
    .insideCohort {
        .cohortTabList {
            overflow-x: auto;
            scrollbar-width: none;
        }

        .cohortTabList::-webkit-scrollbar {
            display: none;
        }

        .cohortPanel.active {
            flex-direction: column;
            align-items: center;
            gap: 24px;
            padding: 24px 16px;
        }

        .cohortPanelLeft {
            flex-direction: column;
            align-items: center;
            gap: 24px;
            width: 100%;
        }

        .cohortMapImg {
            width: 100%;
            max-width: 359px;
            height: auto;
        }

        .cohortDivider {
            width: 100%;
            height: 1px;
        }

        .cohortCompassBox {
            flex: 0 0 auto;
            width: 428px;
            max-width: 100%;
            height: 386px;
        }

        .cohortCompass {
            transform: none;
            margin: 0 auto;
        }

        .cohortDiversity {
            width: 100%;
        }

        .cohortDiversityList {
            flex-direction: row;
            gap: 16px;
        }

        .cohortDiversityItem {
            flex: 1;
        }

        .cohortDiversityItem+.cohortDiversityItem {
            padding-top: 0;
            padding-left: 16px;
            border-top: none;
            border-left: 1px solid var(--grey15);
        }

        .cohortLogoTile {
            flex: 0 0 calc((100% - 8px) / 2);
        }

        .cohortInstitutes.stacked .cohortLogoTile {
            flex: 0 0 calc((100% - 24px) / 4);
        }

        .cohortRoleCard {
            flex: 0 0 calc((100% - 18px) / 2);
        }
    }
}

@media (max-width: 767px) {
    .insideCohort {
        padding: 48px 0;

        .insideCohortHead {
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
        }

        .insideCohortTitle {
            font-size: 24px;
        }

        .insideCohortSubTxt {
            font-size: 14px;
        }

        .cohortPill {
            font-size: 16px;
        }

        .cohortTab,
        .cohortTab:nth-child(n+4) {
            padding: 8px 12px;
            font-size: 14px;
        }

        .cohortCompassBox {
            width: 308px;
            height: 278px;
        }

        .cohortCompass {
            transform: scale(0.72);
            transform-origin: 0 0;
            margin: 0;
        }

        /* Class Diversity (Figma: 29030:9354) — a single row of four stats
           spread edge to edge with no rules between them. The label cap wraps
           the two-word labels onto a second line, as the design shows. */
        .cohortDiversity {
            gap: 16px;
        }

        .cohortDiversityTitle {
            font-size: 16px;
        }

        .cohortDiversityList {
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: flex-start;
            justify-content: space-between;
            gap: 12px;
        }

        .cohortDiversityItem {
            flex: 0 1 auto;
        }

        .cohortDiversityItem+.cohortDiversityItem {
            padding-top: 0;
            padding-left: 0;
            border-top: none;
            border-left: none;
        }

        .cohortDiversityValue {
            font-size: 28px;
            white-space: nowrap;
        }

        .cohortDiversityLabel {
            max-width: 62px;
            font-family: var(--go-medium);
            color: var(--grey4);
        }

        .cohortAcademic {
            gap: 24px;
        }

        .cohortAcademicGrid {
            flex-direction: column;
            align-items: stretch;
            gap: 18px;
        }

        .cohortStatHead {
            font-size: 13px;
        }

        .cohortAcademicNote {
            font-size: 12px;
        }

        .cohortInstitutes {
            flex-direction: column;
            gap: 24px;
        }

        .cohortInstitutes.stacked .cohortLogoTile {
            flex: 0 0 calc((100% - 8px) / 2);
        }

        /* The bar stands up on mobile: bands stack top-to-bottom and each legend row
           takes the same flex-grow as its band, so the two columns stay in step. */
        .cohortExperience {
            flex-direction: row;
            align-items: stretch;
            gap: 24px;
            height: 544px;
        }

        .cohortExpBar {
            flex: 0 0 71px;
            flex-direction: column;
            width: 71px;
            height: 100%;
        }

        .cohortExpBar>img {
            display: none;
        }

        /* flex-grow comes inline from the designed band heights. */
        .cohortExpBar>.cohortExpSeg {
            display: flex;
            flex-basis: 0;
            min-height: 0;
        }

        .cohortExpLegend {
            display: flex;
            flex-direction: column;
            column-gap: 0;
            row-gap: 0;
            max-width: none;
            height: 100%;
        }

        .cohortExpLegendItem {
            flex-basis: 0;
            min-height: 0;
            font-size: 12px;
        }
    }
}

/* Two role cards per row stop fitting their value + label + icon below this, and the
   512px domain canvas stops fitting the panel — scaling it down would push the 10px
   captions below legibility, so the donut labels reflow into a legend instead. */
@media (max-width: 600px) {
    .insideCohort {
        .cohortRoleCard {
            flex: 0 0 100%;
            height: 132px;
            padding: 20px;
        }

        .cohortRoleValue {
            font-size: 36px;
        }

        .cohortDomainChart {
            position: static;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 24px;
            width: 100%;
            height: auto;
        }

        /* These two must out-specify the per-domain position rules, which carry an extra
           class each — otherwise their fixed left/top/width survive the reflow. */
        .cohortDomainDonut,
        .cohortDomainDonut.centered {
            position: static;
            left: auto;
            top: auto;
            width: 100%;
            max-width: 240px;
            height: auto;
        }

        .cohortDomainLegend {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
            width: 100%;
        }

        .cohortDomainLegend .cohortDomainLabel {
            position: static;
            left: auto;
            top: auto;
            width: auto;
        }
    }
}

/* Below this the widest logo box (154px) no longer clears a half-width tile, so the
   grid drops to one tile per row rather than cropping the wordmarks. */
@media (max-width: 479px) {
    .insideCohort {


        .cohortInstitutes.stacked .cohortLogoTile {
            flex: 0 0 100%;
        }
    }
}

@media (max-width: 400px) {
    .insideCohort {
        .cohortCompassBox {
            width: 248px;
            height: 278px;
        }

        .cohortCompass {
            transform: scale(0.58);
        }
    }
}

/* "Meet the Cohort" header row — below the 1240px design width the three
   blocks can no longer sit on one line at their Figma sizes, so the quote box
   drops under the heading + photo pair, then the pair itself stacks. */
@media (max-width: 1023px) {
    .classprofile {
        .newClassWrapper {
            flex-wrap: wrap;
            align-items: flex-start;
        }

        .classHeadImgWrap {
            flex: 1 1 100%;
            max-width: 100%;
        }

        .newclassRight {
            flex: 1 1 100%;
            max-width: 100%;
            align-self: stretch;
        }

        .informationWrapper {
            max-width: 100%;
        }
    }
}

@media (max-width: 767px) {
    .classprofile {
        margin-bottom: 40px !important;

        .classHeadImgWrap {
            flex-direction: column;
            gap: 24px;
        }

        .newclassLeft,
        .masterImage.ugClassMid {
            flex: 1 1 auto;
            max-width: 100%;
        }

        .informationWrapper {
            gap: 16px;
        }

        .greybox::after {
            right: 12px;
            bottom: 12px;
            width: 52px;
            height: 41px;
        }
    }

    .techDsaiHomePage.dsaiRedesign {
        & .classprofile {
            .cohordLi {
                padding: 0 12px 12px 0px;
                flex: unset !important;
                align-items: center;
            }
        }
    }
}

@keyframes logoMarqueeScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .logoMarqueeTrack {
        animation: none;
    }
}