/* ═══════════════════════════════════════════════════════════════
   EDUCATION PAGE — edu-* classes
   Palette: primary (#ea740c), secondary (#1e3a5f), accent (#10b981)
   ═══════════════════════════════════════════════════════════════ */

/* ── Keyframes ────────────────────────────────────────────── */
@keyframes edu-fade-up {
  from {
    opacity: 0;
    transform: translateY(32px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes edu-fade-right {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes edu-fade-left {
  from {
    opacity: 0;
    transform: translateX(28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes edu-scale-in {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes edu-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes edu-gradient-shift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes edu-pulse-glow {

  0%,
  100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-color) 30%, transparent);
  }

  50% {
    box-shadow: 0 0 0 16px transparent;
  }
}

@keyframes edu-shimmer {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

@keyframes edu-counter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes edu-icon-pop {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.12);
  }
}

/* ── Hero Swiper ──────────────────────────────────────────── */
.heroSwiper2 {
  width: 100%;
  height: 400px;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

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

.heroSwiperThumbs {
  width: 100%;
  height: 90px;
  padding: 10px 0;
}

.heroSwiperThumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.45;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.heroSwiperThumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-color) 25%, transparent);
}

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

.heroSwiper2 .swiper-button-next,
.heroSwiper2 .swiper-button-prev {
  color: #fff;
  background: color-mix(in srgb, var(--secondary-color) 60%, transparent);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.heroSwiper2 .swiper-button-next:hover,
.heroSwiper2 .swiper-button-prev:hover {
  background: var(--primary-color);
}

/* ── Play Button ──────────────────────────────────────────── */
.play-btn-hero {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary-color) 85%, transparent);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  z-index: 10;
  padding: 0;
  margin: 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  animation: edu-pulse-glow 2s ease-in-out infinite;
}

.play-btn-hero i {
  margin-left: 4px;
  font-size: 1.6rem;
  color: #fff;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
  transition: transform 0.25s ease;
}

.play-btn-hero:hover {
  background: var(--primary-color);
  transform: translate(-50%, -50%) scale(1.15) !important;
  box-shadow: 0 8px 32px color-mix(in srgb, var(--primary-color) 40%, transparent);
}

/* ── Hero Section ─────────────────────────────────────────── */
.edu-hero {
  position: relative;
  overflow: hidden;
}

.edu-hero-bg {
  background: linear-gradient(135deg, #fff 0%, var(--bg-subtle) 40%, #fff 100%);
}

.edu-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -20%;
  width: 60%;
  height: 160%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-color) 6%, transparent) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.edu-hero>.container-lg {
  position: relative;
  z-index: 1;
}

.edu-hero-title {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 5vw, 4.4rem);
  line-height: 1.1;
  color: var(--secondary-color);
  letter-spacing: -0.02em;
  animation: edu-fade-up 0.6s ease both;
}

.edu-hero-title span {
  color: var(--primary-color);
}

.edu-hero-desc {
  color: var(--text-secondary);
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  line-height: 1.8;
  animation: edu-fade-up 0.6s 0.15s ease both;
}

/* ── Hero Checklist ──────────────────────────────────────── */
.edu-hero-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.edu-hero-list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--text-primary);
  animation: edu-fade-right 0.5s ease both;
}

.edu-hero-list-item:nth-child(1) {
  animation-delay: 0.25s;
}

.edu-hero-list-item:nth-child(2) {
  animation-delay: 0.35s;
}

.edu-hero-list-item:nth-child(3) {
  animation-delay: 0.45s;
}

.edu-hero-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color) 12%, transparent);
  color: var(--accent-color);
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}

.edu-hero-list-item:hover .edu-hero-list-icon {
  background: var(--accent-color);
  color: #fff;
  transform: scale(1.15);
}

/* ── Hero CTA Buttons ────────────────────────────────────── */
.edu-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 22rem;
  height: 5rem;
  padding: 0 2.8rem;
  border-radius: 999px;
  background: var(--gradient-primary);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-color) 30%, transparent);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.edu-hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-color) 38%, transparent);
  color: #fff;
}

.edu-hero-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 22rem;
  height: 5rem;
  padding: 0 2.8rem;
  border-radius: 999px;
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.edu-hero-btn-outline:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-color) 30%, transparent);
}

