﻿.container{
    width:90% !important;
}

/* ------------------ */
/* Centre Page Hero (breadcrumb section) */
/* ------------------ */
.main-title-section-wrapper.dark-bg-breadcrumb {
    overflow: hidden;
}

.main-title-section-wrapper.dark-bg-breadcrumb::before {
    content: "";
    position: absolute;
    inset: -14px;
    background: inherit;
    background-size: cover;
    background-position: center;
    filter: blur(2.5px) saturate(1.05) brightness(0.92);
    transform: scale(1.03);
    z-index: 0;
    pointer-events: none;
}

.main-title-section-wrapper.dark-bg-breadcrumb .main-title-section-container {
    position: relative;
    z-index: 2;
}

.main-title-section-wrapper.dark-bg-breadcrumb .main-title-section {
    max-width: min(720px, 92vw);
    padding: 22px 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.10);
    border: 0;
    box-shadow: none;
    outline: none;
}

.main-title-section-wrapper.dark-bg-breadcrumb .main-title-section h1 {
    font-family: "Nunito", sans-serif;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.05;
    margin: 0 0 14px !important;
    font-size: clamp(34px, 4vw, 64px) !important;
    text-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

.main-title-section-wrapper.dark-bg-breadcrumb .main-title-section p {
    font-family: "Nunito", sans-serif;
    font-size: clamp(16px, 1.2vw, 20px) !important;
    line-height: 1.6 !important;
    max-width: 50ch;
    margin: 0 0 22px !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.main-title-section-wrapper.dark-bg-breadcrumb .hero-cta-buttons {
    gap: 16px !important;
}

.main-title-section-wrapper.dark-bg-breadcrumb .hero-cta-buttons .wdt-button {
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.main-title-section-wrapper.dark-bg-breadcrumb .hero-cta-buttons .wdt-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.02);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
}
.centre-page {
    display: grid;
    grid-template-columns: 2.5fr 1fr; /* left wide, right narrow */
    gap: 20px;
    align-items: start;
}
.centre-sidebar {
    background: #fafafa;
    padding: 14px;
    border-left: 2px solid #EB1551;
    position: sticky;
    top: 120px; /* optional */
}

.centre-sidebar iframe {
    width: 100%;
    height: 220px;
    border: 0;
    margin-top: 12px;
}

.centre-map {
    display: grid;
    gap: 10px;
}

.centre-map-embed {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-radius: 12px;
}

.centre-map-embed iframe {
    width: 100%;
    /* Crop the Google "place card" / Get Directions overlay */
    height: calc(220px + 130px);
    margin: -130px 0 0 0;
    border: 0;
    display: block;
}

.centre-map-embed .centre-directions {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.centre-directions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-self: start;
    align-self: start;
    width: fit-content;

    /* Slightly taller to fully cover Google's UI edge behind */
    padding: 12px 14px;
    /* Flush to map corner: keep left edge square to fully cover Google UI */
    border-radius: 0 12px 12px 0;

    background: var(--wdtPrimaryColor, #EB1551);
    border: 0;
    box-shadow: none !important;
    filter: none !important;

    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.centre-directions:hover,
.centre-directions:focus {
    text-decoration: none;
    filter: brightness(1.05);
}
@media (max-width: 768px) {
    .centre-page {
        grid-template-columns: 1fr;
    }

    .centre-sidebar {
        position: static;
        border-left: none;
        border-top: 4px solid #EB1551;
    }
}

.centre-hero {
    padding: 40px 0;
    background: #fff;
}
.centre-hero .breadcrumb {
    font-size: 15px;
    color: #444;
}
.centre-hero .breadcrumb a {
    color: #EB1551;
    text-decoration: none;
    font-weight: 600;
}
.centre-hero h1 {
    font-size: 38px;
    font-weight: 800;
    margin-top: 10px;
    color: #222;
}
.centre-notice {
    background: #FFF5F8;
    border-left: 4px solid #EB1551;
    padding: 18px 20px;
    margin: 30px 0;
    font-size: 17px;
    color: #333;
}
.centre-intro h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}
.centre-intro h2.centre-welcome {
    position: relative;
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.15;
    margin-bottom: 14px;
    padding-right: 88px;
}
.centre-welcome-line1 {
    font-weight: 800;
    color: #111;
}
.centre-welcome-heart {
    display: inline-block;
    margin-left: 6px;
    color: #EB1551;
    font-size: 0.9em;
    transform: translateY(-2px) rotate(-10deg);
}
.centre-welcome-line2 {
    font-weight: 800;
}
/* .centre-welcome-accent {
    color: #EB1551;
    position: relative;
    display: inline-block;
} */
/* .centre-welcome-accent::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 6px;
    bottom: -6px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 16'%3E%3Cpath d='M2 10c10-8 18 8 28 0s18 8 28 0 18 8 28 0 18 8 28 0 18 8 28 0 18 8 28 0' fill='none' stroke='%23EB1551' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    opacity: 0.9;
} */
.centre-welcome-acronym {
    color: #111;
    font-weight: 800;
}
.centre-intro h2.centre-welcome::after {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    width: 80px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 60'%3E%3Cpath d='M10 46c18-10 26-10 44 0' fill='none' stroke='%23B9B9CC' stroke-width='3' stroke-linecap='round' stroke-dasharray='2 8'/%3E%3Cpath d='M60 42l50-22-18 32-8-12z' fill='none' stroke='%237A7A9A' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
    opacity: 0.9;
    pointer-events: none;
}
.centre-intro p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}
.centre-points {
    margin-top: 18px;
    padding-left: 18px;
}

.centre-points li {
    font-size: 15.5px;
    line-height: 1.2;
    color: #444;
    margin-bottom: 8px;
}

.centre-points strong {
    color: #222;
}

.centre-info {
    display: grid;
    grid-template-columns: 1.9fr 1fr;
    gap: 40px;
    margin: 40px 0;
}
.centre-info iframe {
    width: 100%;
    height: 220px;
    border: none;
}

/* ------------------ */
/* Centre Curriculum (inline sections) */
/* ------------------ */
.centre-description {
  margin-top: 22px;
  padding: 22px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.10);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.centre-description h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: var(--wdtPrimaryColor, #EB1551);
}

.centre-description h4 {
  margin: 18px 0 8px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #1f1f1f;
}

.centre-description p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.75;
  color: #4a4a4a;
}

