/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ================= BASE ================= */
body {
  line-height: 1.6;
  color: #222;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

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

p {
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  transition: transform 0.3s ease;
}

/* ================= FLEX UTILITIES ================= */
.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

/* ================= SPACING ================= */
.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 20px;
}

/* ================= LAYOUT ================= */
.container-fluid {
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  position: relative;
}

.text-center {
  text-align: center;
}

/* ================= HEADER ================= */
header {
  padding: 20px 0;
  transition: background 0.4s ease, box-shadow 0.4s ease;
  background: #184981;
}

.top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-left img {
  max-width: 235px;
}

.top-right {}

.top-right a {
  background: #F8901F;
  color: #fff;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
}

/* Sticky Header */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  color: #fff;
}

.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(10, 10, 40, 0.8) 40%, rgba(0, 0, 0, 0.2));
}

.banner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 40px;
}

/* LEFT */
.hero-left {
  max-width: 760px;
  padding: 60px 0 0 0;
}

.hero-left h1 {
  font-size: 64px;
  line-height: 1.2;
  color: #F8901F;
  font-weight: 600;
}

.block {
  display: block;
}


.subtitle {
  font-size: 48px;
  margin: 10px 0 60px;
  line-height: 130%;
  font-weight: 600;
}

.highlight-box {
  border: 2px solid orange;
  padding: 40px 20px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  display: inline-block
}

.tag {
  background: orange;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 20px;
  display: inline-block;
  line-height: 130%;
  font-weight: 500;
  position: absolute;
  top: -19px;
  left: 17px;
}

.package {
  font-size: 64px;
  color: #F8901F;
  line-height: 100%;
  margin: 20px 0 0px 0;
}

.small {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 150%;
}

.stats {
  display: flex;
  gap: 15px;
}

.stat {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  min-width: 230px;
  text-align: center;
  color: #F8901F;
  font-size: 32px;
  font-weight: 600;
}

.stat span {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.stat.fst {
  background: #184981;
  color: #fff;
}

/* RIGHT FORM */
.hero-form {
  width: 420px;
  padding: 25px 10px;
  border-radius: 15px;
  backdrop-filter: blur(15px);
  background: #fff;
  position: absolute;
  right: 80px;
  top: 200px;
}

.hero-form h3 {
  margin-bottom: 5px;
  padding: 0 13px;
}

.hero-form p {
  margin-bottom: 15px;
  font-size: 14px;
  padding: 0 13px;
}


.hero-form textarea {
  height: 80px;
}

.hero-form button {
  width: 100%;
  padding: 12px;
  background: orange;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
}

section {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.heading h2 {
  color: #2B2668;
  font-size: 48px;
  line-height: 130%;
  margin: 0 0 30px 0;
  font-weight: 600;
}

.heading h2 span {
  color: #F8901F;
}

.affiliation {
  background: #F0F7FF url(../images/bg-1.webp) no-repeat bottom;
  background-size: 100% auto;
  padding: 50px 0 400px 0;
}

.affBox {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #919191;
  text-align: center;
  box-shadow: 4px 4px 4px 0px #00000040;
  min-height: 300px;
  max-width: 95%;
  margin: 20px auto;
  border-radius: 10px;
}

.affIcon {
  width: 100%;
  height: 160px;
  border-bottom: 1px solid #ccc;
  padding: 0 20px;
}

.affIcon img {
  max-width: 100%;
  max-height: 200px;
  margin: 0px auto;
  width: auto !important;
}

.affText {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  color: #2B2668;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  min-height: 99px;
}


.shpFlx {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}

.shpLeft {
  width: 100%;
  padding: 0 70px 0 0;
}

.shpRight {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.shp {
  display: flex;
  width: 50%;
  padding: 0 20px 0 0;
  margin: 0 0 20px 0;
  gap: 20px;
}

.shpIcon {
  width: 100px;
  min-width: 100px;
}

.shpText {
  padding: 10px 0 0 0;
}

.shpText h3 {
  color: #2B2668;
  font-size: 48px;
  line-height: 150%;
  margin: 0 0 0px 0;
  font-weight: 700;
}

.shpText p {
  color: #2B2668;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 0px 0;
  font-weight: 500;
}

.shpLeft p {
  color: #2B2668;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 0px 0;
  font-weight: 400;
}

.spSl {
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}

.spBox {
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF4FF 100%);
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px;
  max-width: 95%;
  padding: 30px 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.spIcon {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

.spIcon img {
  width: auto !important;
}

.spBox p {
  color: #2B2668;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 0px 0;
  font-weight: 500;
}

#cat-2 .owl-stage {
  display: flex;
}

#cat-2 .owl-item {
  display: flex;
}

#cat-2 .item {
  display: flex;
  flex: 1;
  width: 100%;
}


.process {
  overflow: auto;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.process-item {
  position: relative;
}

.process-item:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 33px;
  top: 120px;
  border-top: 2px dashed #000;
}

.process-item:last-child:before {
  display: none;
}

.process-item .icon {
  margin-bottom: 30px;
}

.process-item .icon img {
  height: 60px;
  opacity: 0.9;
}

/* Step Circle */
.step {
  width: 60px;
  height: 60px;
  background: #f7941d;
  color: #1a1a4b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 20px;
  position: relative;
}


/* Title */
.process-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #2B2668;
}