/* ── Image Column ────────────────────────────────────────── */
.edu-hero-img-col {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  animation: edu-scale-in 0.7s 0.3s ease both;
}

/* ── Section Titles (shared) ──────────────────────────────── */
.edu-section-head {
  text-align: center;
  margin-bottom: 4rem;
}

.edu-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.8rem;
  background: color-mix(in srgb, var(--primary-color) 8%, transparent);
  color: var(--primary-color);
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 999px;
  margin-bottom: 2rem;
}

.edu-section-eyebrow i {
  font-size: 1rem;
}

.edu-section-title {
  margin: 0 0 1.2rem;
  font-family: Inter, sans-serif;
  font-size: clamp(3rem, 4vw, 4.2rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--secondary-color);
}

.edu-section-title span {
  color: var(--primary-color);
}

.edu-section-desc {
  max-width: 68rem;
  margin: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.edu-section-line {
  display: inline-block;
  width: 6.4rem;
  height: 0.4rem;
  margin-top: 1.6rem;
  border-radius: 999px;
  background: var(--gradient-primary);
  background-size: 200% auto;
  animation: edu-gradient-shift 3s ease infinite;
}

/* ── Highlights / Features ──────────────────────────────── */
.edu-highlights {
  padding: 8rem 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.edu-highlights::before {
  content: '';
  position: absolute;
  bottom: -40%;
  left: -10%;
  width: 50%;
  height: 80%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-color) 5%, transparent) 0%, transparent 70%);
  pointer-events: none;
}

.edu-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-top: 3.2rem;
}

.edu-highlight-card {
  text-align: center;
  padding: 3.2rem 2rem;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s ease,
    border-color 0.3s ease;
  animation: edu-fade-up 0.5s ease both;
  position: relative;
  overflow: hidden;
}

.edu-highlight-card:nth-child(1) {
  animation-delay: 0s;
}

.edu-highlight-card:nth-child(2) {
  animation-delay: 0.1s;
}

.edu-highlight-card:nth-child(3) {
  animation-delay: 0.2s;
}

.edu-highlight-card:nth-child(4) {
  animation-delay: 0.3s;
}

.edu-highlight-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.edu-highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: color-mix(in srgb, var(--primary-color) 20%, transparent);
}

.edu-highlight-card:hover::after {
  transform: scaleX(1);
}

.edu-highlight-card:hover .edu-highlight-card__icon {
  background: var(--gradient-primary);
  transform: scale(1.1);
}

.edu-highlight-card:hover .edu-highlight-card__icon i {
  color: #fff;
}

.edu-highlight-card:hover .edu-highlight-card__num {
  color: var(--primary-color);
}

.edu-highlight-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 2rem;
  border-radius: 1.6rem;
  background: color-mix(in srgb, var(--primary-color) 10%, transparent);
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.35s ease;
}

.edu-highlight-card__icon i {
  font-size: 2.6rem;
  color: var(--primary-color);
  transition: color 0.35s ease;
}

.edu-highlight-card__num {
  margin: 0 0 0.6rem;
  font-family: Inter, sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
  color: var(--secondary-color);
  transition: color 0.3s ease;
}

.edu-highlight-card__label {
  margin: 0 0 0.8rem;
  font-family: Inter, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--text-primary);
}

.edu-highlight-card__desc {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.35rem;
  line-height: 1.65;
  color: var(--text-secondary);
}

/* ── Expert Section ──────────────────────────────────────── */
.expert {
  padding: 8rem 0;
  background: #fff;
}

/* Expert Swiper Pagination */
.expert-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding-top: 1.6rem;
}

.expert-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--border-default, #d1d5db);
  opacity: 1;
  transition: background 0.35s ease, width 0.35s ease;
  cursor: pointer;
}

.expert-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
  width: 24px;
}

.expert__title {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 4vw, 4.2rem);
  color: var(--secondary-color);
  text-align: center;
  margin: 0 0 0.8rem;
}

.expert__title span {
  color: var(--primary-color);
}

.expert__desc {
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  line-height: 1.8;
  color: var(--text-secondary);
  text-align: center;
  max-width: 60rem;
  margin: 0 auto 3.2rem;
}