.centre-description p:last-child {
  margin-bottom: 0;
}

.centre-description .centre-points {
  margin-top: 14px;
}

.centre-description .centre-points li {
  line-height: 1.45;
  margin-bottom: 10px;
}

/* ------------------ */
/* Centre Curriculum (full-width section) */
/* ------------------ */
.centre-curriculum {
  padding: 36px 22px 34px;
  margin: 18px auto 26px;
  border-radius: 26px;
  background: rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.06);
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.10);
}

.centre-curriculum-body {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 18px;
  padding: 22px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.12);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.centre-curriculum-body h3 {
  margin: 20px 0 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #1f1f1f;
}

.centre-curriculum-body h3:first-child {
  margin-top: 0;
}

.centre-curriculum-body p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.75;
  color: #4a4a4a;
}

.centre-curriculum-body p:last-child {
  margin-bottom: 0;
}

.centre-curriculum-body ul {
  margin: 10px 0 18px;
  padding-left: 18px;
}

.centre-curriculum-body li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.55;
  color: #4a4a4a;
}

.centre-curriculum-body li strong {
  color: #1f1f1f;
}

/* ------------------ */
/* Our Centre Philosophy */
/* ------------------ */
.centre-philosophy {
  padding: 36px 22px 34px;
  margin: 18px auto 26px;
  border-radius: 26px;
  background: rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.06);
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.10);
}

.centre-philosophy-header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 26px;
}

.centre-pill {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.18);
  color: var(--wdtPrimaryColor, #EB1551);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}

.centre-philosophy-header h2 {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: var(--wdtPrimaryColor, #EB1551);
}

.centre-divider {
  width: 120px;
  height: 4px;
  margin: 0 auto 18px;
  border-radius: 4px;
  background: rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.65);
}

.centre-philosophy-header p {
  font-size: 16px;
  line-height: 1.75;
  color: #4a4a4a;
  margin: 0;
}

.centre-philosophy-intro {
  text-align: left;
  margin-top: 18px;
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.12);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.centre-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.centre-feature-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 260px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.10);
  background: linear-gradient(
    135deg,
    rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.18),
    rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.06)
  );
  padding: 18px;
}

.centre-feature-card img {
  display: none;
}

.centre-feature-overlay {
  position: relative;
  inset: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  height: 100%;
  color: #1f1f1f;
  background: none;
  padding: 0;
}

.centre-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--wdtPrimaryColor, #EB1551);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.centre-feature-icon i {
  font-size: 20px;
  color: #fff;
}

.centre-feature-panel {
  width: 100%;
  border-radius: 18px;
  padding: 16px 16px 14px;
  background: rgba(255, 255, 255, 0.80);
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.14);
}

.centre-feature-panel h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #1f1f1f;
}

.centre-feature-panel p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  max-width: 95%;
  color: #3f3f3f;
}

