.country-specific section {
  font-family: "Plus Jakarta Sans", "Plus Jakarta Sans Fallback", sans-serif;
}
a {
  text-decoration: none;
}
footer .footer-wrap .footer-right .footer-other-links ul {
  padding: 0;
}
footer .footer-wrap .footer-right .footer-icon-links .follow-us ul {
  padding: 0;
}
.sticky-items img {
  width: 100%;
}
/* -------- Layout wrappers -------- */
.wrap {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.wrap--nav {
  max-width: 872px;
}
.wrap--hero {
  max-width: 1242px;
}
.wrap--narrow {
  max-width: 1034px;
}
.wrap--wide {
  max-width: 1320px;
}
.wrap--global {
  max-width: 1060px;
}
.wrap--embassy {
  max-width: 1010px;
}

/* -------- Section heading helper -------- */
.sec-title {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.25;
  color: #231f20;
  margin: 0;
}
.sec-title .accent {
  color: #f5c02d;
}
.sec-sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #555;
  margin: 13px 0 0;
}

/* =========================================================
   HEADER / NAVBAR
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid #e5e9f2;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  position: relative;
}
.brand {
  font-weight: 800;
  font-size: 18.5px;
  color: #07182f;
  letter-spacing: -0.2px;
}
.brand span {
  color: #fecd46;
}
.main-nav {
  display: flex;
  gap: 14px;
}
.main-nav a {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #4a4a4a;
  padding: 6px 8px;
  transition: color 0.2s;
}
.main-nav a:hover {
  color: #f5c02d;
}
.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 20px;
  color: #07182f;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: 701px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 60px 0;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background: url("../../International/country/images/nepal/hero.webp") center/cover
    no-repeat;
  transform: scale(1.02);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      60% 55% at 2% 3%,
      rgba(245, 166, 35, 0.18),
      rgba(245, 166, 35, 0) 54%
    ),
    radial-gradient(
      50% 60% at 98% 100%,
      rgba(200, 16, 46, 0.25),
      rgba(200, 16, 46, 0) 52%
    ),
    linear-gradient(
      180deg,
      rgba(6, 16, 32, 0.62) 0%,
      rgba(6, 16, 32, 0.72) 100%
    );
}
.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 14px 27px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero__pill .yr {
  color: #f5a623;
}
.flag-ic {
  width: 20px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.hero__title {
  font-weight: 800;
  font-size: 62px;
  line-height: 1.15;
  margin: 0;
  max-width: 724px;
}
.hero__title .np {
  color: #fecd46;
}
.hero__lead {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 724px;
  margin: 0;
}
.hero__lead b {
  font-weight: 800;
  color: #fff;
}
.hero__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-solid {
  background: #fecd46;
  color: #231f20;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  padding: 18px 26px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(254, 205, 70, 0.3);
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.btn-solid:hover {
  transform: translateY(-2px);
  color: #231f20;
  box-shadow: 0 14px 26px rgba(254, 205, 70, 0.42);
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  padding: 18px 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.hero__stats {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.hero-stat {
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  height: 94px;
  flex: 1 1 220px;
  max-width: 300px;
  padding: 0 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  text-align: left;
}
.hero-stat b {
  font-weight: 900;
  font-size: 28px;
  color: #fecd46;
  line-height: 1;
}
.hero-stat span {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}
.hero__watermark {
  position: absolute;
  right: -3px;
  bottom: 30px;
  z-index: 1;
  font-weight: 900;
  font-size: 170px;
  line-height: 1;
  letter-spacing: -9.6px;
  color: rgba(255, 255, 255, 0.12);
  pointer-events: none;
  user-select: none;
}

/* =========================================================
   WHY LPU
   ========================================================= */
