.hostel{

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




    .heroWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.left {
    width: 50%;
}
.pagelocation {
    display: none;
    gap: 6px;
    list-style-type: none;
}
 .location {
    color: var(--grey);
    font-size: 0.875rem;
    font-family: "go-semibold";
    line-height: 160%;
    display: none !important;
}
.pagelocation .location.active {
    color: var(--white);
}
.programmeHeading {
    color: var(--white);
    font-size: 2.625rem;
    font-family: "go-extrabold";
    line-height: 130%;
    text-transform: none;
    /* margin-top: 40px; */
}
.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;
}
.subText {
    font-size: 0.813rem;
    font-family: "go-regular";
    color: var(--grey10);
    line-height: 160%;
    margin-top: 10px;
}
.font-bold {
    font-family: "go-bold";
}
.heroright {
    width: fit-content;
    z-index: 100;
    position: relative;
}
.heroright::after {
    content: "";
    position: absolute;
    width: 100%;
    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;
}
.masterImage>img {
    width: 100%;
    max-width: 454px;
    min-width: 454px;
    max-height: 300px;
}
.masterPlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 9;
}








}

.knowledgeHub{
        background: #f6f6f6;
        padding: 80px 0;


        .knowledgeHub.elevateSection .headingWrap {
    flex-direction: column;
    align-items: unset;
}

.courseName.active img {
    opacity: 1;
    transition: 0.4s ease-in;
}
.courseName.active {
    transition: 0.4s 
ease-in;
    padding-left: 35px;
    font-family: "go-bold";
    color: var(--black);
}
.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;
}
.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);
}
.content.active {
    display: block;
    height: auto;
    opacity: 1;
    /* visibility: visible; */
    transition: 0.4s;
    box-shadow: none !important;
}
    .container {
        max-width: 1240px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }
 .learningWrap {
    min-height: 380px;
        padding-left: 0;
    gap: 35px;
    display: flex;
    align-items: inherit;
        justify-content: space-around;
}
.learningLeft{
    padding-left: 0;
    max-width: 226px;
    width: 100%;
}
.learningRight {
    width: 74.7%;
    position: relative;
    z-index: 9;
}
.mt40{
    margin-top: 40px;
}
.knowledgeBox {
    display: none;
    height: auto;
        opacity: 0;
    transition: 0.4s 
ease-in-out;

&.active {
    display: block;
    height: auto;
    opacity: 1;
    transition: 0.4s ease-in-out;
}
}
.tabs li {
    font: 0.875rem "go-medium";
    color: var(--grey6);
    display: flex;
    align-items: center;
    gap: 10px;
}
.courseName {
    padding: 15px 0;
    position: relative;
    display: block;
    transition: 0.4s 
ease-in;
    cursor: pointer;
    font-size: 0.875rem;
    font-family: "go-regular";
    color: var(--grey2);
    line-height: 160%;
}
.courseName img {
    position: absolute;
    top: 32%;
    left: 0;
    opacity: 0;
    transition: 0.4s 
ease-in;
}










}

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


    .sectionHeading {
    font-size: 30px;
    line-height: 130%;
    font-family: 'go-bold';
    font-weight: 700;
    margin-block: 20px !important;
}
.lightMuVector {
    position: relative;
    z-index: 1;
}
.featureWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.getpreppedList {
    width: 45%;
    gap: 15px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.sectionHeading {
    font-size: 30px;
    line-height: 130%;
    font-family: 'go-bold';
    font-weight: 700;
}
.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: -20%;
    z-index: -1;
}

.listImgWrapper li {
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: flex-start;
    gap: 5px;

}
.getpreppedList li p {
    color: var(--black);
    line-height: 160% !important;
    font: 0.813rem "go-regular";
}
.getpreppedList li p span {
    color: var(--black);
    font-family: "go-semibold";
}
.rightImg
 {
        width: 100%;
        max-width: 45%;
    }
    
    .lightMuVector::after {
    background: url(https://files.mastersunion.link/resources/svg/faqLightLine.svg);
    background-repeat: no-repeat;
    bottom: -20%;
}




}