.centre-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.centre-mini-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.10);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.centre-mini-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.14);
  color: var(--wdtPrimaryColor, #EB1551);
  flex: 0 0 auto;
}

.centre-mini-icon i {
  font-size: 20px;
}

.centre-mini-card h4 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #1f1f1f;
}

.centre-mini-card p {
  margin: 0;
  font-size: 14px;
  color: #4a4a4a;
}

@media (max-width: 1024px) {
  .centre-feature-grid {
    grid-template-columns: 1fr;
  }
  .centre-feature-card {
    min-height: 280px;
  }
  .centre-philosophy-header h2 {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .centre-mini-grid {
    grid-template-columns: 1fr;
  }
}

.centre-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.centre-gallery .gallery-grid > img,
.centre-gallery .gallery-grid > a > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto !important;
  object-fit: cover;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
  cursor: pointer;
}

.centre-gallery .gallery-grid > img:hover,
.centre-gallery .gallery-grid > img:focus,
.centre-gallery .gallery-grid > a > img:hover,
.centre-gallery .gallery-grid > a > img:focus {
  transform: translateY(-2px);
  filter: brightness(0.92);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.centre-gallery .gallery-grid iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 250px;
    display: block;
}

/* Hard cap: show max 8 items (4 x 2 rows) */
.centre-gallery .gallery-grid > :nth-child(n+9) {
  display: none !important;
}

@media (max-width: 1024px) {
  .centre-gallery .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .centre-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Gallery header (like reference) */
.centre-gallery {
  margin-top: 42px;
  padding: 34px 0 42px;
  background: transparent;
  border-radius: 26px;
  border: none;
}

.centre-gallery-header {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 34px;
}

.centre-gallery-pill {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.18);
  color: var(--wdtPrimaryColor, #EB1551);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
  font-family: "Nunito", sans-serif;
}

.centre-gallery-header h2 {
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: var(--wdtPrimaryColor, #EB1551);
  font-family: "Nunito", sans-serif;
}

.centre-gallery-divider {
  width: 120px;
  height: 4px;
  margin: 0 auto 18px;
  border-radius: 4px;
  background: var(--wdtPrimaryColor, #EB1551);
}

.centre-gallery-header p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  font-family: "Nunito", sans-serif;
}

@media (max-width: 768px) {
  .centre-gallery-header h2 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .review-body {
    --review-card-height: 25rem;
  }
}

/* Lightbox look (Magnific Popup) */
.centre-mfp.mfp-bg {
  background: var(--wdtSecondaryColor, #0a6375);
  opacity: 0.92;
}

.centre-mfp .mfp-content {
  width: min(1400px, 92vw);
  max-width: 92vw;
}

.centre-mfp .mfp-figure:after {
  box-shadow: none;
  background: transparent;
}

.centre-mfp .mfp-container {
  padding-left: 5vw;
  padding-right: 5vw;
}

.centre-mfp .mfp-figure {
  max-width: 100%;
}

.centre-mfp img.mfp-img {
  max-height: 82vh;
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 8px;
  background: #ffffff;
  cursor: default !important;
}

.centre-mfp .mfp-close {
  color: #ffffff;
  opacity: 0.85;
  cursor: pointer;
}

.centre-mfp .mfp-close:hover {
  opacity: 1;
}

.centre-mfp .mfp-arrow {
  opacity: 1;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  cursor: pointer;
}

.centre-mfp.mfp-wrap,
.centre-mfp.mfp-wrap * {
  cursor: default;
}

.centre-mfp .mfp-close,
.centre-mfp .mfp-arrow,
.centre-mfp .mfp-preloader {
  cursor: pointer !important;
}

.centre-mfp .mfp-arrow:before,
.centre-mfp .mfp-arrow:after {
  border: 0 !important;
  margin: 0 !important;
}

.centre-mfp .mfp-arrow:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(8px);
}

.centre-mfp .mfp-arrow:before {
  content: "â€¹";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 44px;
  line-height: 1;
  color: #ffffff;
}

.centre-mfp .mfp-arrow-right:before {
  content: "â€º";
}


.fees-section table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}
.fees-section th,
.fees-section td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}
.fees-section th {
    background: #F8F8F8;
    font-weight: 700;
}
.team-feature {
  display: grid;
  grid-template-columns: minmax(260px, 460px) 1fr;
  align-items: center;
  gap: 52px;
  margin-top: 30px;
  padding: clamp(22px, 3vw, 44px);
  background: rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.06);
  border-radius: 26px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.10);
}

.team-feature__media {
  position: relative;
  border-radius: 24px;
}

