.workwithus {
    .highlightsec {
        background: var(--black);
        padding: 60px 0 58px;

        .heroWrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
        }

        .left {
            width: 50%;
        }

        .pagelocation {
            display: none;
            gap: 6px;
            /* display: flex
  ; */
            list-style-type: none;
        }

        .programmeHeading {
            color: var(--white);
            font-size: 2.625rem;
            font-family: "go-extrabold";
            line-height: 130%;
            /* text-transform: capitalize; */
            /* margin-top: 40px; */
        }

        .heroSubheading {
            font-size: 1.125rem;
            font-weight: 400;
            line-height: 160%;
            font-family: var(--go-regular);
            color: #b3b3b3;
            margin-top: 24px;
        }
    }

    .mt-60{
        margin-top: 60px;
    }

    .heroWrapper .heroright {
        width: fit-content;
        z-index: 100;
        position: relative;
    }
    .heroWrapper .heroright::after {
        content: "";
        position: absolute;
        background: url("https://files.mastersunion.link/resources/svg/cardoutline.svg");
       
        background-repeat: no-repeat;
        z-index: -1;
     
        transform: rotate(-1deg);
        width: 101%;
        height: 113%;
        left: 0%;
        top: -5%;
        scale: 1.04;
    }
    .gradientButton.whiteHover button {
        background: var(--white);
        color: var(--black);
    }

    .gradientUnderline::after {
        content: "";
        position: absolute;
        bottom: -60%;
        left: 0;
        width: 100%;
        background: url(https://files.mastersunion.link/resources/svg/degreeSection.svg);
        background-repeat: no-repeat;
        height: 100%;
        z-index: -1;
    }

    .gradientButton button {
        position: relative;
        border: none;
        background: var(--black);
        overflow: hidden;
        cursor: pointer;
        z-index: 1;
        transition: 0.4s ease-in;
        width: 100%;
    }

    .gradientButton.active button,
    .gradientButton:hover button {
        color: var(--black);
        transition: 0.4s ease-in;
    }

    .gradientButton.active button::after,
    .gradientButton:hover button::after {
        width: calc(100% + 20px);
        scale: 2;
        /* height: calc(100% + 100%); */
        left: -10px;
        border-radius: 40px;
        transition: 0.4s ease-in;
        opacity: 1;
    }

    .gradientButton button::after {
        content: '';
        position: absolute;
        left: 33%;
        bottom: -50px;
        width: 40%;
        height: 90px;
        border-radius: 50%;
        background: var(--white);
        transition: 0.4s ease-in;
        z-index: -1;
        opacity: 0;
    }

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

    .button {
        color: var(--white);
        text-align: center;
        font-family: 'go-semibold';
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding: 16px 24px;
        border: 1px solid var(--white);
        background: transparent;
        border-radius: 54px;
        cursor: pointer;
    }

    .gradientButton {
        cursor: pointer;
        padding: 1px;
        position: relative;
        max-width: max-content;
        display: inline-block;
        z-index: 1;
    }
    .mt40{
        margin-top: 40px;
    }

    .gradientButton::before {
        content: "";
        background: linear-gradient(102deg, #39B6D8 0%, #F7D344 50%, #E38330 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 35px;
    }

    .gradientUnderline{
        position: relative;
        z-index: 11;
    }
 

    /* end of hero section */

    .journeyPart {
        background: var(--white3);
        padding: 80px 0;

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

        .headingSmall {
            font: 0.875rem "go-regular";
            line-height: 160%;
            color: var(--grey9);
            margin-top: 10px;
        }

        .headingSmall {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            font-size: 12px !important;
            font-family: "go-semibold" !important;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--grey10) !important;
            margin-bottom: 8px;
        }

        .starImg {
            width: 14px;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: "go-bold";
            font-weight: 700;
        }

        .medileft {
            width: 42%;
        }

        .subheadingText {
            font: 0.875rem "go-regular";
            line-height: 160%;
            color: var(--grey9);
            margin-top: 10px;
        }

        .black-medium {
            font-family: "go-semibold";
            color: var(--black);
        }

        .mediright {
            max-width: 538px;
            width: 100%;
        }

        .medicalWrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

        .gradientUnderline::after {
            content: "";
            position: absolute;
            bottom: -72%;
            left: 0%;
            width: 110%;
            background: url(https://files.mastersunion.link/resources/svg/longgradientLine.svg);
            background-repeat: no-repeat;
            height: 100%;
            z-index: -1;
        }

        .gradientUnderline::after {
            bottom: -54%;
        }
    }

    /* End of journey section */

    .newclass {}

    /*  */

    /* Mission try */

    .mission {
        position: relative;
        height: 200vh;
        display: block;
        background-color: var(--white);
        transition: 0.4s ease-in;
        padding: 80px 0;
    }

    .opacity05 {
        opacity: 0.5;
    }

    .absoluteBanner {
        position: absolute;
        width: 45%;
        right: 50px;
        top: 0;
    }

    .mission.darkTheme {
        background-color: var(--black3);
        transition: 0.4s ease-in;
    }

    .storiesTag.new {
        font: 14px "go-medium";
        color: var(--black) !important;
    }

    .missionButtonWrap {
        position: relative;
        max-width: max-content;
        margin: 0 auto;
        border: 2px solid transparent;
        background: linear-gradient(var(--white) 0 0) padding-box,
            var(--gradient) border-box;
        border-radius: 25px;
        overflow: hidden;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: sticky;
        top: 25%;
        z-index: 9;
        transition: 0.4s ease-in;
    }

    .missionButtonWrap::before {
        content: "";
        background: var(--gradient2);
        height: 100%;
        max-width: 50%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.4s ease-in;
        z-index: -1;
        border-radius: 25px;
    }

    .missionButtonWrap.active {
        background: linear-gradient(var(--black3) 0 0) padding-box,
            var(--gradient) border-box;
        transition: 0.4s ease-in;
    }

    .missionButtonWrap.active {
        background: linear-gradient(var(--black3) 0 0) padding-box,
            var(--gradient) border-box;
        transition: 0.4s ease-in;
    }

    .missionButtonWrap.hidden {
        visibility: hidden;
        opacity: 0;
        transition: 0.4s ease-in;
    }

    .missionButtonWrap.active::before {
        left: 50%;
        transition: 0.4s ease-in;
    }

    .missionBtn:first-child {
        color: var(--white);
    }

    .missionBtn {
        color: var(--black);
        padding: 12px 30px;
        background: transparent;
        outline: none;
        border: none;
        box-shadow: none;
        border-radius: 25px;
        cursor: pointer;

        font-family: var(--go-medium);
        font-size: 0.813rem;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.65px;
        text-transform: uppercase;
    }

    .missionFlex {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 25px;
        margin-top: 40px;
    }

    .missionLeft,
    .missionCenter,
    .missionRight {
        max-width: calc(33.3% - 18px);
        width: 100%;
    }

    .missionRight.black {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-self: end;
        justify-content: flex-start;
    }

    .missionRight.black .gradientText {
        font: 15px "go-medium";
        align-self: flex-start;
    }

    .mission.darkTheme .missionHeading {
        color: var(--white);
    }

    .missionLeft .missionHeading {
        color: var(--black);
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        font-family: "go-regular";
    }

    .edubox .teachingVideoWrapper {
        margin-top: 30px;
        gap: 20px;
    }

    .font-bold {
        font-family: "go-bold";
    }

    .mission.darkTheme .missionText {
        color: var(--grey10);
    }

    .fixedMission .lightMuVector::after {
        height: 100%;
        bottom: -63%;
    }

    .missionLeft .missionText {
        margin-top: 20px;
        color: var(--grey15);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        font-family: var(--go-regular);
    }

    .missionCenter>img {
        width: 100%;
    }

    .missionRight {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .missionRight ul {
        padding: 0;
        list-style: none;
    }

    .nohover {
        display: block;
        opacity: 1;
    }

    .onhover {
        display: none;
        opacity: 0;
    }

    .educationGroup:hover .onhover {
        display: block;
        opacity: 1;
    }

    .educationGroup:hover .nohover {
        display: none;
        opacity: 0;
    }

    .mission.darkTheme .missionRight li {
        color: var(--white);
        border-color: var(--black5);
    }

    .missionRight li {
        color: var(--grey15);
        font-size: 0.938rem;
        font-family: var(--go-regular);
        font-weight: 500;
        line-height: 160%;
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
        gap: 8px;
    }

    .missionRight li:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--grey4);
    }

    .fixedMission {
        position: sticky;
        top: 35%;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease-in;
    }

    .headingSmall {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        font-size: 12px !important;
        font-family: "go-semibold" !important;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--grey10) !important;
        margin-bottom: 8px;
    }

    .gradientText {
        font: 15px "go-medium";
        align-self: flex-start;
    }

    .gradientText {
        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;
        font-size: 55px;
        line-height: 18px;
        position: relative;
        font-family: "go-medium";
    }

    .fixedMission.active {
        opacity: 1;
        visibility: visible;
        transition: 0.4s ease-in;
    }

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

    .tabs {
        padding: 16px 30px;
        width: 100%;
        background: var(--black);
        display: flex;
        align-items: center;
        gap: 60px;
        justify-content: space-around;
        border-radius: 16px;
    }

    .tabs li {
        font: 0.875rem "go-medium";
        color: var(--grey6);
    }

    .tabs 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";
    }

    .content-section {
        position: relative;
        overflow: hidden;
    }

    .opportunityWrapper {
        display: flex;
        display: flex;
        align-items: inherit;
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 30px;
        justify-content: flex-start;

        .masterBox {
            position: relative;
            max-width: 232px;
            width: 100%;
            display: block;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .masterImage {
            width: 100%;
            position: relative;
            line-height: 0;
            border-radius: 8px;
            overflow: hidden;
        }

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

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

        .recruitersTeaching {
            font-size: 12px;
            line-height: 120%;
            color: var(--grey3);
            font-family: var(--go-regular);
            border-bottom: 2px solid var(--grey4);
            width: 100%;
            padding-bottom: 6px;
            min-height: 36px;
        }

        .recruitersPrev {
            font-size: 12px;
            line-height: 120%;
            color: var(--grey3);
            font-family: var(--go-regular);
            width: 100%;
        }

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

    /* Mission try End  */

    .newclass {
        background: var(--white);
        padding: 80px 0;

        .newClassWrapper {
            display: flex;
            justify-content: space-between;
            gap: 60px;
        }

        .newclassLeft {
            max-width: 301px;
            width: 100%;
        }

        .newclassRight {
            align-self: flex-end;
            display: flex;
            gap: 20px;
            align-items: flex-end;
        }

        .greybox {
            padding: 30px 20px 30px 30px;
            height: fit-content;
            max-width: 540px;
            border-radius: 16px;
            background: #f4f4f4;
        }

        .contentHeadWrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: "go-bold";
            font-weight: 700;
        }

        .textGroup h5 {
            font: 1.25rem "go-bold";
            color: var(--black);
        }

        .textGroup h4 {
            font: 0.875rem "go-semibold";
            color: var(--grey13);
        }

        .contentWrapper p {
            font: 0.75rem "go-regular";
            line-height: 160%;
            color: var(--grey13);
            margin-top: 15px;
        }
    }

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

        .ourteambanner {
            padding: 30px 50px;
            border-radius: 16px;
            background: url(https://files.mastersunion.link/resources/img/ourTeamBanner.png) var(--white);
            box-shadow: 0px 0px 36px 2px rgba(192, 192, 192, 0.25);
            background-repeat: no-repeat;
            padding: 40px 50px;
            background-position: 90% 0%;
            position: relative;
        }

        .teamContentWrap {
            display: flex;
            flex-direction: column;
            gap: 30px;
            width: 40%;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: "go-bold";
            font-weight: 700;
        }
    }

    /* journeyStarts */
    .journeyStarts {
        padding: 50px 0;
        position: relative;
        background: url(https://files.mastersunion.link/resources/img/MasterJourney.webp),
            var(--white);
        background-size: cover;
        background-position: left top;
        background-repeat: no-repeat;
        transition: 0.4s ease-in;

        .go-HighlightHeading {
            font: normal 30px / 1.2 var(--go-regular);
            text-align: center;
        }

        .floatingLinksBox {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            max-width: 650px;
            width: 100%;
            flex-wrap: wrap;
            margin: 0 auto;
            padding: 40px;
            background: var(--white);
            border-radius: 15px;
            box-shadow: 0px 0px 36px 2px rgba(192, 192, 192, 0.25);
            transition: 0.4s ease-in;
            position: relative;
            left: 0%;
            top: 0;
            margin-top: 20px;
        }
    }

    /*  Meida Query  */
    @media (max-width: 767px) {
        .mobHide {
            display: none;
        }

        .highlightsec {
            padding-bottom: 70px !important;

            .programmeHeading {
                font-size: 1.75rem;
                margin-top: 30px;
            }

            .heroWrapper {
                flex-direction: column;
                margin-top: 30px;
                gap: 30px;
                justify-content: space-between;
                align-items: flex-start;
            }

            .container {
                max-width: 100%;
                width: 100%;
                padding: 0 16px;
            }

            .left {
                width: unset;
            }

            .heroSubheading {
                font-size: 1rem;
            }

            .masterImage>img {
                width: 100%;
                max-width: 474px;
            }
        }

        /* End of hero section  */

        .journeyPart {
            padding: 60px 0 !important;

            .medileft {
                width: 100%;
            }

            .headingSmall {
                letter-spacing: 2px;
                font: 0.625rem "go-medium" !important;
                gap: 6px;
                color: var(--grey10) !important;
                margin-bottom: 8px;
            }

            .sectionHeading {
                font: 1.25rem "go-bold";
                color: var(--grey17);
            }

            .mediright.mob-visible {
                padding: 20px 0 10px;
            }

        }

        /* End of journey part */

        .mission {
            padding: 60px 0 !important;

            .fixedMission {
                top: 0;
            }

            .missionButtonWrap {
                top: 13%;
            }

            .flexbox {
                flex-direction: column;
                gap: 30px;
            }

            .missionHeading {
                color: var(--black);
                font-size: 1.6rem;
            }

            .missionLeft,
            .missionCenter,
            .missionRight {
                max-width: 100%;
                width: 100%;
            }
        }

        /* End of mission */

        .newclass {
            .headingSmall {
                letter-spacing: 2px;
                font: 0.625rem "go-medium" !important;
                gap: 6px;
                color: var(--grey10) !important;
                margin-bottom: 8px;
            }

            .sectionHeading {
                font: 1.25rem "go-bold";
                color: var(--grey17);
            }

            .newClassWrapper {
                flex-wrap: wrap;
                gap: 20px !important;
            }

            .newclassRight {
                flex-wrap: wrap;
            }

            .wd-50 {
                width: 100%;
            }

            .contentWrapper {
                display: flex;
                flex-direction: column-reverse;
                gap: 20px;
            }

            .greybox {
                padding: 15px;
            }

            .textGroup h5 {
                font: 1rem "go-bold";
                text-transform: capitalize;
                color: var(--black);
            }

            .textGroup {
                gap: 5px;
            }

            .textGroup h4 {
                font: 0.875rem "go-semibold";
                color: var(--grey13);
            }

            .navigationWrapper {
                overflow-x: scroll;
                width: 100%;
                border-radius: 6px;
            }

            .navigationWrapper ul {
                padding: 12px;
                gap: 30px;
                justify-content: space-around;
                align-items: center;
                overflow: auto;
            }

            .mt-60 {
                margin-top: 60px;
            }

            .tabs li {
                min-width: max-content;
                font-size: 0.75rem;
                line-height: 120%;
            }

            .opportunityWrapper {
                max-width: 100%;
                overflow: auto;
                gap: 20px;
                flex-wrap: nowrap;
            }

            .masterBox {
                max-width: 100%;
                min-width: 250px;
                min-height: 235px;
            }

            /* end of newclass  */
        }

        .joinOurTeam {

            padding: 20px 0 !important;

            .ourteambanner {
                padding: 30px 20px;
                min-height: auto;
                /* min-height: 378px; */
                background: url(https://files.mastersunion.link/resources/svg/workBanner.svg) var(--white);
                background-repeat: no-repeat;
                background-position: bottom;
                background-size: contain;
            }

            .container {
                max-width: 100%;
                width: 100%;
                padding: 0 16px;
            }

            .teamContentWrap {
                width: 100%;
                gap: 15px;
            }

            .headingWrap {
                position: relative;
                gap: 0;
            }

            .sectionHeading {
                font: 1.25rem "go-bold";
                color: var(--grey17);
            }

            .bannerMob-Image {
                position: relative;
                bottom: -30px;
            }


        }

        /* end of gradientMuBg  */

        /*  End of media query */
    }
}