@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  --brand-navy: #15324f;
  --brand-teal: #2f6f6a;
  --brand-sand: #f4f1ea;
  --brand-crimson: #c5283d;
  --brand-orange: #f28c28;
  --brand-primary: #0d2f67;
  --brand-deepblue:#084d95
}

html,
body {
  height: 100%;
}

body {
  background: #f7f6f2;
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
}

@media (min-width: 992px) {
  .events-main {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .events-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.classroom-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 47, 103, 0.08);
}

.classroom-card:hover,
.classroom-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 1rem 2rem rgba(13, 35, 55, 0.12);
}

.classroom-meta {
  letter-spacing: 0.12em;
  color: #2f4f87;
}

.classroom-title {
  font-size: 1.15rem;
}

.classroom-divider {
  height: 1px;
  width: 100%;
  background: rgba(13, 47, 103, 0.12);
  margin: 0.35rem 0 0.6rem;
}

.classroom-address {
  line-height: 1.5;
  color: #64748b;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.classroom-region {
  color: #6b7280;
}

.classroom-address-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.classroom-address-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #0d2f67;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: none;
}

.classroom-address-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.classroom-address-line {
  font-weight: 500;
  color: #4b5563;
}

.classroom-address-subline {
  color: #6b7280;
  font-size: 0.85rem;
}

.classroom-card-icon {
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 78px;
  height: 78px;
  opacity: 0.08;
  pointer-events: none;
  transform: none;
}

.classroom-card-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #0d2f67;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.classrooms-hero {
  background-image:
    linear-gradient(rgba(8, 77, 149, 0.84), rgba(8, 77, 149, 0.9)),
    url('/images/bg-page-2.webp');
  background-size: cover;
  background-position: center;
  padding: 3.75rem 0;
}

.classroom-tabs {
  justify-content: center;
  gap: 0.25rem;
}

.classroom-tabs .nav-link {
  background: #e6e6e6;
  color: #3d3d3d;
  border-radius: 12px;
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.04);
}

.classroom-tabs .nav-link:hover {
  background: #dcdcdc;
  color: #1a1a1a;
  
}

.classroom-tabs .nav-link.active {
  background: var(--brand-primary);
  color: #fff;
  box-shadow: none;
  
}

.city-accent {
  color: #e57c12;
}

#events-page > .container > .row > .events-main > p.text-muted,
#events-page > .container > .row > .events-main h1 + p,
#events-page > .container > .row > .events-main h1 + div + p {
  color: #8a94a6 !important;
}

.course-detail-page .course-detail-block {
  padding: 1.25rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.course-detail-page .course-detail-block h5 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.course-detail-page .course-detail-copy p {
  line-height: 1.75;
  margin-bottom: 0.85rem;
  color: #6f7d8c;
}

.course-detail-page .course-detail-copy p:last-child {
  margin-bottom: 0;
}

.course-detail-page .course-detail-copy ul,
.course-detail-page .course-detail-copy ol {
  padding-left: 1.3rem;
  color: #6f7d8c;
}

.course-detail-page #courseScheduleTabs {
  gap: 0.6rem;
  border-bottom: 0;
}

.course-detail-page #courseScheduleTabs .nav-link {
  border: 1px solid rgba(13, 47, 103, 0.12);
  border-radius: 14px;
  background: #ffffff;
  color: #4f5f73;
  font-weight: 600;
  padding: 0.75rem 1rem;
}

.course-detail-page #courseScheduleTabs .nav-link.active {
  background: var(--brand-deepblue);
  border-color: var(--brand-deepblue);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(8, 77, 149, 0.18);
}

.course-detail-page #courseScheduleTabs + .tab-content {
  margin-top: 1rem !important;
  background: #ffffff;
  border: 1px solid #edf1f5;
  border-radius: 1.1rem;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.course-detail-page .course-enquiry-card,
#events-page .course-enquiry-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem 1.75rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  border: 1px solid #edf1f5;
  overflow: visible;
}

.course-detail-page .course-enquiry-badge,
#events-page .course-enquiry-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 -1rem 1rem;
  position: relative;
  z-index: 2;
  padding: 0.7rem 1rem;
  border-radius: 0.9rem;
  background: #f6c700;
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(246, 199, 0, 0.24);
}

.course-detail-page .course-enquiry-card .fw-semibold,
#events-page .course-enquiry-card .fw-semibold {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.course-detail-page .course-enquiry-card .form-label,
.course-detail-page .course-enquiry-card .small,
#events-page .course-enquiry-card .form-label,
#events-page .course-enquiry-card .small {
  font-size: 0.8rem;
}

.course-detail-page .course-enquiry-card input[readonly],
#events-page .course-enquiry-card input[readonly] {
  font-size: 0.88rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-detail-page .course-enquiry-card .form-control::placeholder,
.course-detail-page .course-enquiry-card textarea::placeholder,
#events-page .course-enquiry-card .form-control::placeholder,
#events-page .course-enquiry-card textarea::placeholder {
  font-size: 0.9rem;
}

.course-detail-page .course-enquiry-card textarea.form-control,
#events-page .course-enquiry-card textarea.form-control {
  font-size: 0.9rem;
  min-height: 96px;
}

.course-detail-page .course-enquiry-sticky,
#events-page .course-enquiry-sticky {
  position: relative;
}

@media (min-width: 992px) {
  .course-detail-page .course-enquiry-sticky,
  #events-page .course-enquiry-sticky {
    position: sticky;
    top: 8.5rem;
  }
}

.course-detail-page .course-funding-toggle,
#events-page .course-funding-toggle {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.course-detail-page .course-funding-toggle input,
#events-page .course-funding-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.course-detail-page .course-funding-toggle label,
#events-page .course-funding-toggle label {
  border: 1px solid #e5e7eb;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.8rem;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
}

.course-detail-page .course-funding-toggle input:checked + label,
#events-page .course-funding-toggle input:checked + label {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  box-shadow: 0 10px 18px rgba(13, 47, 103, 0.2);
}

.course-detail-page .course-cta-btn,
#events-page .course-cta-btn {
  background: #f6c700;
  color: #111827;
  font-weight: 700;
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
  border: none;
}

.course-detail-page #course-details {
  background: #fff;
  border: 1px solid #edf1f5;
  border-radius: 1rem;
  padding: 1.35rem 1.5rem;
}

.course-detail-page #course-details .course-detail-block:last-child {
  margin-bottom: 0;
}

.course-detail-page .course-delivery-methods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  color: #64748b;
  font-size: 0.95rem;
}

.course-detail-page .course-delivery-pill,
.course-detail-page .course-delivery-filter {
  border: 1px solid rgba(13, 47, 103, 0.14);
  background: #fff;
  color: #0d2f67;
  border-radius: 999px;
  padding: 0.48rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.course-detail-page .course-delivery-pill:hover,
.course-detail-page .course-delivery-pill.is-active,
.course-detail-page .course-delivery-filter:hover,
.course-detail-page .course-delivery-filter.is-active {
  background: #0d2f67;
  border-color: #0d2f67;
  color: #fff;
  box-shadow: 0 10px 20px rgba(13, 47, 103, 0.18);
}

.course-detail-page .course-upcoming-label {
  margin-bottom: 0.8rem;
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.course-detail-page .course-delivery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.course-detail-page .course-date-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid #edf1f5;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.course-detail-page .course-date-range {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.course-detail-page .course-date-meta {
  display: flex;
  gap: 1.5rem;
  color: #4b5563;
  font-weight: 600;
  flex-wrap: wrap;
}

.course-detail-page .course-date-actions {
  display: grid;
  gap: 0.6rem;
}

.course-detail-page .course-btn-accent {
  background: #f6c700;
  border: none;
  color: #111827;
  font-weight: 700;
}

@media (max-width: 576px) {
  .course-detail-page .course-delivery-methods {
    align-items: flex-start;
  }

  .course-detail-page .course-delivery-pill,
  .course-detail-page .course-delivery-filter {
    width: 100%;
    text-align: center;
  }
}

.event-card-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.event-course-link {
  color: #111827;
  text-decoration: none;
  font-size: 1.05rem;
}

.event-course-link:hover {
  color: var(--brand-primary);
  text-decoration: underline;
}

.event-date-badge {
  position: absolute !important;
  left: -32px;
  top: 1.35rem;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e57c12;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.1;
  transform: none;
}

.event-card-content,
.event-date-badge {
  position: relative;
}

.event-card {
  position: relative;
  overflow: visible;
}

#events-page .event-card .card-body {
  padding-left: 3rem !important;
}

.event-card-dates {
  padding: 0 1rem 1rem 3rem;
}

.event-card-dates-inner {
  background: #ffffff;
  border: 1px solid rgba(13, 47, 103, 0.1);
  border-left: 4px solid rgba(13, 47, 103, 0.14);
  border-right: 4px solid rgba(13, 47, 103, 0.14);
  border-radius: 18px;
  padding: 1.15rem 1.25rem;
}

.event-card.is-open .event-card-dates-inner {
  border-left-color: var(--brand-primary);
  border-right-color: var(--brand-primary);
}

.event-card-dates-label {
  margin-bottom: 0.8rem;
  color: #6b7280;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-card-dates-list {
  display: grid;
  gap: 0.75rem;
}

.event-card-date-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 14px;
  background: #ffffff;
}

.event-card-date-copy {
  min-width: 0;
}

.event-card-date-range {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  color: #1f2937;
  font-weight: 700;
}

.event-card-date-arrow {
  color: var(--brand-primary);
}

.event-card-date-meta {
  margin-top: 0.25rem;
  color: #7b8794;
  font-size: 0.92rem;
}

.event-card-date-empty {
  color: #6b7280;
  padding: 0.2rem 0;
}

.event-region-card {
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 20px;
  background: #fff;
  color: #111827;
}

.event-region-card p {
  color: #6b7280;
}

.event-region-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef4fb;
  margin-bottom: 0.9rem;
  font-size: 1.1rem;
}

.js-event-dates-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.event-toggle-arrow {
  font-size: 0.9rem;
  line-height: 1;
  transition: transform 0.18s ease;
}

.js-event-dates-toggle[aria-expanded="true"] .event-toggle-arrow {
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .event-card-dates {
    padding: 0 0.9rem 0.9rem;
  }

  .event-card-date-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.btn-primary {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0b295a;
  border-color: #0b295a;
}

.btn-outline-primary {
  color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
}

.course-code-pill {
  background: rgba(242, 140, 40, 0.15);
  color: #b85a06;
  border: 1px solid rgba(242, 140, 40, 0.35);
  font-weight: 600;
  padding: 0.4rem 0.6rem;
}

.site-header {
  padding: 0.75rem 0;
}

.nav-center .nav-link {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #6b7280;
  position: relative;
  padding: 0.35rem 0.75rem;
}

.header-main-nav {
  position: relative;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-trigger {
  color: #ffffff;
  text-decoration: none;
  padding: 0.55rem 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  position: relative;
}

.nav-dropdown.active .nav-dropdown-trigger,
.nav-dropdown-trigger:hover {
  color: #fff;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  border-radius: 0.9rem;
  padding: 0.75rem 0.65rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  border: 1px solid #eef1f5;
  display: none;
  z-index: 1000;
}

.nav-dropdown.nav-dropdown-mega {
  position: static;
}

.nav-dropdown-menu.nav-dropdown-menu-mega {
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100vw - 32px));
  max-height: min(72vh, 760px);
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
  overflow: auto;
}

.nav-mega-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 1rem;
  min-height: 420px;
}

.nav-mega-sidebar {
  display: grid;
  gap: 0;
  padding: 0.55rem 0;
  border-right: 1px solid rgba(148, 163, 184, 0.18);
  background: #f5f8fc;
  align-content: start;
  min-width: 0;
  overflow: hidden;
}

.nav-mega-vertical {
  position: relative;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: block;
  padding: 0.96rem 1.05rem 0.96rem 1rem;
  border-radius: 0;
  margin: 0;
  border: 1px solid transparent;
  border-right: 0;
  background: transparent;
  color: #415169 !important;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.32;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, padding-right 0.16s ease;
}