.why {
  position: relative;
  background: #f7f7f8;
  padding: 56px 0 70px;
  overflow: hidden;
}
.why__hex {
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
  background-image:
    repeating-linear-gradient(
      60deg,
      rgba(214, 177, 54, 0.1) 0 1px,
      transparent 1px 62px
    ),
    repeating-linear-gradient(
      -60deg,
      rgba(214, 177, 54, 0.1) 0 1px,
      transparent 1px 62px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(214, 177, 54, 0.1) 0 1px,
      transparent 1px 108px
    );
  opacity: 0.8;
  pointer-events: none;
}
.why .head {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
}
.icard {
  background: #fff;
  border: 1px solid #eceef1;
  padding: 30px 28px 34px;
  box-shadow: 0 12px 24px rgba(20, 30, 60, 0.04);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.icard:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(20, 30, 60, 0.08);
}
.country-specific .icon-box {
  width: 64px;
  height: 64px;
  background: rgba(254, 205, 70, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.icon-box svg {
  width: 24px;
  height: 24px;
}
.icard h3 {
  font-weight: 800;
  font-size: 20px;
  color: #231f20;
  margin: 0 0 12px;
}
.icard p {
  font-size: 14px;
  line-height: 22px;
  color: #6b7280;
  margin: 0;
}

/* =========================================================
   Ranking
   ========================================================= */

/* =========================================================
   RANKING (API-driven Slick slider)
   ========================================================= */
.ranking {
  position: relative;
  padding: 74px 0 84px;
  background: #fff;
  overflow: hidden;
}
.rank-blob {
  position: absolute;
  top: -120px;
  right: -140px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(254, 205, 70, 0.28),
    rgba(254, 205, 70, 0) 70%
  );
  pointer-events: none;
  z-index: 0;
}
.ranking .wrap {
  position: relative;
  z-index: 1;
}

/* ---- Head: badge + intro ---- */
.rank-head {
  display: flex;
  align-items: center;
  gap: 40px;
}
.rank-badge {
  flex: 0 0 auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #f6c744;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 18px 40px -18px rgba(246, 199, 68, 0.8);
}
.rank-badge span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #231f20;
}
.rank-intro {
  flex: 1 1 auto;
  min-width: 0;
}
.rank-title {
  font-weight: 800;
  font-size: 35px;
  line-height: 1.18;
  color: #231f20;
  margin: 0 0 14px;
  letter-spacing: -0.3px;
}
.rank-sub {
  font-family: var(--font-head);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #555;
  margin: 0;
  max-width: 780px;
}

/* ---- Slider ---- */
.rank-slider-wrap {
  position: relative;
}
.rank-slider {
  visibility: hidden;
}
.rank-slider.slick-initialized {
  visibility: visible;
}

.rank-slide {
  padding: 8px 4px;
}
.rank-card {
  display: grid;
  grid-template-columns: minmax(280px, 42%) 1fr;
  align-items: center;
  gap: 40px;
  min-height: 230px;
}

/* number column */
.rank-num-col {
  position: relative;
  padding-left: 6px;
}
.rank-num {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 900;
  color: #07182f;
  line-height: 0.9;
  letter-spacing: -2px;
  display: flex;
  align-items: flex-start;
}
.rank-num .n {
  font-family: var(--font-teko);
  font-size: 205px;
}
.rank-num .suf {
  font-size: 44px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 14px;
}
.rank-caption {
  position: relative;
  z-index: 1;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: #231f20;
  margin: 10px 0 0;
}

