/* ============================================================
   GLOBAL RESET & BASE STYLES
   ============================================================ */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Epilogue", sans-serif;
}

.fraunces-fonts {
  font-family: "Fraunces", serif;
}

.site-header.scrolled .header-logo {
  filter: none;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-nav-link {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.90);
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: color 0.2s;
}

.header-nav-link:hover {
  color: #fff;
}

.site-header.scrolled .header-nav-link {
  color: #1a1a1a;
}

.site-header.scrolled .header-nav-link:hover {
  color: #EC0000;
}

.header-apply-btn {
  background: #EC0000;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: background 0.25s;
  white-space: nowrap;
}

.header-apply-btn:hover {
  background: #a50d25;
  color: #fff !important;
}

/* Push banner content below fixed header */
.banner-section {
  padding-top: 0;
}

/* ============================================================
   HEADER — RESPONSIVE
   ============================================================ */
@media (max-width: 767px) {
  .header-nav-link {
    display: none;
  }

  .header-inner {
    padding: 14px 16px;
  }

  .header-logo {
    height: 38px;
  }

  .header-apply-btn {
    font-size: 13px;
    padding: 9px 16px;
  }
}


/* ============================================================
   BANNER SECTION
   ============================================================ */
.banner-section {
  position: relative;
  width: 100%;
  min-height: 115vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.banner-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner-swiper .swiper-wrapper,
.banner-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner-swiper .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  pointer-events: none;
}

.banner-content .banner-form-col,
.banner-content .banner-text-col {
  pointer-events: all;
}

.banner-text-col {
  color: #fff;
  width: 100%;
  max-width: 688px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}


.fs-52 {
  font-size: 52px;
  line-height: 64px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-34 {
  margin-bottom: 34px;
}

.banner-text-col.slide-content-active {
  opacity: 1;
  transform: translateY(0);
}

.banner-text-col.slide-content-exit {
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.admissions-badge {
  display: inline-block;
  background-color: #EC0000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.banner-tagline {
  color: #FACC15;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.35px;
}

.banner-heading {
  color: #FFF;
  font-size: 52px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 24px;
}

.banner-italic {
  color: #FBBC05;
  font-size: 52px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
}

.banner-desc {
  color: #D1D5DB;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-form-col {
  width: 100%;
  max-width: 410px;
}

/* ============================================================
   BANNER SECTION — CTA BUTTONS
   ============================================================ */
.banner-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.btn-explore {
  background-color: #EC0000;
  color: #fff;
  border: 2px solid #EC0000;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 4px;
  transition: background 0.25s, color 0.25s;
}

.btn-explore:hover {
  background-color: #a50d25;
  border-color: #a50d25;
  color: #fff;
}

.btn-apply-outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 4px;
  transition: background 0.25s, color 0.25s;
}

.btn-apply-outline:hover {
  background-color: #fff;
  color: #111;
}

/* New design buttons — orange Apply Now + outline Download Brochure */
.btn-apply-orange {
  background-color: #F5A623;
  color: #fff;
  border: 2px solid #F5A623;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 4px;
  transition: background 0.25s, color 0.25s;
}

.btn-apply-orange:hover {
  background-color: #d4891a;
  border-color: #d4891a;
  color: #fff;
}

.btn-download-outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 4px;
  transition: background 0.25s, color 0.25s;
}

.btn-download-outline:hover {
  background-color: #fff;
  color: #111;
}

/* Choose Your Path block */
.slide-choose-path {
  margin-bottom: 24px;
}

.slide-choose-path .path-label {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.slide-choose-path .path-sub {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 14px;
}

.slide-choose-path .path-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slide-choose-path .path-bullets li {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.slide-choose-path .path-bullets li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F5A623;
  flex-shrink: 0;
}

.banner-swiper .swiper-slide {
  position: relative;
}

.slide-left-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 559px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 40px 80px calc((100vw - 1296px) / 2 + 12px);
  color: #fff;
  z-index: 1;
}

/* ============================================================
   BANNER SECTION — COMPANY LOGOS BAR
   ============================================================ */