.nav-mega-vertical span {
  display: block;
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.nav-mega-vertical::after {
  content: "\2192";
  position: absolute;
  right: 0.85rem;
  top: 0.7rem;
  color: #94a3b8;
  font-size: 0.72rem;
  line-height: 1.35;
}

.nav-mega-vertical:hover {
  background: #eaf2ff;
  color: #0d2f67 !important;
  border-color: rgba(96, 165, 250, 0.34);
  border-right-color: #eaf2ff;
  padding-right: 1.35rem;
  box-shadow: none;
}

.nav-mega-vertical:hover::after {
  color: #f59e0b;
}

.nav-mega-sidebar:hover .nav-mega-vertical.is-active {
  background: #eaf2ff;
  color: #0d2f67 !important;
  border-color: rgba(96, 165, 250, 0.34);
  border-right-color: #eaf2ff;
  padding-right: 1.35rem;
  box-shadow: none;
}

.nav-mega-sidebar:hover .nav-mega-vertical.is-active::after,
.nav-mega-vertical:hover::after {
  color: #f59e0b;
}

.nav-mega-panels {
  position: relative;
  min-width: 0;
}

.nav-mega-panel {
  display: none;
}

.nav-mega-panel.is-active {
  display: block;
}

.nav-mega-panel-title {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: #10213b !important;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-mega-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.2rem 1rem;
  min-width: 0;
}

.nav-mega-empty {
  color: #64748b;
  font-size: 0.82rem;
}

.nav-mega-category {
  position: relative;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: block;
  padding: 0.22rem 0.28rem 0.22rem 1rem !important;
  border-radius: 0.4rem;
  color: #4b5563 !important;
  font-size: 0.8rem !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  text-decoration: none;
  text-align: left !important;
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.nav-mega-category::before {
  content: "\2192";
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  color: #94a3b8;
  font-size: 0.66rem;
  line-height: 1.35;
}

.nav-mega-category span {
  display: block;
  min-width: 0;
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.nav-mega-vertical:hover,
.nav-mega-category:hover {
  color: #0d2f67 !important;
}

.nav-mega-category:hover {
  background: #f6f9fc !important;
}

.nav-mega-category:hover::before {
  color: #f59e0b;
}

.nav-dropdown-menu a {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 0.65rem;
  color: #444 !important;
  text-decoration: none;
  font-size: 0.92rem;
  text-align: left !important;
}

.nav-dropdown-menu a:hover {
  background: transparent !important;
  color: #444 !important;
  box-shadow: none !important;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: block;
}

.header-main-nav a,
.nav-dropdown-trigger {
  position: relative;
}

.header-main-nav a::after {
  content: '';
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.2rem;
  height: 2px;
  background: var(--brand-orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.header-main-nav a:hover::after,
.header-main-nav a.active::after,
.nav-dropdown:hover .nav-dropdown-trigger::after,
.nav-dropdown.active .nav-dropdown-trigger::after {
  transform: scaleX(1);
}

.header-main-nav .nav-dropdown-menu a::after {
  content: '';
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.2rem;
  height: 1px;
  background: #eaeaea;
}

.header-main-nav .nav-dropdown-menu.nav-dropdown-menu-mega a::after {
  display: none;
}

@media (max-width: 1100px) {
  .nav-mega-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .nav-dropdown-menu.nav-dropdown-menu-mega {
    width: min(100vw - 24px, 640px);
  }

  .nav-mega-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .nav-mega-sidebar {
    padding-right: 0;
    padding-bottom: 0.85rem;
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  }

  .nav-mega-links {
    grid-template-columns: 1fr;
  }
}

.nav-center .nav-link.active {
  color: #111827;
}

.nav-center .nav-link.active::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: -6px;
  height: 2px;
  background: #111827;
  border-radius: 999px;
}

.hero-bleed {
  background: #0f223a;
  color: #fff;
}

.hero-stat {
  padding-left: 0.9rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}

.hero-stat .h4 {
  font-size: 1.15rem;
  line-height: 1.1;
}

.hero-stat small {
  display: block;
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
}

.hero-stats-row {
  max-width: 420px;
}

.hero-image {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(8, 14, 20, 0.35);
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-subcopy {
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.66) !important;
}

.hero-search-form {
  max-width: 430px;
  margin: 0.9rem 0 0;
  margin-right: auto;
  margin-left: 0;
  width: 100%;
  display: block;
  justify-self: start!important;
  align-self: flex-start;
  text-align: left;
  opacity: 1;
  animation: none;
}

.hero-search-form .header-search-icon {
  width: 44px;
  background: #ffffff;
  color: #0d2f67;
  border: 1px solid rgba(13, 47, 103, 0.18);
  border-right: 0;
  border-radius: 10px 0 0 10px;
}

.hero-search-form input {
  background: #ffffff;
  border: 1px solid rgba(13, 47, 103, 0.18);
  color: #0f172a;
  font-weight: 400;
}

.hero-search-form input::placeholder {
  color: #7a8696;
  font-weight: 400;
}

.hero-search-form .header-search-results {
  z-index: 40;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  color: #6b7280;
}

.card-media {
  height: 160px;
  border-radius: 0.75rem;
  background: linear-gradient(130deg, #d8e6f2, #f6efe6);
  background-size: cover;
  background-position: center;
}

.card-media.course-1 { background-image: url('/images/course-1.svg'); }
.card-media.course-2 { background-image: url('/images/course-2.svg'); }
.card-media.course-3 { background-image: url('/images/course-3.svg'); }
.card-media.course-4 { background-image: url('/images/course-4.svg'); }

.carousel-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
}

.carousel-scroll > .card {
  scroll-snap-align: start;
}

.admin-layout {
  min-height: 100vh;
  background: #f4f5fa;
}

.admin-sidebar {
  width: 220px;
  min-height: 100vh;
  background: linear-gradient(90deg, #ffffff 0%, #f4f5fa 100%);
  border-right: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 1030;
}

.admin-sidebar .nav-link {
  border-radius: 0.8rem;
  margin-bottom: 0.08rem;
  padding: 0.46rem 0.72rem;
}

.admin-topbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(20, 21, 24, 0.08);
}

@media (max-width: 992px) {
  .admin-sidebar { width: 100%; min-height: auto; position: static; overflow: visible; }
}

.admin-layout .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #5f6b7a !important;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.admin-layout .nav-link svg {
  width: 18px;
  height: 18px;
  padding: 0.3rem;
  width: 1.95rem;
  height: 1.95rem;
  color: #64748b;
  border-radius: 0.7rem;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.admin-layout .nav-link.active svg {
  color: var(--brand-crimson);
  background: rgba(197, 40, 61, 0.1);
  border-color: rgba(197, 40, 61, 0.18);
}

.admin-layout .nav-link.active {
  color: #213047 !important;
  background: #f7f9fc;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

.admin-layout .nav-link:hover {
  background: #f7f9fc;
  color: #213047 !important;
}

.admin-layout .admin-content {
  color: #6b7280;
  font-size: 0.92rem;
}

.admin-settings-menu summary {
  list-style: none;
}

.admin-settings-menu summary::-webkit-details-marker {
  display: none;
}

.admin-settings-menu .nav-link {
  cursor: pointer;
}

.admin-settings-links {
  padding-left: 0;
}

.admin-settings-menu[open] .admin-settings-links {
  margin: 0.12rem 0 0.24rem;
  padding: 0.18rem 0 0.06rem 0.72rem;
  border-left: 1px solid rgba(148, 163, 184, 0.35);
}

.admin-settings-links .nav-link {
  position: relative;
  gap: 0.55rem;
  font-size: 0.82rem;
  font-weight: 400;
  margin-bottom: 0.04rem;
  padding: 0.28rem 0.5rem 0.28rem 0.62rem;
  color: #667085 !important;
}

.admin-settings-links .nav-link::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 999px;
  background: #94a3b8;
}

.admin-settings-links .nav-link.active::before {
  background: #0d2f67;
}

/* Admin polish */
.admin-layout .container {
  max-width: 1200px;
}

.admin-layout .admin-sidebar {
  padding: 1.35rem 1.15rem;
  box-shadow: none;
  background: linear-gradient(90deg, #ffffff 0%, #f4f5fa 100%);
}

.admin-layout .admin-main {
  margin-left: 220px;
  min-width: 0;
  width: calc(100% - 220px);
}

.admin-layout .admin-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px) auto;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.75rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(20, 21, 24, 0.06);
}

@media (max-width: 992px) {
  .admin-layout .admin-main {
    margin-left: 0;
    width: 100%;
  }
}

.admin-layout .table {
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e7ebf0;
  font-size: 0.86rem;
  color: #5f6b7a;
}

.admin-layout .table thead th {
  background: #fbfbfd;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8a94a6;
  border-bottom: 1px solid #e7ebf0;
  padding: 0.58rem 0.78rem;
  line-height: 1.1;
  font-weight: 600;
}

.admin-layout .table tbody td {
  padding: 0.56rem 0.78rem;
  border-color: #eef1f4;
  line-height: 1.22;
  vertical-align: middle;
  color: #5f6b7a;
  font-weight: 400;
}

.admin-layout .table.table-hover tbody tr:hover {
  background: #fbfcfe;
}

.admin-layout .card {
  border-radius: 1rem;
  border: none;
  box-shadow: 0 12px 26px rgba(20, 24, 31, 0.08);
}

.admin-layout .btn {
  border-radius: 0.85rem;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.62rem 1rem;
  transition: transform 0.14s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.admin-layout .btn-primary {
  background: linear-gradient(135deg, #153b78 0%, #0d2f67 100%);
  border: 1px solid rgba(13, 47, 103, 0.9);
  box-shadow: 0 10px 22px rgba(13, 47, 103, 0.18);
}

.admin-layout .btn-primary:hover,
.admin-layout .btn-primary:focus {
  background: linear-gradient(135deg, #1a468d 0%, #12386f 100%);
  border-color: rgba(18, 56, 111, 0.95);
  box-shadow: 0 14px 28px rgba(13, 47, 103, 0.22);
  transform: translateY(-1px);
}

.admin-layout .btn-outline-primary {
  color: #143a74;
  border-color: rgba(20, 58, 116, 0.18);
  background: #ffffff;
}

.admin-layout .btn-outline-primary:hover,
.admin-layout .btn-outline-primary:focus {
  background: #eef4ff;
  border-color: rgba(13, 47, 103, 0.22);
  color: #0d2f67;
  transform: translateY(-1px);
}

.admin-layout .btn-outline-secondary {
  color: #526072;
  border-color: rgba(148, 163, 184, 0.24);
  background: #ffffff;
}

.admin-layout .btn-outline-secondary:hover,
.admin-layout .btn-outline-secondary:focus {
  background: #f8fafc;
  border-color: rgba(148, 163, 184, 0.34);
  color: #22314a;
  transform: translateY(-1px);
}

.admin-layout .btn-outline-danger {
  color: #b42318;
  border-color: rgba(220, 38, 38, 0.16);
  background: #fffafb;
}

.admin-layout .btn-outline-danger:hover,
.admin-layout .btn-outline-danger:focus {
  background: #fef2f2;
  border-color: rgba(220, 38, 38, 0.24);
  color: #991b1b;
  transform: translateY(-1px);
}

.admin-layout .nav-link.active {
  background: rgba(197, 40, 61, 0.1);
  color: var(--brand-crimson);
  font-weight: 600;
}

.admin-layout .admin-search .form-control {
  border-radius: 999px;
  border-color: rgba(20, 21, 24, 0.12);
  padding: 0.4rem 0.9rem;
}

.admin-layout .admin-search {
  justify-self: center;
  width: 100%;
  max-width: 420px;
}

.admin-layout .form-control,
.admin-layout .form-select {
  border-color: rgba(20, 21, 24, 0.22);
}

.admin-layout .form-control:focus,
.admin-layout .form-select:focus {
  border-color: rgba(13, 47, 103, 0.42);
  box-shadow: 0 0 0 0.2rem rgba(13, 47, 103, 0.08);
}

.admin-layout .admin-user .admin-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(120deg, var(--brand-crimson), var(--brand-orange));
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
}

.admin-layout .badge.bg-secondary {
  background: #f0f2f5 !important;
  color: #4b5563;
}

/* DataTables admin theme */
.admin-layout .dataTables_wrapper {
  font-size: 0.84rem;
  color: #667085;
}

.admin-layout .dataTables_wrapper .dataTables_length,
.admin-layout .dataTables_wrapper .dataTables_filter,
.admin-layout .dataTables_wrapper .dataTables_info,
.admin-layout .dataTables_wrapper .dataTables_paginate {
  margin-bottom: 0.55rem;
}

.admin-layout .dataTables_wrapper .dataTables_length label,
.admin-layout .dataTables_wrapper .dataTables_filter label {
  font-weight: 500;
  color: #8a94a6;
  font-size: 0.78rem;
}

.admin-layout .dataTables_wrapper .dataTables_length select,
.admin-layout .dataTables_wrapper .dataTables_filter input {
  border-radius: 999px;
  border: 1px solid rgba(20, 21, 24, 0.12);
  padding: 0.28rem 0.72rem;
  background: #ffffff;
  margin-left: 8px;
  font-size: 0.8rem;
}

.admin-layout .dataTables_wrapper .dataTables_filter input:focus,
.admin-layout .dataTables_wrapper .dataTables_length select:focus {
  outline: none;
  border-color: rgba(20, 21, 24, 0.12);
  box-shadow: none;
}

.admin-layout table.dataTable {
  border-collapse: separate !important;
  border-spacing: 0;
}

.admin-layout table.dataTable thead th {
  background: #fbfbfd;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8a94a6;
  border-bottom: 1px solid #e7ebf0;
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
  line-height: 1.1;
  font-weight: 600;
}

.admin-layout table.dataTable tbody td {
  border-top: 1px solid #eef1f4;
  padding-top: 0.54rem;
  padding-bottom: 0.54rem;
  font-size: 0.85rem;
  line-height: 1.2;
  color: #5f6b7a;
}

.admin-layout table.dataTable tbody tr:hover {
  background: #fbfcfe;
}

.admin-layout .nav-item-1 svg { color: #0d2f67; background: rgba(13, 47, 103, 0.08); border-color: rgba(13, 47, 103, 0.12); }
.admin-layout .nav-item-2 svg { color: #0f766e; background: rgba(15, 118, 110, 0.08); border-color: rgba(15, 118, 110, 0.12); }
.admin-layout .nav-item-3 svg { color: #7c3aed; background: rgba(124, 58, 237, 0.08); border-color: rgba(124, 58, 237, 0.12); }
.admin-layout .nav-item-4 svg { color: #b45309; background: rgba(180, 83, 9, 0.08); border-color: rgba(180, 83, 9, 0.12); }
.admin-layout .nav-item-5 svg { color: #dc2626; background: rgba(220, 38, 38, 0.08); border-color: rgba(220, 38, 38, 0.12); }
.admin-layout .nav-item-6 svg { color: #0d2f67; background: rgba(13, 47, 103, 0.08); border-color: rgba(13, 47, 103, 0.12); }
.admin-layout .nav-item-7 svg { color: #6d28d9; background: rgba(109, 40, 217, 0.08); border-color: rgba(109, 40, 217, 0.12); }

.admin-layout .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important;
  padding: 0.24rem 0.56rem;
  margin: 0 2px;
  border-radius: 999px;
  color: #6b7280 !important;
  background: transparent !important;
}

.admin-layout .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.admin-layout .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: rgba(197, 40, 61, 0.12) !important;
  color: var(--brand-crimson) !important;
  font-weight: 600;
}

.admin-layout .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: rgba(20, 21, 24, 0.06) !important;
  color: #1f2937 !important;
}

.admin-course-editor {
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06) !important;
}

.admin-course-editor .form-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a94a6;
  margin-bottom: 0.38rem;
}

.admin-course-editor .form-control,
.admin-course-editor .form-select {
  min-height: 42px;
  border-radius: 0.8rem;
  border-color: rgba(203, 213, 225, 0.92);
  color: #475569;
  background: #fcfdff;
  font-size: 0.9rem;
}

.admin-course-editor textarea.form-control {
  min-height: auto;
}

.admin-course-editor .form-control::placeholder,
.admin-course-editor .form-select::placeholder {
  color: #a8b1c1;
}

.admin-course-editor .form-check-label,
.admin-course-editor .text-muted,
.admin-course-editor small {
  color: #7c8798 !important;
}

.admin-course-editor .badge.bg-light {
  background: #f8fafc !important;
  color: #526072 !important;
  border-color: rgba(203, 213, 225, 0.9) !important;
  font-weight: 500;
}

.admin-course-editor .nav-tabs {
  gap: 0.5rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.admin-course-editor .nav-tabs .nav-link {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-bottom: 0;
  border-radius: 0.9rem 0.9rem 0 0;
  background: #f8fafc;
  color: #667085 !important;
  font-size: 0.84rem;
  font-weight: 500;
  padding: 0.72rem 1rem;
}

.admin-course-editor .nav-tabs .nav-link.active,
.admin-course-editor .nav-tabs .nav-link:hover {
  background: #ffffff;
  color: #213047 !important;
  border-color: rgba(203, 213, 225, 0.95);
}

.admin-course-editor .tab-content {
  padding-top: 0.3rem;
}

.admin-course-editor .tab-pane > .row {
  margin: 0;
  padding: 1.1rem 1.15rem;
  background: #fbfcfe;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-top: 0;
  border-radius: 0 1rem 1rem 1rem;
}

.admin-course-editor .tab-pane .bg-light.border.rounded-3,
.admin-course-editor .tab-pane .bg-white.border,
.admin-course-editor .tab-pane .rounded-2.p-2.bg-white.border {
  background: #ffffff !important;
  border-color: rgba(226, 232, 240, 0.95) !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.03);
}

.admin-course-editor h3.h5,
.admin-course-editor h6 {
  color: #22314a;
}

.admin-course-editor hr {
  border-color: rgba(226, 232, 240, 0.95);
}

.admin-course-editor .course-quill-shell {
  border-color: rgba(203, 213, 225, 0.95);
  border-radius: 16px;
  background: #fcfdff;
}

.admin-course-editor .course-quill-shell .ql-toolbar.ql-snow {
  background: #f8fafc;
  border-bottom-color: rgba(226, 232, 240, 0.95);
}

.admin-course-editor .course-country-label {
  font-size: 0.8rem;
  font-weight: 500 !important;
  line-height: 1.2;
  color: #607086;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.admin-course-editor .admin-seo-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.45rem;
  align-items: flex-start;
}

.admin-course-editor .admin-seo-hint {
  color: #8a94a6;
  font-size: 0.76rem;
  line-height: 1.4;
}

.admin-course-editor .admin-seo-counter {
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 600;
  color: #94a3b8;
}

.admin-course-editor .admin-seo-counter.is-good {
  color: #0f766e;
}

.admin-course-editor .admin-seo-counter.is-warning {
  color: #b45309;
}

.admin-course-editor .admin-seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.admin-course-editor .admin-seo-panel {
  height: 100%;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #ffffff;
}

.admin-course-editor .admin-seo-panel-title {
  margin-bottom: 0.8rem;
  color: #22314a;
  font-size: 0.88rem;
  font-weight: 700;
}

.admin-course-editor .admin-seo-preview {
  padding: 0.95rem 1rem;
  border-radius: 0.9rem;
  background: #f8fafc;
  border: 1px solid rgba(226, 232, 240, 0.95);
}

.admin-course-editor .admin-seo-preview-url {
  color: #0f766e;
  font-size: 0.78rem;
  line-height: 1.35;
  margin-bottom: 0.3rem;
}

.admin-course-editor .admin-seo-preview-title {
  color: #1d4ed8;
  font-size: 1.05rem;
  line-height: 1.35;
  margin-bottom: 0.32rem;
}

.admin-course-editor .admin-seo-preview-description {
  color: #607086;
  font-size: 0.84rem;
  line-height: 1.45;
}

.admin-course-editor .admin-seo-suggestions {
  padding-left: 1rem;
  margin: 0;
  color: #607086;
  font-size: 0.84rem;
  line-height: 1.55;
}

.admin-course-editor .admin-seo-suggestions li + li {
  margin-top: 0.35rem;
}

.admin-venues-list {
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.admin-venues-list .card-body {
  padding: 1rem 1rem 0.7rem !important;
}

.admin-venues-list .table-responsive {
  padding: 0.15rem 0 0.25rem;
}

.admin-venue-editor {
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06) !important;
}

.admin-venue-editor .form-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a94a6;
  margin-bottom: 0.38rem;
}

.admin-venue-editor .form-control,
.admin-venue-editor .form-select {
  min-height: 42px;
  border-radius: 0.8rem;
  border-color: rgba(203, 213, 225, 0.92);
  color: #475569;
  background: #fcfdff;
  font-size: 0.9rem;
}

.admin-venue-editor textarea.form-control {
  min-height: auto;
}

.admin-venue-editor .form-check-label,
.admin-venue-editor .text-muted,
.admin-venue-editor small {
  color: #7c8798 !important;
}

.admin-venue-maintenance {
  border-top: 1px solid rgba(226, 232, 240, 0.92);
}

.admin-venue-maintenance-title {
  margin-bottom: 0.85rem;
  color: #22314a;
  font-size: 0.86rem;
  font-weight: 700;
}

.admin-instructor-editor {
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06) !important;
}

.admin-instructor-editor .form-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a94a6;
  margin-bottom: 0.38rem;
}

.admin-instructor-editor .form-control,
.admin-instructor-editor .form-select {
  min-height: 42px;
  border-radius: 0.8rem;
  border-color: rgba(203, 213, 225, 0.92);
  color: #475569;
  background: #fcfdff;
  font-size: 0.9rem;
}

.admin-instructor-editor textarea.form-control {
  min-height: auto;
}

.admin-instructor-editor .text-muted,
.admin-instructor-editor small {
  color: #7c8798 !important;
}

.admin-instructor-avatar {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.95);
}

.admin-enquiry-card {
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06) !important;
}

.admin-enquiry-kicker {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a94a6;
  margin-bottom: 0.35rem;
}

.admin-enquiry-subtitle {
  color: #7c8798;
  font-size: 0.92rem;
  line-height: 1.5;
}

.admin-enquiry-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.admin-enquiry-summary-card {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.admin-enquiry-summary-value {
  color: #24324a;
  font-size: 1rem;
  font-weight: 600;
}

.admin-enquiry-section-title {
  margin-bottom: 1rem;
  color: #22314a;
  font-size: 0.98rem;
  font-weight: 700;
}

.admin-enquiry-detail-grid {
  --bs-gutter-y: 0;
}

.admin-enquiry-detail-grid > [class*="col-"] {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.92);
}

.admin-enquiry-detail-grid > [class*="col-"]:nth-last-child(-n+2) {
  border-bottom: 0;
}

.admin-enquiry-detail-grid > .col-12:last-child,
.admin-enquiry-detail-grid > .col-md-4:last-child,
.admin-enquiry-detail-grid > .col-md-6:last-child {
  border-bottom: 0;
}

.admin-enquiry-label {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a94a6;
  margin-bottom: 0.28rem;
}

.admin-enquiry-value {
  color: #4d5a6d;
  font-size: 0.92rem;
  line-height: 1.45;
}

.admin-enquiry-body-copy {
  min-height: 120px;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  background: #f8fafc;
  border: 1px solid rgba(226, 232, 240, 0.92);
}

.admin-enquiry-card .badge.bg-secondary {
  background: #f8fafc !important;
  color: #526072 !important;
  border: 1px solid rgba(203, 213, 225, 0.92);
  font-weight: 500;
}

.admin-enquiry-meta {
  background: #f8fafc;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1rem;
  padding: 1rem 1.1rem;
}

.admin-enquiry-meta pre {
  color: #607086;
  font-size: 0.82rem;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
}

.admin-courses-filter {
  padding: 1rem 1.1rem 1.1rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
}

.admin-courses-filter-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
}

.admin-courses-filter-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a94a6;
  margin-bottom: 0.2rem;
}