.expert__slider-wrap {
  position: relative;
  padding: 0 0 3rem;
  overflow: hidden;
  background: #fff;
}

.expert__slider-wrap .swiper {
  overflow: hidden;
  border-radius: 1.6rem;
  background: #fff;
}

.expert__slider-wrap .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.expert__slider-wrap .swiper-slide {
  height: auto;
  display: flex;
  align-self: stretch;
}

.expert-slide {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all 0.35s ease;
  height: 100%;
  width: 100%;
}

.expert-slide:hover {
  box-shadow: var(--shadow-lg);
  border-color: color-mix(in srgb, var(--primary-color) 20%, transparent);
}

.expert-slide__left {
  width: 280px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  background: #fff;
  border-right: 1px solid var(--border-light);
  gap: 1.6rem;
}

.expert-slide__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--primary-color);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-color) 20%, transparent);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.expert-slide:hover .expert-slide__avatar {
  transform: scale(1.06);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-color) 28%, transparent);
}

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

.expert-slide__info {
  text-align: center;
}

.expert-slide__name {
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 0.4rem;
}

.expert-slide__role {
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--primary-color);
  margin: 0 0 0.2rem;
}

.expert-slide__org {
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  color: var(--text-muted);
  margin: 0;
}

.expert-slide__right {
  flex: 1;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.expert-slide__heading {
  font-family: Inter, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 1.2rem;
  line-height: 1.3;
}

.expert-slide__desc {
  font-family: Poppins, sans-serif;
  font-size: 1.45rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0 0 2rem;
}

.expert-slide__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.expert-slide__checklist li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: Poppins, sans-serif;
  font-size: 1.35rem;
  color: var(--text-primary);
  line-height: 1.4;
}

.expert-slide__checklist li i {
  color: var(--accent-color);
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* ── Training Program ────────────────────────────────────── */
.training-program {
  padding: 8rem 0;
  background: linear-gradient(180deg, #fff 0%, var(--bg-subtle) 100%);
}

.training-program__title {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 4vw, 4.2rem);
  color: var(--secondary-color);
  margin-bottom: 0.8rem;
}

.training-program__title span {
  color: var(--primary-color);
}

.training-program__desc {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 60rem;
  margin: 0 auto 3.2rem;
}

.training-program__tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3.2rem;
  flex-wrap: wrap;
}

.training-program__tab {
  padding: 1.2rem 2.8rem;
  border-radius: 999px;
  border: 2px solid var(--border-default);
  background: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.3s ease;
}

.training-program__tab:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.training-program__tab.active {
  background: var(--gradient-primary);
  border-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary-color) 25%, transparent);
}

.training-program__panel[hidden] {
  display: none !important;
}

.training-program__panel.active {
  animation: edu-fade-up 0.35s ease both;
}

.training-program__accordion {
  background: var(--bg-subtle);
  border-radius: 1.8rem;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.training-program__accordion-item {
  background: #fff;
  border-bottom: 1px solid var(--border-light);
  transition: background 0.3s ease;
}

.training-program__accordion-item:last-child {
  border-bottom: none;
}

.training-program__accordion-item:hover {
  background: color-mix(in srgb, var(--primary-color) 2%, #fff);
}

.training-program__accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 2rem 2.4rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s ease, color 0.3s ease;
}

.training-program__accordion-header:hover {
  background: color-mix(in srgb, var(--primary-color) 4%, #fff);
}

.training-program__accordion-header.active {
  background: linear-gradient(180deg, color-mix(in srgb, var(--primary-color) 5%, #fff) 0%, #fff 100%);
}

.training-program__accordion-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary-color) 10%, transparent);
  color: var(--primary-color);
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
}

.training-program__accordion-header.active .training-program__accordion-number {
  background: var(--gradient-primary);
  color: #fff;
}

.training-program__accordion-title {
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--text-primary);
}

.training-program__accordion-icon {
  font-size: 1.2rem;
  color: var(--text-muted);
  transition: transform 0.3s ease, color 0.3s ease;
}

.training-program__accordion-header.active .training-program__accordion-icon {
  transform: rotate(180deg);
  color: var(--primary-color);
}