.companies-banner-bg {
  max-width: 454px;
  border-radius: 13.647px;
  border: 0.853px solid rgba(255, 255, 255, 0.10);
  background: rgba(247, 248, 250, 0.10);
  box-shadow: 0 8.529px 25.587px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10.66135311126709px);
  padding: 20px;
}

.banner-logos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  width: 100%;
}

.logo-item {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.3px;
  flex: 1;
  justify-content: center;
  border-right: 1px solid #898989;
}

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

.logo-item img {
  height: 22px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.logo-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

/* ============================================================
   BANNER SECTION — PLACEMENT BADGES
   ============================================================ */
.banner-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 4px;
}

.badge-item {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.badge-check-icon {
  height: 14px;
  width: auto;
}

/* ============================================================
   BANNER SECTION — FORM CARD
   ============================================================ */
.banner-form-card {
  background: #fff;
  border-radius: 10px;
  padding: 28px 24px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}

.form-title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 2px;
}

.form-subtitle {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.btn-form-cta {
  background-color: #EC0000;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 4px;
  border: none;
  line-height: 1.4;
  transition: background 0.25s;
}

.btn-form-cta:hover {
  background-color: #a50d25;
  color: #fff;
}

.form-control {
  font-size: 13px;
  color: #444;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 9px 12px;
  height: auto;
}

.form-control:focus {
  border-color: #EC0000;
  box-shadow: 0 0 0 2px rgba(200, 16, 46, 0.15);
  outline: none;
}

.form-consent {
  font-size: 11px;
  color: #777;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}

button#registerBtn{
  background-color: #EC0000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px;
  border-radius: 4px;
  border: none;
  text-transform: uppercase !important;
  transition: background 0.25s;
}

button#registerBtn:hover {
  background-color: #EC0000;
  color: #fff !important;
  box-shadow: none !important;
}


/* ============================================================
   BANNER — ONESB LOGO BOX
   ============================================================ */
.slide-onesb-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  max-width: 180px;
}

.onesb-logo-img {
  height: 37px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  .onesb-logo-img {
    height: 32px;
  }
}


@media (max-width: 991px) {
  .banner-text-col {
    max-width: 100%;
  }

  .banner-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .banner-italic {
    font-size: 32px;
  }

  .banner-content {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .banner-form-col {
    margin: 0 auto;
  }

  .slide-left-content {
    padding: 60px 24px;
    width: 100%;
  }
}


/* ============================================================
   BANNER — RESPONSIVE MOBILE (max-width: 767px)
   ============================================================ */
@media (max-width: 767px) {
  .banner-section {
    min-height: auto;
  }

  .banner-content {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .slide-left-content {
    padding: 40px 20px;
    width: 100%;
  }

  .banner-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .banner-italic {
    font-size: 30px;
  }

  .banner-desc {
    font-size: 14px;
  }

  .banner-btns {
    gap: 10px;
  }

  .btn-explore,
  .btn-apply-outline {
    font-size: 13px;
    padding: 9px 18px;
  }

  .banner-logos {
    gap: 0;
    padding: 10px 14px;
  }

  .banner-form-card {
    padding: 22px 16px;
  }

  .form-title {
    font-size: 19px;
  }

  .companies-banner-bg {
    max-width: 100%;
  }
}


/* ============================================================
   BANNER — RESPONSIVE SMALL MOBILE (max-width: 480px)
   ============================================================ */
@media (max-width: 480px) {
  .banner-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .banner-logos {
    gap: 10px;
  }

  .logo-item {
    font-size: 13px;
  }

  .banner-badges {
    gap: 12px;
  }

  .badge-item {
    font-size: 12px;
  }
}


/* ============================================================
   ACCREDITATIONS & RECOGNITIONS SECTION
   ============================================================ */
.accreditations-section {
  background: #fff;
  padding: 60px 20px;
  border-bottom: 1px solid #e5e7eb;
}

.accreditations-container {
  max-width: 1281px;
  margin: 0 auto;
}

.accreditations-title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #111;
  margin-bottom: 40px;
  line-height: 1.3;
}

.accreditations-title strong {
  font-weight: 800;
}

.accreditations-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.accreditation-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px 28px;
  background: #fff;
  min-width: 160px;
  min-height: 100px;
  flex: 0 0 auto;
  transition: box-shadow 0.2s;
}

