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

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    overflow-x: hidden;
    background: #fff;
}

.section-global{
  width: 100%;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto;
}


section {
  padding-top: 45px;
  padding-bottom: 45px;
}

/* Sections that manage their own spacing — do not add global section padding */
.hero-section,
.impact-section,
.features-section,
.msc-section,
.tuition-section,
.skills-section,
.recognition-section,
.know-more-section,
.difference-section,
.faculty-section,
.faq-section,
.enquire-section {
  padding-top: 0;
  padding-bottom: 0;
}

/* .header-section {
  background:#fff;
  border-bottom: 1px solid #f5e6ff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-logo-box div {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  header {
    padding: 10px 15px;
  }
  
  header img,
  header .logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 430px) {
  header {
    padding: 8px 12px;
  }
  
  header img,
  header .logo {
    max-width: 100px;
  }
} */

/* Hero Section (first section: header + hero + info bar) */
.hero-section {
  background: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  isolation: isolate;
  --hero-edge-left: 16px;
  --hero-edge-right: 32px;
}

/* Desktop hero: fill viewport; info bar pinned; enquire form sized for all zooms */
@media screen and (min-width: 992px) {
  .hero-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100dvh;
    max-height: 100dvh;
    box-sizing: border-box;
    overflow: hidden;
    /* Keep iframe height stable so NPF fields aren't cropped; short screens scroll .hero-npf-scroll */
    --hero-form-iframe-h: 400px;
    --hero-form-scroll-h: min(400px, calc(100dvh - 12rem));
    --hero-form-card-pad-y: 1.35rem;
    --hero-form-card-pad-x: 1.35rem;
    --hero-form-title-size: 1.3rem;
    --hero-form-max-w: 100%;
  }

  .hero-section .hero-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
  }

  .hero-header {
    flex-shrink: 0;
  }

  .hero-main {
    align-items: center;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    padding-bottom: 0;
  }

  .hero-center,
  .hero-student-stack {
    max-height: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .hero-center {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: stretch;
    overflow: visible;
  }

  .hero-student-img {
    max-height: min(100%, calc(100dvh - 10rem), 38rem);
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    margin-bottom: 0;
  }

  .hero-left {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding: 0.5rem 0.75rem;
    transform: none;
    overflow: visible;
  }

  .hero-title,
  .hero-title-line,
  .hero-title-gradient,
  .hero-title-gradient .hero-title-line {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .hero-title {
    width: 100%;
    max-width: 100%;
  }

  .hero-right {
    max-height: min(calc(100dvh - 11.5rem), 100%);
    min-height: 0;
    align-self: center;
    overflow: hidden;
    max-width: var(--hero-form-max-w);
    width: 100%;
  }

  .hero-enquiry-card {
    max-height: min(calc(100dvh - 11.5rem), 100%);
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: var(--hero-form-card-pad-y) var(--hero-form-card-pad-x) 1rem;
  }

  .hero-enquiry-card h3 {
    flex-shrink: 0;
    font-size: var(--hero-form-title-size);
    margin-bottom: 0.75rem;
  }

  .hero-npf-scroll {
    flex: 1 1 auto;
    min-height: 0;
    max-height: var(--hero-form-scroll-h);
    overflow-y: auto !important;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .hero-enquiry-card .npf_wgts {
    display: block;
    width: 100% !important;
    height: var(--hero-form-iframe-h) !important;
    min-height: var(--hero-form-iframe-h) !important;
    max-height: none !important;
  }

  .hero-enquiry-card .npf_wgts iframe {
    display: block;
    width: 100% !important;
    height: var(--hero-form-iframe-h) !important;
    min-height: var(--hero-form-iframe-h) !important;
    max-height: none !important;
  }

  .hero-info-bar {
    flex-shrink: 0;
    margin-top: 0;
    position: relative;
    z-index: 30;
  }
}

/* ~125% — compact FORM only; keep logos/text closer to 100% size */
@media screen and (min-width: 992px) and (max-height: 860px) and (min-height: 721px) {
  .hero-section {
    --hero-form-iframe-h: 300px;
    --hero-form-scroll-h: min(300px, calc(100dvh - 12.5rem));
    --hero-form-card-pad-y: 0.85rem;
    --hero-form-card-pad-x: 1rem;
    --hero-form-title-size: 1.05rem;
    --hero-form-max-w: 100%;
  }

  .hero-header {
    padding-top: 0.55rem;
    padding-bottom: 0.3rem;
  }

  .header-logo-img {
    max-height: 7.5rem;
    max-width: 34rem;
  }

  .header-logo-jcds-main {
    max-height: 9rem;
    max-width: 40rem;
  }

  .hero-left {
    padding: 0.35rem 0.55rem;
  }

  .hero-title {
    font-size: 2.65rem !important;
    line-height: 1.1;
  }

  .hero-title-gradient {
    font-size: 2.55rem !important;
    margin-top: 0.12rem;
  }

  .hero-subtitle {
    font-size: 1.25rem !important;
    margin-top: 0.7rem;
    line-height: 1.25;
  }

  .hero-student-img {
    max-height: min(calc(100dvh - 13rem), 26rem);
    max-width: 100%;
  }

  .hero-right,
  .hero-enquiry-card {
    max-height: calc(100dvh - 11.75rem);
  }

  .hero-enquiry-card h3 {
    margin-bottom: 0.5rem;
  }

  .hero-info-bar {
    padding: 0.7rem 0;
  }

  .hero-info-item {
    font-size: 0.85rem;
  }

  .hero-main {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.2fr) minmax(0, 1.2fr);
  }
}

/* ~150% browser zoom (CSS height ≤720). Stronger compact. */
@media screen and (min-width: 992px) and (max-height: 720px) {
  .hero-section {
    --hero-form-iframe-h: 240px;
    --hero-form-scroll-h: min(240px, calc(100dvh - 11.5rem));
    --hero-form-card-pad-y: 0.55rem;
    --hero-form-card-pad-x: 0.75rem;
    --hero-form-title-size: 0.95rem;
    --hero-form-max-w: 100%;
  }

  .hero-header {
    padding-top: 0.35rem;
    padding-bottom: 0.15rem;
  }

  .header-logo-img {
    max-height: 3.25rem;
    max-width: 15rem;
  }

  .header-logo-jcds-main {
    max-height: 3.75rem;
    max-width: 17rem;
  }

  .hero-left {
    padding: 0.2rem 0.4rem;
  }

  .hero-title {
    font-size: clamp(1.2rem, 2.5cqi, 1.6rem) !important;
    line-height: 1.08;
  }

  .hero-title-gradient {
    font-size: clamp(1.15rem, 2.4cqi, 1.55rem) !important;
    margin-top: 0.05rem;
  }

  .hero-subtitle {
    font-size: clamp(0.68rem, 1.45cqi, 0.85rem) !important;
    margin-top: 0.45rem;
    line-height: 1.2;
  }

  .hero-student-img {
    max-height: min(calc(100dvh - 12.5rem), 18rem);
    max-width: 100%;
  }

  .hero-right,
  .hero-enquiry-card {
    max-height: calc(100dvh - 10.75rem);
  }

  .hero-enquiry-card h3 {
    margin-bottom: 0.35rem;
  }

  .hero-info-bar {
    padding: 0.5rem 0;
  }

  .hero-info-item {
    font-size: 0.72rem;
  }

  .hero-main {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.15fr) minmax(0, 1.15fr);
  }
}

.hero-header {
  width: 100%;
  padding: 1rem 0 0.625rem;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  background: #fff;
}

.hero-section .header-logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 1.75rem;
}

.header-logo-img {
  height: auto;
  width: auto;
  max-height: 5.5rem;
  max-width: 26rem;
  object-fit: contain;
}

.header-logo-jcds-main {
  max-height: 6.75rem;
  max-width: 30rem;
}

.header-logo-jcds {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}

.header-logo-jcds-icon {
  width: 4.375rem;
  height: 4.375rem;
  max-width: 4.375rem;
  max-height: 4.375rem;
}

.header-logo-jcds-text {
  max-height: 4.125rem;
  max-width: 21rem;
  width: auto;
}

.hero-section.section-global {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero-section .hero-container {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  --bs-gutter-x: 0;
  padding-left: var(--hero-edge-left);
  padding-right: var(--hero-edge-right);
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  overflow: hidden;
  container-type: inline-size;
  container-name: hero;
}

.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.2fr) minmax(0, 1.3fr);
  align-items: end;
  column-gap: clamp(0.5rem, 1.2cqi, 0.875rem);
  row-gap: 0;
  padding: 0.375rem 0 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
}

