/* --------------------------------------------------------------------------
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
}
.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: #001662;
  margin-bottom: 20px;
}
.sectionHeading span{
  color: #A11C34;
}
.sectionHeading.Light{
  color: #FFFFFF;
}
.subTitle{
  font-weight: 400;
  font-size: 20px;
  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 */
.heroSection{
  background: url(../images/bannerbg.webp) no-repeat center center;
  background-size: cover;
 
}
/* .heroSection .container{
  display: flex;
  background: url(../images/heroStudunt.webp) no-repeat bottom center;
  background-size: auto 444px;
} */

.leftContetBanner{
  padding: 70px 0 180px;
  max-width: 559px;
}
.heroSection h1{
  font-weight: 400;
  font-style: Bold;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #A11C34;
  margin-bottom: 20px;
}
 .heroSection h1 .sm{
      font-size: 30px;
      font-weight: 400;
    }
.heroSection h1 span.fBold{
  font-weight: 700;
}
.heroSection h1 span.block{
  display: block;
  white-space: nowrap;
}
.programBtech li{
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #223F8F;
  padding: 14.5px 50px 14.5px 70px;
  border: 1px solid #00000033;
  border-radius: 10px;
  min-height: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  max-width: 380px;
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 30px auto;
  backdrop-filter: blur(40px)
}
.programBtech li:nth-child(1){
  background-image: url(../images/hero-l-1.webp);
}
.programBtech li:nth-child(2){
  background-image: url(../images/hero-l-2.webp);
}
.programBtech li:nth-child(3){
  background-image: url(../images/hero-l-3.webp);
}
.centerContentBanner{
  display: flex;
  gap: 12px;
  max-width: 850px;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.centerContentBanner > div{
  background-repeat: no-repeat;
  background-position: center left 13.66px;
  padding: 18.66px 13.66px 18.66px 76.33px;
  background-size: 50px 50px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  backdrop-filter: blur(10px);
  background-color: #FFFFFF1A;
  max-width: 379px;
  width: 100%;
}

.centerContentBanner > div::after{
  content: "";
  border: 1px solid #A11C34;
  border-top: 1px solid #c5959e;
  border-bottom: 1px solid #f08b9e;
  border-right: 0;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  position: absolute;
  border-radius: 12px 0 0 12px;
}
.centerContentBanner > div::before{
  content: "";
  border: 1px solid #223F8F;
  border-top: 1px solid #989a9e;
  border-bottom: 1px solid #7090e7;
  border-left: 0;
  top: 0px;
  right: 0;
  width: 70%;
  height: 100%;
  position: absolute;
  border-radius: 0 12px 12px 0;
}
.centerContentBanner .first{
  background-image: url(../images/hero-r-1.webp);
}
.centerContentBanner .second{
  background-image: url(../images/hero-r-2.webp);
}
.centerContentBanner .third{
  background-image: url(../images/hero-r-3.webp);
}
.infoStrip{
  background-color: #A11C34;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center; 
  font-size: 20px;
  padding: 12px 20px;
  color: #FFFFFF;
  display: flex;
  gap: 25px;
  justify-content: center;
  overflow: auto;
}
.infoStrip span{
  white-space: nowrap;
}
  .courseBlockTitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    background-color: #A11C34;
    padding: 10px;
    max-width: 380px;
    text-align: center;
    margin-top: 20px;
  }

/* learningSection css */

.learningSection{
  background: url('../images/educationObject.webp') no-repeat bottom right, url(../images/bottomStrip.svg) repeat-x bottom left;
  background-size: 43.02% auto, 100% auto;
  padding: 57.5px 0 118px;
}