.accreditation-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.accreditation-item img {
  max-height: 70px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* ============================================================
   ACCREDITATIONS — TABLET (max-width: 991px)
   ============================================================ */
@media (max-width: 991px) {
  .accreditations-title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .accreditation-item {
    min-width: 130px;
    min-height: 90px;
    padding: 16px 20px;
  }

  .accreditation-item img {
    max-height: 60px;
    max-width: 110px;
  }
}

/* ============================================================
   ACCREDITATIONS — MOBILE (max-width: 767px)
   ============================================================ */
@media (max-width: 767px) {
  .accreditations-section {
    padding: 40px 16px;
  }

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

  .accreditations-logos {
    gap: 16px;
  }

  .accreditation-item {
    min-width: 120px;
    min-height: 80px;
    padding: 14px 16px;
    border-radius: 8px;
  }

  .accreditation-item img {
    max-height: 52px;
    max-width: 100px;
  }
}

/* ============================================================
   ACCREDITATIONS — SMALL MOBILE (max-width: 480px)
   ============================================================ */
@media (max-width: 480px) {
  .accreditations-logos {
    gap: 12px;
  }

  .accreditation-item {
    min-width: calc(50% - 6px);
    flex: 1 1 calc(50% - 6px);
  }

  .accreditation-item:last-child {
    flex: 0 0 auto;
    min-width: 120px;
  }
}


/* ============================================================
   PLACEMENT STATISTICS SECTION
   ============================================================ */
.placement-section {
  background: rgba(251, 165, 3, 0.05);
  padding: 70px 20px 60px;
}

.placement-container {
  max-width: 1281px;
  margin: 0 auto;
}

.common-title {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  color: #101828;
  margin-bottom: 48px;
  line-height: 1.3;
}

.common-title strong {
  font-weight: 800;
}

/* --- Stat Cards --- */
.placement-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 64px;
}

.placement-card {
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  background: #fff;
  padding: 24px 24px;
}

.placement-stat {
  font-size: 56px;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #FFC107 0%, #FF9800 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.placement-label {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.placement-desc {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
  margin: 0;
}

/* --- Marquee --- */
.placement-marquee-wrap {
  overflow: hidden;
  width: 100%;
}

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

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 40s linear infinite;
}

.placement-marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-logos {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-shrink: 0;
}

.marquee-logos img {
  height: 50px;
  width: auto;
  max-width: 197px;
  object-fit: contain;
  display: block;
  transition: filter 0.25s, opacity 0.25s;
}

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

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

/* ============================================================
   PLACEMENT — TABLET (max-width: 991px)
   ============================================================ */
@media (max-width: 991px) {
  .common-title {
    font-size: 26px;
    margin-bottom: 36px;
  }

  .placement-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 44px;
  }

  .placement-stat {
    font-size: 36px;
  }
}

/* ============================================================
   PLACEMENT — MOBILE (max-width: 767px)
   ============================================================ */
@media (max-width: 767px) {
  .placement-section {
    padding: 48px 16px 44px;
  }

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

  .placement-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 36px;
  }

  .placement-card {
    padding: 20px 16px;
    border-radius: 10px;
  }

  .placement-stat {
    font-size: 30px;
    line-height: 32px;
  }

  .placement-label {
    font-size: 10px;
  }

  .placement-desc {
    font-size: 12px;
  }

  .marquee-logos {
    gap: 36px;
  }

  .marquee-logos img {
    height: 28px;
  }
}

/* ============================================================
   PLACEMENT — SMALL MOBILE (max-width: 480px)
   ============================================================ */
@media (max-width: 480px) {
  .placement-cards {
    grid-template-columns: 1fr 1fr;
  }

  .placement-stat {
    font-size: 26px;
    line-height: 32px;
  }
}


/* ============================================================
   MBA PROGRAMS SECTION
   ============================================================ */
.mba-programs-section {
  background: #fff;
  padding: 80px 20px;
}

.mba-programs-container {
  max-width: 1281px;
  margin: 0 auto;
}

/* ---- Accordion Row ---- */
.mba-accordion-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
  height: 600px;
}

/* ---- Each Panel ---- */
.mba-panel {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #F9FAFB;
  overflow: hidden;
  transition: flex 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 0 0 89px;
  position: relative;
}

