:root {
  --brand: #ff833b;
  --brand-dark: #d85f1f;
  --brand-light: #fff2eb;
  --accent: #1057f5;
  --ink: #101010;
  --muted: #6c6d71;
  --navy: #02000f;
  --line: rgba(2, 0, 15, .10);
  --shadow-soft: 0 14px 34px rgba(2, 0, 15, .10);
}

body { font-family: Poppins, system-ui, -apple-system, Segoe UI, sans-serif; color: var(--ink); background: #f7f7f7; }
a { text-decoration: none; }
main { min-height: 58vh; }
.text-brand { color: var(--brand) !important; }
.bg-brand-light { background-color: var(--brand-light) !important; }
.bg-brand { background-color: var(--brand) !important; }
.btn-brand, .btn-outline-brand:hover { background: var(--theme-color, var(--brand)); border-color: var(--theme-color, var(--brand)); color: #fff !important; }
.btn-brand:hover, .btn-brand:focus { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff !important; }
.btn-outline-brand { color: var(--theme-color, var(--brand)); border-color: rgba(255, 131, 59, .45); background: #fff; }
.btn { border-radius: 999px; font-weight: 700; }

.page-shell { padding: 64px 0; }
.page-hero { padding: 86px 0 64px; background: #f7f7f7; border-bottom: 1px solid var(--line); }
.page-hero h1, .page-hero h2 { font-weight: 800; color: var(--title-color, #02000f); line-height: 1.08; }
.page-hero p { color: var(--muted); font-size: 1.08rem; line-height: 1.7; max-width: 760px; }
.eyebrow-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px; border-radius: 999px; background: #fff; color: var(--theme-color, var(--brand)); border: 1px solid var(--line); box-shadow: var(--shadow-soft); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
.eyebrow-pill:before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--theme-color, var(--brand)); }
.surface-card, .content-panel, .card { border: 1px solid var(--line) !important; border-radius: 14px !important; background: #fff; box-shadow: var(--shadow-soft) !important; }
.surface-card, .content-panel { padding: 30px; }
.form-control, .form-select { min-height: 48px; border-radius: 8px; border-color: rgba(2, 0, 15, .14); }
.form-control:focus, .form-select:focus { border-color: rgba(255, 131, 59, .55); box-shadow: 0 0 0 .22rem rgba(255, 131, 59, .12); }
.badge-discount { background: var(--theme-color, var(--brand)); color: #fff; }
.rating-stars { color: #ffb539; }

.site-account { color: #02000f; font-weight: 700; }
.header-logo img, .mobile-logo img { max-height: 74px; width: auto; object-fit: contain; }
.th-topbar a, .footer-wrapper a { text-decoration: none; }
.th-menu-wrapper .mobile-logo img { max-width: 150px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff !important; background: #25d366; box-shadow: 0 0 0 0 rgba(37, 211, 102, .55); font-weight: 800; }

.course-card-minimal { height: 100%; overflow: hidden; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.course-card-minimal .thumb-wrap { aspect-ratio: 16 / 10; overflow: hidden; background: #f5f5f5; }
.course-card-minimal .thumb-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.course-card-minimal:hover .thumb-wrap img { transform: scale(1.04); }
.course-detail-media { border-radius: 16px; box-shadow: var(--shadow-soft); }
.checkout-summary { position: sticky; top: 110px; }
.enrollment-features { display: grid; gap: 12px; margin: 20px 0; padding: 0; list-style: none; }
.enrollment-features li { display: flex; gap: 10px; align-items: center; }
.enrollment-price-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: baseline; margin-bottom: 18px; }
.price-final { font-size: 2rem; font-weight: 800; color: #02000f; }
.price-strike { color: var(--muted); text-decoration: line-through; }
.enrollment-note, .enrollment-support span { color: var(--muted); font-size: .92rem; }

@media (max-width: 991.98px) {
  .checkout-summary { position: static; }
  .th-topbar { display: none; }
  .header-button .th-btn { display: none; }
}
body.ai-course-page .payment-total-box {
  margin-bottom: 18px;
}

body.ai-course-page .checkout-submit,
body.ai-course-page a.checkout-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

body.ai-course-page .payment-primary-action {
  margin: 0 0 22px;
}

body.ai-course-page .payment-help-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0 18px;
  color: #6d7588;
  font-size: 13px;
  font-weight: 700;
}

body.ai-course-page .payment-help-divider::before,
body.ai-course-page .payment-help-divider::after {
  content: "";
  flex: 1;
  border-top: 1px solid #e1e5ee;
}

body.ai-course-page .checkout-form {
  margin-top: 0;
}
body.ai-course-page .ai-payment-checkout .checkout-form-card,
body.ai-course-page .ai-payment-checkout .coupon-card {
  position: static;
}

body.ai-course-page .checkout-login-link {
  display: inline-flex;
  margin: 0 0 12px;
  color: #1057f5;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

body.ai-course-page .checkout-course-body {
  padding: 24px 26px;
}

body.ai-course-page .checkout-course-row {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

body.ai-course-page .checkout-course-row img {
  width: 108px;
  height: 78px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #e1e5ee;
  background: #f4f7fb;
}

body.ai-course-page .checkout-course-row h3 {
  margin: 0 0 4px;
  color: #13203a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

body.ai-course-page .checkout-course-row p,
body.ai-course-page .checkout-payment-note {
  margin: 0;
  color: #6d7588;
  font-size: 13px;
}

body.ai-course-page .checkout-trust-row {
  margin-top: 18px;
}

body.ai-course-page .checkout-coupon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 12px;
  align-items: center;
}

body.ai-course-page .coupon-apply-btn {
  min-height: 46px;
  padding: 10px 18px;
}

body.ai-course-page .payment-summary-card {
  position: sticky;
  top: 105px;
}

body.ai-course-page .checkout-payment-note {
  text-align: center;
  margin-top: 12px;
}

body.ai-course-page .checkout-form .form-label {
  color: #13203a;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
}

@media (max-width: 575.98px) {
  body.ai-course-page .checkout-course-row,
  body.ai-course-page .checkout-coupon-row {
    grid-template-columns: 1fr;
  }

  body.ai-course-page .checkout-course-row img {
    width: 100%;
    height: 150px;
  }
}
body.payment-status-page main {
  background:
    radial-gradient(circle at 16% 18%, rgba(16, 87, 245, .10), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(255, 131, 59, .16), transparent 26%),
    linear-gradient(180deg, #f7f9fd 0%, #ffffff 56%);
}

body.payment-status-page .payment-result-page {
  position: relative;
  min-height: 620px;
  padding: 78px 0 92px;
  overflow: hidden;
}

body.payment-status-page .payment-result-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 245px;
  background: linear-gradient(135deg, #06163d 0%, #0a2f94 58%, #1057f5 100%);
  z-index: 0;
}

body.payment-status-page .payment-result-page::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 245px;
  background-image: radial-gradient(rgba(255,255,255,.15) 1.4px, transparent 1.4px);
  background-size: 18px 18px;
  opacity: .42;
  z-index: 0;
}

body.payment-status-page .payment-result-shell {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  padding: 42px;
  border: 1px solid rgba(20, 33, 61, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 28px 72px rgba(8, 24, 65, .14);
  text-align: center;
}

body.payment-status-page .payment-result-icon {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  box-shadow: 0 18px 36px rgba(8, 24, 65, .16);
}

body.payment-status-page .payment-result-success .payment-result-icon {
  background: linear-gradient(135deg, #17b26a, #0f8d53);
}

body.payment-status-page .payment-result-failure .payment-result-icon {
  background: linear-gradient(135deg, #ef4444, #b91c1c);
}

body.payment-status-page .payment-result-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #1057f5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
}

body.payment-status-page .payment-result-shell h1 {
  margin: 0 0 12px;
  color: #08112d;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 900;
}

body.payment-status-page .payment-result-lead {
  max-width: 690px;
  margin: 0 auto 28px;
  color: #687386;
  font-size: 17px;
  line-height: 1.7;
}

body.payment-status-page .payment-result-card {
  max-width: 720px;
  margin: 0 auto 28px;
  padding: 8px 24px;
  border: 1px solid #e4e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 25, 50, .07);
  text-align: left;
}

body.payment-status-page .payment-result-row {
  display: grid;
  grid-template-columns: minmax(160px, .75fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px dashed #dce2ec;
}

body.payment-status-page .payment-result-row:last-child {
  border-bottom: 0;
}

body.payment-status-page .payment-result-row span {
  color: #687386;
  font-weight: 600;
}

body.payment-status-page .payment-result-row strong {
  color: #101936;
  font-weight: 850;
  text-align: right;
}

body.payment-status-page .payment-badge {
  justify-self: end;
  width: max-content;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff !important;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

body.payment-status-page .payment-badge-success { background: #0f9f5f; }
body.payment-status-page .payment-badge-failure { background: #dc2626; }

body.payment-status-page .payment-result-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

body.payment-status-page .payment-action-primary,
body.payment-status-page .payment-action-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  min-width: 190px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
}

body.payment-status-page .payment-action-primary {
  color: #fff;
  background: linear-gradient(135deg, #ff833b, #ff6b27);
  box-shadow: 0 16px 34px rgba(255, 107, 39, .26);
}

body.payment-status-page .payment-action-secondary {
  color: #ff6b27;
  border: 1px solid rgba(255, 107, 39, .36);
  background: #fff;
}

body.payment-status-page .payment-result-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 690px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: 14px;
  color: #536075;
  background: #f4f7fc;
  font-size: 14px;
  line-height: 1.5;
}

body.payment-status-page .payment-result-note i {
  color: #1057f5;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  body.payment-status-page .payment-result-page {
    padding: 42px 0 64px;
  }

  body.payment-status-page .payment-result-shell {
    padding: 30px 18px;
    border-radius: 20px;
  }

  body.payment-status-page .payment-result-card {
    padding: 6px 16px;
  }

  body.payment-status-page .payment-result-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  body.payment-status-page .payment-result-row strong {
    text-align: left;
  }

  body.payment-status-page .payment-badge {
    justify-self: start;
  }

  body.payment-status-page .payment-action-primary,
  body.payment-status-page .payment-action-secondary {
    width: 100%;
  }
}
body.student-portal-page main {
  background:
    linear-gradient(180deg, #f6f8fc 0%, #ffffff 46%),
    radial-gradient(circle at 84% 12%, rgba(16,87,245,.10), transparent 30%);
}

body.student-portal-page .student-portal-shell {
  padding: 68px 0 88px;
}

body.student-portal-page .student-nav-card {
  position: sticky;
  top: 112px;
  overflow: hidden;
  border: 1px solid rgba(20,33,61,.09);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(8,24,65,.10);
}

body.student-portal-page .student-nav-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 20px;
  background: linear-gradient(135deg, #06163d, #0a2f94);
  color: #fff;
}

body.student-portal-page .student-nav-avatar {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
  color: #ffd36b;
  font-size: 22px;
}

body.student-portal-page .student-nav-head span {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .7px;
}

body.student-portal-page .student-nav-head strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.student-portal-page .student-nav-links {
  display: grid;
  padding: 10px;
}

body.student-portal-page .student-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 14px;
  color: #42506a;
  font-weight: 800;
  text-decoration: none;
}

body.student-portal-page .student-nav-link i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #1057f5;
  background: #eef4ff;
}

body.student-portal-page .student-nav-link.active,
body.student-portal-page .student-nav-link:hover {
  color: #fff;
  background: linear-gradient(135deg, #1057f5, #0a2f94);
}

body.student-portal-page .student-nav-link.active i,
body.student-portal-page .student-nav-link:hover i {
  color: #06163d;
  background: #fff;
}

body.student-portal-page .student-page-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 24px;
  padding: 30px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #06163d, #0a2f94 58%, #1057f5);
  box-shadow: 0 24px 58px rgba(8,24,65,.16);
}

body.student-portal-page .student-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #ffd36b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

body.student-portal-page .student-page-head h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 900;
}

body.student-portal-page .student-page-head p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.78);
}

body.student-portal-page .student-head-action,
body.student-portal-page .student-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, #ff833b, #ff6b27);
  box-shadow: 0 14px 30px rgba(255,107,39,.22);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

body.student-portal-page .student-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

body.student-portal-page .student-stat-card,
body.student-portal-page .student-empty-state,
body.student-portal-page .student-course-card {
  border: 1px solid rgba(20,33,61,.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(8,24,65,.09);
}

body.student-portal-page .student-stat-card {
  padding: 20px;
}

body.student-portal-page .student-stat-card span {
  display: block;
  color: #687386;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
}

body.student-portal-page .student-stat-card strong {
  display: block;
  margin-top: 8px;
  color: #101936;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

body.student-portal-page .student-course-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.student-portal-page .student-course-card {
  overflow: hidden;
}

body.student-portal-page .student-course-media {
  position: relative;
  display: block;
  height: 230px;
  overflow: hidden;
  background: #eef4ff;
}

body.student-portal-page .student-course-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

body.student-portal-page .student-course-card:hover .student-course-media img {
  transform: scale(1.035);
}

body.student-portal-page .student-course-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(6,22,61,.72));
}

body.student-portal-page .student-course-media span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(16,87,245,.82);
  font-size: 12px;
  font-weight: 850;
}

body.student-portal-page .student-course-body {
  padding: 22px;
}

body.student-portal-page .student-course-body h2 {
  margin: 0 0 10px;
  color: #101936;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

body.student-portal-page .student-course-body p {
  margin: 0 0 16px;
  color: #687386;
  font-size: 14px;
}

body.student-portal-page .student-progress-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #687386;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

body.student-portal-page .student-progress-head strong {
  color: #101936;
}

body.student-portal-page .student-progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8edf5;
  margin-bottom: 18px;
}

body.student-portal-page .student-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #1057f5, #ff833b);
}

body.student-portal-page .student-primary-btn {
  width: 100%;
  min-height: 46px;
}

body.student-portal-page .student-empty-state {
  padding: 58px 24px;
  text-align: center;
}

body.student-portal-page .student-empty-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 24px;
  color: #1057f5;
  background: #eef4ff;
  font-size: 30px;
}

body.student-portal-page .student-empty-state h2 {
  color: #101936;
  font-weight: 900;
}

body.student-portal-page .student-empty-state p {
  color: #687386;
}

@media (max-width: 991.98px) {
  body.student-portal-page .student-nav-card {
    position: static;
  }

  body.student-portal-page .student-nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.student-portal-page .student-page-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  body.student-portal-page .student-portal-shell {
    padding: 34px 0 62px;
  }

  body.student-portal-page .student-stat-grid,
  body.student-portal-page .student-course-grid,
  body.student-portal-page .student-nav-links {
    grid-template-columns: 1fr;
  }

  body.student-portal-page .student-course-media {
    height: 190px;
  }
}
body.student-portal-page .student-table-card,
body.student-portal-page .student-form-card {
  overflow: hidden;
  border: 1px solid rgba(20,33,61,.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(8,24,65,.09);
}

body.student-portal-page .student-form-card {
  padding: 26px;
}

body.student-portal-page .student-form-card h2 {
  margin: 0 0 18px;
  color: #101936;
  font-size: 22px;
  font-weight: 900;
}

body.student-portal-page .student-form-card .form-label {
  color: #42506a;
  font-size: 13px;
  font-weight: 800;
}

body.student-portal-page .student-table th {
  padding: 16px 18px;
  color: #687386;
  background: #f5f7fb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e8f0;
}

body.student-portal-page .student-table td {
  padding: 18px;
  color: #42506a;
  border-bottom: 1px solid #edf1f6;
}

body.student-portal-page .student-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body.student-portal-page .student-status.paid,
body.student-portal-page .student-status.active {
  color: #0f7a49;
  background: #e9f8ef;
}

body.student-portal-page .student-status.pending {
  color: #9a5b00;
  background: #fff3d8;
}

body.student-portal-page .student-status.failed,
body.student-portal-page .student-status.cancelled {
  color: #b42318;
  background: #ffe9e7;
}

body.student-portal-page .student-inline-btn {
  width: auto;
  padding-left: 28px;
  padding-right: 28px;
}
body.learn-player-page main {
  background: #f7f9fd;
}

body.learn-player-page .learn-topbar {
  background: linear-gradient(135deg, #111820, #20262c);
  color: #fff;
  box-shadow: 0 12px 34px rgba(8,24,65,.13);
}

body.learn-player-page .learn-topbar-inner {
  min-height: 114px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 14px;
}

body.learn-player-page .learn-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

body.learn-player-page .learn-title-wrap h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.25;
  font-weight: 600;
}

body.learn-player-page .learn-progress-box {
  min-width: 260px;
}

body.learn-player-page .learn-progress-label {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 600;
}

body.learn-player-page .learn-progress-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.20);
}

body.learn-player-page .learn-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #22c55e, #ff833b);
}

body.learn-player-page .learn-player-shell {
  padding: 30px 0 72px;
}

body.learn-player-page .learn-player-shell > .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

body.learn-player-page .learn-sidebar-col {
  padding-right: 30px;
}

body.learn-player-page .learn-content-col {
  border-left: 1px solid #dfe5ef;
  padding-left: 30px;
}

body.learn-player-page .curriculum-sidebar {
  position: sticky;
  top: 112px;
  overflow: hidden;
  border: 1px solid #dfe5ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(8,24,65,.09);
}

body.learn-player-page .curriculum-sidebar-head {
  padding: 22px;
  border-bottom: 1px solid #e5eaf2;
  background: linear-gradient(135deg, #06163d, #0a2f94);
}

body.learn-player-page .curriculum-sidebar-head span {
  display: block;
  margin-bottom: 6px;
  color: #ffd36b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
}

body.learn-player-page .curriculum-sidebar-head h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

body.learn-player-page .curriculum-accordion {
  padding: 12px;
}

body.learn-player-page .curriculum-section-item {
  overflow: hidden;
  border: 1px solid #dfe5ef !important;
  border-radius: 14px !important;
  background: #fff;
  box-shadow: none;
}

body.learn-player-page .curriculum-section-item + .curriculum-section-item {
  margin-top: 12px;
}

body.learn-player-page .curriculum-section-heading .accordion-button {
  min-height: 64px;
  gap: 12px;
  padding: 14px 16px;
  color: #101936;
  background: #f8fbff;
  border: 0;
  box-shadow: none;
  font-weight: 600;
}

body.learn-player-page .curriculum-section-heading .accordion-button:not(.collapsed) {
  color: #1057f5;
  background: #eaf2ff;
  border-bottom: 1px solid #d7e4f8;
}

body.learn-player-page .section-count {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #1057f5, #0a2f94);
  font-size: 12px;
  font-weight: 600;
}

body.learn-player-page .section-title-text {
  min-width: 0;
  line-height: 1.35;
  font-weight: 600;
}

body.learn-player-page .lesson-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 10px;
  list-style: none;
}

body.learn-player-page .lesson-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #313b4f;
  text-decoration: none;
  font-weight: 600;
}

body.learn-player-page .lesson-link:hover,
body.learn-player-page .lesson-link.active {
  border-color: rgba(16,87,245,.22);
  background: #f1f6ff;
  color: #1057f5;
}

body.learn-player-page .lesson-link.completed {
  background: #f0fbf5;
}

body.learn-player-page .lesson-link-main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

body.learn-player-page .lesson-link-main span {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.learn-player-page .lesson-link-main i {
  flex: 0 0 auto;
  color: #8a96aa;
  font-size: 13px;
}

body.learn-player-page .lesson-link.active .lesson-link-main i,
body.learn-player-page .lesson-check {
  color: #16945a !important;
}

body.learn-player-page .lesson-duration {
  color: #687386;
  font-size: 13px;
  font-weight: 600;
}

body.learn-player-page .learn-content-card {
  min-height: 540px;
  padding: 10px 0 0;
}

body.learn-player-page .learn-lesson-head {
  margin-bottom: 22px;
}

body.learn-player-page .learn-lesson-head h2 {
  margin: 0;
  color: #070719;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 600;
}

body.learn-player-page .learn-media-frame,
body.learn-player-page .learn-note-card,
body.learn-player-page .learn-notes-panel {
  overflow: hidden;
  border: 1px solid #dfe5ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(8,24,65,.08);
}

body.learn-player-page .learn-note-card,
body.learn-player-page .learn-notes-panel {
  padding: 24px;
  color: #20283a;
  font-size: 18px;
  line-height: 1.8;
}

body.learn-player-page .learn-notes-panel {
  margin-top: 22px;
}

body.learn-player-page .learn-notes-panel h3 {
  margin: 0 0 12px;
  color: #101936;
  font-size: 22px;
  font-weight: 600;
}

body.learn-player-page .learn-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

body.learn-player-page .learn-actions-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

body.learn-player-page .learn-secondary-btn,
body.learn-player-page .learn-complete-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

body.learn-player-page .learn-secondary-btn {
  color: #42506a;
  border: 1px solid #dfe5ef;
  background: #fff;
}

body.learn-player-page .learn-complete-btn {
  color: #fff;
  border: 0;
  background: #15915a;
  box-shadow: 0 14px 30px rgba(21,145,90,.20);
}

body.learn-player-page .learn-complete-btn.is-completed {
  color: #15915a;
  background: #eaf8f1;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  body.learn-player-page .learn-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  body.learn-player-page .learn-progress-box {
    width: 100%;
  }

  body.learn-player-page .learn-sidebar-col {
    padding-right: 0;
    margin-bottom: 24px;
  }

  body.learn-player-page .learn-content-col {
    border-left: 0;
    padding-left: 0;
  }

  body.learn-player-page .curriculum-sidebar {
    position: static;
  }
}

@media (max-width: 575.98px) {
  body.learn-player-page .learn-player-shell > .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.learn-player-page .learn-action-row,
  body.learn-player-page .learn-actions-right {
    align-items: stretch;
    flex-direction: column;
  }

  body.learn-player-page .learn-secondary-btn,
  body.learn-player-page .learn-complete-btn,
  body.learn-player-page .student-inline-btn {
    width: 100%;
  }
}
/* Professional course catalogue */
body.ai-catalogue-page main {
  background: #f5f7fb;
}

.th-topbar {
  background: #071a44;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.th-topbar-contact a {
  color: rgba(255,255,255,.88) !important;
  font-size: 14px;
  font-weight: 700;
}

.th-topbar-contact a i,
.th-topbar-social a:hover i {
  color: #ffd36b;
}

.header-layout1.style2 .sticky-wrapper {
  background: rgba(255,255,255,.98);
  box-shadow: 0 16px 40px rgba(8,24,65,.08);
}

.header-layout1.style2 .menu-area {
  min-height: 96px;
}

.header-logo img,
.mobile-logo img {
  max-height: 82px;
  filter: drop-shadow(0 8px 14px rgba(8,24,65,.08));
}

.main-menu ul li a {
  color: #111827;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .2px;
}

.main-menu ul li a.active,
.main-menu ul li a:hover {
  color: #1057f5;
}

.header-button .th-btn.black-border {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, #1057f5, #0b3fc0);
  box-shadow: 0 16px 34px rgba(16,87,245,.22);
  font-weight: 850;
}

.btncst.mbp {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #dce5f2;
  background: #f4f8ff;
  box-shadow: 0 12px 30px rgba(8,24,65,.08);
}

.btncst img,
.support-avatar {
  width: 42px;
  height: 42px;
}

.catalogue-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 58px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5,19,51,.96), rgba(12,49,142,.94)),
    url('../bck1.jpg') center / cover no-repeat;
}

.catalogue-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .18;
  pointer-events: none;
}

.catalogue-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: end;
}

.catalogue-eyebrow {
  margin-bottom: 18px;
  color: #ffd36b;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.18);
  box-shadow: none;
}

.catalogue-eyebrow::before {
  background: #ff833b;
}

.catalogue-hero h1 {
  max-width: 900px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.02;
}

.catalogue-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.75;
}

