/* Hero section  */
.hero {
background: #c0a34d;
    padding: 120px 0px 50px;
}

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


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

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

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

.hero-text {
    color: #0b1e37;
    font-size: 18px;
    line-height: 1.7;
    width: 70%;
    margin: 10px auto;
}

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

/* 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;
}

.scroll-bottom {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20px);
}

.scroll-bottom a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  font-family: sans-serif;
  display: inline-block;
}

.scroll-bottom.show {
  opacity: 1;
  transform: translateY(0);
}

.scroll-bottom.bounce a,
.scroll-bottom.bounce {
  animation: floatArrow 1.8s ease-in-out infinite;
}

@keyframes floatArrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

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

  .hero-text {
    font-size: 20px;
     width: 80%;
  }
}

@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;
     width: 100%;
  }

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

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


/* ---------- woolf section ---------- */
.woolf-section {
  background: #ffffff;
  padding: 50px 0;
  overflow: hidden;
}

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

.woolf-container {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 20px;
  align-items: center;
  padding: 0px 100px 0px 100px;
}

.woolf-header-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.woolf-header-icon img {
  max-width: 120px;
  width: 100%;
  height: auto;
}

.woolf-title {
  text-align: center;
}

.woolf-title span {
  display: block;
}

/* .woolf-divider {
  width: 62px;
  height: 4px;
  border-radius: 999px;
  background: #c0a34d;
  margin: 0 auto 24px;
} */

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

.woolf-slider {
  position: relative;
}

.woolf-card {
  height: 360px;                /* fixed height */
  background: #ffffff;
  border: 2px solid #c0a34d;
  border-radius: 22px;
  padding: 26px 24px;
  margin: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.woolf-card-icon {
  width: 130px;                 /* increased icon wrapper size */
  height: 130px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  flex-shrink: 0;
}

.woolf-card-icon img {
  width: 130px;                 /* increased icon image size */
  height: 130px;
  object-fit: contain;
}

.woolf-card-title {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;              /* slightly reduced */
  line-height: 1.25;
  font-weight: 700;
  color: #0b1e37;
}

.woolf-card-desc {
  margin: 0;
  color: rgba(11, 30, 55, 0.74);
  font-size: 16px;              /* reduced text size */
  line-height: 1.7;
}

/* arrows */
.woolf-slider .slick-prev,
.woolf-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;
}

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

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

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

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

/* optional dots if enabled later */
.woolf-slider .slick-dots {
  position: static;
  margin-top: 18px;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  padding: 0;
  list-style: none;
}

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

.woolf-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;
}

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

@media (max-width: 1030px) {
  .woolf-container {
    grid-template-columns: 50% 50%;
    gap: 18px;
  }

  .woolf-card {
    height: 340px;
    padding: 22px 20px;
  }

  .woolf-card-icon,
  .woolf-card-icon img {
    width: 115px;
    height: 115px;
  }

  .woolf-card-title {
    font-size: 20px;
  }

  .woolf-card-desc {
    font-size: 14px;
  }
}

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

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

  .woolf-header-icon {
    justify-content: center;
  }

  .woolf-title {
    text-align: center;
  }

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

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

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

  .woolf-card {
    height: 360px;
  }
}

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

  .woolf-text {
    font-size: 16px;
  }

  .woolf-card {
    height: 400px;               
    max-height: 400px;
    padding: 22px 18px;
    margin: 6px;
  }

  .woolf-card-icon,
  .woolf-card-icon img {
    width: 110px;
    height: 110px;
  }

  .woolf-card-title {
    font-size: 20px;
  }

  .woolf-card-desc {
    font-size: 15px;
  }

  .woolf-slider .slick-prev,
  .woolf-slider .slick-next {
    display: none !important;
  }

  .woolf-header-icon img {
    max-width: 90px;
  }
}

/* ---------- why study Section ---------- */
.ai-study-section {
  background: #ffffff;
    padding: 50px 0px;
}

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

.ai-study-title {
  font-family: Georgia, "Times New Roman", serif;
}

.ai-study-box {
  display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
    background: #f8f8f6;
    border: 1px solid rgba(11, 30, 55, 0.08);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 16px 40px rgba(11, 30, 55, 0.06);
    margin-top: 30px;
}

