* {
  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;
}





body {
   font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
   font-family: "Open Sans", sans-serif;
}
p {
   font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
}
.container-fluid
{
  max-width: 1800px;
  margin: 0px auto;
}

/*** Header css Start ***/

header {
  padding: 10px 0;
  position: relative;
  width: 100%;
  background: #FFFFFF;
  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: 14px 0 0 0;
}
.top-right a  
{
  /* border: 5px solid #FFFFFF; */
  background: #FFC540;
  border-radius: 10px;
  padding: 13px 25px;
  /* box-shadow: 2px 4px 4px 0px #00000040; */
border: 1px solid ;
  text-decoration: none;
  color: #1A4393;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
}
.oraColor {
    color: #ED2224;
    text-shadow: 4px 4px 4px #FFD9B3; 
    font-family: "Playfair Display", serif;
    font-size: 40px;
}
.top-right a:hover 
{
  background: #1A4393;
  color: #fff;
}

.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-bg.webp) no-repeat;
  background-size: cover;
  min-height: 750px;
  overflow: hidden;
}
.bannerText {
    width: 100%;
    max-width: 626px;
    margin: 0px 0 0 0;
    z-index: 99;
    position: relative;
}
.bannerText h1 {
  color: #1A4393;
  margin: 0 0 0px 0;
  font-weight: 700;
  font-size: 33px;
  line-height: 150%;
  z-index: 99;
  position: relative;
}
.bannerText h3 {
  color: #ED2224;
  font-weight: 700;
  font-size: 64px;;
  line-height: 150%;
  letter-spacing: 0%;
}

.cursor {
  display: inline-block;
  margin-left: 2px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}
.bnlogo
{
  margin: 0 0 30px 0;
}

.ladyPic {
  width: 900px;
  height: auto;
  position: absolute;
  right: 25%;
  bottom: 0;
  text-align: center;
}

.ladyPic img {
  width: auto;
  height: auto;
  max-width: 90%;
  margin: 0 0 -8px 0;
}
.relative
{
  position: relative;
}




.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:35px;
  min-height: 550px;
  border-radius: 20px;
  max-width: 410px;
  top: 132px;
  text-align: center;
  padding: 30px 10px;
  scroll-margin-top: 120px;
  background: linear-gradient(90deg, #0F2F6D 0%, #2958A5 100%);
}
.form h4  
{
  color: #0F3885;
}

.heading
{
  margin: 0 0 48px 0;
  text-align: center;
}

