.heroSection {
    margin-top: 90px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    background: url("../images/heroBg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
}
.heroContainer {
    width: 90%;
    height: 60%;
    display: flex;
    justify-content: center;
}
.textHeroBox {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text1 {
    margin-top: -1px;
    font-family: Helvetica5;
    font-style: italic;
    font-weight: 500;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 120%;
    width: 100%;
    max-width: 800px;
}
.rankText {
    margin-top: 20px;
    background: linear-gradient(
        269.62deg,
        #efd269 -36.18%,
        #985d04 -36.16%,
        #ecc045 -15.06%,
        #f1ce5b 3.34%,
        #f1ce5b 11.51%,
        #f1ce5b 27.18%,
        #f1ce5b 28.55%,
        #985d04 47.62%,
        #bb8312 66.7%,
        #ecc045 89.18%,
        #985d04 105.53%
    );
    font-family: HelveticaI7;
    font-weight: 700;
    color: #3d2502;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 100%;
    border-radius: 30px;
    padding: 16px;
    width: 700px;
}
.text2 {
    margin: 0;
    margin-top: 20px;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}
.addmisionTag {
    height: 80px;
    position: absolute;
    bottom: 80px;
}
.heroStudent {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 95%;
}
.formContainer {
    right: 5%;
    gap: 0;
    top: 50px;
    width: 100%;
    border: none;
    display: flex;
    max-width: 400px;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    position: absolute;
    border-radius: 15px;
    backdrop-filter: blur(32.5px) brightness(100%);
    -webkit-backdrop-filter: blur(32.5px) brightness(100%);
    background: #fff;
    z-index: 100;
    border: 1px solid #eee;
    min-height: 500px;
}
.formtitle {
    margin: 0;
    font-family: "Figtree", Helvetica;
    font-weight: 600;
    color: #0d2a5c;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
.npf_wgts {
    width: 100%;
}
/* ========== Our Ranking =========== */
.rankingSection {
    position: relative;
    background-image: url("../images/rankBg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.rankingContainer {
    margin: 100px 0 60px 0;
    flex-direction: column;
    align-items: center;
}
.titleH3 {
    font-weight: 300;
    color: transparent;
    font-size: 48px;
    text-align: center;
    letter-spacing: 0;
    font-style: italic;
    line-height: 100%;
    display: flex;
    flex-direction: column;
}
.titleH3 .blue {
    font-family: Helvetica3;
    font-weight: 300;
    color: #1c488f;
}
.titleH3 .orange {
    font-family: Helvetica6;
    font-weight: 700;
    color: #f68121;
}
.rankBox {
    width: 75% !important;
    margin-top: 40px;
}
.rankBox img {
    width: 100% !important;
    height: auto;
}
/* ========== About Section =========== */
.aboutSection {
    position: relative;
}
.aboutContainer {
    overflow: hidden;
    background: linear-gradient(180deg, #2469d7 0%, #0e1e64 100%);
    flex-direction: column;
    justify-content: space-between;
    padding: 80px 50px 50px 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 800px;
    position: relative;
    margin: 40px 0 80px 0;
    border-radius: 40px;
}
.aboutVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    opacity: 0.6;
    mix-blend-mode: lighten;
}
.aboutVideo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* or gradient overlay */
}

.aboutContainer .aboutTopBox,
.aboutContainer .aboutRank,
.aboutContainer .aboutSlider {
    z-index: 100;
}

.aboutTopBox {
    display: flex;
    width: 100%;
    max-width: 960px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.aboutTitel {
    margin: 0;
    font-family: Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 120%;
}
.aboutDec {
    margin: 0;
    margin-top: 16px;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #ffffff;
}
.aboutRank {
    position: absolute;
    bottom: 0;
    right: 13%;
}
.aboutSlider {
    width: 100%;
    z-index: 1000;
    padding: 2px;
}
.aboutCard {
    border: 1px solid;
    padding: 20px;
    height: 250px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    border: 1px solid #e25525;
    border-image-slice: 1;
    border-radius: 30px;
    background-color: #7c7c7c1c;
}
.textcard {
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-family: Helvetica;
    font-weight: 400;
    letter-spacing: 0;
}
.paracard {
    margin: 0;
    color: #fff;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}
/* ================purose Section================== */
.puroseSec {
    background: url("../images/puroseBg.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
.puroseContainer {
    margin: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.purTitle {
    margin: 0;
    font-family: Helvetica6;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.scrollBoxPurpose {
    width: 100%;
    height: 670px;
    margin-top: 40px;
}
.scrollBoxPurpose {
    width: 100%;
    max-width: 1140px;
    height: auto;
    position: relative;
}
.purposeCard {
    margin-bottom: 40px;
    position: sticky;
    top: 150px;
}
.purposeCardTabs {
    display: flex;
}
.purposeCardTabs button {
    width: 230px;
    padding: 0 10px;
    height: 70px;
    border-radius: 20px 20px 0 0;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border: none;
    cursor: pointer;
}
.purposeCardInner {
    background: #ffffff;
    padding: 16px;
    border-radius: 0 20px 20px 20px;
    height: 580px;
    display: flex;
    justify-content: space-between;
}
.purposeCardInner:last-child {
    border-radius: 0 0 20px 20px;
}
.purposeCardInnerLeft {
    width: 47%;
    padding: 40px 30px;
}
.titlePCard {
    margin: 0;
    font-family: Helvetica6;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    text-transform: uppercase;
    color: #1e4b8f;
}
.purUl {
    padding-left: 30px;
    margin-top: 40px;
    list-style: disc;
}
.purUl li {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
}
.purposeCardInnerRight {
    width: 50%;
    height: 100%;
}
.purposeCardInnerRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}
/* .purposeCardTabs button.active{
    background-color: #fff;
}  */

/* ================================== */
.applyNowWrapper {
    height: 60px;
    gap: 10px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 20px 24px 16px 24px;
    border-radius: 86px;
    justify-content: center;
    background-color: #ffffff;
    transition: all 0.3s;
}
.applyNowWrapper .apply-now {
    position: relative;
    width: fit-content;
    background: linear-gradient(180deg, rgba(36, 105, 215, 1) 0%, rgba(14, 30, 100, 1) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: Helvetica6;
    font-weight: 700;
    color: transparent;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
    transition: all 0.3s;
}
.CTAhero img {
    height: 60px;
    width: 60px;
}
.CTAhero:hover .applyNowWrapper {
    background: linear-gradient(180deg, rgba(36, 105, 215, 1) 0%, rgba(14, 30, 100, 1) 100%);
}
.CTAhero:hover .applyNowWrapper .apply-now {
    background: #fff;
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
/* ==== Recruiters Section === */
.recruitersSection {
    background: linear-gradient(180deg, #2469d7 0%, #0e1e64 100%);
}
.recruitersContainer {
    margin: 80px 0;
    align-items: center;
}
.recLeftBox {
    width: 400px;
}
.recTitle {
    margin: 0;
    color: transparent;
    font-size: 48px;
    line-height: 120%;
    color: #fff;
}
.recLight {
    font-family: Helvetica3;
    font-weight: 300;
}
.recBold {
    font-family: Helvetica5;
    font-weight: 500;
}
.recRightBox {
    width: calc(100% - 400px);
}
.recruiterSlider img {
    height: 145px;
}
/* =========Admission Section======== */
.admissionSection {
    background: #fff;
}
.admissionContainer {
    margin: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.admissionBox {
    padding: 2px;
}
.admissionHeading {
    margin: 0;
    color: transparent;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}
.headingLight {
    font-weight: 300;
    font-family: Helvetica3;
    color: #1c488f;
}
.headingBold {
    font-family: Helvetica5;
    font-weight: 500;
    color: #e25525;
}
.admissionStep {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
}
.videoImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.playButon {
    position: absolute;
    height: 80px;
    width: 80px;
    transition: all 0.3s;
}
.admissionStep:hover .playButon {
    transform: scale(1.1);
}
.admissionVideo {
    width: 100%;
    height: 700px;
    border-radius: 30px;
    overflow: hidden;
}
.admissionVideo iframe {
    width: 100%;
    height: 100%;
}
/* ======= Review Section ====== */
.reviewSection {
    background: url("../images/reviewBg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.reviewContainer {
    flex-direction: column;
    margin: 90px 0;
}
.reviewTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviewHeading {
    margin: 0;
    color: transparent;
    width: 100%;
    font-size: 48px;
    text-align: center;
}
.reviewLight {
    font-family: Helvetica3;
    font-weight: 300;
    color: #1e4b8f;
}
.reviewBold {
    font-family: Helvetica5;
    font-weight: 500;
    color: #e25525;
}
.reviewSlider {
    margin-top: 50px;
}
.reviewItem {
    display: flex;
    height: 465px;
    padding: 20px;
    gap: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    box-shadow: 4px 4px 14px 0px #00000026;
}
.reviewItemRight {
    width: calc(50% - 10px);
    height: 100%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.reviewItemRight img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.reviewItemLeft {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviewLogo {
    max-height: 90px;
    object-fit: contain;
    max-width: 230px !important;
}
.reviewPara {
    margin: 0;
    color: #000;
    font-size: 20px;
    line-height: 180%;
    font-family: Helvetica;
    font-weight: 400;
}
.reviewTitle {
    margin: 0;
    font-family: Helvetica5;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    line-height: 180%;
}
/* ==== Fees Section ===== */
.feesSection {
    background: url("../images/feesBg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 1000px;
    overflow: hidden;
}
.feesContainer {
    margin: 80px 0;
    flex-direction: column;
    align-items: center;
    height: 85%;
}
.feesBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    gap: 25px;
    text-align: center;
}
.fees-and-scholarship {
    margin: 0;
    font-size: 48px;
    letter-spacing: 0;
}
.feesThin {
    color: #0e1e64;
    font-family: Helvetica3;
    font-weight: 300;
    line-height: 120%;
}
.feesBold {
    font-family: Helvetica5;
    font-weight: 500;
    color: #ffffff;
    line-height: 120%;
    color: #f68121;
}
.feesPara {
    font-family: Helvetica;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
}
.feesPara strong {
    font-family: Helvetica5;
    font-weight: 500;
}
.ctaBtn3 .call-now-wrapper {
    background: #1c488f;
}
.ctaBtn3 .call-now {
    color: #fff;
}

/* ========== aboutIMS Section ============ */
.aboutIMSSection {
    position: relative;
    overflow: hidden;
}
.highItem {
    transition: all 0.3s ease;
}
.aboutIMSContainer {
    margin: 80px 0;
    justify-content: space-between;
}
.aboutLeft {
    width: 47%;
}
.aboutLeft img {
    width: 100%;
}
.aboutRight {
    width: 47%;
}
.aboutTitleMov {
    display: none;
}
.aboutTitle {
    margin: 0;
    font-size: 40px;
    line-height: 120%;
    text-align: left;
}
.aboutLight {
    font-family: Helvetica3;
    font-weight: 300;
    color: #1c488f;
}
.aboutBold {
    font-family: Helvetica5;
    font-weight: 500;
    color: #e25525;
}
.highItems {
    margin-top: 30px;
}
.highItem {
    gap: 38px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 24px 0;
    border-bottom: 1px solid #b0b0b0;
}
.hightImg {
    height: 50px;
    filter: brightness(0) saturate(100%) invert(75%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%)
        contrast(90%);
}
.conBox {
    flex: 1;
}
.countAbout {
    margin: 0;
    font-family: Helvetica7;
    font-weight: 700;
    font-size: 20px;
    line-height: 180%;
    color: #b0b0b0;
    position: absolute;
    right: 16px;
}
.highTitle {
    font-family: Helvetica5;
    font-weight: 500;
    font-style: Italic;
    font-size: 24px;
    line-height: 180%;
    color: #b0b0b0;
}
.highPara {
    display: none;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    color: #000000;
}
.highItem.active .countAbout {
    color: #1c488f;
    right: 0;
}
.highItem.active .hightImg {
    height: 60px;
    filter: none;
}
.highItem.active .highTitle {
    color: #1c488f;
}
.highItem.active .highPara {
    display: flex;
}
.highItem {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.highItem:last-child{
    border: none;
}