.ai-study-left {
  padding-right: 10px;
}

.ai-study-intro {
  margin: 0 0 24px;
  color: rgba(11, 30, 55, 0.75);
  font-size: 18px;
  line-height: 1.75;
}

.ai-study-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.ai-study-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(11, 30, 55, 0.08);
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ai-study-item:hover {
  transform: translateY(-2px);
  border-color: rgba(192, 163, 77, 0.5);
  box-shadow: 0 10px 24px rgba(192, 163, 77, 0.08);
}

.ai-study-item.active {
  border-color: #c0a34d;
  background: rgba(192, 163, 77, 0.08);
  box-shadow: 0 12px 28px rgba(192, 163, 77, 0.1);
}

.ai-study-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c0a34d;
  margin-top: 7px;
  flex: 0 0 10px;
}

.ai-study-item-title {
  color: #0b1e37;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.ai-study-right {
  background: #ffffff;
  border: 1px solid rgba(11, 30, 55, 0.08);
  border-radius: 20px;
  padding: 10px;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  position: relative;
  overflow: hidden;
}

.ai-study-content {
  display: none;
  animation: fadeSlideUp 0.35s ease;
  max-width: 460px;
  margin: auto;
}

.ai-study-content.active {
  display: block;
}
.ai-study-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.ai-study-icon img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  object-fit: contain;
}

.ai-study-content h3 {
  margin: 0 0 14px;
  color: #0b1e37;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

.ai-study-content p {
  margin: 0;
  color: rgba(11, 30, 55, 0.76);
  font-size: 18px;
  line-height: 1.8;
}

.ai-study-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 28px;
}

.ai-study-buttons a{
  text-decoration: none;
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .ai-study-box {
    grid-template-columns: 1fr;
  }

  .ai-study-content h3 {
    font-size: 26px;
  }

  .ai-study-content p,
  .ai-study-intro {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .ai-study-box {
    padding: 20px;
    gap: 20px;
  }

  .ai-study-item {
    padding: 5px;
    padding-left: 10px;
  }

  .ai-study-item-title {
    font-size: 14px;
  }

  
  .ai-study-content h3 {
    font-size: 15px;
  }

  .ai-study-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .ai-study-content {
    padding: 0px;
}

  .ai-study-buttons {
    flex-direction: column;
    align-items: center;
  }
}



/* ------ 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;
  }
}

.woolf-btn{
    background: white;
    color: #0b1e37;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    border: 2px solid #0b1e37;
}

.woolf-btn:hover {
    background: #0b1e37;
    color: #fff;
    transition: background 1s ease;
}

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

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



@media (max-width:768px) {
  .woolf-actions .btn {
    width: 100%;
  }
}


/* 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: 48px;
  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;
  }
}

/* ---------- oxford section ---------- */
.oxford-section {
  background: #0b1e37;
  padding: 50px 0;
  overflow: hidden;
}

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

.oxford-container {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 20px;
  align-items: center;
  padding: 0px 100px 0px 100px;
}

.oxford-header-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.oxford-header-icon img {
  max-width: 120px;
  width: 100%;
  height: auto;
}

.oxford-title {
  text-align: center;
  color: #ffffff;
}

.oxford-title span {
  display: block;
}

/* .oxford-divider {
  width: 62px;
  height: 4px;
  border-radius: 999px;
  background: #c0a34d;
  margin: 0 auto 24px;
} */

.oxford-text {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8;
}

.oxford-slider {
  position: relative;
}

.oxford-card {
  height: 360px;
  background: #ffffff;
  border: 2px solid #c0a34d;
  border-radius: 22px;
  padding: 26px 24px;
  margin: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.oxford-card-icon {
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  flex-shrink: 0;
}

.oxford-card-icon img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.oxford-card-title {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #0b1e37;
}

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

/* arrows */
.oxford-slider .slick-prev,
.oxford-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;
}

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

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

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

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

/* optional dots if enabled later */
.oxford-slider .slick-dots {
  position: static;
  margin-top: 18px;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  padding: 0;
  list-style: none;
}

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

.oxford-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  font-size: 0;
}

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

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

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