/* Description */
.process-item p {
  font-size: 18px;
  line-height: 1.6;
  color: #2B2668;
  font-weight: 500;
}



.career {
  background: url(../images/career-bg.webp) no-repeat right;
  background-size: cover;
  min-height: 700px;
}

.career h3 {
  width: 100%;
  max-width: 882px;
  color: #fff;
  font-weight: 600;
  font-size: 84px;
  line-height: 130%;
  margin: 50px 0 20px 0;
}

.career h3 span {
  color: #F8901F;
}

.applyBtn {
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}

.applyBtn a {
  background: #F8901F;
  color: #fff;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
}

.legacy {
  background: #F8901F;
}

.legacy h3 {
  color: #2B2668;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  margin: 0px 0 10px 0;
}

.legacy h3 span {
  color: #fff;
}

.legacy h4 {
  color: #2B2668;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin: 0px 0 10px 0;
}

.legacy p {
  color: #2B2668;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin: 0px 0 0px 0;
}

.legacyFull {
  width: 100%;
  height: auto;
  padding: 70px 0;
}

.legacyFlx {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  text-align: center;
}

.legacyBox {
  width: 100%;
  text-align: center;
}

.legecyIcon {
  width: 100%;
  text-align: center;
}

.legacyBox h4 {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin: 0px 0 0px 0;
}

.legacyBox p {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin: 0px 0 0px 0;
}

.legacyBox h5 {
  color: #000000;
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  margin: 0px 0 0px 0;
}


.legacyPic {
  width: 100%;
  height: auto;
}

.legacyPic img {
  width: 100%;
  height: auto;
}

.placement {
  width: 100%;
  height: auto;
  background: url(../images/placement.webp) no-repeat;
  background-size: cover;
}

.placeFlx {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  overflow: hidden;
  flex-wrap: wrap;
}

.placeLeft {
  width: 45%;
}

.placeRight {
  width: 50%;
}

.placeLeft h3 {
  color: #2B2668;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  margin: 0px 0 10px 0;
}

.placeLeft h3 span {
  color: #F8901F;
}

.placeLeft p {
  color: #2B2668;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin: 0px 0 20px 0;
}

.placeLeft ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.placeLeft ul li {
  list-style: none;
  min-width: 200px;
  border-right: 2px solid #686868;

}

.placeLeft ul li:last-child {
  border-right: 0px solid #000;
  padding-left: 30px;
}

.placeLeft h4 {
  color: #F8901F;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  margin: 0px 0 0px 0;
}

.placeLeft ul li p {
  margin: 0 0 0 0;
}

.slider {
  overflow: hidden;
  width: 100%;
  margin: 50px 0 0 0;
}

.track {
  display: flex;
  width: max-content;
}

.sldLogo {
  flex: 0 0 auto;
  padding: 5px 10px;
}

.sldLogo img {
  height: 70px;
  width: auto;
}

/* LEFT (right ➝ left) */
.sldLeft {
  animation: scrollLeft 30s linear infinite;
}

/* RIGHT (left ➝ right) */
.sldRight {
  animation: scrollRight 30s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

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

  100% {
    transform: translateX(0);
  }
}

