.heroSection {
    margin-top: 90px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    /* overflow-X: hidden; */
    background: url("../images/heroBg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.heroContainer {
    width: 90%;
    display: flex;
    margin: 160px 0 80px 0;
}
.textHeroBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.heroText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    align-self: stretch;
}
.text1 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: Helvetica3;
    font-weight: 300;
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 28px;
}
.text2 {
    position: relative;
    width: 475.92px;
    font-family: HelveticaI5;
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 43.2px;
}
.rankCardImg {
    height: 128px;
    margin-top: 50px;
}
.ewBox {
    margin-top: 26px;
    display: flex;
    width: 483px;
    height: 93px;
    align-items: center;
    gap: 10px;
    padding: 17px 10px 10px 0px;
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: transparent;
    border-image: linear-gradient(
            90deg,
            rgba(102, 102, 102, 0) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(102, 102, 102, 0) 100%
        )
        1;
}
.imagePhotoroom {
    width: 60px;
    height: 60px;
}
.education-world-wrapper {
    position: relative;
    width: 352px;
    height: 80px;
    margin-top: -7px;
    margin-bottom: -7px;
}
.educationWorld {
    font-family: Helvetica5;
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 39.8px;
}
.CTAhero {
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;
}
.heroStudent {
    position: absolute;
    bottom: 0;
    left: 650px;
    height: 95%;
}
.formContainer {
    right: 5%;
    gap: 0;
    top: 50px;
    width: 100%;
    border: none;
    display: flex;
    max-width: 437px;
    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;
}
.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%;
}
.fromBox {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.fromBox input,
.fromBox select {
    height: 46px;
    padding: 0 14px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
}
.fromBox input:focus,
.fromBox select:focus {
    outline: 2px solid #1e4b8f;
}
.phoneBox {
    display: flex;
    gap: 8px;
}
.phoneBox input {
    flex: 1;
}
.country {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    background: #fff;
    border-radius: 8px;
    color: #000;
}
.country img {
    width: 18px;
}
.selectRow {
    display: flex;
    gap: 10px;
}
.selectRow select {
    width: calc(50% - 5px);
}
.captcha {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    color: #000;
    font-size: 13px;
}
.captcha img {
    margin-left: auto;
    width: 40px;
}
.submitBtn {
    background: #1e4b8f;
    color: #fff;
    border: none;
    height: 48px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.submitBtn:hover {
    background: #163c72;
}
/* ========== Our Ranking =========== */
.rankingSection{
    position: relative;
}
.rankingContainer {
    margin: 100px 0 60px 0;
    flex-direction: column;
}
.titleH3 {
    font-family: Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 48px;
    text-align: center;
    letter-spacing: 0;
    line-height: 57.6px;
}
.titleH3 .blue {
    font-weight: 300;
    color: #1c488f;
}
.titleH3 .orange {
    font-family: Helvetica6;
    font-weight: 700;
    color: #e25525;
}
.rankingContainer img {
    height: 30px;
}
.rankBox {
    width: 100%;
    margin-top: -20px;
}
.rankBox .item {
    position: relative;
}
.rankedText {
    margin-top: -40px;
    font-family: Helvetica;
    font-weight: 400;
    color: #441100;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
}
.rankBox img {
    width: 100%;
    height: auto;
}
/* ========== About Section =========== */
.aboutContainer {
    margin: 0 0 80px 0;
    border-radius: 40px;
    overflow: hidden;
    height: 800px;
    background: url("../images/aboutBg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
}
.aboutTopBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.aboutTitel {
    margin: 0;
    text-shadow: 0px 4px 4px #00000040;
    font-family: Helvetica6;
    font-weight: 700;
    color: #ffffff;
    font-size: 64px;
    letter-spacing: 0;
    line-height: 76.8px;
}
.cardText {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 700px;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
}
.textcard {
    margin: 0;
    color: #000b1d;
    font-size: 18px;
    line-height: 30.6px;
    position: relative;
    align-self: stretch;
    font-family: Helvetica;
    font-weight: 400;
    letter-spacing: 0;
}
/*============ experience Section ============ */
.experienceSec {
    position: relative;
    height: 900px;
}
.experiBg {
    width: 100%;
    position: absolute;
    height: 100%;
}
.experienceContainer {
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 87%;
}
.experiTitel {
    margin: 0;
    text-shadow: 0px 4px 14px #00000040;
    font-family: Helvetica6;
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0;
    line-height: 48px;
}
.expItem {
    height: 300px;
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.75));
    backdrop-filter: blur(12px);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.expItem img {
    width: 60px !important;
    height: 60px;
}
.expTextBox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.expCTitle {
    margin: 0;
    font-family: Helvetica5;
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
}
.expCPara {
    margin: 0;
    font-family: Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
}
/* ====== opportuniti Section ====== */
.opportunitiSection {
    background: #fffaf8;
}
.opportunitiContainer {
    flex-direction: column;
    margin: 80px 0;
}
.opportunitiTop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.title4 {
    margin: 0;
    font-weight: 300;
    color: #1c488f;
    font-family: Helvetica;
    font-size: 48px;
    line-height: 100%;
}
.title5 {
    margin: 0;
    font-weight: 500;
    color: #e25525;
    font-family: Helvetica6;
    font-size: 48px;
    line-height: 100%;
}
.para2 {
    margin: 0;
    margin-top: 10px;
    font-family: Helvetica;
    font-weight: 400;
    color: #333333;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 100%;
}
.opportunitiSlider {
    width: 100%;
    margin-top: 60px;
}
.opportunitiItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px #0000001a;
}
.oppoImg {
    width: 100%;
    height: 177px;
    border-radius: 16px;
    object-fit: cover;
}
.oppoTitle {
    margin: 0;
    background: linear-gradient(180deg, rgba(19, 55, 113, 1) 0%, rgba(36, 105, 215, 1) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: Helvetica6;
    font-weight: 600;
    color: transparent;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 100%;
    white-space: nowrap;
}
.opportunitiSlider.owl-theme .owl-dots {
    margin-top: 28px;
}
.opportunitiSlider.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background: #ffb69e;
    border-radius: 50%;
    transition: 0.3s;
}
.opportunitiSlider.owl-theme .owl-dots .owl-dot,
.opportunitiSlider.owl-theme .owl-dots {
    align-items: center !important;
}
.opportunitiSlider.owl-theme .owl-dots .owl-dot.active span {
    background: #f05a28;
    width: 18px;
    height: 18px;
}

/* ==== Recruiters Section === */
.recruitersContainer {
    margin: 80px 0;
    flex-direction: column;
    align-items: center;
}
.recruiterLogos {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.recruiterLogos img {
    height: 140px;
}
.recruiterSlider {
    display: none !important;
}
.recruiterTop {
    margin-top: 30px;
}
/* ==== Placement Section === */
.placementContainer {
    flex-direction: column;
    align-items: center;
    margin: 30px 0 80px 0;
}
.placementSlider {
    margin-top: 50px;
}
.placement-card {
    height: 542px;
    position: relative;
    overflow: hidden;
    border: 2px solid #1e4b8f;
    border-radius: 20px;
}
.placement-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.placement-info {
    left: 0;
    gap: 8px;
    bottom: 0;
    width: 100%;
    display: flex;
    position: absolute;
    flex-direction: column;
    background: #2469d7;
    padding: 30px;
}
.placement-name {
    margin: 0;
    font-family: Helvetica5;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    color: #ffffff;
}
.placement-company {
    font-family: Helvetica;
    font-weight: 300;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}
/* ============ */
.admissionSection {
    background: url("../images/addmissionBg.webp");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 774px;
    position: relative;
}
.admissionContainer {
    margin: 80px 0;
}
.addmissionModel {
    position: absolute;
    bottom: 0;
    left: 0;
}
.admissionBox {
    background: linear-gradient(335.32deg, #e25525 -3.61%, #f68121 106.96%);
    border-radius: 20px;
    padding: 50px 60px 50px 270px;
    width: 100%;
    max-width: 1100px;
    color: #fff;
    position: relative;
    margin-left: 500px;
    margin-top: 50px;
}
.admissionHeading {
    color: transparent;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 40px;
}
.headingLight {
    font-weight: 300;
    font-family: Helvetica;
    color: #ffffff;
}
.headingBold {
    font-family: Helvetica6;
    font-weight: 600;
    color: #ffffff;
}
.admissionSteps {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 36px;
    position: relative;
    font-family: Helvetica;
}
.admissionSteps::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 36px;
    bottom: 36px;
    border-left: 1px dashed #fff;
}
.admissionStep {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: "Roboto", Helvetica;
}
.admissionStepNumber {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #0d2a5c;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 10;
}
.admissionStepText {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.admissionDescription {
    margin: 0;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}
/* ======= Review Section ====== */
.reviewSection {
    background: url("../images/reviewBg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.reviewContainer {
    flex-direction: column;
    margin: 80px 0;
}
.reviewTop {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.btnBox {
    display: flex;
    align-items: center;
    gap: 16px;
}
.btnBox button {
    background: none;
    border: none;
    cursor: pointer;
}
.reviewHeading {
    font-family: Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 48px;
}
.reviewLight {
    font-family: Helvetica;
    font-weight: 300;
    color: #ffffff;
}
.reviewBold {
    font-family: Helvetica6;
    font-weight: 600;
    color: #e25525;
}
.reviewSlider {
    margin-top: 50px;
}
.reviewItem {
    display: flex;
    flex-direction: column;
    height: 529px;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    justify-content: space-between;
    position: relative;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}
.quots {
    width: 74px !important;
}
.reviewPara {
    margin: 0;
    margin-top: 20px;
    color: #333333;
    font-size: 24px;
    line-height: 43px;
    font-family: Helvetica;
    font-weight: 400;
}
.reviewBox {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}
.reviewTitle {
    margin: 0;
    font-family: Helvetica6;
    font-weight: 700;
    color: #333333;
    font-size: 24px;
    line-height: 43px;
    text-transform: uppercase;
}
.reviewLogo {
    margin-top: -10px;
    height: 50px;
    object-fit: contain;
    object-position: left;
    max-width: 140px !important;
}
/* ==== Fees Section ===== */
.feesSection {
    background: url("../images/feesBg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 774px;
    overflow: hidden;
}
.feesContainer {
    margin: 80px 0;
    flex-direction: column;
}
.feesModal {
    position: absolute;
    bottom: -20px;
    right: 10%;
}
.feesBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 707px;
    gap: 25px;
}
.fees-and-scholarship {
    margin: 0;
    font-family: Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 48px;
}
.feesThin {
    color: #ffffff;
    line-height: 57.6px;
}
.feesBold {
    font-family: Helvetica5;
    font-weight: 500;
    color: #ffffff;
    line-height: 0.1px;
}
.feesPara {
    font-family: Helvetica5;
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 43.2px;
}
.ctaBtn3 .call-now-wrapper {
    border-color: #fff;
}
.ctaBtn3 .call-now-wrapper:hover {
    border-color: #1c488f;
}
.feesAmount {
    gap: 10px;
    width: 365px;
    right: 34%;
    display: flex;
    top: 200px;
    padding: 60px 30px 30px 30px;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff1a;
    border-radius: 20px;
    background: #ffffff1a;
    backdrop-filter: blur(19.623010635375977px);
    border: 1px solid #ffb605;
}
.feesAmountTitel {
    font-family: Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 38.4px;
}
.feesAmountPara {
    font-family: Helvetica6;
    font-weight: 600;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 0;
}
.ScholarshipsIcon {
    position: absolute;
    top: -47px;
    height: 94px;
}
/* ========= Skill Section ====== */
.skillSection {
    background: linear-gradient(335.32deg, #e25525 -3.61%, #f68121 106.96%);
}
.skillContainer {
    margin: 60px 0 30px 0;
    justify-content: space-between;
}
.skillLeftBox {
    display: flex;
    width: 45%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.skillTitle {
    margin: 0;
    text-shadow: 0px 4px 14px #00000040;
    font-family: "Helvetica Neue-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px;
}
.skillPara {
    margin: 0;
    font-family: Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30.6px;
}
.skillRightBox {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.slikkItem {
    display: flex;
    gap: 36px;
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* Standard */
    cursor: pointer;
}
.skillPointNumber {
    margin: 0;
    width: 107px;
    height: 115px;
    text-shadow: 0px 4px 14px #00000040;
    opacity: 0.2;
    font-family: Helvetica;
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    font-size: 96px;
    letter-spacing: 0;
    line-height: 115.2px;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashed::after {
    content: "";
    position: absolute;
    border: none;
    height: 60%;
    border-left: 1px solid #fff;
    border-style: dashed;
    bottom: -40%;
}
.skillContent {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    opacity: 0.2;
}
.skillItemTitle {
    margin: 0;
    font-family: Helvetica6;
    font-weight: 700;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 37.4px;
}
.skillItemPara {
    margin: 0;
    font-family: Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
}
.slikkItem.active .skillContent {
    opacity: 1;
}
.slikkItem.active .skillPointNumber {
    opacity: 1;
}
/* aboutIMS Section */
.aboutIMSSection {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(36, 105, 215, 1) 0%, rgba(46, 49, 146, 1) 100%);
}
.highItem {
    transition: all 0.3s ease;
}
.aboutIMSContainer {
    margin: 80px 0 160px 0;
    justify-content: space-between;
}
.aboutLeft {
    width: 47%;
}
.aboutLeft img {
    width: 100%;
}
.aboutIMSUnison {
    position: absolute;
    bottom: -10px;
    text-shadow: 0px 4px 4px #000000bf;
    -webkit-text-stroke: 1px #ffffff;
    opacity: 0.3;
    font-family: Helvetica6;
    font-weight: 700;
    color: #ffffff;
    font-size: 94px;
    letter-spacing: 0;
    line-height: 100%;
    white-space: nowrap;
}
.aboutRight {
    width: 43%;
}
.highItems {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.highTitle {
    filter: blur(4px);
    opacity: 0.4;
    font-family: Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 96px;
    letter-spacing: 0;
    line-height: 115.2px;
    white-space: nowrap;
}
.highPara {
    display: none;
    font-family: Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 29px;
    letter-spacing: 0;
    line-height: 40.6px;
    text-transform: uppercase;
}
.highItem {
    display: flex;
    align-items: center;
    gap: 38px;
    border-color: #fff;
    border-radius: 80px;
}
.highItem.active {
    border: 1px solid #fff;
    padding: 16px 30px 4px 30px;
}
.highItem.active .highTitle {
    filter: blur(0);
    opacity: 1;
    text-shadow: 4px 4px 4px #00000040;
    font-family: Helvetica6;
    font-weight: 600;
    color: #e25525;
    font-size: 96px;
    line-height: 115.2px;
    white-space: nowrap;
    position: relative;
    letter-spacing: 0;
}
.highItem.active .highPara {
    display: flex;
}
.highItem {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.experiBgMob {
    display: none;
}
.slikkItem {
    transition:
        transform 0.5s ease,
        opacity 0.5s ease;
}

.slikkItem.active {
    transform: translateY(6px);
}