.mba-panel--active {
  flex: 1 1 0%;
  cursor: default;
  max-width: 738px;
}

/* ---- Collapsed state (vertical label + plus) ---- */
.mba-panel-collapsed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 33px 0 33px;
  height: 100%;
  gap: 16px;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.mba-panel--active .mba-panel-collapsed {
  display: none;
}

.mba-toggle-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #374151;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
  padding: 0;
}

.mba-toggle-btn:hover {
  background: #F3F4F6;
  border-color: #9CA3AF;
}

.mba-panel-label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #374151;
  letter-spacing: 0.3px;
  white-space: nowrap;
  user-select: none;
}

/* ---- Expanded state ---- */
.mba-panel-expanded {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

.mba-panel--active .mba-panel-expanded {
  display: block;
}

.mba-panel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.mba-panel-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 28px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.0) 100%);
  border-radius: 0 0 14px 14px;
  color: #fff;
}

.mba-panel-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.mba-panel-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.55;
  margin: 0;
  max-width: 320px;
}

/* ============================================================
   MBA PROGRAMS — TABLET (max-width: 991px)
   ============================================================ */
@media (max-width: 991px) {

  .mba-panel--active {
    flex: 1 1 0% !important;
    cursor: default;
    max-width: 438px;
  }

  .mba-programs-section {
    padding: 60px 16px;
  }

  .mba-accordion-row {
    justify-content: center;
    height: 380px;
    max-width: 700px;
    margin: 0px auto;
    gap: 8px;
  }

  .mba-panel {
    flex: 0 0 52px;
    border-radius: 10px;
  }

  .mba-panel-img {
    border-radius: 10px;
  }

  .mba-panel-info {
    border-radius: 0 0 10px 10px;
    padding: 18px 20px;
  }

  .mba-panel-title {
    font-size: 18px;
  }

  .mba-panel-label {
    font-size: 12px;
  }
}

/* ============================================================
   MBA PROGRAMS — MOBILE (max-width: 767px)
   ============================================================ */
@media (max-width: 767px) {
  .mba-programs-section {
    padding: 48px 16px;
  }

  .mba-accordion-row {
    flex-direction: column;
    height: auto;
    gap: 8px;
  }

  .mba-panel {
    flex: none !important;
    width: 100%;
    border-radius: 10px;
    height: 56px;
    transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mba-panel--active {
    height: 320px;
  }

  .mba-panel--active {
    flex: 1 1 0% !important;
    cursor: default;
    max-width: unset;
  }

  /* On mobile, show collapsed row horizontally */
  .mba-panel-collapsed {
    flex-direction: row;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 16px;
    gap: 12px;
    height: 56px;
  }

  .mba-panel-label {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 14px;
  }

  .mba-panel--active .mba-panel-collapsed {
    display: none;
  }

  .mba-panel-expanded {
    height: 320px;
  }

  .mba-panel-img {
    height: 320px;
    object-position: top;
  }

  .mba-panel-info {
    padding: 16px 18px;
  }

  .mba-panel-title {
    font-size: 17px;
  }
}


/* ============================================================
   SPECIALIZATIONS SECTION
   ============================================================ */
.specializations-section {
  background: #053B6E;
  padding: 80px 20px;
}

.specializations-container {
  max-width: 1263px;
  margin: 0 auto;
}

.specializations-section .common-title {
  color: #fff;
  margin-bottom: 48px;
}

/* Layout: image left + accordion right */
.spec-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

/* ---- Inline mobile image (hidden on desktop) ---- */
.spec-item-mobile-img {
  display: none;
}

/* ---- Left image panel ---- */
.spec-image-panel {
  position: sticky;
  top: 24px;
}

.spec-img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3.8;
}

.spec-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 16px;
  transition: opacity 0.35s ease;
}

.spec-img-badge {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 1.44px;
  text-transform: uppercase;
  border-radius: 33554400px;
  background: #2563EB;
  display: inline-block;
  padding: 3px 13.281px 5px 12px;
}

.spec-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 22px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, transparent 100%);
  border-radius: 0 0 16px 16px;
}

.spec-img-title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4px;
}

.spec-img-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.80);
}