.training-program__accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.training-program__accordion-content {
  padding: 0 2.4rem 2.4rem 5.4rem;
}

.training-program__accordion-body p {
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0 0 1.2rem;
}

.training-program__accordion-points {
  margin: 0;
  padding-left: 1.8rem;
  display: grid;
  gap: 0.8rem;
}

.training-program__accordion-points li {
  font-family: Poppins, sans-serif;
  font-size: 1.35rem;
  line-height: 1.65;
  color: var(--text-secondary);
  position: relative;
}

.training-program__accordion-points li::marker {
  color: var(--accent-color);
}

.training-program__image img {
  width: 100%;
  border-radius: 1.6rem;
  box-shadow: var(--shadow-lg);
  transition: transform 0.5s ease;
}

.training-program__image:hover img {
  transform: scale(1.02);
}

/* ── Gallery / Image Showcase ──────────────────────────────── */
.edu-gallery {
  padding: 6rem 0;
  background: var(--bg-subtle);
  overflow: hidden;
}

.edu-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 220px);
  gap: 1.6rem;
  margin-top: 3.2rem;
}

.edu-gallery__item {
  position: relative;
  border-radius: 1.4rem;
  overflow: hidden;
  cursor: pointer;
}

.edu-gallery__item:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.edu-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.edu-gallery__item:hover img {
  transform: scale(1.08);
}

.edu-gallery__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, color-mix(in srgb, var(--secondary-color) 70%, transparent) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.edu-gallery__item:hover .edu-gallery__overlay {
  opacity: 1;
}

.edu-gallery__caption {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

/* ── Customer Reviews ─────────────────────────────────────── */
.customer-reviews {
  padding: 8rem 0;
  background: #fff;
}

.customer-reviews__title {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 4vw, 4.2rem);
  color: var(--secondary-color);
  margin-bottom: 0.8rem;
}

.customer-reviews__title span {
  color: var(--primary-color);
}

.customer-reviews__desc {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 60rem;
  margin: 0 auto 3.2rem;
}

.customer-reviews__slider {
  position: relative;
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 2rem 3rem;
}

.customer-reviews__slider .swiper {
  overflow: hidden;
  padding: 8px 0 48px;
}

.customer-reviews__slider .swiper-wrapper {
  align-items: stretch;
}

.customer-reviews__slider .swiper-slide {
  height: auto;
  display: flex;
  align-self: stretch;
}

.customer-reviews__card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 1.8rem;
  padding: 2.8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.customer-reviews__card::before {
  content: '\201C';
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 6rem;
  line-height: 1;
  font-family: Georgia, serif;
  color: color-mix(in srgb, var(--primary-color) 8%, transparent);
  pointer-events: none;
}

.customer-reviews__card:hover {
  border-color: color-mix(in srgb, var(--primary-color) 20%, transparent);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.customer-reviews__card-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 1.6rem;
}

.customer-reviews__card-stars i {
  color: #f59e0b;
  font-size: 1.5rem;
}

.customer-reviews__card-text {
  font-family: Poppins, sans-serif;
  font-size: 1.45rem;
  font-style: italic;
  color: var(--text-primary);
  line-height: 1.75;
  margin-bottom: 2rem;
  flex: 1;
}

.customer-reviews__card-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--border-light);
}

.customer-reviews__card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  flex-shrink: 0;
}

.customer-reviews__card-info strong {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-primary);
}

.customer-reviews__card-info span {
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  color: var(--text-muted);
}

.customer-reviews__pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* ── Contact / Consultation Form (migrated from landing page) ── */
.edu-contact {
  padding: 8rem 0;
  background: linear-gradient(180deg, var(--bg-subtle) 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}

.edu-contact::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 40%;
  height: 140%;
  background: radial-gradient(circle, color-mix(in srgb, var(--primary-color) 5%, transparent) 0%, transparent 60%);
  pointer-events: none;
}

.edu-contact>.container-lg {
  position: relative;
  z-index: 1;
}

.edu-contact__shell {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 4rem;
  align-items: start;
}

.edu-contact__intro {
  padding-top: 1rem;
}

.edu-contact__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1.4rem;
  padding: 0.5rem 1.6rem;
  background: color-mix(in srgb, var(--primary-color) 8%, transparent);
  color: var(--primary-color);
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
}