.blackSvgBg{
        background: var(--black);
    background-repeat: no-repeat;
    position: relative;
    background-position: left;
    overflow: hidden;
    background-position-y: top;
    padding: 80px 0;

    .flexbox.flexwrap {
        display: flex;
    gap: 20px;
    justify-content: space-between;
    }

    .headingWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* gap: 10px; */
        width: 45%;
}
.sectionHeading {
    font-size: 30px;
    line-height: 130%;
    font-family: 'go-bold';
    font-weight: 700;
        color: #ffffff !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;
}
.subText {
    font-size: 0.813rem;
    font-family: "go-regular";
    color: var(--grey10);
    line-height: 160%;
    margin-top: 10px;
}
.white-medium {
    font-family: "go-medium" !important;
    color: var(--white) !important;
}
    .backgroundVector {
        width: 100%;
        max-width: 45%;
        line-height: 0;
            position: relative;
    z-index: 10;
    }
    .backgroundVector::after {
    position: absolute;
    content: "";
    width: 57%;
    height: 100%;
    background: url(https://files.mastersunion.link/resources/svg/backgroundImgVector.svg);
    background-repeat: no-repeat;
    top: 12%;
    right: -23%;
    z-index: -1;
    line-height: 0;
}
.aligncenter {
    align-items: center;
}

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



}

.mutipleFormWrappper {
    background-color: #ffffff;
    padding: 80px 0 ;

    .formsWraps {
            display: flex;
    align-items: inherit;
    margin-top: 0px;
        justify-content: space-between;
}
.applyleft {
    width: 35%;
    margin-bottom: 0;
}
.congrats-box {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    justify-content: center;
    background: url(https://cdn.mastersunion.org/assets/img/newmu/ThanksBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}
.thankyouboxHeading {
    font: 24px "go-semibold";
    line-height: 130%;
    color: var(--black);
    margin-top: 20px;
}

.registerbox {
    width: 51.2%;
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 30px;
    display: flex;
    row-gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.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);
}
.form {
    width: 48%;
}
.w-100 {
    width: 100% !important;
}
.form label {
    font: 0.75rem "go-medium";
    color: var(--grey17);
}
.input {
    width: 100%;
    background: var(--white);
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 12px;
    border: 1px solid var(--grey4);
    border-radius: 5px;
    margin-top: 5px;
}
.selectOptions:focus-within, .input:hover, .input:focus-within {
    border: 1px solid transparent;
    background: linear-gradient(var(--white) 0 0) padding-box, var(--gradient) border-box;
}
textarea {
    min-height: 80px;
    resize: none;
    border: none;
    width: 100%;
    font-family: "go-regular";
}
.error {
    font: 0.75rem "go-regular";
    color: #b2212a;
}
.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;
}
.gradientButton button {
    position: relative;
    border: none;
    /* background: var(--black); */
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    transition: 0.4s ease-in;
    width: 100%;
    background-color: #ffffff;
    color: #090909;
}
.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;
        background: #090909;

}
.selectInput {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font: 0.875rem "go-regular";
    color: var(--black5);
    /* max-width: 231px; */
    width: 100%;
    border-radius: 8px;
    /* background-color: var(--white3); */
    padding: 10px 15px;
    border: 1px solid var(--grey4);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    text-overflow: ellipsis;
    padding-right: 35px;
    line-height: 140%;
    appearance: none;
}

.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;
}
.sectionHeading {
    font-size: 30px;
    line-height: 130%;
    font-family: 'go-bold';
    font-weight: 700;
}
.hostelSubtext {
    color: var(--grey);
    font: 18px "go-medium";
    margin-top: 20px;
}
.gradientUnderlineThin::after {
    content: "";
    position: absolute;
    bottom: -75%;
    left: 0;
    width: 100%;
    background: url(https://files.mastersunion.link/resources/svg/gradientUnderlineThin.svg);
    background-repeat: no-repeat;
    height: 100%;
    z-index: -1;
}
.headingSmall>img {
    width: 14px;
}
em {
    color: #d63736;
}
.form input {
    font: 0.813rem "go-medium";
    color: var(--grey17);
}


}