.admin-courses-filter-title {
  color: #22314a;
  font-size: 1rem;
  font-weight: 700;
}

.admin-courses-filter .form-label {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8a94a6;
  margin-bottom: 0.35rem;
}

.admin-courses-filter .form-control,
.admin-courses-filter .form-select {
  min-height: 42px;
  border-radius: 0.8rem;
  border-color: rgba(203, 213, 225, 0.92);
  background: #fcfdff;
  color: #4d5a6d;
  font-size: 0.88rem;
}

.admin-courses-filter .form-control::placeholder {
  color: #a8b1c1;
}

.admin-courses-bulkbar select[multiple] {
  min-height: 132px;
  border-radius: 0.8rem;
  background: #fcfdff;
}

.admin-courses-filter-submit {
  min-height: 42px;
  border-radius: 0.8rem;
}

.admin-courses-bulkbar {
  padding: 1rem 1.1rem 1.1rem;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 1rem;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
}

.admin-courses-bulkbar-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
}

.admin-courses-bulkbar-count {
  color: #22314a;
  font-size: 1rem;
  font-weight: 700;
}

.admin-courses-bulkbar-meta {
  margin-top: 0.3rem;
  color: #607086;
  font-size: 0.8rem;
  line-height: 1.4;
}

.admin-courses-checkbox-col {
  width: 56px;
  text-align: center;
  vertical-align: middle;
  padding-left: 0.45rem !important;
  padding-right: 0.45rem !important;
}

.admin-layout table.dataTable thead .admin-courses-checkbox-col,
.admin-layout .table thead .admin-courses-checkbox-col {
  text-align: center !important;
  padding-left: 0.7rem !important;
  padding-right: 0.2rem !important;
}

.admin-layout table.dataTable tbody .admin-courses-checkbox-col,
.admin-layout .table tbody .admin-courses-checkbox-col {
  text-align: center !important;
  padding-left: 0.45rem !important;
  padding-right: 0.45rem !important;
}

.admin-layout .admin-courses-checkbox-col .form-check-input {
  display: inline-block;
  margin-top: 0;
  width: 1.15rem;
  height: 1.15rem;
  border-width: 1.5px;
}