.leftSideContent{
  max-width: 953px;
  width: 67%;
}
.globalInfo{
  max-width: 953px;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.globalInfoCol{
  max-width: 215px;
  width: 100%;
  padding: 59.62px 20px 0px;
  border: 1px solid #21212133;
  background: url(../images/circularIconRed.webp) no-repeat top 20px left 20px;
  background-size: 24.62px auto;
}

.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: #FFFFFF;
  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;
}
.programSection .container{
  display: flex;
  gap: 40px;
}
.leftProgramContent{
  max-width: 640px;
}
.programNewBlock{
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.deafaulNewtBlock{
  line-height: 0;
}
.overlaytextBlock{
  background-color: #e9f7ff;
  padding: 20px 20px;
  border-radius: 12px;
}
.overlaytextBlock h4{
  font-size: 24px;
  color: #001662;
  margin-bottom: 20px;
}
.overlaytextBlock ul{
  margin-bottom: 20px;
}
.overlaytextBlock li{
  font-size: 18px;
    line-height: 1.7;
}
.programRow{
  display: flex;
   flex-wrap: wrap;
    gap: 21.5px;
    margin-bottom: 30px;
}

.programBlock{
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
.programBlock img{
  width: 100%;
  border-radius: 20px;
  height: 478px;
}
.deafaultBlock{
  position: relative;
  line-height: 0;
}

/* Each tab pane */
.programTabPane {
  display: none;
}

.programTabPane.active {
  display: flex;
  justify-content: center;
}
.programBlock .deafaultBlock h4{
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
  position: absolute;
  width: calc(100% - 20px);
  bottom: 20px;
  left: 50%;
  z-index: 0;
  background-color: #A11C34;
  transform: translateX(-50%);
  height: 76px;
  padding: 5px 5px 5px 15px;
  display: flex;
  align-items: center;
  border-radius: 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;
  inset: 11.5px;
  background:#A11C34B2;
  backdrop-filter: blur(10px);
  padding: 35px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(calc(100% + 23px));
  transition: 0.4s ease transform;
  z-index: 99;
}
.overlayBlock h4{
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.overlayBlock ul{
  margin-bottom: 15px;
}
.overlayBlock ul li{
  color: #FFFFFF;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 5px;
}
.overlayBlock ul li::marker {
    font-size: 12px;
}
.programBlock:hover .overlayBlock{
  transform: translateY(0);
}

.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: #FFFFFF;
  background-size: cover;
  padding: 90.82px 0 60px;
  color: #222222;
}
.admissionProcessSection .subTitle{
  max-width: 1432px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.admissionProcessSection .fontSize{
  font-size: 24px;
}
.assetmentRow{
  display: flex;
  margin: 16px 0 24.68px;
  gap: 20px;
}

.assetmentRow .assetsBlock{
  background: rgba(255, 255, 255, 0.051);
  border: 1px solid #00000080;
  border-radius: 10px;
  padding: 26px 10px 26px 42.6px;
  background: url('../images/circularIconRed.webp') no-repeat top 26px left 8px;
  color: #222222;
  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: #222222;
}

.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;
  border: 1px solid #00000080;
}

/* 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;
}
.stepRow .note{
  font-size: 14px;
}
.swiperBtn::after{
  display: none;
}
.stepRow .swiper-button-next{
  background-image: url(../images/rightArrow.webp);
}

.stepRow .swiper-button-prev{
  background-image: url(../images/leftRedArrow.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;
}


.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: 0px 0 80px;
}

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

.digitBlock:nth-child(1){
  background-image: url(../images/Legacy-1.webp)
}
.digitBlock:nth-child(2){
  background-image: url(../images/Legacy-2.webp)
}
.digitBlock:nth-child(3){
  background-image: url(../images/Legacy-3.webp)
}
.digitBlock:nth-child(4){
  background-image: url(../images/Legacy-4.webp)
}
.digitBlock:nth-child(5){
  background-image: url(../images/Legacy-5.webp)
}
.digitBlock:nth-child(6){
  background-image: url(../images/Legacy-6.webp)
}
.digitBlock:nth-child(7){
  background-image: url(../images/Legacy-7.webp)
}
.digitBlock:nth-child(8){
  background-image: url(../images/Legacy-8.webp)
}
.digitBlock:nth-child(9){
  background-image: url(../images/Legacy-9.webp)
}

.digitBlock h5{
  background: rgba(34, 63, 143, 0.1);
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #223F8F;
}
.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;
  background-size: cover;
  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: 380px;
  background: #FFFFFF;
  border: 1px solid #5f5d5dd8;
  border-radius: 20px;
  position: absolute;
  top: 27%;
  right: 5%;
  z-index: 999;
  height: 520px;
  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;
}

/* Training Section CSS  */


/* 2. Main Container */
.trainingSection {
    width: 100%;
    padding: 80px 0px;
    background: url(../images/training.webp) no-repeat center bottom;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headingWrapper{
  margin: 0 auto;
  max-width: 1410px;
  color: #ffffff;
}
/* 3. Grid Layout */
.training-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    width: 100%;
    max-width: 1800px;
}

/* 4. Card Styling (Parent) */
.training-card {
    position: relative; 
    max-width: 415px;
    width: 100%;
    min-height: 260px;
    border: 1px solid #CDCDCD80;
    border-radius: 20px;
    color: #ffffff;
    
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

/* 5. Overlay Wrapper (Holds Icon + Text) */
.training-card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    
    display: flex;
    flex-direction: column;
    
    transition: all 0.5s ease;
}

/* 6. Icon Styling */
.training-card-icon {
    display: block;
    height: 50px; 
    margin-bottom: 20px;
    
    /* Animation props */
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
    margin-bottom: auto;
}

.training-card-icon img {
    width: 50px;
    height: auto;
}

/* 7. Text Content Styling */
.training-text-content {
    z-index: 5; 
    transition: height 0.5s ease;
}

.training-card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.training-card-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    transition: transform ease 0.8s, height ease 0.2s;
    height: 0;
    transform: translateY(50%);
}

/* 8. Badge Styling */
.training-number-badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 110px;
    height: 110px;
    
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; 
    transition: background 0.4s ease;
    z-index: 1;
}