.team-feature__media::before {
  content: "";
  position: absolute;
  left: -18px;
  bottom: -18px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.18);
}

.team-feature__media-inner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #e5e7eb;
}

.team-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: cover;
}

.team-feature__pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.20);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  color: var(--wdtPrimaryColor, #EB1551);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}

.team-feature__name {
  margin: 0 0 8px;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 900;
  letter-spacing: 0.8px;
  color: var(--wdtPrimaryColor, #EB1551);
}

.team-feature__role {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 800;
  color: var(--wdtPrimaryColor, #EB1551);
  margin-bottom: 18px;
}

.team-feature__bio p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
  max-width: 72ch;
}

@media (max-width: 900px) {
  .team-feature {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .team-feature__media::before {
    left: -12px;
    bottom: -12px;
  }

  .team-feature__media img {
    max-height: 420px;
  }
}

@media (max-width: 480px) {
  .team-feature__name {
    letter-spacing: 0.3px;
  }
}

.review-body {
  padding: 64px 22px;
  margin: 42px auto 0;
  border-radius: 26px;
  background: transparent;
  border: none;
  font-family: "Nunito", sans-serif;
  --swiper-theme-color: var(--wdtPrimaryColor, #EB1551);
  max-width: 1400px;
  --review-card-height: 25rem;
}

.review-body .testimonial-header {
  display: none;
}

/* Centre videos (separate section after reviews) */
.centre-videos-section {
  padding: 64px 22px;
  margin: 42px auto 0;
  border-radius: 26px;
  background: transparent;
  border: none;
  font-family: "Nunito", sans-serif;
  text-align: center;
  position: relative;
  --swiper-theme-color: var(--wdtPrimaryColor, #EB1551);
}

.centre-videos-section .centre-videos-inner {
  max-width: 980px;
  margin: 0 auto;
}

.centre-videos-section .centre-videos-pill {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.20);
  color: var(--wdtPrimaryColor, #EB1551);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}

.centre-videos-section h3 {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: var(--wdtPrimaryColor, #EB1551);
}

.centre-videos-section .centre-videos-divider {
  width: 160px;
  height: 4px;
  margin: 0 auto 18px;
  border-radius: 4px;
  background: rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.55);
}

.centre-videos-section p {
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  max-width: 760px;
}

.centre-videos-section .centre-videos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.centre-videos-section .centre-videos-swiper {
  width: 100%;
  margin: 0 auto;
  padding: 0 72px 10px;
}

.centre-videos-section .videos-pagination {
  position: static;
  margin-top: 18px;
}

.centre-videos-section .videos-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 10px;
  opacity: 1;
  background: rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.28) !important;
  border-radius: 999px;
  transition: background-color 0.2s ease, width 0.2s ease;
}

.centre-videos-section .videos-pagination .swiper-pagination-bullet-active {
  background: var(--wdtPrimaryColor, #EB1551) !important;
}

.centre-videos-section .videos-prev,
.centre-videos-section .videos-next {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--wdtPrimaryColor, #EB1551);
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.35);
  color: #fff;
  box-shadow: 0 10px 18px rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.22);
  top: 58%;
  bottom: auto;
}

.centre-videos-section .videos-prev::after,
.centre-videos-section .videos-next::after {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.centre-videos-section .videos-prev {
  left: 10px;
}

.centre-videos-section .videos-next {
  right: 10px;
}

.centre-videos-section .videos-prev:hover,
.centre-videos-section .videos-next:hover {
  filter: brightness(0.95);
}

@media (max-width: 768px) {
  .centre-videos-section .centre-videos-swiper {
    padding: 0 12px 10px;
  }
  .centre-videos-section .videos-prev,
  .centre-videos-section .videos-next {
    display: none;
  }
}

/* Laptop/Desktop: full-width section + bigger carousel area */
@media (min-width: 1024px) {
  .centre-videos-section {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .centre-videos-section .centre-videos-inner {
    max-width: 1400px;
    padding: 0 22px;
  }

  .centre-videos-section .centre-videos-swiper {
    padding: 0 96px 10px;
  }
}

.centre-videos-section .centre-videos-frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.centre-videos-section .centre-videos-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

@media (max-width: 1024px) {
  .centre-videos-section .centre-videos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .centre-videos-section h3 {
    font-size: 32px;
  }
  .centre-videos-section .centre-videos-grid {
    grid-template-columns: 1fr;
  }
}

.parents-header {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 28px;
}

.parents-pill {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.20);
  color: var(--wdtPrimaryColor, #EB1551);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}

.parents-header h2 {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: var(--wdtPrimaryColor, #EB1551);
}

.parents-divider {
  width: 160px;
  height: 4px;
  margin: 0 auto 18px;
  border-radius: 4px;
  background: var(--wdtPrimaryColor, #EB1551);
}

.parents-header p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
}

.google-summary {
  max-width: 980px;
  margin: 0 auto 26px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 20px 22px 20px 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}

.google-summary-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.google-summary-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.10);
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}

.google-summary-title {
  font-weight: 800;
  color: #1f1f1f;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 760px;
}

.google-summary-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  color: #1f1f1f;
  font-size: 13px;
}

.google-summary-rating strong {
  font-size: 16px;
}

.parents-stars {
  color: #f4b400;
  letter-spacing: 1px;
}

.google-summary-actions {
  display: flex;
  gap: 10px;
  margin-top: 6px;
  font-size: 12px;
  color: #6b6b6b;
}

.google-summary-actions a {
  color: #6b6b6b;
  text-decoration: none;
}

.google-summary-actions a:hover {
  text-decoration: underline;
}

.google-summary-logo {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
}

.google-summary-logo svg {
  display: block;
}

/* Swiper (scoped) */
.review-body .swiper {
  width: 100%;
  padding: 16px 0 6px;
}

.review-body .testimonial-swiper {
  position: relative;
  padding: 0 18px 18px;
}

.review-body .swiper-wrapper {
  align-items: stretch;
}

.review-body .swiper-slide {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  height: 25rem !important;
  min-height: 0;
}

.review-body .review-bubble {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 25rem !important;
  min-height: 0; /* allow inner scroll area to work in flex */
}

.review-body .review-bubble::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.06));
}

.review-body .review-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
}