/* info column */
.rank-info-col {
  min-width: 0;
}
.rank-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #f5c02d;
  background: rgba(254, 205, 70, 0.16);
  border: 1px solid rgba(254, 205, 70, 0.5);
  padding: 6px 12px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.rank-logo {
  display: block;

  width: auto;
  object-fit: contain;
  margin-bottom: 5px;
}
.rank-desc {
  font-family: var(--font-head);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4a4a4a;
  margin: 0;
  max-width: 460px;
}
.rank-subject {
  font-family: var(--font-head);
  font-size: 13px;
  line-height: 20px;
  color: #99a1af;
  margin: 10px 0 0;
  max-width: 460px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- Controls ---- */
.rank-controls {
  display: flex;
  gap: 14px;

  padding-left: calc(42% + 40px);
}
.rank-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.5px solid #d7dbe3;
  background: #fff;
  color: #231f20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.rank-arrow svg {
  width: 20px;
  height: 20px;
}
.rank-arrow:hover {
  background: #f6c744;
  border-color: #f6c744;
  color: #07182f;
  transform: translateY(-2px);
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .rank-head {
    gap: 26px;
  }
  .rank-badge {
    width: 130px;
    height: 130px;
  }
  .rank-title {
    font-size: 27px;
  }
  .rank-card {
    grid-template-columns: minmax(220px, 40%) 1fr;
    gap: 28px;
  }
  .rank-num .n {
    font-size: 104px;
  }
  .rank-num .suf {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .ranking {
    padding: 54px 0 60px;
  }
  .rank-head {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .rank-title {
    font-size: 24px;
  }
  .rank-card {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
    min-height: 0;
  }
  .rank-num-col {
    padding-left: 0;
  }
  .rank-num {
    justify-content: center;
  }
  .rank-caption {
    text-align: center;
  }
  .rank-info-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
  }
  .rank-desc,
  .rank-subject {
    max-width: 520px;
    text-align: center;
  }
  .rank-controls {
    padding-left: 0;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .rank-badge {
    width: 112px;
    height: 112px;
  }
  .rank-badge span {
    font-size: 14px;
  }
  .rank-num .n {
    font-size: 82px;
  }
  .rank-num .suf {
    font-size: 28px;
    margin-top: 8px;
  }
  .rank-caption {
    font-size: 17px;
  }
}

/* =========================================================
   counter
   ========================================================= */

/* ---- Row wrapper ---- */
.counter-row {
  margin-bottom: 56px;
}

/* ---- Circle shell ---- */
.counter-circle {
  border: 1px solid #c5c2c2;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color var(--transition-base),
    box-shadow var(--transition-base);
}

.counter-circle:hover {
  border-color: #272123;
  box-shadow: 0 0 0 3px rgba(39, 33, 35, 0.06);
}

/* ---- Inner text block (centred) ---- */
.counter-circle__inner {
  text-align: center;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* ---- Counter number — Teko Bold 60px ---- */
.counter-num {
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
  color: #000;
  display: block;
  white-space: nowrap;
}

/* Salary variant: mixed fonts on same line */
.counter-num--salary {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
}

/* ₹ prefix — Zilla Slab Bold, slightly smaller than the number */
.counter-num__rupee {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  color: #000;
}

/* 10.23 Lac portion — Teko Bold same size as other counters */
.counter-num__val {
  font-weight: 900;
  font-size: 35px;
  line-height: 1.2;
  color: #000;
}

/* ---- Label below the number ---- */
.counter-label {
  font-size: 16px;
  color: #000;
  margin: 0;
  text-align: center;
}

.counter-label__top {
  font-weight: 500;
  display: block;
}

.counter-label__sub {
  font-weight: 300;
  display: block;
  font-size: 0.9em;
}

/* =========================================================
   HIGHLIGHTS (culture grid)
   ========================================================= */

.highlights {
  background: #f1f2f4;
  padding: 50px 0;
}
.highlights .head {
  text-align: center;
  margin-bottom: 42px;
}
.hl-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.hl-tile {
  position: relative;
  overflow: hidden;
}
.hl-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hl-photo {
  aspect-ratio: 328 / 249;
}
.hl-wide {
  aspect-ratio: 679 / 249;
}
.hl-dance {
  grid-column: 1 / span 2;
  grid-row: 1;
  aspect-ratio: 679 / 249;
}
.hl-crowd {
  grid-column: 1;
  grid-row: 2;
}
.hl-sled {
  grid-column: 2;
  grid-row: 2;
}
.hl-cult {
  grid-column: 1;
  grid-row: 3;
}
.hl-conf {
  grid-column: 2;
  grid-row: 3;
}
.hl-belong {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.hl-group {
  grid-column: 4;
  grid-row: 1;
  aspect-ratio: 328 / 249;
}
.hl-cross {
  grid-column: 4;
  grid-row: 2;
}
.hl-flags {
  grid-column: 3 / span 2;
  grid-row: 3;
}
.hl-card {
  padding: 17px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
}
.hl-card h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}
.hl-card p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
.hl-card--dark {
  background: #111;
  color: #fff;
}
.hl-card--white {
  background: #fff;
  color: #231f20;
}
.hl-card--cream {
  background: #fef9e7;
  color: #231f20;
}
.hl-belong {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 17px 15px;
  color: #231f20;
}
.hl-belong img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.hl-belong::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(254, 205, 70, 0) 26%, #fecd46 65%);
}
.hl-belong .txt {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hl-belong h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}
.hl-belong p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
.hl-bottom {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.hl-bottom .film {
  flex: 1;
  aspect-ratio: 1048 / 381;
  position: relative;
  overflow: hidden;
}
.hl-bottom .film img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hl-bottom .film-card {
  width: 355px;
  background: #fff;
  color: #000;
  padding: 19px 24px 23px 26px;
  margin-left: -210px;
  position: relative;
  z-index: 3;
  box-shadow: 3.9px 3.9px 10.5px rgba(0, 0, 0, 0.32);
}
.hl-bottom .film-card h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.45;
  margin: 0 0 10px;
}
.hl-bottom .film-card p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

/* ---- Film slider (slick: dots only, no arrows) ---- */
.film-slider .slick-list {
  overflow: hidden;
}
.film-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.film-slider .slick-dots li {
  list-style: none;
  line-height: 0;
  display: inline-flex;
}
.film-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #111;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition:
    width 0.3s,
    background 0.3s;
}
.film-slider .slick-dots li button:hover {
  background: #f6c744;
}
.film-slider .slick-dots li.slick-active button {
  width: 32px;
  background: #f6c744;
}

/* =========================================================
   PROGRAMMES
   ========================================================= */
.programmes {
  background: #f6c744;
  padding: 44px 0 54px;
}
.programmes .head {
  text-align: center;
  margin-bottom: 40px;
}
.programmes .head h2 {
  color: #111;
  font-weight: 800;
  font-size: 36px;
  margin: 0;
}
.programmes .head p {
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.62);
  margin: 13px auto 0;
  max-width: 720px;
}
.prog-grid {
  display: grid;
  grid-template-columns: 1.53fr 1fr;
  gap: 54px;
  align-items: start;
}
.col-title {
  font-weight: 800;
  font-size: 24px;
  color: #111;
  margin: 0 0 20px;
}
.prog-item {
  background: #fff;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 22px 24px;
  margin-bottom: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.prog-ico {
  flex: none;
  width: 56px;
  height: 56px;
  background: #fbe9b0;
  color: #f5c02d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prog-ico svg {
  width: 26px;
  height: 26px;
}
.prog-item h4 {
  font-weight: 800;
  font-size: 20px;
  color: #111;
  margin: 0 0 8px;
}
.prog-item p {
  font-size: 14px;
  line-height: 22px;
  color: #555;
  margin: 0;
}
.date-card {
  background: #fff;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 24px;
  margin-bottom: 18px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.date-ico {
  flex: none;
  width: 44px;
  height: 44px;
  background: #fbe9b0;
  color: #f5c02d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.date-ico.grey {
  background: #ececec;
  color: #6b7280;
}
.date-ico svg {
  width: 22px;
  height: 22px;
}
.date-card h4 {
  font-weight: 800;
  font-size: 18px;
  color: #111;
  margin: 0 0 4px;
}
.date-card .open {
  font-weight: 600;
  font-size: 14px;
  color: #ef7d00;
  margin: 0 0 12px;
}
.date-card .muted {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.chip {
  display: inline-block;
  background: #fecd46;
  color: #111;
  font-weight: 800;
  font-size: 14px;
  padding: 8px 16px;
  margin-top: 10px;
}
.elr {
  background: #fdf6df;
  padding: 22px 24px;
}
.elr h4 {
  font-weight: 800;
  font-size: 18px;
  color: #ef7d00;
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eadda0;
}
.elr p {
  font-size: 14px;
  line-height: 22px;
  color: #555;
  margin: 0;
}

/* =========================================================
   SCHOLARSHIP  (dark)
   ========================================================= */
.scholarship {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0f1e33, #0a1628);
  padding: 80px 0;
}
.blob {
  position: absolute;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.1);
  pointer-events: none;
}
.blob--tr {
  width: 500px;
  height: 500px;
  right: -80px;
  top: -80px;
  filter: blur(64px);
}
.blob--bl {
  width: 675px;
  height: 675px;
  left: -120px;
  bottom: -120px;
  filter: blur(90px);
}
.scholarship .inner {
  position: relative;
  z-index: 2;
}
.sch-top {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: stretch;
}
.sch-left {
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 47px;
}
.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  background: rgba(254, 205, 70, 0.2);
  border: 1px solid rgba(254, 205, 70, 0.3);
  border-radius: 999px;
  padding: 9px 20px;
  color: #fecd46;

  font-weight: 600;
  font-size: 16px;
}
.tag-pill svg {
  width: 20px;
  height: 20px;
}
.sch-heading {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.25;
  color: #fff;
  margin: 20px 0 0;
}
.sch-heading .accent {
  color: #f5c02d;
}
.rule {
  width: 96px;
  height: 4px;
  background: linear-gradient(90deg, #d4af37, rgba(0, 0, 0, 0));
  margin-top: 20px;
}
.sch-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #d1d5dc;
  margin: 0;
}
.sch-photo {
  width: 100%;
  height: 384px;
  overflow: hidden;
  position: relative;
}
.sch-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.sch-right {
  width: 430px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sch-slab {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 26px;
}
.sch-slab .row1 {
  display: flex;
  gap: 26px;
  align-items: center;
}
.sch-award {
  flex: none;
  width: 48px;
  height: 48px;
  background: rgba(212, 175, 55, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4af37;
}
.sch-award svg {
  width: 24px;
  height: 24px;
}
.sch-slab .crit {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  margin: 0;
}
.sch-slab .bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding-top: 13px;
}
.sch-slab .lbl {
  font-size: 14px;
  color: #99a1af;
  margin: 0 0 4px;
}
.sch-slab .val {
  font-weight: 800;
  font-size: 45px;
  line-height: 1;
  color: #d4af37;
  margin: 0;
}
.sch-benefits-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sch-benefits-head h3 {
  font-weight: 500;
  font-size: 38px;
  line-height: 50px;
  color: #fff;
  margin: 0;
}
.sch-benefits-head h3 .accent {
  color: #fecd46;
}
.sch-benefits {
  background: rgba(254, 205, 70, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 27px;
}
.benefit {
  display: flex;
  gap: 7px;
  align-items: center;
}
.benefit .dot {
  flex: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(90deg, #fecd46, #ff8904);
}
.benefit p {
  font-family: var(--font-inter);
  font-size: 14px;
  line-height: 24px;
  color: #d1d5dc;
  margin: 0;
}
.lpuist {
  background: rgba(254, 205, 70, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px;
  display: flex;
  gap: 32px;
  align-items: stretch;
  margin-top: 48px;
}
.lpuist__img {
  width: 485px;
  max-width: 48%;
  flex: none;
}
.lpuist__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpuist__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 7px 0;
}
.lpuist__body .logo {
  height: 74px;
  width: auto;
  align-self: flex-start;
}
.lpuist__body p {
  font-family: var(--font-inter);
  font-size: 14px;
  line-height: 1.55;
  color: #d1d5dc;
  margin: 0;
}
.btn-outline-gold {
  align-self: flex-start;
  border: 1px solid #fecd46;
  color: #fecd46;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
  background: transparent;
  transition:
    background 0.2s,
    color 0.2s;
}
.btn-outline-gold:hover {
  background: #fecd46;
  color: #111;
}

.btn-black-country {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  background: #000;
  letter-spacing: 1px;
}

.btn-black-country:hover {
  background: #fecd46;
  color: #111;
  border: 1px solid #000;
}

/* =========================================================
   CAMPUS LIFE & HOSTELS
   ========================================================= */
.campus {
  background: #fff;
  padding: 56px 0 64px;
}
.campus .head {
  text-align: center;
  margin-bottom: 44px;
}
.campus-main {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.campus-photo {
  position: relative;
  width: 415px;
  flex: none;
  max-width: 100%;
}
.campus-photo > img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.badge-float {
  position: absolute;
  background: #fff;
  padding: 14px 20px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}
.badge-float b {
  display: block;

  font-weight: 800;
  font-size: 26px;
  line-height: 1;
}
.badge-float span {
  font-size: 12px;
  color: #6b7280;
}
.badge-tr {
  top: -20px;
  right: -20px;
}
.badge-tr b {
  color: #2f6bff;
}
.badge-bl {
  bottom: -20px;
  left: -20px;
}
.badge-bl b {
  color: #ff5a1f;
}
.campus-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.crow {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #edeef1;
  padding: 18px 20px;
  box-shadow: 0 8px 18px rgba(20, 30, 60, 0.04);
}
.crow .ci {
  flex: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.crow .ci svg {
  width: 22px;
  height: 22px;
}
.ci--orange {
  background: #f7941d;
}
.crow h4 {
  font-weight: 800;
  font-size: 16px;
  color: #231f20;
  margin: 0 0 4px;
}
.crow p {
  font-size: 13.5px;
  line-height: 20px;
  color: #6b7280;
  margin: 0;
}
.crow p.link {
  color: #f5c02d;
  font-weight: 600;
}
.country-specific .quote-box {
  background: #fff7ee;
  border: 1px solid #f6d9a8;
  padding: 20px 24px;
  font-size: 14px;
  line-height: 26px;
  color: #555;
}
.quote-box b {
  color: #f5a623;
}
.campus-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 26px;
}
.cbtile {
  background: #fff;
  border: 1px solid #edeef1;
  padding: 22px 24px 26px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(20, 30, 60, 0.04);
}
.cbtile .glow {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  right: -30px;
  top: 10px;
  filter: blur(30px);
  opacity: 0.5;
}
.cbtile .ci {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 26px;
  position: relative;
  z-index: 2;
}
.cbtile .ci svg {
  width: 22px;
  height: 22px;
}
.cbtile h4 {
  font-weight: 800;
  font-size: 18px;
  color: #231f20;
  margin: 0 0 8px;
  position: relative;
  z-index: 2;
}
.cbtile p {
  font-size: 13.5px;
  line-height: 20px;
  color: #6b7280;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* =========================================================
   CAREER SUPPORT
   ========================================================= */
.career {
  background: #f6c744;
  padding: 44px 0 54px;
}
.career .head {
  text-align: center;
  margin-bottom: 36px;
}
.career .head h2 {
  font-weight: 800;
  font-size: 36px;
  color: #111;
  margin: 0;
}
.career .head p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.58);
  margin: 12px auto 0;
  max-width: 900px;
}
.career-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ccard {
  background: #fff;
  padding: 30px 28px 34px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}
.ccard .ci {
  width: 50px;
  height: 50px;
  background: #fbe9b0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.ccard .ci svg {
  width: 24px;
  height: 24px;
}
.ccard h4 {
  font-weight: 800;
  font-size: 20px;
  color: #231f20;
  margin: 0 0 12px;
}
.ccard p {
  font-size: 14px;
  line-height: 22px;
  color: #555;
  margin: 0;
}

/* =========================================================
   GLOBAL OPPORTUNITIES
   ========================================================= */
.global {
  background: linear-gradient(180deg, #fdf8ea, #ffffff 40%);
  padding: 56px 0 60px;
}
.global .head {
  text-align: center;
  margin-bottom: 40px;
}
.global .head h2 {
  font-weight: 800;
  font-size: 36px;
  color: #231f20;
  margin: 0;
}
.global .head h2 .accent {
  color: #f5c02d;
}
.global .head p {
  font-size: 14px;
  line-height: 25px;
  color: #6b7280;
  margin: 13px auto 0;
  max-width: 720px;
}
.glob-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 56px;
}
.gcard {
  background: #fff;
  padding: 26px 24px 30px;
  box-shadow: 0 12px 26px rgba(20, 30, 60, 0.06);
}
.gcard .ci {
  width: 48px;
  height: 48px;
  background: #fde7b8;
  color: #f5c02d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.gcard .ci svg {
  width: 26px;
  height: 26px;
}
.gcard h4 {
  font-weight: 800;
  font-size: 20px;
  color: #231f20;
  margin: 0 0 12px;
}
.gcard p {
  font-size: 14px;
  line-height: 22px;
  color: #6b7280;
  margin: 0;
}
.glob-map-head {
  text-align: center;
  margin-bottom: 10px;
}
.glob-map-head h3 {
  font-weight: 800;
  font-size: 36px;
  color: #231f20;
  margin: 0;
}
.glob-map-head h3 .accent {
  color: #f5c02d;
}
.glob-map-head p {
  font-size: 14px;
  line-height: 25px;
  color: #6b7280;
  margin: 12px auto 0;
  max-width: 860px;
}
.glob-map {
  text-align: center;
  margin: 10px 0 6px;
}
.glob-map img {
  width: 100%;
  max-width: 1060px;
  margin: 40px 0;
}
.glob-stats {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.gstat {
  text-align: left;
}
.gstat b {
  font-family: var(--font-teko);
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  color: #111;
  display: block;
}
.gstat span {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

/* =========================================================
   TESTIMONIALS (dark carousel)
   ========================================================= */
.alumni-section {
  background: linear-gradient(90deg, #0f1e33, #0a1628);
  padding: 60px 0;
}

.testi-text h3 {
  font-weight: 800;
  font-size: 36px;
  color: #fff;
  margin: 0;
}

.testi-text .accent {
  color: #fecd46;
}

.section-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 8px;
  text-align: left;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.section-label svg {
  width: 100px;
  height: 65px;
  margin-top: 10px;
  position: absolute;
  top: 0%;
  left: 17%;
  overflow: visible;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.section-label svg path {
  stroke: #ffcd4d;
  stroke-width: 8px;
  fill: none;
  stroke-dasharray: 1500;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alumni-label {
  display: block;
  margin-bottom: 24px;
}

.alumni-thumbs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.alumni-thumb {
  display: block;
  width: 65px !important;
  height: 65px !important;
  min-width: 65px;
  max-width: 65px;
  border-radius: 50%;
  border: 3px solid transparent;
  padding: 2px;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition:
    border-color var(--transition-base),
    transform var(--transition-base);
  overflow: hidden;
}

.alumni-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 50%;
  pointer-events: none;
  flex-shrink: 0;
}

.alumni-thumb:hover {
  border-color: rgba(254, 205, 70, 0.6);
  transform: scale(1.05);
}

.alumni-thumb.is-active {
  border-color: var(--color-accent);
}

.alumni-thumb:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.alumni-heading {
  font-style: normal;
  margin-bottom: 20px;
}

.alumni-content {
  transition: opacity 0.25s ease;
}

.alumni-content.is-fading {
  opacity: 0;
}

.alumni-quote {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.36;
  color: #fff;
  margin-bottom: 28px;
}

.alumni-identity {
  margin-bottom: 24px;
}

.alumni-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.36;
  color: #fff;
  margin-bottom: 2px;
}

.alumni-batch,
.alumni-company {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 1.36;
  color: #fff;
  margin-bottom: 0;
}

.alumni-tag {
  display: inline-block;
  background-color: var(--color-accent);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  padding: 6px 12px;
}

.alumni-photo-wrap {
  position: relative;
  transition: opacity 0.25s ease;
}

.alumni-photo-wrap.is-fading {
  opacity: 0;
}

.alumni-photo {
  display: block;
  width: 100%;
  height: auto;

  border-radius: 15px;
  border: 1px solid #f2f2f2;
}

/* ---- Play badge over the alumni photo (video testimonials only) ---- */
.alumni-play {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding-left: 0px;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: #000;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease;
  z-index: 2;
}

.alumni-play.is-visible {
  display: flex;
}

.alumni-play::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
}

.alumni-play:hover,
.alumni-play:focus-visible {
  color: #000;
  background-color: #fff;
  transform: translate(-50%, -50%) scale(1.08);
}

.alumni-play svg {
  display: block;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .alumni-play {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 1199.98px) {
  .alumni-heading {
    font-size: 52px;
  }
}

@media (max-width: 991.98px) {
  .alumni-heading {
    font-size: 40px;
    margin-bottom: 28px;
  }

  .alumni-label {
    margin-bottom: 16px;
  }
}

/* ---- Tokens used by the alumni rules above ---- */
.alumni-section {
  --color-accent: #f6c744;
  --transition-base: 0.25s ease;
}

/* ---- Vertical thumb scroller (built by JS at >=768px) ---- */
.alumni-thumbs.is-vert {
  position: relative;
}

.alumni-thumbs-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.35s ease;
}

.alumni-vert-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: #fff;
  color: #111;
  cursor: pointer;
  transition: background-color 0.25s ease;
  margin: 6px 0 6px calc((65px - 28px) / 2);
}

/* ---- .alumni-vert-arrow--down {
  margin: 10px 0 0;
}---- */

.alumni-vert-arrow:hover {
  background: var(--color-accent);
}

.alumni-vert-arrow svg {
  width: 16px;
  height: 16px;
}

/* ---- Mobile: JS runs Slick here, so let Slick own the layout ---- */
.alumni-thumbs.slick-initialized {
  display: block;
  position: relative;
  padding: 0 30px;
}

.alumni-thumbs .slick-prev,
.alumni-thumbs .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 2;
}

.alumni-thumbs .slick-prev {
  left: 0;
}

.alumni-thumbs .slick-next {
  right: 0;
}

.alumni-thumbs .slick-prev::before,
.alumni-thumbs .slick-next::before {
  font-size: 18px;
  line-height: 1;
  color: #111;
}

.alumni-thumbs .slick-prev::before {
  content: "\2039";
}

.alumni-thumbs .slick-next::before {
  content: "\203A";
}

.alumni-thumbs .slick-slide {
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .alumni-thumbs {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .alumni-section {
    padding: 48px 0;
  }

  .alumni-heading {
    font-size: 30px;
  }
}

/* =========================================================
   VISA
   ========================================================= */
.visa {
  background: #f1f2f4;
  padding: 40px 0 56px;
  position: relative;
  overflow: hidden;
}
.visa-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 20px;
  align-items: center;
}
.visa-illus {
  text-align: center;
}
.visa-illus img {
  max-width: 300px;
  width: 80%;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.18));
}
.visa-content .vpill {
  display: inline-block;
  background: rgba(254, 205, 70, 0.18);
  border: 1px solid rgba(254, 205, 70, 0.5);
  border-radius: 999px;
  padding: 9px 22px;
  color: #f5c02d;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.visa-content h2 {
  font-weight: 800;
  font-size: 36px;
  color: #231f20;
  margin: 0 0 18px;
}
.visa-content h2 .accent {
  color: #f5c02d;
}
.visa-content .lead {
  font-size: 14px;
  line-height: 20px;
  color: #555;
  margin: 0 0 30px;
  text-align: justify;
}
.visa-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.visa-cols h3 {
  font-weight: 800;
  font-size: 20px;
  color: #f5c02d;
  margin: 0 0 20px;
}
.vstep {
  margin-bottom: 18px;
}
.vstep h5 {
  font-weight: 800;
  font-size: 14px;
  color: #231f20;
  margin: 0 0 4px;
}
.vstep p {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
  margin: 0;
}
.vlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vlist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 14px;
  color: #231f20;
}
.vlist li svg {
  flex: none;
  width: 20px;
  height: 20px;
  color: #f5c02d;
  margin-top: 2px;
}

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta {
  background: #f3f4f6;
  padding: 0;
}
.final-cta__band {
  background: #fff;
  padding: 76px 0;
  position: relative;
}
.final-cta__box {
  max-width: 782px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(110deg, #6fb1a6 0%, #e9c33e 55%, #efa93a 100%);
  padding: 34px 40px 40px;
}
.cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 999px;
  padding: 9px 18px;

  font-weight: 800;
  font-size: 14px;
  color: #111;
  margin-bottom: 18px;
}
.cta-pill svg {
  width: 16px;
  height: 16px;
}
.final-cta__box p.lead {
  font-size: 14px;
  line-height: 24px;
  color: #1a2b1f;
  margin: 0 auto 22px;
  max-width: 560px;
  font-weight: 600;
}
.cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.btn-cta-solid {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #fecd46, #ff8904);
  color: #111;
  font-weight: 800;
  font-size: 14px;
  border-radius: 999px;
  padding: 13px 26px;
  border: 0;
  transition: transform 0.15s;
}
.btn-cta-solid:hover {
  transform: translateY(-2px);
  color: #111;
}
.btn-cta-ghost {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #111;
  border: 2px solid #1c1c1c;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 26px;
}
.btn-cta-ghost:hover {
  color: #111;
  background: rgba(255, 255, 255, 0.2);
}
.cta-feats {
  display: flex;
  gap: 26px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-feats span {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  font-size: 14px;
  color: #2a2a2a;
}
.cta-feats span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5a1f;
}

/* =========================================================
   EMBASSY
   ========================================================= */
.embassy {
  background: linear-gradient(180deg, #ffffff, #fdf8ea);
  padding: 46px 0 60px;
}
.embassy .head {
  text-align: center;
  margin-bottom: 44px;
}
.embassy .head h2 {
  font-weight: 800;
  font-size: 36px;
  color: #231f20;
  margin: 0;
}
.embassy .head h2 .accent {
  color: #f5c02d;
}
.embassy .head p {
  font-size: 14px;
  color: #6b7280;
  margin: 12px 0 0;
}
.emb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.emb-card {
  background: #fff;
  border: 1px solid #edeef1;
  padding: 28px 30px;
  box-shadow: 0 12px 26px rgba(20, 30, 60, 0.05);
}
.emb-top {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.emb-flag {
  width: 40px;
  height: auto;
  line-height: 1;
  display: block;
}
.emb-top h3 {
  font-weight: 800;
  font-size: 20px;
  color: #231f20;
  margin: 0;
}
.emb-top span {
  font-size: 14px;
  color: #6b7280;
}
.emb-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.emb-ico {
  flex: none;
  width: 40px;
  height: 40px;
  background: #fbe9b0;
  color: #f5c02d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emb-ico svg {
  width: 20px;
  height: 20px;
}
.emb-row h5 {
  font-weight: 800;
  font-size: 14px;
  color: #231f20;
  margin: 0 0 3px;
}
.emb-row p {
  font-size: 14px;
  line-height: 21px;
  color: #6b7280;
  margin: 0;
}
.emb-foot {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin: 30px 0 0;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1100px) {
  .wrap--wide,
  .wrap--hero {
    max-width: 100%;
  }
  .prog-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 48px;
  }
  .hero__watermark {
    font-size: 120px;
  }
  .sch-top {
    flex-direction: column;
  }
  .sch-left,
  .sch-right {
    width: 100%;
  }
  .campus-main {
    flex-direction: column;
  }
  .campus-photo {
    width: 100%;
  }
  .badge-tr {
    right: 12px;
  }
  .badge-bl {
    left: 12px;
  }
  .lpuist {
    flex-direction: column;
  }
  .lpuist__img {
    max-width: 100%;
    width: 100%;
    height: 230px;
  }
  .visa-grid {
    grid-template-columns: 1fr;
  }
  .visa-illus {
    margin-bottom: 20px;
  }
  .gstat b {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .main-nav.open {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e5e9f2;
    padding: 8px 24px 16px;
  }
  .main-nav.open a {
    font-size: 14px;
    padding: 10px 0;
  }
  .nav-toggle {
    display: block;
  }
  .grid-3,
  .career-grid,
  .glob-cards,
  .campus-bottom,
  .emb-grid,
  .sch-benefits,
  .visa-cols {
    grid-template-columns: 1fr;
  }
  .hl-grid4 {
    grid-template-columns: 1fr 1fr;
  }
  .hl-dance,
  .hl-flags {
    grid-column: 1 / span 2;
    grid-row: auto;
    aspect-ratio: 16/9;
  }
  .hl-crowd,
  .hl-sled,
  .hl-cult,
  .hl-conf,
  .hl-group,
  .hl-cross {
    grid-column: auto;
    grid-row: auto;
  }
  .hl-belong {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 16/11;
  }
  .hl-bottom {
    flex-direction: column;
  }
  .hl-bottom .film {
    width: 100%;
  }
  .hl-bottom .film-card {
    margin-left: 0;
    margin-top: -40px;
    width: 90%;
  }
  .hero__title {
    font-size: 38px;
  }
  .sec-title,
  .career .head h2,
  .global .head h2,
  .glob-map-head h3,
  .embassy .head h2,
  .visa-content h2,
  .sch-heading,
  .programmes .head h2,
  .testimonials .head h2 {
    font-size: 27px;
  }
  .glob-stats {
    justify-content: space-around;
  }
  .gstat {
    text-align: center;
    flex: 1 1 40%;
  }
  .hero__watermark {
    display: none;
  }
  .testi-slide {
    flex-direction: column;
    text-align: center;
    padding: 32px 22px;
  }
  .testi-body {
    align-items: center;
    text-align: center;
  }
  /* overflow safety on small screens */
  .hero__pill {
    white-space: normal;
    max-width: 100%;
    font-size: 12px;
    letter-spacing: 0.4px;
    padding: 12px 20px;
    line-height: 1.4;
    text-align: center;
  }
  .prog-item,
  .date-card,
  .prog-item > div,
  .date-card > div,
  .crow,
  .crow > div,
  .emb-row,
  .emb-row > div,
  .vlist li {
    min-width: 0;
  }
  .hl-grid4 > * {
    min-width: 0;
  }
  .testi-track {
    overflow: hidden;
  }
}

@media (max-width: 560px) {
  .hl-grid4 {
    grid-template-columns: 1fr;
  }
  .hl-dance,
  .hl-flags,
  .hl-belong,
  .hl-crowd,
  .hl-sled,
  .hl-cult,
  .hl-conf,
  .hl-group,
  .hl-cross {
    grid-column: auto;
    grid-row: auto;
  }
  .hl-dance,
  .hl-flags {
    aspect-ratio: 16/9;
  }
  .hl-belong {
    aspect-ratio: 16/11;
  }
  .hero__title {
    font-size: 32px;
  }
  .sec-sub br,
  .hero__lead br {
    display: none;
  }
  .testi-nav {
    display: none;
  }
  .testi-slide .avatar {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 400px) {
  .hero__title {
    font-size: 28px;
  }
  .hero__cta {
    width: 100%;
  }
  .hero__cta .btn-solid,
  .hero__cta .btn-ghost {
    flex: 1 1 100%;
  }
}
