/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   KR MANGALAM UNIVERSITY Ã¢â‚¬â€ BRAND 2026 LANDING PAGE
   Fonts: Barlow Condensed (display) + DM Sans (body)
   Palette: Deep maroon #1f0b07, Gold #fcd404, Red #e31e24, Navy #003fa1
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --clr-maroon: #1f0b07;
  --clr-gold: #fcd404;
  --clr-red: #e31e24;
  --clr-navy: #003fa1;
  --clr-white: #ffffff;
  --clr-offwhite: #f8f6f2;
  --clr-gray: #6b7280;
  --clr-border: #cfcfcf;
  --clr-dark: #111111;

  --font-display: "Barlow Condensed", sans-serif;
  --font-body: "DM Sans", sans-serif;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;

  --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.18);

  --section-pad: 80px 0;
  --max-width: 1200px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--clr-dark);
  background: #eef2f7;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Section Ã¢â€â‚¬Ã¢â€â‚¬ */
.placements {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top left,
      rgba(11, 103, 194, 0.08),
      transparent 40%),
    radial-gradient(circle at bottom right,
      rgba(148, 163, 184, 0.08),
      transparent 35%),
    linear-gradient(135deg,
      #f8fafc 0%,
      #f1f5f9 50%,
      rgba(226, 232, 240, 0.8) 100%);
}

@media (max-width: 480px) {
  .placements {
    padding: 40px 0;
  }
}

/* grid overlay */
.placements::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.25;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 20%),
    linear-gradient(90deg, rgba(20, 59, 108, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(20, 59, 108, 0.04) 1px, transparent 1px);
  background-size:
    auto,
    64px 64px,
    64px 64px;
}

/* .container {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
} */