.review-body .review-meta::before {
  content: "❝";
  font-size: 32px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.20);
  margin-right: 2px;
}

.review-body .review-stars {
  color: #f4b400;
}

.review-body .verified {
  font-size: 11px;
  background: #e0f7e9;
  color: #2e7d32;
  padding: 3px 10px;
  border-radius: 20px;
}

.review-body .review-text {
  font-size: 14px;
  color: #333;
  line-height: 1.55;
  flex: 1;
  max-height: none;
  overflow: auto;
  padding-right: 6px;
  min-height: 0; /* required for flex + overflow scrolling */
}

.review-body .review-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 10px;
}

.review-body .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.review-body .review-info {
  flex: 1;
  min-width: 0;
}

.review-body .review-name {
  font-weight: 800;
  font-size: 15px;
  color: #1f1f1f;
}

.review-body .review-date {
  font-size: 12px;
  color: #777;
}

.review-body .google {
  width: 20px;
  position: absolute;
  top: 14px;
  right: 14px;
}

.review-body .review-text::-webkit-scrollbar {
  width: 6px;
}

.review-body .review-text::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 999px;
}

.review-body .review-text::-webkit-scrollbar-track {
  background: transparent;
}

/* Swiper controls */
.review-body .parents-pagination {
  position: static;
  margin-top: 14px;
}

.review-body .swiper-pagination-bullet {
  width: 34px;
  height: 10px;
  opacity: 1;
  background: rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.28) !important;
  border-radius: 999px;
  transition: background-color 0.2s ease, width 0.2s ease;
}

.review-body .swiper-pagination-bullet-active {
  background: var(--wdtPrimaryColor, #EB1551) !important;
}

.review-body .parents-prev,
.review-body .parents-next {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--wdtPrimaryColor, #EB1551);
  border: 1px solid rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.35);
  color: #fff;
  box-shadow: 0 10px 18px rgba(var(--wdtPrimaryColorRgb, 235, 21, 81), 0.22);
  top: 58%;
  bottom: auto;
}

.review-body .parents-prev::after,
.review-body .parents-next::after {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.review-body .parents-prev:hover,
.review-body .parents-next:hover {
  filter: brightness(0.95);
}

.review-body .parents-prev {
  left: 6px;
}

.review-body .parents-next {
  right: 6px;
}

@media (max-width: 768px) {
  .parents-header h2 {
    font-size: 34px;
  }
  .google-summary-title {
    max-width: 380px;
  }
  .review-body .swiper-slide {
    height: 420px !important;
  }
}


.curriculum-section {
  background: #ffffff;
  padding: 80px 20px;
}

.curriculum-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Small title */
.curriculum-small-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #EB1551;
  background: #ffe6f0;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.curriculum-icon {
  font-size: 16px;
}

/* Big title */
.curriculum-title {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Content */
.curriculum-content {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* Button */
.curriculum-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #EB1551;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.curriculum-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}