@media (max-width: 991px) {
  .course-country-cities-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .course-country-city-grid {
    grid-template-columns: 1fr;
  }

  .admin-enquiry-summary-grid {
    grid-template-columns: 1fr;
  }

  .admin-enquiry-detail-grid > [class*="col-"] {
    border-bottom: 1px solid rgba(226, 232, 240, 0.92);
  }

  .admin-enquiry-detail-grid > [class*="col-"]:last-child {
    border-bottom: 0;
  }

  .admin-courses-filter-head {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-courses-bulkbar-head {
    flex-direction: column;
    align-items: stretch;
  }
}

.admin-layout .dataTables_wrapper .dataTables_processing {
  background: #ffffff;
  border: 1px solid rgba(20, 21, 24, 0.08);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  box-shadow: 0 10px 24px rgba(16, 22, 28, 0.12);
  color: #6b7280;
}

/* Admin auth */
.admin-auth {
  background: linear-gradient(140deg, #f6f2ff 0%, #fef4e8 45%, #f3f7ff 100%);
  margin: 0;
  min-height: 100vh;
  width: 100%;
}

.admin-auth-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  width: 100%;
}

.admin-auth-panel {
  position: relative;
  padding: 4.5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  min-height: 100vh;
  height: 100vh;
}

.admin-auth-panel-left {
  color: #ffffff;
  background: linear-gradient(160deg, #0c1b2e 0%, #122a44 45%, #1e3a5f 100%);
}

.admin-auth-panel-right {
  background: transparent;
  align-items: center;
}

.admin-auth-card {
  width: min(100%, 420px);
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.admin-auth-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 3rem;
}

.admin-auth-logo {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 700;
  background: linear-gradient(135deg, #ff9a56, #ff5f7b);
  color: #ffffff;
  letter-spacing: 0.05em;
}

.admin-auth-title {
  font-weight: 700;
  font-size: 1.1rem;
}

.admin-auth-subtitle {
  font-size: 0.85rem;
  opacity: 0.7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-auth-hero {
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.admin-auth-copy {
  font-size: 1.05rem;
  opacity: 0.8;
  max-width: 360px;
}

.admin-auth-metrics {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
}

.admin-auth-metric-value {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.admin-auth-metric-label {
  opacity: 0.7;
}

.admin-auth-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(0);
  opacity: 0.5;
}

.admin-auth-glow-1 {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 156, 104, 0.5), rgba(255, 156, 104, 0));
  top: -80px;
  right: -60px;
}

.admin-auth-glow-2 {
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.45), rgba(96, 165, 250, 0));
  bottom: -70px;
  left: -60px;
}

.admin-auth-header {
  margin-bottom: 1.75rem;
  text-align: left;
}

.admin-auth-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #1e40af;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-auth-heading {
  font-size: 1.85rem;
  margin: 0.9rem 0 0.35rem;
  color: #0f172a;
}

.admin-auth-lead {
  color: #64748b;
  margin-bottom: 0;
}

.admin-auth-form .form-control {
  border-radius: 0.85rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #f8fafc;
}

.admin-auth-form .form-control:focus {
  border-color: rgba(59, 130, 246, 0.6);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
  background: #ffffff;
}

.admin-auth-field {
  margin-bottom: 1.1rem;
}

.admin-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.6rem 0 1.4rem;
  gap: 12px;
  font-size: 0.85rem;
  color: #64748b;
}

.admin-auth-row .form-check {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-auth-help {
  text-decoration: none;
  color: #1e40af;
  font-weight: 600;
}

.admin-auth-form .btn-primary {
  border-radius: 0.9rem;
  padding: 0.8rem 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.admin-auth-footnote {
  margin-top: 1rem;
  font-size: 0.78rem;
  color: #94a3b8;
  text-align: center;
}

@media (max-width: 992px) {
  .admin-auth-shell {
    grid-template-columns: 1fr;
  }

  .admin-auth-panel {
    padding: 3rem 2rem;
  }

  .admin-auth-panel-left {
    min-height: 320px;
  }

  .admin-auth-panel-right {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 576px) {
  .admin-auth-card {
    padding: 2rem 1.5rem;
  }

  .admin-auth-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* About section */
.about-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #f7f2df;
  color: #6b5b2e;
  font-weight: 600;
  font-size: 0.8rem;
}

.icon-circle {
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: #f1e06a;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.about-image {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(16, 22, 28, 0.16);
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-card {
  background: #f9f5f6;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 10px 24px rgba(16, 22, 28, 0.08);
}

.about-card-image {
  margin-top: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}

.about-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-card-dark {
  background: #232323;
  color: #fff;
}

.about-card-dark p {
  color: #d7d7d7;
}

/* Training cards */
.training-card {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #ffffff;
}

.training-card .card-body {
  min-height: 190px;
}

.training-image {
  height: 180px;
  object-fit: cover;
}

.training-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #f1e06a;
  font-weight: 700;
}

.training-card-explore {
  border-radius: 1.25rem;
  overflow: hidden;
  background: linear-gradient(145deg, #0d2f67 0%, #1a4fa8 60%, #0f3d8a 100%);
  border: none;
  box-shadow: 0 4px 24px rgba(13, 47, 103, 0.28);
  transition: transform .2s ease, box-shadow .2s ease;
  cursor: pointer;
}

.training-card-explore:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(13, 47, 103, 0.38);
}

.training-explore-body {
  flex: 1;
  padding: 1.6rem 1.4rem 1rem;
}

.training-explore-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  color: #ffd9b8;
}

.training-explore-title {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  line-height: 1.25;
}

.training-explore-sub {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

.training-explore-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.4rem 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffd9b8;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.training-explore-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
  font-size: 1rem;
  transition: background .2s, transform .2s;
}

.training-card-explore:hover .training-explore-arrow {
  background: #f97316;
  transform: translateX(3px);
}

/* Impact stats + features */
.stat-box {
  background: #f7f3f6;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 24px rgba(16, 22, 28, 0.08);
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
}

.stat-plus {
  color: #f1c40f;
  margin-left: 2px;
  font-weight: 700;
}

.stat-label {
  color: #6b7280;
  font-weight: 600;
}

.feature-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.4rem;
  box-shadow: 0 10px 24px rgba(16, 22, 28, 0.08);
  border: 1px solid #eef1f4;
  min-height: 220px;
}

/* ===== INDUSTRY MOSAIC (Specialized Training section) ===== */
.industry-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 280px 280px 200px;
  gap: 12px;
}

/* Card 1: tall feature card spanning both main rows */
.ind-card--1 {
  grid-row: 1 / 3;
}

/* Card 6: wide banner spanning all 3 columns */
.ind-card--6 {
  grid-column: 1 / 4;
}

.ind-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #fff;
}

.ind-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

a.ind-card:hover .ind-card-bg {
  transform: scale(1.06);
}

.ind-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.3) 55%, rgba(0,0,0,0.05) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.4rem 1.5rem;
  text-align: left;
}

.ind-card-label {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 0.35rem;
}

.ind-card-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

/* Taller card 1 gets bigger title */
.ind-card--1 .ind-card-title {
  font-size: 1.4rem;
}

.ind-card-desc {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.5;
  margin-bottom: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Card 6 wide banner shows desc in single line */
.ind-card--6 .ind-card-desc {
  -webkit-line-clamp: 1;
}

.ind-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #00bcd4;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
}

a.ind-card:hover .ind-card-btn {
  background: #0097a7;
  transform: scale(1.12);
}

/* Responsive: stack to 2-col on tablet */
@media (max-width: 991px) {
  .industry-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 260px 260px 240px 240px;
  }
  .ind-card--1 { grid-row: auto; }
  .ind-card--6 { grid-column: 1 / 3; }
}

/* Mobile: single column */
@media (max-width: 575px) {
  .industry-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 200px);
  }
  .ind-card--1 { grid-row: auto; }
  .ind-card--6 { grid-column: auto; }
}

.feature-card ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.75rem;
}

.feature-card ul li::before {
  content: "•";
  color: #f1c40f;
  margin-right: 8px;
}

.feature-image {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  border-radius: 0.75rem;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

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

.reason-card {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 10px 24px rgba(16, 22, 28, 0.06);
  border: 1px solid #eef1f4;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(16, 22, 28, 0.1);
}

.reason-number {
  flex-shrink: 0;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #4F46E5, #7C3AED);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.reason-content h6 {
  font-size: 1.05rem;
}

.flex-highlight-card {
  background: #ffffff;
  border-radius: 0.85rem;
  padding: 1.5rem;
  box-shadow: 0 10px 24px rgba(16, 22, 28, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.flex-highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(16, 22, 28, 0.1);
}

.flex-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}

.leader-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.leader-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(16, 22, 28, 0.1) !important;
}

.leader-bio-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.leader-field-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.premium-feature-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.premium-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(16, 22, 28, 0.1) !important;
}

.premium-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 1.25rem;
  margin: 0 auto 1.25rem;
}

/* ===== ADDM steps timeline (Training Approach page) ===== */
.addm-timeline {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
}

.addm-timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 12.5%;
  right: 12.5%;
  height: 3px;
  background: linear-gradient(90deg, #4f46e5, #0891b2, #059669, #d97706);
  z-index: 0;
}

.addm-timeline-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  min-width: 0;
}

.addm-timeline-marker {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
  border: 4px solid #f8fafc;
  box-shadow: 0 6px 16px rgba(16, 22, 28, 0.15);
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}

.addm-timeline-card {
  background: #ffffff;
  border-radius: 0.85rem;
  padding: 1.25rem;
  box-shadow: 0 10px 24px rgba(16, 22, 28, 0.06);
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.addm-timeline-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(16, 22, 28, 0.1);
}

@media (max-width: 991px) {
  .addm-timeline {
    flex-direction: column;
    gap: 2rem;
  }

  .addm-timeline::before {
    top: 0;
    bottom: 0;
    left: 27px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, #4f46e5, #0891b2, #059669, #d97706);
  }

  .addm-timeline-step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 1rem;
  }

  .addm-timeline-marker {
    margin-bottom: 0;
  }
}

/* ===== Case study tabs (Training Approach page) ===== */
.case-study-tabs .nav-link {
  border-radius: 2rem;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.55rem 1.25rem;
  border: 1.5px solid var(--cs-color, #4f46e5);
  color: var(--cs-color, #4f46e5);
  background: #fff;
  transition: all 0.2s ease;
}

.case-study-tabs .nav-link.active {
  background: var(--cs-color, #4f46e5);
  color: #fff;
}

.home-events-section {
  overflow: hidden;
}

.home-events-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1.05fr) minmax(0, 1.9fr);
  gap: 2.2rem;
  align-items: start;
}

.home-events-copy,
.home-events-grid {
  position: relative;
  z-index: 1;
}

.home-events-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
}

.home-events-copy h2 {
  max-width: 10ch;
  margin: 1.35rem 0 1.1rem;
  color: #ffffff;
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  line-height: 1.06;
}

.home-events-copy p {
  max-width: 24ch;
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.6;
}

.home-events-copy strong {
  display: block;
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.98rem;
}

.home-events-cta {
  min-width: 170px;
  border-radius: 18px;
  padding: 0.95rem 1.4rem;
  background: #ffffff;
  border: 0;
  color: #0d1a3a;
  font-weight: 700;
}

.home-events-cta:hover,
.home-events-cta:focus {
  background: rgba(255, 255, 255, 0.88);
  color: #0d1a3a;
}

/* Cards grid wrapper — rounded box sits on top of section bg */
.home-events-grid-wrap {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 1.5rem;
}

.home-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.home-event-card {
  display: block;
  min-height: 148px;
  padding: 1.5rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  backdrop-filter: blur(6px);
}

a.home-event-card:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-3px);
  color: #fff;
  text-decoration: none;
}

.home-event-card h3 {
  margin: 0 0 0.95rem;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
}

.home-event-meta {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94rem;
}