.container {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.placements .container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1280px) {
  .placements .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Two-col layout Ã¢â€â‚¬Ã¢â€â‚¬ */
.layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

@media (min-width: 1024px) {
  .layout {
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  }

  .featured-card {
    position: sticky;
    top: 110px;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Featured Card Ã¢â€â‚¬Ã¢â€â‚¬ */
.featured-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 59, 108, 0.1);
  border-radius: 12px;
  padding: 1.6rem;
  box-shadow: 0 24px 54px rgba(31, 67, 118, 0.12);
  backdrop-filter: blur(12px);
}

@media (max-width: 1200px) {
  .featured-img-wrap .badge {
    top: 5px;
    left: 5px;
    margin: 0;
    padding: 4px 12px;
    font-size: 0.72rem;
  }

  .featured-img-wrap img {
    object-position: center 15%;
  }
}

@media (max-width: 1024px) {

  .card-featured-img {
    min-height: 220px;
    background: linear-gradient(135deg, #002d73 0%, #0052cc 60%, #2c7da0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }

  .content-area .section-heading {
    text-align: center;
  }

  .content-area .section-sub {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .featured-card {
    padding: 1rem;
  }

  .featured-img-wrap .badge {
    top: 3px;
    left: 3px;
    margin: 0;
    padding: 4px 12px 4px 12px;
    font-size: 0.72rem;
  }
}

.featured-img-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.4rem;
  background: linear-gradient(135deg,
      rgba(11, 103, 194, 0.1),
      rgba(20, 59, 108, 0.05));
  aspect-ratio: 4/5;
}

.featured-img-wrap .badge {
  top: 5px;
  left: 5px;
  margin: 0;
}

.featured-img-wrap img {
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  transition: transform 0.5s ease;
  display: block;
}

.featured-img-wrap:hover img {
  transform: scale(1.05);
}

@media (min-width: 640px) and (max-width: 1023px) {
  .featured-card {
    display: grid;
    grid-template-columns: 240px 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 8px 24px;
    align-items: center;
  }

  .featured-img-wrap {
    grid-column: 1;
    grid-row: 1 / span 4;
    margin-bottom: 0;
    aspect-ratio: auto;
    background: transparent;
  }

  .featured-img-wrap img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
  }

  .featured-name {
    grid-column: 2;
    grid-row: 1;
  }

  .featured-company {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
  }

  .featured-package {
    grid-column: 2;
    grid-row: 3;
    margin-top: 0;
  }

  .featured-desc {
    grid-column: 2;
    grid-row: 4;
    margin-top: 0;
  }
}


.featured-name {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.1;
}

.featured-company {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(11, 103, 194, 0.9);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.featured-package {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0766c5;
  margin-top: 0.2rem;
  line-height: 1;
}

.featured-desc {
  color: rgba(18, 35, 61, 0.65);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 0.3rem;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Right Content Ã¢â€â‚¬Ã¢â€â‚¬ */
.content-area {
  min-width: 0;
}

.section-heading {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 12px;
}

.section-heading span {
  color: var(--blue);
}

.section-sub {
  max-width: 700px;
  color: rgba(18, 35, 61, 0.7);
  font-size: 1.04rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Slider Box Ã¢â€â‚¬Ã¢â€â‚¬ */
.slider-box {
  position: relative;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  box-shadow: 0 32px 64px rgba(31, 67, 118, 0.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

@media (min-width: 768px) {
  .slider-box {
    padding: 32px;
  }
}

@media (max-width: 1280px) {
  .slider-box {
    padding: 16px 20px;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Gradient Divider Ã¢â€â‚¬Ã¢â€â‚¬ */
.slider-divider {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  margin-bottom: 32px;
}

.slider-divider__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right,
      transparent,
      rgba(20, 59, 108, 0.1),
      transparent);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Slider Viewport (clips overflow) Ã¢â€â‚¬Ã¢â€â‚¬ */
.slider-viewport {
  overflow: hidden;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Slider Track (paged) Ã¢â€â‚¬Ã¢â€â‚¬ */
.slider-track {
  display: flex;
  gap: 24px;
  padding: 8px 0px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  touch-action: pan-y;
  user-select: none;
}

.slider-track.is-dragging {
  transition: none;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Person Card Wrap Ã¢â€â‚¬Ã¢â€â‚¬ */
.person-card-wrap {
  flex: 0 0 100%;
  min-width: 0;
}

@media (min-width: 768px) {
  .person-card-wrap {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (min-width: 1024px) {
  .person-card-wrap {
    flex: 0 0 calc((100% - 48px) / 3);
  }
}

@media (min-width: 1280px) {
  .person-card-wrap {
    flex: 0 0 calc((100% - 72px) / 4);
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Person Card Ã¢â€â‚¬Ã¢â€â‚¬ */
.person-card {
  background: #fff;
  border-radius: 6px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(31, 67, 118, 0.06);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
  height: 100%;
}

@media (max-width: 640px) {
  .person-card {
    padding: 20px;
  }
}

.person-card:hover {
  box-shadow: 0 18px 38px rgba(31, 67, 118, 0.12);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Avatar Ã¢â€â‚¬Ã¢â€â‚¬ */
.avatar-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}

.avatar-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg,
      rgba(11, 103, 194, 0.2),
      rgba(20, 59, 108, 0.1));
}

.avatar-wrap img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: block;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Card Text Ã¢â€â‚¬Ã¢â€â‚¬ */
.person-name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #12233d;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.person-company {
  font-size: 0.75rem;
  color: rgba(18, 35, 61, 0.5);
  margin-top: 4px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.person-package {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0b67c2;
  line-height: 1;
}

.person-placed {
  font-size: 0.65rem;
  color: rgba(18, 35, 61, 0.4);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 8px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Dots Ã¢â€â‚¬Ã¢â€â‚¬ */
.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  padding: 0;
  background: rgba(20, 59, 108, 0.2);
  transition: all 0.3s ease;
}

.dot:hover:not(.active) {
  background: rgba(20, 59, 108, 0.4);
}

.dot.active {
  width: 32px;
  background: #0b67c2;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Section Ã¢â€â‚¬Ã¢â€â‚¬ */
.placement-section {
  padding: 60px 0;
  background: #f5faff;
}
@media (max-width: 480px) {
  .placement-section {
    padding: 40px 0;
  }
}

@media (max-width: 1280px) {
  .placement-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container1 {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

element.style {
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Header Ã¢â€â‚¬Ã¢â€â‚¬ */
.section-header {
  max-width: 1440px;
  margin: 0 auto 32px;
  text-align: center;
}

.badge {
  position: absolute;
  display: inline-block;
  padding: 8px 14px 4px 16px;
  background: rgb(255, 255, 255);
  color: #2c7da0;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 999px;
  margin: 20px;
  letter-spacing: 0.06em;
}

.badge1 {
  /* position: absolute; */
  display: inline-block;
  padding: 4px 14px;
  background: rgb(255, 255, 255);
  color: #2c7da0;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  margin: 20px;
  letter-spacing: 0.06em;
}

.section-header h2 {
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 16px;
}

.section-header p {
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.7;
  padding: 0px 164px;
}

@media (max-width: 1024px) {
  .section-header p {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .section-header p {
    padding: 0;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Grid Ã¢â€â‚¬Ã¢â€â‚¬ */
.cards-grid1 {
  display: grid;
  gap: 24px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Featured Card (image + text) Ã¢â€â‚¬Ã¢â€â‚¬ */
.card-featured {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.25s ease;
}

@media (min-width: 1024px) {
  .card-featured {
    flex-direction: row;
  }
}

@media (max-width: 639px) {
  .card-featured {
    display: block;
  }
}

.card-featured-img {
  flex: 0 0 45%;
  min-height: 280px;
  background: linear-gradient(135deg, #002d73 0%, #0052cc 60%, #2c7da0 100%);
  display: flex;
  /* align-items: center; */
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

.card-featured-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 85% center;
  display: block;
}

/* Decorative SVG placeholder for the image */
.card-featured-img svg {
  opacity: 0.18;
  width: 70%;
  height: 70%;
}

.card-featured-img .img-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-featured-body {
  flex: 1;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Icon Ã¢â€â‚¬Ã¢â€â‚¬ */
.icon-box {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #002d73 0%, #0052cc 100%);
  flex-shrink: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Headings Ã¢â€â‚¬Ã¢â€â‚¬ */
.card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 10px;
  line-height: 1.3;
}

.card-desc {
  color: #4b5563;
  line-height: 1.7;
  font-size: 0.97rem;
  margin-bottom: 16px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Bullet list Ã¢â€â‚¬Ã¢â€â‚¬ */
.bullet-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bullet-list li {
  position: relative;
  padding-left: 20px;
  color: #374151;
  font-size: 0.97rem;
  line-height: 1.5;
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #002d73;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Small Cards Ã¢â€â‚¬Ã¢â€â‚¬ */
.small-cards-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 640px) {
  .small-cards-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .small-cards-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card-small {
  padding: 28px;
  border-radius: 16px;
  background: #ffffff;
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.card-small:hover {
  background: #ffffff;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.card-small .card-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.card-small .card-desc {
  margin-bottom: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Section Ã¢â€â‚¬Ã¢â€â‚¬ */
.section {
  padding: 60px 0;
  background: #fff;
  width: 100%;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Heading Ã¢â€â‚¬Ã¢â€â‚¬ */
.heading {
  font-size: clamp(1.7rem, 4vw, 2.25rem);
  font-weight: 600;
  text-align: center;
  color: #111827;
  margin-bottom: 30px;
  line-height: 1.25;
}

/* .heading span {
  color: #ef4444;
} */

/* Ã¢â€â‚¬Ã¢â€â‚¬ Filters Ã¢â€â‚¬Ã¢â€â‚¬ */
.filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .filters {
    grid-template-columns: repeat(3, 1fr);
  }
}

.filters select,
.filters input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: 0.95rem;
  font-family: "Inter", sans-serif;
  color: #374151;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.filters input {
  background-image: none;
  padding-right: 16px;
}

.filters select:focus,
.filters input:focus {
  border-color: #163c8c;
  box-shadow: 0 0 0 3px rgba(22, 60, 140, 0.08);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  align-items: stretch;
}

@media (min-width: 768px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1440px) {
  .cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Programme Card Ã¢â€â‚¬Ã¢â€â‚¬ */
.prog-card {
  background: #001732;
  color: #fff;
  border-radius: 15px;
  padding: 15px 24px 20px 24px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 63, 161, 0.25);
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* Red Glow background matching Next.js styling */
.prog-card-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: linear-gradient(135deg, #001732, #59122E, #63174C);
  filter: blur(30px);
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}

.prog-card-glow.glow-left {
  left: -237px;
  bottom: -183px;
}

.prog-card-glow.glow-center {
  left: 48%;
  transform: translateX(-50%);
  bottom: -240px;
}

.prog-card-glow.glow-right {
  right: -133px;
  bottom: -201px;
}

.prog-card-glow.glow-right-alt {
  right: -133px;
  bottom: -171px;
}



.prog-card:hover {
  /* background: linear-gradient(135deg, #003fa1 0%, #0052cc 100%); */
  transform: translateY(-8px);
  /* box-shadow: 0 16px 40px rgba(0, 63, 161, 0.35); */
}

.prog-card-header {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.prog-card h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 10px;
}

.prog-card-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.detail-item svg {
  width: 20px;
  height: 20px;
  color: #fff;
  flex-shrink: 0;
}

.detail-item div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.detail-label {
  font-size: 0.72rem;
  color: #cbd5e1;
  font-weight: 400;
  margin: 0;
}

.detail-value {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.prog-card-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.prog-card-note {
  font-size: 0.8rem;
  color: #cbd5e1;
  text-align: center;
  margin: -4px 0 0 0;
  font-family: var(--font-body);
  position: relative;
  z-index: 2;
}


.btn-outline {
  flex: 1;
  min-width: 120px;
  padding: 12px 16px;
  border: none;
  background: #ffffff;
  color: #163c8c;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01em;
   font-family: var(--font-heading);
}

.btn-outline:hover {
  background: #f1f5f9;
  color: #0b3a75;
}

.btn-primary-card {
  flex: 1;
  min-width: 120px;
  padding: 12px 16px;
  border: none;
  background: #c53a33;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01em;
  font-family: var(--font-heading);
}

.btn-primary-card:hover {
  background: #b02e28;
}

.prog-card:hover .btn-primary-card {
  /* background: #fff;
  color: #c71820; */
  transform: scale(1.02);
}

.btn-view {
  flex: 1;
  min-width: 120px;
  padding: 10px 16px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition:
    background 0.2s ease,
    backdrop-filter 0.2s ease;
  backdrop-filter: blur(10px);
}

.btn-view:hover {
  background: rgba(255, 255, 255, 0.25);
}

.btn-view svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .prog-card {
    min-height: auto;
    padding: 15px 16px 16px 16px;
  }

  .prog-card h3 {
    font-size: 1rem;
  }

  .prog-card-details {
    flex-direction: row;
    gap: 8px;
  }

  .detail-value {
    font-size: 0.8rem;
  }

  .detail-label {
    font-size: 0.68rem;
  }

  .detail-item svg {
    width: 16px;
    height: 16px;
  }

  .prog-card-actions {
    gap: 8px;
    flex-wrap: nowrap;
  }

  .btn-outline,
  .btn-primary-card,
  .btn-view {
    flex: 1;
    min-width: auto;
    padding: 10px 12px;
    font-size: 0.8rem;
    white-space: nowrap;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ No Result Ã¢â€â‚¬Ã¢â€â‚¬ */
.no-result {
  text-align: center;
  margin-top: 40px;
  color: #6b7280;
  font-size: 1rem;
  display: none;
}

.carousel {
  width: 100%;
  /* max-width: 1440px; */
  margin: 32px auto 0;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .carousel {
     margin: 0px;
     padding-bottom: 0px;
  }
}


.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #003fa1;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, background 0.2s ease;
  z-index: 10;
  pointer-events: auto;
}

.carousel-control:hover {
  transform: translateY(-50%) scale(1.05);
  background: #ffffff;
}

.carousel-control--prev {
  left: 16px;
}

.carousel-control--next {
  right: 16px;
}

.carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}


/* SLIDES */
.carousel .slide {
  flex: 0 0 88%;
  min-width: 280px;
  aspect-ratio: auto;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.5;
  transform: scale(0.88);
}

.carousel .slide img {
  width: 100%;
  aspect-ratio: 1280 / 676;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  display: block;
  filter: brightness(0.65) grayscale(0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ACTIVE CENTER SLIDE */
.carousel .slide.active {
  opacity: 1;
  transform: scale(1.02);
  z-index: 2;
}

.carousel .slide.active img {
  filter: brightness(1) grayscale(0);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* TABLET */
@media (min-width: 640px) {
  .carousel .slide {
    flex: 0 0 55%;
    min-width: 380px;
  }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .carousel-track {
    /* leave space on the sides so the active slide sits centered */
    padding: 0;
  }

  .carousel .slide {
    flex: 0 0 42%;
    min-width: 480px;
  }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   AWARDS & ACCOMPLISHMENTS
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.awards-section {
  padding: 40px 0;
  background: #ffffff;
}

.awards-section__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0px;
}

.awards-header {
  text-align: center;
  margin-bottom: 16px;
}

.awards-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  background: #2c7da01a;
  color: #2c7da0;
  font-family: var(--font-body);
  font-weight: bold;
  font-size: 0.875rem;
  padding: 5px 10px;
  border-radius: 999px;
  /* border: 1px solid #e5e7eb; */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 8px;
}

.awards-heading {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: #15264a;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.awards-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.awards-carousel__viewport {
  flex: 1;
  overflow: hidden;
  padding: 12px 0px;
}

.awards-carousel__track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.awards-card {
  flex: 0 0 100%;
  background: #fff;
  border-radius: 14px;
  padding: 26px 22px 28px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.awards-card__image {
  width: 246px;
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.awards-card__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.awards-card__title {
  /* font-family: var(--font-body); */
  font-weight: 700;
  font-size: 1.1rem;
  color: #15264a;
  line-height: 1.3;
  margin-bottom: 12px;
}

.awards-card__desc {
  font-size: 0.82rem;
  color: #1f1f20;
  line-height: 1.55;
}

.awards-arrow {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition:
    color 0.2s,
    border-color 0.2s,
    background 0.2s;
}

.awards-arrow:hover {
  color: #15264a;
  border-color: #cbd5e1;
}

.awards-arrow:disabled {
  opacity: 0.4;
  cursor: default;
}

.awards-arrow svg {
  width: 16px;
  height: 16px;
}


@media (max-width: 639px) {
  .awards-carousel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "viewport viewport"
      "prev next";
    justify-items: center;
    gap: 16px;
  }

  .awards-carousel__viewport {
    grid-area: viewport;
    width: 100%;
  }

  .awards-arrow--prev {
    grid-area: prev;
    justify-self: end;
    margin-right: 8px;
  }

  .awards-arrow--next {
    grid-area: next;
    justify-self: start;
    margin-left: 8px;
  }

  .awards-card {
    padding: 20px 16px;
  }
}

/* TABLET */
@media (min-width: 640px) {
  .awards-card {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .awards-section {
    padding: 60px 0;
  }

  .awards-carousel {
    gap: 20px;
  }

  .awards-card {
    flex: 0 0 calc((100% - 60px) / 4);
  }

  .awards-arrow {
    width: 42px;
    height: 42px;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Section Ã¢â€â‚¬Ã¢â€â‚¬ */
.come-to-life {
  padding: 60px 40px 30px;
}

@media (max-width: 480px) {
  .come-to-life {
    padding-top: 40px 0;
    .come-to-life {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  }
}

@media (max-width: 1280px) {
  .come-to-life {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .come-to-life {
    padding-left: 4px;
    padding-right: 4px;
  }
  .come-to-life .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Header Ã¢â€â‚¬Ã¢â€â‚¬ */
.section-title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  color: #111827;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-desc {
  color: #424040;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 1rem;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .section-desc {
    padding: 0;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Slider Ã¢â€â‚¬Ã¢â€â‚¬ */
.slider-wrap {
  margin: 40px 0;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.slides {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide {
  min-width: 100%;
  position: relative;
  aspect-ratio: 16/7;
  overflow: hidden;
  flex-shrink: 0;
}

/* Each slide has a gradient bg + SVG illustration */
.slide-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 32px 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 60%);
}

.slide-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}

.slide-title {
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

/* Slide backgrounds */
.slide:nth-child(1) .slide-bg {
  background: linear-gradient(135deg, #0060aa 0%, #003d6e 100%);
}

.slide:nth-child(2) .slide-bg {
  background: linear-gradient(135deg, #1a6b3c 0%, #0d3d22 100%);
}

.slide:nth-child(3) .slide-bg {
  background: linear-gradient(135deg, #6b21a8 0%, #3b0764 100%);
}

.slide:nth-child(4) .slide-bg {
  background: linear-gradient(135deg, #b45309 0%, #7c2d12 100%);
}

.slide:nth-child(5) .slide-bg {
  background: linear-gradient(135deg, #0f766e 0%, #042f2e 100%);
}

/* Decorative SVG pattern per slide */
.slide-pattern {
  width: 55%;
  height: 55%;
  opacity: 0.12;
}

/* Arrow Buttons */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s;
}

.arrow:hover {
  background: rgba(255, 255, 255, 0.28);
}

.arrow-left {
  left: 16px;
}

.arrow-right {
  right: 16px;
}

.arrow svg {
  width: 20px;
  height: 20px;
}

/* Dots */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.dot.active {
  background: #0060aa;
  width: 24px;
  border-radius: 4px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Footer CTA Ã¢â€â‚¬Ã¢â€â‚¬ */
.footer-cta {
  margin: 30px 0;
  text-align: center;
}

.footer-text {
  color: #666;
  line-height: 1.75;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto 40px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #0060aa;
  color: #fff;
  text-decoration: none;
  max-width: 320px;
  width: 100%;
  padding: 6px 6px 6px 15px;
  font-size: 0.875rem;
  gap: 8px;
  border: 1px solid #fff;
  border-radius: 999px;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
  font-family: inherit;
  outline: none;
}

.cta-btn:hover {
  background: #004e8c;
  transform: scale(1.02);
}

.cta-btn-label {
  flex: 1;
  text-align: center;
  font-weight: 500;
}

.cta-btn-icon {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-btn-icon svg {
  width: 20px;
  height: 20px;
  color: #0060aa;
  stroke: #0060aa;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Fee Structure Modal Ã¢â€â‚¬Ã¢â€â‚¬ */
.modal-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.72);
  padding: 24px;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  width: min(780px, 100%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.24);
  padding: 32px;
  max-height: calc(100vh - 64px);
  overflow: auto;
}

.modal-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.modal-card-header h2 {
  font-size: 1.4rem;
  margin: 0;
  color: #0f172a;
}

.modal-subtitle {
  margin-top: 8px;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
}

.modal-close {
  border: none;
  background: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.modal-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.modal-card-grid-item {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}

.modal-card-grid-item:not(:last-child) {
  border-right: 1px solid #dbdfe6;
}

.modal-card-grid-item span {
  color: #64748b;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.modal-card-grid-item strong {
  color: #0f172a;
  font-size: 1.05rem;
}

.modal-card-grid-item--highlight {
  background: #0f172a;
  border-color: transparent;
  color: #fff;
}

.modal-card-grid-item--highlight span {
  color: rgba(255, 255, 255, 0.72);
}

.modal-card-grid-item--highlight strong {
  color: #fff;
}

.modal-card-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 28px 0;
}

.modal-card-details {
  color: #334155;
  line-height: 1.8;
}

.modal-card-heading {
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 10px;
}

.modal-card-text {
  font-size: 0.95rem;
  line-height: 0.5cm;
  margin-top: 8px;
}

.modal-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.modal-btn {
  min-width: 140px;
  padding: 14px 20px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.modal-btn-primary {
  background: #e31e24;
  color: #fff;
}

.modal-btn-secondary {
  background: #0161b0;
  color: #fff;
}

@media (max-width: 840px) {
  .modal-card-grid {
    grid-template-columns: 1fr;
  }

  .modal-card-grid-item {
    border-right: none;
  }
}

@media (max-width: 640px) {
  .modal-card {
    padding: 22px;
  }

  .modal-card-header {
    align-items: center;
  }

  .modal-card-grid-item {
    padding: 16px;
  }

  .modal-card-grid-item span {
    font-size: 0.65rem;
  }

  .modal-card-grid-item strong {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .modal-overlay {
    padding: 0;
    align-items: center;
  }

  .modal-card {
    width: 100%;
    max-width: 90vw;
    height: auto;
    max-height: none;
    border-radius: 8px;
    padding: 20px;
    margin: 0;
    overflow: visible;
  }

  .modal-card-header {
    margin-bottom: 16px;
  }

  .modal-card-header h2 {
    font-size: 1.2rem;
  }

  .modal-card-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .modal-card-grid-item {
    padding: 10px;
    border: none;
    border-radius: 0;
    text-align: left;
  }

  .modal-card-grid-item:not(:last-child) {
    border-right: none;
  }

  .modal-card-grid-item span {
    font-size: 0.7rem;
  }

  .modal-card-grid-item strong {
    font-size: 0.85rem;
  }

  .modal-card-divider {
    margin: 2px 0;
    gap: 0;
  }

  .modal-card-details {
    line-height: 1.4;
  }

  .modal-card-heading {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .modal-card-text {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 4px;
  }

  .modal-card-actions {
    gap: 8px;
    margin-top: 16px;
  }

  .modal-btn {
    min-width: unset;
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* flash-border animation */
@keyframes flashBorder {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 96, 170, 0);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(0, 96, 170, 0.4);
  }
}

.flash-border {
  animation: flashBorder 0.8s ease 3;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Promo Banner Ã¢â€â‚¬Ã¢â€â‚¬ */
.promo-banner {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  /* removes inline-block gap under img */
}

.promo-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(120px, 22vw, 320px);
  object-fit: cover;
  object-position: center;
}

/* Show more of the image on larger screens */
@media (min-width: 768px) {
  .promo-banner img {
    max-height: clamp(200px, 25vw, 340px);
  }
}

@media (min-width: 1200px) {
  .promo-banner img {
    max-height: clamp(280px, 20vw, 380px);
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ UTILITIES Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.section-container {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section-eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  /* color: var(--clr-red); */
  margin-bottom: 10px;
}

.section-eyebrow.light {
  color: var(--clr-gold);
}

.section-heading {
  font-family: var(--font-display);

  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--clr-maroon);
  margin-bottom: 16px;
}

.section-heading.light {
  color: var(--clr-white);
}

.section-subheading {
  font-size: 1rem;
  color: var(--clr-gray);
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-body {
  font-size: 1rem;
  color: var(--clr-gray);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 24px;
}

.section-body.light {
  color: rgba(255, 255, 255, 0.8);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ BUTTONS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.btn-primary {
  max-width: 180px;
  width: 100%;
  padding: 12px 24px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  background-color: #e31e24;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
}

.btn-primary:hover {
  background: #c41519;
  transform: translateY(-1px);
}

.btn-outline {
  display: inline-block;
  background: #fff;
  color: #0161B0;
  border: 1px solid #fff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 10px 22px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ REVEAL ANIMATION Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   HEADER Ã¢â‚¬â€ Responsive
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--clr-white);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 6px 0;
  transition:
    padding 0.3s ease,
    box-shadow 0.3s ease;
}

.header-inner {
  padding: 0 clamp(12px, 3vw, 32px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(8px, 2vw, 32px);
}

/* Logo */
.logo {
  display: contents;
}

.logo img {
  width: clamp(315px, 20vw, 350px);
  height: auto;
  padding: 0;
  margin: 0;
  gap: 0;
}

/* Nav (kept for future use) */
.header-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
}

.header-nav a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--clr-dark);
  transition: color 0.2s;
}

.header-nav a:hover {
  color: var(--clr-red);
}

/* CTA Button */
.header-cta {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: clamp(0.72rem, 1.6vw, 0.9rem);
  padding: clamp(8px, 1.2vw, 12px) clamp(14px, 2.5vw, 24px);
  max-width: none;
  width: auto;
  border-radius: 8px;
  transition:
    background 0.2s,
    transform 0.2s,
    font-size 0.3s,
    padding 0.3s;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Breakpoints Ã¢â€â‚¬Ã¢â€â‚¬ */

/* Mobile < 480px: tighten up logo & button */
@media (max-width: 479px) {
  .site-header {
    padding: 5px 0;
    /* height: 80px; */
  }

  .header-cta {
    font-size: 0.7rem;
    padding: 7px 12px;
  }

  .header-inner {
    justify-content: center;
    gap: 10px;
    height: 70px;
  }

}

/* Small mobile 480-768px */
@media (min-width: 480px) and (max-width: 768px) {
  .header-cta {
    font-size: 0.78rem;
    padding: 8px 16px;
  }
}

/* Tablet 769Ã¢â‚¬â€œ1023px */
@media (min-width: 769px) and (max-width: 1023px) {
  .header-cta {
    font-size: 0.82rem;
    padding: 9px 20px;
  }
}

/* Desktop 1024px+ */
@media (min-width: 1024px) {
  .site-header {
    padding: 8px 0;
  }

  .header-cta {
    font-size: 0.9rem;
    padding: 11px 26px;
  }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   HERO Ã¢â‚¬â€ Responsive
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/6-Brand-2.jpg.webp") !important;
  position: relative;
  overflow: hidden;
  padding: 40px 48px; /* Default desktop padding */
  /* Height grows naturally with content */
  /* min-height: clamp(500px, 80vh, 800px); */
}

@media (min-width: 769px) and (max-width: 1399px) {
  .hero {
    padding: 32px 24px;
  }
}

/* Mobile-only image block Ã¢â‚¬â€ hidden on sm+ (shown only in mobile media query) */
.hero-img-mobile {
  display: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    105deg,
    rgba(31, 11, 7, 0.6) 0%,
    rgba(31, 11, 7, 0.25) 100%
  ); */
  z-index: 1;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Inner container: col on mobile, row on lg+ Ã¢â€â‚¬Ã¢â€â‚¬ */
.container-1 {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  padding: 0;
}

@media (min-width: 1024px) {
  .container-1 {
    flex-direction: row;
    align-items: center;
    gap: clamp(24px, 4vw, 56px);
  }
}


/* Hero text column Ã¢â‚¬â€ 2/3 on xl */
.hero-content {
  width: 100%;
  color: #fff;
  text-align: center;
  min-width: 0;
}

@media (min-width: 769px) {
  .hero-content {
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .hero-content {
    flex: 0 0 calc(66.666% - 28px);
    width: auto;
  }
}

@media (max-width: 850px) {
  .admission-title {
    display: none;
  }
}

.hero-title-wrap {
  /* padding: clamp(12px, 2vw, 20px); */
  padding-left: 0;
  padding-right: 0;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--clr-gold);
  margin-bottom: 16px;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--clr-white);
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

.hero-highlight {
  color: var(--clr-gold);
  font-size: clamp(3rem, 10vw, 6.25rem);
  display: block;
  line-height: 1;
}

.hero-year {
  color: #fff;
  font-size: 0.65em;
}

/* Description Ã¢â‚¬â€ hidden on mobile, shown sm+ */
.hero-desc {
  display: none;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 600;
  background-color: #fcd404;
  line-height: 1.7;
  margin-top: 16px;
  max-width: 360px;
  padding: 2px 16px;
}

@media (min-width: 769px) {
  .hero-desc {
    display: block;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Mobile stats grid (grid-cols-2 sm:hidden text-center text-white) Ã¢â€â‚¬Ã¢â€â‚¬ */
.hero-stats-mobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  /* w-full Ã¢â‚¬â€ no max-width */
  color: #fff;
  /* text-white */
  text-align: center;
  /* text-center */
}

/* sm:hidden Ã¢â‚¬â€ hidden at 769px+ */
@media (min-width: 769px) {
  .hero-stats-mobile {
    display: none;
  }
}

.hero-stat {
  padding: 10px;
  /* p-2.5 */
}

/* border-r border-white */
.hero-stat--br {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* border-t border-white */
.hero-stat--tr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* text-xl font-semibold */
.hero-stat h3 {
  font-size: 1.25rem;
  /* text-xl */
  font-weight: 600;
  /* font-semibold */
  margin-bottom: 2px;
  white-space: nowrap;
}

/* text-xs */
.hero-stat p {
  font-size: 0.75rem;
  /* text-xs */
  opacity: 1;
}

.hero-cta {
  font-size: 1rem;
  padding: 16px 36px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Hero Form Ã¢â‚¬â€ 1/3 on xl Ã¢â€â‚¬Ã¢â€â‚¬ */
.heroBannerForm__form {
  width: 100%;
  max-width: 420px;
  /* background: #fff; */
  border-radius: 8px;
  padding: 24px 20px 20px; /* Restored comfortable top/bottom padding */
  /* box-shadow: var(--shadow-lg); */
  align-self: center;
  scroll-margin-top: 160px;
}

@media (min-width: 1280px) {
  .heroBannerForm__form {
    flex: 0 0 calc(33.333% - 28px);
    max-width: none;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .hero {
    background-position: 50% center;
  }
  .container-1 {
    gap: 20px;
  }
  .heroBannerForm__form {
    padding: 20px 0px;
    max-width: 385px;
  }
}

.heroBannerForm-header {
  text-align: center;
  margin-bottom: 16px; /* Comfortable space below header */
  font-family: var(--font-body);
}

.heroBannerForm-header h3 {
  font-weight: 400;
  font-size: 1rem;
  color: var(--clr-gray);
  line-height: 1.2;
}

.heroBannerForm-header h3 span {
  display: block;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--clr-maroon);
  margin-top: 4px;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group input,
.form-group select {
  /* width: 100%; */
  padding: 8px 12px;
  border: 1.5px solid var(--clr-border);
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--clr-dark);
  outline: none;
  transition: border-color 0.2s;
  background: #fff;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--clr-red);
}

.form-submit {
  width: 100%;
  padding: 10px 14px;
  font-size: 1rem;
  margin-top: 0;
  border-radius: 4px;
}

.form-note {
  text-align: center;
  font-size: 0.75rem;
  color: var(--clr-gray);
  margin-top: 8px;
  line-height: 1.4;
  background: #edf1df;
  padding: 1px;
  border-radius: 4px;
}

/* NPF Widget Height Override */
.npf_wgts,
.npf_wgts iframe {
  height: 490px !important;
  min-height: 490px !important;
}

/* Marquee */
.marquee-bar {
  position: relative;
  z-index: 3;
  background: var(--clr-red);
  overflow: hidden;
  padding: 10px 0;
}

.marquee-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  width: max-content;
}

.marquee-track span {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  color: #fff;
  padding: 0 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.marquee-track .sep {
  color: rgba(255, 255, 255, 0.4);
  padding: 0 4px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-marquee {
  animation: marquee 24s linear infinite;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   COUNTERS
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.counters-section {
  padding: 0;
  background: var(--clr-maroon);
}

.counters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.counter-card {
  padding: 40px 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s;
}

.counter-card:last-child {
  border-right: none;
}

.counter-card:hover {
  background: rgba(255, 255, 255, 0.05);
}

.counter-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: var(--clr-gold);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 6px;
}

.counter-subtitle {
  font-size: 0.85rem;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   RECRUITERS
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.recruiters-section {
  padding: 0 16px;
  background: #f0f0f0;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .recruiters-section {
    padding: 0px 20px
  }
}

@media (max-width: 767px) {
  .recruiters-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.recruiters-section__inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.recruiters-heading {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  padding-top: 40px;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .recruiters-heading {
    padding: 30px 0 10px 0;
    margin-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .recruiters-heading {
    padding: 40px 0 0px 0;
    margin-bottom: 0px;
  }
}

@media (min-width: 1440px) {
  .recruiters-heading {
    padding: 60px 0 0px 0;
    margin-bottom:0px;
  }
}

.recruiters-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.recruiters-track {
  display: flex;
  width: max-content;
  gap: 20px;
  margin: 20px 0 60px 0;
  animation: recruiters-marquee 30s linear infinite;
  will-change: transform;
}
@media (max-width: 480px) {
  .recruiters-track {
     margin: 20px 0 40px 0;
  }
}

.recruiters-marquee:hover .recruiters-track {
  animation-play-state: paused;
}

@keyframes recruiters-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.recruiter-card {
  flex-shrink: 0;
  /* min-width: 200px;
  height: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  padding: 15px 15px;
}

.recruiter-card img {
  width: 160px;
  height: 80px;
  object-fit: contain;
  display: block;
}

@media (max-width: 640px) {
  .recruiter-card {
    padding: 10px;
  }

  .recruiter-card img {
    width: 120px;
    height: 60px;
  }
}

.prominentrecruitShadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.recruiter-placeholder {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--clr-gray);
  letter-spacing: 0.05em;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   WHY KRMU
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.whykrm-section {
  padding: var(--section-pad);
  background: var(--clr-navy);
}

.whykrm-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 64px;
  align-items: center;
}

.whykrm-text .section-body {
  max-width: 100%;
}

.whykrm-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.whykrm-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 20px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  line-height: 1.55;
  transition: background 0.2s;
}

.whykrm-card:hover {
  background: rgba(255, 255, 255, 0.13);
}

.card-icon {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.whykrm-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whykrm-img-placeholder {
  width: 100%;
  max-width: 380px;
  height: 420px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.15);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   PROGRAMMES
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.programmes-section {
  padding: var(--section-pad);
  text-align: center;
}

.programmes-section .section-heading {
  margin-bottom: 8px;
}

.programmes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
  margin-top: 16px;
}

.programme-card {
  border: 1.5px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 2px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition:
    box-shadow 0.25s,
    border-color 0.25s,
    transform 0.2s;
  background: #fff;
}

.programme-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--clr-red);
  transform: translateY(-3px);
}

.programme-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.programme-tag {
  display: inline-block;
  background: var(--clr-gold);
  color: var(--clr-dark);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  width: fit-content;
}

.programme-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--clr-maroon);
  line-height: 1.25;
  text-transform: uppercase;
}

.programme-card h3 small {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--clr-gray);
  text-transform: none;
  font-family: var(--font-body);
  margin-top: 2px;
}

.programme-card p {
  font-size: 0.87rem;
  color: var(--clr-gray);
  line-height: 1.6;
  flex: 1;
}

.programme-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid var(--clr-border);
  padding-top: 12px;
}

.detail-item {
  font-size: 0.82rem;
  color: #fff;
}

.detail-label {
  font-weight: 600;
  color: #fff;
}

.programmes-cta-wrap {
  margin-top: 40px;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   OPPORTUNITY
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.opportunity-section {
  padding: var(--section-pad);
  background: var(--clr-offwhite);
}

.opportunity-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 64px;
  align-items: center;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.partner-badge {
  background: #fff;
  border: 1.5px solid var(--clr-border);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--clr-navy);
}

.opportunity-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.opp-img-block {
  width: 100%;
  max-width: 380px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.opp-img-inner {
  height: 440px;
  background: linear-gradient(135deg,
      var(--clr-navy) 0%,
      var(--clr-maroon) 100%);
  border-radius: var(--radius-lg);
  position: relative;
}

.opp-img-inner::after {
  content: "Ã°Å¸Å½â€œ";
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stat-card {
  position: absolute;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 14px 20px;
  box-shadow: var(--shadow-md);
  text-align: center;
  z-index: 2;
}

.stat-card--top {
  top: 30px;
  left: -20px;
}

.stat-card--bottom {
  bottom: 30px;
  right: -20px;
}

.stat-num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.8rem;
  color: var(--clr-red);
  line-height: 1;
}

.stat-lbl {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--clr-gray);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   INFRASTRUCTURE
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
/* Ã¢â€â‚¬Ã¢â€â‚¬ Life @ KRMU Ã¢â€â‚¬Ã¢â€â‚¬ */
.life-krmu {
  padding: 60px 0;
  background: #f9fafb;
}
@media (max-width: 480px) {
 .life-krmu {
  padding: 40px 0;
}
}

.life-krmu__inner {
  width: 100%;

  padding: 0 4px;
}

.life-krmu__header {
  text-align: center;
}

.life-krmu__title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #111827;
}

.life-krmu__desc {
  color: var(--clr-gray);
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.75;
  font-size: 1rem;
}

.life-krmu__image {
  position: relative;
  width: 100%;
  /* height: 220px; */
  overflow: hidden;
  background: #fff;
}

.life-krmu__image img {
  width: 100%;
  height: auto;
  display: block;
}

.life-krmu__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.life-krmu__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--clr-gray);
}

.life-krmu__icon {
  width: 18px;
  height: 18px;
  color: #6b7280;
  flex-shrink: 0;
  margin-top: 2px;
}

.life-krmu__item span {
  font-size: 0.95rem;
  line-height: 1.4;
}

/* TABLET */
@media (min-width: 640px) {
  .life-krmu__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .life-krmu__image {
    display: block;
    height: 360px;
  }

  .life-krmu__image img {
    object-fit: contain;
  }

  .life-krmu__item span {
    font-size: 1rem;
  }
}

/* DESKTOP */
@media (min-width: 768px) {
  .life-krmu {
    padding: 60px 0;
  }

  .life-krmu__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .life-krmu__image {
    height: 100%;
  }
}

/* WIDE DESKTOP */
@media (min-width: 1280px) {
  .life-krmu__grid--5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .life-krmu__grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }

  /* .life-krmu__image {
    height: 600px;
  } */
}

.infra-section {
  padding: var(--section-pad);
  text-align: center;
}

.infra-section .section-heading,
.infra-section .section-eyebrow {
  text-align: center;
}

.infra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  text-align: left;
}

.infra-card {
  background: var(--clr-offwhite);
  border-radius: var(--radius-md);
  padding: 28px;
  border-left: 4px solid var(--clr-red);
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}

.infra-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.infra-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.infra-card h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--clr-maroon);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.infra-card p {
  font-size: 0.87rem;
  color: var(--clr-gray);
  line-height: 1.6;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   TESTIMONIALS
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.testi-section {
  padding: var(--section-pad);
  background: var(--clr-maroon);
  text-align: center;
}

.testi-section .section-heading {
  color: #fff;
  margin-bottom: 40px;
}

.testi-section .section-eyebrow {
  color: var(--clr-gold);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  text-align: left;
}

.testi-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: linear-gradient(135deg, #2d1208 0%, #1a0905 100%);
  border: 1px solid rgba(252, 212, 4, 0.2);
  min-height: 220px;
  display: flex;
  align-items: flex-end;
}

/* Override the ::after overlay from brand2026.css to keep text visible */
.testi-card.testicardShadowoverlay::after {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0) 60%);
}

.testi-overlay-content {
  position: relative;
  z-index: 2;
  padding: 28px;
  width: 100%;
}

.testi-quote {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  margin-bottom: 20px;
  font-style: italic;
}

.testi-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--clr-gold);
  color: var(--clr-dark);
  font-weight: 800;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testi-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--clr-gold);
}

.testi-prog {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   FAQ
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.faq-section {
  padding-bottom: 60px;
  background: var(--clr-white);
}

@media (max-width: 1280px) {
  .faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}



.faq-container {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  align-items: start;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.faq-left .section-heading {
  margin-bottom: 12px;
}

.faq-left .section-body {
  margin-bottom: 24px;
}

.faq-item {
  border-bottom: 1.5px solid var(--clr-border);
  cursor: pointer;
  padding: 18px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--clr-dark);
  gap: 12px;
  user-select: none;
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 0.88rem;
  color: var(--clr-gray);
  line-height: 1.65;
  transition:
    max-height 0.3s ease,
    padding 0.2s;
}

.faq-item.open .faq-answer {
  max-height: 200px;
  padding-top: 12px;
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   BUSINESS HUB Ã¢â‚¬â€ Responsive
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.biz-hub {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0b63a5 0%, #083d6b 50%, #041b2e 100%);
  padding: clamp(40px, 6vw, 80px) 0;
}

@media (max-width: 480px) {
  .biz-hub {
    padding-top: 40px 0;
    padding-bottom: 0px;
    .come-to-life {
    padding-left: 0px;
    padding-right: 0px;
  }
  }
}

@media (max-width: 1280px) {
  .biz-hub {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* subtle radial glow */
.biz-hub::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%,
      rgba(11, 99, 165, 0.4) 0%,
      transparent 60%),
    radial-gradient(ellipse at 80% 20%,
      rgba(4, 27, 46, 0.6) 0%,
      transparent 50%);
  pointer-events: none;
}

.biz-hub__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Two-column layout Ã¢â€â‚¬Ã¢â€â‚¬ */
.biz-hub__layout {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vw, 56px);
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .biz-hub__layout {
    flex-direction: row;
    align-items: flex-start;
  }

  .biz-hub__left {
    flex: 0 0 calc(66.666% - 28px);
  }

  .biz-hub__right {
    flex: 0 0 calc(33.333% - 28px);
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Left: Heading + description + map Ã¢â€â‚¬Ã¢â€â‚¬ */
.biz-hub__left {
  color: #fff;
  min-width: 0;
}

.biz-hub__heading {
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #fff;
}

/* .biz-hub__highlight {
    color: var(--clr-gold);
  } */

.biz-hub__desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  line-height: 1.75;
  max-width: 580px;
  margin-bottom: 32px;
}

/* Map card */
.biz-hub__map-wrap {
  background: #fff;
  border-radius: 12px;
  padding: clamp(8px, 1.5vw, 14px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  max-width: 640px;

  line-height: 0;
}

.biz-hub__map-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Right: Form Ã¢â€â‚¬Ã¢â€â‚¬ */
.biz-hub__right {
  min-width: 0;
  width: 100%;
}

.biz-hub__form-note {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  text-align: right;
  margin-bottom: 10px;
}

.biz-hub__form-card {
  /* override heroBannerForm__form flex defaults */
  flex: none !important;
  min-width: 0 !important;
  width: 100% !important;
  align-self: unset !important;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

/* Responsive tweaks */
@media (max-width: 479px) {
  .biz-hub__form-note {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .biz-hub__right {
    position: sticky;
    top: 90px;
  }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   FOOTER
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.site-footer {
  background: #0d0503;
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 24px 0;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
  height: 48px;
  width: auto;
  margin-bottom: 12px;
  filter: brightness(10);
}

.footer-brand p {
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.footer-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-highlights span {
  background: rgba(252, 212, 4, 0.12);
  color: var(--clr-gold);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
  border: 1px solid rgba(252, 212, 4, 0.25);
}

.footer-links h4,
.footer-contact h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}

.footer-links a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.87rem;
  margin-bottom: 8px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--clr-gold);
}

.footer-contact p {
  font-size: 0.87rem;
  margin-bottom: 8px;
}

.footer-cta {
  margin-top: 25px;
}

.footer-bottom {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 18px 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   STICKY MOBILE BAR
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.sticky-mobile-bar {
  /* width: 100%; */
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 52px;
}

/* Apply Now Ã¢â‚¬â€ LEFT, red */
.sticky-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 0 16px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s;
}

/* Apply Now: RED left button */
.sticky-btn--apply {
  background: var(--clr-red);
  color: #fff;
  order: 1;
}

.sticky-btn--apply:hover {
  background: #c41519;
}

/* Call: WHITE right button */
.sticky-btn--call {
  background: var(--clr-red);
  color: var(--clr-white);
  border-left: 1px solid #ddd;
  order: 2;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   RESPONSIVE
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
@media (max-width: 1023px) {

  .whykrm-inner,
  .opportunity-inner,
  .hub-inner,
  .faq-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .biz-hub__layout {
    align-items: center;
  }

  .biz-hub__left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .biz-hub__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .biz-hub__map-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .biz-hub__right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .whykrm-image {
    display: none;
  }

  .programmes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .infra-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .counters-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .header-nav {
    display: none;
  }

  .sticky-mobile-bar {
    display: flex;
    width: 100%;
  }

  body {
    padding-bottom: 56px;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Mobile hero: dark bg, image block at top, content below Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 768px) {
  :root {
    --section-pad: 56px 0;
  }

  /* Header: hide Apply Now CTA on mobile */
  .header-cta {
    display: none;
  }

  /* Hero section: dark bg, no section-level background image */
  .hero {
    background-color: #1f0b07;
    background-image: none !important;
    padding: 0; /* Reset top/bottom padding on mobile */
  }

  /* Mobile image block: 498px, full-width, shows the brand image */
  .hero-img-mobile {
    display: block;
    width: 100%;
    height: 498px;
    background-image: url("assets/6-Brand-2.jpg.webp");
    background-size: cover;
    background-position: 50%;
  }

  /* container-1: plain flex-col, no bg-image, no fixed height */
  .hero .container-1 {
    margin-top: -100px;
    top: 0;
    background-image: none !important;
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 20px;
    /* gap-5 */
  }

  /* Hero text column: full width, centered, 20px inner padding */
  .hero-content {
    width: 100%;
    padding: 0;
    text-align: center;
    background: #1f0b07;
  }

  /* Inner padding wrap (p-5 on mobile, sm:p-0) */
  .hero-title-wrap {
    padding: 20px;
  }

  /* h1: text-2xl = 1.5rem, font-semibold, leading-[1.4] */
  .hero-title {
    font-family: var(--font-body);
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    margin-bottom: 0;
  }

  .hero-highlight {
    font-size: inherit;
    display: inline;
    color: var(--clr-gold);
  }

  .hero-year {
    font-size: 1em;
    color: #fff;
  }

  /* Description: hidden on mobile (hidden sm:block) */
  .hero-desc {
    display: none;
  }

  /* Stats grid: grid-cols-2, sm:hidden, text-center, text-white */
  .hero-stats-mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 340px;
    background: #1f0b07;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
  }

  .hero-stat {
    padding: 10px;
    /* p-2.5 */
  }

  /* h3: text-xl = 1.25rem, font-semibold */
  .hero-stat h3 {
    font-size: clamp(1.25rem, 3.5vw, 1.6rem);
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    white-space: nowrap;
  }

  /* p: text-xs = 0.75rem */
  .hero-stat p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    opacity: 1;
  }

  /* border-r border-white */
  .hero-stat--br {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  /* border-t border-white */
  .hero-stat--tr {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  /* Form: full width, no border-radius, flush */
  .heroBannerForm__form {
    flex: none;
    width: calc(100% - 32px);
    max-width: 420px;
    box-shadow: none;
    border-radius: 8px;
    border-top: 1px solid #eee;
    margin-bottom: 30px;
  }

  .programmes-grid {
    grid-template-columns: 1fr;
  }

  .infra-grid {
    grid-template-columns: 1fr;
  }

  .counters-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testi-grid {
    grid-template-columns: 1fr;
  }

  .whykrm-cards {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .faq-container {
    grid-template-columns: 1fr;
  }

  .stat-card--top,
  .stat-card--bottom {
    display: none;
  }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â 
   FAQ 2
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.faq-section-2 {
  padding: 2.5rem 1rem;
  background-color: #ffffff;
}

.faq-container-2 {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.faq-header-2 {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-eyebrow-2 {
  color: #003d7a;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.faq-heading-2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .faq-heading-2 {
    font-size: 40px;
  }
}

.faq-desc-2 {
  color: #4b5563;
  font-size: 1rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-accordion-2 {
  display: grid;
  gap: 1.5rem;
  align-items: flex-start;
}

@media (min-width: 1280px) {
  .faq-accordion-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.faq-item-2 {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background-color: #f9fafb;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all 0.2s;
}

.faq-item-2.open {
  background-color: #f9fafb;
}

.faq-trigger-2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon-2 {
  flex-shrink: 0;
  transition: transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-item-2.open .faq-icon-2 {
  transform: rotate(180deg);
}

.faq-content-2 {
  color: #4b5563;
  line-height: 1.625;
  padding-bottom: 1.5rem;
  display: none;
}

.faq-item-2.open .faq-content-2 {
  display: block;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   LIFE @ KRMU Ã¢â‚¬â€ Responsive
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.life-krmu {
  width: 100%;
  background: #fff;
  /* padding: clamp(32px, 5vw, 72px) 0; */
  overflow: hidden;
}

@media (max-width: 1280px) {
  .life-krmu {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.life-krmu__inner {
  margin: 0 auto;
}

/* Title */
.life-krmu__header {
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 40px);
}

.life-krmu__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--clr-maroon);
  line-height: 1.1;
  letter-spacing: 0.05em;
}

/* Collage image */
.life-krmu__image {
  width: 100%;
  line-height: 0;
  border-radius: clamp(8px, 1.5vw, 16px);
  overflow: hidden;
}

.life-krmu__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Breakpoints Ã¢â€â‚¬Ã¢â€â‚¬ */

/* Mobile < 480px */
@media (max-width: 479px) {
  .life-krmu__image img {
    border-radius: 8px;
  }

  .card-featured-img {
    flex: 0 0 45%;
    /* min-height: 280px; */
    min-height: 220px;
    background: linear-gradient(135deg, #002d73 0%, #0052cc 60%, #2c7da0 100%);
    display: flex;
    /* align-items: center; */
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
}


/* Tablet 640Ã¢â‚¬â€œ1023px */
@media (min-width: 640px) and (max-width: 1023px) {
}

/* Desktop 1024px+ */
@media (min-width: 1024px) {
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   BRAND FOOTER Ã¢â‚¬â€ Call / Email / Address bar
   Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.brand-footer {
  position: relative;
  padding: 30px 0px;
  background:
    linear-gradient(rgba(11, 28, 58, 0.88), rgba(11, 28, 58, 0.88)),
    url("https://www.krmangalam.edu.in/wp-content/landingpage/common/krmu-campus.webp") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1280px) {
  .brand-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.brand-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.brand-footer__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .brand-footer__row {
    grid-template-columns: auto auto 1fr;
    gap: 32px;
    align-items: center;
  }
}

.brand-footer__col {
  min-width: 0;
}

.brand-footer__contact {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #fff;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  line-height: 1.4;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.brand-footer__contact:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.brand-footer__contact img {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

.brand-footer__contact span {
  flex: 1;
  min-width: 0;
}

.brand-footer__contact b {
  font-weight: 600;
  word-break: break-word;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Copyright Bar Ã¢â€â‚¬Ã¢â€â‚¬ */
.copyright-bar {
  background: #f0f0f0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 14px clamp(16px, 4vw, 32px);
}

.copyright-bar__inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.copyright-bar p {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
}

.filters {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.level-tabs {
  display: flex;
  align-items: center;
  gap: 48px;
  border-bottom: 3px solid #f1f5f9;
  width: 100%;
  justify-content: center;
}

.level-tab {
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
  padding: 8px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
  font-weight: 600;
  outline: none;
}

.level-tab:hover {
  color: #111827;
}

.level-tab.active {
  color: #111827;
  border-bottom: 3px solid #111827;
  font-weight: 700;
}

.prog-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  /* min-height: 72px; */
  position: relative;
  z-index: 2;
}

.prog-card-top h3 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 10px;
}

.prog-card-arrow {
  font-size: 1.2rem;
  color: #fff;
  flex-shrink: 0;
  margin-top: 2px;
  opacity: 0.8;
}

.prog-card-note {
  font-size: 0.78rem;
  color: #cbd5e1;
  line-height: 1.4;
  text-align: center;
  /* margin-top: 12px; */
  display: block;
  position: relative;
  z-index: 2;
}

.filters input {
  width: 100%;
  max-width: 480px;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  color: #374151;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}

.filters input:focus {
  border-color: #163c8c;
  box-shadow: 0 0 0 3px rgba(22, 60, 140, 0.08);
}

@media (max-width: 640px) {
  .level-tabs {
    gap: 16px;
  }
  .level-tab {
    padding: 10px 8px;
    font-size: 0.9rem;
  }
}

/* Duplicate desktop carousel overrides removed - consolidated in main carousel rules */

@media (max-width: 640px) {
  .prog-card {
    padding: 15px 16px 16px 16px;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Program Search Spinner Ã¢â€â‚¬Ã¢â€â‚¬ */
.program-spinner-container {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  width: 100%;
}

.program-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(22, 60, 140, 0.1);
  border-left-color: #163c8c;
  border-radius: 50%;
  animation: program-spin 0.8s linear infinite;
  margin-bottom: 16px;
}

.program-spinner-text {
  font-size: 1rem;
  font-weight: 500;
  color: #4b5563;
  font-family: var(--font-body);
}

@keyframes program-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}