.catalogue-hero-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.12);
  box-shadow: 0 22px 54px rgba(0,0,0,.18);
}

.catalogue-hero-panel div {
  padding: 20px 22px;
  background: rgba(255,255,255,.08);
}

.catalogue-hero-panel strong {
  display: block;
  margin-bottom: 4px;
  color: #ffd36b;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.catalogue-hero-panel span {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 750;
}

.catalogue-shell {
  padding: 34px 0 76px;
}

.catalogue-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.catalogue-sidebar {
  position: sticky;
  top: 118px;
}

.catalogue-filter-card,
.catalogue-toolbar,
.catalogue-course-card,
.catalogue-empty-state {
  border: 1px solid rgba(20,33,61,.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(8,24,65,.08);
}

.catalogue-filter-card {
  padding: 24px;
}

.catalogue-filter-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin-bottom: 22px;
}

.catalogue-filter-head > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #1057f5;
  background: #eef4ff;
}

.catalogue-filter-head h2 {
  margin: 0 0 3px;
  color: #101936;
  font-size: 20px;
  font-weight: 900;
}

.catalogue-filter-head p,
.catalogue-toolbar p {
  margin: 0;
  color: #697386;
  font-size: 13px;
}

.catalogue-field {
  margin-bottom: 18px;
}

