* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

:hover {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@font-face {
    font-family: 'Polymath';
    src: url('../fonts/Polymath-Regular.woff2') format('woff2'),
        url('../fonts/Polymath-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath';
    src: url('../fonts/Polymath-Semibold.woff2') format('woff2'),
        url('../fonts/Polymath-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Polymath';
    src: url('../fonts/Polymath-Bold.woff2') format('woff2'),
        url('../fonts/Polymath-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'adelia';
    src: url('../fonts/adelia.woff2') format('woff2'),
        url('../fonts/adelia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
  font-family: 'Polymath';
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Polymath';
}
p {
  
}
.textGradient
{
  background: linear-gradient(90deg, #BF933A 0%, #FFF8AD 13.4%, #C79F47 23.59%, #F9EFA3 50.87%, #EAD888 60.33%, #DEC471 70.82%, #D9BC68 77.37%, #FFF8AD 86.54%, #C79F47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

img {
  max-width: 100%;
}
.container-fluid
{
  max-width: 1780px;
}

/*** Header css Start ***/

header {
  padding: 10px 0 20px;
  position: relative;
  width: 100%;
  background: #0F3885;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: 0px auto;
}

.pageHeader.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  z-index: 9999;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


.top-flex {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
}

.top-left {
  width: auto;
  height: auto;
  margin: 0px 0 0 0;
}

.top-right {
  width: auto;
  height: auto;
  margin: 23px 0 0 0;
}
.top-right a  
{
  background:#123985;
  padding: 15px 40px;
  border-radius: 0px;
  color: #fff;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
}
.top-right a:hover 
{
  background: rgb(191, 147, 58);
}

.is-sticky .top-right {
  margin: 18px 0 0 0;
}


.banner {
  width: 100%;
  height: auto;
  position: relative;
  padding: 80px 0 0px 0;
  background: url(../images/banner.webp) no-repeat right;
  background-size: cover;
  min-height: 800px;
  position: relative;
  overflow: hidden;
}
.bannerText {
  width: 100%;
  max-width: 740px;
  margin: 85px 0 0 0;
  z-index: 99;
  position: relative;
}
.bannerText h1 {
  color: #fff;
  margin: 0 0 0px 0;
  font-weight: 700;
  font-size: 62px;
  line-height: 120%;
  text-transform: uppercase;
  z-index: 99;
  position: relative;
}
.bannerText h3 {
  color: #fff;
  font-weight: 400;
  font-size: 53px;;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.bannerText h4 {
  font-size: 64px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
  font-family: 'adelia';
  padding: 36px 20px;
  text-align: right;
  margin-top: -30px;
}
.ladyPic {
  width: 670px;
  height: auto;
  position: absolute;
  right: 25%;
  bottom: 0;
  text-align: center;
}

.ladyPic img {
  width: auto;
  height: auto;
  max-width: 90%;
  margin: 0 0 0 0;
}
.relative
{
  position: relative;
}
.earthPic
{
  width: 100%;
  height: auto;
  max-width:962px;
  position: absolute;
  top: -50px;
  right: 18%;
  z-index: 0;
  opacity: 0.5;
}
.rotateBox {
   width: 635px;
    height: 635px;
    position: absolute;
    top:63px;
    right: 25.8%;
    z-index: 0;
}

.rotateBox img {
    width: 100%;
    animation: rotateCircle 15s linear infinite;
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




.applyBtn
{
  width: auto;
  height: auto;
  margin: 0px 0 0 0;
}
.applyBtn a
{
  background: linear-gradient(90deg, #BF933A -26.04%, #FFF8AD -6.44%, #C79F47 8.46%, #F9EFA3 48.36%, #EAD888 62.19%, #DEC471 77.53%, #D9BC68 87.11%, #FFF8AD 100.52%, #C79F47 120.21%);
  padding:15px 40px;
  border-radius: 40px;
  color: #123985;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
}
.applyBtn a:hover  
{
  background: #123985;
  color: #fff;
}

.form
{
  width: 100%;
  height: auto;
  position: absolute;
  right: 75px;
  min-height: 550px;
  background: #f1f1f1;
  border-radius: 20px;
  max-width: 410px;
  top:270px;
  text-align: center;
  padding: 30px 10px;
  scroll-margin-top: 120px;
}
.form h4  
{
  color: #0F3885;
}
.masterSection
{
  width: 100%;
  height: auto;
  padding: 70px 0 0;
  background: url(../images/bg-2.webp) no-repeat center;
  background-size: cover;
}
.heading
{
  margin: 0 0 40px 0;
}
.heading h2 
{
  color: #123985;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-shadow: 1px 0 #967A00, -1px 0 #967A00, 0 1px #967A00, 0 -1px #967A00,
               1px 1px #967A00, -1px -1px #967A00, 1px -1px #967A00, -1px 1px #967A00;
  margin: 0 0 0 0;
}
.heading h3
{
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #BF933A 22.55%, #FFF8AD 29.72%, #C79F47 35.18%, #F9EFA3 49.79%, #EAD888 54.85%, #DEC471 60.47%, #D9BC68 63.98%, #FFF8AD 68.89%, #C79F47 76.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Text border (stroke) */
  -webkit-text-stroke: 1px #967A00; /* black border */
  text-stroke: 1px #967A00; /* for future compatibility */
}
.heading h3 span 
{
  color: #123985;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #123985;
  -webkit-text-stroke: 0px #967A00;
}
.heading p
{
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 2%;
  max-width: 800px;
  margin: 0px auto;
}
.flx
{
  display: flex;
  gap: 50px;
  position: relative;
}
.masterPic
{
  width: 100%;
}
.masterPic img 
{
  margin-top: -50px;
}
.masterDetails
{
  width: 100%;
}
.masterInner p
{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #000;
}
.blueText 
{
  background: linear-gradient(180deg, #35528E 0%, #3C73CD 100%);
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.masterDetails h4
{
  font-size: 40px;
  line-height: 100%;
  font-weight: 400;
  color:#123985;
  font-family: "adelia";
  padding: 21px 20px;
  text-align: right;
  margin-top: -18px;
  max-width: 83%;
}


.masterInner ul   
{
  padding:10px 0 0;
  margin: 0;
  max-width: 84%;
}
.masterInner ul li 
{
  list-style: none;
  color: #123985;
  font-weight:400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 2%;
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 15px 0;
  min-height: 42px;
}
.masterInner ul li b  
{
  text-transform: uppercase;
  font-weight: 600;
}
.masterInner ul li span 
{
  position: absolute;
  left: 0;
  top: 0;
}
.block  
{
  display: block;
}
.masterDetails .top-right
{
  margin: 45px 0 0 0;
}
.eventSection
{
  width: 100%;
  height: auto;
  padding: 60px 0 70px;
  background: url(../images/left-bird.webp) no-repeat;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
}
.eventSection h3
{
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #BF933A 0%, #FFF8AD 13.4%, #C79F47 23.59%, #F9EFA3 50.87%, #EAD888 60.33%, #DEC471 70.82%, #D9BC68 77.37%, #FFF8AD 86.54%, #C79F47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 0 0 0px 0;
}
.eventSection .heading h4
{
  font-size: 40px;
  line-height: 100%;
  font-weight: 400;
  color:#123985;
  font-family: "adelia";
  padding: 21px 20px;
  text-align: right;
  margin-top: -18px;
  max-width: 81%;
}
.evntFull
{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #123985;
}
.evntPic
{
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.evntPic img 
{
  height: 100%;
  object-fit: cover;
}
.evntDec h4 
{
  color: #123985;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin: 0 0 0px 0;
}
.eventSection .owl-carousel .owl-stage-outer
{
  display: flex;
  justify-content: center;
}
.eventtx
{
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  text-align: center;
  bottom: -45px;
}

.registerBtn
{
  width: 100%;
  height: auto;
  margin: 35px 0 14px 0;
}
.registerBtn a
{
  background: linear-gradient(90deg, #BF933A -26.04%, #FFF8AD -6.44%, #C79F47 8.46%, #F9EFA3 48.36%, #EAD888 62.19%, #DEC471 77.53%, #D9BC68 87.11%, #FFF8AD 100.52%, #C79F47 120.21%);
  padding:18px 40px;
  border-radius: 40px;
  color: #123985;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
}
.registerBtn a:hover  
{
  background: #123985;
  color: #fff;
}
.registerBtn img 
{
  max-width: 30px;
  display: inline-block !important;
}
.experienceSection
{
  width: 100%;
  height: auto;
  min-height: 600px;
  padding: 400px 0 50px;
  position: relative;
  background: #080404 url(../images/black-chef.webp) no-repeat;
  background-position: 50% 0;
  text-align: center;
  overflow: hidden;
}
.experienceSection p 
{
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 2%;
  max-width: 1400px;
}

.expSlider {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.expSl {
  display: flex;
  width: max-content;
  animation: slide 25s linear infinite;
}

.exp {
  flex: 0 0 auto;
  padding: 0 30px;
}

.exp img {
  width: auto; /* change size as needed */
  height: auto;
  display: block;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.careerSection
{
  width: 100%;
  height: auto;
  min-height: 800px;
  padding: 100px 0;
  background: linear-gradient(180deg, #F2F6FF 0%, #FFFFFF 43.32%);
  position: relative;
}
.careerFlx
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.careerLeft
{
  width: 100%;
  height: auto;
  max-width: 40%;
  margin: 50px 0 0 0;
}
.careerLeft .heading
{
  margin: 0 0 10px 0;
}
.careerLeft p 
{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #123985;
  margin: 0 0 30px 0;
}
.careerLeft ul
{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
  justify-content: space-between;
}
.careerLeft ul li 
{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #123985;
  margin: 0 0 20px 0;
  list-style: none;
  padding: 0 0 0 50px;
  background: url(../images/star.webp) no-repeat;
  background-position: 0 3px;
  min-height: 50px;
  width: 40%;
}
.careerRight
{
  width: 100%;
  height: auto;
  max-width: 58%;
  margin: 50px 0 0 0;
  position: relative;
}
.carR
{
  width: 100%;
  height: auto;
  background: #EDF3FFFA;
  border-radius: 10px;
  border: 2px solid #3C73CD80;
  max-width: 400px;
  height: auto;
  margin: 0px auto;
  padding: 30px 30px 45px;
  position: relative;
}
.crPic
{
  width: 100%;
  max-width: 610px;
  height: auto;
  position: absolute;
  right:14%;
  bottom: 40px;
  z-index: 0;
}
.carRpic
{
  width: 150px;
  height: 150px;
  margin: 0px 0 150px 0;
}
.carRdec h4
{
  font-weight: 600;
  font-size: 64px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #35528E 0%, #3C73CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 4px 0px #0000008C inset;
  -webkit-text-stroke: 1px #3C73CD;
  margin: 0;
}
.carRdec h5
{
  background: linear-gradient(180deg, #35528E 0%, #3C73CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 2%;
  margin: 0 0 0 0;
}
.carRdec p 
{
  background: linear-gradient(180deg, #35528E 0%, #3C73CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   font-weight: 200;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 2%;
  margin: 0;
}

.careerRight .owl-dots
{
  position: absolute;
  bottom: 12px;
  width: 100%;
}
.careerRight .owl-theme .owl-dots .owl-dot span
{
  width: 28px;
  height: 4px;
  background: #fff;
  border-radius: 20px;
}
.careerRight .owl-theme .owl-dots .owl-dot.active span
{
  background: linear-gradient(180deg, #35528E 0%, #3C73CD 100%);
}
.carBtm
{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 800px;
  margin: 0px auto;
  z-index: 99;
  bottom: -20px;
}
.carB1
{
  width: 220px;
  height: auto;
  text-transform: capitalize;
  background: #123985;
  border: 1px solid #A3C2FF;
  box-shadow: 2px 2px 4px 0px #00000033;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  float: left;
  margin: -200px 0 0 0;
}
.carB1 h4
{
  background: linear-gradient(90deg, #BF933A 0%, #FFF8AD 13.4%, #C79F47 23.59%, #F9EFA3 50.87%, #EAD888 60.33%, #DEC471 70.82%, #D9BC68 77.37%, #FFF8AD 86.54%, #C79F47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px 0px #5C3E0080;
  margin: 0;
}
.carB1 p
{
  background: linear-gradient(90deg, #BF933A 0%, #FFF8AD 13.4%, #C79F47 23.59%, #F9EFA3 50.87%, #EAD888 60.33%, #DEC471 70.82%, #D9BC68 77.37%, #FFF8AD 86.54%, #C79F47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px 0px #5C3E0080;
  margin: 0;
}

.carB2
{
  width: 220px;
  height: auto;
  text-transform: capitalize;
  background: #123985;
  border: 1px solid #A3C2FF;
  box-shadow: 2px 2px 4px 0px #00000033;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  float: right;

}
.carB2 h4
{
  background: linear-gradient(90deg, #BF933A 0%, #FFF8AD 13.4%, #C79F47 23.59%, #F9EFA3 50.87%, #EAD888 60.33%, #DEC471 70.82%, #D9BC68 77.37%, #FFF8AD 86.54%, #C79F47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px 0px #5C3E0080;
  margin: 0;
}
.carB2 p
{
  background: linear-gradient(90deg, #BF933A 0%, #FFF8AD 13.4%, #C79F47 23.59%, #F9EFA3 50.87%, #EAD888 60.33%, #DEC471 70.82%, #D9BC68 77.37%, #FFF8AD 86.54%, #C79F47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px 0px #5C3E0080;
  margin: 0;
}


.partnershipSection
{
  width: 100%;
  height: auto;
  padding: 50px 0;
  background:url(../images/bg-3.webp) no-repeat;
  background-size:cover;
  min-height: 730px;
}
.partnershipsHeading h2
{
  color: #123985;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  margin: 0;
}
.partnershipsHeading h3
{
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #BF933A 0%, #FFF8AD 13.4%, #C79F47 23.59%, #F9EFA3 50.87%, #EAD888 60.33%, #DEC471 70.82%, #D9BC68 77.37%, #FFF8AD 86.54%, #C79F47 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #967A00;
}
.pertnerFlx
{
  display: flex;
  gap: 50px;
}
.partnerDec
{
  width: 100%;
  padding: 60px 0 40px 0;
}
.prt
{
  width: 100%;
  height: auto;
  border-left: 2px solid #DCE8FF;
  padding:0 20px;
  margin: 0 0 35px 0;
  max-width: 90%;
  position: relative;
}
.prt.active 
{
  border-left: 2px solid #123985;
}
.prtHeading
{
  width: 100%;
  padding: 0 0 0px 0px;
  height: auto;
  color: #123985;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2%;
  cursor: pointer;
  font-style: italic;
}
.prtHeading::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s;
}

.prt.active .prtHeading::after {
  content: '-';
  transform: rotate(180deg);
}

.prtText
{
  width: 100%;
  padding: 0 0 0 0px;
  height: auto;
  color: #123985;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2%;
  display: none;
}
.prtText p  
{
  margin-bottom: 10px;
  color: #123985;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 150%;
}
.prtIcon
{
  width: 80px;
  height: 80px;
  background: #123985;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 30px;
}


.partnerPic
{
  width: 100%;
}
.last-footer
{
  width: 100%;
  height: auto;
  padding: 15px 75px;
  color: #123985;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 2%;
  background:#EDF3FFFA;
}
.last-footer span 
{
  float: right;
}
.last-footer span a 
{
  color: #123985;
  text-decoration: none;
  padding: 0 5px;
}
.last-footer span a:hover 
{
  color: #000;
}
.master-m
{
  display: none;
}
.mbPic
{
  display: none;
}



.selectionTab {
  width: 100%;
  height: auto;
  position: relative;
}

.selectionTab .accordion-container {
  display: flex;
  width: 100%;
  gap: 10px;
  height: 500px;
  overflow: hidden;
}

.selectionTab .accordion-section {
  display: flex;
  flex-direction: column;
  background: #FFFFFF1A;
  overflow: hidden;
  transition: flex 0.5s ease;
  flex: 1;
  border-radius: 0px;
}

.selectionTab .accordion-section.collapsed {
  flex: 0.1;
  cursor: pointer;
}

.selectionTab .accordion-tab {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 10px;
  text-align: center;
  font-weight: 200;
  border: none;
  outline: none;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 25px;
  color: #fff;
  font-size: 28px;
  line-height: 135%;
}

.selectionTab .accordion-section-content {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
  display: none;
}

.selectionTab .accordion-section:not(.collapsed) .accordion-section-content {
  display: block;
  background: #F2F6FF;
}

.selectionTab .accordion-section:not(.collapsed) .accordion-tab {
  display: none;
}

.spFull {
  width: 100%;
  height: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.spRight
{
  width: 100%;
  max-width: 60%;
}
.spRight img
{
  width: 95%;
}
.spLeft
{
  width: 100%;
  max-width: 38%;
  display: flex;
  flex-direction: column-reverse;
}
.spLeft h4 {
  color:#fff;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 2%;
  background: linear-gradient(180deg, #35528E 0%, #3C73CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.spLeft p {
  color:#123985;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 0px 0;
}

/* ✅ MOBILE (Horizontal accordion mode) */
@media (max-width: 768px) {
  .selectionTab .accordion-container {
    flex-direction: column;
    height: auto;
  }

  .selectionTab .accordion-section {
    flex: unset;
  }

  .selectionTab .accordion-tab {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 20px;
    margin: 0;
    background: #FFFFFF1A;
    padding: 15px 20px;
    justify-content: space-between;
  }

  .selectionTab .accordion-section.collapsed .accordion-section-content {
    display: none;
  }

  .selectionTab .accordion-section:not(.collapsed) .accordion-section-content {
    display: block;
  }

  .selectionTab .accordion-section:not(.collapsed) .accordion-tab {
    display: flex;
  }
}

.programsOfferSection
{
  width: 100%;
  height: auto;
  padding:80px 0;
  background: linear-gradient(239.35deg, #00246B -88.82%, #000F2C 66.98%);
}
.alumniSection
{
  width: 100%;
  height: auto;
  padding: 60px 0 20px;
}
.alumniFlx
{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.alumni
{
  width: 100%;
  height: auto;
  background: #F2F6FF;
  border: 3px solid #CCDDFF;
  padding: 15px;
  overflow: hidden;
  position: relative;
}
.alumnitop
{
  width: 100%;
  height: auto;
  position: relative;
}
.alumniPic
{
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.alumniPic img 
{
  width: 100%;
  height: auto;
}
.alumni h4 
{
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #3C73CD;
  margin: 0 0 10px 0;
}
.alumni h5
{
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #123985;
  margin: 0 0 4px 0;
}
.alumni p
{
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 2%;
  color: #123985;
  margin: 0 0 0 0;
}
.alumnitopHover
{
  top: 100%;
  position: absolute;
  left:0;
  width: 100%;
  height: 100%;
  background: #F2F6FF;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 20px;
  visibility: hidden;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-direction: column;
}
.alumni:hover .alumnitopHover
{
  top: 0;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  visibility: visible;
} 


.campus
{
  width: 100%;
  height: auto;
  position: relative;
  background: linear-gradient(91.62deg, #00246B -5.56%, #00050F 56.67%);
  margin-top: 60px;
}
.camp-1-Pic
{
  mix-blend-mode: soft-light;
}
.camp-1-Pic img 
{
  mix-blend-mode: soft-light;
  max-width: 100%;
  margin: 0 0 0 70px;
}
.campusText
{
  width: 100%;
  max-width: 820px;
  height: auto;
  position: absolute;
  top: 40%;
  left:35%;
}
.campusText h2 
{
  font-weight: 700;
  font-size: 64px;
  line-height: 150%;
  color: #fff;
  text-transform: uppercase;
}
.campusText h3 
{
  font-size: 48px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
  font-family: 'adelia';
  padding: 21px 20px;
  text-align: right;
  margin-top: -30px;
}
.camp-1, .camp-2, .camp-3, .camp-4, .camp-5, .camp-6 {
  position: sticky;
}
.camp-2{
  top: 70px;
}
.camp-3 {
  top: 70px;
}
.camp-4 {
  top: 70px;
}
.camp-5 {
  top: 70px;
}
.camp-6 {
  top: 70px;
}
.campIner
{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 50px 0 70px 0;
}
.campIner img 
{
  max-width: 100%;
}
.camp-2 .campIner img 
{
  rotate: 2deg;
}
.camp-3 .campIner img 
{
  rotate: -2deg;
}
.camp-4 .campIner img 
{
  rotate: 3deg;
}
.camp-5 .campIner img 
{
  rotate:-3deg;
}
.camp-6 .campIner img 
{
  rotate: 0deg;
}

.globalSection
{
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: url(../images/glb-bg.webp) no-repeat center;
  background-size: cover;
}
.globalInner
{
  width: 100%;
  height: aut0;
  padding: 50px 0 0;
  background: url(../images/global-bg.webp) no-repeat center;
  background-size: cover;
  border-radius: 20px;
}
.globalInner
{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.globeText
{
  padding: 120px 0 0 50px;
  width: 100%;
  max-width: 40%;
}
.globeText h2
{
  font-weight: 700;
  font-size: 64px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
}
.globeText .applyBtn {
  width: auto;
  height: auto;
  margin: 40px 0 0 0;
}
.globePic
{
  padding: 50px 0 0 0;
  width: 100%;
  max-width: 60%;
}
.partnershipsHeading
{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.mbBtn
{
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 99;
  background: #123985;
  display: none;
}
.mbBtn a 
{
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.mbBtn a:hover 
{
  background: #967A00;
}


.thankSection
{
  width: 100%;
  height: auto;
  padding: 0px 0;
  text-align: center;
  min-height: 900px;
  background: #fff url(../images/thankyou-bg.webp) no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
}
.thankInner
{
  width: 100%;
  height: auto;
  padding: 50px 20px 0;
}
.thankInner h5
{
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #B6A54B;
  margin: 20px 0 0 0;
}