.home-event-location {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.home-event-location svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1199.98px) {
  .home-events-shell {
    grid-template-columns: 1fr;
  }

  .home-events-copy h2,
  .home-events-copy p {
    max-width: none;
  }

  .home-events-shell::before {
    width: 100%;
    right: auto;
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .home-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .home-events-grid {
    grid-template-columns: 1fr;
  }

  .home-event-card {
    min-height: auto;
  }
}

/* Footer */
.site-footer {
  background: #1f1f1f;
  color: #f5f5f5;
  padding: 40px 0 20px;
  border-radius: 20px;
}

.site-footer .container {
  background: linear-gradient(135deg, #2a2a2a, #1b1b1b);
  border-radius: 20px;
  padding: 30px;
}

.footer-cta {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 24px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  color: #f5f5f5;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 22px;
}

.footer-grid h6 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-weight: 600;
}

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

.footer-list li {
  margin-bottom: 8px;
  color: #d6d6d6;
}

.footer-list a {
  color: #d6d6d6;
  text-decoration: none;
}

.footer-form {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.footer-form input {
  flex: 1;
  padding: 10px 12px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.footer-form button {
  border: none;
  background: #f1c40f;
  color: #1f1f1f;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
}

.footer-bottom {
  text-align: center;
  color: #bcbcbc;
  margin-top: 20px;
  font-size: 0.85rem;
}

/* FAQ */
.faq-image {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(16, 22, 28, 0.16);
}

.faq-image img {
  width: 100%;
  height: auto;
  display: block;
}

.faq-card {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #f7f3db;
  border-radius: 1rem;
  padding: 1rem;
  max-width: 220px;
  box-shadow: 0 12px 30px rgba(16, 22, 28, 0.16);
}

.faq-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1e06a;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 12px;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(16, 22, 28, 0.08);
}

.faq-accordion .accordion-button {
  background: #f1e06a;
  font-weight: 600;
}

.faq-accordion .accordion-button.collapsed {
  background: #f7f7f7;
}

/* Testimonials */
.testimonial-image {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(16, 22, 28, 0.16);
}

.testimonial-image img {
  width: 100%;
  height: auto;
  display: block;
}

.testimonial-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #f1e06a;
  padding: 14px 16px;
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(16, 22, 28, 0.18);
}

.badge-score {
  font-weight: 700;
  font-size: 1.2rem;
}

.badge-source {
  font-size: 0.85rem;
}

.testimonial-carousel-wrap {
  position: relative;
}

.testi-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1;
  color: #0d2f67;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
  display: grid;
  place-items: center;
  transition: background .15s, color .15s;
}
.testi-nav:hover { background: #0d2f67; color: #fff; }
.testi-nav--prev { left: -18px; }
.testi-nav--next { right: -18px; }

.testimonial-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 1.25rem;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.testimonial-carousel::-webkit-scrollbar {
  display: none;
  height: 0;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 12px 26px rgba(16, 22, 28, 0.1);
  position: relative;
  scroll-snap-align: start;
}

.testimonial-stars {
  color: #f1c40f;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}

.testimonial-card hr {
  margin: 1.2rem 0;
}

.testimonial-author {
  display: grid;
}

.testimonial-quote {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f1e06a;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.course-testimonials-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.course-testimonial-nav {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(13, 47, 103, 0.2);
  background: #fff;
  color: var(--brand-primary);
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.course-testimonial-nav:hover {
  background: var(--brand-primary);
  color: #fff;
}

/* Contact cards */
.contact-card {
  background: #f7f5f6;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 24px rgba(16, 22, 28, 0.08);
  min-height: 260px;
}

.contact-card-highlight {
  background: #f1e06a;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1e06a;
  display: grid;
  place-items: center;
}

.contact-card-highlight .contact-icon {
  background: #f7f3db;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.status-dot-green {
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.status-dot-red {
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.status-pill {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #6b7280;
}

.status-text-good { color: #16a34a; font-weight: 600; }
.status-text-low { color: #f59e0b; font-weight: 600; }
.status-text-online { color: #16a34a; font-weight: 600; }
.status-text-offline { color: #ef4444; font-weight: 600; }

.icon-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(20, 21, 24, 0.08);
  background: #ffffff;
  display: grid;
  place-items: center;
  color: #1f2937;
  box-shadow: 0 8px 16px rgba(20, 24, 31, 0.08);
}

.icon-btn svg {
  width: 20px;
  height: 20px;
}

.icon-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--brand-crimson), var(--brand-orange));
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.stat-card {
  border-radius: 1rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 180px;
}

.stat-card::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  right: -70px;
  top: -40px;
}

.stat-card-body {
  padding: 1.6rem;
  position: relative;
  z-index: 1;
}

.stat-title {
  font-size: 1rem;
  opacity: 0.9;
}

.stat-value {
  font-size: 2.1rem;
  font-weight: 700;
  margin-top: 0.4rem;
}

.stat-note {
  margin-top: 2.2rem;
  font-size: 0.9rem;
  opacity: 0.9;
}

.stat-icon {
  position: absolute;
  right: 22px;
  top: 18px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
}

.stat-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.stat-card-warm {
  background: linear-gradient(135deg, #ffb88c 0%, #ff7aa2 100%);
}

.stat-card-cool {
  background: linear-gradient(135deg, #6ec6ff 0%, #4a78ff 100%);
}

.stat-card-mint {
  background: linear-gradient(135deg, #6ee7c8 0%, #37b8a5 100%);
}

/* Header + Footer menu structure */
.site-header {
  padding: 0;
  z-index: 1030;
  background: #fff;
}

.header-main-nav,
.footer-menu-grid,
.footer-policy-grid {
  display: grid;
}

.header-utility-strip {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.header-utility-inner {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) minmax(300px, 400px) auto auto;
  align-items: center;
  column-gap: 18px;
  padding: 10px 12px;
}

.header-brand {
  flex: 0 0 auto;
  padding-right: 0;
}

.header-utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}

.header-utility-links a,
.header-main-nav a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  padding: 8px 12px;
  border-radius: 999px;
}

.header-utility-links a {
  border: none;
}

.header-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #143a74;
  padding: 6px 4px;
  font-weight: 400;
}

.header-contact-link svg {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  padding: 0.45rem;
  color: #0d2f67;
  border: 1px solid #b6c6df;
  border-radius: 999px;
  background: #ffffff;
}

.header-contact-link span {
  white-space: nowrap;
  font-size: 0.88rem;
  font-weight: 500;
  color: #143a74;
}

.header-main-nav a {
  color: #fff;
}

.header-main-nav-wrap {
  background: #0d2f67;
  position: relative;
  z-index: 2001;
}

.header-main-nav {
  grid-template-columns: repeat(8, auto);
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
}

.header-main-nav a {
  color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

.header-main-nav a.active,
.header-main-nav a:hover {
  background: transparent;
  border-color: transparent;
}

.header-search-form {
  width: 100%;
  max-width: 420px;
  position: relative;
  justify-self: end;
  margin: 0 0 0 0.9rem;
  transform: translateX(0);
  opacity: 0;
  animation: headerSearchSlideIn 0.55s ease forwards;
}

.header-search-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  background: var(--brand-deepblue);
  color: #ffffff;
  z-index: 1;
}

.header-search-form input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  min-height: 44px;
  padding: 10px 12px 10px 58px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.92);
  outline: none;
  box-shadow: none;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.header-search-form input:focus {
  border-color: rgba(13, 47, 103, 0.28);
  outline: none;
  box-shadow: 0 10px 24px rgba(13, 47, 103, 0.08);
  transform: translateY(-1px);
}

.header-search-results {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  max-height: 320px;
  overflow: auto;
  z-index: 2000;
}

@keyframes headerSearchSlideIn {
  from {
    transform: translateX(10px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.header-search-item {
  display: block;
  padding: 12px 16px;
  color: #5f6d80;
  text-decoration: none;
  font-weight: 500;
}

.header-search-title {
  font-size: 0.92rem;
  font-weight: 500;
  color: #5f6d80;
}

.header-search-meta {
  font-size: 0.76rem;
  color: #94a3b8;
  margin-top: 3px;
  font-weight: 400;
}

.header-search-item:hover {
  background: rgba(249, 115, 22, 0.12);
}

.header-country-picker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: 0.5rem;
  border: 1px solid rgba(13, 47, 103, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 0.45rem 0.7rem;
  color: #0d2f67;
  font-weight: 600;
}

.header-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(13, 47, 103, 0.14);
  border-radius: 12px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.header-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #0d2f67;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header-nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header-nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.header-nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-dropdown-head {
  display: flex;
  align-items: center;
}

.nav-dropdown-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #ffffff;
  border-radius: 10px;
  padding: 0;
}

.nav-dropdown-toggle svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

.nav-dropdown.is-open .nav-dropdown-toggle svg {
  transform: rotate(180deg);
}

.header-country-icon {
  font-size: 1rem;
  line-height: 1;
}

.header-enquire-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(135deg, #ffb347 0%, #f97316 100%);
  border: 1px solid #d96a0f !important;
  color: #fff !important;
  box-sizing: border-box;
}

.header-enquire-btn:hover {
  background: linear-gradient(135deg, #ffa726 0%, #ea580c 100%);
  border: 1px solid #b95f09 !important;
  color: #fff !important;
}

.country-picker-modal .modal-content {
  border: 0;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.2);
}

.country-picker-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.country-picker-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid rgba(13, 47, 103, 0.1);
  border-radius: 12px;
  background: #fff;
  padding: 0.55rem 0.7rem;
  text-align: left;
  color: #1f2937;
}

.country-picker-option:hover,
.country-picker-option.is-active {
  border-color: rgba(13, 47, 103, 0.22);
  background: #f8fbff;
}

.country-picker-option-flag {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef4fb;
  font-size: 0.95rem;
  line-height: 1;
  flex-shrink: 0;
}

.country-picker-option-name {
  font-size: 0.85rem;
  font-weight: 600;
}

.site-footer {
  margin-top: 0;
  padding: 48px 0 18px;
  background: #081a36;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  color: #eef4ff;
  box-shadow: 0 -10px 24px rgba(2, 8, 20, 0.28);
}

.footer-menu-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 18px;
  padding: 0 24px 18px;
  align-items: start;
}

.footer-menu-grid h6 {
  background: transparent;
  color: #ffffff;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0;
  letter-spacing: 0.02em;
}

.footer-menu-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu-grid a {
  display: block;
  color: #b9c8df;
  text-decoration: none;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 7px 0;
  line-height: 1.2;
  transition: background 0.2s ease, color 0.2s ease;
}

.footer-menu-grid a:hover {
  background: transparent;
  color: #ffffff;
}

.footer-policy-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 20px;
  row-gap: 8px;
  padding: 14px 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  align-items: center;
}

.footer-copyright {
  color: #cbd9f4;
  font-size: 0.86rem;
  font-weight: 400;
}

.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.footer-policy-grid a,
.footer-policy-links a {
  display: block;
  background: transparent;
  color: #b7c6de;
  text-decoration: none;
  text-align: left;
  font-size: 0.86rem;
  font-weight: 400;
  padding: 2px 0;
  transition: color 0.2s ease;
}

.footer-policy-grid a:hover {
  color: #ffffff;
}

.header-main-nav > *:last-child {
  border-right: none;
}

@media (max-width: 1200px) {
  .header-main-nav {
    grid-template-columns: repeat(4, auto);
    justify-content: start;
  }
}

@media (max-width: 992px) {
  .footer-menu-grid,
  .footer-policy-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-policy-grid {
    grid-template-columns: 1fr;
  }

  .footer-policy-links {
    justify-content: flex-start;
  }

  .footer-menu-grid,
  .footer-policy-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-utility-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas:
      "brand country toggle"
      "search search search"
      "actions actions actions";
    row-gap: 10px;
    column-gap: 10px;
  }

  .header-brand {
    grid-area: brand;
    justify-self: start;
    padding-right: 0;
  }

  .header-brand img {
    height: 46px;
    width: auto;
  }

  .header-utility-links {
    grid-area: actions;
    justify-content: start;
  }

  .header-search-form {
    grid-area: search;
    max-width: none;
    margin: 0;
    justify-self: stretch;
  }

  .header-country-picker {
    grid-area: country;
    justify-self: end;
    margin-left: 0;
  }

  .header-enquire-btn {
    min-height: 44px;
  }

  .header-nav-toggle {
    grid-area: toggle;
    display: inline-flex;
    justify-self: end;
  }

  .header-main-nav-wrap {
    display: none;
    background: #0d2f67;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .header-main-nav-wrap.is-open {
    display: block;
  }

  .header-main-nav {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 0.35rem;
    padding: 0.9rem 12px 1rem;
  }

  .header-main-nav a,
  .nav-dropdown-trigger {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    border-radius: 12px;
    padding: 0.8rem 0.95rem;
    white-space: normal;
  }

  .header-main-nav a::after,
  .nav-dropdown-trigger::after {
    display: none;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-dropdown-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.35rem;
  }

  .nav-dropdown-toggle {
    display: inline-flex;
  }

  .nav-dropdown-menu {
    position: static;
    transform: none;
    width: 100%;
    min-width: 0;
    margin-top: 0.4rem;
    box-shadow: none;
    border-radius: 14px;
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.98);
  }

  .nav-dropdown-menu.nav-dropdown-menu-mega {
    width: 100%;
    max-height: none;
    top: auto;
    left: auto;
    padding: 0.8rem;
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    display: none;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    display: block;
  }

  .nav-mega-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .nav-mega-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    padding-bottom: 0.65rem;
  }

  .nav-mega-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .footer-menu-grid,
  .footer-policy-grid {
    grid-template-columns: 1fr;
  }

  .header-utility-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .header-utility-links {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .header-contact-link {
    width: 100%;
    justify-content: flex-start;
  }

  .header-enquire-btn,
  .header-country-picker,
  .header-nav-toggle {
    min-height: 42px;
  }
}

.courses-browser-header {
  max-width: 720px;
}

.catalogue-hero {
  padding: 3.5rem 0 2.8rem;
  background-image:
    linear-gradient(rgba(13, 47, 103, 0.88), rgba(13, 47, 103, 0.92)),
    url('/images/bg-page-2.webp');
  background-size: cover;
  background-position: center;
  text-align: center;
}

.catalogue-hero-shell {
  padding: 1.8rem 0 0;
}

.catalogue-eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #ffd9b8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalogue-hero-shell h1 {
  max-width: 22ch;
  margin: 0 auto 1.6rem;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  line-height: 1.1;
}