.catalogue-field .form-label,
.catalogue-sort-form label {
  color: #26334d;
  font-size: 13px;
  font-weight: 850;
}

.catalogue-input-icon {
  position: relative;
}

.catalogue-input-icon i {
  position: absolute;
  left: 16px;
  top: 50%;
  color: #8b96aa;
  transform: translateY(-50%);
}

.catalogue-input-icon .form-control {
  padding-left: 42px;
}

.catalogue-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.catalogue-filter-card .form-control,
.catalogue-filter-card .form-select,
.catalogue-sort-form .form-select {
  min-height: 50px;
  border-radius: 8px;
  border-color: #dbe2ec;
  color: #1f2937;
  font-size: 14px;
  font-weight: 650;
  background-color: #fff;
}

.catalogue-primary-btn,
.catalogue-secondary-btn,
.catalogue-enroll-btn,
.catalogue-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
}

.catalogue-primary-btn,
.catalogue-enroll-btn {
  border: 0;
  color: #fff !important;
  background: linear-gradient(135deg, #ff833b, #f06423);
  box-shadow: 0 14px 30px rgba(240,100,35,.22);
}

.catalogue-primary-btn {
  width: 100%;
}

.catalogue-secondary-btn {
  width: 100%;
  margin-top: 10px;
  color: #42506a;
  border: 1px solid #dbe2ec;
  background: #fff;
}

.catalogue-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  padding: 18px 20px;
}

.catalogue-count {
  display: block;
  margin-bottom: 4px;
  color: #101936;
  font-size: 18px;
  font-weight: 900;
}

.catalogue-sort-form {
  display: grid;
  grid-template-columns: auto 210px;
  gap: 10px;
  align-items: center;
}

.catalogue-course-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.course-card-minimal.catalogue-course-card {
  height: 100%;
  overflow: hidden;
  border-radius: 8px !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.course-card-minimal.catalogue-course-card:hover {
  border-color: rgba(16,87,245,.24);
  box-shadow: 0 24px 60px rgba(8,24,65,.13) !important;
  transform: translateY(-3px);
}

.catalogue-course-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #edf2fb;
}

.catalogue-course-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(5,19,51,.52));
}

.catalogue-course-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalogue-level-badge,
.catalogue-discount-badge {
  position: absolute;
  z-index: 1;
  top: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.catalogue-level-badge {
  left: 14px;
  color: #0b3fc0;
  background: #fff;
}

.catalogue-discount-badge {
  right: 14px;
  color: #fff;
  background: #ff833b;
}

.catalogue-course-body {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 22px;
}

.catalogue-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.catalogue-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #43516b;
  background: #f3f6fb;
  font-size: 12px;
  font-weight: 800;
}

.catalogue-card-meta i {
  color: #1057f5;
}

.catalogue-course-title h2 {
  min-height: 58px;
  margin: 0 0 10px;
  color: #101936;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 900;
}

.catalogue-course-body p {
  margin: 0 0 20px;
  color: #697386;
  font-size: 14px;
  line-height: 1.65;
}

.catalogue-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #e6ebf2;
}

.catalogue-price span {
  display: block;
  margin-bottom: 4px;
  color: #697386;
  font-size: 12px;
  font-weight: 800;
}

.catalogue-price strong {
  color: #101936;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.catalogue-card-actions {
  display: flex;
  gap: 9px;
  align-items: center;
}

.catalogue-icon-btn {
  width: 48px;
  min-width: 48px;
  color: #1057f5;
  border: 1px solid #dbe6fb;
  background: #f4f8ff;
}

.catalogue-enroll-btn {
  min-width: 128px;
  padding: 0 18px;
}

.catalogue-empty-state {
  padding: 64px 24px;
  text-align: center;
}

.catalogue-empty-state div {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 8px;
  color: #1057f5;
  background: #eef4ff;
  font-size: 28px;
}

.catalogue-empty-state h2 {
  color: #101936;
  font-weight: 900;
}

.catalogue-empty-state p {
  max-width: 440px;
  margin: 0 auto 22px;
  color: #697386;
}

.catalogue-empty-state .catalogue-primary-btn {
  width: auto;
  padding: 0 24px;
}

.catalogue-pagination {
  margin-top: 28px;
}

@media (max-width: 1199.98px) {
  .catalogue-hero-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-hero-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .header-layout1.style2 .menu-area {
    min-height: 82px;
  }

  .catalogue-layout {
    grid-template-columns: 1fr;
  }

  .catalogue-sidebar {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .catalogue-hero {
    padding: 48px 0 42px;
  }

  .catalogue-hero-panel,
  .catalogue-course-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-toolbar,
  .catalogue-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .catalogue-sort-form {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .catalogue-card-actions,
  .catalogue-enroll-btn {
    width: 100%;
  }

  .catalogue-course-title h2 {
    min-height: auto;
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .catalogue-shell {
    padding-top: 22px;
  }

  .catalogue-filter-card,
  .catalogue-toolbar,
  .catalogue-course-body {
    padding: 18px;
  }

  .catalogue-price-grid {
    grid-template-columns: 1fr;
  }
}

/* Compact breadcrumb strip for course and checkout pages */
body.ai-course-page .checkout-hero.breadcrumb-strip {
  padding: 14px 0;
  overflow: visible;
  color: #25314a;
  background: #f7f9fc;
  border-top: 1px solid #e8edf5;
  border-bottom: 1px solid #e1e7f0;
}

body.ai-course-page .checkout-hero.breadcrumb-strip::before,
body.ai-course-page .checkout-hero.breadcrumb-strip::after {
  display: none;
}

body.ai-course-page .checkout-hero.breadcrumb-strip .container {
  position: relative;
  z-index: 1;
}

body.ai-course-page .checkout-hero.breadcrumb-strip .breadcrumb-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.ai-course-page .checkout-hero.breadcrumb-strip .breadcrumb-trail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  min-width: 0;
  color: #677389;
  font-size: 13px;
  font-weight: 750;
}

body.ai-course-page .checkout-hero.breadcrumb-strip .breadcrumb-trail a {
  color: #1057f5;
  text-decoration: none;
}

body.ai-course-page .checkout-hero.breadcrumb-strip .breadcrumb-trail span {
  overflow: hidden;
  color: #172033;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.ai-course-page .checkout-hero.breadcrumb-strip .breadcrumb-trail i {
  color: #9aa5b8;
  font-size: 10px;
}

body.ai-course-page .checkout-hero.breadcrumb-strip .checkout-eyebrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #dbe6fb;
  border-radius: 999px;
  color: #0b3fc0;
  background: #eef4ff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

body.ai-course-page .checkout-hero.breadcrumb-strip h1,
body.ai-course-page .checkout-hero.breadcrumb-strip p,
body.ai-course-page .checkout-hero.breadcrumb-strip .breadcrumb-side {
  display: none;
}

@media (max-width: 767.98px) {
  body.ai-course-page .checkout-hero.breadcrumb-strip .breadcrumb-card {
    align-items: flex-start;
    flex-direction: column;
  }

  body.ai-course-page .checkout-hero.breadcrumb-strip .breadcrumb-trail {
    width: 100%;
  }

  body.ai-course-page .checkout-hero.breadcrumb-strip .breadcrumb-trail span {
    max-width: 100%;
  }
}

/* Simple course catalogue breadcrumb */
body.ai-catalogue-page .catalogue-breadcrumb {
  padding: 14px 0;
  background: #f8fafc;
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #e3e9f2;
}

body.ai-catalogue-page .catalogue-breadcrumb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.ai-catalogue-page .simple-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  color: #6b7587;
  font-size: 13px;
  font-weight: 750;
}

body.ai-catalogue-page .simple-breadcrumb a {
  color: #1057f5;
  text-decoration: none;
}

body.ai-catalogue-page .simple-breadcrumb i {
  color: #9aa5b8;
  font-size: 10px;
}

body.ai-catalogue-page .simple-breadcrumb span {
  color: #172033;
}

body.ai-catalogue-page .catalogue-breadcrumb-inner > strong {
  color: #101936;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

body.ai-catalogue-page .catalogue-shell {
  padding-top: 26px;
}

@media (max-width: 575.98px) {
  body.ai-catalogue-page .catalogue-breadcrumb-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  body.ai-catalogue-page .catalogue-breadcrumb-inner > strong {
    white-space: normal;
  }
}

/* Constrain public course and checkout content for a more polished layout */
body.ai-course-page:not(.student-portal-page):not(.learn-player-page):not(.payment-status-page) .checkout-hero.breadcrumb-strip .container,
body.ai-course-page:not(.student-portal-page):not(.learn-player-page):not(.payment-status-page) .checkout-shell > .container,
body.ai-catalogue-page .catalogue-breadcrumb > .container,
body.ai-catalogue-page .catalogue-shell > .container {
  width: min(100%, 1280px) !important;
  max-width: 1280px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.ai-course-page:not(.student-portal-page):not(.learn-player-page):not(.payment-status-page) .checkout-shell {
  padding-top: 48px;
}

body.ai-course-page:not(.student-portal-page):not(.learn-player-page):not(.payment-status-page) .checkout-shell .row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

body.ai-course-page:not(.student-portal-page):not(.learn-player-page):not(.payment-status-page) .checkout-card,
body.ai-course-page:not(.student-portal-page):not(.learn-player-page):not(.payment-status-page) .course-panel,
body.ai-course-page:not(.student-portal-page):not(.learn-player-page):not(.payment-status-page) .support-card {
  border-radius: 16px;
}

@media (min-width: 1600px) {
  body.ai-course-page:not(.student-portal-page):not(.learn-player-page):not(.payment-status-page) .checkout-hero.breadcrumb-strip .container,
  body.ai-course-page:not(.student-portal-page):not(.learn-player-page):not(.payment-status-page) .checkout-shell > .container,
  body.ai-catalogue-page .catalogue-breadcrumb > .container,
  body.ai-catalogue-page .catalogue-shell > .container {
    max-width: 1240px !important;
  }
}

@media (max-width: 767.98px) {
  body.ai-course-page:not(.student-portal-page):not(.learn-player-page):not(.payment-status-page) .checkout-hero.breadcrumb-strip .container,
  body.ai-course-page:not(.student-portal-page):not(.learn-player-page):not(.payment-status-page) .checkout-shell > .container,
  body.ai-catalogue-page .catalogue-breadcrumb > .container,
  body.ai-catalogue-page .catalogue-shell > .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.ai-course-page:not(.student-portal-page):not(.learn-player-page):not(.payment-status-page) .checkout-shell {
    padding-top: 28px;
  }
}

/* Course list without filter sidebar */
body.ai-catalogue-page .catalogue-layout.catalogue-layout-full {
  grid-template-columns: 1fr;
}

body.ai-catalogue-page .catalogue-layout-full .catalogue-results {
  min-width: 0;
}

body.ai-catalogue-page .catalogue-layout-full .catalogue-course-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
  body.ai-catalogue-page .catalogue-layout-full .catalogue-course-grid {
    grid-template-columns: 1fr;
  }
}

/* Student portal page gutters */
body.student-portal-page .page-shell.container,
body.student-portal-page .student-portal-shell > .container {
  width: min(100%, 1360px) !important;
  max-width: 1360px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.student-portal-page .page-shell.container > .row,
body.student-portal-page .student-portal-shell > .container > .row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

@media (min-width: 1600px) {
  body.student-portal-page .page-shell.container,
  body.student-portal-page .student-portal-shell > .container {
    max-width: 1320px !important;
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
}

@media (max-width: 767.98px) {
  body.student-portal-page .page-shell.container,
  body.student-portal-page .student-portal-shell > .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* Student logout action */
body.student-portal-page .student-nav-link.student-logout-link {
  margin-top: 10px;
  color: #b42318;
  border-top: 1px solid #edf1f6;
  border-radius: 14px;
}

body.student-portal-page .student-nav-link.student-logout-link i {
  color: #b42318;
  background: #fff0ee;
}

body.student-portal-page .student-nav-link.student-logout-link:hover {
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #b42318);
}

body.student-portal-page .student-nav-link.student-logout-link:hover i {
  color: #b42318;
  background: #fff;
}

/* Professional auth page */
body.auth-page main {
  background:
    linear-gradient(180deg, #f6f8fc 0%, #ffffff 58%),
    radial-gradient(circle at 18% 22%, rgba(16,87,245,.10), transparent 32%);
}

body.auth-page .auth-shell {
  padding: 64px 0 88px;
}

body.auth-page .auth-shell > .container {
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

body.auth-page .auth-card-pro {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr);
  overflow: hidden;
  border: 1px solid rgba(20,33,61,.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(8,24,65,.12);
}

body.auth-page .auth-brand-panel {
  position: relative;
  min-height: 610px;
  padding: 42px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5,19,51,.95), rgba(12,49,142,.93)),
    url('../bck1.jpg') center / cover no-repeat;
}

body.auth-page .auth-brand-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: .18;
  pointer-events: none;
}

body.auth-page .auth-brand-panel > * {
  position: relative;
  z-index: 1;
}

body.auth-page .auth-logo {
  display: inline-grid;
  place-items: center;
  width: 94px;
  height: 94px;
  margin-bottom: 58px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

body.auth-page .auth-logo img {
  max-width: 78px;
  max-height: 78px;
  object-fit: contain;
}

body.auth-page .auth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: #ffd36b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

body.auth-page .auth-brand-panel h1 {
  max-width: 480px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 900;
}

body.auth-page .auth-brand-panel p {
  max-width: 460px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.75;
}

body.auth-page .auth-feature-list {
  display: grid;
  gap: 12px;
}

body.auth-page .auth-feature-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.88);
  font-weight: 750;
}

body.auth-page .auth-feature-list i {
  color: #ffd36b;
}

body.auth-page .auth-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
}

body.auth-page .auth-form-head {
  margin-bottom: 26px;
}

body.auth-page .auth-form-head span {
  display: block;
  margin-bottom: 8px;
  color: #1057f5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

body.auth-page .auth-form-head h2 {
  margin: 0 0 10px;
  color: #101936;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 900;
}

body.auth-page .auth-form-head p {
  max-width: 480px;
  margin: 0;
  color: #687386;
  line-height: 1.7;
}

body.auth-page .auth-field {
  margin-bottom: 18px;
}

body.auth-page .auth-field .form-label {
  margin-bottom: 8px;
  color: #26334d;
  font-size: 13px;
  font-weight: 850;
}

body.auth-page .auth-input-icon {
  position: relative;
}

body.auth-page .auth-input-icon i {
  position: absolute;
  left: 17px;
  top: 50%;
  color: #8b96aa;
  transform: translateY(-50%);
}

body.auth-page .auth-input-icon .form-control {
  min-height: 54px;
  padding-left: 46px;
  border-color: #dbe2ec;
  border-radius: 10px;
  color: #111827;
  font-weight: 650;
}

body.auth-page .auth-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 4px 0 22px;
  color: #687386;
  font-size: 13px;
  font-weight: 750;
}

body.auth-page .auth-form-row a,
body.auth-page .auth-switch-link a {
  color: #1057f5;
  font-weight: 850;
  text-decoration: none;
}

body.auth-page .auth-submit-btn {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #1057f5, #0b3fc0);
  box-shadow: 0 16px 34px rgba(16,87,245,.24);
  font-weight: 900;
}

body.auth-page .auth-switch-link {
  margin: 22px 0 0;
  color: #687386;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 991.98px) {
  body.auth-page .auth-card-pro {
    grid-template-columns: 1fr;
  }

  body.auth-page .auth-brand-panel {
    min-height: auto;
    padding: 32px;
  }

  body.auth-page .auth-logo {
    margin-bottom: 34px;
  }
}

@media (max-width: 575.98px) {
  body.auth-page .auth-shell {
    padding: 32px 0 60px;
  }

  body.auth-page .auth-shell > .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.auth-page .auth-brand-panel,
  body.auth-page .auth-form-panel {
    padding: 24px;
  }

  body.auth-page .auth-form-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* Auth input icon spacing fix */
body.auth-page .auth-input-icon {
  position: relative;
  display: block;
}

body.auth-page .auth-input-icon i {
  left: 22px !important;
  width: 18px;
  text-align: center;
  color: #7c879a;
  font-size: 15px;
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}

body.auth-page .auth-input-icon .form-control {
  padding-left: 58px !important;
  padding-right: 20px !important;
  text-indent: 0 !important;
}

body.auth-page .auth-input-icon .form-control::placeholder {
  color: #8b96aa;
  opacity: 1;
}

@media (max-width: 575.98px) {
  body.auth-page .auth-input-icon i {
    left: 18px !important;
  }

  body.auth-page .auth-input-icon .form-control {
    padding-left: 52px !important;
  }
}

/* Logged-in header profile dropdown */
.header-profile-menu {
  position: relative;
}

.header-profile-toggle {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border: 1px solid #dce5f2;
  border-radius: 50%;
  color: #1057f5;
  background: #f4f8ff;
  box-shadow: 0 12px 30px rgba(8,24,65,.08);
}

.header-profile-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #1057f5, #0b3fc0);
  font-size: 17px;
}

.header-profile-caret {
  position: absolute;
  right: 9px;
  bottom: 11px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #172033;
  background: #ffd36b;
  font-size: 9px;
}

.header-profile-dropdown {
  min-width: 230px;
  margin-top: 12px !important;
  padding: 10px;
  border: 1px solid rgba(20,33,61,.10);
  border-radius: 14px;
  box-shadow: 0 24px 54px rgba(8,24,65,.16);
}

.header-profile-head {
  padding: 12px 13px 14px;
  margin-bottom: 6px;
  border-radius: 10px;
  background: #f4f8ff;
}

.header-profile-head span {
  display: block;
  color: #6b7587;
  font-size: 12px;
  font-weight: 750;
}

.header-profile-head strong {
  display: block;
  overflow: hidden;
  color: #101936;
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-profile-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 10px;
  color: #33405a;
  font-size: 14px;
  font-weight: 800;
}

.header-profile-dropdown .dropdown-item i {
  width: 18px;
  color: #1057f5;
  text-align: center;
}

.header-profile-dropdown .dropdown-item:hover,
.header-profile-dropdown .dropdown-item:focus {
  color: #1057f5;
  background: #eef4ff;
}

.header-profile-dropdown .dropdown-divider {
  margin: 8px 0;
  border-color: #edf1f6;
}

.header-profile-dropdown .header-profile-logout,
.header-profile-dropdown .header-profile-logout i {
  color: #b42318;
}

.header-profile-dropdown .header-profile-logout:hover,
.header-profile-dropdown .header-profile-logout:focus {
  color: #b42318;
  background: #fff0ee;
}

@media (max-width: 991.98px) {
  .header-profile-toggle {
    width: 52px;
    height: 52px;
  }

  .header-profile-avatar {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .header-profile-caret {
    right: 6px;
    bottom: 7px;
  }
}

/* Professional admin login */
body.admin-auth-page {
  min-height: 100vh;
  margin: 0;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, sans-serif;
  color: #101936;
  background:
    linear-gradient(135deg, rgba(10,16,25,.96), rgba(24,32,43,.94)),
    radial-gradient(circle at 16% 16%, rgba(16,87,245,.22), transparent 30%),
    radial-gradient(circle at 84% 82%, rgba(255,131,59,.20), transparent 28%);
}

.admin-auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 54px 28px;
}

.admin-auth-card {
  width: min(100%, 1180px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 38px 90px rgba(0,0,0,.30);
}

.admin-auth-aside {
  position: relative;
  min-height: 640px;
  padding: 44px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5,19,51,.96), rgba(12,49,142,.94)),
    url('../bck1.jpg') center / cover no-repeat;
}

.admin-auth-aside::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: .17;
  pointer-events: none;
}

