/* font-family: "Noto Serif SC", serif; */
/* font-family: "Barlow", sans-serif; */

/* 1st Section style ======================================*/
.hero-section {
    margin-top: 100px;
    background: linear-gradient(50.11deg, #19103d 7.69%, #251379 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heroContainer {
    margin: 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-user-select: none;
    user-select: none;
}
.heroContent {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Noto Serif SC", serif;
}
.hero-title {
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}
.hero-subtitle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82%;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
}
.hero-subtitle-wrapper::before,
.hero-subtitle-wrapper::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}
.hero-subtitle-wrapper::before {
    margin: 0 50px 0 0;
}
.hero-subtitle-wrapper::after {
    margin: 0 0 0 50px;
}
.hero-description {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 50px;
    max-width: 85%;
}
.status-text {
    font-weight: 700;
    font-size: 32px;
    line-height: 117%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.date-box {
    background: #281385;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    height: 70px;
    width: 100%;
    max-width: 83%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .date-box::after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 0;
} */
.date-highlight {
    font-weight: 700;
}
.heroImageWrapper {
    width: 47%;
    display: flex;
    justify-content: center;
}
.heroImg {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}
/* Ranking Section Style */
.rankingSection {
    background-color: #ffffff;
}
.rankingContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 80px 0;
}
.rankingContent {
    width: 852px;
}
.rankingHeading {
    margin: 0;
    color: #251379;
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: capitalize;
    font-family: "Noto Serif SC", serif;
    margin-bottom: 20px;
}
.sectionDesc {
    font-family: "Barlow", sans-serif;
    color: #251379;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0%;
}
.rankingList {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
    max-width: 700px;
}
.rankingItem {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0%;
    font-family: "Barlow", sans-serif;
    color: #251379;
}
.rankingDivider {
    height: 2px;
    background-color: #5e42d5;
    width: 100%;
    margin: 4px 0;
}
.checkIcon {
    width: 28px;
    height: 28px;
}
.nirfCard {
    width: 410px;
}
.nirfLogo {
    width: 100%;
    height: auto;
}
/* About Section Style ======================================*/
.aboutSection {
    background-color: #ffffff;
}
.aboutContainer {
    margin: 40px 0 20px 0;
    display: flex;
    justify-content: space-between;
    background-color: #d7d7d70d;
    border: 3px solid #5e42d5;
    border-radius: 20px;
    overflow: hidden;
    min-height: 500px;
    background: url("../images/aboutBg.webp");
    background-size: cover;
    background-position: 100%;
}
.aboutVisualWrapper {
    width: 50%;
    max-width: 800px;
}
.studentImage {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    margin-bottom: -4px;
}
.aboutContentWrapper {
    width: 50%;
    padding: 40px 10px 40px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aboutHeading {
    color: #251379;
    font-family: "Noto Serif SC", serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.featuresGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
}
.featureItem {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px;
    position: relative;
    padding-left: 16px;
}
.featureItem:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    background: #5e42d5;
    border-radius: 8px;
    left: 0;
}
.aboutIcon {
    width: 40px;
    height: 40px;
}
.featureTitle {
    margin: 0;
    color: #251379;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
}
.featureText {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    font-family: "Barlow", sans-serif;
    color: #251379;
}
/* Programs Section Style ======================================*/
.programsSection {
    background-color: #ffffff;
}
.programsContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 80px 0;
}
.progHeading {
    margin-bottom: 20px;
    font-family: "Noto Serif SC", serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #251379;
}
.progPill {
    background: linear-gradient(50.11deg, #19103d 7.69%, #251379 100%);
    max-width: 1470px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "Barlow", sans-serif;
}
.progPill strong{
    margin-left: 6px;
}
.progIntro {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}
.progFeaturesRow {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1470px;
    margin-bottom: 50px;
    justify-content: space-between;
}
.progFeatureItem {
    width: 24%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #251379;
}
.checkIcon {
    width: 28px;
    margin-top: 10px;
    height: 28px;
}
.progCardsGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-family: "Barlow", sans-serif;
}
.progCard {
    width: 32%;
    border: 2px solid #5e42d5;
    border-radius: 25px;
    padding: 40px;
    background: url("../images/aboutBg.webp");
    background-size: cover;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    min-height: 550px;
    overflow: hidden;
}
.cardTitle {
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #251379;
}
.cardList {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cardListItem {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0%;
}
.cardListItem .checkIcon {
    margin-top: 6px;
}
.progImageCard {
    padding: 0;
    background: url("../images/programImg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
/* Dates Section Style ======================================*/
.dateSection {
    background: linear-gradient(50.11deg, #19103d 7.69%, #251379 100%);
}
.dateContainer {
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px 0;
}
.dateHeading {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    font-family: "Noto Serif SC", serif;
    color: #ffffff;
}
.dateGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    width: 100%;
}
.dateCard {
    width: 48%;
    background: #ffffff0d;
    border-radius: 0;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "Barlow", sans-serif;
    color: #fff;
    transition: background-color 0.3s ease;
}
.dateCard:hover {
    /* background-color: rgba(255, 255, 255, 0.15); */
}
.dateBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 120px;
    text-align: right;
}
.dateBigWrapper {
    display: flex;
    align-items: flex-start;
    line-height: 1;
}
.dateNumber {
    font-weight: 500;
    font-size: 64px;
    line-height: 149%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.dateSup {
    margin-top: 4px;
    font-weight: 500;
    font-size: 32px;
    line-height: 149%;
    letter-spacing: 0%;
}
.dateMonthYear {
    margin-top: -13px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 149%;
    letter-spacing: 0%;
}
.dateSeparator {
    width: 1px;
    height: 70px;
    background-color: #fff;
}
.dateEventText {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0%;
}
/* Registaion Section Style ======================================*/
.registrationContainer {
    margin: 80px 0;
}
.regHeading {
    margin-bottom: 60px;
    color: #281385;
    font-weight: 500;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
 
    font-family: "Noto Serif SC", serif;
}
.item{
    text-decoration: none;
}
.regCard {
    display: flex;
    padding: 20px;
    min-height: 300px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.stepNumber {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Barlow", sans-serif;
    color: #5e42d5;
}
.regIcon {
    width: 50px !important;
    margin-bottom: 20px;
}

.stepTitle {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    color: #5e42d5;
    margin-bottom: 10px;
}
.stepDesc {
    margin: 0;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}
/* CTA Section ========================================= */
.ctaSection {
    position: relative;
    justify-content: flex-end !important;
}
.bgCta {
    width: 100%;
    min-height: 640px;
}
.ctaContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
}
.ctaImageWrapper {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.ctaStudentImage {
    height: 100%;
}
.ctaContentWrapper {
    color: #fff;
    width: 50%;
}
.ctaHeading {
    font-weight: 500;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 30px;
    font-family: "Noto Serif SC", serif;
}
.ctaText {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 20px;
    font-family: "Barlow", sans-serif;
}
.ctaBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 200px;
    background: #ffffff;
    color: #19103d;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: "Barlow", sans-serif;
}