.heading h3
{
  color: #1A4393;
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
  margin-bottom: 15px;
  margin-top: 80px;
}
.heading h3 span {
  font-weight: 700;
}
.heading h4
{
  color: #EE3228;
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
}
.heading p
{
  color: #000000;
  max-width: 1400px;
  margin: 0px auto;




font-family: "Open Sans";
font-weight: 400;
font-style: Regular;
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: center;


}
.meritText {
  font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
padding-bottom: 80px;
padding-top: 20px;
}
.meritText span {
  font-family: "Open Sans";
font-weight: 600;
font-style: italic;
margin: 0 auto;

}
.heading p span {
font-family: "Open Sans";
font-weight: 600;
font-style: Italic;
font-size: 24px;
leading-trim: NONE;
line-height: 165%;
letter-spacing: -2%;
text-align: center;

}
.heading2 h3 {
  font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 48px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: right;
text-transform: capitalize;
text-align: right;
margin-top: 40px;
margin-bottom: 20px;
}
.heading2 h3 span {
  font-family: "Open Sans";
font-weight: 700;
font-style: Bold;
font-size: 48px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -2%;
text-align: right;

}
.heading2 p {
  font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: right;

}
.heading2 p span {

font-family: "Open Sans";
font-weight: 600;
font-style: Italic;
font-size: 24px;
leading-trim: NONE;
line-height: 165%;
letter-spacing: -2%;
text-align: right;

}
.postGradSection
{
  width: 100%;
  height: auto;
  background: url(../images/rainbow.webp) no-repeat right top, linear-gradient(0deg, #F4F6F8 0%, #E3EFF7 100%); 
  padding: 60px 0;
  /* background:  ; */
;
}
.postgradInner
{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  text-align: center;
  margin-top: 70px;
  padding: 0 240px;
}
.heading .reciveText {
  font-family: "Open Sans";
font-weight: 600;
font-style: "SemiBold";
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
color: #000000;
margin-bottom: 30px;
margin-top: 30px;
}
.postIcon
{
  height: 100px;
}
.postIcon img  
{
  max-height: 90px;
}
.post p
{  
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #333333;
  letter-spacing: 1%;
}
.post p b
{
  font-style: italic;
  font-weight: 800;
}
.color-1
{
  color: #ED2224;
}
.color-2
{
  color: #FFC540;
}
.color-3
{
  color: #11AA4B;
}
.color-4
{
  color: #3D71BA;
}
.color-5
{
  color: #F68A1F;
}

.admissionSection
{
  width: 100%;
  height: auto;
  padding: 0px 0 50px 0;
}
.admissionInner
{
  width: 100%;
  height: auto;
  position: relative;
}
.line
{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 100px 0 0 0;
}
.admissionInner p 
{
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #000;
  margin: 0 0 20px 0;
  text-align: right;
}
.admissionInner h5
{
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  text-align: right;
   background: linear-gradient(90deg, #0F2F6D 0%, #2958A5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.admIcon
{
  width: 150px;
  height: 150px;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 4px 4px 2px #00000040;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  margin: 0px auto;
}

.adm-1
{
  width: 100%;
  height: auto;
  max-width: 335px;
  position: absolute;
  top: 19px;
  left: 96px;
}
.adm-2
{
  width: 100%;
  height: auto;
  max-width: 360px;
  position: absolute;
  top: -49px;
  left: 41%;
}
.adm-3
{
  width: 100%;
  height: auto;
  max-width: 335px;
  position: absolute;
  top: 128px;
  left: 72%;
}

.experienceSection
{
  width: 100%;
  height: auto;
  padding: 100px 0 50px ;
}
.expInner
{
  width: 100%;
  height: auto;
  display: flex;
  padding: 20px;
  background: linear-gradient(80.86deg, #0F2F6D 36.37%, #2958A5 102.51%);
  border-radius: 30px;
  justify-content: space-between;
  gap: 30px;
}
.expRight
{
  width: 60%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 40px 20px;
}
.exp
{
   width: 50%;
   height: auto;
   margin: 0 0 30px 0;
   padding: 0 60px 0 0;
}
.exp h4 
{
  color: #FFC540;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin: 10px 0 0 ;
}
.exp p 
{
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.advantageSection
{
  width: 100%;
  height: auto;
  padding: 40px 0 0px;
  background-color: #F3FAFF;
}
.advantageInner {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    padding: 0 146px;
    /* margin: 0 0 70px 0; */
    margin: 0 auto;
}
.adv {
    width: 90%;
    height: 140px;
    border: 3px solid #ED2224;
    position: relative;
    padding: 0 0 0 44px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.advIcon
{
  width: 100px;
  height: 110px;
  background: #F3FAFF;
  padding: 10px;
  position: absolute;
  left:-59px;
  top: 16px;
}
.adv p 
{
  color: #10316D;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin: 0;
}
.pathInner
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.path  
{
  width: 23%;
  height: auto;
  border: 3px solid #EE3228;
  background: #FFFFFF1A;
  border-radius: 20px;
  padding: 30px;
}
.path h4 
{
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.path p 
{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 30px 0;
}
.path ul
{
  padding: 0 0 0 20px;
}
.path ul li
{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.path:hover 
{
  background: linear-gradient(90deg, #0F2F6D 0%, #2958A5 100%);
  border: 3px solid #0F2F6D;
}
.path:hover h4, .path:hover p, .path:hover ul li
{
  color: #fff;
}

.campusSection
{
  width: 100%;
  height: auto;
  padding: 50px 0;
  background:url(../images/yellow-bg.webp) no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
}
.campusInner
{
  width: 95%;
  margin: 0 auto;
  height: auto;
  background:url(../images/campus.webp) no-repeat center;
  min-height: 800px;
  background-size:cover;
  padding: 40px 50px ;
}
.campusInner .heading h3 
{
  color: #000;
}
.campusBottom
{
  display: flex;
  margin-top: 500px;
  justify-content: space-between;
  text-align: center;
  gap: 40px;
}
.camp
{
  width: 100%;
}
.campBox
{
  background: linear-gradient(90deg, #0F2F6D 0%, #2958A5 100%);
  min-height: 100px;
  padding: 20px 15px;
  border-radius: 20px;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  margin: 15px 0 0 0;
}

.slInner
{
  width: 100%;
  height: auto;
  background: #fff;
  padding: 50px 50px;
  margin: 100px 0 0 0;
}
.slInner .heading
{
  margin: 0 0 0px 0;
}
.sliderWrap {
  max-width: 100%;
  margin: auto;
  position: relative;
}
.campusSlider .item {
  width: 100%;
  margin:50px 0px 0 0;
}
.campusSlider .item p
{
  font-weight: 600;
  font-style: Italic;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #1A4393;
  margin: 0 0 20px 0;
  visibility: hidden;
}

.campusSlider .owl-item.active.center .item p
{
 visibility: visible;
}
.facultyInner
{
  width: 100%;
  height: auto;
  padding: 0 20px;
}


.campusSlider .item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
}

/* Scale effect */
.campusSlider .owl-item {
  transform: scale(0.95);
  transition: all 0.4s ease;
  opacity: 0.6;
}

.campusSlider .owl-item.center {
  transform: scale(1.1);
  opacity: 1;
  z-index: 99;
   margin:0px 0 0;
}
.campusSlider .owl-item.center .item img
{
  height: 550px;
}

/* Nav arrows */
.campusSlider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.campusSlider .owl-nav button span 
{
  display: none;
}

.campusSlider .owl-nav .owl-prev {
  left: -30px;
  background: url(../images/left.webp) no-repeat !important;
  background-size: 50px;
}
.campusSlider .owl-nav .owl-prev:hover {
  left: -30px;
  background: url(../images/left-hv.webp) no-repeat !important;
  background-size: 50px;
}

.campusSlider .owl-nav .owl-next {
  right: -30px;
  background: url(../images/right.webp) no-repeat !important;
  background-size: 50px;
}
.campusSlider .owl-nav .owl-next:hover {
  right: -30px;
  background: url(../images/right-hv.webp) no-repeat !important;
  background-size: 50px;
}

.facultySection
{
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
}
.facultyDec
{
  text-align: center;
  border: 1px solid #F16522;
  padding: 20px 15px;
  border-radius: 0 0 10px 10px;
  border-width: 0 1px 1px 1px;
  display: none;
}
.facultyDec h5 
{
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
}
.facultyDec p
{
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
.or .facultyDec
{
  border-color: #F16522;
}
.yl .facultyDec
{
  border-color: #FFC540;
}
.gr .facultyDec
{
  border-color: #11AA4B;
}
.bl .facultyDec
{
  border-color: #3D71BA;
}

/* Nav arrows */
.facultySection .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.facultySection .owl-nav button span 
{
  display: none;
}

.facultySection .owl-nav .owl-prev {
  left: 0px;
  background: url(../images/left.webp) no-repeat !important;
  background-size: 50px;
}
.facultySection .owl-nav .owl-prev:hover {
  left: 0px;
  background: url(../images/left-hv.webp) no-repeat !important;
  background-size: 50px;
}

.facultySection .owl-nav .owl-next {
  right: 0px;
  background: url(../images/right.webp) no-repeat !important;
  background-size: 50px;
}
.facultySection .owl-nav .owl-next:hover {
  right: 0px;
  background: url(../images/right-hv.webp) no-repeat !important;
  background-size: 50px;
}

.testimSection
{
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.tstbg
{
  position: absolute;
  left:-200px;
  top: -70px;
  max-width: 450px;
}

.testFl
{
  width: 100%;
  height: auto;
  padding: 0px;
  background: #F68A1F;
  box-shadow: 2px 4px 10px 0px #00000020;
  height: auto;
  border-radius: 32px;
  margin: 40px auto;
  max-width: 400px;
  min-height: 300px;
  transform: rotate(-15deg);
}
.test
{
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  min-height: 300px;
  text-align: center;
  transform: rotate(15deg);
  box-shadow: 2px 4px 10px 0px #00000040;
}
.test h5 
{
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.test p 
{
  font-weight: 400;
  font-size:16px;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.testFl.grn
{
  background:#5FA25B ;
}
.testFl.ble
{
  background:#3D71BA ;
}
.testFl.ylw
{
  background:#FFC540;
}
.testFl.red
{
  background:#ED2224 ;
}


.programmeSection
{
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
}


.accordion {
  max-width: 100%;
  margin: 20px auto;
}

.acc-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #07038D;
}

.acc-header {
  padding: 18px 25px 18px 120px;
  background: #1d3f91;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.hat
{
  position: absolute;
  left: 25px;
  top: 55px;
}
.hat img 
{
  filter: brightness(0) saturate(100%) invert(100%);
}
.mn
{
  padding: 0 0 0 20px ;
}
.mn h2
{
  font-weight: 700;
  font-style: Italic;
  font-size: 50px;
  line-height: 150%;
  letter-spacing: 0%;
}
.mn h3
{
  font-weight: 600;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}



.acc-item.active .acc-header
{
  background: #fff;
  color: #1A4393;
}
.acc-item.active .acc-header .hat img
{
  filter: brightness(100%) saturate(100%) invert(0);
}

.acc-body {
  display: none;
  padding: 0px 0;
  background: #1d3f91;
}
.adtext
{
  padding: 30px 80px;
}
.adtext h4
{
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 1%;
  color: #fff;
  margin: 0 0 20px 0;
}
.adtext ul li
{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 1%;
  color: #fff;
  list-style: none;
  padding: 0 0 0 30px;
  background: url(../images/bult.webp) no-repeat;
  background-position: 0 6px;
  margin: 0 0 20px 0;
}
.adtext ul li:last-child
{
  margin: 0 0 5px 0;
}


.acc-item.active .acc-body {
  display: block;
}

.vertical-tabs {
  display: flex;
  border-radius:0 0 10px 10px;
}

.vtab-links {
  width: 37%;
  background: #fff;
  padding: 0 0 20px 135px;
  position: relative;
}
.vtab-links:before 
{
  content: "";
  left: 60px;
  top: -50px;
  width:1px;
  height: 100%;
  background: #1A4393;
  position: absolute;
}

.vtab {
  width: 100%;
  padding: 15px 0;
  border: none;
  text-align: left;
  cursor: pointer;
  background: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #000000;
  position: relative;
}

.vtab.active {
  color: #ED2224;
  font-style: italic;
}
.vtab.active:before
{
  width: 50px;
  height: 1px;
  content: "";
  background: #1A4393;
  position: absolute;
  left:-75px;
  top: 30px;
  z-index: 9;
}
.vtab.active:after
{
   width: 15px;
  height: 15px;
  content: "";
  background: #F68A1F;
  border-radius: 50%;
  position: absolute;
  left: -32px;
  top: 24px;
  z-index: 9;
}

.vtab-content {
  width: 63%;
  padding: 0px 0 20px 50px;
  background: #fff;
  position: relative;
}

.vtab-pane {
  display: none;
}

.vtab-pane.active {
  display: block;
}

.info-row {
  display: flex;
  gap: 40px;

}
.info-1
{
  width: 100%;
  height: auto;
  position: relative;
}
.info-2
{
  width: 100%;
  height: auto;
  position: relative;
}
.info-3
{
  width: auto;
  height: auto;
  min-width: 120px;
  position: relative;
}
.info-1:before, .info-2:before
{
  content: "";
  position: absolute;
  right: 0;
  height: 3px;
  background: #3D71BA;
  width: calc(100% - 100px);
  top: 50px;
}
.info-1:after, .info-2:after
{
  width: 20px;
  height: 20px;
  content: "";
  background: #F68A1F;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: 41px;
}

.infoIcon
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #10316D;
  margin: 0 0 30px 0;
  text-align: center;
  padding: 10px 0 0 0;
}
.infoIcon img 
{
  max-width: 80px;
  margin: 0px auto;
}
.infoDec
{
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
}
.infoDec h4 
{
  color: #1A4393;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.infoDec p
{
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.arrow
{
  width: 49px;
  height: 49px;
  background: url(../images/down.webp) no-repeat;
  background-size: 100%;
}
.acc-item.active .arrow
{
  background: url(../images/up.webp) no-repeat;
  background-size: 100%;
}





footer
{
  width: 100%;
  height: auto;
  padding: 100px 0 0 0;
  position: relative;
  margin-bottom: -5px;
}
.ftPic
{
  width: 100%;
  height: auto;
  text-align: center;
}
.ftLeft
{
  width: auto;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.ftRight
{
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.aplyBtn
{
  width: 100%;
  height: auto;
  margin: 40px 0 -50px 0;
  text-align: center;
  z-index: 9;
  position: relative;
}
.aplyBtn a  
{
  border: 5px solid #FFFFFF;
  background: #FFC540;
  border-radius: 10px;
  padding: 13px 25px;
  box-shadow: 2px 4px 4px 0px #00000040;
  text-decoration: none;
  color: #1A4393;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
}
.aplyBtn a:hover 
{
  background: #1A4393;
  color: #fff;
}



.last-footer
{
  width: 100%;
  height: auto;
  padding: 15px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  background: linear-gradient(90deg, #0F2F6D 0%, #2958A5 100%);
  text-align: center;
}
.last-footer span 
{
  float: right;
}
.last-footer span a 
{
  color: #123985;
  text-decoration: none;
  padding: 0 5px;
}
.last-footer span a:hover 
{
  color: #000;
}

.mbBtn
{
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.mbBtn a
{
  border: 5px solid #FFFFFF;
  background: #FFC540;
  border-radius: 2px;
  padding: 13px 25px;
  box-shadow: 2px 4px 4px 0px #00000040;
  text-decoration: none;
  color: #1A4393;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  display: block;
  text-align: center;
  cursor: pointer;
}
.mbBtn a:hover
{
  background: #1A4393;
  color: #FFC540;
}
.admissionMobile
{
  display: none;
}
.pathInnerSl
{
  display: none;
}

.block {
  display: block;
}

.thankSection
{
  width: 100%;
  height:100vh;
  padding: 0px 0;
  text-align: center;
  background-size: cover;
}
.thankInner
{
  background: url(https://static.npfs.co/accounts/606/documents/2026/4/28/7cb21ae03f42433590c8f6d579958c4e_thankyou-bg.webp) no-repeat center;
  width: 100%;
  text-align: center;
  height: 100vh;
  padding: 200px 28px 0px;
  background-size: 100% 100%;
}
.thankInner h2
{
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  margin: 0px 0 10px 0;
  background: linear-gradient(180deg, #1A4393 0%, #08152D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.thankInner h5
{
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  color: #000000;
  margin: 0px 0 40px 0;
}
.thankInner h3
{
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  color: #0F408F;
  margin: 0px 0 10px 0;
}
.thankInner p
{
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  color: #000000;
  margin: 0px 0 40px 0;
}




/* new css */
.tslas-section {
      position: relative;
      overflow: hidden;
      width: 100%;
      min-height: 340px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 70px 20px;
      background: #ffffff;
    }

    /* ── CORNER IMAGES — position: absolute ── */
    .corner {
      position: absolute;
      width:  clamp(180px, 28vw, 360px);
      height: clamp(150px, 22vw, 300px);
      pointer-events: none;
    }
    .corner img { width: 100%; height: 100%; object-fit: cover; }

    .corner--tl { top: 0; left: 0; }
    .corner--tr { top: 0; right: 0; }

    /* ── CENTRE CONTENT ── */
    .tslas-content {
      position: relative;
      z-index: 2;
      /* max-width: 700px; */
      text-align: center;
    }

    .tslas-content h1 {
      



      font-family: "Open Sans";
font-weight: 700;
font-style: Bold;
font-size: 40px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: -2%;
text-align: center;

color: #1A4393;
    }

    .tslas-content .subtitle {
    font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 32px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: -2%;
text-align: center;
color: #1A4393;
      margin-bottom: 30px;
    }

    .tslas-content .body-text {
     font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 24px;
leading-trim: NONE;
line-height: 165%;
letter-spacing: -2%;
text-align: center;
color: #000000;
      margin: 0 auto 2em;
      width: 66%;
    }
    .tslas-content .body-text strong { font-weight: 700; color: var(--text); }
    .tslas-content .body-text em    { font-style: italic; color: var(--navy); font-weight: 600; }

    .pill-badge-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pill-badge {
  display: inline-flex;
  align-items: center;
  /* gap: 18px; */

}

/* 3-circle icon structure */
.circle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-outer {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ece5e5; /* outer faded circle */
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-middle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.14);
}

.circle-middle img {
  /* width: 34px;
  height: 34px; */
  object-fit: contain;
}

/* text */
.pill-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
  color: #111;
  font-weight: 500;
  white-space: nowrap;
    background: #ebe5e5;
  border-radius: 80px;
  padding: 12px 24px;
  

  font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: -2%;
text-align: center;
 color: #1A4393;

}

.pill-text span {
  font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 24px;
leading-trim: NONE;
line-height: 165%;
letter-spacing: -2%;
text-align: center;
color
: #000000;
}
.pill-text em {
 color: #1A4393;


  font-family: "Open Sans";
font-weight: 800;
font-style: Italic;
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 1%;
text-align: center;

}
.heading .bText {
  font-family: "Open Sans";
font-weight: 400;
/* font-style: Italic; */
font-size: 24px;
leading-trim: NONE;
line-height: 165%;
letter-spacing: -2%;
text-align: center;
max-width: 965px;

}
.heading .bText strong {
font-family: "Open Sans";
font-weight: 600;
font-style: Italic;
font-size: 24px;
leading-trim: NONE;
line-height: 165%;
letter-spacing: -2%;
text-align: center;
  
}
.d-flex {
  display: flex;
}
.rflex h3{
font-family: "Open Sans";
font-weight: 700;
font-style: Bold;
font-size: 36px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: left;

color: #FFC540;
}
.rflex p{
font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 24px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
color: #ffffff;
margin-bottom: 43px;
text-align: left;

}
.rflex p strong{
  font-family: "Open Sans";
font-weight: 600;
font-style: Italic;
font-size: 24px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;

}
.lflex p{
  font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 16px;
leading-trim: NONE;
line-height: 165%;
letter-spacing: -2%;
text-align: right;
color: #ffffff;
max-width: 495px;
}

 .bText1 {
  font-family: "Open Sans";
font-weight: 400;
/* font-style: Italic; */
font-size: 24px;
leading-trim: NONE;
line-height: 165%;
letter-spacing: -2%;
text-align: center;
/* margin: 50px 0 60px 0px; */
    padding: 50px 0 60px 0px;
    margin: 0 auto;

}
 .bText1 strong {
font-family: "Open Sans";
font-weight: 600;
font-style: Italic;
font-size: 24px;
leading-trim: NONE;
line-height: 165%;
letter-spacing: -2%;
text-align: center;
  
}

.pill-text strong {
 font-family: "Open Sans";
font-weight: 800;
font-style: Italic;
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 1%;
text-align: center;
color: #ED2224;
}

/* Responsive */
@media (max-width: 767px) {
  .pill-badge {
    gap: 0;
    padding: 12px 16px;
    border-radius: 30px;
  }

  .circle-outer {
    width: 56px;
    height: 56px;
  }

  .circle-middle {
    width: 44px;
    height: 44px;
  }

  .circle-middle img {
    width: 24px;
    height: 24px;
  }

  .pill-text {
    font-size: 14px;
    white-space: normal;
  }
}
    .advantageInner .red {
      border:3px solid #ED2224;
    }
    .advantageInner .ora {
      border:3px solid #F68A1F;
    }
    .advantageInner .grn {
      border:3px solid #11AA4B;
    }
    .advantageInner .ylw {
      border:3px solid #FFC540;
    } 
    .facultyFull {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.facultyPic img {
    width: 100%;
    display: block;
}

/* ========= Gradient Backgrounds ========= */
.yl .facultyText {
    background: linear-gradient(0deg, #FF5757 0%, rgba(255,87,87,0) 100%);
}

.bl .facultyText {
    background: linear-gradient(0deg, #3A76D4 0%, rgba(58,118,212,0) 100%);
}

.or .facultyText {
    background: linear-gradient(0deg, #FF9B2F 0%, rgba(255,155,47,0) 100%);
}

/* ========= Text Style ========= */
.facultyText {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}


.academic-path {
    padding: 50px 120px;
    background: linear-gradient(135deg, #0A3D91, #004AAD);
    color: #fff;


    font-family: "Open Sans";
font-weight: 400;
font-style: Regular;
font-size: 48px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
text-align: center;

}

.academic-path h2 {
  font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 48px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
text-align: center;
margin-bottom: 60px;
text-align: left;
}


.academic-path h2 span {
  font-family: "Open Sans";
font-weight: 700;
font-style: Bold;
font-size: 48px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: -2%;
text-align: center;

}

/* ---- DESKTOP LAYOUT ---- */
.tabs-container {
    display: flex;
    gap: 30px;
}

.tabs {
    list-style: none;
    padding: 0;
    width: 25%;
    text-align: left;
}


.tabs .tab {
    padding: 14px 0;
    cursor: pointer;
    opacity: 0.6;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    transition: 0.3s ease;




        font-family: "Open Sans";
font-weight: 600;
font-style: Italic;
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 1%;


}

.tabs .tab.active {
    opacity: 1;
    font-weight: 600;
}

.tab-content {
    display: none;
    flex: 1;
    /* background: rgba(255,255,255,0.1); */
    padding: 25px;
    border-radius: 12px;
    border: 2px solid #FFFFFF1A;
}
.endText {
  text-align: center;
}
.endText p {
  font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 32px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
margin: 40px 0px;
}
.endText p strong {
  font-family: "Open Sans";
font-weight: 600;
font-style: Bold;
}
.endText a {
    background: #FFC540;
    border-radius: 10px;
    padding: 7px 8px;
    /* box-shadow: 2px 4px 4px 0px #00000040; */
    border: 1px solid;
    text-decoration: none;
    color: #1A4393;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;

  }

.tab-content.active {
    display: block;
}

.tabs .tab {
  position: relative; /* important */
}

/* Arrow on active tab */
.tabs .tab.active::after {
  content: "›"; /* arrow character */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  
  font-size: 28px;
  font-weight: 600;
  opacity: 1;
}
.tabs .tab.active::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  
  width: 14px;
  height: 14px;
  background: url(../images/arrow-right.svg) no-repeat center;
  background-size: contain;
}

.course-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

.icon-box {
    background: #fff;
    color: #1A4393;
padding: 5px 53px 7px 9px;
        border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);


    font-family: "Open Sans";
font-weight: 600;
font-style: "SemiBold";
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: -2%;
text-align: center;

}

.more {
     margin-top: 10px;
    font-weight: 500;
    text-align: right;
    font-size: 24px;
}

.spaceAround {
  justify-content: space-around;
}
.spaceBetween {
  justify-content: space-between;
}
.marginb30 {
  margin-bottom: 30px;
  border-bottom:  2px solid #FFFFFF66;
}
/* ---------------------------------- Choose Your Path------------------------------------ */
.section1 {padding:80px 0;}

.pathSection{padding:0px 120px 55px;background: url(../images/section3bg.webp)no-repeat ;}
.pathSection .section-head{margin-bottom:30px;}

.pathTitle{text-align:center;font-size:48px;font-weight:400;color:var(--navyLight);}
.pathTitle span{font-weight:700;}

.pathSubtitle{text-align:center;font-size:24px;margin:14px 0 20px;}

.pathGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;}

.pathCard{background:#fff;position:relative;display:flex;flex-direction:column;}
.pathCard h3{font-family: "Open Sans";
font-weight: 600;
font-style: "SemiBold";
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
color: #000;
}
.pathCard ul{padding-left:18px;font-size:18px;line-height:1.23;}
li::marker{color:#7a7a7a;}
.pathCard li{font-style:italic;margin-bottom:6px;}

.pathCard.clr-red .pathCorner{background:#e53935;}
.pathCard.clr-yellow .pathCorner{background:#fbc02d;}
.pathCard.clr-green .pathCorner{background:#2e7d32;}
.pathCard.clr-orange .pathCorner{background:#ef6c00;}

.pathCardContent{padding:20px 20px 20px;flex:1;background: #F3FAFF;}

.pathImageWrap img{width:100%;height:263px;object-fit:cover;}

.pathCorner{position:absolute;width:8px;height:8px;border-radius:50%;}
.pathCornerTl{top:-6px;left:-6px;}
.pathCornerTr{top:-6px;right:-6px;}
.pathCornerBl{bottom:-6px;left:-6px;}
.pathCornerBr{bottom:-6px;right:-6px;}

/* research section */
.reserachSection {padding:60px 120px 80px; 
background: url(../images/research.webp) no-repeat center center;
background-size: cover;}
.d-mob {
  display: none;
}
.mbot {
      margin-bottom: -7rem;
}
.researchHeading {
  font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 48px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: -2%;
text-align: center;
color: #FFFFFF;
margin-bottom: 15px;
}
.researchHeading span {
font-family: Open Sans;
font-weight: 700;
font-style: Bold;
font-size: 48px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: -2%;
text-align: center;
color: #FFFFFF;

}
.researchText {
  font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
color: #FFFFFF;
margin-bottom: 30px;
}


/* slidermain section */

  .sectionWrap {
    display: flex;
    width: 100%;
    min-height: 400px;
    font-family: 'Segoe UI', Arial, sans-serif;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.13);
  }

  .leftCard {
    flex: 1;
    background: url(../images/angleBox.webp) no-repeat center center;
    padding: 52px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  /* .leftCard::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -60px;
    width: 260px; height: 260px;
    border-radius: 50%;
    background: #eef6ff;
    z-index: 0;
  } */
  .leftCardInner { position: relative; z-index: 1; }
  .dotsCanvas {
    position: absolute;
    top: 10px; right: 10px;
    width: 170px; height: 110px;
    z-index: 1;
  }
  .leftHeading {
    font-size: 28px;
    font-weight: 400;
    color: #1a2a4a;
    line-height: 1.35;
  }
  .leftHeadingBold {
    font-weight: 800;
    color: #1a2a4a;
    display: block;
    font-size: 30px;
  }
  .leftSubtext {
    font-size: 14px;
    color: #6b7a99;
    line-height: 1.75;
    margin-top: 18px;
  }
  .leftSubtext em { font-style: italic; font-weight: 700; color: #1a2a4a; }

  .rightCard {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #0a1628;
    min-height: 400px;
  }

  .slideBg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.4,0,0.2,1);
    will-change: opacity;
  }
  .slideBg.isActive { opacity: 1; }

  .rightDimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,18,42,0.22) 0%, rgba(8,18,42,0.75) 100%);
    z-index: 1;
  }

  .blurPanel {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 2;
    backdrop-filter: blur(18px) saturate(1.4);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    background: rgba(8,18,46,0.52);
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 18px 22px 20px;
  }
  .blurLabel {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 11px;
  }
  .pillRow { display: flex; align-items: center; gap: 10px; }

  .pathwayPill {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    overflow: hidden;
    flex: 1;
    min-width: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .pathwayPill.pillVisible { opacity: 1; transform: translateX(0); }

  .pillIconWrap {
    width: 44px; height: 44px;
    border-radius: 50%;
    border: 2.5px solid #d82020;
    display: flex; align-items: center; justify-content: center;
    background: #fff;
    flex-shrink: 0;
    margin: 5px 0 5px 5px;
  }
  .pillIconWrap svg { width: 22px; height: 22px; }
  .pillLabel {
    font-size: 14.5px;
    font-weight: 700;
    color: #0d2061;
    padding: 0 18px 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .arrowGroup { display: flex; gap: 6px; flex-shrink: 0; }
  .arrowBtn {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 1.5px solid rgba(255,255,255,0.4);
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: background 0.18s;
    user-select: none;
  }
  .arrowBtn:hover { background: rgba(255,255,255,0.3); }

  .dotsRow { display: flex; gap: 7px; margin-top: 11px; }
  .slideDot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    transition: background 0.3s, transform 0.3s;
    cursor: pointer;
  }
  .slideDot.dotActive { background: #fff; transform: scale(1.4); }


    .career-section {
      width: 90%;
      margin: 0 auto;
      display: flex;
      gap: 4px;
      align-items: stretch;
      padding-top: 80px;
    }

    .career-left,
    .career-right {
      position: relative;
      overflow: hidden;
      border-radius: 24px;
    }
.career-left {
    width: 39%;
    background: url(../images/angleBox.webp) no-repeat center center / cover;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); */
    flex-shrink: 0;
    min-height: 457px;
}

.career-left-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 23px 40px 36px;
}

    .career-left h2 {
    color: #1A4393;
;
      margin-bottom: 22px;
      /* max-width: 320px; */


      font-family: "Open Sans";
font-weight: 400;
font-style: "Regular";
font-size: 48px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -2%;

    }

    .career-left h2 strong {
      display: block;
      font-weight: 700;
    }

    .career-left p {
     color: #000000;


      font-family: "Open Sans";
font-weight: 400;
font-style: Regular;
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;

    }

    .career-left p em {
      font-style: italic;
      font-weight: 600;
    }

    .career-right {
      width: calc(61% - 24px);
      min-height: 290px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      background: #0b1830;
    }

    .slider-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.45s ease;
      z-index: 1;
    }

    .slide.active {
      opacity: 1;
      z-index: 2;
    }

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

    .career-right::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      background: linear-gradient(
        90deg,
        rgba(10, 16, 33, 0.18) 0%,
        rgba(10, 16, 33, 0.05) 45%,
        rgba(10, 16, 33, 0.02) 100%
      );
    }

    .slider-top-text {
      position: absolute;
      top: 142px;
      left: 28px;
      z-index: 4;
      color: #ffffff;
      font-size: 17px;
      line-height: 1.35;
      font-weight: 500;
      max-width: 220px;
    }

    .slider-content {
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 14px;
      z-index: 5;
    }
.blurText {
      position: absolute;
    top: 26px;
    left: 30px;

}
.blurText p {
  font-family: Open Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;

color: #FFFFFF;
}
    .blur-panel {
      width: 100%;
      min-height: 252px;
      background: url(../images/blurpannel.webp) no-repeat center center / cover;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding: 18px 18px 16px 18px;
      border-radius: 18px;
      gap: 16px;
          background-size: 100% 100%;
    }

    .pill-slider-wrap {
      flex: 1;
      overflow: hidden;
      height: 52px;
      display: flex;
      align-items: center;
    }

    .pill-slider {
      display: flex;
      width: 100%;
      transition: transform 0.45s ease;
    }

    .pill-item {
      min-width: 100%;
      display: flex;
      align-items: center;
    }

    .pill-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #ffffff;
      border-radius: 999px;
      padding: 8px 16px 8px 9px;
      color: #1f4ea2;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 600;
      white-space: nowrap;
    }

    .pill-icon {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 3px solid #ec4b4b;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .pill-icon img {
      width: 18px;
      height: 18px;
      object-fit: contain;
      display: block;
    }

    .slider-nav {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
      padding-bottom: 3px;
    }

    .nav-btn {
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 50%;
      background: transparent;
      color: #8a8f98;
      font-size: 20px;
      line-height: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s ease;
    }

    .nav-btn:hover {
      background: #ffffff;
      color: #1f4ea2;
    }

    @media (max-width: 767px) {
      body {
        padding: 0px 0;
      }

      .career-section {
        width: 100%;
        padding: 0 15px;
        flex-direction: column;
        gap: 20px;
      }

      .career-left,
      .career-right {
        width: 100%;
            
      }
      .career-left {

    min-height: 100%;
}
    .career-section {
     
        margin-bottom: 60px;
    }
    .blur-panel {
    min-height: 100%;
 
}
.top-right a {
    /* border: 5px solid #FFFFFF; */
    background: #FFC540;
    border-radius: 10px;
    padding: 7px 8px;
    /* box-shadow: 2px 4px 4px 0px #00000040; */
    border: 1px solid;
    text-decoration: none;
    color: #1A4393;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
}

      .career-left h2 {
        font-size: 24px;
        max-width: 100%;
      }

      .career-left p {
        max-width: 100%;
      }

      .slider-top-text {
        top: 30px;
        left: 20px;
        font-size: 16px;
        max-width: 190px;
      }

      .slider-content {
        left: 12px;
        right: 12px;
        bottom: 12px;
      }

      .blur-panel {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
      }

      .pill-slider-wrap {
        width: 100%;
      }

      .slider-nav {
        align-self: flex-end;
      }

      .pill-btn {
        white-space: normal;
      }
    }

/* SECTION */
.global-section{
  position:relative;
  padding:80px 20px;
  overflow:hidden;
  background: url(../images/map.webp) no-repeat center center;
  background-size: cover; 
}


/* MAP BG */
.map-bg{
  position:absolute;
  top:140px;
  left:50%;
  transform:translateX(-50%);
  width:100%;
  max-width:1300px;
  opacity:.2;
  pointer-events:none;
}

/* HEADING */
.heading{
  text-align:center;
  margin-bottom:20px;
}
.heading h2{
  font-size:48px;
  color:#1c3f8a;
  font-weight:400;
  margin-bottom: 20px;
}
.heading h2 span{
  font-weight:700;
}
.heading p{
  font-size:24px;
  max-width:1252px;
  margin:auto;
  line-height:1.6;
  font-weight: 400;
}
.heading p strong{
  font-weight:600;
  font-style:italic;
  color:#000000;
}

/* PARTNER TITLE */
.partner-title{
  text-align:center;
  font-weight:700;
  margin:30px 0;
}

/* LOGOS DESKTOP */
.partner-logos-desktop{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:0px;
}
.partner-logo-card{
 
  display:flex;
  align-items:center;
  justify-content:center;

}
.partner-logo-card img{
  max-width:100%;
  max-height:100%;
}

/* MOBILE SLIDER */
.partner-logos-mobile{
  display:none;
}
.paddingb20 {
  padding-bottom: 20px;
}
/* EXPOSURE */
.exposure-title{
  text-align:center;
  margin:40px 0 30px;
  font-weight:700;
  font-size: 24px;
}
.exposure-wrap{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}
.exposure-card{
  width:280px;
  border:2px solid red;
  border-top:none;
  text-align:center;
  padding:20px;
  position:relative;
}
.exposure-card::before,
.exposure-card::after{
  content:"";
  position:absolute;
  top:-30px;
  width:2px;
  height:30px;
  background:red;
}
.exposure-card::before{left:-2px;}
.exposure-card::after{right:-2px;}

.icon{
  width:40px;
  height:40px;
  border:2px solid red;
  border-radius:50%;
  margin:-40px auto 10px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* NEXT SECTION */
.next-section{
  padding:80px;
  text-align:center;
  background:#fff;
}

/* RESPONSIVE */
@media(max-width:767px){

  .heading h2{
    font-size:30px;
  }

  .partner-logos-desktop{
    display:none;
  }

  .partner-logos-mobile{
    display:block;
  }

  .partner-logos-mobile .partner-logo-card{
    margin:0 6px;
  }

  .slick-track{
    display:flex;
    align-items:center;
  }

  .exposure-wrap{
    flex-direction:column;
    align-items:center;
  }

}


.eligibilityGrid {
    display: flex;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    padding-top: 20px;
    justify-content: center;
}
.eligibilityItem {
    position: relative;
    background: #fff;
    padding: 45px 20px 20px;
    border: 3px solid #e53935;
    width: 26%;
}.eligibilityItem::before{content:"";position:absolute;top:-4px;right:-3px;width:80%;height:5px;background:#fff;}
.eligibilityItem::after{content:"";position:absolute;top:-2px;right:-4px;width:5px;height:85%;background:#fff;}

.eligibilityCheck{position:absolute;top:-28px;left:20%;height:51px;display:flex;align-items:center;z-index:2;}
.eligibilityDot{position:absolute;right:-8px;bottom:10%;transform:translateY(-50%);width:13px;height:13px;background:#e53935;border-radius:50%;z-index:111;}

.eligibilityItem p{font-size:18px;line-height:1.5;color:#111;text-align: center;}
.eligibilityItem em{color:#123b8a;font-style:italic;font-weight:600;}