.edu-contact__eyebrow i {
  font-size: 1rem;
}

.edu-contact__title {
  margin: 0 0 1.6rem;
  font-family: Inter, sans-serif;
  font-size: clamp(3rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--secondary-color);
}

.edu-contact__title span {
  color: var(--primary-color);
}

.edu-contact__lead {
  margin: 0 0 2.4rem;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.edu-contact__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.edu-contact__benefits li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--text-primary);
  padding: 1rem 1.4rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--border-light);
  transition: all 0.25s ease;
}

.edu-contact__benefits li:hover {
  border-color: color-mix(in srgb, var(--primary-color) 20%, transparent);
  box-shadow: var(--shadow-sm);
}

.edu-contact__benefits li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color) 12%, transparent);
  color: var(--accent-color);
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.edu-contact__benefits li:hover i {
  background: var(--accent-color);
  color: #fff;
  transform: scale(1.1);
}

.edu-contact__form-wrap {
  padding: 3.2rem;
  border: 1px solid var(--border-light);
  border-radius: 2.4rem;
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.edu-contact__label {
  display: block;
  margin-bottom: 0.6rem;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.edu-contact__input,
.edu-contact__select,
.edu-contact__textarea {
  width: 100%;
  padding: 1.4rem 1.6rem;
  border: 1.5px solid var(--border-default);
  border-radius: 1.2rem;
  background: var(--bg-subtle);
  color: var(--text-primary);
  font-family: Poppins, sans-serif;
  font-size: 1.45rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.edu-contact__input::placeholder,
.edu-contact__textarea::placeholder {
  color: var(--text-muted);
}

.edu-contact__input:focus,
.edu-contact__select:focus,
.edu-contact__textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.3rem color-mix(in srgb, var(--primary-color) 10%, transparent);
}

.edu-contact__select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1.4rem;
}

.edu-contact__textarea {
  min-height: 11rem;
  resize: vertical;
}

.edu-contact__footer {
  margin-top: 2rem;
}

.edu-contact__footer--actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.edu-contact__helper {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  color: var(--text-secondary);
}

.edu-contact__helper .contact__link {
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.edu-contact__vapi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 20rem;
  height: 5rem;
  padding: 0 3rem;
  border-radius: 999px;
  border: 2px solid var(--secondary-color);
  background: #fff;
  color: var(--secondary-color);
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.edu-contact__vapi-btn:hover {
  transform: translateY(-2px);
  border-color: var(--primary-color);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--secondary-color) 16%, transparent);
}

.edu-contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 20rem;
  height: 5rem;
  padding: 0 3rem;
  border: none;
  border-radius: 999px;
  background: var(--gradient-primary);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-color) 30%, transparent);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.edu-contact__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-color) 38%, transparent);
}

.edu-contact__submit:active {
  transform: translateY(0);
}

/* ── Consultation (legacy section, keep styles for accordion tab) ── */
.consultation {
  padding: 8rem 0;
  background: linear-gradient(135deg, #f8fafd 0%, #edf0f3 100%);
}

.consultation__content {
  padding-right: 4rem;
}

.consultation__title {
  font-family: Inter, sans-serif;
  font-size: clamp(3rem, 4vw, 4.2rem);
  font-weight: 800;
  color: var(--secondary-color);
  margin-bottom: 1.6rem;
}

.consultation__title span {
  color: var(--primary-color);
}

.consultation__desc {
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 2.4rem;
}

.consultation__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.consultation__benefits li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-primary);
}

.consultation__benefits li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.consultation__form-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 2rem;
  padding: 3.2rem;
  box-shadow: var(--shadow-lg);
  height: 100%;
}

.consultation__form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.consultation__form-group {
  margin-bottom: 0;
}

.consultation__input,
.consultation__select,
.consultation__textarea {
  width: 100%;
  padding: 1.4rem 1.6rem;
  border: 1.5px solid var(--border-default);
  border-radius: 1.2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.45rem;
  color: var(--text-primary);
  background: var(--bg-subtle);
  transition: all 0.25s ease;
}