.admin-auth-aside > * {
  position: relative;
  z-index: 1;
}

.admin-auth-logo {
  width: 96px;
  height: 96px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 78px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.admin-auth-logo img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

.admin-auth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: #ffd36b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.admin-auth-aside h1 {
  max-width: 470px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.03;
  font-weight: 900;
}

.admin-auth-aside p {
  max-width: 470px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.75;
}

.admin-auth-meta {
  display: grid;
  gap: 12px;
}

.admin-auth-meta span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.88);
  font-weight: 750;
}

.admin-auth-meta i {
  color: #ffd36b;
}

.admin-auth-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
}

.admin-auth-head {
  margin-bottom: 26px;
}

.admin-auth-head span {
  display: block;
  margin-bottom: 8px;
  color: #ff833b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.admin-auth-head h2 {
  margin: 0 0 10px;
  color: #101936;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 900;
}

.admin-auth-head p {
  margin: 0;
  color: #687386;
  line-height: 1.7;
}

.admin-auth-form .alert {
  border-radius: 12px;
}

.admin-auth-field {
  margin-bottom: 18px;
}

.admin-auth-field .form-label {
  margin-bottom: 8px;
  color: #26334d;
  font-size: 13px;
  font-weight: 850;
}

.admin-auth-input {
  position: relative;
  display: block;
}

.admin-auth-input i {
  position: absolute;
  left: 22px;
  top: 50%;
  z-index: 2;
  width: 18px;
  color: #7c879a;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  transform: translateY(-50%);
}

.admin-auth-input .form-control {
  min-height: 56px;
  padding-left: 58px;
  padding-right: 20px;
  border: 1px solid #dbe2ec;
  border-radius: 10px;
  color: #111827;
  font-weight: 650;
  box-shadow: none;
}

.admin-auth-input .form-control:focus {
  border-color: rgba(255,131,59,.60);
  box-shadow: 0 0 0 .22rem rgba(255,131,59,.13);
}

.admin-auth-input .form-control::placeholder {
  color: #8b96aa;
  opacity: 1;
}

.admin-auth-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 2px 0 22px;
  color: #687386;
  font-size: 13px;
  font-weight: 750;
}

.admin-auth-note i {
  color: #1057f5;
}

.admin-auth-submit {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff833b, #f06423);
  box-shadow: 0 16px 34px rgba(240,100,35,.25);
  font-weight: 900;
}

.admin-auth-submit:hover,
.admin-auth-submit:focus {
  background: linear-gradient(135deg, #f06423, #d85f1f);
}

.admin-auth-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  color: #1057f5;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.admin-auth-back:hover {
  color: #0b3fc0;
}

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

  .admin-auth-aside {
    min-height: auto;
    padding: 34px;
  }

  .admin-auth-logo {
    margin-bottom: 36px;
  }
}

@media (max-width: 575.98px) {
  .admin-auth-shell {
    padding: 22px 14px;
  }

  .admin-auth-card {
    border-radius: 18px;
  }

  .admin-auth-aside,
  .admin-auth-form-panel {
    padding: 24px;
  }

  .admin-auth-input i {
    left: 18px;
  }

  .admin-auth-input .form-control {
    padding-left: 52px;
  }
}

/* Admin dashboard layout repair */
body.admin-body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: #172033;
  background: #f5f7fb;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, sans-serif;
}

body.admin-body a {
  text-decoration: none;
}

body.admin-body .admin-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
}

body.admin-body .admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  background: #071a44;
  color: #fff;
  box-shadow: 14px 0 38px rgba(8,24,65,.12);
  z-index: 1030;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.18) transparent;
}

body.admin-body .admin-sidebar::-webkit-scrollbar {
  width: 5px;
}

body.admin-body .admin-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

body.admin-body .admin-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.15);
  border-radius: 4px;
}

body.admin-body .admin-sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.3);
}

body.admin-body .admin-brand {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 88px;
  padding: 18px 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.10);
  text-decoration: none;
}

body.admin-body .admin-brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #071a44;
  background: linear-gradient(135deg, #ffd36b 0%, #ffc107 100%);
  font-size: 22px;
  box-shadow: 0 4px 14px rgba(255, 211, 107, 0.25);
}

body.admin-body .admin-brand strong,
body.admin-body .admin-brand small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.admin-body .admin-brand strong {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

body.admin-body .admin-brand small {
  color: rgba(255,255,255,.64);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

body.admin-body .admin-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 12px;
}

body.admin-body .admin-sidebar-search {
  padding: 0 4px 10px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

body.admin-body .admin-sidebar-search .input-group {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 2px 8px;
  transition: all 0.2s ease;
}

body.admin-body .admin-sidebar-search .input-group:focus-within {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 211, 107, 0.4);
  box-shadow: 0 0 0 3px rgba(255, 211, 107, 0.1);
}

body.admin-body .admin-sidebar-search input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 4px;
  box-shadow: none !important;
}

body.admin-body .admin-sidebar-search input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