.oxford-btn {
  background: #ffffff;
  color: #0b1e37;
  cursor: pointer;
  font-size: 16px;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 600;
  border: 2px solid #c0a34d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oxford-btn:hover {
  background: #c0a34d;
  color: #ffffff;
  transition: background 1s ease;
}

@media (max-width: 1030px) {
  .oxford-container {
    grid-template-columns: 50% 50%;
    gap: 18px;
  }

  .oxford-card {
    height: 340px;
    padding: 22px 20px;
  }

  .oxford-card-icon,
  .oxford-card-icon img {
    width: 115px;
    height: 115px;
  }

  .oxford-card-title {
    font-size: 20px;
  }

  .oxford-card-desc {
    font-size: 14px;
  }
}

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

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

  .oxford-header-icon {
    justify-content: center;
  }

  .oxford-title {
    text-align: center;
  }

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

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

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

  .oxford-card {
    height: 360px;
  }
}

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

  .oxford-text {
    font-size: 16px;
  }

  .oxford-card {
    height: 450px;
    max-height: 450px;
    padding: 22px 18px;
    margin: 6px;
  }

  .oxford-card-icon,
  .oxford-card-icon img {
    width: 110px;
    height: 110px;
  }

  .oxford-card-title {
    font-size: 20px;
  }

  .oxford-card-desc {
    font-size: 15px;
  }

  .oxford-slider .slick-prev,
  .oxford-slider .slick-next {
    display: none !important;
  }

  .oxford-header-icon img {
    max-width: 90px;
  }

  .oxford-actions .oxford-btn {
    width: 100%;
  }
}

/* ---------- UGC section ---------- */
.ugc-section {
  background: #c0a34d;
  padding: 50px 0;
  
}

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

.ugc-header-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.ugc-header-icon img {
  max-width: 140px;
  width: 80%;
  height: auto;
}

.ugc-heading {
  text-align: center;
  margin-bottom: 16px;
  color: #ffffff;
}

.ugc-heading span {
  display: block;
}

/* .ugc-divider {
  width: 60px;
  height: 4px;
  border-radius: 999px;
  background: #0b1e37;
  margin: 0 auto 35px;
} */

.ugc-intro {
  text-align: center;
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 16px;
  font-size: 16px;
}

.ugc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
  margin: 30px 100px 0px 100px;
}

.ugc-description {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
}

.ugc-feature-card {
  background: #ffffff;
  border: 2px solid #c0a34d; /* gold outline */
  border-radius: 22px;
  padding: 30px 24px;
  text-align: center;
  display: grid;
  place-content: center;
  min-height: 250px;
}

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

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

.ugc-card-title {
  font-size: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  margin: 0px;
  color: #0b1e37;
}

.ugc-card-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(11, 30, 55, 0.75);
}

@media (max-width: 900px) {

  .ugc-grid {
    gap: 30px;
    margin: 20px 50px 0px 50px;
  }

}

@media (max-width: 767px) {

   .ugc-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 15px 30px 0px 30px;
  }

  .ugc-section {
    padding: 50px 0;
  }

  .ugc-description {
    font-size: 16px;
  }

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

  .ugc-card-text {
    font-size: 15px;
  }

  .ugc-header-icon img {
    width: 75px;
    height: 75px;
  }

}

@media (max-width: 450px) {

   .ugc-grid {
    margin: 0px;
  }
}

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

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


@media (max-width:768px) {
  .ugc-actions .btn {
    width: 100%;
  }
}




/* 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.75;
  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: Georgia, "Times New Roman", serif;
  color: #ffffff;
  font-size: 20px;
}

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


.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:480px) {
  .global-card {
    height: 400px;               
    max-height: 400px;
    padding: 30px;
    width: 80%;
  }
}








/* FAQ-------- */
.faq {
  background: #fff;
  padding: 50px 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: 40px;
  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;
  }
}


/* Mobile Section Padding */
@media (max-width: 767px) {
  .ai-study-section,
  .accreditation-strip,
  .oxford-section,
  .ugc-section,
  .gr-section,
  .global-mobility,
  .faq,
  .final-cta {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .stats-section {
    padding-top: 30px ;
  }
}




/* 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%;
  }
}

