.hero {
  background: #0b1e37;
  padding: 120px 0px 50px;
}

.hero-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid rgba(192, 163, 77, 0.35);
  border-radius: 999px;
  color: #c0a34d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c0a34d;
  box-shadow: 0 0 0 6px rgba(192, 163, 77, 0.08);
}

.hero-title {
  margin: 0;
  max-width: 1100px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.title-white {
  color: #ffffff;
  display: inline;
}

.title-gold {
  color: #c0a34d;
  display: inline;
}

.hero-text {
  max-width: 860px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-labels {
  margin-top: 40px;
}

.label-slider {
  position: relative;
  width: 100%;
  max-width: 350px;
  min-height: 40px;
}

.label-box {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}

.label-box.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.label-icon {
  width: 24px;
  height: 24px;
  color: #c0a34d;
  flex: 0 0 24px;
}

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

/* staged reveal */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.title-kingsford {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.title-kingsford.show {
  opacity: 1;
  transform: translateY(0);
}

.title-gateway {
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transform: translateY(26px);
}

.title-gateway.show {
  opacity: 1;
  transform: translateY(0);
}

.hero-buttons a {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .hero-title {
    font-size: 48px;
  }

  .hero-text {
    font-size: 20px;
    max-width: 760px;
  }
}

@media (max-width: 991px) {
  .hero {
    min-height: auto;
  }

  .hero-title {
    font-size: 46px;
    line-height: 1.08;
  }

  .hero-text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-buttons {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .label-slider {
    max-width: 100%;
    min-height: 72px;
  }

  .label-box {
    font-size: 15px;
  }

  .hero-badge {
    gap: 5px;
    padding: 10px;
    font-size: 12px;
    letter-spacing: normal;
  }
}


/* second section  */

.problem {
  background: #fff;
  padding: 50px 0px 0px;
}

.problem__content {
  text-align: center;
  width: min(1200px, 92%);
  margin: 0 auto;
}

.problem__intro {
  margin: 0 auto 40px auto;
  text-align: center;
}

.problem__intro p {
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.7;
  margin-bottom: 16px;
  font-size: 16px;
}

.problem__grid {
  margin-bottom: 28px;
}

/******************* hide the section home page ********************* */
.info-card-inner {
  padding: 0 12px;
  box-sizing: border-box;
  
}

.info-card {
  position: relative;
  background: #c0a34d;
  border: 1px solid #aaa;
  border-radius: 18px;
  padding: 40px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  text-align: center;
  width: 74%;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
}

.info-card__icon {
  width: 113px;
  height: 100px;
  object-fit: contain;
  display: grid;
  padding-bottom: 20px;
  place-items: center;
  /* border-radius: 14px; */
  font-weight: 900;
  margin: 0 auto 14px;
}

.info-card__title {
  margin: 0 0 8px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  font-size: 18px;
  padding-top: 20px;
}

.info-card__text {
  margin: 0;
  color: #ffffff;
  line-height: 1.6;
  font-size: 16px;
}

.problem__solution {
  margin-top: 26px;
  background: linear-gradient(90deg, rgba(192, 163, 77, 0.12), rgba(255, 255, 255, 0));
  border-left: 5px solid rgba(192, 163, 77, 0.9);
  border-radius: 14px;
  padding: 20px 22px;
  text-align: left;
  color: #0b1e37;
}


.problem__cta {
  display: flex;
  justify-content: left;
  margin-top: 30px;
}

.problem__cta a {
  text-decoration: none;
}

/* ****** New card div ****************** */


.programe-card {
  background: #ffffff;
  padding: 0px 24px;
  border-radius: 14px;
  text-align: center;
}

.programe-card__inner {
  width: min(1200px, 92%);
  margin: 0 auto;
  
}

.programe-card__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #b78b2e;
  font-family: Georgia, "Times New Roman", Times, serif;

}

.programe-card__text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: rgba(15, 23, 42, 0.75);
  font-family: Georgia, "Times New Roman", Times, serif;

}

.programe-card__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.programe-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.programe-card__logo img {
  max-height: 112px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  display: block;
}

/* Tablet */
@media (max-width: 768px) {
  .programe-card {
    padding: 0px 16px;
  }

  .programe-card__title {
    font-size: 20px;
  }

  .programe-card__text {
    font-size: 16px;
  }

  .programe-card__logos {
    gap: 20px;
  }

  .programe-card__logo img {
    max-height: 80px;
    max-width: 100px;
  }
  .problem__cta {
  justify-content: center;

  }
}

/* Mobile */
@media (max-width: 480px) {
  .programe-card__title {
    font-size: 20px;
  }

  .programe-card__text {
    font-size: 16px;
    line-height: 1.6;
  }

  .programe-card__logos {
    gap: 16px;
  }

  .programe-card__logo img {
    max-height: 80px;
    max-width: 85px;
  }
}



.info-card__icon img {
  display: block;
  width: 130%;
  height: 90%;

}

@media (max-width:767px) {
  .info-card {
    height: 300px;               
    max-height: 300px;
  }
}
@media (max-width:520px) {
  .info-card {
    height: 400px;               
    max-height: 400px;
   
  }
  .info-card__title {
  margin: 0 0 8px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  font-size: 16px;
}

.info-card__text {
  font-size: 14px;
}

}


/* Logos section  */
.accreditation-strip {
  padding: 36px 0;
  overflow: hidden;
  width: min(1200px, 92%);
  margin: 0 auto;
}

.accreditation-strip__inner {
  /* width: 100%;
  margin: 0 auto; */
}

.accreditation-strip__title {
  margin: 0 0 26px;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #0b1e37;
}

.accreditation-marquee {
  overflow: hidden;
  width: 100%;
}

.accreditation-marquee__track {
  display: flex;
  align-items: center;
  gap: 70px;
  width: max-content;
  animation: accreditation-scroll 24s linear infinite;
}

.accreditation-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accreditation-logo img {
  display: block;
  max-height: 100px;
  width: auto;
  object-fit: contain;
  filter: none;
}

.accreditation-marquee:hover .accreditation-marquee__track {
  animation-play-state: paused;
}

@keyframes accreditation-scroll {
  0% {
    transform: translateX(0);
  }

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

@media (max-width: 991px) {
  .accreditation-strip {
    padding: 28px 0;
  }

  .accreditation-strip__title {
    font-size: 26px;
    margin-bottom: 22px;
  }

  .accreditation-marquee__track {
    gap: 48px;
    animation-duration: 20s;
  }

  .accreditation-logo img {
    max-height: 70px;
  }
}

@media (max-width: 576px) {
  .accreditation-strip__title {
    font-size: 22px;
  }

  .accreditation-marquee::before,
  .accreditation-marquee::after {
    width: 40px;
  }

  .accreditation-marquee__track {
    gap: 34px;
    animation-duration: 16s;
  }

  .accreditation-logo img {
    max-height: 52px;
  }
}


/* Counter  */
.stats-section {
  padding: 24px 0 0;
  background: #ffffff;
}

.stats-container {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #c0a34d;
  border: none;
  border-radius: 0;
  overflow: hidden;
  color: #fff;
}

.stat-item {
  text-align: center;
  padding: 24px 24px;
  position: relative;
  display: grid;
  place-content: center;
  align-items: center;
}

.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22%;
  right: 0;
  width: 1px;
  height: 56%;
  background: #e5e7eb;
}

.stat-item h2 {
  margin: 0 0 6px;
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -2px;
}

.stat-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

@media (max-width: 991px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item:nth-child(2)::after {
    display: none;
  }

  .stat-item {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .stats-container {
    grid-template-columns: 1fr;
  }

  .stat-item::after {
    display: none !important;
  }

  .stat-item:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
  }

  .stat-item h2 {
    font-size: 35px;
  }
}

.intervention-section {
  background: #f6f5f2;
  padding: 50px 0;
  overflow: hidden;
}

.intervention-inner {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.intervention-container {
  display: grid;
  grid-template-columns: 55% 35%;
  gap: 50px;
  align-items: center;
}


.intervention-title {
  text-align: left;
}

.intervention-divider {
  width: 62px;
  height: 4px;
  border-radius: 999px;
  background: #c0a34d;
  margin-bottom: 24px;
}

.intervention-text {
  margin: 0 0 18px;
  color: rgba(11, 30, 55, 0.74);
  font-size: 16px;
  line-height: 1.7;
}

.intervention-right {}

.feature-slider {
  position: relative;
}

.feature-card {
  min-height: 430px;
  background: #ffffff;
  border: 1px solid #c0a34d;
  border-radius: 22px;
  padding: 22px;
  /* box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08); */
  margin: 10px;
  display: grid;
  place-content: center;
  align-items: center;
  text-align: center;
}


.feature-icon {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  place-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.feature-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.feature-title {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #0b1e37;
}

.feature-desc {
  margin: 0;
  color: rgba(11, 30, 55, 0.74);
  font-size: 16px;
  line-height: 1.7;
}

.feature-slider .slick-dots {
  position: static;
  margin-top: 18px;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.feature-slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.feature-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(11, 30, 55, 0.18);
  font-size: 0;
}

.feature-slider .slick-dots li.slick-active button {
  background: #c0a34d;
}

.feature-slider .slick-prev,
.feature-slider .slick-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(11, 30, 55, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  z-index: 2;
}

.feature-slider .slick-prev:hover,
.feature-slider .slick-next:hover {
  background: #ffffff;
}

.feature-slider .slick-prev:before,
.feature-slider .slick-next:before {
  color: #0b1e37;
  font-size: 20px;
  opacity: 1;
}

.feature-slider .slick-prev {
  left: -18px;
}

.feature-slider .slick-next {
  right: -18px;
}



@media (max-width: 1030px) {
  .feature-card {
    height: 400px;
  }

  .intervention-container {
    grid-template-columns: 55% 35%;
  }

  .feature-card {
    min-height: 430px;
  }



}

@media (max-width: 850px) {
  .intervention-container {
    grid-template-columns: 100%;
    gap: 34px;
  }

  .intervention-left {
    max-width: 100%;
    text-align: center;
  }

  .intervention-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-slider .slick-prev {
    left: 0;
  }

  .feature-slider .slick-next {
    right: 0;
  }

  .feature-card {
    height: auto;
  }
}

@media (max-width: 767px) {
  .intervention-section {
    padding: 30px 0 0;
  }


  .intervention-text {
    font-size: 16px;
  }
.intervention-title {
  text-align: center;
}

  .feature-card {
    min-height: auto;
    padding: 20px;
    margin: 6px;
  }

  .feature-number {
    font-size: 42px;
  }

  .feature-title {
    font-size: 22px;
  }

  .feature-desc {
    font-size: 15px;
  }

  .feature-slider .slick-prev {
    display: none;
  }

  .feature-slider .slick-next {
    display: none;
  }
}


/* Program Pathways------------------------------------------------------ */
.pathways {
  background: #f6f5f2;
  padding: 50px 0;
  font-family: Georgia, "Times New Roman", serif;
}

.pathways-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

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

.pathways-intro {
  margin: 0 auto 12px;
  text-align: center;
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.7;
  font-size: 16px;
  width: 80%;
}

.pathways-intro:last-of-type {
  margin-bottom: 30px;
}

.program-category-title {
  margin: 45px auto 22px;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #0b1e37;
}

.program-category-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #c0a34d;
  margin: 14px auto 0;
}

.program-grid {
  display: block;
  margin-bottom: 55px;
}

.program-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.program-card-detailed {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.program-card-bar {
  height: 4px;
  background: linear-gradient(90deg, #c0a34d, #d7bf76, #c0a34d);
}

.program-card-body {
  padding: 28px;
}

.program-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.program-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(11, 30, 55, 0.05);
  display: grid;
  place-items: center;
}

.program-card-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.program-card-title {
  margin: 0 0 12px;
  color: #0b1e37;
  font-size: 28px;
  line-height: 1.25;
}

.program-card-text {
  margin: 0 0 16px;
  color: rgba(15, 23, 42, 0.68);
  line-height: 1.7;
  font-size: 16px;
}

.program-card-details {
  margin-top: 20px;
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.program-detail {
  border-radius: 14px;
  background: #f6f5f2;
  border: 1px solid rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.program-detail-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.program-detail-toggle.higlight {
  background-color: #c0a34d;
}

.program-detail-title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: #0b1e37;
  font-family: Georgia, "Times New Roman", serif;
}

.program-detail-icon {
  color: #c0a34d;
  font-size: 18px;
}

.program-detail-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.program-detail.is-open .program-detail-content {
  max-height: 220px;
}

.program-detail-text {
  margin: 0;
  padding: 7px 18px 16px;
  color: rgba(15, 23, 42, 0.68);
  line-height: 1.65;
  font-size: 14px;
  background: #ffffff;
}

.program-card-link {
  text-decoration: none;
  margin-top: 20px;
}

.pill {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  padding: 7px 10px;
  border-radius: 999px;
  text-transform: uppercase;
}

.pill-gold {
  background: #c0a34d;
  color: #0b1e37;
}

.pill-oxford {
  background: #0b1e37;
  color: #ffffff;
}

@media (max-width: 768px) {
  .pathways-intro {
    width: 100%;
    font-size: 15px;
  }

  .program-category-title {
    font-size: 22px;
  }

  .program-card-body {
    padding: 20px;
  }

  .program-card-title {
    font-size: 22px;
  }
}


/* USPs------------------------------------------------------ */

.program-advantage {
  position: relative;
  background: #f6f5f2;
  padding: 50px 0;
}

.program-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.program-advantage-header {
  text-align: center;
}

.program-advantage-grid {
  margin-top: 32px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.advantage-card {
  flex: 1 1 300px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  background: #fff;
  color: #0b1e37;
  padding: 26px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.advantage-card:hover {
  background: #0b1e37;
  color: #fff;
}

.advantage-card-title {
  margin: 4px 0 6px;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", serif;
}

.advantage-card-text {
  margin: 0;
  line-height: 1.7;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
}

.program-advantage-actions {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.program-advantage-actions a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .program-advantage-grid {
    flex-direction: column;
  }

  .advantage-card {
    max-width: 100%;
    flex: 1 1 auto;
    padding: 22px;
  }

  .advantage-card-title {
    font-size: 18px;
  }

  .program-advantage-actions a {
    width: 100%;
  }
}


/* ---------- Woolf Network Section ---------- */
.woolf-network-section {
  padding: 60px 0;
  background: #f6f5f2;
}

.woolf-network-container {
  width: min(1200px, 92%);
  margin: 0 auto;
  text-align: center;
}

.woolf-network-text {
  max-width: 900px;
  margin: 0 auto 34px;
  color: rgba(11, 30, 55, 0.8);
  font-size: 16px;
  line-height: 1.8;
}

.woolf-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 24px;
}

.woolf-video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 767px) {
  .woolf-network-section {
    padding: 45px 0;
  }

  .woolf-network-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .woolf-video-wrapper,
  .woolf-video-wrapper iframe {
    border-radius: 18px;
  }
}


/* Why These Programmes Stand Apart ------------------------------------------------------ */
.program-stand {
  position: relative;
  background: #f6f5f2;
  padding: 50px 0;
}

.program-stand-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.program-stand-advantage-header {
  text-align: center;
}

.program-stand-advantage-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.stand-card {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  background: #0b1e37;
  color: #ffffff;
  padding: 26px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.stand-card:hover {
  background: #ffffff;
  color: #0b1e37;
  transform: translateY(-4px);
  /* box-shadow: 0 14px 34px rgba(11, 30, 55, 0.12); */
  border: 2px solid rgba(15, 23, 42, 0.1);
}

.stand-card-title {
  margin: 4px 0 6px;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", serif;
}

.stand-card-text {
  margin: 0;
  line-height: 1.7;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
}

.program-stand-advantage-actions {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.program-stand-advantage-actions a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .program-stand-advantage-grid {
    grid-template-columns: 1fr;
  }

  .stand-card {
    min-height: auto;
    padding: 22px;
  }

  .stand-card-title {
    font-size: 18px;
  }

  .program-stand-advantage-actions a {
    width: 100%;
  }
}


/* FAQ-------- */
.faq {
  background: #fff;
  padding: 80px 0;
}

.faq-content {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.faq-title {
  margin-bottom: 10px;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 600;
  color: #0b1e37;
}

.section-divider {
  width: 60px;
  height: 4px;
  border-radius: 999px;
  background: #c0a34d;
  margin: 0 auto 26px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(11, 30, 55, 0.12);
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item.is-open {
  border-color: rgba(192, 163, 77, 0.55);
  box-shadow: 0 10px 24px rgba(192, 163, 77, 0.08);
}

.faq-item-toggle {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  cursor: pointer;
}

.faq-item-toggle:hover {
  background: #fff;
}

.faq-item-question {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 20px;
  color: #0b1e37;
  line-height: 1.35;
}

.faq-item-icon {
  color: #c0a34d;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s ease;
  flex: 0 0 auto;
}

.faq-item.is-open .faq-item-icon {
  transform: rotate(180deg);
}

.faq-item-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 22px;
  color: rgba(11, 30, 55, 0.72);
  font-size: 16px;
  line-height: 1.75;
  transition: max-height 0.45s ease, opacity 0.3s ease, padding 0.3s ease;
}

.faq-item-content p {
  margin: 0;
}

.faq-item.is-open .faq-item-content {
  opacity: 1;
  padding: 0 22px 22px;
}

.faq-item-divider {
  width: 100%;
  height: 1px;
  background: rgba(11, 30, 55, 0.1);
  margin: 0 0 14px;
}

@media (max-width: 991px) {
  .faq {
    padding: 64px 0;
  }

  .faq-title {
    font-size: 44px;
  }

  .faq-item-question {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .faq-title {
    font-size: 34px;
  }

  .section-divider {
    margin-bottom: 22px;
  }

  .faq-item-toggle {
    padding: 18px 16px;
  }

  .faq-item-question {
    font-size: 16px;
  }

  .faq-item-content {
    padding: 0 16px;
    font-size: 15px;
  }

  .faq-item.is-open .faq-item-content {
    padding: 0 16px 18px;
  }
}

/* Final CTA  */
/* .final-cta {
  position: relative;
  background: #0b1e37;
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
}


.final-cta_content {
  position: relative;
  z-index: 1;
  width: min(1200px, 92%);
  margin: 0 auto;
}

.final-cta_badge {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(192, 163, 77, 0.28);
  background: rgba(192, 163, 77, 0.10);
  margin-bottom: 18px;
}

.final-cta_badge-text {
  color: #c0a34d;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
}

.final-cta_title {
  margin: 0 0 10px;
  font-family:  Georgia, "Times New Roman", Times, serif;
  font-size: 45px;
  color: #fff;
}

.final-cta_text {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}

.final-cta_content a {
  text-decoration: none;
}


@media (max-width: 767px) {
  .final-cta_title {
    font-size: 28px;
  }

  .final-cta_text {
    font-size: 16px;
  }
} */

/* Final CTA */
/* Final CTA */
/* .final-cta {
  background: #071f3d;
  padding: 60px 0;
  overflow: hidden;
}

.final-cta__container {
  width: min(1200px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1px 1.1fr;
  align-items: center;
  gap: 24px;
}


.final-cta__left {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 10px;
}

.final-cta__title {
  margin: 0 0 18px;
  color: #d1af4f;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.final-cta__title span {
  color: #d1af4f;
}

.final-cta__text {
  max-width: 430px;
  margin: 0; 
  color: #ffffff;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", Times, serif;
}


.final-cta__divider {
  width: 1px;
  height: 125px;
  background: rgba(255, 255, 255, 0.7);
  justify-self: center;
}


.final-cta__right {
  max-width: 520px;
  width: 100%;
}

.final-cta__form-title {
  margin: 0 0 10px;
  color: #d1af4f;
  font-size: 26px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.final-cta__form {
  width: 100%;
}

.final-cta__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.final-cta__row--full {
  grid-template-columns: 1fr;
}

.final-cta__form input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 3px;
  background: #f2f2f2;
  padding: 0 14px;
  font-size: 15px;
  color: #444;
  font-style: italic;
  box-sizing: border-box;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.final-cta__form input::placeholder {
  color: #9aa3aa;
}

.final-cta__btn {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 3px;
  background: #d1af4f;
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.final-cta__btn:hover {
  background: #b99637;
}


@media (max-width: 991px) {
  .final-cta__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .final-cta__divider {
    display: none;
  }

  .final-cta__left {
    text-align: center;
    align-items: center; 
  }

  .final-cta__right {
    margin: 0 auto;
    max-width: 100%;
  }

  .final-cta__text {
    margin: 0 auto; 
  }
} 

@media (max-width: 767px) {

  .final-cta {
    padding: 40px 0;
  }

  .final-cta__title {
    font-size: 24px;
  }

  .final-cta__text {
    font-size: 18px;
  }

  .final-cta__form-title {
    font-size: 22px;
    text-align: center;
  }

  .final-cta__row {
    grid-template-columns: 1fr;
  }
}
  */


/* ---------- certification Section ---------- */


.certification-card-ects {
  background: #ffffff;
  padding: 40px 20px;
}

.certification-card-ects__container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  gap: 40px;
}

/* LEFT IMAGE */
.certification-card-ects__left img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}

/* RIGHT TEXT */
.certification-card-ects__text {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.75);
  font-weight: 500;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Highlight text */
.certification-card-ects__text span {
  color:#c0a34d ;
  font-weight: 700;
}

/* Bold part */
.certification-card-ects__text strong {
  color: #c0a34d;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 768px) {
  .certification-card-ects__container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .certification-card-ects__left img {
    margin: 0 auto;
  }

  .certification-card-ects__text {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .certification-card-ects {
    padding: 30px 16px;
  }

  .certification-card-ects__text {
    font-size: 15px;
  }
}


/* ---------- Framework for International Advancement ---------- */
.advancement-section {
  background: #0b1e37;
  padding: 70px 0;
  overflow: hidden;
}

.advancement-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.advancement-header {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 50px;
}

.advancement-title {
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.2;
}

.advancement-intro {
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  max-width: 980px;
  font-weight: 500;
}

.advancement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  align-items: start;
}

.advancement-card {
  text-align: center;
  padding: 10px 14px;
}

.advancement-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advancement-icon img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: block;
}

.advancement-card-title {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.advancement-card-text {
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  max-width: 340px;
  font-weight: 500;
}

/* ---------- Tablet ---------- */
@media (max-width: 991px) {
  .advancement-section {
    padding: 60px 0;
  }

  .advancement-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .advancement-card {
    max-width: 700px;
    margin: 0 auto;
  }

  .advancement-card-title {
    font-size: 24px;
  }

  .advancement-card-text {
    max-width: 100%;
    font-size: 15px;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 768px) {
  .advancement-title {
    font-size: 32px;
  }

  .advancement-intro {
    font-size: 15px;
    line-height: 1.7;
  }

  .advancement-icon,
  .advancement-icon img {
    width: 82px;
    height: 82px;
  }

  .advancement-card-title {
    font-size: 21px;
  }

  .advancement-card-text {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* Global Recognition and Portability section */
.gr-section {
  background: #ffffff;
  padding: 50px 0;
  text-align: center;
}

.gr-section__content {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.gr-section__intro {
  max-width: 800px;
  margin: 0 auto 40px;
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.7;
  font-size: 16px;
}

.gr-logo-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gr-logo-carousel::before,
.gr-logo-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.gr-logo-carousel::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}

.gr-logo-carousel::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.gr-logo-track {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  animation: gr-logo-scroll 80s linear infinite;
}

.gr-logo-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.gr-logo-item img {
  display: block;
  width: 90px;
  height: 60px;
  object-fit: contain;
  border-radius: 4px;
}

.gr-flag-name {
  font-size: 14px;
  color: #0b1e37;
  text-align: center;
  font-weight: 500;
}

.gr-logo-carousel:hover .gr-logo-track {
  animation-play-state: paused;
}

@keyframes gr-logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

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

  .gr-logo-carousel::before,
  .gr-logo-carousel::after {
    width: 30px;
  }

  .gr-logo-track {
    gap: 20px;
    animation-duration: 80s;
  }

  .gr-logo-item img {
    width: 65px;
    height: 42px;
  }

  .gr-flag-name {
    font-size: 12px;
  }
}

/* Global Standards section */

.global-mobility {
  background: #fff;
  padding: 50px 0;
}

.global__content {
  text-align: center;
  width: min(1200px, 92%);
  margin: 0 auto;
}



.global__grid {
  margin-bottom: 28px;
}

.global-card-inner {
  padding: 0 12px;
  box-sizing: border-box;
}

.global-card {
  position: relative;
  background: #0b1e37;
  border: 1px solid #aaa;
  border-radius: 18px;
  padding: 40px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  text-align: center;
  width: 74%;
  margin: 0 auto;
  color: #fff;
}

.global-card__icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-weight: 900;
  margin: 0 auto 14px;
}

.global-card__title {
  margin: 0 0 8px 0;
  font-family:G eorgia, "Times New Roman", Times, serif;
  color: #ffffff;
  font-size: 18px;
}

.global-card__text {
  margin: 0;
  color: #ffffff;
  line-height: 1.7;
  font-size: 16px;
}


.global-actions {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.global-actions a {
  text-decoration: none;
}

.global-card__icon img {
  display: block;
  width: 100%;
  height: 80%;

}

@media (max-width:767px) {
  .global-card {
    height: 300px;               
    max-height: 300px;
  }
}

@media (max-width:580px) {
.global-card__title {
  font-size: 16px;
}

.global-card__text {
  font-size: 14px;
}
}

@media (max-width:480px) {
  .global-card {
    height: 370px;               
    max-height: 370px;
    padding: 30px;
    width: 80%;
  }
}

/* Mobile Section Padding */
@media (max-width: 767px) {
  .accreditation-strip,
  .intervention-section,
  .pathways,
  .program-advantage,
  .faq,
  .final-cta,
  .gr-section,
  .global-mobility {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

   .problem {
    padding-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .stats-section {
    padding-top: 30px ;
  }
}



/* ---------- Executive Portfolio ---------- */
.exec-portfolio {
  background: #ffffff;
  padding: 50px 0;
}

.exec-portfolio__container {
  width: min(1240px, 94%);
  margin: 0 auto;
}

.exec-portfolio__title {
  margin: 0 0 34px;
  text-align: center;
  color: #0b1e37;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}
.exec__intro {
  margin: 0 auto 40px auto;
  text-align: center;
}

.exec__intro p {
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.7;
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.exec-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  align-items: stretch;
  padding-top: 14px;
  font-family: Georgia, "Times New Roman", serif;
}

.exec-card-1 {
  background: #ffffff;
  border: 2px solid #a5acaf;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(11, 30, 55, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 20px;
}
.exec-card-2 {
  background: #ffffff;
  border: 2px solid #1f4c8b;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(11, 30, 55, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 20px;
}

.exec-card-3 {
  background: #ffffff;
  border: 2px solid #c4922e;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(11, 30, 55, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 20px;
}
.exec-card-4 {
  background: #ffffff;
  border: 2px solid #2d5249;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(11, 30, 55, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 20px;
}
.exec-card-5 {
  background: #ffffff;
  border: 2px solid #630012;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(11, 30, 55, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 20px;
}

.exec-card__image {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.exec-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.exec-card__body {
  padding: 10px 12px 14px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  text-align: center;
}

.exec-card__title {
  margin: 0 10px 14px;
  color: #0b1e37;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  min-height: 58px;
}


/* Default remove fixed color */
.exec-card__btn {
  background: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 2px solid #0b1e37;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease;
}

/* Card 1 */
.exec-card-1 .exec-card__btn {
  border-color: #a5acaf;
  color: #a5acaf;
  background: #a5acaf;
  color: #fff;
}

.exec-card-1 .exec-card__btn:hover {
  background: transparent;
  color: #a5acaf;
}

/* Card 2 */
.exec-card-2 .exec-card__btn {
  border-color: #1f4c8b;
  background: #1f4c8b;
  color: #fff;
}

.exec-card-2 .exec-card__btn:hover {
  background: transparent;
  color: #1f4c8b;
}

/* Card 3 */
.exec-card-3 .exec-card__btn {
  border-color: #c4922e;
  background: #c4922e;
  color: #fff;
}

.exec-card-3 .exec-card__btn:hover {
  background: transparent;
  color: #c4922e;
}

/* Card 4 */
.exec-card-4 .exec-card__btn {
  border-color: #2d5249;
  background: #2d5249;
  color: #fff;
}

.exec-card-4 .exec-card__btn:hover {
  background: transparent;
  color: #2d5249;
}

/* Card 5 */
.exec-card-5 .exec-card__btn {
  border-color: #630012;
  background: #630012;
  color: #fff;
}

.exec-card-5 .exec-card__btn:hover {
  background: transparent;
  color: #630012;
}


/* .exec-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 2px solid #0b1e37;
  border-radius: 10px;
  background: #0b1e37;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.exec-card__btn:hover {
  background: #0b1e37;
  border-color: #0b1e37;
  color: #ffffff;
} */

@media (max-width: 1199px) {
  .exec-portfolio__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 29px;
  }
}

@media (max-width: 767px) {
  .exec-portfolio {
    padding: 30px 0;
  }

  .exec-portfolio__title {
    font-size: 30px;
    margin-bottom: 26px;
  }

  .exec-portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .exec-card__image {
    height: 130px;
  }

  .exec-card__title {
    font-size: 18px;
    min-height: auto;
  }

  .exec-card__btn {
    font-size: 14px;
    min-height: 38px;
   
  }
}

@media (max-width: 520px) {
  .exec-portfolio__grid {
    grid-template-columns: 1fr;
    padding: 15px;
  }
}

