html {
  scroll-behavior: smooth;
}

* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



body {

  font-family: 'Nunito', sans-serif;
  overflow-x: hidden;
  background: #ffffff;

}



a {

  text-decoration: none;

}

ul {

  list-style: none;

}

.container {

  width: 100%;

  max-width: 1366px;

  margin: 0 auto;

}

/* ================= HERO SECTION ================= */
.herosection {
  width: auto;
  height: 90vh;
  position: relative;
  overflow: hidden;
  background-image: url(../images/herobanner.webp) !important;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.lefthero-card {
  position: absolute;
  left: 5%;
  top: 170px;
  z-index: 2;
  width: 517px;
  display: flex;
  flex-direction: column;
}

.lefthero-card h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 50px;
  color: #FFFFFF;
  margin: 0;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.leftimgcard {
  width: 434px;
  height: 116px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
}

.cardimg {
  width: 126px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardimg img.card-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.ritherow-card {
  position: absolute;
  right: 5%;
  top: 13px !important;
  width: 390px;
  border-radius: 15px;
  letter-spacing: 0.5px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 40px; */
  height: 430px;
  min-height: 430px;
  background-image: linear-gradient(273deg, #6DA93A91 22%, #336DACC9 100%);
}

.ritherow-card::after {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
}

.bottomcontent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #0E4B9F;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bottomcontent p {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.bottomcontent p a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
}

@media (min-width: 1440px) {
  .lefthero-card {
    left: calc(50% - 683px + 57px);
  }

  .ritherow-card {
    right: calc(50% - 683px + 57px);
  }
}

/* ================= ABOUT SECTION ================= */

.about-section {

  width: 100%;

  background: #f3f3f3;

  padding-top: 45px;

  padding-bottom: 45px;

}



/* ================= HEADING ================= */

.about-heading {

  text-align: center;

  margin-bottom: 70px;

}



.about-heading h2 {

  width: 596px;

  max-width: 100%;

  margin: 0 auto 20px;

  font-family: 'Nunito', sans-serif;

  font-weight: 900;

  font-size: 30px;

  line-height: 100%;

  letter-spacing: 0%;

  color: #0E4B9F;

}



.about-heading p {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #0E4B9F;

}



/* ================= ABOUT GRID ================= */

.about-grid {

  display: grid;


  grid-template-columns: repeat(3, 1fr);

  justify-content: center;

  gap: 40px;

  padding: 0 50px;

}



/* ================= CARD ================= */

.about-card {

  width: 100%;

  max-width: 391px;

  height: 163px;

  margin: 0 auto;

  border-radius: 10px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  padding-left: 50px;

  padding-right: 50px;

}



/* BLUE CARD */

.blue-card {

  background: #0E4B9F;

}



/* GREEN CARD */

.green-card {

  background: #689519;

}



/* ================= CARD TITLE ================= */

.about-card h3 {

  font-family: 'Nunito', sans-serif;

  font-weight: 900;

  font-size: 25px;

  line-height: 27px;

  letter-spacing: 0%;

  text-align: center;

  color: #ffffff;

}



/* ================= SMALL TEXT ================= */

.about-card span {

  margin-top: 8px;

  font-family: 'Nunito', sans-serif;

  font-weight: 500;

  font-size: 14px;

  line-height: 10px;

  color: #ffffff;

}



/* why css */

/* ================= WHY AI SECTION ================= */

.why-ai {

  width: 100%;

  padding-top: 13px;

  padding-bottom: 2px;

  background: #f3f3f3;

}



/* ================= HEADING ================= */

.why-ai-heading {

  text-align: center;

  margin-bottom: 55px;

}



.why-ai-heading h2 {

  font-family: 'Nunito', sans-serif;

  font-weight: 900;

  font-size: 40px;

  line-height: 100%;

  color: #0E4B9F;

}



/* ================= TOP STATS ================= */

.why-top-carousel {
  position: relative;
  width: 100%;
}

.why-top-wrapper {

  width: 100%;

  max-width: 900px;

  margin: 0 auto 60px;

  display: flex;

  align-items: flex-start;

  justify-content: center;

  flex-wrap: wrap;

  /* Add this so it doesn't squish elements tightly */

  gap: 30px;

}

.why-carousel-btn {
  display: none;
  border: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
}

.why-carousel-btn i {
  pointer-events: none;
}



/* CARD */

.why-top-card {

  width: 262px;

  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;

}



/* GREEN BOX */

.why-top-stat {

  width: 212px;

  height: 180px;

  background: #689519;

  border-radius: 10px;

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;

  z-index: 2;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}



.why-top-stat span {

  font-family: 'Nunito', sans-serif;

  font-weight: 900;

  font-size: 32px;

  line-height: 40px;

  text-align: center;

  color: #ffffff;

}



/* CONTENT BOX */

.why-top-content {
  width: 262px;
  height: 156px;
  background: #dcdada;
  border-radius: 10px;
  margin-top: -61px;
  /* To push it under the green box from top: 61px */
  padding-top: 75px;
  /* space text below the green box */
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;

  justify-content: center;

}



.why-top-content p {

  font-family: 'Nunito', sans-serif;

  font-weight: 500;

  font-size: 14px;

  line-height: 20px;

  color: #222222;

}



.why-top-content h4 {

  margin-top: 10px;

  font-family: 'Nunito', sans-serif;

  font-weight: 700;

  font-size: 13px;

  font-style: italic;

  color: #0E4B9F;
}

/* ================= BOTTOM IMAGE SECTION ================= */

.why-bottom-section {

  /* width: 1360px; */

  max-width: 100%;

  height: 419px;

  position: relative;

  margin: 0 auto;

  /* border-radius: 20px; */

  overflow: hidden;

}



/* BACKGROUND IMAGE */

.why-background-image {
  /* padding: 0px; */
  width: 100%;

  height: 100%;

  object-fit: cover;

}



/* OVERLAY CARDS */

.why-overlay-cards {

  width: 100%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  display: flex;

  justify-content: center;

  gap: 20px;

}



/* CARD */

.why-overlay-card {

  width: 273px;

  height: 290px;

  border-radius: 20px;

  background: linear-gradient(180deg,

      rgba(255, 255, 255, 0.2) 0%,

      #FFFFFF 30.69%);

  backdrop-filter: blur(8px);

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  padding: 25px;

}



/* AI IMAGE */

.why-overlay-card img {

  width: 154px;

  height: 154px;

  object-fit: contain;

  margin-bottom: 12px;

}



/* TITLE */

.why-overlay-card h3 {

  font-family: 'Nunito', sans-serif;

  font-weight: 900;

  font-size: 28px;

  line-height: 34px;

  color: #0E4B9F;

}


/* SMALL LABEL */

.overlay-stat-small {

  font-family: 'Nunito', sans-serif;

  font-weight: 700;

  font-size: 18px;

  color: #0E4B9F;

}



/* BIG STAT */

.overlay-stat-big {

  font-family: 'Nunito', sans-serif;

  font-weight: 900;

  font-size: 64px;

  line-height: 72px;

  color: #0E4B9F;

}

/* PARAGRAPH */

.why-overlay-card p {

  margin-top: 12px;

  font-family: 'Nunito', sans-serif;

  font-weight: 800;

  font-size: 20px;

  line-height: 28px;

  color: #0E4B9F;

}

/* application process */

/* ================= APPLICATION PROCESS ================= */

.Applicaation {
  width: 100%;
  padding: 40px 0 50px;
  background: white;
}

.Applicaation h2 {
  font-family: "Nunito", sans-serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  color: #0f2b5f;
  text-align: center;
  margin: 0 0 10px;
}

.applicationimage {
  width: min(100%, 1140px);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.leftimage {
  width: 532px;
  height: 550px;
  /* overflow: hidden; */
  object-fit: cover;
}

.leftimage img,
.rightrimage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rightrimage {
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
}

.rightrimage img {
  height: 470px;
}




/* ================= CAMPUS INFRASTRUCTURE ================= */
.CampusInfrastructure {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  width: 100%;
}

.CampusInfrastructure h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 35px;
  color: #0E4B9F;
  margin-bottom: 40px;
  text-align: center;
}

.CampusInfrastructureimg {
  width: 100%;
  max-width: 1265px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding: 11px 0;
}

.campusinfrastructureimgcard {
  width: 100%;
  height: 232px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.campusinfrastructureimgcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.campusinfrastructureimgcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.campusinfrastructureimgcard .bottomcontent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: rgba(14, 75, 159, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  z-index: 2;
}

.campusinfrastructureimgcard .bottomcontent p {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

/* === experience future start==== */
/* ================= EXPERIENCE FUTURE ================= */

.experience-future {
  width: 100%;
  padding: 50px 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
}

.experience-future .container {
  width: 100%;
  max-width: 1440px;

  margin: 0 auto;
}

/* ================= HEADING ================= */

.experience-future-heading {

  width: 100%;
  max-width: 946px;

  margin: 0 auto 55px;

  text-align: center;
}

.experience-future-heading h3 {

  font-family: "Nunito", sans-serif;

  font-weight: 900;

  font-size: 40px;

  line-height: 1;

  letter-spacing: 0;

  text-align: center;
}

/* GREEN TITLE */

.experience-future-heading .green-title {
  color: #6C9B2E;
}

/* BLUE TITLE */

.experience-future-heading .blue-title {

  color: #0E4B9F;

  margin-top: 10px;
}

/* ================= VIDEO BOX ================= */

.experiencefutureytvideo {

  /* FIGMA DESKTOP SIZE */
  width: 100%;
  max-width: 1278px;

  aspect-ratio: 1278 / 460;

  margin: 0 auto;

  position: relative;

  overflow: hidden;

  border-radius: 30px;

  border: 1px solid #0E4B9F;

  background: #000;

  display: flex;
  justify-content: center;
  align-items: center;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.14);
}

/* ================= THUMBNAIL ================= */

.video-thumbnail {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  z-index: 2;

  cursor: pointer;

  transition: transform 0.4s ease;
}

.experiencefutureytvideo:hover .video-thumbnail {
  transform: scale(1.03);
}

/* ================= YOUTUBE IFRAME ================= */

.experiencefutureytvideo iframe {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  border: 0;

  z-index: 1;
}

/* ================= PLAY BUTTON ================= */

.experiencefutureytvideo .play-btn {
  position: relative;

  z-index: 3;

  width: clamp(70px, 8vw, 110px);
  height: clamp(50px, 6vw, 78px);

  background: rgba(255, 255, 255, 0.95);

  border-radius: 20px;

  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;

  transition: all 0.3s ease;

  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.experiencefutureytvideo .play-btn:hover {
  transform: scale(1.08);
}

.experiencefutureytvideo .play-btn i {
  font-size: clamp(20px, 3vw, 30px);

  color: #E3000F;

  margin-left: 4px;
}

/* == experience future end */
/* ========================================================= */
/* ================= PROGRAM HIGHLIGHTS ==================== */
/* ========================================================= */

.Programhighlight {
  position: relative;

  width: 100%;

  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 90px 20px;

  background-image: url(../images/whydownbackimage.webp);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* ================= DARK OVERLAY ================= */

.Programhighlight::before {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.4) 66.58%,
      rgba(0, 0, 0, 0.85) 93.96%);

  z-index: 1;
}

/* ================= CONTENT ================= */

.program-highlight-content {
  position: relative;

  z-index: 2;

  width: 100%;
  max-width: 1400px;

  margin: 0 auto;

  text-align: center;

  color: #ffffff;
}

/* ================= TITLE ================= */

.program-highlight-content h1 {
  font-family: "Nunito", sans-serif;

  font-weight: 800;

  font-size: 40px;

  line-height: 1;

  color: #ffffff;

  margin-bottom: 55px;
}

/* ========================================================= */
/* ================= STATS GRID ============================ */
/* ========================================================= */

.programstats {

  display: grid;

  grid-template-columns: repeat(5, 1fr);

  justify-items: center;

  gap: 24px;

  max-width: 1150px;

  margin: 0 auto 45px;
}

/* ================= CARD ================= */

.programstatscard {

  width: 200px;
  height: 150px;

  background: #ffffff;

  border-radius: 20px;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  padding: 15px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);

  transition: transform 0.3s ease;
}

.percent {
  color: #0e4b9f;
  font-size: 25px;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}

.programstatscard:hover {
  transform: translateY(-4px);
}

/* ================= NUMBER ================= */

.programstatscardnumber {

  font-family: "Nunito", sans-serif;

  font-weight: 900;

  font-size: 43px;

  line-height: 1;

  color: #0E4B9F;

  margin-bottom: 8px;
}

/* ================= CARD TEXT ================= */

.programstatscard h5 {

  font-family: "Nunito", sans-serif;

  font-weight: 600;

  font-size: 18px;

  line-height: 1.2;

  color: #0E4B9F;

  text-align: center;
}

/* ================= BOTTOM TEXT ================= */

.program-highlight-content p {

  font-family: "Nunito", sans-serif;

  font-weight: 700;

  font-size: 20px;

  line-height: 1.6;

  color: #ffffff;

  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

/* ===program highlight end== */
/* ================= MEET OUR MASCOT ================= */
.MeetOurMascot {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
}

.MeetOurMascot h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  max-width: 811px;
  margin: 0 auto 24px auto;
}

.MeetOurMascot h2 .green-text {
  color: #5C8A2F;
}

.MeetOurMascot h2 .blue-text {
  color: #0E4B9F;
}

.MeetOurMascotimg {
  width: 100%;
  max-width: 1262px;
  height: 332px;
  margin: 0 auto;
}

.MeetOurMascotimg img {
  width: 100%;
  /* height: 100%; */
  padding-bottom: 0;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* ================= TOP RECRUITERS ================= */
.Toprecuiter {
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  width: 100%;
}

.Toprecuiter h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 35px;
  color: #0E4B9F;
  margin-bottom: 5px;
  text-align: center;
}

.Toprecuiterbothimg {
  width: 100%;
  max-width: 1439px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 65px;
}

.Toprecuiterbothimg img.recruiter-logos {
  width: 100%;
  max-width: 1439px;
  height: 315px;
  object-fit: contain;
}

.Toprecuiterbothimg img.academic-building-img {
  width: 100%;
  max-width: 1102px;
  height: 430px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

/* ================== FOOTER section start ================== */
.Footer {
  width: 100%;
  height: 359px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  opacity: 1;
}

.Footer .backgroundimg {
  position: absolute;
  width: 1827px;
  height: 359px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-image: url(../images/footerimg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* ================== FOOTER RESPONSIVENESS ================== */
@media (max-width: 1200px) {
  .Footer {
    height: 220px;
  }

  .Footer .backgroundimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transform: none;
    top: 0;
    background-size: cover;
  }

  .Toprecuiterbothimg img.recruiter-logos {
    height: auto;
  }

  .Toprecuiterbothimg img.academic-building-img {
    height: auto;
  }
}