body.admin-body .admin-nav-title {
  margin: 14px 8px 6px;
  color: rgba(255,255,255,.42);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body.admin-body .admin-nav-link,
body.admin-body .admin-nav-toggle,
body.admin-body .admin-sidebar-footer a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 9px 12px;
  border-radius: 11px;
  color: rgba(255,255,255,.76);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  transition: all 0.2s ease;
}

body.admin-body .admin-nav-link i,
body.admin-body .admin-nav-toggle > i,
body.admin-body .admin-sidebar-footer a i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  border-radius: 9px;
  color: #ffd36b;
  background: rgba(255,255,255,.08);
  font-size: 14px;
  transition: all 0.2s ease;
}

body.admin-body .admin-nav-link:hover,
body.admin-body .admin-nav-link.active,
body.admin-body .admin-nav-toggle:hover,
body.admin-body .admin-nav-toggle.active,
body.admin-body .admin-sidebar-footer a:hover,
body.admin-body .admin-sidebar-footer a.active {
  color: #fff;
  background: rgba(255,255,255,.10);
}

body.admin-body .admin-nav-link.active,
body.admin-body .admin-nav-toggle.active {
  background: rgba(255,255,255,.14);
}

body.admin-body .admin-nav-link.active i,
body.admin-body .admin-nav-link:hover i,
body.admin-body .admin-nav-toggle:hover > i,
body.admin-body .admin-nav-toggle.active > i,
body.admin-body .admin-sidebar-footer a:hover i,
body.admin-body .admin-sidebar-footer a.active i {
  color: #071a44;
  background: #ffd36b;
}

body.admin-body .admin-nav-toggle .admin-chevron {
  margin-left: auto;
  font-size: 11px;
  width: auto;
  height: auto;
  background: transparent !important;
  color: rgba(255,255,255,0.45) !important;
  transition: transform 0.25s ease;
}

body.admin-body .admin-nav-toggle[aria-expanded="true"] .admin-chevron {
  transform: rotate(180deg);
  color: #ffd36b !important;
}

body.admin-body .admin-nav-submenu {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px 0 6px 20px;
  position: relative;
  margin-left: 15px;
  border-left: 2px solid rgba(255, 255, 255, 0.10);
}

body.admin-body .admin-subnav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

body.admin-body .admin-subnav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  padding-left: 15px;
}

body.admin-body .admin-subnav-link.active {
  color: #ffd36b;
  font-weight: 700;
  background: rgba(255, 211, 107, 0.12);
}

body.admin-body .admin-subnav-link .subnav-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.2s ease;
  flex-shrink: 0;
}

body.admin-body .admin-subnav-link:hover .subnav-dot,
body.admin-body .admin-subnav-link.active .subnav-dot {
  background: #ffd36b;
  box-shadow: 0 0 8px #ffd36b;
  transform: scale(1.3);
}

body.admin-body .admin-nav-badge {
  margin-left: auto;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 999px;
  letter-spacing: 0.3px;
}

body.admin-body .admin-sidebar-footer {
  display: grid;
  gap: 4px;
  margin-top: auto;
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(0, 0, 0, 0.15);
}

body.admin-body .admin-sidebar-footer a.logout-link:hover {
  background: rgba(220, 53, 69, 0.2);
  color: #ff8b94;
}

body.admin-body .admin-sidebar-footer a.logout-link:hover i {
  background: #dc3545;
  color: #fff;
}

body.admin-body .admin-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

body.admin-body .admin-topbar {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 30px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e4e9f2;
  box-shadow: 0 12px 30px rgba(8,24,65,.06);
  backdrop-filter: blur(8px);
  z-index: 1020;
}

body.admin-body .admin-topbar-left,
body.admin-body .admin-topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

body.admin-body .admin-page-label {
  display: block;
  color: #1057f5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

body.admin-body .admin-topbar h5 {
  margin: 2px 0 0;
  color: #101936;
  font-size: 20px;
  font-weight: 900;
}

body.admin-body .admin-menu-toggle {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dce3ef;
  border-radius: 12px;
  color: #1057f5;
  background: #f4f8ff;
}

body.admin-body .admin-preview-link,
body.admin-body .admin-user-menu {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

body.admin-body .admin-preview-link {
  color: #1057f5;
  border: 1px solid #dbe6fb;
  background: #f4f8ff;
}

body.admin-body .admin-user-menu {
  color: #172033;
  border: 1px solid #e1e7f0;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8,24,65,.06);
}

body.admin-body .admin-user-avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #1057f5, #0b3fc0);
  font-size: 13px;
  font-weight: 900;
}

body.admin-body .admin-content {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 30px;
}

body.admin-body .card,
body.admin-body .admin-table-card,
body.admin-body .admin-editor-card {
  border: 1px solid rgba(20,33,61,.08) !important;
  border-radius: 16px !important;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8,24,65,.07) !important;
}

body.admin-body .admin-stat-card .card-body {
  padding: 24px;
}

body.admin-body .admin-stat-card p {
  color: #687386 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

body.admin-body .admin-stat-card h3,
body.admin-body .admin-stat-card .h3 {
  color: #101936;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
}

body.admin-body .admin-toolbar,
body.admin-body .admin-editor-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

body.admin-body .admin-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

body.admin-body .admin-filter-bar .form-control,
body.admin-body .admin-filter-bar .form-select {
  min-width: 180px;
}

body.admin-body .form-control,
body.admin-body .form-select {
  min-height: 44px;
  border-color: #dbe2ec;
  border-radius: 10px;
  color: #172033;
  font-size: 14px;
  font-weight: 600;
}

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

body.admin-body .btn-brand {
  border: 0;
  color: #fff !important;
  background: linear-gradient(135deg, #1057f5, #0b3fc0);
  box-shadow: 0 12px 26px rgba(16,87,245,.18);
}

body.admin-body .table {
  color: #25314a;
}

body.admin-body .table thead th {
  padding: 15px 16px;
  color: #687386;
  background: #f6f8fc;
  border-bottom: 1px solid #e2e8f2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .45px;
  text-transform: uppercase;
  white-space: nowrap;
}

body.admin-body .table tbody td {
  padding: 16px;
  border-bottom: 1px solid #edf1f6;
  vertical-align: middle;
}

body.admin-body .table tbody tr:last-child td {
  border-bottom: 0;
}

body.admin-body .admin-course-thumb {
  width: 74px;
  height: 54px;
  flex: 0 0 74px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e1e7f0;
  background: #f4f8ff;
}

body.admin-body .admin-course-title {
  display: block;
  color: #101936;
  font-weight: 850;
  line-height: 1.35;
}

body.admin-body .admin-action-group {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

body.admin-body .admin-action-btn {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dbe6fb;
  border-radius: 10px;
  color: #1057f5;
  background: #f4f8ff;
}

body.admin-body .admin-action-btn.danger {
  color: #b42318;
  border-color: #ffd2cc;
  background: #fff0ee;
}

body.admin-body .admin-editor-toolbar h4 {
  margin: 3px 0 0;
  color: #101936;
  font-size: 28px;
  font-weight: 900;
}

body.admin-body .admin-editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.admin-body .admin-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

body.admin-body .admin-card-heading h6 {
  margin: 0 0 4px;
  color: #101936;
  font-size: 18px;
  font-weight: 900;
}

body.admin-body .admin-card-heading p {
  margin: 0;
  color: #687386;
  font-size: 13px;
}

body.admin-body .admin-editor-summary {
  position: sticky;
  top: 98px;
}

body.admin-body .admin-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #edf1f6;
}

body.admin-body .admin-toggle-row strong,
body.admin-body .admin-toggle-row span {
  display: block;
}

body.admin-body .admin-toggle-row strong {
  color: #172033;
  font-size: 14px;
  font-weight: 850;
}

body.admin-body .admin-toggle-row span {
  color: #687386;
  font-size: 12px;
}

body.admin-body .admin-thumbnail-preview {
  min-height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px dashed #cfd8e6;
  border-radius: 14px;
  color: #7c879a;
  background: #f7faff;
  text-align: center;
}

body.admin-body .admin-thumbnail-preview img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

body.admin-body .admin-thumbnail-preview i {
  display: block;
  margin-bottom: 8px;
  color: #1057f5;
  font-size: 30px;
}

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

  body.admin-body .admin-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: min(86vw, 300px);
    transform: translateX(-105%);
    transition: transform .22s ease;
  }

  body.admin-body .admin-sidebar.show {
    transform: translateX(0);
  }

  body.admin-body .admin-content {
    padding: 22px;
  }

  body.admin-body .admin-editor-summary {
    position: static;
  }
}

@media (max-width: 767.98px) {
  body.admin-body .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 18px;
  }

  body.admin-body .admin-topbar-actions,
  body.admin-body .admin-preview-link,
  body.admin-body .admin-user-menu,
  body.admin-body .admin-toolbar,
  body.admin-body .admin-editor-toolbar,
  body.admin-body .admin-editor-actions,
  body.admin-body .admin-filter-bar {
    width: 100%;
  }

  body.admin-body .admin-toolbar,
  body.admin-body .admin-editor-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  body.admin-body .admin-filter-bar .form-control,
  body.admin-body .admin-filter-bar .form-select,
  body.admin-body .admin-filter-bar .btn,
  body.admin-body .admin-editor-actions .btn {
    width: 100%;
  }

  body.admin-body .admin-content {
    padding: 18px;
  }
}

/* Checkout enquiry consent */
body.ai-course-page .checkout-consent-row {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 12px;
  margin-top: 4px;
  padding: 14px 16px;
  border: 1px solid #dbe6fb;
  border-radius: 12px;
  color: #42506a;
  background: #f4f8ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  text-align: left !important;
  cursor: pointer;
}

body.ai-course-page .checkout-consent-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none;
}

body.ai-course-page .checkout-consent-box {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  border: 2px solid #9db4df;
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

body.ai-course-page .checkout-consent-box::after {
  content: "";
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg) translate(-1px, -1px);
}

body.ai-course-page .checkout-consent-input:checked + .checkout-consent-box {
  border-color: #1057f5;
  background: #1057f5;
}

body.ai-course-page .checkout-consent-input:checked + .checkout-consent-box::after {
  opacity: 1;
}

body.ai-course-page .checkout-consent-input:focus-visible + .checkout-consent-box {
  outline: 3px solid rgba(16, 87, 245, .18);
  outline-offset: 2px;
}

body.ai-course-page .checkout-consent-text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  color: #42506a;
  text-align: left !important;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}
/* Admin course enquiries */
body.admin-body .course-enquiry-filter .form-control,
body.admin-body .course-enquiry-filter .form-select {
  min-width: 190px;
}

body.admin-body .course-enquiry-filter input[name="search"] {
  min-width: 280px;
}

body.admin-body .course-enquiry-card .table td {
  min-width: 150px;
}

body.admin-body .course-enquiry-card .table td:first-child {
  min-width: 230px;
}

body.admin-body .course-enquiry-actions {
  min-width: 125px;
}

@media (max-width: 767.98px) {
  body.admin-body .course-enquiry-filter input[name="search"],
  body.admin-body .course-enquiry-filter .form-control,
  body.admin-body .course-enquiry-filter .form-select {
    min-width: 100%;
  }
}




/* Admin compatibility polish for legacy pages */
body.admin-body .admin-content > .d-flex.justify-content-between,
body.admin-body .admin-content > form.d-flex,
body.admin-body .admin-content > .row:first-child {
  margin-bottom: 22px;
}

body.admin-body .admin-content > .d-flex.justify-content-between {
  align-items: center;
  gap: 14px;
}

body.admin-body .btn-group-sm > .btn,
body.admin-body .btn-sm {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px;
  font-weight: 800;
}

body.admin-body .btn-outline-secondary {
  color: #40506c;
  border-color: #dbe3ee;
  background: #fff;
}

body.admin-body .btn-outline-secondary:hover,
body.admin-body .btn-outline-secondary:focus {
  color: #1057f5;
  border-color: #cfe0ff;
  background: #f4f8ff;
}

body.admin-body .btn-outline-danger {
  color: #b42318;
  border-color: #ffd1cc;
  background: #fff;
}

body.admin-body .btn-outline-danger:hover,
body.admin-body .btn-outline-danger:focus {
  color: #fff;
  border-color: #b42318;
  background: #b42318;
}

body.admin-body .card-body > h5,
body.admin-body .card-body > h6,
body.admin-body .card-body .fw-bold {
  color: #101936;
  font-weight: 900 !important;
}

body.admin-body .admin-back-link,
body.admin-body .admin-content > a.small:first-child {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px !important;
  color: #1057f5;
  font-size: 13px;
  font-weight: 850;
}

