/* Course detail pages (generated by tools/course-pages.js).
   Plain prospectus-style layout: white page, dark readable text, theme navy + orange. */
.cp {
  --navy: #171f32;
  --orange: #ff5421;
  --text: #2b2f38;
  --soft: #4a5160;
  --rule: #e3e6eb;
  --panel: #f5f6f8;
  font-family: Rubik, sans-serif;
  color: var(--text);
  background: #fff;
  padding: 64px 0 80px;
}
.cp *, .cp *::before, .cp *::after { box-sizing: border-box; }
.cp .cp-wrap { max-width: 1170px; margin: 0 auto; padding: 0 20px; }
.cp h2, .cp h3, .cp h4 { font-family: Nunito, sans-serif; color: var(--navy); margin: 0; }
.cp p { color: var(--text); font-size: 17px; line-height: 1.75; margin: 0; }
.cp a { text-decoration: none; }
.cp strong { color: var(--navy); font-weight: 600; }

/* Buttons: same square style as the rest of the site */
.cp-btn {
  display: inline-block; padding: 14px 28px; border-radius: 3px;
  font-size: 15px; font-weight: 500; letter-spacing: .3px; line-height: 1.2;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.cp-btn-primary { background: var(--orange); color: #fff !important; border: 2px solid var(--orange); }
.cp-btn-primary:hover { background: var(--navy); border-color: var(--navy); }
.cp-btn-plain { color: var(--navy) !important; border: 2px solid var(--navy); }
.cp-btn-plain:hover { background: var(--navy); color: #fff !important; }

/* ---------- Intro ---------- */
.cp-intro { display: grid; grid-template-columns: 1fr 460px; gap: 56px; align-items: start; }
.cp-intro h2 { font-size: 36px; line-height: 1.25; font-weight: 800; }
.cp-intro .cp-sub { font-family: Nunito, sans-serif; font-size: 21px; line-height: 1.45; font-weight: 700; color: var(--orange); margin: 10px 0 22px; }
.cp-intro p { max-width: 62ch; }
.cp-intro .cp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cp-intro img { display: block; width: 100%; height: auto; border-radius: 4px; }

/* Key facts: a plain table row */
.cp-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; border-top: 3px solid var(--navy); border-bottom: 1px solid var(--rule); }
.cp-fact { padding: 18px 20px 18px 0; }
.cp-fact + .cp-fact { padding-left: 20px; border-left: 1px solid var(--rule); }
.cp-fact dt { font-size: 14px; color: var(--soft); margin-bottom: 4px; }
.cp-fact dd { margin: 0; font-family: Nunito, sans-serif; font-size: 18px; font-weight: 700; color: var(--navy); line-height: 1.35; }

/* ---------- Body ---------- */
.cp-body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 60px; margin-top: 64px; align-items: start; }
.cp-section { padding-top: 40px; border-top: 1px solid var(--rule); }
.cp-section:first-child { padding-top: 0; border-top: 0; }
.cp-section + .cp-section { margin-top: 40px; }
.cp-section h3 { font-size: 27px; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.cp-section > p { margin-bottom: 22px; max-width: 70ch; }

/* Why choose: numbered list, two columns */
.cp-reasons { list-style: none; margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 30px 40px; counter-reset: r; }
.cp-reasons li { counter-increment: r; }
.cp-reasons h4 { display: flex; gap: 10px; font-size: 19px; font-weight: 700; line-height: 1.35; margin-bottom: 8px; }
.cp-reasons h4::before { content: counter(r) "."; color: var(--orange); min-width: 18px; }
.cp-reasons p { font-size: 16px; line-height: 1.7; color: var(--soft); padding-left: 28px; }

/* Tables (structure, eligibility) */
.cp-table { width: 100%; border-collapse: collapse; font-size: 16.5px; }
.cp-table th, .cp-table td { text-align: left; vertical-align: top; padding: 16px 18px; border-bottom: 1px solid var(--rule); line-height: 1.65; }
.cp-table th { width: 170px; font-family: Nunito, sans-serif; font-weight: 700; color: var(--navy); background: var(--panel); }
.cp-table tr:first-child th, .cp-table tr:first-child td { border-top: 1px solid var(--rule); }

/* Lists with the site's small orange square bullets */
.cp-list { list-style: none; margin: 0; padding: 0; }
.cp-list li { position: relative; padding: 0 0 0 22px; font-size: 17px; line-height: 1.65; }
.cp-list li::before { content: ""; position: absolute; left: 2px; top: .62em; width: 7px; height: 7px; background: var(--orange); }
.cp-list-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; }
.cp-list-roomy li + li { margin-top: 16px; }
.cp-list-roomy strong { display: block; font-family: Nunito, sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 2px; }
.cp-list-roomy span { color: var(--soft); font-size: 16px; }

.cp-careers { display: grid; grid-template-columns: 1fr 280px; gap: 36px; align-items: start; }
.cp-careers img { display: block; width: 100%; height: auto; border-radius: 4px; }

/* Sidebar */
.cp-aside { position: sticky; top: 110px; }
.cp-box { background: var(--panel); border-top: 3px solid var(--orange); padding: 26px 26px 28px; }
.cp-box + .cp-box { margin-top: 20px; }
.cp-box h4 { font-size: 20px; font-weight: 800; margin-bottom: 14px; }
.cp-box dl { margin: 0 0 22px; }
.cp-box dt { font-size: 14px; color: var(--soft); }
.cp-box dd { margin: 2px 0 14px; font-weight: 500; color: var(--navy); font-size: 16px; line-height: 1.5; }
.cp-box .cp-btn { display: block; text-align: center; }
.cp-box .cp-btn + .cp-btn { margin-top: 10px; }
.cp-box p { font-size: 15.5px; line-height: 1.6; margin-bottom: 12px; color: var(--soft); }
.cp-box .cp-tel { display: block; font-family: Nunito, sans-serif; font-size: 19px; font-weight: 800; color: var(--navy); padding: 4px 0; }
.cp-box .cp-tel:hover { color: var(--orange); }
.cp-box-navy { background: var(--navy); border-top-color: var(--orange); }
.cp-box-navy h4, .cp-box-navy .cp-tel { color: #fff; }
.cp-box-navy p { color: rgba(255, 255, 255, .8); }

/* Closing call to action */
.cp-cta { margin-top: 72px; padding: 40px 44px; background: var(--navy); display: flex; gap: 32px; align-items: center; justify-content: space-between; border-left: 6px solid var(--orange); }
.cp-cta h3 { color: #fff; font-size: 28px; font-weight: 800; margin-bottom: 8px; }
.cp-cta p { color: rgba(255, 255, 255, .85); max-width: 62ch; font-size: 16.5px; }
.cp-cta .cp-actions { display: flex; gap: 12px; flex: none; }
.cp-cta .cp-btn-plain { color: #fff !important; border-color: rgba(255, 255, 255, .6); }
.cp-cta .cp-btn-plain:hover { background: #fff; color: var(--navy) !important; border-color: #fff; }

.cp [id^="cp-"] { scroll-margin-top: 110px; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .cp-body { grid-template-columns: 1fr; }
  .cp-aside { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .cp-box + .cp-box { margin-top: 0; }
}
@media (max-width: 991px) {
  .cp { padding: 44px 0 64px; }
  .cp-intro { grid-template-columns: 1fr; gap: 32px; }
  .cp-intro h2 { font-size: 30px; }
  .cp-facts { grid-template-columns: 1fr 1fr; }
  .cp-fact:nth-child(3) { padding-left: 0; border-left: 0; }
  .cp-fact:nth-child(n+3) { border-top: 1px solid var(--rule); }
  .cp-cta { flex-direction: column; align-items: flex-start; padding: 32px 28px; }
}
@media (max-width: 680px) {
  .cp-intro h2 { font-size: 27px; }
  .cp-intro .cp-sub { font-size: 19px; }
  .cp-reasons, .cp-list-cols, .cp-careers, .cp-aside { grid-template-columns: 1fr; }
  .cp-reasons p { padding-left: 0; }
  .cp-table th { width: 110px; padding: 14px 12px; }
  .cp-table td { padding: 14px 12px; }
  .cp-section h3 { font-size: 24px; }
  .cp-cta h3 { font-size: 24px; }
  .cp-cta .cp-actions { flex-wrap: wrap; }
}

/* Theme styles dt/dd globally; keep labels quiet and values strong */
.cp .cp-fact dt, .cp .cp-box dt { font-weight: 400; font-family: Rubik, sans-serif; }
.cp .cp-fact dd { font-family: Nunito, sans-serif; font-weight: 700; }
.cp .cp-box dd { font-weight: 600; }

/* Photos fill the full height of the text beside them */
.cp-intro { grid-template-columns: 1fr 1fr; gap: 48px; align-items: stretch; }
.cp-intro img { height: 100%; min-height: 320px; object-fit: cover; object-position: center; }
.cp-careers { grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
.cp-careers img { height: 100%; min-height: 300px; object-fit: cover; object-position: 70% 15%; }
@media (max-width: 991px) {
  .cp-intro img { height: auto; aspect-ratio: 16 / 10; }
}
@media (max-width: 680px) {
  .cp-careers img { height: auto; aspect-ratio: 16 / 10; order: -1; }
}

/* Single column (no sidebar): use the full width */
.cp-body { display: block; margin-top: 64px; }
.cp-reasons { grid-template-columns: repeat(3, 1fr); gap: 34px 44px; }
.cp-list-cols { grid-template-columns: repeat(3, 1fr); }
.cp-section > p { max-width: 80ch; }
.cp-table th { width: 200px; }
@media (max-width: 991px) {
  .cp-reasons { grid-template-columns: 1fr 1fr; }
  .cp-list-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .cp-reasons, .cp-list-cols { grid-template-columns: 1fr; }
}

/* Why choose: one row per reason — number | title | description */
.cp .cp-reasons { display: block; margin-top: 26px; border-bottom: 1px solid var(--rule); }
.cp .cp-reasons li {
  display: grid; grid-template-columns: 72px 300px 1fr; gap: 0 32px; align-items: baseline;
  padding: 26px 0; border-top: 1px solid var(--rule);
}
.cp .cp-reasons li::before {
  content: counter(r, decimal-leading-zero);
  font-family: Nunito, sans-serif; font-size: 34px; font-weight: 800; line-height: 1; color: var(--orange);
}
.cp .cp-reasons h4 { display: block; margin: 0; font-size: 20px; line-height: 1.35; }
.cp .cp-reasons h4::before { content: none; }
.cp .cp-reasons p { padding: 0; font-size: 16.5px; line-height: 1.75; color: var(--text); max-width: 64ch; }
.cp .cp-reasons li:hover h4 { color: var(--orange); }
@media (max-width: 991px) {
  .cp .cp-reasons li { grid-template-columns: 56px 1fr; gap: 6px 20px; }
  .cp .cp-reasons li::before { grid-row: span 2; font-size: 28px; }
}
@media (max-width: 560px) {
  .cp .cp-reasons li { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
  .cp .cp-reasons li::before { grid-row: auto; font-size: 24px; }
}
.cp .cp-reasons li { grid-template-columns: 72px 280px 1fr; }
.cp .cp-reasons h4 { font-weight: 800; font-size: 20.5px; }
.cp-btn { white-space: nowrap; text-align: center; }
@media (max-width: 560px) {
  .cp-intro .cp-actions .cp-btn, .cp-cta .cp-actions .cp-btn { flex: 1 1 100%; }
}
@media (max-width: 991px) {
  .cp-intro { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 680px) {
  .cp-careers { grid-template-columns: 1fr; }
}
@media (max-width: 991px) {
  .cp-intro img, .cp-careers img { min-height: 0; height: auto; aspect-ratio: 16 / 10; }
}

/* Light full-width bands so each section is easy to tell apart */
.cp { overflow-x: clip; --band: #f4f7fb; }
.cp-body { margin-top: 56px; }
.cp .cp-section { padding: 56px 0; border-top: 0; margin-top: 0 !important; }
.cp .cp-section:first-child { padding-top: 56px; }
.cp .cp-section:nth-child(odd) {
  background: var(--band);
  box-shadow: 0 0 0 100vmax var(--band);
  clip-path: inset(0 -100vmax);
}
/* Keep tables and rules readable on the tinted bands */
.cp .cp-section:nth-child(odd) .cp-table td { background: #fff; }
.cp .cp-section:nth-child(odd) .cp-table th { background: #e9eef5; }
.cp .cp-section:nth-child(odd) .cp-reasons,
.cp .cp-section:nth-child(odd) .cp-reasons li { border-color: #dde3ec; }
.cp-cta { margin-top: 64px; }
@media (max-width: 680px) {
  .cp .cp-section, .cp .cp-section:first-child { padding: 40px 0; }
}

/* Course offerings (e.g. Pharmacy: D.Pharm / B.Pharm / M.Pharm) */
.cp-offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 6px; }
.cp-offer { background: #fff; border: 1px solid var(--rule); border-top: 3px solid var(--navy); padding: 24px 24px 22px; }
.cp-offer h4 { font-size: 19px; font-weight: 800; line-height: 1.35; margin-bottom: 14px; }
.cp .cp-offer dt { font-family: Rubik, sans-serif; font-weight: 500; font-size: 13.5px; letter-spacing: .4px; text-transform: uppercase; color: var(--orange); margin-top: 12px; }
.cp .cp-offer dd { margin: 3px 0 0; font-size: 16px; line-height: 1.6; color: var(--text); }
/* Career list without a photo: two columns */
.cp-careers-noimg { display: block; }
.cp-careers-noimg .cp-list-roomy { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 48px; }
.cp-careers-noimg .cp-list-roomy li + li { margin-top: 0; }
@media (max-width: 991px) {
  .cp-offers { grid-template-columns: 1fr; }
  .cp .cp-facts { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 680px) {
  .cp-careers-noimg .cp-list-roomy { grid-template-columns: 1fr; }
}
.cp-intro h2 + p, .cp-intro h2 + h3 + p { margin-top: 18px; }

/* ---------- Courses listing (/our-course/) ---------- */
.cl-head h2 { font-size: 36px; font-weight: 800; }
.cl-head > p { max-width: 70ch; margin-top: 14px; }
.cl-jump { display: flex; flex-wrap: wrap; gap: 0; margin-top: 30px; border-top: 3px solid var(--navy); border-bottom: 1px solid var(--rule); }
.cl-jump a { flex: 1 1 0; padding: 16px 18px; font-family: Nunito, sans-serif; font-weight: 700; font-size: 16.5px; color: var(--navy); border-left: 1px solid var(--rule); transition: color .2s ease, background .2s ease; }
.cl-jump a:first-child { border-left: 0; padding-left: 0; }
.cl-jump a span { color: var(--orange); margin-left: 4px; }
.cl-jump a:hover { color: var(--orange); }
.cl .cl-group { font-size: 27px; margin-bottom: 26px; }
.cl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.cl-item { display: grid; grid-template-columns: 220px 1fr; background: #fff; border: 1px solid var(--rule); transition: border-color .2s ease, box-shadow .2s ease; }
.cl-item:hover { border-color: var(--navy); box-shadow: 0 10px 24px -18px rgba(23, 31, 50, .5); }
.cl-item img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; display: block; }
.cl-text { padding: 22px 24px; display: flex; flex-direction: column; }
.cl .cl-text h3 { font-size: 20px; font-weight: 800; line-height: 1.35; margin: 0; }
.cl-item:hover .cl-text h3 { color: var(--orange); }
.cl .cl-tag { font-size: 15.5px; line-height: 1.55; color: var(--soft); margin-top: 6px; }
.cl-meta { list-style: none; margin: 14px 0 0; padding: 0; }
.cl-meta li { position: relative; padding-left: 16px; font-size: 15px; line-height: 1.6; color: var(--text); }
.cl-meta li::before { content: ""; position: absolute; left: 0; top: .6em; width: 6px; height: 6px; background: var(--orange); }
.cl-more { margin-top: auto; padding-top: 16px; font-size: 14.5px; font-weight: 500; color: var(--orange); }
.cl-more::after { content: " →"; }
@media (max-width: 1100px) {
  .cl-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .cl-head h2 { font-size: 30px; }
  .cl-jump a { flex: 1 1 50%; border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); }
  .cl-jump a:nth-child(-n+2) { border-top: 0; }
}
@media (max-width: 560px) {
  .cl-item { grid-template-columns: 1fr; }
  .cl-item img { min-height: 0; height: auto; aspect-ratio: 16 / 9; }
}

/* ---------- Online registration (/online-registration/) ---------- */
.rg-wrap { display: grid; grid-template-columns: 360px 1fr; gap: 64px; align-items: start; }
.rg-info h2 { font-size: 36px; font-weight: 800; line-height: 1.2; }
.rg-info > p { margin-top: 14px; }
.rg-contact { margin: 30px 0 0; padding-top: 22px; border-top: 3px solid var(--navy); }
.cp .rg-contact dt { font-family: Rubik, sans-serif; font-weight: 400; font-size: 14px; color: var(--soft); margin-top: 16px; }
.cp .rg-contact dt:first-child { margin-top: 0; }
.cp .rg-contact dd { margin: 3px 0 0; font-size: 16.5px; line-height: 1.6; color: var(--navy); }
.rg-contact a { color: var(--navy); font-weight: 500; }
.rg-contact a:hover { color: var(--orange); }
.cp .rg-browse { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--rule); font-size: 16px; }
.rg-browse a { color: var(--orange); font-weight: 500; }

.rg-card { background: var(--panel); border-top: 3px solid var(--orange); padding: 36px 38px 38px; }
.rg-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 24px; }
.rg-full { grid-column: 1 / -1; }
.rg-field { margin: 0; padding: 0; border: 0; min-width: 0; }
.rg-field > label, .rg-field legend { display: block; font-family: Rubik, sans-serif; font-size: 15px; font-weight: 500; color: var(--navy); margin: 0 0 8px; padding: 0; }
.rg-field b, .rg-note b { color: var(--orange); font-weight: 500; }
.rg-form input[type=text], .rg-form input[type=tel], .rg-form select {
  display: block; width: 100%; height: 50px; padding: 0 14px;
  font: 400 16px Rubik, sans-serif; color: var(--text);
  background: #fff; border: 1px solid #cfd5de; border-radius: 3px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.rg-form select { appearance: none; -webkit-appearance: none; padding-right: 40px; cursor: pointer;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23171f32' stroke-width='1.8'/%3E%3C/svg%3E") no-repeat right 16px center; }
.rg-form input:focus, .rg-form select:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(23, 31, 50, .12); }
.rg-form input[readonly] { background: #eef1f5; color: var(--soft); }
.rg-form [aria-invalid="true"] { border-color: #d93025 !important; }

/* Sex: three plain toggle buttons */
.rg-choice { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #cfd5de; border-radius: 3px; overflow: hidden; background: #fff; }
.rg-choice label { position: relative; margin: 0; cursor: pointer; }
.rg-choice label + label { border-left: 1px solid #cfd5de; }
.rg-choice input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.rg-choice span { display: block; height: 48px; line-height: 48px; text-align: center; font-size: 15.5px; color: var(--text); transition: background .15s ease, color .15s ease; }
.rg-choice input:checked + span { background: var(--navy); color: #fff; }
.rg-choice input:focus-visible + span { box-shadow: inset 0 0 0 2px var(--orange); }
.rg-choice:has(input[aria-invalid="true"]) { border-color: #d93025; }

.rg-same { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 14.5px; color: var(--soft); cursor: pointer; }
.rg-same input { width: 16px; height: 16px; accent-color: var(--navy); margin: 0; }
.rg-submit { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 6px; }
.rg-submit .cp-btn { border: 0; cursor: pointer; padding: 16px 34px; font-size: 16px; }
.rg-submit .cp-btn:disabled { opacity: .6; cursor: default; }
.rg-note { font-size: 14px; color: var(--soft); }
.rg .mt-form-status { margin-top: 0; border-radius: 3px; }

@media (max-width: 991px) {
  .rg-wrap { grid-template-columns: 1fr; gap: 36px; }
  .rg-contact { display: grid; grid-template-columns: auto 1fr; gap: 10px 24px; }
  .cp .rg-contact dt { margin-top: 0; }
}
@media (max-width: 600px) {
  .rg-card { padding: 26px 20px 28px; margin: 0 -20px; }
  .rg-form { grid-template-columns: 1fr; }
  .rg-info h2 { font-size: 30px; }
  .rg-submit .cp-btn { width: 100%; }
}
/* Theme gives inputs/labels/fieldsets their own margins and weights */
.rg-form input, .rg-form select, .rg-form fieldset, .rg-form legend { margin: 0 !important; }
.rg-form .rg-field > label, .rg-form legend { margin-bottom: 8px !important; }
.rg-form .rg-same { font-weight: 400; margin-top: 10px; }
.rg-form .rg-same input { margin: 0 !important; }
.rg-form legend { float: none; width: auto; font-size: 15px; line-height: 1.4; }

/* Registration: form first (alone, centred), contact details in a row below */
.rg .rg-wrap { display: block; max-width: 900px; }
.rg-card { padding: 34px 40px 40px; }
.cp .rg-lead { font-size: 17px; margin: 0 0 26px; color: var(--text); }
.rg-info { margin-top: 44px; }
.rg .rg-contact { display: grid; grid-template-columns: 1fr 1.3fr 1.4fr; gap: 0; margin: 0; padding: 0; border-top: 3px solid var(--navy); border-bottom: 1px solid var(--rule); }
.rg .rg-contact > div { padding: 20px 22px; }
.rg .rg-contact > div:first-child { padding-left: 0; }
.rg .rg-contact > div + div { border-left: 1px solid var(--rule); }
.cp .rg-contact dt, .cp .rg-contact dt:first-child { margin-top: 0; }
.cp .rg-browse { margin-top: 18px; padding-top: 0; border-top: 0; }
@media (max-width: 767px) {
  .rg .rg-contact { grid-template-columns: 1fr; }
  .rg .rg-contact > div { padding: 16px 0; }
  .rg .rg-contact > div + div { border-left: 0; border-top: 1px solid var(--rule); }
}
@media (max-width: 600px) {
  .rg-card { padding: 26px 20px 28px; }
}

/* ---------- Registration form, refined ---------- */
.rg .rg-card { background: #fff; border: 1px solid var(--rule); border-top: 0; border-radius: 6px; padding: 0; overflow: hidden; box-shadow: 0 24px 50px -30px rgba(23, 31, 50, .35); }
.rg-head { background: var(--navy); padding: 30px 40px 28px; border-top: 4px solid var(--orange); }
.rg-kicker { display: inline-block; font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: var(--orange); }
.cp .rg-head h2 { color: #fff; font-size: 30px; font-weight: 800; margin: 6px 0 8px; }
.cp .rg-head p { color: rgba(255, 255, 255, .8); font-size: 16px; margin: 0; }
.rg .rg-form { display: block; padding: 0; }
.rg-group { padding: 28px 40px 30px; }
.rg-group + .rg-group { border-top: 1px solid var(--rule); }
.cp .rg-gtitle { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 800; margin: 0 0 20px; }
.rg-gtitle span { display: inline-grid; place-items: center; width: 34px; height: 34px; border: 2px solid var(--orange); border-radius: 50%; font-size: 13px; color: var(--orange); }
.rg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; }
.rg .rg-form input[type=text], .rg .rg-form input[type=tel], .rg .rg-form select {
  height: 52px; background-color: #f7f8fa; border: 1px solid #dde2e9; border-radius: 4px;
}
.rg .rg-form input::placeholder { color: #9aa2ae; }
.rg .rg-form input:focus, .rg .rg-form select:focus { background-color: #fff; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(23, 31, 50, .1); }
.rg .rg-form select { background-color: #f7f8fa; }
.rg .rg-form select:focus { background-color: #fff; }
.rg .rg-choice { border-radius: 4px; border-color: #dde2e9; background: #f7f8fa; }
.rg .rg-choice label + label { border-left-color: #dde2e9; }
.rg .rg-choice span { height: 50px; line-height: 50px; }
.rg .rg-choice input:checked + span { background: var(--navy); color: #fff; }
.rg .rg-choice input:checked + span::before { content: "✓"; margin-right: 8px; color: var(--orange); font-weight: 700; }
.rg-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 22px 40px; background: var(--panel); border-top: 1px solid var(--rule); }
.rg-foot .cp-btn { border: 0; cursor: pointer; padding: 16px 38px; font-size: 16px; border-radius: 4px; }
.rg-foot .cp-btn:disabled { opacity: .6; cursor: default; }
.rg .mt-form-status { margin: 0 40px 28px; }
.rg-foot + .mt-form-status { margin-top: 20px; }
@media (max-width: 767px) {
  .rg-head { padding: 24px 22px 22px; }
  .cp .rg-head h2 { font-size: 25px; }
  .rg-group { padding: 24px 22px 26px; }
  .rg-grid { grid-template-columns: 1fr; }
  .rg-foot { padding: 20px 22px; }
  .rg-foot .cp-btn { width: 100%; }
  .rg .mt-form-status { margin: 16px 22px 22px; }
  .rg .rg-card { margin: 0 -8px; }
}

/* ---------- About Us (/about-us-2/) — white page ---------- */
.ab-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.ab-intro h2 { font-size: 36px; font-weight: 800; line-height: 1.25; }
.cp .ab-quote { margin: 24px 0 22px; padding: 4px 0 4px 20px; border-left: 4px solid var(--orange); background: none;
  font-family: Nunito, sans-serif; font-size: 21px; font-weight: 700; line-height: 1.5; color: var(--navy); font-style: normal; }
.cp .ab-quote::before, .cp .ab-quote::after { content: none; }
.ab-intro p + p { margin-top: 16px; }
.ab-collage { display: block; width: 100%; height: auto; }

.ab-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: 64px 0 0; border-top: 3px solid var(--navy); border-bottom: 1px solid var(--rule); }
.ab-stats > div { display: flex; flex-direction: column-reverse; padding: 22px 22px 20px; }
.ab-stats > div:first-child { padding-left: 0; }
.ab-stats > div + div { border-left: 1px solid var(--rule); }
.cp .ab-stats dd { margin: 0; font-family: Nunito, sans-serif; font-size: 38px; font-weight: 800; line-height: 1.1; color: var(--orange); }
.cp .ab-stats dt { font-family: Rubik, sans-serif; font-weight: 400; font-size: 15px; color: var(--soft); margin-top: 6px; }
.ab-highlights { list-style: none; margin: 0; padding: 18px 0 0; display: flex; flex-wrap: wrap; gap: 10px 36px; }
.ab-highlights li { position: relative; padding-left: 18px; font-size: 16px; color: var(--text); }
.ab-highlights li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; background: var(--orange); }

.ab-mv { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 80px; }
.ab-mv-item img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 4px; }
.cp .ab-mv-item h3 { font-size: 27px; font-weight: 800; margin: 24px 0 12px; padding-top: 18px; border-top: 3px solid var(--navy); }
.ab-mv-item p { font-size: 16.5px; }

.ab-admission { display: grid; grid-template-columns: 1fr 1fr; margin-top: 80px; border: 1px solid var(--rule); }
.ab-video { position: relative; display: block; min-height: 340px; overflow: hidden; background: var(--navy); }
.ab-video img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ab-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23, 31, 50, 0) 45%, rgba(23, 31, 50, .8)); }
.ab-video span { position: absolute; left: 28px; right: 28px; bottom: 24px; z-index: 1; display: flex; align-items: center; gap: 14px;
  font-family: Nunito, sans-serif; font-size: 18px; font-weight: 700; line-height: 1.35; color: #fff; }
.ab-video span::before { content: ""; flex: none; width: 52px; height: 52px; border-radius: 50%; background: var(--orange)
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18'%3E%3Cpath d='M1 1l14 8-14 8z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 55% center; }
.ab-video:hover img { transform: scale(1.04); }
.ab-admission-text { padding: 44px 44px 46px; }
.cp .ab-admission-text h3 { font-size: 28px; font-weight: 800; margin-bottom: 14px; }
.ab-admission-text .cp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

@media (max-width: 991px) {
  .ab-intro { grid-template-columns: 1fr; gap: 36px; }
  .ab-intro h2 { font-size: 30px; }
  .ab-collage { max-width: 520px; }
  .ab-stats { grid-template-columns: 1fr 1fr; }
  .ab-stats > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .ab-stats > div:nth-child(n+3) { border-top: 1px solid var(--rule); }
  .ab-mv, .ab-admission { grid-template-columns: 1fr; }
  .ab-video { min-height: 260px; }
}
@media (max-width: 560px) {
  .ab-intro h2 { font-size: 27px; }
  .cp .ab-quote { font-size: 19px; }
  .cp .ab-stats dd { font-size: 32px; }
  .ab-admission-text { padding: 30px 22px 32px; }
  .ab-admission-text .cp-btn { flex: 1 1 100%; }
}
/* Theme styles every blockquote (grey box + quote glyph); keep ours a plain pull quote */
.cp blockquote.ab-quote { background: none !important; border-radius: 0 !important; box-shadow: none !important; padding: 4px 0 4px 20px !important; border-left: 4px solid var(--orange) !important; }
.cp blockquote.ab-quote::before, .cp blockquote.ab-quote::after { content: none !important; display: none !important; }
.ab-stats > div { justify-content: flex-end; }
.cp .ab-stats dd { white-space: nowrap; }
@media (max-width: 560px) { .cp .ab-stats dd { font-size: 28px; } .ab-stats > div { padding: 18px 14px; } .ab-stats > div:nth-child(odd) { padding-left: 0; } }