/* ---- Right accordion ---- */
.spec-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.spec-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: box-shadow 0.25s;
}

.spec-item--active {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

/* Header row */
.spec-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  gap: 12px;
  border-left: 3px solid transparent;
  transition: border-color 0.25s;
}

.spec-item-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 12px;
  border-left: 4px solid transparent;
}

.spec-item--active .spec-item-meta {
  padding-left: 12px;
  border-left: 4px solid #2563EB;
}

.spec-item-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #9CA3AF;
  text-transform: uppercase;
}

.spec-item-name {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
}

.spec-toggle-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.3s;
  padding: 0;
}

.spec-item--active .spec-toggle-btn {
  transform: rotate(180deg);
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #2563EB;
}

/* Body (collapsed by default) */
.spec-item-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  border-top: 1px solid #f3f4f6;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.spec-item--active .spec-item-body {
  max-height: 1200px;
  padding: 0 20px 20px;
}

/* Detail blocks inside body */
.spec-detail-block {
  margin-bottom: 16px;
}

.spec-detail-block:last-of-type {
  margin-bottom: 20px;
}

.spec-detail-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #2563EB;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.spec-detail-text {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.65;
  margin: 0;
}

/* Footer row */
.spec-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
  flex-wrap: wrap;
}

.spec-duration-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2563EB;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 10px;
  background: rgba(37, 99, 235, 0.07);
}

.spec-apply-btn {
  background: #2563EB;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 6px;
  border: none;
  text-decoration: none;
  transition: background 0.25s;
  white-space: nowrap;
}

.spec-apply-btn:hover {
  background: #1d4ed8;
  color: #fff !important;
}

/* ============================================================
   SPECIALIZATIONS — TABLET (max-width: 991px)
   ============================================================ */
@media (max-width: 991px) {
  .specializations-section {
    padding: 60px 20px;
  }

  .spec-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .spec-image-panel {
    display: none;
  }

  .spec-item-mobile-img {
    display: block;
    margin-bottom: 16px;
  }

  .spec-item-mobile-img .spec-img-wrap {
    aspect-ratio: 16 / 9;
    border-radius: 12px;
  }

  .spec-img-title {
    font-size: 18px;
  }

  .spec-item-name {
    font-size: 15px;
  }
}

/* ============================================================
   SPECIALIZATIONS — MOBILE (max-width: 767px)
   ============================================================ */
@media (max-width: 767px) {
  .specializations-section {
    padding: 48px 16px;
  }

  .spec-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .spec-img-title {
    font-size: 18px;
  }

  .spec-img-badge {
    bottom: 56px;
  }

  .spec-item-header {
    padding: 14px 16px;
  }

  .spec-item-body {
    padding: 0px 16px;
  }

  .spec-item-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .spec-apply-btn {
    width: 100%;
    text-align: center;
  }
}

/* ============================================================
   SPECIALIZATIONS — SMALL MOBILE (max-width: 480px)
   ============================================================ */
@media (max-width: 480px) {
  .spec-img-wrap {
    aspect-ratio: 4 / 3;
  }

  .spec-item-name {
    font-size: 14px;
  }
}


/* ============================================================
   TESTIMONIALS SECTION (Section 6)
   ============================================================ */
.testimonials-section {
  background: #FAFAF5;
  padding: 70px 20px 80px;
}

.testimonials-container {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
}

/* Top-right arrow nav */
.testi-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  margin-bottom: -80px;
  position: relative;
  z-index: 99;
}

.testi-arrow {
  background: transparent;
  border: none;
  font-size: 20px;
  color: #111;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
  transition: color 0.2s;
}

.testi-arrow:hover {
  color: #EC0000;
}

/* Swiper wrapper */
.testi-swiper {
  overflow: hidden;
}

/* Each slide inner layout */
.testi-slide-inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  align-items: center;
  gap: 0;
  min-height: 640px;
}

/* Left: image column */
.testi-img-col {
  position: relative;
  align-self: end;
  margin-bottom: 54px;
}

.testi-student-img {
  display: block;
  width: 100%;
  max-width: 393px;
  height: auto;
  object-fit: contain;
  object-position: bottom;
}