body.admin-body .admin-empty-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 116px;
  padding: 22px;
  border: 1px dashed #cfd8e6;
  border-radius: 14px;
  color: #687386;
  background: #f7faff;
  font-weight: 750;
}

body.admin-body .admin-empty-inline i {
  color: #1057f5;
  font-size: 22px;
}

body.admin-body .btn-icon-soft,
body.admin-body .btn-icon-danger {
  width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border-radius: 11px;
  box-shadow: none;
}

body.admin-body .btn-icon-soft {
  color: #1057f5;
  border: 1px solid #dbe6fb;
  background: #f4f8ff;
}

body.admin-body .btn-icon-soft:hover,
body.admin-body .btn-icon-soft:focus {
  color: #fff;
  border-color: #1057f5;
  background: #1057f5;
}

body.admin-body .btn-icon-danger {
  color: #b42318;
  border: 1px solid #ffd2cc;
  background: #fff0ee;
}

body.admin-body .btn-icon-danger:hover,
body.admin-body .btn-icon-danger:focus {
  color: #fff;
  border-color: #b42318;
  background: #b42318;
}

body.admin-body .curriculum-admin-page,
body.admin-body .admin-detail-page {
  display: grid;
  gap: 22px;
}

body.admin-body .curriculum-admin-hero,
body.admin-body .student-profile-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 28px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #071a44, #0b3fc0);
  box-shadow: 0 18px 46px rgba(8,24,65,.13);
}

body.admin-body .curriculum-back-link,
body.admin-body .curriculum-kicker,
body.admin-body .student-profile-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #ffd36b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .65px;
  text-transform: uppercase;
}

body.admin-body .curriculum-back-link {
  color: rgba(255,255,255,.82);
  letter-spacing: 0;
  text-transform: none;
}

body.admin-body .curriculum-admin-hero h1,
body.admin-body .student-profile-hero h1 {
  max-width: 860px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.08;
  font-weight: 900;
}

body.admin-body .curriculum-admin-hero p,
body.admin-body .student-profile-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.76);
}

body.admin-body .curriculum-hero-actions,
body.admin-body .curriculum-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

body.admin-body .curriculum-stats,
body.admin-body .student-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.admin-body .student-metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.admin-body .curriculum-stats > div,
body.admin-body .student-metric-card {
  padding: 20px;
  border: 1px solid rgba(20,33,61,.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8,24,65,.07);
}

body.admin-body .curriculum-stats span,
body.admin-body .student-metric-card strong {
  display: block;
  color: #101936;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
}

body.admin-body .curriculum-stats small,
body.admin-body .student-metric-card span {
  display: block;
  margin-top: 6px;
  color: #687386;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .45px;
  text-transform: uppercase;
}

body.admin-body .curriculum-section-list,
body.admin-body .curriculum-lesson-list,
body.admin-body .student-enrollment-list,
body.admin-body .student-info-list {
  display: grid;
  gap: 14px;
}

body.admin-body .curriculum-section-card,
body.admin-body .curriculum-empty-state {
  padding: 22px;
  border: 1px solid rgba(20,33,61,.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8,24,65,.07);
}

body.admin-body .curriculum-section-head,
body.admin-body .curriculum-lesson-row,
body.admin-body .student-enrollment-row,
body.admin-body .student-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.admin-body .curriculum-section-number {
  color: #1057f5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .55px;
  text-transform: uppercase;
}

body.admin-body .curriculum-section-card h2,
body.admin-body .student-card-header h2 {
  margin: 4px 0 4px;
  color: #101936;
  font-size: 20px;
  font-weight: 900;
}

body.admin-body .curriculum-section-card p,
body.admin-body .student-card-header p {
  margin: 0;
  color: #687386;
  font-size: 13px;
}

body.admin-body .curriculum-no-lessons,
body.admin-body .curriculum-empty-state {
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 34px;
  color: #687386;
  text-align: center;
  background: #f7faff;
}

body.admin-body .curriculum-empty-icon,
body.admin-body .curriculum-lesson-icon,
body.admin-body .student-avatar-large {
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #1057f5;
  background: #eef4ff;
}

body.admin-body .curriculum-empty-icon {
  width: 70px;
  height: 70px;
  font-size: 28px;
}

body.admin-body .curriculum-lesson-row,
body.admin-body .student-enrollment-row {
  padding: 14px;
  border: 1px solid #edf1f6;
  border-radius: 14px;
  background: #fff;
}

body.admin-body .curriculum-lesson-main,
body.admin-body .student-profile-identity {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

body.admin-body .curriculum-lesson-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

body.admin-body .curriculum-lesson-row h3 {
  margin: 0 0 5px;
  color: #172033;
  font-size: 15px;
  font-weight: 850;
}

body.admin-body .curriculum-lesson-meta,
body.admin-body .student-profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #687386;
  font-size: 12px;
  font-weight: 750;
}

body.admin-body .student-profile-meta {
  color: rgba(255,255,255,.78);
}

body.admin-body .student-avatar-large {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  color: #071a44;
  background: #ffd36b;
  font-size: 30px;
  font-weight: 900;
}

body.admin-body .student-profile-status {
  min-width: 160px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.10);
  text-align: right;
}

body.admin-body .student-profile-status small {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
}

body.admin-body .student-info-list > div {
  display: grid;
  grid-template-columns: 36px minmax(90px, .55fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f6;
}

body.admin-body .student-info-list > div:last-child {
  border-bottom: 0;
}

body.admin-body .student-info-list i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #1057f5;
  background: #eef4ff;
}

body.admin-body .student-info-list span,
body.admin-body .student-enrollment-row span,
body.admin-body .student-enrollment-row time {
  color: #687386;
  font-size: 12px;
  font-weight: 750;
}

body.admin-body .student-info-list strong,
body.admin-body .student-enrollment-row a {
  color: #172033;
  font-weight: 850;
}

body.admin-body .student-course-thumb {
  width: 82px;
  height: 58px;
  flex: 0 0 82px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e1e7f0;
  background: #f4f8ff;
}

body.admin-body .modal-kicker {
  margin: 0 0 4px;
  color: #1057f5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .55px;
  text-transform: uppercase;
}

body.admin-body .curriculum-modal {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  body.admin-body .curriculum-admin-hero,
  body.admin-body .student-profile-hero,
  body.admin-body .curriculum-section-head,
  body.admin-body .curriculum-lesson-row,
  body.admin-body .student-enrollment-row,
  body.admin-body .student-card-header {
    align-items: stretch;
    flex-direction: column;
  }

  body.admin-body .curriculum-hero-actions,
  body.admin-body .curriculum-actions {
    justify-content: flex-start;
  }

  body.admin-body .curriculum-stats,
  body.admin-body .student-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.admin-body .student-profile-status {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  body.admin-body .curriculum-stats,
  body.admin-body .student-metric-grid {
    grid-template-columns: 1fr;
  }

  body.admin-body .curriculum-admin-hero,
  body.admin-body .student-profile-hero,
  body.admin-body .curriculum-section-card,
  body.admin-body .curriculum-empty-state {
    padding: 20px;
  }

  body.admin-body .student-info-list > div {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  body.admin-body .student-info-list strong {
    grid-column: 2;
  }
}
/* Frontend content page mobile overflow fix */
@media (max-width: 575.98px) {
  body.ai-index-page .page-shell > .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  body.ai-index-page .page-shell > .row > * {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Compact auth recovery layout */
body.auth-page .auth-shell-compact {
  padding: 58px 0 78px;
}

body.auth-page .auth-card-compact {
  max-width: 1020px;
  margin: 0 auto;
  grid-template-columns: minmax(320px, .85fr) minmax(360px, 1fr);
}

body.auth-page .auth-card-compact .auth-brand-panel {
  min-height: 520px;
}

body.auth-page .auth-card-compact .auth-logo {
  margin-bottom: 42px;
}

body.auth-page .auth-card-compact .auth-form-panel {
  padding: 46px;
}

body.auth-page .auth-switch-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 991.98px) {
  body.auth-page .auth-card-compact {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  body.auth-page .auth-card-compact .auth-brand-panel {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  body.auth-page .auth-shell-compact {
    padding: 28px 0 56px;
  }

  body.auth-page .auth-card-compact .auth-form-panel {
    padding: 24px;
  }
}
/* Blog index layout */
body.ai-blog-index-page main {
  background: #f7f9fd;
}

body.ai-blog-index-page .blog-hero {
  padding: 78px 0 58px;
  background:
    linear-gradient(135deg, rgba(16, 87, 245, .09), rgba(255, 131, 59, .10)),
    #fff;
}

body.ai-blog-index-page .blog-hero .container {
  max-width: 1120px;
}

body.ai-blog-index-page .blog-hero h1 {
  max-width: 820px;
  margin-bottom: 14px !important;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: 0;
}

body.ai-blog-index-page .blog-hero p {
  max-width: 760px;
  margin: 0;
  color: #5f6675;
}

body.ai-blog-index-page .ai-blog-index-shell {
  padding: 56px 0 76px;
}

body.ai-blog-index-page .ai-blog-index-shell > .container {
  max-width: 1180px;
}

body.ai-blog-index-page .ai-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

body.ai-blog-index-page .ai-blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, .10);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 24, 40, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.ai-blog-index-page .ai-blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 131, 59, .35);
  box-shadow: 0 22px 52px rgba(16, 24, 40, .13);
}

body.ai-blog-index-page .ai-blog-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef3fb;
}

body.ai-blog-index-page .ai-blog-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

body.ai-blog-index-page .ai-blog-card:hover .ai-blog-card-media img {
  transform: scale(1.04);
}

body.ai-blog-index-page .ai-blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 24px 24px 22px;
}

body.ai-blog-index-page .ai-blog-card-body time {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff2eb;
  color: #d85f1f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.ai-blog-index-page .ai-blog-card-body h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0;
}

body.ai-blog-index-page .ai-blog-card-body h2 a {
  color: inherit;
  text-decoration: none;
}

body.ai-blog-index-page .ai-blog-card-body h2 a:hover {
  color: #1057f5;
}

body.ai-blog-index-page .ai-blog-card-body p {
  margin: 0 0 20px;
  color: #667085;
  font-size: 14px;
  line-height: 1.75;
}

body.ai-blog-index-page .ai-blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: auto;
  color: #1057f5;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

body.ai-blog-index-page .ai-blog-read-link i {
  font-size: 20px;
  line-height: 1;
}

body.ai-blog-index-page .ai-blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

body.ai-blog-index-page .ai-blog-pagination .pagination {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
}

body.ai-blog-index-page .ai-blog-pagination .page-link {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid rgba(16, 24, 40, .10);
  border-radius: 8px;
  color: #111827;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.ai-blog-index-page .ai-blog-pagination .active .page-link,
body.ai-blog-index-page .ai-blog-pagination .page-link:hover {
  border-color: #1057f5;
  background: #1057f5;
  color: #fff;
}

body.ai-blog-index-page .ai-blog-empty-state {
  max-width: 680px;
  margin: 0 auto;
  padding: 54px 28px;
  border: 1px solid rgba(16, 24, 40, .10);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 24, 40, .08);
  text-align: center;
}

body.ai-blog-index-page .ai-blog-empty-state i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #fff2eb;
  color: #d85f1f;
  font-size: 32px;
}

body.ai-blog-index-page .ai-blog-empty-state h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 28px;
  font-weight: 800;
}

body.ai-blog-index-page .ai-blog-empty-state p {
  margin: 0;
  color: #667085;
}

@media (max-width: 991.98px) {
  body.ai-blog-index-page .ai-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  body.ai-blog-index-page .blog-hero {
    padding: 52px 0 42px;
  }

  body.ai-blog-index-page .blog-hero h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  body.ai-blog-index-page .ai-blog-index-shell {
    padding: 34px 0 54px;
  }

  body.ai-blog-index-page .ai-blog-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.ai-blog-index-page .ai-blog-card-body {
    padding: 20px;
  }

  body.ai-blog-index-page .ai-blog-card-body h2 {
    font-size: 19px;
  }
}
/* Blog single layout */
body.ai-blog-single-page main {
  background: #f7f9fd;
}

body.ai-blog-single-page .ai-blog-single-hero {
  padding: 70px 0 54px;
  background:
    linear-gradient(135deg, rgba(16, 87, 245, .08), rgba(255, 131, 59, .10)),
    #fff;
}

body.ai-blog-single-page .ai-blog-single-hero .container {
  max-width: 1040px;
}