.downloadBtn {
  width: 100%;
  height: auto;
  margin: 50px 0 20px 0;
  text-align: center;
}

.downloadBtn a {
  background: #F8901F;
  color: #fff;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
}

.downloadBtn img {
  margin: 5px 0 0 5px;
}

.exprience {
  background: #f0f7ff;
}

.expFlx {
  background: #fff;
  padding: 40px;
  border-radius: 28px;
  display: flex;
  gap: 50px;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.expLeft {
  width: 45%;
}

.expLeft h3 {
  color: #2B2668;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  margin: 0px 0 10px 0;
}

.expLeft h3 span {
  color: #F8901F;
}

.expLeft p {
  color: #2B2668;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin: 0px 0 20px 0;
}

.expRight {
  width: 50%;
}

.expRight .owl-theme .owl-nav {
  position: absolute;
  bottom: 33px;
  right: 0;
}

.expPic {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.expPic span {
  color: #000000;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #E2EAFD;
  border: 1px solid #000000;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background: #E2EAFD;
}


.firstActive .expPic {
  height: auto;
}

.firstActive .expPic span {
  background: #000;
  color: #fff;
  border: 1px solid #ccc;
}


.testimonial {
  width: 100%;
  height: auto;
  margin: 40px 0 0 0;
}

.testm {
  width: 100%;
  height: 400px;
  margin: 50px 0 0 0;
  border-radius: 30px;
  overflow: hidden;
}

.testm iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial .owl-item.active.center .testm {
  height: 500px;
  margin: 0px 0 0 0;
}

.destination {
  /* background: linear-gradient(180deg, #0B162E 0%, #060B18 100%); */
  background: linear-gradient(180deg, #184981 0%, #050F1B 100%);

  position: relative;
  padding: 80px 0 100px;
}

.destinationSl {
  padding: 60px 0 0 80px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 99;
}

.destBox {
  width: 100%;
  height: 450px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.destPic {
  width: 100%;
  height: 100%;
}

.destPic img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.destContent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: #184981;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 55px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.destBottomBar {
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  order: 2;
}

.destBottomBar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #F8901F;
  margin: 0;
}

.progIcon {
  width: 25px;
  display: flex;
  align-items: center;
}

.destHover {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  transition: all 0.4s ease;
  order: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.destHover .applyBtn {
  margin-top: auto;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease 0.2s;
  /* Delay ensures it comes last */
}

@media (min-width: 769px) {
  .destBox:hover .destContent {
    height: 100%;
    max-height: none;
    justify-content: flex-start;
  }

  .destBox:hover .destBottomBar {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
  }

  .destBox:hover .destHover {
    opacity: 1;
    visibility: visible;
  }

  .destBox:hover .applyBtn {
    transform: translateY(0);
    opacity: 1;
  }
}

.destHover h5 {
  font-size: 20px;
  font-weight: 700;
  color: #F8901F;
  margin: 0 0 15px 0;
}

.destHover ul {
  padding: 0 15px 0 20px;
  margin: 0 0 20px 0;
  max-height: 250px;
  overflow-y: auto;
}

/* Custom scrollbar for destHover ul */
.destHover ul::-webkit-scrollbar {
  width: 4px;
}

.destHover ul::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.destHover ul::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

.destHover ul li {
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0;
  list-style: disc;
}

.destBox:hover .destHover {
  height: 450px;
  padding: 30px;
}

.destBox:hover .destContent {
  bottom: 0;
}

.destination .heading h2 {
  color: #fff;
}

.destination .heading p {
  color: #fff;
  font-size: 18px;
  line-height: 160%;
  max-width: 1000px;
  margin: 0 auto;
}

.dest-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.dest-nav button {
  width: 60px;
  height: 60px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.dest-nav button img {
  width: 30px;
  filter: invert(1);
}

.dest-nav button:hover {
  background: #F8901F;
}

.dest-nav button:hover img {
  filter: invert(0);
}


/* Select styles removed */

.destmobPic {
  display: none;
}




.footer {
  text-align: center;
  background: #184981;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
}

/* Owl nav hidden as we use custom nav */
.owl-nav {
  display: none !important;
}