.training-number-badge span {
    font-size: 3.5rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.2);
    padding-right: 15px; 
    padding-bottom: 15px;
    transition: color 0.4s ease;
}

/* ============================ */
/*        HOVER EFFECTS         */
/* ============================ */

/* A. Card Hover State */
.training-card:hover {
    background-color: #a91e36; 
    border-color: #c4324d;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.training-card:hover .training-text-content{
    height: 100%;
}

/* B. Icon Hides */
.training-card:hover .training-card-icon {
    transform: translateY(-80px);
    height: 0; /* Collapses space so text moves up */
    margin-bottom: 0;
    opacity: 0;
}

/* C. Text Expands */
.training-card:hover .training-card-desc {
    height: auto;
    transform: translateY(10%);
}

/* D. Badge Changes */
.training-card:hover .training-number-badge {
    background: rgba(0, 0, 0, 0.1);
}

.training-card:hover .training-number-badge span {
    color: rgba(255, 255, 255, 0.4);
}

/* Faculty CSS */

    .leadership-section {
        padding: 60px 0px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        background-color: #E9F7FF;
    }
    .Visioning-section{
      padding: 80px 0 60px;
      background-color: #FFFFFF;
    }
    .leadership-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
        padding: 0 0px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .section-title {
        font-size: 32px;
        font-weight: 700;
        color: #0f1642;
    }

    .nav-controls {
        display: flex;
        gap: 10px;
    }

       /* Common settings for Navigation Buttons in both sections */
    .leadership-section .nav-btn,
    .Visioning-section .nav-btn {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: opacity 0.3s ease;
        border-radius: 2px;
    }

    .leadership-section .nav-btn:hover,
    .Visioning-section .nav-btn:hover {
        opacity: 0.8;
    }

    .leadership-section .nav-btn img,
    .Visioning-section .nav-btn img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Red Background (Previous Button) */
    .leadership-section .prev-btn-custom,
    .Visioning-section .prev-btn-custom {
        background-color: #a91e36;
    }

    /* Blue Background (Next Button) */
    .leadership-section .next-btn-custom,
    .Visioning-section .next-btn-custom {
        background-color: #2b4592;
    }

    /* Swiper Container Settings */
    .leadership-swiper,
    .Visioning-swiper {
        width: 100%;
        padding-bottom: 0px;
    }

    .swiper-slide {
        height: auto;
    }

    .leader-card {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 8px;
        padding: 19px 15px;
        text-align: center;
        box-shadow: 0px 0px 14px 0px #00000026 inset;
        border: 1px solid #CDCDCD80;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .Visioning-swiper .leader-card{
      background-color: unset;
      border: unset;
      box-shadow: unset;
    }
    .leader-card:hover {
        transform: translateY(-5px);
    }

    .image-wrapper {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .leader-photo {
        position: relative;
        width: 100%;
        object-fit: contain;
        z-index: 2;
        aspect-ratio: 16/15;
        max-width: 287px;
        margin: 0 auto;
    }

    .leader-name {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 8px;
        color: #001662;
    }

    .leader-role {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 4px;
        color: #000000;
    }

    .leader-affiliate {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
    }


/* --- Existing Layout CSS provided by you --- */
.evaluationSection{
  background: url(../images/evaulation.webp) no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
  padding: 80px 0 0px ;
}
.evaluationRow{
  display: flex;
}
.leftColumnEva, .rightColumnEva{
  flex: 0 0 50%;
  /* Added positioning for relative stacking */
  position: relative; 
}
.leftColumnEva{
  padding-bottom: 0px;
}
.rightColumnEva{
  padding-bottom: 0px;
}
.leftColumnEva .inner{
  max-width: 784px;
  width: 92%;
}
.rightColumnEva .inner{
  max-width: 784px;
  margin-left: 8%;
  width: 92%;
}
.evaluationSection h3{
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.evaluationSection p, .evaluationSection .orText {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 15px; /* Added spacing */
}
.evaluationSection .orText {
    display: block;
    font-weight: 600;
    margin: 20px 0;
    font-size: 18px;
}
.ttlText.whiteline{
     display: block;
    font-weight: 700;
    margin: 20px 0;
    font-size: 24px;
    border-top: 1px solid #FFFFFF;
    padding-top: 15px;
}
.noteText {
    font-size: 12px !important;
    margin-top: 30px;
    opacity: 0.9;
    /* border-top: 1px solid rgba(255,255,255,0.3); */
    padding-top: 15px;
}
.fontBold { font-weight: 700; }

.infoContainer{
  background: #FFFFFF;
  border-radius: 9999px;
  display: flex;
  padding: 30px 100px;
  margin-bottom: -60px;
  position: relative;
  box-shadow: 0 15px 40px #0000000f;
  justify-content: space-between;
  color: #001662;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
}
/* --- NEW SWIPER CSS --- */

/* 1. Container sizing */
.textSlider {
    width: 100%;
    padding-bottom: 40px; /* Space for the dots at the bottom */
}

/* 2. Slide Content */
.textSlider .swiper-slide p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

/* 3. Custom Pagination (The Dots) */
.textSlider .swiper-pagination {
    bottom: 0px !important; /* Move dots to very bottom */
    text-align: left; /* Align dots to left */
}

/* The Dots Styling */
.textSlider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent; /* Hollow center */
    border: 1px solid #FFFFFF; /* White border */
    opacity: 1;
    margin: 0 6px !important;
    transition: all 0.3s ease;
}

/* The Active Dot (Pill Shape) */
.textSlider .swiper-pagination-bullet-active {
    background: #FFFFFF; /* Solid White */
    width: 30px; /* Stretch to make it a pill */
    border-radius: 5px;
}




@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 {
      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;
    }
    .leftSideContent{
      width: 55%;
    }
    .legacySection{
      padding-bottom: 80px;
    }
    .innerthank .upper{
      font-size: 60px;
    }
    .innerthank .lower{
      font-size: 40px;
    }
    .thankyouPage p{
      font-size: 32px;
    }
    .heroSection{
      background-position: center center;
    }
    .centerContentBanner{
        max-width: 650px;
    }
    /* .heroSection .container {
      display: flex;
      background: url(../images/heroStudunt.webp) no-repeat bottom center;
      background-size: auto 380px;
  } */
}
@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: 550px !important;
      flex: unset !important;
      width: 100% !important;
    }
}
@media screen and (max-width: 1480px) {
    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 {
      font-size: 13px;
    }

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

    /* 32px → var(--fs-32) */
    .programList span, .infoContainer {
      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;
    }
    .programBlock .deafaultBlock h4{
      font-size: 18px;
      padding: 2px 5px;
      height: 70px;
    }
    .overlayBlock{
      padding: 20px;
    }
  
    .centerContentBanner{
      padding-top: 60px;
    }
    .leftContetBanner{
      padding-top: 50px;
    }
    .centerContentBanner > div{
      font-size: 15px;
    }
    .heroSection h1{
      font-size: 36px;
    }
    .heroSection h1 .sm{
      font-size: 30px;
    }
    .centerContentBanner{
        max-width: 600px;
    }
    .heroSection .container {
      display: flex;
     
    }
    .centerContentBanner{
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      transform: translateX(0%);
    }
}
@media screen and (max-width: 1280px) {
  .sectionHeading, .stepBlock span{
    font-size: 24px;
  }
    .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;
    }
    .evaluationSection h3 {
      font-size: 24px;
    }
    .evaluationSection p, .training-card-title {
      font-size: 16px;
    }
    .training-card-desc{
      font-size: 14px;
      transform: translateY(0);
    }
    .programBlock .deafaultBlock h4{
      font-size: 16px;
      height: 60px;
    }
    .overlayBlock{
      padding: 10px;
    }
    .programBlock h4{
      font-size: 14px;
    }
    .overlayBlock ul{
      margin-bottom: 10px;
    }
    .programBlock ul li{
      font-size: 12px;
      margin-bottom: 0;
    }
    .learningSection{
      padding: 27.5px 0 60px;
    }
    .globalInfoCol{
      padding: 39px 10px 0;
      background-size: 16.62px auto;
      background-position: top 10px left 10px;
    }
  
    .centerContentBanner{
      padding-top: 40px;
    }
    .leftContetBanner{
      padding-top: 20px;
      padding-bottom: 50px;
    }
    .centerContentBanner > div{
      font-size: 15px;
    }
    .heroSection h1{
      font-size: 36px;
    }
    /* .heroSection .container {
      display: flex;
      background: url(../images/heroStudunt.webp) no-repeat bottom center;
      background-size: auto 320px;
    } */
    .centerContentBanner{
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      transform: translateX(0%);
    }
    .overlaytextBlock{
      max-width: 432px;
    }
    .leftProgramContent{
      max-width: 340px;
    }
}
@media screen and (max-width: 1180px) {
  .programBlock h4{
    font-size: 12px;
  }
   .programBlock ul li{
    font-size: 10px;
  }

 
     .heroSection h1{
      font-size: 28px;
    }
    .programBtech li{
      max-width: 340px;
      font-size: 15px;
    }
    
}
@media (max-width: 991px) {
  header{
    padding: 0;
  }
  header .logo img{
    height: 40px;
  }
  header .btnPrimary{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #A11C34;
    text-align: center;
  }
  .heroSection{
    background-image: url(../images/bannerImg_mb.webp);
    background-position: center bottom;
    background-size: 100% auto;
  }
  .heroSection{
    padding: 0;
  }
  .heroSection .container{
    flex-direction: column;
    justify-content: flex-start;
    /* background: url(../images/heroStudunt.webp) no-repeat bottom center;
    background-size: auto 210px; */
     padding-bottom: 260px;
  }

  .leftContetBanner{
    padding-bottom: 20px;
  }
  .programBtech{
    display: flex;
    gap: 6px;
  }
  .programBtech li{
    padding: 45.16px 12px 12px 12px;
    background-position: top 12px left 12px;
    background-size: 20px 20px;
    font-size: 12px;

  }
  .centerContentBanner{
    flex-direction: column;
    padding-top: 0;
    transform: translateX(0);
    align-items: flex-start;
  }
  .centerContentBanner > div{
    font-size: 12px;
    background-size: 35px auto;
    padding: 13px 20px 13px 50px;
    background-position: left 0 center;
    border-radius: 9999px;
    background-color: #ffffff;
  }
   .centerContentBanner > div span{
    display: block;
    background-color: #ffffff63;
    position: relative;
    z-index: 99;
   }
  .centerContentBanner > div::before{
    border-radius:  0 9999px 9999px 0;
    z-index: 1;
  }
  .centerContentBanner > div::after{
    border-radius: 0 0 0 0;
    z-index: 1;
  }
  .centerContentBanner .first, .centerContentBanner .third{
    transform: translateY(0);
  }
  .programRow.active.swiper {
    display: block;              /* let Swiper manage slides */
  }

  .programRow.swiper .programBlock {
    max-width: none;
    width: auto;
    min-height: unset;
  }
  .overlayBlock{
    position: relative;
    inset: unset;
    left: unset;
    top: unset;
    transform: translateY(20px);
    padding: 20px;
    max-height: 233px;
    border-radius: 20px 20px 0 0;
    background: #A11C34;
  }
  .programBlock:hover .overlayBlock {
    transform: translateY(20px);
  }
  .programBlock .deafaultBlock h4{
    display: none;
  }
  .programBlock ul li{
    font-size: 12px;
  }
  .programBlock ul{
    max-width: 100%;
  }
  .campusImg{
    overflow: scroll;
  }

    .campusImg img {
        min-width: 1080px;
    }
  .containerMiddle p {
      font-size: 14px;
    }

    /* 16px → var(--fs-16) */
    .globalInfoCol h4,
    .globalInfo p {
      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: 24px;
    }

    /* 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, #FFFFFF;
       background-size: auto 337.5px, cover;
       padding-bottom: 337.5px;
    }
    
    .leftSideContent{
      max-width: 100%;
      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-wrap: wrap;
      gap: 8px;
    }
    .globalInfoCol{
      max-width: 190px;
      width: calc(50% - 4px);
      padding: 10px;
      padding-top: 19.5px;
      padding-left: 40px;
      background-size: 20px auto;
      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;
    }
  
    .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.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;
    }

    .training-card {
      background-color: #a91e36;
      border-color: #c4324d;
    }
    .training-card-icon{
      margin-bottom: 20px;
    }
    .training-card-desc{
      height: auto;
    }
    .programTabPane{
      width: calc(50% + 50vw);
      margin-left: auto;
    }
    .training-card-grid{
      padding-bottom: 60px;
      width: calc(50% + 50vw);
      margin-left: auto;
    }
    .training-card-grid .swiper-button-next{
        top: unset;
        bottom: 0;
        background: url(../images/rightArrow.webp) no-repeat center center;
        background-size: contain;
        width: 44px;
        height: 44px;
        right: calc(50% - 50px);
    }
    .swiper-button-next::after, .swiper-button-prev::after{
      display: none;
    }
    .training-card-grid .swiper-button-prev{
        top: unset;
        bottom: 0;
        background: url(../images/leftRedArrow.webp) no-repeat center center;
        background-size: contain;
        width: 44px;
        height: 44px;
        left: calc(50% - 50px);
    }
    footer{
      margin-bottom: 55px;
    }
    .programSection{
      padding: 40px 0 40px;
    }
    .deafaulNewtBlock img{
      width: 100%;
    }
    .programNewBlock{
      flex-direction: column;
       margin: 0;
       width: 100%;
    }
      .programSection .container{
      flex-direction: column;
    }
}

@media screen and (max-width: 430px){
  .heroSection h1{
      font-size: 20px;
      text-align: center;
  }

  .heroSection h1 .sm{
    font-size: 18px;
  }

  .heroSection .container{
      background-size: auto 188px;
  }
  .sectionHeading, .stepBlock span{
    font-size: 24px;
  }
  header .logo img{
    height: 32.5px;
  }
  .overlayBlock{
    max-height: unset;
  }
  .btnPrimary{
    font-size: 12px;
    background-size: 20px 20px;
  }
  .prepareSection .container{
    padding-bottom: 400px;
  }

    body, .btnPrimary, .programSection .programTabUl li, .programBlock h4, .polocyText, .lifeCircleBlock h5, .prepareBlock, footer p{
      font-size: 14px;
    }
  
      .centerContentBanner > div{
        padding: 10px 5px 10px 40px;
        font-size: 11px;
      }
}


/* 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: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 90%;
}

/* --- Absolute Section (Desktop) --- */
/* This wraps the slider controls and the note */
.absoluteSection {
    position: unset;
    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%;
    height: 70px;
    margin: 30px auto;
}
.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: 1.1rem;
    opacity: 0.8;
    line-height: 1.5;
    max-width: 500px;
}
.importantNote strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.2;
}
/* --- 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 */
        object-position: top center; /* Focus on top of image for mobile */
         transition: none; /* Disable zoom effect on mobile */
    }

    .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 (max-width: 991px) {
    
    /* 1. Section Container & Background */
    .evaluationSection {
        background: #981b30; /* Fallback color */
        transition: background-color 0.4s ease; /* Adds smooth fade effect */
        background-size: cover;
        padding-top: 40px;
        padding-bottom: 0;
        position: relative;
    }

    /* 2. Hiding Desktop Column Layout */
    .evaluationRow {
        display: block;
        position: relative;
        /* This places the girl image at the bottom of the text area */
    }

    /* Reset Column Styles */
    .leftColumnEva, .rightColumnEva {
        flex: none;
        width: 100%;
        background-position: center bottom;
        background-size: auto 280px;
        padding-bottom: 0px; /* Push content up so text doesn't overlap girl's face */
    }

    /* By default hide the Right Column (International) */
    .rightColumnEva {
        display: none;
    }

    .leftColumnEva .inner, .rightColumnEva .inner {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0px; /* Side padding for text */
    }

    /* 3. Typography Adjustments */
    .evaluationSection h2.sectionHeading {
        font-size: 24px;
        margin-bottom: 25px;
        padding: 0 15px;
    }

    /* Hide the <h3> inside columns (Tab buttons replace them) */
    .evaluationSection h3 {
        display: none;
    }

    .evaluationSection p, .textSlider .swiper-slide p {
        font-size: 15px;
        line-height: 1.5;
        text-align: left;
    }

    .evaluationSection .orText {
        font-size: 18px;
        margin: 15px 0;
    }
    
    .noteText {
        margin-top: 15px;
        padding-bottom: 20px; /* Ensure note text doesn't hit the image too hard */
        border-top: 1px solid rgba(255,255,255,0.2);
    }

    /* 4. Tab Button Styling (The Pill Shape) */
    .mobileTabs {
        display: flex;
        background: #FFFFFF;
        border-radius: 50px;
        padding: 5px;
        margin: 0 0px 30px 0px; /* Center with spacing */
        position: relative;
        z-index: 10;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .mobileTabs .tab-btn {
        flex: 1;
        background: transparent;
        border: none;
        padding: 12px 5px;
        border-radius: 40px;
        font-weight: 700;
        font-size: 13px; /* Smaller font to fit two lines if needed */
        color: #234293; /* Blue text for inactive */
        cursor: pointer;
        transition: all 0.3s ease;
        line-height: 1.2;
    }

    /* Active State (Blue Button) */
    .mobileTabs .tab-btn.active {
        background: #234293; 
        color: #FFFFFF;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    /* 5. Bottom Info Container (The White Sheet) */
    .infoContainer {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 30px 20px;
        /* Create the rounded top sheet look */
        border-radius: 50px 50px 0 0; 
        margin-bottom: 0;
        margin-left: -15px; /* Counteract generic container padding */
        width: calc(100% + 30px);
        position: relative;
        z-index: 5; /* Sit on top of the girl image bottom part */
        gap: 15px;
    }

    .infoContainer span {
        font-size: 22px;
        color: #001662;
    }

    .infoContainer .btnPrimary {
        width: 100%; /* Full width button */
    }
    .mainDesc{
      font-size: 16px !important;
    }
    .importantNote{
      text-align: left;
      font-size: 14px;
      padding: 20px 0;
    }
    .imageOverlay h2{
      font-size: 1.2rem;
    }
        .overlaytextBlock h4{
        font-size: 21px;
        color: #001662;
        margin-bottom: 20px;
      }
}

/* Hide Tabs on Desktop */
@media (min-width: 768px) {
    .mobileTabs {
        display: none;
    }
}



.programNewStructure .leftProgramContent{
  width: 100%;
  max-width: 620px;
}
.programNewStructure .programNewBlock{
  max-width: 1100px;
  width: 100%;
}
.programNewStructure .deafaulNewtBlock{
  width: 50%;
  max-width: unset;
}

.programNewStructure .overlaytextBlock{
  width: 50%;
  max-width: unset;
}
@media screen and (max-width: 1650px) {
.programNewStructure .leftProgramContent {
    max-width: 480px;
}
}

@media screen and (max-width: 1560px) {
  .programNewStructure .leftProgramContent{
    max-width: 480px;
  }
  .programNewStructure .programNewBlock{
    max-width: 1080px;
  }
}

@media screen and (max-width: 1440px) {
  .programNewStructure .leftProgramContent{
    max-width: 400px;
  }
  .programNewStructure .programNewBlock{
    max-width: 900px;
  }
   .programSection.programNewStructure {
    padding-bottom: 20px;

  }
}

@media screen and (max-width: 1280px) {
 
  /* .programNewStructure .leftProgramContent{
    max-width: 320px;
  } */
  .programNewStructure .programNewBlock{
    max-width: 800px;
  }

      .overlaytextBlock ul li {
        font-size: 12px;
    }
        .overlaytextBlock h4 {
        font-size: 16px;
    }
    .programSection .subTitle {
    max-width: 1419px;
    margin: 0 auto 20px;
}
.programSection .container {
    gap: 20px;
}
.programNewBlock {
    gap: 20px;
}
.overlaytextBlock h4 {

    margin-bottom: 10px;
}
}

@media screen and (max-width: 1100px) {
  .programNewStructure .leftProgramContent{
    max-width: 320px;
  }
  .programNewStructure .programNewBlock{
    max-width: 700px;
  }
}

@media screen and (max-width: 991px) {
  .programNewStructure .leftProgramContent{
    max-width: 100%;
  }
    .programNewStructure.programSection .container{
      flex-direction: column;
    }
    .programNewStructure.programSection .programNewBlock{
       flex-direction: row;
       max-width: 100%;
    }
}

@media screen and (max-width: 991px) {

    .programNewStructure.programSection .programNewBlock{
       flex-direction: column;
    }
    .programNewStructure .deafaulNewtBlock{
      width: 100%;
    }
    .programNewStructure .overlaytextBlock{
      width: 100%;
    }
}