.consultation__input:focus,
.consultation__select:focus,
.consultation__textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  background: #fff;
  box-shadow: 0 0 0 0.3rem color-mix(in srgb, var(--primary-color) 10%, transparent);
}

.consultation__input::placeholder,
.consultation__textarea::placeholder {
  color: var(--text-muted);
}

.consultation__select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1.4rem;
}

.consultation__textarea {
  min-height: 11rem;
  resize: vertical;
}

.consultation__submit {
  width: 100%;
  min-height: 5rem;
  max-height: none;
  padding: 1.4rem 2.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border-radius: 999px;
  background: var(--gradient-primary);
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--primary-color) 30%, transparent);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.consultation__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--primary-color) 38%, transparent);
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 1199px) {
  .edu-highlights__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .edu-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 180px);
  }

  .edu-gallery__item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .edu-contact__shell {
    grid-template-columns: 1fr;
  }

  .edu-contact__intro {
    padding-top: 0;
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .expert-slide {
    flex-direction: column;
  }

  .expert-slide__left {
    width: 100%;
    min-width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--border-light);
    padding: 2rem;
    flex-direction: row;
    gap: 1.2rem;
  }

  .expert-slide__avatar {
    width: 80px;
    height: 80px;
  }

  .expert-slide__info {
    text-align: left;
  }

  .expert-slide__right {
    padding: 2rem;
  }

  .expert-slide__heading {
    font-size: 1.7rem;
  }

  .expert-slide__desc {
    font-size: 1.35rem;
  }

  .expert-slide__checklist li {
    font-size: 1.3rem;
  }

  .edu-contact__shell {
    grid-template-columns: 1fr;
  }

  .edu-contact__intro {
    padding-top: 0;
  }

  .heroSwiper2 {
    height: 320px;
  }

  .edu-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 160px);
  }

  .edu-gallery__item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .edu-contact__vapi-btn,
  .edu-contact__submit {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .edu-hero,
  .expert,
  .training-program,
  .customer-reviews,
  .edu-highlights,
  .edu-gallery,
  .edu-contact,
  .consultation {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .edu-hero>.container-lg {
    padding-inline: 1rem;
  }

  .training-program__title,
  .expert__title,
  .customer-reviews__title,
  .consultation__title {
    font-size: 2.6rem;
  }

  .training-program__tab {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }

  .training-program__accordion-header {
    padding: 1.6rem 1.8rem;
    gap: 1rem;
  }

  .training-program__accordion-content {
    padding: 0 1.8rem 1.8rem 4.2rem;
  }

  .consultation__content {
    padding-right: 0;
  }

  .consultation__form-card {
    padding: 2.4rem;
  }

  .customer-reviews__slider {
    padding: 0 0 2.4rem;
  }

  .edu-highlights__grid {
    grid-template-columns: 1fr 1fr;
  }

  .edu-gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .edu-gallery__item:nth-child(1) {
    grid-column: 1 / 3;
  }

  .edu-gallery__grid .edu-gallery__item {
    height: 180px;
  }

  .edu-contact__form-wrap {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .edu-hero-title {
    font-size: 2.6rem;
  }

  .edu-hero-desc {
    font-size: 1.5rem;
  }

  .edu-hero-btn,
  .edu-hero-btn-outline {
    min-width: 100%;
  }

  .heroSwiper2 {
    height: 240px;
    border-radius: 1rem;
  }

  .heroSwiperThumbs {
    height: 70px;
  }

  .edu-highlights__grid {
    grid-template-columns: 1fr;
  }

  .edu-gallery__grid {
    grid-template-columns: 1fr;
  }

  .edu-gallery__item:nth-child(1) {
    grid-column: auto;
  }

  .edu-gallery__grid .edu-gallery__item {
    height: 200px;
  }

  .training-program__tab {
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
  }

  .training-program__title,
  .expert__title,
  .customer-reviews__title {
    font-size: 2.2rem;
  }

  .customer-reviews__card {
    padding: 2rem;
  }

  .edu-contact__submit {
    min-width: 100%;
  }
}

/* ── Scroll-reveal supplementary ────────────────────────── */
[data-animate] {
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    visibility: visible !important;
    animation: none !important;
  }
}

.edu-highlight-card__icon i.animate__heartBeat {
  animation-duration: 0.8s;
}