.hero-bg-circuit {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background-image: url('assets/circuit-bg-alt-removebg-preview.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.hero-main > .hero-left {
  position: relative;
  z-index: 4;
}

.hero-main > .hero-center {
  position: relative;
  z-index: 1;
}

.hero-main > .hero-right {
  position: relative;
  z-index: 5;
}

.hero-left,
.hero-center,
.hero-right {
  min-width: 0;
}

.hero-left {
  max-width: none;
  padding: 0.75rem 0.5rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  align-self: start;
  margin-top: 0;
  transform: none;
}

.hero-title {
  font-size: clamp(2rem, 5cqi, 3rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 0;
  color: #000;
  overflow: visible;
  letter-spacing: -0.02em;
  white-space: normal;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 6;
  padding-right: 0.35em;
  overflow-wrap: break-word;
}

.hero-title-line {
  display: block;
  white-space: normal;
  overflow: visible;
  overflow-wrap: break-word;
}

.hero-title-gradient {
  display: block;
  font-size: clamp(1.95rem, 5cqi, 2.95rem);
  font-weight: 800;
  line-height: 1.16;
  margin-top: 0.25rem;
  overflow: visible;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #1a237e 0%, #3949ab 42%, #00acc1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding: 0.06em 0.35em 0.1em 0;
}

.hero-title-gradient .hero-title-line {
  display: block;
  white-space: normal;
  overflow: visible;
  overflow-wrap: break-word;
}

.hero-subtitle {
  font-size: clamp(0.9375rem, 2.2cqi, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #111;
  line-height: 1.35;
}

.btn-enroll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  background: linear-gradient(90deg, #00d4e8 0%, #00b8d4 100%);
  color: #fff !important;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  padding: 1.05rem 2.85rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 18px rgba(0, 188, 212, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  width: fit-content;
  max-width: 100%;
}

.btn-enroll:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0, 188, 212, 0.48);
  color: #fff !important;
}

.btn-enroll:focus-visible {
  outline: 2px solid #00acc1;
  outline-offset: 3px;
}

.hero-center {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-self: end;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
  transform: none;
}

.hero-student-stack {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

.hero-student-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(100%, calc(100dvh - 10rem), 38rem);
  object-fit: contain;
  object-position: center bottom;
  display: block;
  margin-bottom: 0;
}

.hero-right {
  width: 100%;
  max-width: 100%;
  justify-self: end;
  align-self: start;
  margin: 0.25rem 0 0;
  flex-shrink: 0;
  position: relative;
  z-index: 15;
}

.hero-enquiry-card {
  background: linear-gradient(165deg, #4a148c 0%, #311b92 28%, #283593 52%, #00838f 100%);
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 1.25rem 1.25rem 1rem;
  box-shadow: 0 0.875rem 2.25rem rgba(49, 27, 146, 0.28);
}

.hero-enquiry-card h3 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.875rem;
  line-height: 1.2;
}

.hero-npf-scroll {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.55) rgba(255, 255, 255, 0.12);
}

.hero-npf-scroll::-webkit-scrollbar {
  width: 6px;
}

.hero-npf-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 3px;
}

.hero-npf-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 3px;
}

.hero-enquiry-card .npf_wgts,
.hero-enquiry-card .npf_wgts iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  min-height: 400px;
  height: 400px !important;
  max-height: none;
  border: none;
  background: transparent;
}

@media screen and (min-width: 992px) {
  .hero-enquiry-card .npf_wgts,
  .hero-enquiry-card .npf_wgts iframe {
    height: var(--hero-form-iframe-h, 400px) !important;
    min-height: var(--hero-form-iframe-h, 400px) !important;
    max-height: none !important;
  }
}

.hero-enquiry-form input,
.hero-enquiry-form select {
  width: 100%;
  background: rgba(18, 8, 62, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.625rem;
  padding: 0.8125rem 1rem;
  color: #fff;
  font-size: 0.9375rem;
  margin-bottom: 0.75rem;
  outline: none;
}

.hero-enquiry-form input::placeholder {
  color: rgba(255, 255, 255, 0.72);
  font-style: italic;
  font-size: 0.9375rem;
}

.hero-phone-field {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.hero-phone-field select {
  flex: 0 0 82px;
  margin-bottom: 0;
  padding: 14px 10px;
  font-size: 15px;
  cursor: pointer;
}

.hero-phone-field input {
  flex: 1;
  margin-bottom: 0;
}

.hero-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.45;
  margin: 0.75rem 0 0.875rem;
  cursor: pointer;
}

.hero-consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #00bcd4;
}

.btn-hero-submit {
  width: 100%;
  background: linear-gradient(180deg, #ffeb3b 0%, #ffd600 100%);
  border: none;
  border-radius: 0.625rem;
  padding: 0.875rem;
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-hero-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.25rem 0.75rem rgba(255, 214, 0, 0.45);
}

.hero-info-bar {
  background: #e8eaf6;
  padding: 1rem 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 30;
  flex-shrink: 0;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .hero-info-bar {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
  }
}

.hero-info-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--hero-edge-left, 16px);
  padding-right: var(--hero-edge-right, 32px);
}

.hero-info-item {
  flex: 1;
  color: #1a237e;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  padding: 0 1rem;
  border-right: 1px solid rgba(26, 35, 126, 0.18);
}

.hero-info-item:last-child {
  border-right: none;
}

.hero-info-item strong {
  font-weight: 700;
  font-size: inherit;
}

.hero-info-item span {
  display: block;
  font-size: inherit;
  font-weight: 700;
}

/* Wider desktop: widen gutters only. Hero layout is content-driven (no 100svh,
   vh gaps, or transform offsets) so 100%/125%/150% Windows scaling keeps the
   same proportional alignment inside the 1320px hero container. */
@media screen and (min-width: 1200px) {
  .hero-section {
    --hero-edge-left: 40px;
    --hero-edge-right: 48px;
  }

  .hero-section .hero-container {
    padding-left: var(--hero-edge-left);
    padding-right: var(--hero-edge-right);
  }

  .hero-header {
    padding-top: 1.15rem;
    padding-bottom: 0.55rem;
  }

  .header-logo-img {
    max-height: 9.5rem;
    max-width: 40rem;
  }

  .header-logo-jcds-main {
    max-height: 11.5rem;
    max-width: 48rem;
  }

  .hero-section .header-logos {
    gap: 2.25rem;
  }

  .hero-main {
    align-items: center;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.15fr) minmax(0, 1.4fr);
    column-gap: clamp(0.625rem, 1cqi, 1rem);
    overflow: visible;
  }

  .hero-left {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 0.75rem 0.5rem 1rem;
    overflow: visible;
  }

  .hero-title {
    font-size: 3.35rem;
    width: 100%;
    max-width: 100%;
    padding-right: 0.15em;
    line-height: 1.08;
  }

  .hero-title-line,
  .hero-title-gradient .hero-title-line {
    white-space: normal;
    overflow-wrap: break-word;
  }

  .hero-title-gradient {
    font-size: 3.25rem;
    padding-right: 0.15em;
  }

  .hero-subtitle {
    font-size: 1.55rem;
    margin-top: 1.4rem;
  }

  .hero-center {
    transform: none;
    align-self: stretch;
    overflow: visible;
    margin-bottom: 0;
    padding-bottom: 0;
    justify-content: center;
  }

  .hero-student-stack {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
    justify-content: center;
  }

  .hero-student-img {
    max-height: min(100%, calc(100dvh - 8.5rem), 44rem);
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    margin-bottom: 0;
  }

  .hero-right {
    align-self: center;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }

  .hero-info-bar {
    margin-top: 0;
  }
}

/* 100% zoom on tall desktop — larger logos + heading text only (form size unchanged) */
@media screen and (min-width: 1200px) and (min-height: 861px) {
  .hero-section {
    --hero-form-iframe-h: 400px;
    --hero-form-scroll-h: min(400px, calc(100dvh - 11.5rem));
    --hero-form-card-pad-y: 1.35rem;
    --hero-form-card-pad-x: 1.35rem;
    --hero-form-title-size: 1.25rem;
    --hero-form-max-w: 100%;
  }

  .hero-right {
    max-width: 100%;
  }

  .hero-main {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr) minmax(0, 1.5fr);
  }

  .hero-header {
    padding-top: 1.15rem;
    padding-bottom: 0.55rem;
  }

  .header-logo-img {
    max-height: 9.5rem;
    max-width: 40rem;
  }

  .header-logo-jcds-main {
    max-height: 11.5rem;
    max-width: 48rem;
  }

  .hero-title {
    font-size: 3.35rem;
    line-height: 1.08;
  }

  .hero-title-gradient {
    font-size: 3.25rem;
  }

  .hero-subtitle {
    font-size: 1.55rem;
    margin-top: 1.4rem;
  }

  .hero-enquiry-card h3 {
    margin-bottom: 0.875rem;
  }
}