.catalogue-search-wrap {
  max-width: 620px;
  margin: 0 auto 1.2rem;
}

.catalogue-search-inner {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}

.catalogue-search-icon {
  position: absolute;
  left: 1.1rem;
  color: #9aa5b4;
  pointer-events: none;
  display: flex;
}

#catalogueSearch {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 0.95rem 3rem 0.95rem 3.1rem;
  font-size: 1rem;
  color: #1a2a3a;
  border-radius: 50px;
}

#catalogueSearch::placeholder {
  color: #a0aab4;
}

.catalogue-search-clear {
  padding: 0.5rem 1.3rem 0.5rem 0.5rem;
  cursor: pointer;
  color: #a0aab4;
  font-size: 1rem;
  line-height: 1;
  transition: color .15s;
  flex-shrink: 0;
}

.catalogue-search-clear:hover {
  color: #0d2f67;
}

.catalogue-hero-meta {
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  font-weight: 500;
}

.catalogue-section {
  padding: 2rem 0 3rem;
}

.cat-search-results {
  padding: 0.5rem 0 3rem;
}

.cat-search-count {
  color: #5a6b82;
  font-size: 0.88rem;
  margin-bottom: 1.2rem;
}

.cat-search-count strong {
  color: #0d2f67;
}

.cat-search-result-item {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f4f8;
  text-decoration: none;
  transition: padding-left .15s;
}

.cat-search-result-item:hover {
  padding-left: 0.5rem;
}

.cat-search-result-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0d2f67;
}

.cat-search-result-title mark {
  background: #fff3cd;
  color: inherit;
  border-radius: 2px;
  padding: 0 1px;
}

.cat-search-result-meta {
  font-size: 0.8rem;
  color: #8a9ab0;
  margin-top: 0.18rem;
}

.cat-search-empty {
  text-align: center;
  padding: 4rem 0;
  color: #7b8794;
}

.cat-search-empty strong {
  color: #0d2f67;
}

.cat-tabs-wrap {
  border-bottom: 2px solid #e4eaf4;
  margin-bottom: 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cat-tabs-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  min-width: 100%;
}

.cat-tab-pill {
  padding: 0.72rem 1.35rem;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  color: #5a6b82;
  font-size: 0.93rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: -2px;
  transition: color .15s, border-color .15s;
}

.cat-tab-pill:hover {
  color: #0d2f67;
}

.cat-tab-pill.active {
  color: #0d2f67;
  border-bottom-color: #f97316;
}

.cat-tab-content {
  padding-top: 0.5rem;
}

.cat-panel-header {
  margin-bottom: 1.75rem;
}

.cat-panel-vertical-link {
  color: #f97316;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.cat-panel-vertical-link:hover {
  color: #e05e00;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 2.5rem;
}

.cat-section-heading {
  display: block;
  color: #0d2f67;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding-bottom: 0.45rem;
  margin-bottom: 0.55rem;
  border-bottom: 2px solid rgba(13, 47, 103, 0.1);
}

.cat-section-heading:hover {
  color: #f97316;
}

.cat-course-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.18rem;
}

.cat-course-link {
  color: #4b5a70;
  font-size: 0.87rem;
  text-decoration: none;
  line-height: 1.45;
  display: block;
  padding: 0.18rem 0 0.18rem 0.55rem;
  border-left: 2px solid transparent;
  transition: color .15s, border-color .15s, padding-left .15s;
}

.cat-course-link:hover {
  color: #0d2f67;
  border-left-color: #f97316;
  padding-left: 0.8rem;
}

.policy-hero {
  padding: 3rem 0 1.4rem;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.94), rgba(248, 250, 252, 0.96)),
    url('/images/bg-page-2.webp');
  background-size: cover;
  background-position: center;
}

.policy-hero-shell {
  padding: 1.8rem 0 1.25rem;
  border-bottom: 1px solid rgba(13, 47, 103, 0.1);
}

.policy-eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #eb8026;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.policy-hero-shell h1 {
  margin: 0 0 0.8rem;
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.06;
}

.policy-hero-shell p {
  max-width: 68ch;
  margin: 0;
  color: #728093;
  line-height: 1.8;
}

.policy-section {
  padding: 2rem 0 3.5rem;
}

.policy-content {
  max-width: 920px;
}

.policy-block + .policy-block {
  margin-top: 1.7rem;
}

.policy-block {
  padding: 1.35rem 1.4rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 20px;
  background: #fff;
}

.policy-block h2 {
  margin: 0 0 0.8rem;
  color: #0d2f67;
  font-size: 1.2rem;
}

.policy-block p {
  margin: 0 0 0.85rem;
  color: #718093;
  line-height: 1.8;
}

.policy-block p:last-child {
  margin-bottom: 0;
}

.footer-page-hero {
  padding: 3rem 0 1.8rem;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.94), rgba(248, 250, 252, 0.98)),
    url('/images/bg-page-2.webp');
  background-size: cover;
  background-position: center;
}

.footer-page-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 1.6rem;
  align-items: center;
  padding: 1.2rem 0 1.5rem;
}

.footer-page-eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: #eb8026;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-page-hero-copy h1 {
  margin: 0 0 0.9rem;
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.05;
}

.footer-page-hero-copy p {
  max-width: 64ch;
  margin: 0;
  color: #6d7a8b;
  line-height: 1.85;
}

.footer-page-highlight-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.footer-page-highlight {
  position: relative;
  padding: 0.95rem 1rem 0.95rem 1.3rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: #435165;
  line-height: 1.7;
}

.footer-page-highlight::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 0.95rem;
  bottom: 0.95rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0d2f67 0%, rgba(13, 47, 103, 0.16) 100%);
}

.footer-page-hero-media img {
  width: 100%;
  display: block;
  min-height: 360px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.footer-page-section {
  padding: 0.8rem 0 3.6rem;
}

.footer-page-content {
  max-width: 980px;
  display: grid;
  gap: 1.2rem;
}

.footer-page-block {
  padding: 1.45rem 1.5rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 22px;
  background: #ffffff;
}

.footer-page-block h2 {
  margin: 0 0 0.75rem;
  color: #0d2f67;
  font-size: 1.2rem;
}

.footer-page-block p {
  margin: 0 0 0.85rem;
  color: #718093;
  line-height: 1.85;
}

.footer-page-block p:last-child {
  margin-bottom: 0;
}

.faq-answer-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0.85rem;
}

.faq-answer-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.6rem;
  color: #718093;
  line-height: 1.7;
}

.faq-answer-list li:last-child {
  margin-bottom: 0;
}

.faq-answer-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4F46E5;
}

.faq-answer p:last-child,
.faq-answer .faq-answer-list:last-child {
  margin-bottom: 0;
}

.global-region-box {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.global-region-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(16, 22, 28, 0.08);
}

.course-top-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.course-top-meta-copy {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.course-top-meta-separator {
  color: #94a3b8;
  font-size: 0.85rem;
  line-height: 1;
}

.course-top-meta-id {
  color: #5f6d80;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

.course-tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.course-tab-title {
  flex: 1 1 300px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
}

.course-top-tabs {
  width: 100%;
}

.verticals-hero {
  padding: 3.2rem 0 1.5rem;
  background-image:
    linear-gradient(rgba(13, 47, 103, 0.88), rgba(13, 47, 103, 0.92)),
    url('/images/bg-page-2.webp');
  background-size: cover;
  background-position: center;
}

.verticals-hero-shell {
  display: block;
  padding: 2rem 0 1.25rem;
  border-bottom: 1px solid rgba(13, 47, 103, 0.1);
}

.verticals-eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: #ffd9b8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.verticals-hero-copy h1 {
  max-width: 14ch;
  margin: 0 0 0.85rem;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
}

.verticals-hero-copy p {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.75;
}

.verticals-section {
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.verticals-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.vertical-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 1rem 1rem 0.95rem;
  border: 1px solid rgba(13, 47, 103, 0.12);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 250, 0.96) 100%);
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.vertical-card:hover {
  transform: translateY(-3px);
  border-color: rgba(235, 128, 38, 0.38);
  background: linear-gradient(180deg, #ffffff 0%, #f9f3ee 100%);
}

.vertical-card-top,
.vertical-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vertical-card-index {
  color: #94a3b8;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.vertical-card-link {
  color: #0d2f67;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.vertical-card-body {
  margin: 1.2rem 0 1rem;
}

.vertical-card-body h2 {
  margin: 0 0 0.7rem;
  color: #0f172a;
  font-size: 1.18rem;
  line-height: 1.25;
}

.vertical-card-body p {
  margin: 0;
  color: #738091;
  font-size: 0.92rem;
  line-height: 1.6;
}

.vertical-card-footer {
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(13, 47, 103, 0.08);
  color: #0d2f67;
  font-size: 0.92rem;
  font-weight: 700;
}

.category-tile {
  min-height: 160px;
  padding: 1.2rem;
  border: 1px solid rgba(13, 47, 103, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.category-tile:hover,
.category-tile:focus {
  border-color: rgba(13, 47, 103, 0.38);
  transform: translateY(-2px);
}

.corp-train-hero {
  padding: 3.4rem 0 3rem;
  background:
    radial-gradient(circle at top right, rgba(235, 128, 38, 0.18), transparent 22rem),
    linear-gradient(rgba(13, 47, 103, 0.88), rgba(18, 59, 127, 0.92)),
    url('/images/bg-page-2.webp');
  background-size: auto, cover, cover;
  background-position: top right, center, center;
  color: #fff;
}

.corp-train-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 1.4rem;
  align-items: start;
}

.corp-train-eyebrow,
.corp-train-section-kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: #ffd9b8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.corp-train-hero-copy h1 {
  max-width: 12ch;
  margin: 0 0 0.95rem;
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  line-height: 1.02;
}

.corp-train-hero-copy p {
  max-width: 60ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
}

.corp-train-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.corp-train-hero-actions .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.35);
}

.corp-train-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.corp-train-meta-card {
  min-width: 150px;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.corp-train-meta-card strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}

.corp-train-meta-card span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.corp-train-hero-panel {
  padding: 1.05rem 1.1rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.corp-train-panel-label {
  margin-bottom: 0.9rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.corp-train-panel-list {
  margin: 0;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.76);
  list-style: none;
}

.corp-train-panel-list li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.75;
}

.corp-train-panel-list li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f6c453;
}

.corp-train-panel-list li + li {
  margin-top: 0.95rem;
}

.corp-train-section {
  padding: 4rem 0;
}

.corp-train-section-muted {
  background: #f8fafc;
}

.corp-train-overview-grid,
.corp-train-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.4rem;
  align-items: start;
}

.corp-train-copy-card {
  padding: 1.6rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 22px;
  background: #fff;
}

.corp-train-copy-card h2,
.corp-train-section-title,
.corp-train-form-intro h2 {
  margin: 0 0 0.8rem;
  color: #0f172a;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.15;
}

.corp-train-copy-card p,
.corp-train-form-intro p {
  margin: 0;
  color: #687586;
  line-height: 1.8;
}

.event-card-dates-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
}

.event-card-dates-availability {
  color: #667487;
  font-size: 0.86rem;
  font-weight: 500;
  text-align: right;
}

.corp-train-section-head {
  max-width: 920px;
  margin: 0 auto 2rem;
}

.corp-train-section-head p {
  margin: 0.85rem 0 0;
  color: #748191;
  line-height: 1.8;
}

.corp-train-feature-grid,
.corp-train-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.corp-train-feature,
.corp-train-step {
  padding: 1.25rem 1.2rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 20px;
  background: #fff;
}

.corp-train-feature h3,
.corp-train-step h3 {
  margin: 0 0 0.55rem;
  color: #0d2f67;
  font-size: 1.05rem;
}

.corp-train-feature p,
.corp-train-step p {
  margin: 0;
  color: #748191;
  line-height: 1.75;
}

.corp-train-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.corp-train-chip,
.corp-train-format-item {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(13, 47, 103, 0.1);
  border-radius: 16px;
  background: #fff;
  color: #556273;
  font-weight: 600;
}