/* Name tag pill at bottom of image */
.testi-name-tag {
  position: absolute;
  bottom: -13px;
  right: -89px;
  transform: translateX(-50%);
  border-radius: 50px;
  background: var(--color-red-51, #DC2626);
  box-shadow: 0 4px 10px 0 rgba(220, 38, 38, 0.40);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 24px;
  white-space: nowrap;
  letter-spacing: 0.3px;
  z-index: 9;
}

/* Yellow line under image */
.testi-img-col::after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 50px;
  background: #FBA503;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Right: content column */
.testi-content-col {
  padding: 0 0 12px 60px;
}

/* "OUR STUDENTS SPEAK" label */
.testi-label {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;

  color: var(--gemini-google-com-buttercup, var(--color-orange-50, #F59E0B));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: var(--letter-spacing-1_48, 1.483px);
  text-transform: uppercase;
}

.testi-arrow-icon {
  font-size: 16px;
}

/* Main quote */
.testi-quote {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  /* 46.8px */
  margin-bottom: 20px;
  max-width: 520px;
}

/* Body text */
.testi-body {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 28px;
}

/* Meta: program + class */
.testi-meta {
  border-left: var(--stroke-weight-4, 4px) solid var(--color-orange-50, #F59E0B);
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testi-program {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.testi-class {
  font-size: 14px;
  color: #666;
}

/* ============================================================
   TESTIMONIALS — TABLET (max-width: 991px)
   ============================================================ */
@media (max-width: 991px) {
  .testi-slide-inner {
    grid-template-columns: 280px 1fr;
    min-height: 360px;
  }

  .testi-student-img {
    max-width: 280px;
  }

  .testi-content-col {
    padding: 0 0 32px 36px;
  }

  .testi-quote {
    font-size: 26px;
  }

  .testi-body {
    font-size: 13px;
  }
}

/* ============================================================
   TESTIMONIALS — MOBILE (max-width: 767px)
   ============================================================ */
@media (max-width: 767px) {
  .testimonials-section {
    padding: 48px 16px 60px;
  }

  .testi-slide-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 0;
  }

  .testi-img-col {
    max-width: 260px;
    margin: 0 auto;
  }

  .testi-student-img {
    max-width: 100%;
  }

  .testi-content-col {
    padding: 32px 0 0 0;
  }

  .testi-quote {
    font-size: 22px;
    max-width: 100%;
  }

  .testi-body {
    max-width: 100%;
  }

  .testi-nav {
    margin-bottom: 20px;
  }
}


/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  color: #fff;
}

/* Main content area */
.footer-main {
  padding: 56px 20px 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-container {
  max-width: 1281px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

/* Brand / About column */
.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 20px;
}

.footer-logo {
  height: 36px;
  width: auto;
  display: block;
}

.footer-about {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
  margin: 0;
  max-width: 440px;
}

/* Contact column */
.footer-contact-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: 0.3px;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-contact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.footer-contact-item span,
.footer-contact-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.80);
  line-height: 1.65;
}

.footer-contact-link {
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}

.footer-contact-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-contact-phones {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Bottom bar */
.footer-bottom {
  padding: 18px 20px;
}

.footer-bottom-inner {
  max-width: 1281px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copy,
.footer-credit {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.60);
}

/* ============================================================
   FOOTER — TABLET (max-width: 991px)
   ============================================================ */
@media (max-width: 991px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-main {
    padding: 48px 20px 40px;
  }
}

/* ============================================================
   FOOTER — MOBILE (max-width: 767px)
   ============================================================ */
@media (max-width: 767px) {
  .footer-main {
    padding: 40px 16px 36px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-about {
    max-width: 100%;
    font-size: 13px;
  }

  .footer-contact-title {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .footer-contact-list {
    gap: 16px;
  }

  .footer-bottom {
    padding: 16px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .footer-copy,
  .footer-credit {
    font-size: 12px;
  }
}

/* ============================================================
   FOOTER — SMALL MOBILE (max-width: 480px)
   ============================================================ */
@media (max-width: 480px) {
  .footer-logo {
    height: 30px;
  }

  .footer-contact-item {
    gap: 10px;
  }

  .footer-contact-icon {
    width: 18px;
    height: 18px;
  }

  .footer-contact-item span,
  .footer-contact-link {
    font-size: 13px;
  }
}