.text-purple {
  color: #6b2d9e;
  font-weight: 800;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-main {
    align-items: center;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr) minmax(0, 1.35fr);
    column-gap: 0.5rem;
    overflow: visible;
  }

  .hero-left {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 0.75rem;
  }

  .hero-title {
    font-size: clamp(1.55rem, 3.2cqi, 2.15rem);
    width: 100%;
    max-width: 100%;
    padding-right: 0.15em;
  }

  .hero-title-line,
  .hero-title-gradient .hero-title-line {
    white-space: normal;
    overflow-wrap: break-word;
  }

  .hero-title-gradient {
    font-size: clamp(1.5rem, 3.2cqi, 2.1rem);
    padding-right: 0.15em;
  }

  .hero-student-img {
    max-width: 100%;
    max-height: min(100%, calc(100dvh - 10rem), 36rem);
    object-fit: contain;
    object-position: center bottom;
    margin-bottom: 0;
  }

  .hero-center {
    transform: none;
    align-self: stretch;
    overflow: visible;
    margin-bottom: 0;
  }

  .hero-right {
    align-self: center;
  }

  .hero-info-bar {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-section {
    --hero-edge-left: 16px;
    --hero-edge-right: 16px;
  }

  .hero-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-height: auto;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }

  .hero-left {
    width: 100%;
    text-align: center;
    padding: 0.25rem 0 0;
    transform: none;
    margin-top: 0;
    min-width: 0;
  }

  .hero-left .btn-enroll {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-title {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.75rem, 5.2vw, 2.35rem) !important;
    text-align: center;
  }

  .hero-title-gradient {
    font-size: clamp(1.7rem, 5.2vw, 2.3rem) !important;
    margin-top: 0.2rem;
  }

  .hero-title-line,
  .hero-title-gradient .hero-title-line {
    white-space: nowrap;
  }

  .hero-center {
    order: 2;
    width: 100%;
    max-width: min(32rem, 92%);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow-x: visible;
    transform: none;
    justify-content: center;
  }

  .hero-student-stack {
    width: 100%;
    max-width: 100%;
  }

  .hero-globe-wrap {
    max-width: 100%;
    width: 76%;
  }

  .hero-student-img {
    transform: none;
    object-position: center bottom;
    max-width: 100%;
    max-height: clamp(18rem, 58vw, 26rem) !important;
  }

  .hero-info-bar {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 20;
    padding: 0.875rem 0.75rem;
    background: #e8eaf6;
  }

  .hero-right {
    order: 3;
    max-width: 400px;
    width: 100%;
    justify-self: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    align-self: start;
  }

  .hero-enquiry-card {
    width: 100%;
  }

  .btn-enroll {
    margin: 0 auto;
    display: block;
  }

  .hero-subtitle {
    font-size: clamp(0.9rem, 2.8vw, 1.1rem);
    margin-top: 1rem;
  }

  .hero-info-inner {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }

  .hero-info-item {
    flex: 1 1 33.333%;
    border-right: 1px solid rgba(26, 35, 126, 0.14);
    font-size: clamp(0.75rem, 2.4vw, 0.9rem);
    font-weight: 700;
    color: #1a237e;
    padding: 0.5rem 0.4rem;
  }

  .hero-info-item:nth-child(3n) {
    border-right: none;
  }

  .hero-info-item strong,
  .hero-info-item span {
    font-weight: 700;
    font-size: inherit;
  }

  .header-logos {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .header-logo-img {
    max-height: 4.5rem;
    max-width: min(42vw, 14rem);
  }

  .header-logo-jcds-main {
    max-height: 5.25rem;
    max-width: min(48vw, 16rem);
  }

  /* Recognition — keep side padding small, cards scrollable */
  .recognition-section {
    min-height: 0;
    padding: 28px 0 36px !important;
  }

  .recognition-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .recognition-bg {
    height: 100%;
    object-position: center bottom;
  }

  .recognition-title {
    font-size: clamp(1.75rem, 5vw, 2.5rem) !important;
    margin-bottom: 16px;
  }

  .faculty-slider-wrap {
    padding: 0 48px;
  }

  .faq-section {
    padding: 40px 0 48px !important;
  }

  .faq-title {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
  }
}

@media screen and (max-width: 768px) {
  .header-logo-img {
    max-height: 3.75rem;
    max-width: 44vw;
  }

  .header-logo-jcds-main {
    max-height: 4.5rem;
    max-width: 50vw;
  }

  .header-logo-jcds-icon {
    width: 3.5rem;
    height: 3.5rem;
    max-height: 3.5rem;
    max-width: 3.5rem;
  }

  .header-logo-jcds-text {
    max-height: 3.25rem;
    max-width: 16rem;
  }

  .hero-title {
    font-size: clamp(1.55rem, 6vw, 2.05rem) !important;
  }

  .hero-title-gradient {
    font-size: clamp(1.5rem, 5.8vw, 2rem) !important;
  }

  .hero-subtitle {
    font-size: clamp(0.8rem, 3.2vw, 0.95rem);
    letter-spacing: 0.01em;
  }

  .btn-enroll {
    font-size: 20px;
    padding: 18px 48px;
    border-radius: 22px;
  }

  .hero-student-stack {
    max-width: min(28rem, 100%);
  }

  .hero-globe-wrap {
    max-width: 100%;
    width: 86%;
  }

  .hero-student-img {
    transform: none;
    object-position: center bottom;
    max-height: clamp(16rem, 62vw, 22rem) !important;
  }

  .hero-info-item {
    flex: 1 1 50%;
    font-size: 0.8125rem;
    font-weight: 700;
    border-right: 1px solid rgba(26, 35, 126, 0.12);
  }

  .hero-info-item:nth-child(2n) {
    border-right: none;
  }

  .hero-info-item:nth-child(3n) {
    border-right: 1px solid rgba(26, 35, 126, 0.12);
  }

  .hero-info-item:nth-child(4),
  .hero-info-item:nth-child(even) {
    border-right: none;
  }

  .hero-info-item strong,
  .hero-info-item span {
    font-weight: 700;
    font-size: inherit;
  }

  .msc-section {
    padding: 36px 0 40px !important;
  }

  .difference-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .know-more-section .know-more-container,
  .know-more-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 480px) {
  .header-logos {
    gap: 10px;
  }

  .header-logo-img {
    max-height: 58px;
    max-width: 46vw;
  }

  .header-logo-jcds-main {
    max-height: 70px;
    max-width: 52vw;
  }

  .header-logo-jcds-icon {
    width: 3rem;
    height: 3rem;
    max-height: 3rem;
    max-width: 3rem;
  }

  .header-logo-jcds-text {
    max-height: 2.875rem;
    max-width: 14rem;
  }

  .hero-title {
    font-size: clamp(1.35rem, 6.8vw, 1.7rem) !important;
  }

  .hero-title-gradient {
    font-size: clamp(1.3rem, 6.5vw, 1.65rem) !important;
  }

  .hero-subtitle {
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .btn-enroll {
    font-size: 18px;
    padding: 16px 44px;
    border-radius: 20px;
    width: 100%;
    max-width: 320px;
  }

  .hero-student-img {
    max-height: clamp(14rem, 68vw, 19rem) !important;
  }

  .hero-main {
    gap: 16px;
    padding-bottom: 1rem;
  }

  .hero-info-item {
    flex: 1 1 100%;
    border-right: none !important;
    border-bottom: 1px solid rgba(26, 35, 126, 0.12);
    color: #1a237e;
    padding: 0.625rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
  }

  .hero-info-item strong,
  .hero-info-item span {
    font-weight: 700;
    font-size: inherit;
  }

  .hero-info-item:last-child {
    border-bottom: none;
  }

  .hero-npf-scroll {
    max-height: 340px;
  }

  .faculty-arrow {
    width: 32px;
    height: 32px;
  }

  .recognition-section .recognition-container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* feature section */
/* .features-section {
    background-color:#fff;
    padding: 60px 0;
}

.section-title {
    font-size:45px;
    font-weight: 750;
    color: #6b2d9e;
    margin-top: 40px;
    margin-bottom: 40px;
}

.feature-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 400px;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(188, 234, 5, 0.2);
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%); 
    color: white;
    padding: 25px 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-title {
    font-size: 18px;
    font-weight: 650;
    margin-bottom: 8px;
    line-height: 1.3;
}

.card-text {
    font-size: 11px;
    line-height: 1.5;
    opacity: 0.95;
}  */

.features-section {
  background-color: #fff;
  padding: 80px 0 64px !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  isolation: isolate;
  --features-card-radius: 32px;
  margin-top: 0;
  clear: both;
}

.features-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 12px;
  background: #fff;
  z-index: 2;
  pointer-events: none;
}

.features-container {
  max-width: 1320px;
  padding-left: 16px;
  padding-right: 16px;
}

.features-title {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 36px;
  padding-top: 8px;
  line-height: 1.2;
  background: linear-gradient(90deg, #1a237e 0%, #4527a0 42%, #00acc1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-slider-wrap {
  position: relative;
  padding: 0 52px;
}

.features-slider-viewport {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px) / 3);
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.features-slider-viewport::-webkit-scrollbar {
  display: none;
}

.features-section .feature-card {
  position: relative;
  border-radius: 32px !important;
  overflow: hidden;
  height: 550px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(26, 35, 126, 0.14);
  transform: translateZ(0);
}

.features-slide {
  scroll-snap-align: start;
  min-width: 0;
  border-radius: 32px !important;
  overflow: hidden;
  isolation: isolate;
}

.features-section .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 32px;
}

