* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}


:hover {
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sabon';
    src: url('../fonts/Sabon-Bold.woff2') format('woff2'),
        url('../fonts/Sabon-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sabon';
    src: url('../fonts/Sabon.woff2') format('woff2'),
        url('../fonts/Sabon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




body {
 font-family: Helvetica;
}

h1,
h2,
h3,
h4,
h5{
  font-family: 'Sabon';
}

p {
  font-family: Helvetica;
}

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

/*** Header css Start ***/

header {
  padding: 10px 0;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.top-flex {
  display: flex;
  justify-content: space-between;
}
.top-left {
  width: auto;
  height: auto;
  margin: 0px 0 0 0;
}

.top-right {
  width: auto;
  height: auto;
  margin: 8px 0 0 0;
}
.top-right a 
{
  background: #FF6500 ;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
}
.top-right img {
  margin: 0 0 -5px 5px;
}
.top-right a 
{
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #FF6500 ;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  z-index: 1;
}

/* Circle Effect */
.top-right a::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: #235FB5;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.5s ease;
  z-index: -1;
}

/* Hover */
.top-right a:hover::before {
  transform: translateX(-50%) scale(1);
}

/* Keep icon position */
.top-right a:hover {
  border-radius: 0;
}



.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 0 0 0;
  background: url('https://static.npfs.co/accounts/482/documents/2026/2/23/46e5915d63d4476280bda5d507164956_banner-bg.webp') no-repeat right;
  background-size: cover;
  height: 800px;
}

.banner-pic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.banner-pic img {
  width: 100%;
  height: auto;
}

.mob-ban
{
  display: none;
}
.banner-text
{
  width: 100%;
  height: auto;
  max-width: 800px;
  padding: 40px 0 0 70px;
}
.banerstrip
{
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: 'Helvetica';
  text-shadow: 1px 8px 8px #00000080;
  color: #fff;
  margin: 40px 0 0 0;
  background: linear-gradient(270deg, rgba(7, 79, 124, 0) 38.72%, #024A78 104.79%);
  padding: 2px 0 2px 90px;
  
}
.bannerBox
{
  width: 100%;
  height: auto;
  border-radius: 0 50px 50px 0;
  backdrop-filter: blur(40px);
  background: #024A78;
  position: relative;
  margin: 40px 0 0 50px;
  padding: 20px 30px;
}
.bannerBox::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: 0 50px 50px 0;

  background: linear-gradient(
    253.96deg,
    #FFC100 8.82%,
    #FFFFFF 61.17%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  pointer-events: none;
}
.bannerBox h1 
{
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  font-family: 'Helvetica';
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
}
.bnFull
{
  width: 100%;
  height: auto;
  padding: 0 0 0 70px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.bnText
{
  width: 33.33%;
  text-align: center;
  font-family: 'Helvetica';
  color: #fff;
  font-size: 16px;
  line-height: 132%;
  padding: 0 20px 10px;
  border-right: 1px solid #fff;
  margin: 0 0 0px 0;
}
.bnText:nth-child(3), .bnText:nth-child(6)
{
  border-right:0px solid #fff;
}
.bnText:nth-child(4),.bnText:nth-child(5),.bnText:nth-child(6)
{
  border-top: 1px solid #fff;
  padding-top: 10px;
}
.fifty
{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  font-family: 'Helvetica';
  color: #00508F;
  display: block;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  padding: 27px 0 0 0;
}
.fifty b 
{
  display: none;
}



.frm
{
  position: absolute;
  right: 70px;
  top:190px;
  width: 100%;
  min-height: 400px;
  max-width: 400px;
  background: #ffffff;
  border: 1px solid #FFC100;
  backdrop-filter: blur(40px);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  scroll-margin-top: 120px;
}


.main
{
  width: 100%;
  height: auto;
  background: url(../images/bg-1.webp) no-repeat center;
  background-size:cover;
  padding: 70px 0 0 0;
}

.main .heading h2
{
  color: #235FB5;
  margin: 0 0 20px 0;
}



/* wrapper */
.logoMarquee {
  overflow: hidden;
  width: 100%;
}

.logoSec
{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0px 0 60px;
  gap: 20px;
}
.logoBox
{
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoBox img
{
  max-width: 250px;
  height: auto;
  margin: 0px auto;
}

.descriptionSec
{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0;
  gap: 30px;
}
.dec
{
  width: 100%;
  height: auto;
  border-left: 1px solid #999999;
  padding: 0 0 0 60px;
  min-height: 145px;
}
.dec h4 
{
  color: #000000;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
}
.dec p 
{
  color: #000000;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  max-width: 80%;
}
.fst
{
  border-left: 0px solid #999999;
  padding: 0 0 0 0px;
}

.advantageSec
{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0px 0 0px;
  gap: 40px;
}
.advantageDec
{
  width: 100%;
  height: auto;
  padding: 120px 0 0 0;
}
.advantageDec h2  
{
  color: #235FB5;
  line-height: 100%;
  font-size: 48px;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.advantageDec p 
{
  color: #555555;
  line-height: 150%;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.applyBtn {
  width: auto;
  height: auto;
  margin: 44px 0 0 0;
}
.applyBtn img {
  margin: 0 0 -5px 5px;
}
.applyBtn a 
{
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #FF6500 ;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  z-index: 1;
}

/* Circle Effect */
.applyBtn a::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: #235FB5;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.5s ease;
  z-index: -1;
}

/* Hover */
.applyBtn a:hover::before {
  transform: translateX(-50%) scale(1);
}

/* Keep icon position */
.applyBtn a:hover {
  background-position: 85% 12px;
  border-radius: 0;
}
.advantagePic
{
  width: 100%;
  height: auto;
  text-align: right;
}
.flagSec
{
  width: 100%;
  height: auto;
  position: relative;
  padding:0 80px 0px;
}
.flagPic
{
  width: 100%;
  height: auto;
  min-height: 363px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.flagSec .flagPic img
{
  max-width: 99%;
  width: auto;
  display: initial;
}

.mountainPic
{
   width: 100%;
   height: auto;
   position: relative;
   margin-top: -80px;
   z-index: 9;
}

.heading h2 
{
  color: #fff;
  font-size: 48px;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  margin: 0 0 10px 0;
}
.heading p 
{
  color: #fff;
  font-size: 16px;
  line-height: 132%;
  font-weight: normal;
  text-align: center;
}


.placementSec
{
  width: 100%;
  height: auto;
  background: #A26E3D url(../images/placement-bg.webp) no-repeat center;
  background-size: cover;
  padding: 0px 70px 70px;
  min-height: 850px;
  margin-top: -4px;
  background-position: 0 30px;
}
.placementInner
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 120px 0 0 0;
}
.placeLeft
{
  width: 100%;
  max-width: 300px;
  height: auto;
  border-right: 1px solid #fff;
  text-align: right;
}
.placeRight
{
  width: 100%;
  max-width: 300px;
  height: auto;
  border-left: 1px solid #fff;
}
.placeInner
{
  padding: 0 30px 20px 0px;
  border-bottom: 1px solid #fff;
  min-height: 256px;
}
.placeInner h4 
{
  font-family: Helvetica;
  font-size: 84px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
}
.placeInner p
{
  font-size: 24px;
  color: #fff;
  line-height: 150%;
}
.placeRight .placeInner
{
  padding: 0 0px 20px 30px;
}
.placeInner:last-child
{
  border-bottom: 0px solid #fff;
  padding-top: 30px;
}
.placementSec h5
{
  font-family: Helvetica;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 40px 0 0 0;
}



.placementLogoWrap {
  overflow: hidden;
  width: 100%;
  padding:5px 0 50px;
  background: #211206;
  height: auto;
}

.placementLogoSec {
  display: flex;
  width: max-content;
  align-items: center;
  animation: marquee 25s linear infinite;
  gap: 30px;

}

.plcLogo {
  flex: 0 0 auto;
  padding: 10px 20px;
  border: 1px solid #FF6500;
  border-radius: 13px;
  width: 200px;
  height: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plcLogo img {
  max-height: 100px;
  width: auto;
  transition: 0.3s ease;
  margin: 0px auto;
  filter: brightness(0) invert(1);
}
.plcLogo:hover
{
  background: #fff;
}
.plcLogo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cultureSec
{
  width: 100%;
  height: auto;
  padding:60px 0;
  background: #211206;
}
.cultureSec .applyBtn
{
  text-align: center;
  margin: -40px 0 50px ;
}
.culturesl
{
  width: 100%;
  height: auto;
  margin: 30px 0 50px 0;
  position: relative;
  padding: 0 80px;
}
.cultureMain
{
  width: 100%;
  height: auto;
  position: relative;
}
.culturInner
{
  width: 100%;
  height: 270px;
  position: absolute;
  bottom: 0;
  padding: 10px 20px 30px;
  background: linear-gradient(180.22deg, rgba(0, 0, 0, 0) 0.19%, #000000 99.81%);
  display: flex;
  flex-direction: column-reverse;
  visibility: hidden;
}
.culturInner p 
{
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
}
.cultureMain:hover .culturInner
{
  visibility: visible;
}

.culturesl .owl-carousel .owl-nav.disabled
{
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 104%;
  justify-content: space-between;
  left: -35px;
}
.culturesl .owl-carousel .owl-nav span
{
  display: none;
}
.culturesl .owl-carousel .owl-nav button.owl-prev
{
  width: 60px;
  height: 60px;
  background:#FF6500 url(../images/ar-left.webp) no-repeat center;
  background-size: 30px;
  border-radius: 50%;
}
.culturesl .owl-carousel .owl-nav button.owl-prev:hover
{
  background:#000 url(../images/ar-left.webp) no-repeat center;
  background-size: 30px;
}
.culturesl .owl-carousel .owl-nav button.owl-next
{
  width: 60px;
  height: 60px;
  background:#FF6500 url(../images/ar-right.webp) no-repeat center;
  background-size: 30px;
  border-radius: 50%;
}
.culturesl .owl-carousel .owl-nav button.owl-next:hover
{
  background:#000 url(../images/ar-right.webp) no-repeat center;
  background-size: 30px;
}


.sclFlx
{
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.sclHeading
{
  height: auto;
  font-size: 48px;
  line-height: 130%;
  color: #fff;
  padding: 10px;
  font-weight: normal;
  font-family: 'Sabon';
  /* min-width: 540px; */
}
.sclDescription
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.sclInner
{
  background: url(../images/bult.webp) no-repeat;
  width: 100%;
  padding: 0px 0px 0px 55px;
  /* margin-top: 0px; */
}
.sclInner h4 
{
  font-size: 32px;
  line-height: 117%;
  font-family: Helvetica;
  color: #FF6500;
  font-weight: normal;
}
.sclInner p 
{
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: normal;
}

.campusSec
{
  width: 100%;
  height: auto;
  position: relative;
  padding: 60px 0;
}
.campusSec .heading h2 
{
  color: #00508F;
}
.swiper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

.swiper::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -10%;
  width: 120%;
  height: 100px;
  background: #fff;
  border-radius: 100%;
  z-index: 100;
}

.swiper::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -10%;
  width: 120%;
  height: 100px;
  background:#fff;
  border-radius: 100%;
  z-index: 1000;
}
.swiper-slide img  
{
  width: 100%;
}
.campusSec .swiper-button-next, .campusSec .swiper-button-prev
{
  color: #000;
  background:rgba(255, 255, 255, 0.7);
  padding: 32px 26px;
  border-radius: 5px;
}

.programSec
{
  width: 100%;
  height: auto;
  padding: 50px 0 100px;
  position: relative;
  background: #A26E3D;
  background: linear-gradient(180deg, #A26E3D 0%, #A26E3D 100%);
  margin-top: -5px;
}
.stack-slider {
  position: relative;
  width: 100%;
  height: 650px;
  max-width: 90%;
  margin: 100px auto 0;
}

.cards {
  position: relative;
  width: 92%;
  height: 100%;
  margin: 0px auto;
}

.card {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  overflow: hidden;
  transition:
    transform 0.7s cubic-bezier(.25,.8,.25,1),
    opacity 0.6s ease;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  transform-origin: center bottom;
  opacity: 0;
  will-change: transform;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(40px);
  background: #8B5A2C;
}

/* Visible stack */
.card.show { opacity: 1; }

.card.pos-0 {
  transform: translateY(0) rotate(0deg) scale(1);
  z-index: 5;
  display: flex!important;
}

.card.pos-1 {
  transform: translateY(-14px) rotate(-3deg) scale(0.98);
  z-index: 4;
}

.card.pos-2 {
  transform: translateY(-28px) rotate(3deg) scale(0.96);
  z-index: 3;
}

.card.pos-3 {
  transform: translateY(-42px) rotate(-5deg) scale(0.94);
  z-index: 2;
}

/* Navigation */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #FF6500;
  border: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}
.nav img 
{
  max-width: 30px;
}
.nav:hover
{
  background: #000;
}

.prev { left: 0px; }
.next { right: 0px; }


.programDec
{
  width: 57%;
  height: 100%;
  padding: 40px;
  overflow-x: auto;
}
.programDec h3
{
  font-family: Helvetica;
  font-size: 27px;
  line-height: 100%;
  color: #fff;
  font-weight: 500!important;
  font-weight: normal;
  margin: 0 0 30px 0;
}
.programDec h4
{
  font-family: Helvetica;
  font-size: 24px;
  line-height: 100%;
  color: #FF6500;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.programDec ul 
{
  padding: 0 0 0 0px;
  margin: 0 0 30px 0;
}
.programDec ul li
{
  font-family: Helvetica;
  font-size: 18px;
  line-height: 150%;
  font-style: normal;
  color: #fff;
  margin: 0 0 10px 0;
  background: url(../images/bm-1.webp) no-repeat;
  list-style: none;
  padding: 0 0 0 40px;
}
.programDec.bm-2 ul li
{
  background: url(../images/bm-2.webp) no-repeat;
}
.programDec.bm-3 ul li
{
  background: url(../images/bm-3.webp) no-repeat;
}
.programDec.bm-4 ul li
{
  background: url(../images/bm-4.webp) no-repeat;
}
.programDec.bm-5 ul li
{
  background: url(../images/bm-5.webp) no-repeat;
}
.programDec.bm-6 ul li
{
  background: url(../images/bm-6.webp) no-repeat;
}
.programDec ul li ol 
{
  padding: 0 0 0 30px;
}
.programDec ul li ol li 
{
  font-size: 16px;
  margin: 0 0 5px 0;
  list-style: binary;
  background: none;
  padding: 0;
}
.programDec.bm-5 ul li ol li 
{
  background: none;
}

.programPic
{
  width: 60%;
  height: auto;
  /* position: absolute; */
}
.programPic img 
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.placementLogoWrapMobile {
  overflow: hidden;
  width: 100%;
  padding: 40px 0 50px;
  background: #211206;
  height: auto;
  display: none;
}

.logoRow {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}

.logoTrack {
  display: flex;
  width: max-content;
  gap: 24px;
}
.placementLogoWrapMobile .plcLogo
{
  background: #fff;
}

.placementLogoWrapMobile .plcLogo img {
  max-height: 90px;
  width: auto;
  object-fit: contain;
  filter: brightness(1) invert(0);
}

/* Left â†’ Right */
.leftToRight .logoTrack {
  animation: marqueeLTR 25s linear infinite;
}

/* Right â†’ Left */
.rightToLeft .logoTrack {
  animation: marqueeRTL 25s linear infinite;
}

@keyframes marqueeLTR {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes marqueeRTL {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.programSecTab
{
  width: 100%;
  height: auto;
  display: none;
}
.tabs {
  max-width: 100%;
  margin: 40px auto;
}

.tab-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.tab-btn {
  padding: 12px 20px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 14px;
  color: #fff;
  line-height: 132%;
  border: 1px solid #fff;
  text-align: center;
  width: 100%;
}

.tab-btn.active {
  color: #fff;
  background: #F37019;
}

.tab-panel {
  display: none;
  padding: 20px 0;
}

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


.last-footer
{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 20px 10px;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  font-weight: normal;
  background: #00508F;
}
.btn2top
{
  width: 100%;
  height: auto;
  position: fixed;
  bottom:0;
  left: 0;
  z-index: 9;
  display: none;
}
.btn2top a 
{
  background: #FF6500;
  color: #fff;
  padding: 13px 20px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  display: block;
  text-align: center;
}
.btn2top a:hover 
{
  background: #000;
}

.acrossSec
{
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.acrFlx
{
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
.acrossDec
{
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
} 
.acrossDec h3
{
  color: #235FB5;
  line-height: 120%;
  font-size: 48px;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.acrossDec p
{
  color: #555555;
  line-height: 150%;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.acrossPic
{
  width: 100%;
  height: auto;
  text-align: right;
} 




