.becomeamaster {

    .iconButton svg {
        width: 20px;
    }

    .mt5 {
        margin-top: 5px;
    }

    .mt10 {
        margin-top: 10px !important;
    }

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

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

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

    .mt40 {
        margin-top: 40px;
    }

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


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

        .heroLeft {
            width: 100%;
            max-width: 80%;
        }

        .right {
            width: 100%;
            max-width: 40%;
        }

        .heroright {
            width: fit-content;
            z-index: 100;
            position: relative;
        }

        .heroright .masterImage>img {
            width: 100%;
            max-width: 454px;
            min-width: 454px;
            max-height: 300px;
        }

        .heroWrapper .heroright::after {
            content: "";
            position: absolute;
            width: 106%;
            height: 337px;
            background: url(https://files.mastersunion.link/resources/svg/cardoutline.svg);
            left: -3%;
            background-repeat: no-repeat;
            z-index: -1;
            top: -15%;
            transform: rotate(-1deg);
        }

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

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

        .heroSubHeading {
            margin-top: 24px;
            font-size: 16px;
            line-height: 160%;
            color: var(--grey5);
        }
    }

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

        .headingWrap {
            margin-bottom: 25px;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

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

        .headingSmall>img {
            width: 14px;
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
            filter: brightness(3.7);
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
            color: var(--black);
        }

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

        .boxwrapperLeft {
            width: 100%;
            max-width: 50%;
        }

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

        .masterlistContent {
            display: flex;
            gap: 25px;
            align-items: flex-start;
        }

        .contentWrap {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-top: 0;
        }

        .contentWrap h5 {
            font: 1.125rem "go-semibold";
            line-height: 140%;
            color: var(--black);
        }

        .contentWrap p {
            font: 0.875rem "go-regular";
            line-height: 160%;
            color: var(--grey9);
        }

        .boxwrapperRight {
            width: 100%;
            max-width: 40%;

        }
    }

    .highlightBanner {
        background: url(https://files.mastersunion.link/resources/svg/requriterBg.svg), var(--white);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0;

        .boxWrapper {
            display: flex;
            justify-content: center;
            width: 90%;
            gap: 30px;
            margin-left: 3%;
        }

        .box {
            width: 30%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .bannerText {
            font-size: 5rem;
            font-family: "go-medium";
            line-height: 103%;
            color: var(--black);
        }

        .arithmeticSign {
            background: var(--masters-union-gradients-1, linear-gradient(162deg, #39b6d8 0%, #f7d344 50%, #e38330 100%));
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 3.2rem;
            margin-left: 5px;
        }

        .bannersubTxt {
            font-size: 0.875rem;
            margin-top: 10px;
            color: var(--grey);
            font-family: "go-regular";
        }
    }

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

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

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

        .headingSmall>img {
            width: 14px;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
            color: var(--black);
        }

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

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

        .navText {
            font: 0.875rem "go-medium";
            color: var(--grey6);
            list-style: none;
            display: block;
            cursor: pointer;
            transition: 0.5s ease-in-out;
        }

        .navText:hover {
            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";
        }

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

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

        .tabLeft {
            width: 100%;
            max-width: 616px;
        }

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

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

        .contentWrap {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-top: 0;
        }

        .navListContent {
            display: flex;
            align-items: flex-start;
            gap: 25px;
        }

        .contentWrap h5 {
            font: 1.125rem "go-semibold";
            line-height: 140%;
            color: var(--black);
        }

        .vectorOnWhite {
            position: relative;
            z-index: 1;
        }

        .vectorOnWhite::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/media/img/ugPsychology/vectorOnWhite.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
        }

        .tabLeft {
            padding-left: 20px;
        }



        .contentWrap p {
            font: 0.875rem "go-regular";
            line-height: 160%;
            color: var(--grey9);
        }
    }

    .mastersunionPart {
        padding: 80px 0px;
        background: url(https://files.mastersunion.link/resources/img/oppertunityBG.webp), var(--black);
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: left;

        .masterWrapper {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
            color: var(--white);
        }

        .applyleft {
            width: 100%;
            max-width: 35%;
        }

        .subText {
            font: 0.813rem "go-regular";
            color: var(--grey10);
            margin-top: 10px;
            line-height: 160%;
        }

        .white-medium {
            font-family: "go-medium" !important;
            color: var(--white) !important;
        }

        .registerbox {
            width: 51.2%;
            border-radius: 10px;
            background: var(--white);
            position: relative;
            padding: 30px;
            display: flex;
            row-gap: 30px;
            align-items: flex-start;
            flex-wrap: wrap;
            justify-content: space-between;
            border: 1px solid var(--grey4);
        }

        .registerbox::before {
            content: "";
            position: absolute;
            bottom: -40px;
            left: -40px;
            width: 104px;
            z-index: -1;
            height: 149px;
            background-repeat: no-repeat;
            background: url(https://files.mastersunion.link/resources/img/rectanglepattern.webp);
        }

        .masterForm {
            width: 100%;
        }

        .circles {
            display: flex;
            justify-content: space-between;
            position: relative;
            z-index: 1;
            margin-bottom: 20px;
        }

        .circles::before {
            position: absolute;
            content: "";
            top: 15px;
            width: 100%;
            z-index: -1;
            border-bottom: 1px dashed var(--grey4);
        }

        .circles .semi-c.active {
            background: linear-gradient(154deg, #39b6d8 0%, #f7d344 60.47%, #e38330 131.52%);
        }

        .circles .semi-c {
            pointer-events: none;
            font: 0.875rem / 21px var(--go-medium);
            color: var(--grey17);
            background: var(--white);
            border: 1px solid var(--grey4);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

        .form-group {
            margin-bottom: 10px;
            width: 100%;
            position: relative;
        }

        em {
            color: #d63736;
        }

        .input-group {
            position: relative;
        }

        label.text-3 {
            font: 0.875rem / 21px var(--go-medium);
            color: var(--grey17);
        }

        .input-group .form-svgs {
            position: absolute;
            top: 0;
            z-index: 10;
            padding: 11px 9px;
        }

        .input-group input {
            background: var(--white);
            border: 1px solid var(--grey4);
            width: 100%;
            height: 40px;
            padding: 10px 20px 10px 35px;
            border-radius: 5px;
            font: 0.875rem / 17px "go-regular";
            font-weight: 350;
            color: var(--grey17);
        }

        .msg-error {
            color: #d63736;
            font-size: 0.688rem;
        }

        .dec-m {
            margin-top: 40px;
        }

        .itallic-s {
            font: 0.813rem / 19px var(--go-regular);
            color: var(--grey17);
        }

        .c-check {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            min-height: 25px;
            position: relative;
            padding-left: 30px;
            cursor: pointer;
            margin-bottom: 0;
        }

        .c-check input {
            position: absolute;
            opacity: 0;
        }

        .checkmark {
            position: absolute;
            top: 2px;
            left: 0;
            height: 20px;
            width: 20px;
            background-color: var(--white);
            border: 2px solid var(--grey3);
            border-radius: 3px;
        }

        .checkmark:after {
            content: "";
            position: absolute;
            left: 5px;
            top: 0px;
            width: 4px;
            height: 10px;
            border: solid var(--grey3);
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            opacity: 0;
            transition: 0.2s;
        }

        .masterForm textarea {
            display: block;
            width: 100% !important;
            padding: 10px 20px 10px 35px;
            border: 1px solid var(--grey4);
            border-radius: 3px;
            min-height: 110px;
            resize: none;
            font: 0.875rem / 17px var(--go-regular);
            color: var(--black5);
            background: var(--white);
        }


        .buttonBottom {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 20px;
            margin-top: 20px;
        }

        .button {
            padding: 12px 20px;
        }
    }
}