.corp-train-format-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.corp-train-tab-shell {
  padding: 1.2rem 1.25rem 1.35rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 24px;
  background: #fff;
}

.corp-train-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(94, 102, 241, 0.2);
}

.corp-train-tab {
  border: 0;
  background: transparent;
  color: #7b7f9b;
  font-size: 0.94rem;
  font-weight: 600;
  padding: 0.55rem 0.75rem;
  border-radius: 14px;
}

.corp-train-tab.is-active {
  color: #0d2f67;
  box-shadow: inset 0 0 0 1px rgba(94, 102, 241, 0.22);
  background: rgba(94, 102, 241, 0.08);
}

.corp-train-tab-panels {
  padding-top: 1.5rem;
}

.corp-train-tab-panel {
  display: none;
}

.corp-train-tab-panel.is-active {
  display: block;
}

.corp-train-tab-panel h3 {
  margin: 0 0 1rem;
  color: #171b4f;
  font-size: 1.7rem;
}

.corp-train-arrow-list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.corp-train-arrow-list li {
  position: relative;
  padding: 1rem 1.15rem 1rem 1.7rem;
  color: #455165;
  line-height: 1.75;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
}

.corp-train-arrow-list li::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 1rem;
  bottom: 1rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0f172a 0%, rgba(15, 23, 42, 0.18) 100%);
}

.corp-train-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.corp-train-split-reverse .corp-train-media {
  order: 2;
}

.corp-train-media img {
  width: 100%;
  display: block;
  border-radius: 28px;
  object-fit: cover;
}

.corp-train-text-block p {
  margin: 0 0 1.2rem;
  color: #6d7a8b;
  line-height: 1.85;
}

.corp-train-map-box {
  margin-top: 1.5rem;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(13, 47, 103, 0.08);
  background: #e7eef6;
}

.corp-train-map-surface {
  height: 520px;
  width: 100%;
}

.corp-train-map-fallback {
  background: linear-gradient(180deg, #d8e8f4 0%, #b8d3ea 100%);
}

.corp-train-location-grid,
.corp-train-mission-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: 1.5rem;
}

.corp-train-location-card,
.corp-train-mission-card {
  padding: 1.35rem;
  border: 1px solid rgba(13, 47, 103, 0.1);
  border-radius: 22px;
  background: #f8fafc;
}

.corp-train-location-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.corp-train-location-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #5850ec;
  color: #fff;
}

.corp-train-location-card h3,
.corp-train-mission-card h3 {
  margin: 0 0 0.75rem;
  color: #171b4f;
  font-size: 1rem;
}

.corp-train-location-card p,
.corp-train-mission-card p {
  margin: 0 0 0.45rem;
  color: #768395;
  line-height: 1.75;
}

.corp-train-mission-card {
  position: relative;
  background: #fff;
  box-shadow: 12px 12px 0 rgba(23, 27, 79, 0.2);
}

.corp-train-form-section {
  padding: 1rem 0 4.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.corp-train-form-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 1.4rem;
  padding: 1.4rem;
  border: 1px solid rgba(13, 47, 103, 0.09);
  border-radius: 24px;
  background: #fff;
}

.corp-train-form-intro {
  padding: 0.6rem 0.2rem 0 0.2rem;
}

.corp-train-form {
  padding: 1.1rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 20px;
  background: #f8fafc;
}

.corp-train-form .form-label {
  margin-bottom: 0.35rem;
  color: #617080;
  font-size: 0.84rem;
  font-weight: 500;
}

.corp-train-form .form-control,
.corp-train-form .form-select {
  min-height: 46px;
  border-color: rgba(13, 47, 103, 0.14);
}

.corp-train-phone {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 0.7rem;
}

.corp-train-submit {
  min-width: 180px;
}

.category-tile-title {
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
  line-height: 1.35;
  color: var(--brand-primary);
}

.category-tile-description {
  margin: 0;
  color: #7a8696;
  line-height: 1.6;
  font-size: 0.96rem;
}

.category-tile-link {
  margin-top: 0.55rem;
  padding-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
  color: #b45309;
}

.category-tile-link::after {
  content: "\2192";
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.18s ease;
}

.category-tile:hover .category-tile-link::after,
.category-tile:focus .category-tile-link::after {
  transform: translateX(3px);
}

.category-hero {
  background-image:
    linear-gradient(rgba(13, 47, 103, 0.84), rgba(33, 95, 116, 0.88)),
    url('/images/bg-page-2.webp');
  background-size: cover;
  background-position: center;
}

.category-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-weight: 600;
}

.category-back-link::before {
  content: "\2190";
}

.category-hero-copy {
  max-width: 720px;
  color: #b7bdcc;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.55;
}

.category-hero-copy p,
.category-hero-copy ul,
.category-hero-copy ol {
  margin-bottom: 0.8rem;
}

.category-hero-copy p:last-child,
.category-richtext p:last-child {
  margin-bottom: 0;
}

.category-hero-country {
  color: #facc15;
}

.category-hero-copy ul,
.category-hero-copy ol,
.category-richtext ul,
.category-richtext ol {
  padding-left: 1.35rem;
}

.category-overview-cities {
  height: 100%;
  padding: 1.35rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.category-overview-cities-head {
  margin-bottom: 1rem;
}

.category-overview-cities-head h3 {
  margin: 0 0 0.35rem;
  color: #0f172a;
  font-size: 1.12rem;
}

.category-overview-cities-head p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
  font-size: 0.92rem;
}

.category-overview-city-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.category-overview-city-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 0.8rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(13, 47, 103, 0.08);
  color: #0d2f67;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.category-overview-city-link:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 47, 103, 0.2);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
  color: #0a2550;
}

.category-hero-card {
  border-radius: 20px;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.category-hero-meta {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.65);
}

.category-hero-value {
  margin-top: 0.45rem;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
}

.category-location-section {
  background:
    radial-gradient(circle at top left, rgba(249, 115, 22, 0.18), transparent 20rem),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.14), transparent 18rem),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 42%, #ffffff 100%);
}

.category-location-context {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(13, 47, 103, 0.08);
  color: #0d2f67;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(13, 47, 103, 0.06);
}

.category-location-panel {
  height: 100%;
  padding: 1.6rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(9, 33, 82, 0.98), rgba(21, 86, 124, 0.92));
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.category-location-panel-head {
  margin-bottom: 1.25rem;
}

.category-location-panel-head h3 {
  margin: 0 0 0.35rem;
  color: #ffffff;
  font-size: 1.2rem;
}

.category-location-panel-head p {
  margin: 0;
  color: rgba(216, 228, 255, 0.82);
  line-height: 1.65;
}

.category-location-card {
  border: 0;
  background: transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.category-location-card .card-body {
  height: 100%;
  padding: 1.15rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.category-location-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.category-region-link {
  color: #10213b;
  text-decoration: none;
}

.category-region-link:hover {
  color: #0f4c81;
}

.category-region-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.category-region-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  background: rgba(15, 76, 129, 0.1);
  color: #0f4c81;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.category-region-pill:hover {
  background: rgba(249, 115, 22, 0.14);
  color: #9a3412;
}

.category-city-list {
  display: grid;
  gap: 0.9rem;
}

.category-city-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #f8fafc;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.category-city-link:hover {
  transform: translateX(2px);
  border-color: rgba(250, 204, 21, 0.4);
  background: rgba(250, 204, 21, 0.12);
  color: #ffffff;
}

.course-country-cities-panel {
  background:
    radial-gradient(circle at top right, rgba(248, 189, 72, 0.18), transparent 18rem),
    linear-gradient(145deg, rgba(8, 31, 74, 0.98), rgba(19, 71, 116, 0.94));
}

.course-country-cities-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.course-country-cities-count {
  flex: 0 0 auto;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.course-country-city-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.course-country-city-link {
  min-height: 64px;
  padding: 1rem 1.05rem;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.course-country-city-link span:first-child {
  line-height: 1.4;
}

.course-country-city-link:hover {
  transform: translateY(-2px);
  border-color: rgba(250, 204, 21, 0.34);
  background: rgba(255, 255, 255, 0.14);
}

.category-info-panel {
  height: 100%;
  padding: 1.4rem;
  border-radius: 18px;
  border: 1px solid rgba(13, 47, 103, 0.12);
  background: #f8fafc;
}

.category-info-item + .category-info-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(13, 47, 103, 0.08);
}

.category-info-item span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7280;
}

.category-info-item strong {
  display: block;
  color: var(--brand-primary);
  line-height: 1.5;
}

.category-richtext h1,
.category-richtext h2,
.category-richtext h3,
.category-richtext h4 {
  color: var(--brand-primary);
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.category-richtext p {
  line-height: 1.8;
  margin-bottom: 0.9rem;
}

.category-richtext.is-collapsed {
  position: relative;
  max-height: 72em;
  overflow: hidden;
}

.category-richtext.is-collapsed::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 78%);
  pointer-events: none;
}

.category-readmore-btn {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--brand-primary);
  font-weight: 700;
}

.category-course-table {
  border: 1px solid rgba(13, 47, 103, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.category-course-table-head,
.category-course-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1.9fr) minmax(140px, 0.9fr) minmax(140px, 0.8fr);
  align-items: center;
}

.category-course-table-head {
  background: #f8fafc;
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.95rem 1.5rem;
  border-bottom: 1px solid rgba(13, 47, 103, 0.08);
}

.category-course-row-wrap + .category-course-row-wrap {
  border-top: 1px solid rgba(13, 47, 103, 0.08);
}

.category-course-row {
  padding: 1.15rem 1.5rem;
  min-height: 92px;
}

.category-course-toggle {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 47, 103, 0.12);
  border-radius: 10px;
  background: #fff;
}

.category-course-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--brand-primary);
  border-bottom: 2px solid var(--brand-primary);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
  margin-top: -2px;
}

.category-course-toggle:not(.collapsed) .category-course-chevron {
  transform: rotate(225deg);
  margin-top: 4px;
}

.category-course-title {
  color: var(--brand-primary);
  font-weight: 700;
  line-height: 1.45;
}

.category-course-title-cell {
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
}

.category-course-subtitle {
  margin-top: 0.25rem;
  color: #7b8794;
  font-size: 0.93rem;
  line-height: 1.5;
  font-weight: 400;
}

.category-course-meta-cell {
  color: #334155;
  font-weight: 500;
}

.category-row-date {
  font-weight: 700;
  color: #1f2937;
}

.category-row-price {
  margin-top: 0.2rem;
  color: #6b7280;
  font-size: 0.9rem;
}

.category-course-action-cell {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}

.category-course-details {
  padding: 0 1rem 1.15rem;
  background: #edf0f3;
}

.category-course-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 3rem 0;
}

.category-course-tabs {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  gap: 0.5rem;
  padding: 0;
  margin-bottom: 0;
}

.category-course-tabs .nav-link {
  border: 1px solid rgba(13, 47, 103, 0.1);
  border-radius: 999px;
  color: #516072;
  font-weight: 600;
  font-size: 0.92rem;
  background: #fff;
  padding: 0.45rem 0.9rem;
}

.category-course-tabs .nav-link.active {
  background: #eef4fb;
  color: var(--brand-primary);
  border-color: rgba(13, 47, 103, 0.22);
}

.category-course-tab-content {
  padding: 1rem 3rem 0;
  color: #475569;
  min-height: 240px;
}

.category-detail-label {
  display: block;
  margin-bottom: 0.35rem;
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-tab-copy p {
  line-height: 1.75;
  margin-bottom: 0.85rem;
  color: #6f7d8c;
}

.category-tab-copy p:last-child {
  margin-bottom: 0;
}

.category-tab-copy ul,
.category-tab-copy ol {
  padding-left: 1.3rem;
}

.category-tab-more {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--brand-primary);
  font-weight: 700;
  text-decoration: none;
}

.category-tab-more::after {
  content: "\2192";
}

.category-course-schedule-list {
  display: grid;
  gap: 0.75rem;
}

.category-delivery-methods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 0.5rem;
}

.category-delivery-chip {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #475569;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.category-delivery-chip.is-active {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
}

.category-upcoming-label {
  margin-bottom: 0.8rem;
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-upcoming-months {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.95rem;
}

.category-upcoming-month-link {
  border: 0;
  background: transparent;
  padding: 0;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.category-upcoming-month-link.is-active {
  color: var(--brand-primary);
  text-decoration-thickness: 2px;
}

.category-course-schedule-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(13, 47, 103, 0.1);
  border-radius: 14px;
  background: #f8fafc;
}

.category-schedule-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.category-schedule-date-range {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #1f2937;
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1.5;
  flex-wrap: wrap;
}

.category-schedule-month-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #e8eef9;
  color: var(--brand-primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.category-schedule-date-item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  white-space: nowrap;
}

.category-schedule-day {
  color: #0f172a;
  font-weight: 800;
}

.category-schedule-full-date {
  color: #475569;
  font-weight: 600;
}

.category-schedule-arrow {
  color: var(--brand-primary);
  font-size: 1rem;
  font-weight: 700;
}

.category-schedule-location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-left: 0;
  margin-top: 0.3rem;
  color: #475569;
  font-size: 0.82rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-align: left;
  justify-content: flex-start;
}