@media (max-width: 767px) {

    .highlightsec{
        .heroWrapper {
        padding-top: 0;
        align-items: flex-start;
                flex-direction: column;
        margin-top: 30px;
        gap: 30px;
                padding-bottom: 55px;
    }
    .left{
        width: 100%;
    }
        .pagelocation {
        width: 100%;
        flex-wrap: wrap;
    }
        .pagelocation li {
        min-width: max-content;
    }
        .programmeHeading {
        font-size: 1.75rem;
        margin-top: 30px;
    }
    .right{
        width: 100%;
    }
     .masterImage>img {
    width: 100%;
    max-width: unset;
    min-width: unset;
   
}
.heroright::after {
    display: none;
  
}

}

    .knowledgeHub {
        position: relative;
        min-height: 500px;

            .container {
        max-width: 100%;
        width: 100%;
        padding: 0 16px;
    }
    .learningWrap {
        min-height: unset;
    }
   .learningLeft {
        max-width: 100% !important;
    }
    .faqtabs {
        padding: 12px;
        background: var(--black5);
        color: white;
        margin-top: 15px;
        width: 100%;
        border-radius: 12px;
        overflow: auto;
    }
    .faqtabs courseName.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";
    }

    .learningRight {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        margin-top: 10px;
    }
        .knowledgeBox {
        max-width: 100%;
    }
  .courseName {
        color: white;
        min-width: max-content;
        border: none;
    }
    .courseName.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";
    }
    .knowledgeHub .tabs {
        display: flex !important;
        justify-content: space-between;
        overflow: auto;
    }
    .faqtabs {
        padding: 12px;
        background: var(--black5);
        color: white;
        margin-top: 15px;
        width: 100%;
        border-radius: 12px;
        overflow: auto;
    }
        .sectionHeading {
        font: 1.25rem "go-bold";
        color: var(--grey17);
    }







    
    }

    .mutipleFormWrappper {
        padding: 60px 0;

        .formsWraps {
        margin-top: 35px;
        flex-wrap: wrap;
    }
    .applyleft {
        margin-block:0 ;
        width: 100%;

    }
        .headingWrap {
        position: relative;
        gap: 0;
    }
        .headingSmall {
        letter-spacing: 2px;
        font: 0.625rem "go-medium" !important;
        gap: 6px;
        color: var(--grey10) !important;
        margin-bottom: 8px;
    }
        .headingSmall>img {
        width: 12px;
    }
        .hostelForms-fix #heading__hostelQuery {
        margin-bottom: 20px !important;
    }
        .sectionHeading {
        font: 1.25rem "go-bold";
        color: var(--grey17);
    }
        .congrats-box {
        text-align: center;
        width: 100%;
    }
        .registerbox {
        width: 100%;
        row-gap: 20px;
        padding: 30px 20px;
        flex-direction: column;
    }
    .form {
        width: 100%;
    }









    }

    .blackSvgBg{


        .flexwrap {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .headingWrap.masterleft {
        width: 100%;
    }
        .sectionHeading {
        font: 1.25rem "go-bold";
        color: var(--grey17);
    }
        .gradientUnderline::after {
        bottom: -80%;
    }
            .backgroundVector {
            max-width: 100%;
        }

    



    }

    .meetopportunity{
        padding: 60px 0;

            .sectionHeading {
        font: 1.25rem "go-bold";
        color: var(--grey17);
    }
        .featureWrapper {
        flex-direction: column;
    }
        .featAmenities .getpreppedList {
        width: 100%;
        gap: 15px;
    }
      .sectionHeading {
        font: 1.25rem "go-bold";
        color: var(--grey17);
    }
    .getpreppedList{
        width: 100%;
    }
    .listImgWrapper li {
        padding-left: 0;
    }
    .rightImg{
        width: 100%;
        max-width: unset;
    }

    }





    } 


}








/* temo btn */
.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;

    svg path{
        fill: var(--black);
    }
}

.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;
}
/* temo btn end */