body.ai-blog-single-page .ai-blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  color: #1057f5;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

body.ai-blog-single-page .ai-blog-back-link i {
  font-size: 22px;
  line-height: 1;
}

body.ai-blog-single-page .ai-blog-single-hero h1 {
  max-width: 940px;
  margin: 12px 0 18px !important;
  color: #111827;
  font-size: clamp(34px, 4.3vw, 56px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

body.ai-blog-single-page .ai-blog-single-hero time {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff2eb;
  color: #d85f1f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.ai-blog-single-page .ai-blog-single-hero p {
  max-width: 780px;
  color: #5f6675;
  font-size: 17px;
  line-height: 1.75;
}

body.ai-blog-single-page .ai-blog-single-shell {
  padding: 54px 0 80px;
}

body.ai-blog-single-page .ai-blog-single-shell > .container {
  max-width: 1180px;
}

body.ai-blog-single-page .ai-blog-single-layout {
  align-items: flex-start;
}

body.ai-blog-single-page .ai-blog-main-column,
body.ai-blog-single-page .ai-blog-sidebar-column {
  min-width: 0;
}

body.ai-blog-single-page .ai-blog-feature-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 24px;
  border-radius: 12px;
  object-fit: cover;
  background: #eef3fb;
  box-shadow: 0 18px 44px rgba(16, 24, 40, .10);
}

body.ai-blog-single-page .ai-blog-content-panel {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, .10);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .08);
}

body.ai-blog-single-page .ai-blog-content {
  padding: 34px 38px 12px;
  color: #344054;
  font-size: 16px;
  line-height: 1.86;
}

body.ai-blog-single-page .ai-blog-content > :first-child {
  margin-top: 0;
}

body.ai-blog-single-page .ai-blog-content > :last-child {
  margin-bottom: 0;
}

body.ai-blog-single-page .ai-blog-content h2,
body.ai-blog-single-page .ai-blog-content h3,
body.ai-blog-single-page .ai-blog-content h4 {
  margin: 32px 0 14px;
  color: #111827;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}

body.ai-blog-single-page .ai-blog-content h2 {
  font-size: 30px;
}

body.ai-blog-single-page .ai-blog-content h3 {
  font-size: 24px;
}

body.ai-blog-single-page .ai-blog-content p,
body.ai-blog-single-page .ai-blog-content ul,
body.ai-blog-single-page .ai-blog-content ol {
  margin-bottom: 18px;
}

body.ai-blog-single-page .ai-blog-content ul,
body.ai-blog-single-page .ai-blog-content ol {
  padding-left: 24px;
}

body.ai-blog-single-page .ai-blog-content li + li {
  margin-top: 8px;
}

body.ai-blog-single-page .ai-blog-content a {
  color: #1057f5;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.ai-blog-single-page .ai-blog-content img,
body.ai-blog-single-page .ai-blog-content iframe,
body.ai-blog-single-page .ai-blog-content video {
  max-width: 100%;
  border-radius: 10px;
}

body.ai-blog-single-page .ai-blog-content blockquote {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 4px solid #1057f5;
  border-radius: 8px;
  background: #f3f7ff;
  color: #1d2939;
  font-weight: 700;
}

body.ai-blog-single-page .ai-blog-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

body.ai-blog-single-page .ai-blog-content th,
body.ai-blog-single-page .ai-blog-content td {
  padding: 12px 14px;
  border: 1px solid rgba(16, 24, 40, .12);
}

body.ai-blog-single-page .ai-blog-inline-courses {
  margin: 26px 38px 38px;
  padding: 24px;
  border-radius: 12px;
  background: #101828;
  color: #fff;
}

body.ai-blog-single-page .ai-blog-inline-courses > span,
body.ai-blog-single-page .ai-blog-enquiry-card > span,
body.ai-blog-single-page .ai-blog-course-card > span,
body.ai-blog-single-page .ai-blog-recent-card > span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #d85f1f;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

body.ai-blog-single-page .ai-blog-inline-courses h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: 0;
}

body.ai-blog-single-page .ai-blog-inline-courses div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.ai-blog-single-page .ai-blog-inline-courses a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .10);
  color: #fff;
  text-decoration: none;
}

body.ai-blog-single-page .ai-blog-inline-courses strong {
  line-height: 1.35;
}

body.ai-blog-single-page .ai-blog-inline-courses small {
  color: #ffbd98;
  font-weight: 800;
}

body.ai-blog-single-page .ai-blog-mobile-enquiry-link {
  display: none;
}

body.ai-blog-single-page .ai-blog-sidebar-stack {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 106px;
}

body.ai-blog-single-page .ai-blog-enquiry-card,
body.ai-blog-single-page .ai-blog-course-card,
body.ai-blog-single-page .ai-blog-recent-card {
  border: 1px solid rgba(16, 24, 40, .10);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 24, 40, .08);
  padding: 24px;
}

body.ai-blog-single-page .ai-blog-enquiry-card h2,
body.ai-blog-single-page .ai-blog-course-card h2,
body.ai-blog-single-page .ai-blog-recent-card h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}

body.ai-blog-single-page .ai-blog-enquiry-card p {
  margin: 0 0 18px;
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
}

body.ai-blog-single-page .ai-blog-enquiry-form {
  display: grid;
  gap: 14px;
}

body.ai-blog-single-page .ai-blog-enquiry-form label {
  display: grid;
  gap: 7px;
  margin: 0;
}

body.ai-blog-single-page .ai-blog-enquiry-form label span {
  color: #1d2939;
  font-size: 13px;
  font-weight: 800;
}

body.ai-blog-single-page .ai-blog-enquiry-form input,
body.ai-blog-single-page .ai-blog-enquiry-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(16, 24, 40, .14);
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  padding: 11px 13px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.ai-blog-single-page .ai-blog-enquiry-form textarea {
  min-height: 96px;
  resize: vertical;
}

body.ai-blog-single-page .ai-blog-enquiry-form input:focus,
body.ai-blog-single-page .ai-blog-enquiry-form textarea:focus {
  border-color: #1057f5;
  box-shadow: 0 0 0 3px rgba(16, 87, 245, .12);
}

body.ai-blog-single-page .ai-blog-enquiry-form .is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, .10);
}

body.ai-blog-single-page .ai-blog-enquiry-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #1057f5;
  color: #fff;
  font-weight: 850;
}

body.ai-blog-single-page .ai-blog-enquiry-form button:disabled {
  opacity: .7;
}

body.ai-blog-single-page .ai-blog-call-action,
body.ai-blog-single-page .ai-blog-course-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  color: #1057f5;
  font-weight: 850;
  text-decoration: none;
}

body.ai-blog-single-page .ai-blog-form-result {
  min-height: 20px;
  font-size: 13px;
  font-weight: 800;
}

body.ai-blog-single-page .ai-blog-form-result.success {
  color: #087443;
}

body.ai-blog-single-page .ai-blog-form-result.error {
  color: #b42318;
}

body.ai-blog-single-page .ai-blog-course-list,
body.ai-blog-single-page .ai-blog-recent-list {
  display: grid;
  gap: 14px;
}

body.ai-blog-single-page .ai-blog-course-item,
body.ai-blog-single-page .ai-blog-recent-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

body.ai-blog-single-page .ai-blog-course-item img,
body.ai-blog-single-page .ai-blog-recent-item img {
  width: 78px;
  height: 66px;
  border-radius: 8px;
  object-fit: cover;
  background: #eef3fb;
}

body.ai-blog-single-page .ai-blog-course-copy,
body.ai-blog-single-page .ai-blog-recent-item span {
  display: grid;
  min-width: 0;
  gap: 5px;
}

body.ai-blog-single-page .ai-blog-course-copy strong,
body.ai-blog-single-page .ai-blog-recent-item strong {
  color: #111827;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

body.ai-blog-single-page .ai-blog-course-copy small,
body.ai-blog-single-page .ai-blog-recent-item time {
  color: #667085;
  font-size: 12px;
  font-weight: 750;
}

body.ai-blog-single-page .ai-blog-course-copy em {
  color: #1057f5;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

body.ai-blog-single-page .blog-faq-section {
  margin: 30px 38px 0;
  padding: 0 0 4px;
}

@media (max-width: 991.98px) {
  body.ai-blog-single-page .ai-blog-main-column,
  body.ai-blog-single-page .ai-blog-sidebar-column {
    width: 100%;
  }

  body.ai-blog-single-page .ai-blog-sidebar-stack {
    position: static;
  }

  body.ai-blog-single-page .ai-blog-mobile-enquiry-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    margin-bottom: 22px;
    padding: 0 16px;
    border-radius: 8px;
    background: #1057f5;
    color: #fff;
    font-weight: 850;
    text-decoration: none;
  }
}

@media (max-width: 575.98px) {
  body.ai-blog-single-page .ai-blog-single-hero {
    padding: 48px 0 38px;
  }

  body.ai-blog-single-page .ai-blog-single-hero h1 {
    font-size: 31px;
    line-height: 1.16;
  }

  body.ai-blog-single-page .ai-blog-single-shell {
    padding: 34px 0 56px;
  }

  body.ai-blog-single-page .ai-blog-feature-image {
    margin-bottom: 18px;
  }

  body.ai-blog-single-page .ai-blog-content {
    padding: 24px 20px 8px;
    font-size: 15px;
    line-height: 1.78;
  }

  body.ai-blog-single-page .ai-blog-content h2 {
    font-size: 24px;
  }

  body.ai-blog-single-page .ai-blog-content h3 {
    font-size: 21px;
  }

  body.ai-blog-single-page .ai-blog-inline-courses,
  body.ai-blog-single-page .blog-faq-section {
    margin: 24px 20px 28px;
  }

  body.ai-blog-single-page .ai-blog-inline-courses div {
    grid-template-columns: 1fr;
  }

  body.ai-blog-single-page .ai-blog-enquiry-card,
  body.ai-blog-single-page .ai-blog-course-card,
  body.ai-blog-single-page .ai-blog-recent-card {
    padding: 20px;
  }
}
/* SEO heading hierarchy visual compatibility */
.catalogue-breadcrumb-inner .catalogue-page-title {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.about-feature-wrapp .about-home-title {
  margin: 0 0 6px;
}

.gallery-kicker {
  display: block;
}

.gallery-card-title {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.invest-accordion-head .titles h3,
.invest-finance-title,
.career-card h3,
.support-card .support-card-title {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body.ai-course-page .course-panel .course-banner h1,
body.ai-course-page .course-panel .course-banner h2 {
  color: #fff;
  font-size: 34px;
  line-height: 1.18;
  margin: 24px 0 10px;
  font-weight: 800;
  letter-spacing: 0;
}

body.ai-course-page .summary-head h2,
body.ai-course-page .summary-head h3 {
  font-size: 21px;
  font-weight: 800;
  color: var(--ink);
  margin: 0;
  letter-spacing: 0;
}

.checkout-page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767.98px) {
  body.ai-course-page .course-panel .course-banner h1,
  body.ai-course-page .course-panel .course-banner h2 {
    font-size: 27px;
  }
}
/* Homepage counselling section */
.counselling-section {
  margin-top: 64px !important;
  margin-bottom: 72px !important;
}

.counselling-section .container {
  max-width: 1160px;
}

.counselling-card {
  align-items: stretch;
  padding: 34px;
  border: 1px solid rgba(16, 24, 40, .10);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(16, 24, 40, .07);
}

.counselling-card .contact-info-col {
  padding: 18px 28px 18px 10px;
}

.counselling-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #1057f5;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.counselling-card .contact-info-col h3 {
  margin: 0 0 16px;
  color: #090718;
  font-size: 38px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}

.counselling-card .contact-info-col > p {
  max-width: 470px;
  margin: 0 0 24px;
  color: #475467;
  font-size: 16px;
  line-height: 1.75;
}

.counselling-contact-list {
  display: grid;
  gap: 14px;
}

.counselling-contact-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #1d2939;
  text-decoration: none;
}

.counselling-contact-item:hover {
  color: #1057f5;
}

.counselling-contact-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #f2f6ff;
  color: #1057f5;
}

.counselling-contact-item strong {
  color: inherit;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.counselling-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.counselling-mini-points span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid rgba(16, 87, 245, .12);
  border-radius: 999px;
  background: #f8fbff;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
}

.counselling-mini-points i {
  color: #1057f5;
}

.counselling-form-col {
  padding: 0;
}

.counselling-form {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 10px;
  background: #f8fafc;
}