.category-schedule-location::before {
  content: "📍";
  font-size: 0.72rem;
  flex-shrink: 0;
}

.category-schedule-location span::before {
  content: "·";
  margin-right: 0.3rem;
  color: #94a3b8;
  font-weight: 400;
}

.category-schedule-availability {
  color: #64748b;
  font-size: 0.86rem;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}

.category-price-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: flex-end;
}

.js-category-enquire span[aria-hidden="true"] {
  margin-left: 0.15rem;
  font-size: 0.95em;
}

.category-price-row .js-category-enquire {
  background-color: #eb8026;
  border-color: #eb8026;
}

.category-price-row .js-category-enquire:hover,
.category-price-row .js-category-enquire:focus {
  background-color: #d97320;
  border-color: #d97320;
}

.category-enquiry-modal {
  border: 0;
  border-radius: 20px;
}

.category-enquiry-header {
  width: 100%;
  text-align: center;
}

.category-enquiry-header .section-title {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.category-enquiry-header .h4 {
  font-size: 1.12rem;
  font-weight: 500;
}

.category-enquiry-modal-body {
  padding: 1.5rem 2rem 1.9rem;
}

.category-enquiry-course {
  padding: 1rem 1.25rem;
  border: 1px solid rgba(13, 47, 103, 0.1);
  border-radius: 14px;
  background: #f8fafc;
}

.category-enquiry-form .form-label {
  margin-bottom: 0.28rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: #64748b;
}

.category-enquiry-form .form-control,
.category-enquiry-form .form-select {
  min-height: 42px;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.category-enquiry-form textarea.form-control {
  min-height: 104px;
}

.category-phone-input {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 0.65rem;
}

.category-enquiry-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
}

.category-enquiry-summary-label {
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.18rem;
}

.category-enquiry-summary-value {
  color: #556273;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.35;
}

@media (max-width: 992px) {
  .cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corp-train-hero-grid,
  .corp-train-overview-grid,
  .corp-train-two-col,
  .corp-train-form-wrap,
  .corp-train-split {
    grid-template-columns: 1fr;
  }

  .corp-train-feature-grid,
  .corp-train-step-grid,
  .corp-train-location-grid,
  .corp-train-mission-grid {
    grid-template-columns: 1fr;
  }

  .verticals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .cat-tab-pill {
    padding: 0.6rem 1rem;
    font-size: 0.87rem;
  }

  .corp-train-hero {
    padding: 2.6rem 0 2.3rem;
  }

  .corp-train-meta-card,
  .corp-train-phone {
    width: 100%;
  }

  .corp-train-phone {
    grid-template-columns: 1fr;
  }

  .corp-train-form-wrap,
  .corp-train-form {
    padding: 1rem;
  }

  .corp-train-map-surface {
    height: 320px;
  }

  .verticals-grid {
    grid-template-columns: 1fr;
  }

  .vertical-card {
    min-height: 0;
  }
}

@media (max-width: 992px) {
  .category-course-table-head {
    display: none;
  }

  .category-course-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.85rem;
  }

  .category-course-topbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1rem 0;
  }

  .category-course-meta-cell,
  .category-course-action-cell {
    grid-column: 2;
  }

  .category-course-action-cell {
    justify-content: flex-start;
    margin-top: 0.25rem;
  }

  .category-course-schedule-item {
    flex-direction: column;
  }

  .category-price-row {
    justify-content: flex-start;
  }

  .category-course-tab-content {
    padding: 1rem 1rem 0;
  }

  .category-delivery-methods {
    white-space: normal;
    text-align: left;
  }

  .category-enquiry-summary-grid {
    grid-template-columns: 1fr;
  }

  .category-enquiry-modal-body {
    padding: 1rem 1.1rem 1.3rem;
  }
}

.pagination {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding-left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.15rem;
  scrollbar-width: thin;
}

.pagination .page-item {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
}

.pagination .page-link {
  min-width: 42px;
  height: 42px;
  padding: 0 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(13, 47, 103, 0.14);
  background: #ffffff;
  color: var(--brand-primary);
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.pagination .page-link:hover {
  border-color: rgba(13, 47, 103, 0.34);
  background: #f3f7fc;
  color: var(--brand-primary);
  transform: translateY(-1px);
}

.pagination .page-item.active .page-link {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #ffffff;
}

.pagination .page-item.disabled .page-link {
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #9ca3af;
  pointer-events: none;
}

.pagination svg {
  width: 12px;
  height: 12px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child span,
.pagination .page-item:last-child span {
  min-width: 34px;
  padding: 0 0.62rem;
  font-size: 0.88rem;
}

.instructor-hero {
  padding: 3.4rem 0 2.8rem;
  background:
    radial-gradient(circle at top right, rgba(235, 128, 38, 0.16), transparent 20rem),
    linear-gradient(rgba(13, 47, 103, 0.9), rgba(22, 58, 116, 0.92));
  color: #fff;
}

.instructor-hero-grid,
.instructor-account-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1.4rem;
}

.instructor-eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #ffd7b6;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.instructor-hero h1,
.instructor-auth-card h1 {
  margin: 0 0 0.9rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
}

.instructor-hero p,
.instructor-auth-card p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}

.instructor-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.instructor-hero-points span {
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.instructor-hero-card,
.instructor-auth-card,
.instructor-account-panel,
.instructor-account-card,
.instructor-detail-card {
  padding: 1.35rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.instructor-hero-card {
  color: #0f172a;
}

.instructor-hero-card ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #64748b;
  line-height: 1.75;
}

.instructor-form-section,
.instructor-auth-section,
.instructor-account-shell {
  padding: 3rem 0;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.instructor-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.instructor-check-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(13, 47, 103, 0.1);
  border-radius: 16px;
  background: #f8fafc;
}

.instructor-multistep-shell {
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.instructor-multistep-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 1rem;
}

.instructor-multistep-intro,
.instructor-multistep-card {
  padding: 1.35rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.instructor-multistep-intro h2 {
  margin: 0 0 0.6rem;
  color: #0f172a;
}

.instructor-multistep-intro p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

.instructor-step-list {
  display: grid;
  gap: 0.8rem;
}

.instructor-step-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(13, 47, 103, 0.09);
  border-radius: 18px;
  background: #ffffff;
  text-align: left;
  color: #0f172a;
}

.instructor-step-item strong {
  display: block;
  margin-bottom: 0.2rem;
}

.instructor-step-item small {
  display: block;
  color: #64748b;
  line-height: 1.45;
}

.instructor-step-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #eef4ff;
  color: #0d2f67;
  font-size: 0.8rem;
  font-weight: 700;
}

.instructor-step-item.is-active {
  border-color: rgba(13, 47, 103, 0.18);
  background: #f8fbff;
  box-shadow: 0 12px 24px rgba(13, 47, 103, 0.08);
}

.instructor-step-item.is-active .instructor-step-count,
.instructor-step-item.is-complete .instructor-step-count {
  background: #0d2f67;
  color: #ffffff;
}

.instructor-multistep-progress {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.instructor-multistep-progress-copy .instructor-eyebrow {
  margin-bottom: 0.35rem;
  color: #9babc5;
}

.instructor-multistep-progress-title {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 700;
}

.instructor-multistep-progress-bar {
  width: min(220px, 100%);
  height: 10px;
  border-radius: 999px;
  background: #e7eef8;
  overflow: hidden;
}

.instructor-multistep-progress-bar span {
  display: block;
  height: 100%;
  width: 25%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0d2f67, #eb8026);
  transition: width 0.24s ease;
}

.instructor-step-panel {
  display: none;
}

.instructor-step-panel.is-active {
  display: block;
}

.instructor-step-header {
  margin-bottom: 1rem;
}

.instructor-step-header h3 {
  margin: 0 0 0.35rem;
  color: #0f172a;
}

.instructor-step-header p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

.instructor-form textarea.form-control,
.instructor-form select[multiple] {
  border-radius: 16px;
}

.instructor-form .form-label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #526072;
}

.instructor-form .form-control,
.instructor-form .form-select {
  min-height: 50px;
  border-radius: 16px;
  border-color: rgba(13, 47, 103, 0.12);
  background: #fbfdff;
}

.instructor-review-note {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(13, 47, 103, 0.1);
  border-radius: 18px;
  background: #f8fbff;
  color: #526072;
  line-height: 1.65;
}

.instructor-step-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(13, 47, 103, 0.08);
}

.instructor-auth-card {
  max-width: 640px;
  margin: 0 auto;
}

.instructor-auth-card p {
  color: #64748b;
}

.instructor-account-grid {
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  align-items: start;
}

.instructor-account-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 1rem;
}

.instructor-account-avatar {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 20px;
}

.instructor-account-avatar-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f0fb;
  color: #0d2f67;
  font-size: 2rem;
  font-weight: 700;
}

.instructor-account-card h3 {
  margin: 1rem 0 0.25rem;
}

.instructor-account-card p {
  margin: 0;
  color: #64748b;
}

.instructor-account-nav {
  display: grid;
  gap: 0.6rem;
}

.instructor-account-nav a,
.instructor-logout-btn {
  display: block;
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(13, 47, 103, 0.08);
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
}

.instructor-account-nav a.is-active,
.instructor-account-nav a:hover,
.instructor-logout-btn:hover {
  border-color: rgba(13, 47, 103, 0.28);
  color: #0d2f67;
}

.instructor-logout-btn {
  cursor: pointer;
}

.instructor-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.instructor-summary-card {
  padding: 1rem;
  border: 1px solid rgba(13, 47, 103, 0.1);
  border-radius: 16px;
  background: #f8fafc;
}

.instructor-summary-card span {
  display: block;
  color: #64748b;
  font-size: 0.82rem;
}

.instructor-summary-card strong {
  display: block;
  margin-top: 0.35rem;
  color: #0f172a;
}

.instructor-detail-card h2 {
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.instructor-detail-list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
}

.instructor-detail-list div {
  display: grid;
  gap: 0.2rem;
}

.instructor-detail-list dt {
  color: #64748b;
  font-size: 0.84rem;
}

.instructor-detail-list dd {
  margin: 0;
  color: #0f172a;
  font-weight: 600;
}

@media (max-width: 991px) {
  .instructor-hero-grid,
  .instructor-account-grid,
  .instructor-summary-grid {
    grid-template-columns: 1fr;
  }

  .instructor-account-sidebar {
    position: static;
  }

  .instructor-multistep-shell {
    grid-template-columns: 1fr;
  }

  .instructor-multistep-sidebar {
    position: static;
  }

  .instructor-multistep-progress {
    flex-direction: column;
    align-items: stretch;
  }

  .instructor-step-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

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

/* ── Training Approach: Methodology Cards ─────────────────────────────── */
.ta-method-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 16px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ta-method-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(79,70,229,0.13);
}
.ta-method-num {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  min-width: 38px;
  opacity: 0.65;
}

/* ── Training Approach: Outcomes Dark Cards ───────────────────────────── */
.ta-outcomes-section {
  position: relative;
  background-color: #0d1a3a;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.ta-outcomes-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 46, 0.88);
  z-index: 1;
}
.ta-outcome-card {
  position: relative;
  overflow: hidden;
  padding: 28px 22px 24px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.10);
  min-height: 160px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.ta-outcome-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.10);
}
.ta-outcome-bignum {
  position: absolute;
  top: -12px;
  right: 14px;
  font-size: 5rem;
  font-weight: 900;
  color: rgba(255,255,255,0.05);
  line-height: 1;
  user-select: none;
  pointer-events: none;
}
.ta-outcome-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-bottom: 14px;
}
.ta-outcome-text {
  color: rgba(255,255,255,0.88);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* ===== BREADCRUMB ===== */
.bc-nav {
  background: #f4f7fb;
  border-bottom: 1px solid #e4eaf2;
  padding: 0.55rem 0;
}
.bc-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.82rem;
}
.bc-item {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.bc-link {
  color: #4a6fa5;
  text-decoration: none;
  font-weight: 500;
  transition: color .15s;
  white-space: nowrap;
}
.bc-link:hover { color: #0d2f67; text-decoration: underline; }
.bc-sep {
  color: #a8b8cc;
  font-size: 0.85rem;
  margin: 0 0.25rem;
  user-select: none;
}
.bc-current {
  color: #6b7a8f;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
  display: inline-block;
  vertical-align: middle;
}