.features-section .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 24px 20px 26px;
  min-height: 48%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(142, 67, 214, 0) 0%, rgba(64, 15, 111, 0.55) 28%, rgba(5, 25, 136, 0.92) 100%);
}

.features-section .card-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
}

.features-section .card-text {
  font-size: 10.5px;
  line-height: 1.5;
  margin: 0;
  opacity: 0.96;
}

.features-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.features-arrow:hover {
  background: rgba(0, 0, 0, 0.92);
}

.features-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.features-arrow.prev {
  left: 0;
}

.features-arrow.next {
  right: 0;
}

@media screen and (max-width: 1199px) {
  .features-slider-viewport {
    grid-auto-columns: calc((100% - 16px) / 2);
    gap: 16px;
  }

  .features-section .feature-card {
    height: 530px;
    border-radius: 32px !important;
  }

  .features-section .card-title {
    font-size: 17px;
  }

  .features-section .card-text {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .features-title {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .features-slider-wrap {
    padding: 0 44px;
  }

  .features-section .feature-card {
    height: 500px;
    border-radius: 28px !important;
  }
}

@media screen and (max-width: 575px) {
  .features-section {
    padding: 44px 0 52px;
  }

  .features-title {
    font-size: 28px;
  }

  .features-slider-viewport {
    grid-auto-columns: 88%;
  }

  .features-section .feature-card {
    height: 480px;
    border-radius: 24px !important;
  }

  .features-arrow {
    width: 36px;
    height: 36px;
    font-size: 17px;
  }
}



/* knowledge S=section */
.knowledge-section {
  position: relative;
}

.knowledge-section .overlay {
  /* background: rgba(0, 0, 0, 0.2); */
  padding-top: 60px;
  padding-bottom: 60px;
}

.knowledge-section h2 {
  font-size: 45px;
  font-weight:750;
  color: #fff;
}

/* Card Styling */
.card-custom {
  /* border-radius: 40px; */
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: all 0.3s ease;
}

.icon {
  font-size: 3rem;
  color: #6b2ecb;
}

/* Card Text */
.card-custom h5 {
  color: #6A0DAD;
  font-weight: 700;
  font-size:21px;
  line-height: 1.2;
}

.card-custom p {
  color: #000;
  font-size:11px;
  font-weight: 500;
}

.card-custom img{
    height:30%;
    width:30%;
    display: block;
    margin: 0 auto;
}

/* msc section */
.msc-section {
  background: #f6f7fc;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}

.msc-container {
  max-width: 1320px;
  position: relative;
  z-index: 1;
}

.msc-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 1.04fr);
  grid-template-rows: auto auto;
  column-gap: clamp(24px, 3.2vw, 46px);
  row-gap: 14px;
  align-items: start;
  position: relative;
}

.msc-content-top {
  grid-column: 1;
  grid-row: 1;
  padding: 6px 0 0;
  position: relative;
  z-index: 2;
}

.msc-body-group {
  grid-column: 1;
  grid-row: 2;
  padding-top: 3.25rem;
  align-self: start;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}

.msc-image-top,
.msc-image-bottom {
  width: 100%;
  max-width: 820px;
  justify-self: end;
  position: relative;
  z-index: 2;
}

.msc-image-top {
  grid-column: 2;
  grid-row: 1;
}

.msc-image-bottom {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  justify-content: flex-end;
}

.msc-image-card {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(93, 115, 188, 0.28);
  box-shadow: 0 8px 22px rgba(26, 35, 126, 0.14);
}

.msc-image-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(142, 67, 214, 0) 0%, rgba(64, 15, 111, 0.52) 30%, rgba(5, 25, 136, 0.86) 100%);
}

.msc-image-card-top {
  width: 110%;
}

.msc-image-card-bottom {
  width: 96%;
}

.msc-feature-img {
  width: 100%;
  max-width: none;
  min-height: 0;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.msc-feature-img-top {
  aspect-ratio: 16 / 10.8;
}

.msc-feature-img-bottom {
  aspect-ratio: 16 / 10.2;
}

.msc-heading {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 12px;
  color: #14236f;
  letter-spacing: -0.01em;
}

.msc-programme-label {
  font-size: clamp(0.98rem, 1.12vw, 1.32rem);
  font-weight: 500;
  color: #202020;
  line-height: 1.4;
  margin-bottom: 14px;
}

.msc-tagline {
  font-size: clamp(1.04rem, 1.52vw, 1.62rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #1c2a8d;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  max-width: 92%;
}

.msc-tagline span {
  color: #2f9bc3;
}

.msc-body {
  font-size: clamp(0.98rem, 1.02vw, 1.16rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.72;
  margin-bottom: 14px;
  max-width: 100%;
}

.msc-body:first-of-type {
  margin-top: 0;
}

.msc-body:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .msc-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
  }

  .msc-content-top,
  .msc-body-group,
  .msc-image-top,
  .msc-image-bottom {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    max-width: 680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .msc-content-top {
    order: 1;
    padding-right: 0;
    text-align: left;
  }

  .msc-body-group {
    order: 2;
  }

  .msc-image-top {
    order: 3;
  }

  .msc-image-bottom {
    order: 4;
    justify-content: center;
  }

  .msc-heading {
    font-size: clamp(2rem, 6.5vw, 2.5rem);
  }

  .msc-image-card-top {
    width: 100%;
  }

  .msc-image-card-bottom {
    width: 94%;
  }
}

@media screen and (max-width: 576px) {
  .msc-section {
    padding: 40px 0;
  }

  .msc-heading {
    font-size: 30px;
  }

  .msc-programme-label {
    font-size: 15px;
  }

  .msc-tagline {
    font-size: 17px;
  }

  .msc-body {
    font-size: 15px;
  }
}

/* important details section */
.important-details-section h2 {
  color: #6A0DAD; /* Bootstrap primary purple */
  font-weight: 750;
  font-size:45px;
}

/* .details-bg {
  background: linear-gradient(90deg, rgba(15,24,129,0.85), rgba(206,29,226,0.65)),
              url('your-image-path.jpg') center/cover no-repeat;
  padding: 50px 0;
} */

.details-bg h4{
    color:#FFE500;
    font-size:110x;
    font-weight: 750;
}

.important-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}

.important-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.important-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}


/* course structure section */
.course-structure-title {
  color: #6b2d9e;
  font-size: 45px;
  font-weight: 750;
}

.course-structure-section .intro-text {
            /* background: white; */
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 30px;
            /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
        }

.course-structure-section .intro-text strong {
            color: #000;
        }

.course-structure-section .tab-nav {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

.course-structure-section .tab-btn {
            padding: 10px 20px;
            background: #d1d5db;
            border: none;
            cursor: pointer;
            font-size: 0.9rem;
            font-weight: 600;
            border-radius: 5px 5px 0 0;
            transition: all 0.3s ease;
        }

.course-structure-section .tab-btn.active {
            background: #5b21b6;
            color: white;
        }

.course-structure-section .tab-content {
            display: none;
        }

.course-structure-section .tab-content.active {
            display: block;
        }

.course-structure-section .year-section {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin-bottom: 30px;
        }

.course-structure-section .year-title {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 20px;
            color: #000;
        }

.course-structure-section .trimester-title {
            color: #5b21b6;
            font-size: 1.5rem;
            margin-bottom: 20px;
            font-weight: bold;
        }

.course-structure-section table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;
        }

.course-structure-section thead {
            background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
            color: white;
        }

.course-structure-section th {
            padding: 15px;
            text-align: left;
            font-weight: 600;
            font-size: 1rem;
        }

.course-structure-section td {
            padding: 15px;
            border-bottom: 1px solid #e5e7eb;
        }

.course-structure-section tbody tr:nth-child(even) {
            background-color: #f9fafb;
        }

.course-structure-section tbody tr:hover {
            background-color: #f3f4f6;
        }

.course-structure-section tbody tr:last-child {
            font-weight: bold;
            background-color: #f3f4f6;
        }

        /* Year 2 Table Styles */
        .course-structure-section .year2-table th:nth-child(1) { width: 15%; }
        .course-structure-section .year2-table th:nth-child(2) { width: 20%; }
        .course-structure-section .year2-table th:nth-child(3) { width: 30%; }
        .course-structure-section .year2-table th:nth-child(4) { width: 35%; }

        .course-structure-section .year2-table td {
            vertical-align: top;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
    .course-structure-section .tab-btn {
                padding: 8px 15px;
                font-size: 0.85rem;
            }

    .course-structure-section .year-section {
                padding: 20px;
            }

    .course-structure-section .trimester-title {
                font-size: 1.2rem;
            }

            .course-structure-section table {
                font-size: 0.9rem;
            }

            .course-structure-section th,
            .course-structure-section td {
                padding: 10px;
            }

            .course-structure-section .table-wrapper {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }
        }

        @media (max-width: 480px) {
            .course-structure-section .intro-text {
                padding: 15px;
                font-size: 0.9rem;
            }

    .course-structure-section .tab-btn {
                padding: 8px 12px;
                font-size: 0.8rem;
            }

    .course-structure-section .year-section {
                padding: 15px;
            }

            .course-structure-section table {
                font-size: 0.85rem;
            }

            .course-structure-section th,
            .course-structure-section td {
                padding: 8px;
            }
        }