.counselling-form .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.counselling-form .form-control {
  min-height: 54px;
  border: 1px solid rgba(16, 24, 40, .14);
  border-radius: 8px !important;
  background-color: #fff;
  color: #101828;
  font-size: 15px;
  padding: 13px 16px;
  box-shadow: none;
}

.counselling-form .form-control::placeholder {
  color: #667085;
  opacity: 1;
}

.counselling-form select.form-control {
  color: #667085;
}

.counselling-form textarea.form-control {
  min-height: 126px;
  resize: vertical;
}

.counselling-form .form-control:focus {
  border-color: #1057f5;
  box-shadow: 0 0 0 3px rgba(16, 87, 245, .10);
}

.counselling-submit-row {
  display: flex;
}

.counselling-submit {
  min-width: 190px;
  min-height: 52px;
  border-radius: 8px !important;
  background: #1057f5 !important;
  color: #fff !important;
  font-weight: 800;
  box-shadow: none;
}

.counselling-submit:hover {
  background: #0d46c7 !important;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .counselling-card {
    padding: 26px;
  }

  .counselling-card .contact-info-col {
    padding: 0 0 24px;
  }
}

@media (max-width: 575.98px) {
  .counselling-section {
    margin-top: 44px !important;
    margin-bottom: 54px !important;
  }

  .counselling-card {
    padding: 18px;
    border-radius: 10px;
  }

  .counselling-card .contact-info-col h3 {
    font-size: 30px;
  }

  .counselling-form {
    padding: 18px;
  }

  .counselling-submit,
  .counselling-submit-row {
    width: 100%;
  }
}
/* Contact page layout */
body.ai-contact-page main {
  background: #f7f9fd;
}

body.ai-contact-page .contact-page-hero {
  padding: 70px 0 56px;
  background: #fff;
}

body.ai-contact-page .contact-page-hero .container,
body.ai-contact-page .contact-page-shell .container {
  max-width: 1180px;
}

body.ai-contact-page .contact-page-hero h1 {
  color: #090718;
  font-weight: 850;
  letter-spacing: 0;
}

body.ai-contact-page .contact-page-hero p {
  max-width: 760px;
  color: #667085;
  font-size: 17px;
  line-height: 1.75;
}

body.ai-contact-page .contact-page-shell {
  padding: 54px 0 78px;
}

body.ai-contact-page .contact-info-card,
body.ai-contact-page .contact-form-card {
  border: 1px solid rgba(16, 24, 40, .10) !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 38px rgba(16, 24, 40, .07) !important;
}

body.ai-contact-page .contact-info-card {
  padding: 34px;
}

body.ai-contact-page .contact-info-card h2 {
  margin-bottom: 12px !important;
  color: #111827;
  font-size: 28px;
  font-weight: 850;
  letter-spacing: 0;
}

body.ai-contact-page .contact-info-card p {
  color: #667085 !important;
  line-height: 1.7;
}

body.ai-contact-page .contact-info-list {
  display: grid;
  gap: 14px;
}

body.ai-contact-page .contact-info-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #1d2939;
}

body.ai-contact-page .contact-info-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f2f6ff;
  color: #1057f5;
}

body.ai-contact-page .contact-info-list strong {
  min-width: 0;
  color: inherit;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

body.ai-contact-page .contact-form-card .card-body {
  padding: 34px;
}

body.ai-contact-page .contact-page-form .row {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
}

body.ai-contact-page .contact-page-form .form-label {
  margin-bottom: 7px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}

body.ai-contact-page .contact-page-form .form-control {
  min-height: 52px;
  border: 1px solid rgba(16, 24, 40, .14);
  border-radius: 8px !important;
  background: #fff;
  color: #101828;
  padding: 12px 14px !important;
  box-shadow: none;
}

body.ai-contact-page .contact-page-form textarea.form-control {
  min-height: 132px;
  resize: vertical;
}

body.ai-contact-page .contact-page-form .form-control:focus {
  border-color: #1057f5;
  box-shadow: 0 0 0 3px rgba(16, 87, 245, .10);
}

body.ai-contact-page .contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 160px;
  min-height: 48px;
  border-radius: 8px;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  body.ai-contact-page .contact-page-shell {
    padding: 38px 0 62px;
  }
}

@media (max-width: 575.98px) {
  body.ai-contact-page .contact-page-hero {
    padding: 48px 0 38px;
  }

  body.ai-contact-page .contact-info-card,
  body.ai-contact-page .contact-form-card .card-body {
    padding: 22px;
  }
}
/* Public course curriculum preview */
body.ai-course-page .course-curriculum-section {
  margin: 34px 0 28px;
}

body.ai-course-page .course-curriculum-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

body.ai-course-page .course-curriculum-head p {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

body.ai-course-page .course-curriculum-head > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 13px;
  font-weight: 700;
}

body.ai-course-page .course-curriculum-list {
  display: grid;
  gap: 14px;
}

body.ai-course-page .course-curriculum-card {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

body.ai-course-page .course-curriculum-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}

body.ai-course-page .course-curriculum-title span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

body.ai-course-page .course-curriculum-title h3 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

body.ai-course-page .course-lesson-preview-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.ai-course-page .course-lesson-preview-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 13px 18px;
}

body.ai-course-page .course-lesson-preview-list li + li {
  border-top: 1px solid #eef2f7;
}

body.ai-course-page .course-lesson-main,
body.ai-course-page .course-lesson-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.ai-course-page .course-lesson-main {
  min-width: 0;
  color: #273142;
  font-size: 15px;
  font-weight: 600;
}

body.ai-course-page .course-lesson-main i {
  color: #2563eb;
  flex: 0 0 auto;
}

body.ai-course-page .course-lesson-main span {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.ai-course-page .course-lesson-actions {
  flex: 0 0 auto;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
}

body.ai-course-page .course-preview-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

body.ai-course-page .course-preview-btn:hover,
body.ai-course-page .course-preview-btn:focus {
  background: #dbeafe;
  color: #1e40af;
}

body.ai-course-page .course-lesson-locked {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f4f6;
  color: #9ca3af;
}

body.ai-course-page .course-curriculum-empty,
body.ai-course-page .course-curriculum-empty-box {
  margin: 0;
  padding: 16px 18px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

body.ai-course-page .course-preview-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.3);
}

body.ai-course-page .course-preview-modal .modal-header {
  align-items: flex-start;
  padding: 18px 20px;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}

body.ai-course-page .course-preview-modal .modal-title {
  margin: 3px 0 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

body.ai-course-page .course-preview-kicker {
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.ai-course-page .course-preview-modal .modal-body {
  padding: 20px;
}

body.ai-course-page .course-preview-frame {
  overflow: hidden;
  border-radius: 8px;
  background: #111827;
}

body.ai-course-page .course-preview-frame iframe {
  border: 0;
}

body.ai-course-page .course-preview-text {
  max-height: min(64vh, 680px);
  overflow: auto;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #374151;
  font-size: 15px;
  line-height: 1.75;
}

body.ai-course-page .course-preview-resource {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #1d4ed8;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  body.ai-course-page .course-curriculum-head,
  body.ai-course-page .course-lesson-preview-list li {
    align-items: flex-start;
    flex-direction: column;
  }

  body.ai-course-page .course-curriculum-head > span,
  body.ai-course-page .course-lesson-actions {
    align-self: flex-start;
  }

  body.ai-course-page .course-curriculum-title {
    align-items: flex-start;
  }

  body.ai-course-page .course-curriculum-title h3 {
    font-size: 16px;
  }
}

/* ==========================================
   MODERN FUTURISTIC AI PRODUCT SECTION
   ========================================== */
.courses-section {
  position: relative;
  padding: 110px 0 100px;
  background: #090d16 !important;
  color: #f8fafc;
  overflow: hidden;
}

body.ai-index-page .courses-section {
  background: linear-gradient(180deg, #0b0f19 0%, #0f172a 50%, #090d16 100%) !important;
}

.courses-bg-glows {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.courses-bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.45;
  animation: glowPulse 8s ease-in-out infinite alternate;
}

.courses-bg-glow.glow-1 {
  width: 550px;
  height: 550px;
  top: -150px;
  left: -150px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.4) 0%, rgba(59, 130, 246, 0) 70%);
}

.courses-bg-glow.glow-2 {
  width: 600px;
  height: 600px;
  bottom: -200px;
  right: -150px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.35) 0%, rgba(236, 72, 153, 0) 70%);
}

.courses-bg-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at 50% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black 30%, transparent 80%);
}

@keyframes glowPulse {
  0% { transform: scale(1) translate(0, 0); opacity: 0.35; }
  100% { transform: scale(1.15) translate(20px, -20px); opacity: 0.55; }
}

body.ai-index-page .courses-section .courses-eyebrow-wrap {
  text-align: center;
  margin-bottom: 14px;
}

body.ai-index-page .courses-section .courses-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 9999px;
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(129, 140, 248, 0.3);
  color: #818cf8;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.2);
}

body.ai-index-page .courses-section .courses-heading {
  color: #ffffff !important;
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #ffffff 30%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.ai-index-page .courses-section .courses-sub {
  color: #94a3b8 !important;
  font-size: 17px;
  max-width: 680px;
  margin: 0 auto 30px;
  text-align: center;
}

body.ai-index-page .courses-section .courses-divider {
  display: block;
  width: 80px;
  height: 3px;
  margin: 0 auto 48px;
  background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.6);
}

.course-card-wrapper {
  position: relative;
  height: 100%;
  perspective: 1000px;
}

body.ai-index-page .courses-section .course-card {
  position: relative;
  background: rgba(15, 23, 42, 0.75) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 24px !important;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

body.ai-index-page .courses-section .course-card:hover {
  transform: translateY(-10px) scale(1.01);
  border-color: rgba(129, 140, 248, 0.5) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(99, 102, 241, 0.25);
}

.course-card-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.course-card-tag.tag-flagship {
  background: rgba(99, 102, 241, 0.85);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 15px rgba(99, 102, 241, 0.6);
}

.course-card-tag.tag-popular {
  background: rgba(168, 85, 247, 0.85);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.6);
}

.course-card-tag.tag-career {
  background: rgba(245, 158, 11, 0.85);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 15px rgba(245, 158, 11, 0.6);
}

body.ai-index-page .courses-section .course-card .course-banner {
  position: relative;
  padding: 32px 24px 28px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

body.ai-index-page .courses-section .course-card .course-banner-genai {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 40%, #1e40af 100%) !important;
}

body.ai-index-page .courses-section .course-card .course-banner-java {
  background: linear-gradient(135deg, #3b0764 0%, #581c87 40%, #7e22ce 100%) !important;
}

body.ai-index-page .courses-section .course-card .course-banner-devops {
  background: linear-gradient(135deg, #451a03 0%, #78350f 40%, #b45309 100%) !important;
}

.course-banner-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transform: skewX(-25deg);
  transition: left 0.8s ease;
}

.course-card:hover .course-banner-shimmer {
  left: 200%;
}

body.ai-index-page .courses-section .course-card .course-level {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  font-weight: 700;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

body.ai-index-page .courses-section .course-card .course-banner-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.course-card:hover .course-banner-icon {
  transform: scale(1.12) rotate(5deg);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 255, 255, 0.4);
}

body.ai-index-page .courses-section .course-card .course-banner-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 20px;
  z-index: 2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

body.ai-index-page .courses-section .course-card .course-banner-title .accent {
  color: #fde047;
  display: inline-block;
  position: relative;
}

body.ai-index-page .courses-section .course-card .course-body {
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

body.ai-index-page .courses-section .course-card .course-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.4;
  margin-bottom: 12px;
  min-height: 56px;
}

body.ai-index-page .courses-section .course-card .course-body .course-desc {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 0;
}

.course-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.course-highlights-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: #cbd5e1;
  line-height: 1.4;
}

.course-highlights-list li i {
  color: #38bdf8;
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(56, 189, 248, 0.6));
}

body.ai-index-page .courses-section .course-card .course-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  margin-top: auto;
}

body.ai-index-page .courses-section .course-card .course-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 9999px;
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 600;
}

body.ai-index-page .courses-section .course-card .course-badge i {
  color: #818cf8;
}

body.ai-index-page .courses-section .course-card .course-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.35);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

body.ai-index-page .courses-section .course-card .course-btn i {
  transition: transform 0.3s ease;
}

body.ai-index-page .courses-section .course-card .course-btn:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.6), 0 0 15px rgba(99, 102, 241, 0.5);
  transform: translateY(-2px);
}

body.ai-index-page .courses-section .course-card .course-btn:hover i {
  transform: translateX(6px);
}
