/* --------------------------------------------------------------------------
BASE STYLES: CSS RESET AND NORMALIZATION
-------------------------------------------------------------------------- */
/* 1. Box Model Reset  */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, * {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Element Margin Reset */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

/* 3. List Reset  */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 4. Text & Rendering Defaults */
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* 5. Media Responsiveness */
img {
  max-width: 100%;
  height: auto;
}

/* 6. Form Element Reset */
input, button, textarea, select {
  font: inherit;
  margin: 0;
}

/* 7. Focus Reset */
button:focus, a:focus {
  outline: none;
}

/* 8. Button Reset */
button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
}

/* 9. Link Reset */
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

.block {
  display: block;
}
.mt-3{
margin-top: 10px
}
.mt-3{
margin-top: 10px
}
.fontBold{
  font-weight: 650;
}





/* Fonts CSS */


/* --------------------------------------------------------------------------
BASE STYLES: TYPOGRAPHY
This file sets global styles for standard text elements (h1, p, a, etc.)
using variables defined in _variables.scss.
-------------------------------------------------------------------------- */
/* 1. Body & Global Text Defaults */
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  line-height: 180%;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
}

/* 2. Headings (H1 to H6) /
/ Define the hierarchy of headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 11.1rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
  text-transform: uppercase;
}

/* 3. Paragraphs */
p {
  margin-bottom: 1.5rem;
}
.d-desk{
  display: block;
}
.d-mob{
  display: none;
}
header{
    background: #FFFFFF;
    box-shadow: 0px 4px 5px 0px #00000017;
    padding: 8px 0;
    width: 100%;
    transition: all ease 0.4s;
}
header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation: slideDown .8s forwards;
}
@keyframes slideDown {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}
.logo{
  margin: 20px 0 17px;
}
.logo img{
  height: 74px;
  max-width: 100%;
}
header .btnPrimary{
  align-self: center;
}
.italic{
    font-style: italic;
}
.textCenter{
  text-align: center;
}
.container{
  max-width: 1720px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.sectionHeading{
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  color: #223F8F;
  margin-bottom: 20px;
}
.sectionHeading span{
  color: #A11C34;
}
.sectionHeading.Light{
  color: #FFFFFF;
}
.subTitle{
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}
.btnPrimary{
  background: url(../images/circularIconWhite.webp) no-repeat right 17.5px center,#223F8F;
  background-size: 24.5px 24.5px;
  padding: 15.5px 51.5px 14.5px 17.5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
  transition: background ease 1s, padding ease-in-out 1s;
  display: inline-block;
}
.btnPrimary.red:hover{
  background: url(../images/circularIconRed.webp) no-repeat left 17.5px center, #FFFFFF;
  background-size: 24.5px 24.5px;
  padding: 15.5px 17.5px 14.5px 51.5px;
  color: #A11C34;
}

.btnPrimary:hover{
  background: url(../images/circularIconWhite.webp) no-repeat left 17.5px center,#A11C34;
  background-size: 24.5px 24.5px;
  padding: 15.5px 17.5px 14.5px 51.5px;
}
/* bannerSection CSS */

.bannerSection{
  background: url('../images/homeBanner.webp') no-repeat center left;
  background-size: cover;
  padding: 151px 0 177px;
}
.leftContent{
  max-width: 682px;
  width: 100%;
}
.bannerSection h1{
  font-weight: 600;
  font-size: 94px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.bannerSection .subHeading{
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #FFFFFF;
  display: block;
}
.programList{
  display: inline-flex;
  border: 1px solid #FFFFFF;
  margin-top: 30.35px;
}
.programList span{
  display: block;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 8.21px 16.5px;
  color: #FFFFFF;
}
.programList span:nth-child(2n + 1){
  background-color: #FFFFFF;
  color: #1A150F;
}

.batchGroup{
  display: block;
  max-width: 464px;
  background-color: ;
  box-shadow: 4px 4px 0px 0px #001A6A;
  background-color: #A11C34;
  padding: 10px 19.5px;
  margin-top: 69.5px;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 0;
}
.batchGroup span{
  font-weight: 600;
}
.infoStrip{
  background-color: #A11C34;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center; 
  font-size: 24px;
  padding: 12px;
  color: #FFFFFF;
  display: flex;
  gap: 25px;
  justify-content: center;
  overflow: auto;
}
.infoStrip span{
  white-space: nowrap;
}


/* learningSection css */

.learningSection{
  background: url('../images/educationObject.webp') no-repeat bottom center, url('../images/education.webp') no-repeat top center;
  background-size: 100% auto, cover;
  padding: 59px 0 323px;
}

.leftSideContent{
  max-width: 67%;
}
.globalInfo{
  max-width: 840px;
  border: 1px solid #747474;
  display: flex;
}
.globalInfoCol{
  max-width: 280px;
  width: 100%;
  padding: 59.62px 20px 20px;
  border-right: 1px solid #747474;
  background: url(../images/circularIconBlue.webp) no-repeat top 20px left 20px;
  background-position: 24.62px 24.62px;
}
.globalInfoCol:last-child{
  border-right: none;
}
.globalInfoCol h4{
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #223F8F;
  margin-bottom: 5px;
}
.globalInfo p{
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #222222;
}

/* programSection css */

.programSection{
  background: url('../images/bottomStrip.svg') no-repeat bottom center,#E9F7FF;
  background-size: auto 62.5px;
  padding: 88.98px 0 73.5px;
}
.programSection .subTitle{
  max-width: 1419px;
  margin: 0 auto 67.49px;
}
.programSection .programTabUl{
  display: flex;
  justify-content: center;
  border: 2px solid #A11C34;
  max-width: 850px;
  margin: 0 auto 28px;
}

.programSection .programTabUl li{
  position: relative;
  max-width: 212.60px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #A11C34;
  transition: all ease 0.4s;
  cursor: pointer;
}

.programSection .programTabUl li::before{
  content: "";
  position: absolute;
  border-right: 1px solid #A11C34;
  height: 80%;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.programSection .programTabUl li.active, 
.programSection .programTabUl li:hover{
  background-color: #A11C34;
  color: #FFFFFF;
}
.programSection .programTabUl li:after{
  content: "";
  background: url(../images/polygon.webp) no-repeat;
  width:16.81px;
  height: 16.81px;
  background-size: contain;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.programSection .programTabUl li.active::after{
  opacity: 1;
  visibility: visible;
}
.programRow{
  display: flex;
   flex-wrap: wrap;
  gap: 20px;
}

.programBlock{
  padding: 20px 20px 36px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
/* Each tab pane */
.programTabPane {
  display: none;
}

.programTabPane.active {
  display: flex;
  justify-content: center;
}
.programBlock h4{
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #223F8F;
  margin:14.53px 0 20px;
}
.programBlock ul{
  list-style: disc;
  padding-left: 20px;
  max-width: 80%;
}
.programBlock ul li{
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #222222;
}
.overlayBlock{
  position: absolute;
  display: none;
  inset: 0;
  background: #223F8FE5;
  backdrop-filter: blur(10px);
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(100%);
  transition: 0.4s ease transform;
}
.overlayBlock h4{
  color: #FFFFFF;
}
.overlayBlock ul li{
  color: #FFFFFF;
}
.programBlock:hover .overlayBlock{
  transform: translateY(0);
  display: none;
}

.programBlock .arrowRight{
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #A11C34;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* admissionProcessSection css */
.admissionProcessSection{
  background: url(../images/admissionBg.webp) no-repeat center bottom;
  background-size: cover;
  padding: 90.82px 0 60px;
  color: #FFFFFF;
}
.admissionProcessSection .subTitle{
  max-width: 1432px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.assetmentRow{
  display: flex;
  margin: 16px 0 24.68px;
  gap: 20px;
}

.assetmentRow .assetsBlock{
  background: rgba(255, 255, 255, 0.051);
  border: 1px solid #FFFFFF33;
  border-radius: 10px;
  padding: 26px 10px 26px 42.6px;
  background: url('../images/circularIconWhite.webp') no-repeat top 26px left 8px;
  color: #FFFFFF;
  height: 240px;
}
.assetsBlock h5{
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-bottom: 10px;
}
.assetsBlock p{
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.stepBlock {
  background: #FFFFFF;          /* 1,4,7,10... */
  padding: 30px;
  border-radius: 10px;
  color: #A11C34;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 2,5,8,11... */
.stepBlock:nth-child(3n + 2) {
  background: #C02B46;
  color: #FFFFFF;
}

/* 3,6,9,12... */
.stepBlock:nth-child(3n) {
  background: #2F439C;
  color: #FFFFFF;
}
.stepBlock span{
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0%;
}
.stepBlock p{
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 0;
}

.stepRow{
  position: relative;
  padding-bottom: 80px;
}
.stepRow .swiperBtn{
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: auto;
  top: auto;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.swiperBtn::after{
  display: none;
}
.stepRow .swiper-button-next{
  background-image: url(../images/rightArrow.webp);
}

.stepRow .swiper-button-prev{
  background-image: url(../images/leftArrow.webp);
  background-color: #FFFFFF;
  right: 80px;
}

.polocyText{
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
  transform: translateY(-100%);
  z-index: 999;
  position: relative;
  max-width: 500px;
}
.polocyText .btnPrimary{
  margin-left: 10px;
  
}

/* campusSection css */

.campusSection{
  padding: 85px 0 87.5px;
}
.campusSection .subTitle{
  max-width: 1419px;
  margin: 10px auto 20px;
}

/* lifeReadinessSection css */

.lifeReadinessSection{
  background: #E9F7FF;
  padding: 79.56px 0 110.09px;
}
.lifeReadinessSection .subTitle{
  max-width: 1215px;
  margin: 0 auto;
}
.lifeCircleRow{
  
}
.lifeCircleBlockLeft{
  text-align: right;
  padding-top: 100px;
  transform: translateX(15px);
}
.lifeCircleBlockRight{
  text-align: left;
  padding-top: 100px;
  transform: translateX(-15px);
}
.lifeCircleRowInner{
    display: flex;
    justify-content: center;
}
.lifeCircleBlock h5{
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #001A6A;
  margin-bottom: 10px;
}
.lifeCircleBlock p{
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #222222;
  margin-bottom: 58.5px;
}
.lifeCircleRow{
  max-width: 1610px;
  margin: 0 auto;
}
.lifeCircleBlock{
  max-width: 510px;
}
.lifeCircleBlockImg{
  max-width: 502px;
  width: 100%;
  padding-top: 58.5px;
}
.lifeCircleBlockImg img{
  width: 100%;
}

.lifeCircleBlockLeft .lifeCircleBlock{
  background: url('../images/circular.webp') no-repeat center right;
  background-size: 24px 24px;
  padding-right: 60px;
}

.lifeCircleBlockRight .lifeCircleBlock{
  background: url('../images/circular.webp') no-repeat center left;
  background-size: 24px 24px;
  padding-left: 60px;
}
.lifeCircleBlockLeft .lifeCircleBlock:first-child{
  transform: translateX(60px);
}
.lifeCircleBlockLeft .lifeCircleBlock:nth-child(3n){
  transform: translateX(40px);
}

.lifeCircleBlockRight .lifeCircleBlock:first-child{
  transform: translateX(-60px);
}
.lifeCircleBlockRight .lifeCircleBlock:nth-child(3n){
  transform: translateX(-40px);
}
.lifeCircleBlockBottom .lifeCircleBlock{
  background: url('../images/circular.webp') no-repeat top center;
  text-align: center;
  margin: 0 auto;
  max-width: 770px;
  width: 100%;
  padding-top: 50px;
  transform: translateY(-35px);
}

.focusSection{
  background: url(../images/educationbg.webp) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 155px 0 155px;
}
.focusSection video{
  width: 100%;
  height: 100%;
  object-fit: cover;        /* or contain / fill / none / scale-down */
  object-position: center right;  /* e.g. 'right bottom', '50% 50%' */
  position: absolute;
  inset: 0;
}
.containerMiddle{
  box-shadow: 0px 4px 4px 0px #00000040;
  backdrop-filter: blur(40px);
  border: 1px solid #FFFFFF;
  background: #FFFFFF66;
  border-radius: 20px;
  width: calc(100% - 80px);
  max-width: 1139px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  padding: 34px 42px;
}
.containerMiddle p{
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #222222;
}


.prepareSection{
  background: url(../images/prepareSectionBg.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 0 91.5px;
}

.leftPrepare{
  max-width: 1080px; 
}

.leftPrepare p{
  max-width: 898.5px;
}
.prepareRow{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.prepareBlock{
  max-width: 360px;
  width: 100%;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #222222;
  padding: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.prepareBlock img{
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}

.prepareBlock:nth-child(2),
.prepareBlock:nth-child(5) {
  max-width: 290px;
}

.prepareSection .container{
  background: url(../images/prepareObject.webp) no-repeat right center;
  background-size: 32% auto;
}

.legacySection{
  padding: 80.41px 0 80px;
}

.legacySection .subTitle{
  max-width: 1215px;
  margin: 0 auto 20px; 
}
.digitRow{
  padding-bottom: 80px;
  position: relative;
}
.digitBlock{
  background: url(../images/legacy.webp) no-repeat top center;
  background-size: 70px 69.5px;
  padding-top: 90px;
}

.digitBlock h5{
  background: rgba(34, 63, 143, 0.1);
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.digitBlock span{
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #222222;
  display: block;
  margin: 10px 20px 0;
}

.digitRow .swiperBtn{
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  top: auto;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.digitRow .swiper-button-next{
  background-image: url(../images/rightArrow.webp);
}

.digitRow .swiper-button-prev{
  background-image: url(../images/leftRedArrow.webp);
}

.legacySection .btnPrimary{
  transform: translateY(-100%);
  position: relative;
  z-index: 999;
}

.legacySection{
  
   background-size: 100% auto;
   padding-bottom: 0px;
}

.bottomSection{
   
}
.bottomInner{
  background: url('../images/bottom.webp') no-repeat bottom center;
  padding: 62px 0 37px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
.bottomcontainer{
  max-width: 1431px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

footer{
  background: #000000;
  border-top: 3px solid #3067FF;
  padding: 19px 0 19px;
}
footer p{
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: center;
}

/* FormWidget css */
.formWidget{
  width: calc(100% - 40px);
  max-width: 400px;
  background: #FFFFFF;
  border: 1px solid #5f5d5dd8;
  border-radius: 20px;
  position: absolute;
  top: 22%;
  right: 5%;
  z-index: 999;
  height: 600px;
  overflow: hidden;

}
.formWidget h5{
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 400;
}

.thankyouPage{
  background: url(../images/thankyou.webp) no-repeat center bottom;
  background-size: cover;
  
  padding: 100px 0 532px;
}
.innerthank{
  max-width: 990px;
  width: calc(100% - 60px);
  margin: 0 auto;
  border: 2px solid #A11C34;
}
.innerthank .upper{
  background-color: #A11C34;
  color: #FFFFFF;
  font-weight: 700;
  font-style: Bold;
  font-size: 84px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  display: block;
}
.innerthank .lower{
  font-weight: 600;
  font-style: SemiBold;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #A11C34;
  padding: 11px;
  display: block;
}
.thankyouPage p{
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 10px;
}
@media screen and (max-width: 1600px) {
    header .logo img{
      height: 64px;
    }
    body,
    .btnPrimary,
    .programSection .programTabUl li,
    .programBlock h4,
    .polocyText,
    .lifeCircleBlock h5,
    .prepareBlock,
    footer p {
      font-size: 18px;
    }

    /* 18px → var(--fs-18) */
    .subTitle,
    .programBlock ul li,
    .stepBlock p,
    .lifeCircleBlock p,
    .containerMiddle p {
      font-size: 16px;
    }

    /* 16px → var(--fs-16) */
    .globalInfoCol h4,
    .globalInfo p,
    .assetsBlock h5,
    .assetsBlock p,
    .bottomInner {
      font-size: 14px;
    }

    /* 24px → var(--fs-24) */
    .batchGroup,
    .infoStrip,
    .digitBlock span {
      font-size: 22px;
    }

    /* 32px → var(--fs-32) */
    .programList span {
      font-size: 30px;
    }

    /* 40px → var(--fs-40) */
    .sectionHeading,
    .stepBlock span {
      font-size: 36px;
    }

    /* 48px → var(--fs-48) */
    .bannerSection .subHeading,
    .digitBlock h5 {
      font-size: 44px;
    }

    /* 94px → var(--fs-94) */
    .bannerSection h1 {
      font-size: 88px;
    }
    .legacySection{
      padding-bottom: 80px;
    }
    .innerthank .upper{
      font-size: 60px;
    }
    .innerthank .lower{
      font-size: 40px;
    }
    .thankyouPage p{
      font-size: 32px;
    }
}
@media screen and (max-width: 1540px) {
    .leftProgramContent{
       max-width: 480px;
    }
    .overlaytextBlock{
      max-width: 380px;
    }
    .overlaytextBlock h4{
      font-size: 18px;
    }
    .overlaytextBlock ul li{
      font-size: 14px;
    }
     .mainDesc{
      font-size: 18px !important;
    }
    .rightPanel{
      max-width: 1025px !important;
    }
    .leftPanel{
      max-width: 450px !important;
      flex: unset !important;
    }
}
@media screen and (max-width: 1440px) {
    header .logo img{
      height: 60px;
    }
    body,
    .btnPrimary,
    .programSection .programTabUl li,
    .programBlock h4,
    .polocyText,
    .lifeCircleBlock h5,
    .prepareBlock,
    footer p {
      font-size: 16px;
    }

    /* 18px → var(--fs-18) */
    .subTitle,
    .programBlock ul li,
    .stepBlock p,
    .lifeCircleBlock p,
    .containerMiddle p {
      font-size: 14px;
    }

    /* 16px → var(--fs-16) */
    .globalInfoCol h4,
    .globalInfo p,
    .assetsBlock h5,
    .assetsBlock p,
    .bottomInner {
      font-size: 13px;
    }

    /* 24px → var(--fs-24) */
    .batchGroup,
    .infoStrip,
    .digitBlock span {
      font-size: 18px;
    }

    /* 32px → var(--fs-32) */
    .programList span {
      font-size: 24px;
    }

    /* 40px → var(--fs-40) */
    .sectionHeading,
    .stepBlock span {
      font-size: 32px;
    }

    /* 48px → var(--fs-48) */
    .bannerSection .subHeading,
    .digitBlock h5 {
      font-size: 40px;
    }

    /* 94px → var(--fs-94) */
    .bannerSection h1 {
      font-size: 80px;
    }

    .lifeCircleBlockRight .lifeCircleBlock:nth-child(3n){
      transform: translateX(-20px);
    }
    .lifeCircleBlockLeft .lifeCircleBlock:nth-child(3n){
      transform: translateX(20px);
    }
     .legacySection{
      padding-bottom: 40px;
    }
    .innerthank .upper{
      font-size: 54px;
    }
    .innerthank .lower{
      font-size: 32px;
    }
    .thankyouPage p{
      font-size: 28px;
    }
}
@media screen and (max-width: 1280px) {
    .lifeCircleBlockImg{
      max-width: 464px;
      padding-top: 74.5px;
    }
    .lifeCircleBlock p{
      margin-bottom: 40px;
    }
    .lifeCircleBlockBottom .lifeCircleBlock{
      transform: translateY(-15px);
    }
    .programBlock .arrowRight, .stepRow .swiperBtn, .digitRow .swiperBtn{
      width: 40px;
      height: 40px;
      background-size: contain;
    }
     .programBlock .arrowRight img{
      object-fit: contain;
     }
     .leftSideContent{
      max-width: 100%;
     }
    .innerthank .upper{
      font-size: 48px;
    }
    .innerthank .lower{
      font-size: 28px;
    }
    .thankyouPage p{
      font-size: 21px;
    }
    
}
@media (max-width: 991px) {
  .programRow.active.swiper {
    display: block;              /* let Swiper manage slides */
  }

  .programRow.swiper .programBlock {
    max-width: none;
    width: auto;
    flex: none;
  }
  .campusImg{
    overflow: scroll;
  }
  .campusImg img{
    min-width: 1080px;
  }
}

@media screen and (max-width: 767px) {
    .d-desk{
      display: none;
    }
    .d-mob{
      display: block;
    }
    header .logo img{
      height: 50px;
    }
    header .container{
      justify-content: center;
    }
    header .btnPrimary{
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 999;
      text-align: center;
    }
    body,
    .btnPrimary,
    .programSection .programTabUl li,
    .programBlock h4,
    .polocyText,
    .lifeCircleBlock h5,
    .prepareBlock,
    footer p {
      font-size: 16px;
    }

    /* 18px → var(--fs-18) */
    .subTitle,
    .programBlock ul li,
    .stepBlock p,
    .lifeCircleBlock p,
    .containerMiddle p {
      font-size: 14px;
    }

    /* 16px → var(--fs-16) */
    .globalInfoCol h4,
    .globalInfo p,
    .assetsBlock h5,
    .assetsBlock p,
    .bottomInner {
      font-size: 13px;
    }
.flagSection{
  display: none;  
}
    /* 24px → var(--fs-24) */
    .batchGroup,
    .infoStrip,
    .digitBlock span {
      font-size: 18px;
    }

    /* 32px → var(--fs-32) */
    .programList span {
      font-size: 16px;
    }

    /* 40px → var(--fs-40) */
    .sectionHeading,
    .stepBlock span {
      font-size: 32px;
    }

    /* 48px → var(--fs-48) */
    .digitBlock h5 {
      font-size: 32px;
    }

    /* 94px → var(--fs-94) */
    .bannerSection h1 {
      font-size: 50px;
    }

    .bannerSection .subHeading{
      font-size: 28px;
      font-weight: 400;
    }
    .bannerSection{
      background: url('../images/homeBannerMb.webp') no-repeat bottom center;
      background-size: cover;
      padding: 377px 0 32px;
    }
    .leftContent{
      margin: 0 auto;
      text-align: center;
    }
    .batchGroup{
      margin: 10px auto 0;
      padding: 10px 32.px;
    }
    .learningSection{
      background: url('../images/educationObjectMb.webp') no-repeat bottom center, url('../images/education.webp') no-repeat top center;
       background-size: auto 463px, cover;
       padding-bottom: 463px;
    }
    
    .leftSideContent{
      max-width: 100%;
    }
    .admissionProcessSection{
      padding: 50px 0 40px;
    }
    /* .stepRow .swiper-button-next, .stepRow .swiper-button-prev{
      display: none;
    } */
    .polocyText{
      text-align: center;
      margin-top: 20px;
      transform: translateY(0);
    }
    .polocyText span{
      display: block;
      margin-bottom: 10px;
    }
    .stepRow{
      padding-bottom: 80px;
    }
    .stepRow .swiper-button-prev{
      right: auto;
      left: 0;
    }
     .stepRow .swiper-button-next{
      right: 0;
      left: auto;
    }
    .campusSection{
      padding: 60px 0;
    }
    .lifeCircleRowInner{
      flex-direction: column;
    }
    .lifeCircleRowInner .lifeCircleBlockLeft .lifeCircleBlock, .lifeCircleRowInner .lifeCircleBlockRight .lifeCircleBlock, .lifeCircleBlockBottom .lifeCircleBlock{
      transform: translate(0);
      
      background-size: 13px 13px;
    }
    .lifeCircleRowInner .lifeCircleBlockLeft .lifeCircleBlock{
      background-position: left center;
      padding-left: 40px;
      padding-right: unset;
    }
     .lifeCircleRowInner .lifeCircleBlockRight .lifeCircleBlock, .lifeCircleBlockBottom .lifeCircleBlock{
        background-position: right center;
        padding-left: unset;
        padding-right: 40px;
        max-width: 100%;
     }
    .lifeCircleBlockBottom .lifeCircleBlock{
      text-align: right;
      padding-top: 0;
    }
    .lifeCircleBlockRight{
      transform: translateX(0);
      text-align: right;
    }
    .lifeCircleBlockLeft{
      text-align: left;
      transform: translateX(0);
    }
    .lifeCircleBlockRight::after, .lifeCircleBlockLeft::after{
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      border: 1px solid hsla(0, 0%, 0%, 0.2);
    }
    .lifeCircleBlockRight::after{
        right: 5px;
        height: 125%;
        top: -5px;
    }
     .lifeCircleBlockLeft::after{
        left: 5px;
        bottom: -5px;
     }
    .lifeCircleBlockImg{
      margin: 0 auto;
      max-width: calc(100% - 10px);
    }
    .lifeCircleBlockRight, .lifeCircleBlockLeft{
      padding-top: 40px;
      position: relative;
    }
    .lifeCircleBlockImg{
      padding-top: 0;
    }

    .focusSection{
      padding: 91px 0 282px;
      background: url(../images/educationbgMb.webp) no-repeat bottom center;
      background-size: cover;
    }
    .prepareSection .prepareRow .prepareBlock{
      width: 100%;
      max-width: 100%;
    }
    .prepareBlock{
      display: unset;
    }
    .prepareSection{
      padding: 40px 0 0px;
    }
    .prepareSection .container {
        background: url(../images/prepareObject.webp) no-repeat bottom 50px center;
        background-size: 60% auto;
        padding-bottom: 600px;
    }
    .globalInfo{
      flex-direction: column;
    }
    .globalInfoCol{
      border-right: none;
      border-bottom: 1px solid #747474;
      max-width: 100%;
      padding: 10px;
      padding-top: 19.5px;
      padding-left: 40px;
      background-size: 20px 20px;
      background-position: left 10px top 20px;
    }
    .assetmentRow .assetsBlock{
      height: 180px;
    }
    .stepBlock{
      min-height: 240px;
    }
    .containerMiddle{
      padding: 20px;
    }
    .prepareBlock img{
      width: 48px;
      height: 48px;
    }
    .prepareBlock{
      padding: 10px;
      padding-top: 20px;
    }
    .legacySection{
      padding: 40px 0 40px;
    }
    .legacySection{
      padding-bottom: 220px;
      background: url(../images/flagBottomMb.webp) no-repeat bottom center;
      background-size: 80% auto;
    }
    .infoStrip{
      justify-content: flex-start;
    }
    .formWidget{
      position: unset;
      margin: 20px auto;
    }
    .programSection{
      padding: 40px 0 103px;
    }
    .programSection .subTitle{
      margin-bottom: 30px;
    }
    .lifeReadinessSection{
      padding: 40px 0 60px;
    }
    .programBlock:hover .overlayBlock {
      transform: translateY(100%);
    }

    .programBlock.showOverlay .overlayBlock {
      transform: translateY(0);
    }
    .overlayClose {
      position: absolute;
      right: 16px;
      top: 16px;
      width: 32px;
      height: 32px;
      border: none;
      background: #fff;
      color: #223F8F;
      font-size: 20px;
      line-height: 1;
      border-radius: 50%;
      cursor: pointer;
    }

    .thankyouPage{
      background: url('../images/thankyouMb.webp') no-repeat bottom center;
      background-size: cover;
      padding: 84px 0 437px;
    }
     .innerthank .upper{
      font-size: 48px;
    }
    .innerthank .lower{
      font-size: 28px;
    }
    .thankyouPage p{
      font-size: 21px;
    }
}

@media screen and (max-width: 430px){
  .sectionHeading, .stepBlock span{
    font-size: 24px;
  }
  header .logo img{
    height: 32.5px;
  }
  .btnPrimary{
    font-size: 12px;
    background-size: 20px 20px;
  }
  .prepareSection .container{
    padding-bottom: 400px;
  }
  .legacySection{
      padding-bottom: 220px;
      background: url(../images/flagBottomMb.webp) no-repeat bottom center;
      background-size: 100% auto;
    }
    body, .btnPrimary, .programSection .programTabUl li, .programBlock h4, .polocyText, .lifeCircleBlock h5, .prepareBlock, footer p{
      font-size: 14px;
    }
    .programBlock{
      min-height: 400px;
    }
    
}


/* Main Container */
.scholarshipContainer {
    background: linear-gradient(135deg, #2b458c, #1a2e66);
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    overflow-x: hidden; /* Prevent horizontal scroll on small screens */
}

/* Updated Wrapper Width */
.wrapper {
    display: flex;
    width: calc(100% - 40px);
    max-width: 1720px; /* Requested Width */
    gap: 40px;
    position: relative;
    margin: 0 auto;
}

/* --- Left Panel --- */
.leftPanel {
    flex: 1; /* Takes remaining space */
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.mainTitle {
    margin-bottom: 25px;
    line-height: 1.2;
}

.mainDesc {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 90%;
}

/* --- Absolute Section (Desktop) --- */
/* This wraps the slider controls and the note */
.absoluteSection {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 20px; /* Prevent hitting right edge */
}

/* Control Bar */
.sliderControls {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    max-width: 450px;
    height: 70px;
    margin-bottom: 30px;
}
.arrowBtn {
    width: 70px;
    height: 70px;
    background-color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a2e66;
    transition: background 0.3s;
}
.arrowBtn:hover {
    background-color: #e0e0e0;
}
.controlLabel {
    flex-grow: 1;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
}
.importantNote {
    font-size: 0.85rem;
    opacity: 0.8;
    line-height: 1.5;
    max-width: 500px;
}
.importantNote strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
}
/* --- Right Panel --- */
.rightPanel {
    /* Requested Width */
    flex: 0 0 1025px; 
    width: 1025px; 
    display: flex;
    gap: 20px;
    height: 600px; /* Fixed height for consistency */
}

/* Thumbnails */
.thumbnails {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 140px;
}

.thumbnail {
    flex: 1;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
    border: 2px solid transparent;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumbnail.active {
    opacity: 1;
    border-color: white;
}

.thumbnail:hover {
    opacity: 1;
}

/* --- Main Display --- */
.mainDisplay {
    flex: 1;
    position: relative;
    overflow: hidden;
}

#mainImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

/* Overlay on Image */
.imageOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(16, 26, 68, 1) 0%, rgba(16, 26, 68, 0.8) 70%, transparent 100%);
    padding: 40px;
    padding-top: 100px;
}

.imageOverlay h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.imageOverlay ul {
    list-style: none;
    font-size: 1rem;
}

.imageOverlay ul li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.imageOverlay ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: bold;
}

/* --- MOBILE RESPONSIVENESS --- */
/* Breakpoint: When screen is smaller than wrapper (1720px) + padding */
@media (max-width: 1760px) {
    /* Allow right panel to shrink if screen is smaller than target design */
    .rightPanel {
        flex: 1;
        width: auto;
        max-width: 1025px;
    }
}

@media (max-width: 1100px) {
    .scholarshipContainer {
        padding: 40px 0;
    }

    .wrapper {
        flex-direction: column;
        gap: 0;
        display: flex;
    }

    /* 
       Key Mobile Strategy: 
       Use display: contents to unwrap leftPanel, 
       then use Order to rearrange the items.
    */
    .leftPanel {
        display: contents; 
    }

    .mainTitle {
        order: 1;
       
        margin: 0;
    }

    .mainDesc {
        order: 1; /* Groups with Title */
        padding: 20px 0 20px;
        margin: 0;
    }

    .rightPanel {
        order: 2; /* Image in middle */
        width: 100%;
        max-width: 100%;
        flex: none;
        height: auto;
        margin-bottom: 0;
    }

    /* Hide desktop thumbnails */
    .thumbnails {
        display: none;
    }
    
    .mainDisplay {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-bottom: 20px;
    }

    #mainImage {
        height: 300px; /* Fixed height for mobile image */
    }

    .imageOverlay {
        position: relative; /* Not overlaying image on mobile */
        background: #132252;
        padding: 20px;
    }

    /* --- Absolute Section becomes Relative on Mobile --- */
    .absoluteSection {
        order: 3; /* Bottom */
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0;
        margin-top: 0;
    }

    .sliderControls {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
        background: #2b458c; /* Slightly lighter blue bar */
    }
    
    .importantNote {
        padding: 0 20px 40px 20px;
        text-align: center;
        max-width: 100%;
    }
}

.flagSection{
  transform: translateY(11px);
}
.flagSection img{
    width: 100%;
}

@media screen and (min-width: 991px) and (max-width: 1480px){
  .imageOverlay ul{
    overflow: auto;
    max-height: 300px;
  }
}
@media screen and (min-width: 1920px){
  .learningSection{
    background-size: auto 920px, cover;
    background-position: center bottom, top center;
  }
}