/* impact section */
.impact-section {
  background: #fff;
  padding: 0;
}

.impact-section.section-global {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.impact-header {
  background: #fff;
  text-align: center;
  padding: 48px 20px 32px;
}

.impact-section-title {
  font-size: 45px;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}

.impact-title-main {
  color: #1a237e;
}

.impact-title-accent {
  color: #29b6f6;
}

.impact-banner {
  background: url('images/impact bg image.png') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  min-height: 560px;
  position: relative;
}

.impact-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 188, 212, 0.25) 0%, rgba(21, 101, 192, 0.35) 50%, rgba(26, 35, 126, 0.4) 100%);
  pointer-events: none;
}

.impact-banner .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.impact-cards-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: stretch;
}

.impact-box {
  background: #fff;
  border-radius: 26px;
  padding: 24px 20px 26px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.impact-icon {
  height: 36px;
  width: auto;
  margin-bottom: 14px;
  display: block;
}

.impact-box h6 {
  font-size: 16px;
  color: #6b2d9e;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.impact-box span {
  display: block;
  font-size: 16px;
  color: #6b2d9e;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 14px;
}

.impact-box p {
  font-size: 11.5px;
  line-height: 1.55;
  color: #222;
  font-weight: 600;
  margin: 0;
  flex: 1;
}

.impact-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 1199px) {
  .impact-cards-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: stretch;
  }

  .impact-box {
    min-height: 300px;
    padding: 22px 18px 24px;
  }
}

@media screen and (max-width: 991px) {
  .impact-cards-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .impact-box {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .impact-section-title {
    font-size: 32px;
  }

  .impact-banner {
    padding: 48px 0;
    min-height: auto;
  }

  .impact-cards-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media screen and (max-width: 575px) {
  .impact-cards-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .impact-box {
    min-height: auto;
  }
}

/* tuition fees section */
.tuition-section {
  background: #fff;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.tuition-section.section-global {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tuition-panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  padding: clamp(48px, 5.5vw, 72px) clamp(20px, 6vw, 96px) clamp(40px, 4.5vw, 60px);
  background:
    linear-gradient(110deg, rgba(74, 20, 140, 0.78) 0%, rgba(49, 27, 146, 0.62) 38%, rgba(0, 151, 167, 0.55) 100%),
    url('assets/tuition-fees-bg.png') center center / cover no-repeat;
  color: #fff;
}

.tuition-content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.tuition-title {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 clamp(32px, 4vw, 48px);
  line-height: 1.15;
}

.tuition-table-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tuition-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: transparent;
}

.tuition-table th,
.tuition-table td {
  border: 1px solid rgba(255, 255, 255, 0.85);
  padding: 18px 22px;
  text-align: left;
  vertical-align: middle;
  font-size: clamp(1.1rem, 1.45vw, 1.45rem);
  line-height: 1.4;
}

.tuition-table th {
  color: #ffe66d;
  font-weight: 700;
}

.tuition-table td {
  color: #fff;
  font-weight: 500;
}

.tuition-notes {
  list-style: none;
  margin: clamp(30px, 3.6vw, 42px) auto 0;
  padding: 0;
  max-width: 1100px;
  display: grid;
  gap: 14px;
}

.tuition-notes li {
  position: relative;
  padding-left: 2.4rem;
  font-size: clamp(1.05rem, 1.3vw, 1.35rem);
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.tuition-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23ffffff'/%3E%3Cpath d='M12 4.2l1.45 5.05L18.5 10.7l-5.05 1.45L12 17.2l-1.45-5.05L5.5 10.7l5.05-1.45L12 4.2z' fill='%232a1a6e'/%3E%3C/svg%3E")
    center / contain no-repeat;
  border: none;
  box-shadow: none;
}

.tuition-notes li::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .tuition-panel {
    padding: 36px 16px 32px;
  }

  .tuition-table th,
  .tuition-table td {
    padding: 14px 14px;
    font-size: 1.02rem;
  }

  .tuition-notes li {
    font-size: 1.05rem;
  }
}

/* skill section */
.skills-section {
  background: linear-gradient(90deg, #efe8ff 0%, #f7f4ff 28%, #ffffff 50%, #f4f8ff 72%, #eaf4ff 100%);
  padding: 72px 0 80px;
  overflow-x: hidden;
  width: 100%;
}

.skills-container {
  max-width: 1280px;
  width: 100%;
  padding-left: clamp(24px, 4vw, 56px);
  padding-right: clamp(24px, 4vw, 56px);
}

.skills-section-title {
  text-align: center;
  font-size: clamp(2.25rem, 3.8vw, 3.1rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 56px;
  background: linear-gradient(90deg, #1a237e 0%, #4527a0 42%, #00acc1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 52px;
  width: 100%;
  align-items: start;
}

.skill-card {
  grid-column: auto;
  min-width: 0;
  height: 100%;
}

.skills-grid .skill-card:nth-child(7),
.skills-grid .skill-card:nth-child(8) {
  grid-column: auto;
}

.skill-card-inner {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  width: 100%;
}

.skill-icon-wrap {
  position: relative;
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(49, 27, 146, 0.14);
  overflow: visible;
  margin-top: 0;
}

.skill-icon-wrap::before,
.skill-icon-wrap::after {
  content: none !important;
  display: none !important;
}

.skill-icon {
  position: relative;
  z-index: 1;
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.skill-card-body {
  min-width: 0;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
}

.skill-card-title {
  font-size: clamp(1.05rem, 1.2vw, 1.22rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding-top: 0;
  min-height: 2.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background: linear-gradient(90deg, #1a237e 0%, #4527a0 42%, #00acc1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.skill-card-line {
  border: none;
  border-top: 1px solid #d5dbeb;
  margin: 10px 0 12px;
  width: 100%;
  opacity: 1;
  background: transparent;
  flex-shrink: 0;
}

.skill-card-desc {
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  font-weight: 500;
  color: #4a4a4a;
  line-height: 1.55;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .skills-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    row-gap: 40px;
  }

  .skill-card,
  .skills-grid .skill-card:nth-child(7),
  .skills-grid .skill-card:nth-child(8) {
    grid-column: auto;
  }

  .skills-section-title {
    font-size: 2.25rem;
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 991px) {
  .skills-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 36px;
  }

  .skill-card,
  .skills-grid .skill-card:nth-child(7),
  .skills-grid .skill-card:nth-child(8) {
    grid-column: auto;
  }
}

@media screen and (max-width: 767px) {
  .skills-section {
    padding: 48px 0 56px;
  }

  .skills-section-title {
    font-size: 1.9rem;
    margin-bottom: 36px;
  }

  .skill-card-inner {
    gap: 14px;
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .skill-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .skill-card-title {
    font-size: 1.05rem;
    padding-top: 0;
    min-height: 2.6em;
  }
}

@media screen and (max-width: 575px) {
  .skills-section {
    padding: 40px 0 48px;
  }

  .skills-section-title {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .skill-card-inner {
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 14px;
    text-align: left;
  }

  .skill-card-title {
    font-size: 1.02rem;
    min-height: 2.6em;
  }

  .skill-card-desc {
    font-size: 0.94rem;
  }

  .skill-icon-wrap {
    width: 56px;
    height: 56px;
  }

  .skill-icon {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
  }
}

/* know-more section */
.know-more-section {
  background: linear-gradient(90deg, #f6f0ff 0%, #fbf9ff 48%, #eef2ff 100%);
  border-radius: 0;
  padding: 64px 0;
}

.know-more-container {
  max-width: 1240px;
}

.know-more-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.know-more-content {
  min-width: 0;
}

.know-more-title {
  font-size: clamp(2.2rem, 3.8vw, 3.1rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1rem;
  background: linear-gradient(90deg, #1a237e 0%, #4527a0 52%, #7b1fa2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.know-more-text {
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.55;
  margin: 0 0 1.75rem;
  max-width: 34rem;
}

.know-more-text strong {
  font-weight: 700;
}

.know-more-cta {
  background: linear-gradient(90deg, #00d4e8 0%, #00acc1 48%, #00838f 100%);
  border: none;
  color: #fff !important;
  border-radius: 50px;
  box-shadow: 0 8px 22px rgba(0, 172, 193, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 24px 68px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}

.know-more-cta:hover {
  background: linear-gradient(90deg, #26c6da 0%, #00bcd4 48%, #0097a7 100%);
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(0, 172, 193, 0.4);
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.know-more-media {
  min-width: 0;
  width: 100%;
}

.know-more-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 36px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(26, 35, 126, 0.14);
}

@media screen and (max-width: 991px) {
  .know-more-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .know-more-media {
    order: -1;
  }

  .know-more-text {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .know-more-section {
    padding: 48px 0;
  }

  .know-more-title {
    font-size: 2rem;
  }

  .know-more-text {
    font-size: 1.05rem;
    margin-bottom: 1.4rem;
  }

  .know-more-cta {
    font-size: 1.35rem;
    padding: 20px 48px;
    width: 100%;
    max-width: 420px;
    text-align: center;
  }

  .know-more-img {
    border-radius: 28px;
  }
}

/* elective section */
/* .owl-carousel .item{
  height:100% !important;
}

.electives-carousel .item{
  height:auto !important;
} */

.electives-section {
  background: linear-gradient(to bottom, #3a0ca3, #4cc9f0);
}

.electives-section h2{
  font-size:45px;
  font-weight: 750;
}

.elective-card h6{
  font-size: 20px;
  color:#6b2d9e;
  margin-top: 15px;
  font-weight:750;
}

.elective-card p{
  font-size:12px;
  color:#000;
  margin-top:auto;
}


.elective-card{
  background:white;
  border-radius: 25px;
  padding: 20px;
  height: 400px !important; 
}

.elective-card img {
  width: 100%;
  height: 160px !important;
  object-fit: cover;
  border-radius: 20px;
  padding-bottom: 10px;
}
/* .elective-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
} */


.electives-slider{
  display: flex;
  gap:20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.electives-slider::-webkit-scrollbar {
  display: none;
}

.elective-card{
  flex: 0 0 calc(25% - 20px);
  scroll-snap-align: start;
}

@media(max-width:1100px){
  .elective-card{
    flex: 0 0 calc(33.33% - 20px);
  }
}
@media(max-width:768px){
  .elective-card{
    flex: 0 0 calc(50% - 20px);
  }
}
@media(max-width:576px){
  .elective-card{
    flex: 0 0 calc(80% - 20px);
  }
}


/* Arrows inside container */
.el-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.7);
  color: white;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-left { left: 0; margin-left: -12px; }
.el-right { right: 0; margin-right: -12px; }

/* Make slider track float full width of all cards */
.electives-slider {
  display: flex;
  gap: 16px;
  width: max-content;
  transition: transform .4s ease;
}

/* card width (desktop) */
.elective-card {
  flex: 0 0 280px;
}

/* MOBILE */
@media(max-width:576px){
  .elective-card {
    flex: 0 0 85%;
  }

  .el-arrow {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .el-left { left: 5px; margin-left: 0; }
  .el-right { right: 5px; margin-right: 0; }
}

/* Electives slider viewport */
.electives-section .container {
  position: relative;
}

/* THIS is the slider viewport — limit visible cards */
.electives-slider {
  overflow: hidden !important;
  width: 100% !important;       /* prevent showing all 6 */
  display: flex;
  gap: 16px;
  transition: transform .4s ease;
}

/* Slider track needs its own width */
.electives-slider.track {
  width: max-content !important;
}

/* Desktop — card width */
.elective-card {
  flex: 0 0 280px !important;
}

/* Mobile */
@media(max-width:576px){
  .elective-card {
    flex: 0 0 85% !important;
  }
}


/* difference section */
.difference-section {
  background: linear-gradient(180deg, #f3edff 0%, #faf8ff 50%, #fff 100%);
  padding: 64px 0 72px;
}

.difference-container {
  max-width: 1440px;
  width: 100%;
  text-align: center;
}

.difference-title {
  color: #111;
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 44px;
}

.difference-title-black {
  color: #111;
}

.difference-title-purple {
  background: linear-gradient(90deg, #5c1690 0%, #7b1fa2 55%, #9c27b0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.difference-table-card {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(49, 27, 146, 0.1);
  text-align: left;
}

.difference-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
}

.difference-table thead th {
  background: linear-gradient(90deg, #1a237e 0%, #4527a0 48%, #7b1fa2 100%);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  padding: 20px 26px;
  border: none;
  vertical-align: middle;
  text-align: left;
}

.difference-table thead th:first-child {
  width: 20%;
  border-top-left-radius: 40px;
}

.difference-table thead th:last-child {
  border-top-right-radius: 40px;
}

.difference-table tbody td {
  padding: 20px 26px;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.55;
  color: #1a1a1a;
  vertical-align: top;
  text-align: left;
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.difference-table tbody tr:last-child td {
  border-bottom: none;
}

.difference-table tbody td:first-child {
  font-weight: 700;
  background: #fff;
  width: 22%;
}

.difference-table tbody td:nth-child(2) {
  background: #f5f5f5;
  font-weight: 500;
}

.difference-table tbody td:nth-child(3) {
  background: #fff;
}

@media screen and (max-width: 991px) {
  .difference-title {
    font-size: 34px;
    margin-bottom: 32px;
  }

  .difference-table-card {
    border-radius: 24px;
  }

  .difference-table thead th:first-child,
  .difference-table thead th:last-child {
    border-radius: 0;
  }

  .difference-table thead th,
  .difference-table tbody td {
    font-size: 14px;
    padding: 14px 16px;
  }
}

@media screen and (max-width: 767px) {
  .difference-section {
    padding: 48px 0 56px;
  }

  .difference-title {
    font-size: 28px;
  }

  .difference-table thead th,
  .difference-table tbody td {
    font-size: 13px;
    padding: 12px 14px;
  }
}

/* career section */

/* .career-section {
  background: linear-gradient(135deg, #4b0082, #00bcd4);
  color: white;
  border-radius: 20px;
  padding: 60px 30px;
}

.career-title {
  line-height: 1.4;
  font-size: clamp(32px, 3.5vw, 45px);
  word-wrap: break-word;
  color: white;

}

.career-title span{
  font-size: clamp(40px, 4.5vw, 60px);
  font-weight:400;
}

.career-box {
  background: white;
  color: #333;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  height: 100%;
  width: 100%;
  max-width: 280px; 
  margin: 0 auto;
  transition: 0.3s ease;
}

.career-box:hover {
  transform: translateY(-5px);
}

.career-box h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #6b2d9e;
}

.career-box p {
  font-size:18px;
  font-weight:500px;
}

.career-image {
  width: 50px; 
  height: 50px;
  margin-right: 8px;
  vertical-align: middle;
}  */


.career-section {
            background: linear-gradient(135deg, #4b0082, #00bcd4);
            color: white;
            border-radius: 20px;
            padding: 60px 30px;
            margin-bottom: 40px;
            position: relative;
            overflow: visible;
        }

        .career-title {
            line-height: 1.4;
            font-size: clamp(28px, 3vw, 40px);
            word-wrap: break-word;
            color: white;
            margin-bottom: 0;
            padding-right: 20px;
        }

        .career-title span {
            font-size: clamp(36px, 4vw, 50px);
            font-weight: 400;
            display: block;
        }

        .carousel-main-wrapper {
            display: flex;
            gap: 20px;
            align-items: center;
            position: relative;
        }

        .carousel-wrapper {
            flex: 1;
            overflow: hidden;
            min-height: 580px;
        }

        .carousel-track {
            display: flex;
            transition: transform 0.5s ease;
            height: 100%;
        }

        .carousel-slide {
            min-width: 100%;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            grid-template-rows: repeat(2, minmax(0, 1fr));
            gap: 20px;
        }

        .career-box {
            background: white;
            color: #333;
            border-radius: 30px;
            padding: 20px;
            box-shadow: 0 6px 12px rgba(0,0,0,0.1);
            width: 100%;
            max-width: 100%;
            aspect-ratio: 1 / 1 !important;
            height: auto !important;
            min-height: unset !important;
            transition: 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .career-box:hover {
            transform: translateY(-5px);
        }

        .career-box h5 {
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 10px;
            color: #6b2d9e;
            display: flex;
            align-items: flex-start;
            gap: 8px;
            flex-wrap: wrap;
        }

        .career-box h5 span {
            flex: 1;
            min-width: 150px;
        }

        .career-box p {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5;
            flex-grow: 1;
        }

        .career-image {
            width: 50px;
            height: 50px;
            flex-shrink: 0;
        }

        .arrow-wrapper {
            display: flex;
            align-items: center;
            padding-left: 10px;
        }

        .carousel-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.3);
            color: white;
            font-size: 28px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .carousel-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
        }

        .carousel-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        /* Touch/Swipe support */
        .carousel-wrapper {
            touch-action: pan-y pinch-zoom;
        }

        @media (max-width: 1400px) {
            .carousel-slide {
                gap: 15px;
            }

            .career-box {
                padding: 18px;
                min-height: 240px;
            }

            .career-box h5 {
                font-size: 18px;
            }

            .career-box p {
                font-size: 15px;
            }
        }

        @media (max-width: 1200px) {
            .career-title span {
                font-size: clamp(32px, 4vw, 45px);
            }

            .carousel-slide {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                grid-template-rows: repeat(3, minmax(0, 1fr));
            }

            .carousel-wrapper {
                min-height: 850px;
            }

            .carousel-main-wrapper {
                flex-direction: column;
            }

            .arrow-wrapper {
                padding-left: 0;
                justify-content: center;
                padding-top: 20px;
            }
        }

        @media (max-width: 768px) {
            .career-section {
                padding: 40px 20px;
            }

            .career-title {
                font-size: clamp(28px, 5vw, 36px);
            }

            .career-title span {
                font-size: clamp(32px, 6vw, 40px);
            }

            .carousel-slide {
                grid-template-columns: 1fr;
                grid-template-rows: auto;
                gap: 15px;
            }

            .carousel-wrapper {
                min-height: auto;
            }

            .career-box {
                height: auto;
                min-height: 200px;
            }

            .carousel-btn {
                width: 50px;
                height: 50px;
                font-size: 24px;
            }
        }

        @media (max-width: 480px) {
            .career-box {
                padding: 15px;
            }

            .career-box h5 {
                font-size: 17px;
            }

            .career-box p {
                font-size: 14px;
            }

            .career-image {
                width: 45px;
                height: 45px;
            }
        }

/* NEW Career Section */
.career-section-new {
  padding: 60px 0;
}

.career-title-new {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.career-title-new span {
  display: block;
  font-size: 36px;
  margin-top: 10px;
}

.career-slider-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.career-slider-wrapper {
  overflow: hidden;
  flex: 1;
}

.career-slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.career-slide {
  min-width: 100%;
  flex-shrink: 0;
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(3, 220px);
  grid-template-rows: repeat(2, 220px);
  gap: 10px;
  justify-content: center;
}

.career-card-new {
  background: #fff;
  border-radius: 20px;
  padding: 14px;
  text-align: center;
  width: 220px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.career-card-new:hover {
  transform: translateY(-3px);
}

.career-card-new img {
  width: 35px;
  height: 35px;
  margin-bottom: 8px;
}

.career-card-new h5 {
  font-size: 13px;
  font-weight: 700;
  color: #6b2d9e;
  margin-bottom: 6px;
  line-height: 1.2;
}

.career-card-new p {
  font-size: 10px;
  color: #333;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.career-nav-btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #6b2d9e;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.career-nav-btn:hover {
  background: #6b2d9e;
  color: #fff;
}

@media (max-width: 992px) {
  .career-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .career-title-new {
    text-align: center;
    margin-bottom: 20px;
  }

  .career-title-new span {
    font-size: 28px;
  }

  .career-card-new h5 {
    font-size: 12px;
  }

  .career-card-new p {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .career-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .career-card-new {
    padding: 10px;
  }

  .career-card-new img {
    width: 30px;
    height: 30px;
  }
}

/* faculty section */
.faculty-section {
  background:
    radial-gradient(circle at 12% 22%, rgba(0, 188, 212, 0.08) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 68%, rgba(0, 188, 212, 0.08) 0 1px, transparent 1.5px),
    linear-gradient(90deg, rgba(208, 225, 249, 0.35) 1px, transparent 1px),
    linear-gradient(0deg, rgba(208, 225, 249, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 0%, #fbfdff 50%, #f7fbff 100%);
  background-size: 28px 28px, 34px 34px, 56px 56px, 56px 56px, auto;
  padding: 56px 0 64px;
}

.faculty-container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.faculty-header {
  text-align: center;
  margin-bottom: 42px;
}

.faculty-title {
  font-size: clamp(3.6rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 16px;
  background: linear-gradient(90deg, #1a237e 0%, #4527a0 42%, #00acc1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #1a237e;
}

.faculty-subtitle {
  font-size: clamp(1.75rem, 2.8vw, 2.5rem);
  font-weight: 400;
  color: #555;
  margin: 0;
  line-height: 1.35;
}

.faculty-slider-wrap {
  position: relative;
  padding: 0 56px;
}

.faculty-track {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 8px 0 12px;
}

.faculty-track::-webkit-scrollbar {
  display: none;
}

/* Exactly 4 full cards — no half-cut 5th portrait */
.faculty-member {
  flex: 0 0 calc((100% - 72px) / 4);
  width: calc((100% - 72px) / 4);
  min-width: calc((100% - 72px) / 4);
  max-width: calc((100% - 72px) / 4);
  text-align: center;
  scroll-snap-align: start;
}

.faculty-photo-frame {
  width: min(168px, 86%);
  height: min(168px, 86%);
  aspect-ratio: 1 / 1;
  margin: 0 auto 14px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, #21b2d3 0%, #3b52c3 48%, #7906b9 100%);
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(49, 27, 146, 0.12);
  display: block;
  isolation: isolate;
}

.faculty-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 50%;
  /* Zoom past baked-in black corners on PNG assets */
  transform: scale(1.12);
}

.faculty-name {
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 6px;
  color: #1a237e;
  min-height: 2.7em;
}

.faculty-role {
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  font-weight: 400;
  color: #666;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 95%;
}

.faculty-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #5e17eb;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #5e17eb;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 92px;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(49, 27, 146, 0.1);
  cursor: pointer;
  z-index: 12;
  padding: 0;
}

.faculty-arrow:hover {
  color: #4527a0;
  border-color: #4527a0;
  box-shadow: 0 4px 12px rgba(49, 27, 146, 0.18);
}

.faculty-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.faculty-arrow.prev {
  left: 4px;
}

.faculty-arrow.next {
  right: 4px;
}

@media screen and (max-width: 1199px) {
  .faculty-track {
    gap: 20px;
  }

  .faculty-member {
    flex: 0 0 calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    min-width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
  }

  .faculty-title {
    font-size: 56px;
  }

  .faculty-subtitle {
    font-size: 32px;
  }

  .faculty-photo-frame {
    width: min(156px, 88%);
    height: min(156px, 88%);
  }

  .faculty-arrow {
    top: 86px;
  }
}

@media screen and (max-width: 991px) {
  .faculty-slider-wrap {
    padding: 0 48px;
  }

  .faculty-title {
    font-size: 48px;
  }

  .faculty-subtitle {
    font-size: 28px;
  }

  .faculty-track {
    gap: 18px;
  }

  .faculty-member {
    flex: 0 0 calc((100% - 18px) / 2);
    width: calc((100% - 18px) / 2);
    min-width: calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
  }

  .faculty-photo-frame {
    width: min(150px, 78%);
    height: min(150px, 78%);
  }

  .faculty-arrow {
    top: 80px;
  }

  .faculty-name {
    font-size: 17px;
    font-weight: 800;
  }

  .faculty-role {
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .faculty-section {
    padding: 40px 0 48px;
  }

  .faculty-header {
    margin-bottom: 32px;
  }

  .faculty-title {
    font-size: 40px;
  }

  .faculty-subtitle {
    font-size: 22px;
    font-weight: 400;
  }

  .faculty-slider-wrap {
    padding: 0 42px;
  }

  .faculty-track {
    gap: 16px;
  }

  .faculty-member {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .faculty-photo-frame {
    width: 140px;
    height: 140px;
  }

  .faculty-arrow {
    width: 34px;
    height: 34px;
    font-size: 15px;
    top: 78px;
  }
}

/* recognition section */
.recognition-section {
  position: relative;
  padding: 24px 0 40px !important;
  min-height: 520px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 22%, #e6f3f9 100%);
  overflow: hidden;
}

.recognition-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  z-index: 0;
  pointer-events: none;
  display: block;
  opacity: 1;
}

.recognition-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 22%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.55) 70%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.recognition-section::after {
  display: none;
}

.recognition-container {
  position: relative;
  z-index: 2;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.recognition-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.6rem, 4.2vw, 3.75rem) !important;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  margin: 0 0 18px;
  color: #1a1a5e;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #1a1a5e !important;
}

.recognition-grid {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.rec-card {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 24px;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #8e43d6 0%, #400f6f 48%, #051988cc 100%);
  border: 2px solid #fff;
  box-shadow: 0 8px 22px rgba(26, 35, 126, 0.18);
  overflow: hidden;
}

.rec-card-small {
  height: 270px;
  max-width: none;
}

.rec-card-main {
  flex: 1.45 1 0;
  height: 390px;
  max-width: none;
  padding: 14px 12px;
  border: 2px solid #fff;
  box-shadow: 0 8px 22px rgba(26, 35, 126, 0.22);
}

.rec-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  /* Badge assets are on black — lighten removes black on purple cards */
  mix-blend-mode: lighten;
}

@media screen and (max-width: 1299px) {
  .recognition-grid {
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 18px;
  }

  .recognition-grid::-webkit-scrollbar {
    display: none;
  }

  .rec-card {
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  .rec-card-small {
    width: 210px;
    max-width: 210px;
    height: 250px;
  }

  .rec-card-main {
    flex: 0 0 auto;
    width: 300px;
    max-width: 300px;
    height: 370px;
  }
}

@media screen and (max-width: 991px) {
  .recognition-section {
    padding: 24px 0 32px !important;
  }

  .recognition-title {
    font-size: 36px !important;
    margin-bottom: 16px;
  }

  .rec-card-small {
    width: 196px;
    max-width: 196px;
    height: 230px;
  }

  .rec-card-main {
    width: 280px;
    max-width: 280px;
    height: 340px;
  }
}

@media screen and (max-width: 575px) {
  .recognition-section {
    padding: 20px 0 28px !important;
  }

  .recognition-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .recognition-title {
    font-size: 28px !important;
    margin-bottom: 14px;
  }

  .recognition-grid {
    gap: 10px;
    align-items: center;
  }

  .rec-card {
    padding: 10px 8px;
    border-radius: 20px;
  }

  .rec-card-small {
    width: 200px;
    max-width: 200px;
    height: 220px;
  }

  .rec-card-main {
    width: 268px;
    max-width: 268px;
    height: 320px;
  }
}

/* faq section */
.faq-section {
  background: linear-gradient(180deg, #f5f0ff 0%, #eef0ff 55%, #fff 100%);
  padding: 64px 0 72px;
}

.faq-container {
  max-width: 1200px;
}

.faq-title {
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 44px;
}

.faq-title-main {
  background: linear-gradient(90deg, #1a237e 0%, #4527a0 48%, #00acc1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-title-sub {
  color: #00bcd4;
  -webkit-text-fill-color: #00bcd4;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 36px;
}

.faq-col {
  min-width: 0;
}

.faq-section .faq-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 16px;
  --bs-accordion-inner-border-radius: 16px;
  --bs-accordion-btn-padding-x: 22px;
  --bs-accordion-btn-padding-y: 18px;
  --bs-accordion-body-padding-x: 22px;
  --bs-accordion-body-padding-y: 16px;
  --bs-accordion-active-color: #5e17eb;
  --bs-accordion-active-bg: #f3ecff;
  --bs-accordion-btn-focus-box-shadow: none;
}

.faq-section .accordion-item {
  border: none;
  border-radius: 16px;
  margin-bottom: 14px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(49, 27, 146, 0.08);
  overflow: hidden;
}

.faq-section .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-section .accordion-button {
  background-color: #fff;
  border-radius: 16px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  color: #5c1690;
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #f3ecff;
  color: #4527a0;
  border-radius: 16px 16px 0 0;
  box-shadow: none;
}

.faq-section .accordion-button::after {
  width: 1.1rem;
  height: 1.1rem;
  background-size: 1.1rem;
  filter: brightness(0) saturate(100%) invert(22%) sepia(85%) saturate(2500%) hue-rotate(258deg);
}

.faq-section .accordion-body {
  background-color: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 4px;
  border-top: 1px solid #ece4f7;
}

@media screen and (max-width: 991px) {
  .faq-title {
    font-size: 36px;
    margin-bottom: 36px;
  }

  .faq-grid {
    gap: 16px 24px;
  }

  .faq-section .accordion-button {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .faq-section {
    padding: 48px 0 56px;
  }

  .faq-title {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq-col + .faq-col {
    margin-top: 8px;
  }
}

/* enquiry section */
.enquire-section {
  background: #f3eef8;
  padding: 48px 0 56px;
}

.enquire-section .enquire-container {
  max-width: 1320px;
}

.enquire-heading {
  font-size: 2.8125rem;
  font-weight: 750;
  color: #1a237e;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.15;
}

.enquire-card {
  display: grid;
  display: flex;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(26, 31, 92, 0.16);
  width: 100%;
  max-width: 100%;
}

.enquire-form-panel {
  background: linear-gradient(135deg, #2b1f84 0%, #5a22d1 48%, #008dd2 100%);
  padding: 2rem 2rem 1.75rem;
  width: 100%;
}

.enquire-info-panel {
  background: #0f1654;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 2.5rem 2.5rem 3rem;
  min-height: auto;
  width: 100%;
}

.enquire-npf-scroll {
  max-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.55) rgba(255, 255, 255, 0.15);
}

.enquire-npf-scroll::-webkit-scrollbar {
  width: 6px;
}

.enquire-npf-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
}

.enquire-npf-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 3px;
}

/* Enquire form fields — stack vertically inside NPF widget */
.enquire-form-panel .npf_wgts,
.enquire-form-panel .npf_wgts iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  min-height: 520px;
  border: none;
  background: transparent;
}

.enquire-form-panel .npf_wgts form,
.enquire-form-panel .npf_wgts .form-group,
.enquire-form-panel .npf_wgts .row {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.enquire-form-panel .npf_wgts [class*="col-"] {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.enquire-section .form-container {
  background: linear-gradient(135deg, #2b1f84, #5a22d1, #008dd2);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.enquire-section .form-container.row {
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
}

.enquire-section .form-container > [class*="col-"] {
  overflow: hidden;
}

.enquire-section .npf_wgts,
.enquire-section .npf_wgts iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  border: none;
}

.form-control,
.form-select {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-weight: 500;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-select option {
  color: #000;
}

.form-check-label {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4;
}

.submit-btn {
  background: linear-gradient(90deg, #FFD700, #FFC300);
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: linear-gradient(90deg, #FFC300, #FFB700);
  transform: scale(1.05);
}

.form-image {
  border-radius: 30px;
  height:200%;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

@media (min-width:1400px){
  .image-stack{
    max-width: 460px;
  }
}

.info-section {
  color: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.enquire-info-panel .info-section {
  text-align: center;
  align-items: center;
}

.enquire-info-panel .info-section h2 {
  font-size: 2rem;
  margin-bottom: 1.25rem;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
}

.enquire-info-panel .info-text {
  color: #fbbf24;
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 0;
  font-weight: 500;
}

        .contact-item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 18px;
        }

        .contact-icon {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
        }

        .contact-icon svg {
            width: 100%;
            height: 100%;
        }

        .contact-text {
            font-size: 16px;
            color: white;
        }

        .social-links {
            display: flex;
            gap: 20px;
            margin-top: 35px;
            justify-content: center;
        }

        .social-icon svg {
            width: 28px;
            height: 28px;
            fill: #fbbf24;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .social-icon svg:hover {
            fill: #f59e0b;
            transform: translateY(-3px) scale(1.1);
            filter: drop-shadow(0 5px 10px rgba(251, 191, 36, 0.5));
        }

        @media (max-width: 480px) {
            .info-section {
                padding: 35px 25px;
            }

            .info-section h2 {
                font-size: 1.6rem;
            }
        }

/* Tablet Responsive (768px - 991px) */
@media (max-width: 991px) {
    .section-title {
        font-size: 32px;
    }
    
    .feature-card {
        height: 380px;
    }

    /* .image-stack .img-2 {
    top: 40px;
    left: 80px;
    } */
.msc-heading {
    font-size: 36px;
  }

  /* .image-stack{
    max-width: 350px;
    margin:0 auto;
  }
  .image-stack .img-1,
  .image-stack .img-2{
    position:relative;
    transform:none;
    left:0;
    top:0;
    width:100%;
    margin-bottom:20px;
  } */

  .image-stack{
    max-width:360px;
    margin:auto;
    min-height:auto;
  }
  .image-stack .img-1,
  .image-stack .img-2{
    position:relative;
    width:100%;
    top:0;
    left:0;
    right:0;
    margin-bottom:30px;
  }

}

/* Mobile Responsive (576px - 767px) */
@media (max-width: 767px) {
  .hero-header {
    padding-top: 6px;
    padding-bottom: 6px;
  }
    
    .section-title {
        font-size: 28px;
    }
    
    .feature-card {
        height: 350px;
    }
    
    .card-title {
        font-size: 16px;
    }
    
    .card-text {
        font-size: 12px;
    }

    .development-section h2 {
    font-size: 1.5rem;
    }

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

  .image-stack .img-1,
  .image-stack .img-2 {
    position: static;
    width: 80%;
    margin-bottom: 15px;
  }

  .msc-content-top {
    text-align: left;
  }

  .fees-table th, .fees-table td {
        font-size: 14px;
        padding: 10px;
    }

   .trimester-title {
        font-size: 14px;
    }
   .year-heading {
        font-size: 22px;
    }

    .difference-title {
    font-size: 1.4rem;
  }
  .difference-table thead th,
  .difference-table tbody td {
    font-size: 0.85rem;
  }

  .enquire-section .enquire-card {
    border-radius: 28px;
  }

  .submit-btn {
    width: 100%;
  }
}

/* Extra Small Mobile (Below 576px) */
@media (max-width: 575px) {
    .hero-title {
        font-size: 24px;
    }
    
    .hero-subtitle {
        font-size: 15px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .feature-card {
        height: 320px;
        margin-bottom: 15px;
    }
    
    .card-overlay {
        padding: 20px 15px;
    }

    .msc-body {
    font-size: 16px;
  }
}

/* Very Small Devices (Below 400px) */
@media (max-width: 399px) {
    .logo-container {
        margin-bottom: 10px;
    }
    
    .hero-title {
        font-size: 22px;
    }
    
    .feature-card {
        height: 300px;
    }
}

.important-details-heading {
  color: #6b2d9e;
  font-size: 45px;
  font-weight: 750;
  margin-top: 20px;
}

@media (max-width: 576px) {
    .section-title,
    .important-details-heading,
    .difference-title {
        font-size: 1.75rem;
    }
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}
