/* Fellowship (BIMT one-year programme) */
@font-face { font-family: Saira; font-weight: 600; font-display: swap; src: url(../../fonts/saira-600.ttf) format("truetype"); }

/* Hero ------------------------------------------------------------------- */
.fw-hero { padding: 50px 0; background: #1e2549; color: #fff; }
.fw-hero__inner { display: grid; grid-template-columns: 650px 621px; justify-content: center; column-gap: 49px; padding: 10px 60px; }
.fw-batch {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  padding: 15px 30px 15px 24px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 12px;
  background: linear-gradient(115deg, #ff4d6d, #2474fa 35%, #168cae 65%, #ff9f1c) 0 50% / 300% 100%;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  animation: fw-batch-bg 6s ease-in-out infinite, fw-batch-pulse 2s ease-out infinite;
  transition: transform .25s, border-color .25s;
}
.fw-batch::before {
  content: "";
  position: absolute;
  inset: -60% auto -60% -65%;
  z-index: -1;
  width: 45%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
  transform: skewX(-22deg);
  pointer-events: none;
  animation: fw-batch-shimmer 2.8s ease-in-out infinite;
}
.fw-batch__dot { position: relative; flex: none; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255, 255, 255, .7); animation: fw-batch-dot 1.6s ease-out infinite; }
.fw-batch:hover { border-color: #fff; transform: translateY(-3px) scale(1.02); }
@keyframes fw-batch-bg { 0%, 100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@keyframes fw-batch-pulse { 0% { box-shadow: 0 6px 24px rgba(36, 116, 250, .45), 0 0 0 0 rgba(255, 77, 109, .55); } 70% { box-shadow: 0 6px 24px rgba(36, 116, 250, .45), 0 0 0 14px rgba(255, 77, 109, 0); } 100% { box-shadow: 0 6px 24px rgba(36, 116, 250, .45), 0 0 0 0 rgba(255, 77, 109, 0); } }
@keyframes fw-batch-dot { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .7); } 80%, 100% { box-shadow: 0 0 0 9px rgba(255, 255, 255, 0); } }
@keyframes fw-batch-shimmer { 0%, 30% { left: -65%; } 70%, 100% { left: 140%; } }

.fw-hero__tagline { margin-top: 0; padding-left: 4px; color: #ffe500; font: 400 30px/38px var(--font-heading); letter-spacing: -.9px; }
.fw-hero__title { margin-bottom: 20px; padding-top: 25px; font-size: 60px; letter-spacing: -3px; }
.fw-hero__title span { display: block; font-family: Arial, sans-serif; }
.fw-hero__title span:nth-child(1) { margin-bottom: 6px; color: #6cf; font-size: 32px; font-weight: 600; line-height: 35.2px; letter-spacing: 1px; }
.fw-hero__title span:nth-child(2) { margin-bottom: 3px; color: #6fc; font-size: 52px; font-weight: 700; line-height: 57.2px; }
.fw-hero__title span:nth-child(3) { font-size: 58px; font-weight: 700; line-height: 63.8px; }
.fw-hero__brand img { display: block; width: 358px; }
.fw-hero__recommend { margin-top: 20px; color: #d5d000; font: 600 32px/37.33px Saira, sans-serif; letter-spacing: -1.6px; }
.fw-hero__facts { margin: 20px 0 0; font-family: Arial, sans-serif; }
.fw-hero__facts dt { margin-top: 20px; color: #fff4c4; font-size: 21px; line-height: 21px; letter-spacing: -.63px; }
.fw-hero__facts dt:first-child { margin-top: 0; font-size: 25px; line-height: 25px; letter-spacing: -.75px; }
.fw-hero__facts dt strong { font-weight: 700; }
.fw-hero__facts dd { margin: 19px 0 0; font-size: 30px; line-height: 30px; letter-spacing: -.9px; white-space: nowrap; }
.fw-hero__facts dd:nth-of-type(1) { margin-top: 15px; }
.fw-hero__copy > .fw-batch { margin-top: 50px; }
.fw-hero__partners { text-align: center; font-family: Arial, sans-serif; }
.fw-hero__partners h2 { font: 400 60px/70px Arial, sans-serif; letter-spacing: -3px; }
.fw-hero__accredited { display: block; width: 383px; margin: 20px auto; }
.fw-hero .fw-hero__associated { font-size: 42px; line-height: 49px; letter-spacing: -2.1px; }
.fw-hero__logos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.fw-hero__logos img { display: block; width: 100%; }

/* Learning format (three cards) ------------------------------------------ */
.fm-section { position: relative; isolation: isolate; overflow: hidden; padding: 80px 24px; background: radial-gradient(ellipse at 90% 0%, rgba(23, 107, 113, .22), transparent 55%), radial-gradient(ellipse at 5% 100%, rgba(72, 82, 163, .19), transparent 55%), #11192e; color: #fff; scroll-margin-top: 110px; }
.fm-section::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255, 255, 255, .01) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .01) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; }
.fm-inner { max-width: 1320px; margin: auto; }
.fm-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 40px; }
.fm-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; color: #77e5d1; font-size: 12px; font-weight: 700; letter-spacing: 2.5px; }
.fm-eyebrow::before { content: ""; width: 28px; height: 2px; background: #77e5d1; }
.fm-heading h2 { max-width: 740px; font-size: clamp(30px, 3.5vw, 46px); line-height: 1.17; letter-spacing: -1.5px; }
.fm-heading > p { color: #c3cddd; line-height: 1.75; }
.fm-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.fm-card { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; padding: 32px; border: 1px solid rgba(114, 137, 166, .3); border-radius: 24px; background: linear-gradient(145deg, #293851, #1b273d); box-shadow: 0 20px 45px rgba(0, 0, 0, .13); transition: transform .3s, box-shadow .3s, border-color .3s; }
.fm-card::before { content: ""; position: absolute; inset: 0 24px auto; height: 2px; background: linear-gradient(90deg, transparent, #80dfce, transparent); }
.fm-card::after { content: ""; position: absolute; z-index: -1; top: -85px; right: -70px; width: 250px; height: 250px; border: 1px solid rgba(159, 231, 229, .09); border-radius: 50%; box-shadow: 0 0 0 28px rgba(159, 231, 229, .03), 0 0 0 56px rgba(159, 231, 229, .02); pointer-events: none; }
.fm-card:hover { border-color: #85e8d1; box-shadow: 0 24px 50px rgba(0, 0, 0, .27), 0 0 24px rgba(93, 228, 201, .06); transform: translateY(-7px); }
.fm-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.fm-icon { display: grid; place-items: center; width: 60px; height: 60px; border: 1px solid #a1f3e6; border-radius: 18px; background: linear-gradient(145deg, #83e9d5, #39bba8); box-shadow: 0 8px 22px rgba(0, 0, 0, .13); color: #123b40; }
.fm-icon svg { width: 30px; height: 30px; }
.fm-number { padding: 5px 12px; border: 1px solid rgba(194, 205, 221, .25); border-radius: 30px; color: #c2cddd; font-size: 13px; font-weight: 600; letter-spacing: 2px; }
.fm-card h3 { min-height: 62px; margin-bottom: 22px; color: #f5f8ff; font-size: 22px; font-weight: 600; line-height: 1.4; letter-spacing: -.5px; }
.fm-stat { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; margin-bottom: 30px; }
.fm-stat strong { color: #85ecd6; font-size: 72px; font-weight: 600; line-height: 1; letter-spacing: -3px; }
.fm-stat > span { color: #d6e0ed; font-size: 17px; }
.fm-detail { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(185, 206, 229, .18); color: #e1e9f4; line-height: 1.6; }
.fm-detail > span { display: grid; place-items: center; flex-shrink: 0; width: 23px; height: 23px; border-radius: 50%; background: rgba(128, 229, 204, .125); color: #9df5df; font-size: 13px; }
.fm-card:last-child { border-color: #b4f3df; background: radial-gradient(ellipse at top right, rgba(163, 246, 219, .33), transparent 65%), linear-gradient(135deg, #79dfc6, #b3efd8); }
.fm-card:last-child::after { border-color: rgba(20, 75, 68, .125); box-shadow: 0 0 0 28px rgba(20, 75, 68, .035), 0 0 0 56px rgba(20, 75, 68, .024); }
.fm-card:last-child .fm-icon { border-color: #123f40; background: #123f40; box-shadow: 0 8px 20px rgba(21, 83, 75, .125); color: #b2ffe7; }
.fm-card:last-child .fm-number { border-color: rgba(36, 91, 85, .24); color: #245b55; }
.fm-card:last-child h3, .fm-card:last-child .fm-stat strong { color: #123b38; }
.fm-card:last-child .fm-stat { align-content: center; min-height: 72px; }
.fm-card:last-child .fm-stat strong { font-size: clamp(42px, 4vw, 56px); letter-spacing: -2px; }
.fm-card:last-child .fm-stat > span { color: #245b55; }
.fm-card:last-child .fm-detail { border-color: rgba(36, 91, 85, .21); color: #204f48; }
.fm-card:last-child .fm-detail > span { background: #205b50; color: #e6fff3; }

/* Batch resources -------------------------------------------------------- */
.fb-section { margin-top: 24px; padding: 24px 24px 80px; background: #11192e; color: #fff; scroll-margin-top: 120px; }
.fb-content { max-width: 1320px; margin-inline: auto; }
.fb-admission { position: relative; isolation: isolate; overflow: hidden; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 42px 46px; border: 1px solid #b7f7e6; border-radius: 24px; background: linear-gradient(115deg, #a8efdc, #66d2bd); box-shadow: 0 18px 45px rgba(0, 0, 0, .13); }
.fb-admission::before { content: ""; position: absolute; z-index: -1; top: -230px; right: 15%; width: 360px; height: 360px; border: 1px solid rgba(23, 76, 73, .125); border-radius: 50%; box-shadow: 0 0 0 35px rgba(23, 76, 73, .03), 0 0 0 70px rgba(23, 76, 73, .02); }
.fb-eyebrow { display: block; margin-bottom: 14px; color: #85ecd6; font-size: 12px; font-weight: 700; letter-spacing: 2px; }
.fb-admission .fb-eyebrow { color: #235c51; }
.fb-admission h2 { margin-bottom: 12px; color: #123b38; font-size: clamp(28px, 3vw, 40px); line-height: 1.2; letter-spacing: -1px; }
.fb-admission p { color: #20574e; font-size: 21px; line-height: 1.875; }
.fb-join { display: flex; flex-shrink: 0; justify-content: center; align-items: center; gap: 28px; padding: 20px 27px; border-radius: 12px; background: #142c32; box-shadow: 0 8px 18px rgba(18, 59, 56, .145); color: #fff; font-size: 17px; font-weight: 600; transition: background-color .25s, transform .25s; }
.fb-join span { font-size: 25px; }
.fb-join:hover { background: #204e50; transform: translateY(-3px); }
.fb-intro { margin: 48px 0 30px; }
.fb-intro h2 { font-size: 34px; line-height: 1.2; letter-spacing: -1px; }
.fb-group { margin-top: 26px; padding: 28px; border: 1px solid rgba(130, 150, 179, .22); border-radius: 22px; background: linear-gradient(120deg, #223149, #18253b); }
.fb-group-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; }
.fb-group-heading h3 { color: #f5f8ff; font-size: 28px; line-height: 1.25; letter-spacing: -.6px; }
.fb-group-heading h3 span { margin-left: 6px; color: #c3cede; font-size: 18px; }
.fb-status { display: flex; align-items: center; gap: 7px; padding: 5px 11px; border: 1px solid rgba(126, 220, 194, .19); border-radius: 30px; background: rgba(126, 220, 194, .086); color: #9cf2dc; font-size: 12px; }
.fb-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #86e9ca; }
.fb-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.fb-links.fb-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fb-resource { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding: 24px; border: 1px solid rgba(130, 150, 179, .2); border-radius: 15px; background: #101c30; color: #fff; transition: transform .25s, border-color .25s, background-color .25s; }
.fb-resource:hover { border-color: #82e5ce; background: #243d50; transform: translateY(-4px); }
.fb-icon { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: rgba(126, 230, 204, .094); color: #8ae9d3; }
.fb-icon svg { width: 24px; height: 24px; }
.fb-resource-copy { display: flex; flex-direction: column; gap: 10px; }
.fb-resource-copy strong { font-size: 17px; font-weight: 600; line-height: 1.5; }
.fb-resource-copy small { color: #b4c4d7; font-size: 13px; }
.fb-arrow { position: absolute; top: 27px; right: 22px; color: #9cddce; font-size: 23px; transition: transform .25s; }
.fb-resource:hover .fb-arrow { transform: translate(3px, -3px); }
.fb-two .fb-resource { flex-direction: row; align-items: center; padding-right: 52px; }
.fb-two .fb-arrow { top: 35px; }

/* Programme director ----------------------------------------------------- */
.fw-director { margin-bottom: 20px; padding: 50px 50px 100px 60px; background: #fff; color: #222; }
.fw-director__inner { display: grid; grid-template-columns: 650px 670px; justify-content: center; column-gap: 10px; }
.fw-director img { justify-self: center; width: 513px; margin-top: 28px; border-radius: 40px; }
.fw-director__role { color: #111; font: 400 18px/27px var(--font-heading); letter-spacing: -.9px; }
.fw-director h2 { color: #111; font-size: 60px; line-height: 70px; letter-spacing: -3px; }
.fw-director__copy > p:not(.fw-director__role) { font: 400 16px/30px Roboto, sans-serif; }
.fw-director__copy > p + p:not(.fw-director__role) { margin-top: 30px; }
.fw-director__copy strong { font-weight: 700; }
.fw-director__button { display: inline-block; margin-top: 50px; padding: 12px 24px; border-radius: 3px; background: #45d0bd; color: #fff; font: 500 15px/15px Roboto, sans-serif; transition: background-color .2s; }
.fw-director__button:hover { background: #2fb9a6; }

/* Trainers --------------------------------------------------------------- */
.fw-trainers { padding: 64px 24px; background: #142238; color: #e8f0f7; line-height: 28px; scroll-margin-top: 24px; }
.fw-trainers__inner { max-width: 1280px; margin-inline: auto; }
.fw-trainers__eyebrow { margin-bottom: 13px; color: #91dbc9; font-size: 12px; font-weight: 800; line-height: 18px; letter-spacing: 2px; }
.fw-trainers h2 { margin-bottom: 32px; color: #fff; font-size: 42px; font-weight: 500; line-height: 1.2; letter-spacing: -1.4px; text-align: center; }
.fw-trainers__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.fw-trainer { display: flex; flex-direction: column; overflow: hidden; padding: 24px; border: 1px solid rgba(105, 131, 156, .333); border-radius: 18px; background: #22344c; text-align: center; transition: border-color .25s, box-shadow .25s, transform .25s; }
.fw-trainer img { display: block; width: 100%; height: 300px; border-radius: 12px; object-fit: cover; object-position: center 25%; }
.fw-trainer h3 { margin: 20px 0 10px; color: #97e9d4; font: 600 23px/1.4 var(--font-body); letter-spacing: -.5px; }
.fw-trainer p { color: #e2eaf4; font-size: 17px; font-weight: 400; line-height: 1.8; overflow-wrap: anywhere; }
@media (hover: hover) and (pointer: fine) { .fw-trainer:hover { border-color: #83e5ce; box-shadow: 0 12px 28px rgba(0, 0, 0, .2), 0 0 0 1px rgba(131, 229, 206, .27); transform: translateY(-4px); } }
.fw-guests { margin-top: 56px; padding: 36px; border-radius: 24px; background: #212648; }
.fw-guests h2 { letter-spacing: -.8px; }
.fw-guests__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fw-guests .fw-trainer { display: grid; grid-template-columns: 150px 1fr; align-items: start; }
.fw-guests .fw-trainer img { object-position: center top; }

/* Overview & highlights -------------------------------------------------- */
.fw-overview { margin-top: 53px; padding: 50px 30px; background: #fff; color: #111; }
.fw-overview__row { display: grid; grid-template-columns: 324px 910px; max-width: 1380px; margin-inline: auto; }
.fw-overview__label { font: 100 18px/27px var(--font-heading); letter-spacing: 6.1px; }
.fw-overview h2 { font-size: 60px; line-height: 70px; letter-spacing: -3px; }
.fw-overview__body { padding: 0 20px 0 40px; border-left: 2px solid #000; color: #222; font: 400 16px/30px Roboto, sans-serif; }
.fw-overview__body p + p { margin-top: 30px; }
.fw-overview__note { color: #008000; }
.fw-overview__campus { display: block; width: 924px; margin: 160px auto 0; }
.fw-overview__row--highlights { margin-top: 90px; }

/* Why choose us ---------------------------------------------------------- */
.fw-why { padding: 50px; background: #fff; color: #111; }
.fw-why__inner { display: grid; grid-template-columns: 1fr 1fr; max-width: 1340px; margin-inline: auto; }
.fw-why header { padding-right: 50px; }
.fw-why header p { font: 400 18px/27px var(--font-heading); letter-spacing: -.9px; }
.fw-why h2 { font-size: 60px; line-height: 70px; letter-spacing: -3px; }
.fw-why__list { padding-left: 50px; }
.fw-why__list li { display: flex; gap: 15px; min-height: 88px; }
.fw-why__icon { display: grid; place-items: center; flex: none; width: 36px; height: 36px; border-radius: 50%; background: #111; color: #fff; }
.fw-why__icon .icon { width: 18px; height: 18px; }
.fw-why h3 { font: 600 20px/28px Roboto, sans-serif; }
.fw-why__list p { color: #222; font: 400 16px/30px Roboto, sans-serif; }

/* At a glance ------------------------------------------------------------ */
.fe-section { padding: 64px 24px; background: #ff4d50; color: #fff; }
.fe-inner { max-width: 1280px; margin: auto; }
.fe-heading { margin-bottom: 32px; }
.fe-heading > span { display: block; margin-bottom: 14px; font-size: 12px; font-weight: 700; letter-spacing: 2px; }
.fe-section h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.25; letter-spacing: -1px; }
.fe-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 22px; }
.fe-card { padding: 28px; border: 1px solid rgba(255, 255, 255, .333); border-radius: 18px; background: rgba(255, 255, 255, .07); }
.fe-number { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 20px; border-radius: 50%; background: #fff; color: #b82831; font-size: 12px; font-weight: 800; }
.fe-section h3 { margin-bottom: 16px; font-size: 25px; line-height: 1.3; letter-spacing: -.5px; }
.fe-card p { margin-bottom: 16px; font-size: 17px; line-height: 1.8; }
.fe-card p:last-child { margin-bottom: 0; }
.fe-enrol { display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-top: 24px; padding: 26px 30px; border-radius: 16px; background: #202640; }
.fe-enrol p { max-width: 820px; font-size: 18px; line-height: 1.7; }
.fe-enrol a { display: flex; flex-shrink: 0; justify-content: center; align-items: center; gap: 24px; padding: 17px 24px; border-radius: 10px; background: #fff; color: #202640; font-size: 15px; font-weight: 700; transition: background-color .2s, transform .2s; }
.fe-enrol a:hover { background: #ffe9e9; transform: translateY(-2px); }

/* Admissions, syllabus, practical work & policies ------------------------ */
.fl-wrap { padding: 10px; background: #fff; }
.fellowship-details { --fl-ink: #212648; --fl-muted: #5d6776; --fl-teal: #087c83; --fl-line: #e1e8eb; max-width: 1280px; margin-inline: auto; padding: 76px 0 64px; color: var(--fl-ink); font-size: 18px; font-weight: 400; line-height: 1.75; }
.fellowship-details.fl-practical-details { padding: 4px 0 64px; }
.fellowship-details h2 { font: 500 42px/1.22 var(--font-heading); letter-spacing: -1.4px; }
.fellowship-details .fl-eyebrow { margin-bottom: 14px; color: var(--fl-teal); font-size: 12px; font-weight: 800; line-height: 1.4; letter-spacing: 2px; }
.fl-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 32px; }
.fl-section-heading .fl-intro { max-width: 340px; padding-bottom: 3px; color: var(--fl-muted); }
.fl-document-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; overflow: hidden; padding: 10px 28px; border: 1px solid var(--fl-line); border-radius: 20px; background: #fff; }
.fl-document-list > li { font-weight: 500; display: flex; align-items: flex-start; gap: 18px; min-width: 0; padding: 23px 0; border-bottom: 1px solid var(--fl-line); }
.fl-document-list > li:nth-last-child(-n+2) { border-bottom: 0; }
.fl-document-list > li > div { padding-top: 3px; overflow-wrap: anywhere; }
.fl-doc-number { flex: 0 0 34px; border-radius: 9px; background: #edf7f7; color: var(--fl-teal); font-size: 14px; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 34px; text-align: center; }
.fl-attestation { display: flex; align-items: flex-start; gap: 16px; margin-top: 20px; padding: 22px 24px; border-left: 3px solid #46bcc6; border-radius: 0 12px 12px 0; background: #edf7f7; }
.fl-note-icon { padding-top: 8px; color: var(--fl-teal); font-size: 30px; font-weight: 700; line-height: 1; }
.fl-attestation h3 { margin-bottom: 4px; font-size: 19px; font-weight: 800; line-height: 1.5; letter-spacing: -.95px; }
.fl-attestation p { color: #455967; }
.fl-syllabus { overflow: hidden; margin-top: 72px; border: 1px solid var(--fl-line); border-radius: 22px; background: #fff; scroll-margin-top: 32px; }
.fl-syllabus-heading { display: flex; justify-content: space-between; align-items: center; gap: 36px; padding: 38px 38px 34px; background: #212648; color: #fff; }
.fl-syllabus-heading > div { max-width: 740px; }
.fellowship-details .fl-syllabus-heading .fl-eyebrow { color: #78d9dd; }
.fl-syllabus-heading p:not(.fl-eyebrow) { max-width: 590px; margin-top: 16px; color: #d2d7e4; font-size: 16px; }
.fl-topic-count { padding: 0 8px 0 32px; border-left: 1px solid rgba(255, 255, 255, .19); color: #d2d7e4; font-size: 13px; line-height: 1.5; text-align: center; white-space: nowrap; }
.fl-topic-count strong { display: block; margin-bottom: 5px; color: #78d9dd; font: 500 46px/1.2 var(--font-heading); letter-spacing: -2px; }
.fl-syllabus-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 32px; border-bottom: 1px solid var(--fl-line); background: #f6f9fa; color: var(--fl-muted); font-size: 16px; }
.fl-syllabus-toolbar button { padding: 12px 24px 14px; border: 0; background: none; color: var(--fl-teal); font-size: 16px; font-weight: 700; line-height: 30.86px; white-space: nowrap; }
.fl-syllabus-toolbar button span { margin-left: 10px; font-size: 20px; vertical-align: middle; }
.fl-topic { border-bottom: 1px solid var(--fl-line); background: #fff; }
.fl-topic:last-child { border-bottom: 0; }
.fl-topic summary { display: flex; align-items: center; gap: 22px; padding: 23px 32px; cursor: pointer; list-style: none; transition: background-color .15s; }
.fl-topic summary::-webkit-details-marker { display: none; }
.fl-topic summary:hover { background: #f6fbfb; }
.fl-topic-number { flex: 0 0 25px; color: #75808c; font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
.fl-topic h3 { flex: 1; font: 600 20px/1.55 var(--font-body); }
.fl-topic-toggle { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid #dce5e8; border-radius: 50%; background: #fff; }
.fl-topic-toggle::before, .fl-topic-toggle::after { content: ""; position: absolute; inset: 13px 8px auto; height: 1px; background: var(--fl-teal); }
.fl-topic-toggle::after { transform: rotate(90deg); }
.fl-topic[open] .fl-topic-toggle::after { transform: none; }
.fl-topic[open] summary { background: #f0f8f8; }
.fl-topic[open] .fl-topic-number { color: var(--fl-teal); }
.fl-topic-body { padding: 20px 76px 28px; color: #52606e; overflow-wrap: anywhere; }
.fl-topic-body > p + p { margin-top: 12px; }
.fl-topic-body strong { color: #354454; font-weight: 600; }
.fl-topic-body ol, .fl-topic-body ul { margin: 8px 0 0; padding-left: 22px; list-style: revert; }
.fl-topic-body li { margin: 8px 0; padding-left: 5px; }
.fl-topic-body li::marker { color: #16838a; }
.fl-duration { display: inline-flex; align-items: center; gap: 12px; padding: 10px 18px; border: 1px solid #c9e4e5; border-radius: 30px; background: #edf7f7; color: #087c83; font-size: 16px; font-weight: 700; white-space: nowrap; }
.fl-duration span { color: #90bdc0; }
.fl-practical-intro { margin: -12px 0 30px; color: var(--fl-muted); }
.fl-work-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 24px; }
.fl-work-card { overflow: hidden; border: 1px solid var(--fl-line); border-radius: 20px; background: #fff; }
.fl-work-card > header { display: flex; align-items: center; gap: 18px; padding: 26px; border-bottom: 1px solid var(--fl-line); background: #f4f8f9; }
.fl-card-index { display: flex; flex: 0 0 42px; justify-content: center; align-items: center; height: 42px; border-radius: 12px; background: #e0f1f1; color: #087c83; font-size: 15px; font-weight: 800; }
.fellowship-details .fl-work-card .fl-eyebrow { margin-bottom: 6px; font-size: 11px; letter-spacing: 1.5px; }
.fl-work-card h3, .fl-academic > h3, .fl-policy h3, .fl-discount h3, .fl-institution h3 { font: 600 21px/1.45 var(--font-body); letter-spacing: -.4px; }
.fl-card-content { padding: 24px 28px; }
.fellowship-details .fl-list-label { margin-bottom: 12px; color: var(--fl-muted); }
.fl-work-list { padding-left: 23px; list-style: decimal; }
.fl-work-list li { padding: 13px 0 13px 8px; border-bottom: 1px solid var(--fl-line); color: #4e5b69; }
.fl-work-list li:first-child { padding-top: 0; }
.fl-work-list li:last-child { padding-bottom: 0; border: 0; }
.fl-work-list li::marker { color: #087c83; font-size: 13px; font-weight: 700; }
.fl-academic { margin-top: 36px; }
.fl-assignment-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 18px; margin-top: 18px; }
.fl-assignment-grid article { display: flex; align-items: flex-start; gap: 16px; padding: 22px; border: 1px solid var(--fl-line); border-radius: 15px; background: #fff; }
.fl-assignment-grid p { color: #4e5b69; }
.fl-assessment { display: grid; grid-template-columns: .9fr 1.4fr; overflow: hidden; margin-top: 64px; border: 1px solid var(--fl-line); border-radius: 22px; background: #fff; }
.fl-assessment > header { padding: 38px; background: #212648; color: #d2d7e4; }
.fellowship-details .fl-assessment h2 { color: #fff; }
.fellowship-details .fl-assessment .fl-eyebrow { color: #78d9dd; }
.fl-assessment header > p:last-child { margin-top: 20px; }
.fl-assessment header strong { font-weight: 500; }
.fl-assessment > ol { padding: 8px 30px; }
.fl-assessment li { display: flex; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--fl-line); }
.fl-assessment li:last-child { border: 0; }
.fl-assessment li > span { flex: 0 0 24px; color: #087c83; font-size: 13px; font-weight: 700; line-height: 1.5; }
.fl-payment { margin-top: 72px; }
.fl-fee-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fl-fee-card { padding: 30px; border: 1px solid var(--fl-line); border-radius: 20px; background: #fff; }
.fl-fee-card.fl-fee-early { border-color: #c9e4e5; background: #edf7f7; }
.fl-fee-copy { color: #4e5b69; }
.fl-fee-copy strong { color: #212648; font-size: 21px; font-weight: 600; line-height: 1.7; }
.fl-policy { margin-top: 24px; padding: 28px 30px; border: 1px solid var(--fl-line); border-radius: 18px; background: #f8fafb; }
.fl-policy ul { margin: 16px 0 0; padding-left: 20px; }
.fl-policy li { margin: 10px 0; color: #4e5b69; }
.fl-discount { overflow: hidden; margin-top: 24px; border: 1px solid var(--fl-line); border-radius: 18px; }
.fl-discount > header { display: flex; align-items: center; gap: 16px; padding: 24px 30px; border-bottom: 1px solid var(--fl-line); background: #f4f8f9; }
.fl-discount-body { padding: 26px 30px; color: #4e5b69; }
.fl-discount-body strong { color: #212648; font-weight: 600; }
.fl-discount-body ol { margin: 18px 0; padding-left: 22px; list-style: decimal; }
.fl-discount-body li { margin: 12px 0; padding-left: 6px; }
.fl-discount-body li::marker, .fl-policy li::marker { color: #087c83; }
.fl-discount-body p + p { margin-top: 10px; }
.fl-institution { margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--fl-line); }
.fl-institution > p:last-child { margin-top: 8px; color: #5d6776; }
.fl-institution h3 strong { font-weight: 600; }

/* Location --------------------------------------------------------------- */
.fw-location { display: grid; grid-template-columns: 650px 623px; justify-content: center; column-gap: 57px; padding: 24px 50px 34px 60px; border-top: 1px solid #222; background: #fffff1; color: #111; }
.fw-location > div:first-child { padding-top: 10px; }
.fw-location h2 { margin-bottom: 20px; font: 600 29px/33.83px Roboto, sans-serif; letter-spacing: -1.45px; }
.fw-location > div:last-child h2 { font-size: 27px; line-height: 31.5px; letter-spacing: -1.35px; }
.fw-location img { display: block; width: 650px; }
.fw-location iframe { display: block; width: 100%; height: 300px; border: 0; }

/* Responsive ------------------------------------------------------------- */
@media (max-width: 1360px) {
  .fw-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 40px; padding-inline: 40px; }
  .fw-director { padding-inline: 30px; }
  .fw-director__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 30px; }
  .fw-director img { width: 100%; max-width: 513px; }
  .fw-overview__row { grid-template-columns: 324px minmax(0, 1fr); }
  .fw-overview__campus { width: min(924px, 100%); }
  .fw-location { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 40px; padding-inline: 30px; }
  .fw-location img { width: 100%; }
}
@media (max-width: 1050px) {
  .fm-card { padding: 26px; }
  .fm-grid { gap: 16px; }
  .fm-heading { display: block; }
  .fm-heading > p { margin-top: 20px; }
  .fm-heading > p br { display: none; }
  .fm-card h3 { font-size: 20px; }
  .fm-stat strong { font-size: 60px; }
  .fm-detail { font-size: 15px; }
  .fb-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fb-admission { padding: 32px; }
  .fb-join { gap: 18px; }
  .fw-trainers__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fw-guests .fw-trainer { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .fe-section { padding: 44px 20px; }
  .fe-grid { grid-template-columns: 1fr; }
  .fe-card { padding: 24px; }
  .fe-enrol { flex-direction: column; align-items: flex-start; gap: 20px; }
  .fe-enrol a { width: 100%; }
  .fe-section h2 { font-size: 28px; line-height: 35px; }
}
@media (max-width: 767px) {
  .fw-hero { margin: 23px 0; padding: 21px; }
  .fw-hero__inner { grid-template-columns: minmax(0, 1fr); padding: 0; }
  .fw-batch { width: auto; padding: 14px 18px; font-size: 16px; }
  .fw-hero__tagline { margin-top: 0; }
  .fw-hero__title { padding-top: 0; font-size: 32px; line-height: 40px; letter-spacing: -1.6px; }
  .fw-hero__title span:nth-child(1), .fw-hero__title span:nth-child(2) { margin-bottom: 0; }
  .fw-hero__title span:nth-child(3) { width: 372px; }
  .fw-hero__brand { width: 191px; }
  .fw-hero__brand img { width: 191px; }
  .fw-hero__recommend { line-height: 40px; }
  .fw-hero__facts .fw-hero__campus { font-size: 21px; line-height: 21px; letter-spacing: -.63px; padding-bottom: 9px; }
  .fw-hero__facts .fw-hero__graduation { font-size: 25px; line-height: 25px; letter-spacing: -.75px; }
  .fw-hero__copy > .fw-batch { margin-top: 55px; }
  .fw-hero__partners { margin-top: 62px; padding: 0 10px 10px; }
  .fw-hero__partners h2 { font-size: 32px; line-height: 40px; letter-spacing: -1.6px; }
  .fw-hero__accredited { width: 100%; }
  .fw-hero .fw-hero__associated { font-size: 42px; line-height: 52.5px; }
  .fw-hero__logos { grid-template-columns: 1fr; }
  .fb-section { margin-top: 0; padding: 16px 20px 48px; }
  .fw-director { padding: 0 20px 50px; }
  .fw-director__inner { grid-template-columns: 1fr; }
  .fw-director img { width: 334px; margin: 78px auto 51px; }
  .fw-director__role { line-height: 26.53px; }
  .fw-director h2 { margin: 19px 0 20px; font-size: 32px; line-height: 40px; letter-spacing: -1.6px; }
  .fw-director__button { display: table; margin: 20px auto 0; }
  .fw-trainers { padding: 44px 20px; }
  .fw-trainers h2 { font-size: 30px; letter-spacing: -.8px; }
  .fw-trainers__grid, .fw-guests__grid { grid-template-columns: 1fr; gap: 22px; }
  .fw-trainer img { height: auto; aspect-ratio: 1; }
  .fw-guests { margin-top: 36px; padding: 26px 18px; border-radius: 19px; }
  .fw-overview { padding: 50px 30px 10px; }
  .fw-overview__row { grid-template-columns: 1fr; }
  .fw-overview__label { line-height: 26.53px; }
  .fw-overview h2 { font-size: 32px; line-height: 40px; letter-spacing: -1.6px; }
  .fw-overview__body { margin-top: 30px; padding: 0 0 0 20px; }
  .fw-overview__body ul { margin-bottom: 16px; }
  .fw-overview__campus { width: 310px; margin-top: 106px; }
  .fw-why { padding: 50px 30px 30px; }
  .fw-why__inner { grid-template-columns: 1fr; }
  .fw-why header { padding: 0 0 20px; }
  .fw-why header p { line-height: 26.53px; }
  .fw-why h2 { font-size: 32px; line-height: 40px; letter-spacing: -1.6px; }
  .fw-why__list { padding: 0; }
  .fw-why__list li { flex-direction: column; gap: 0; min-height: 0; }
  .fw-why__list li { margin-bottom: 15px; }
  .fw-why h3 { line-height: 29.47px; }
  .fellowship-details { padding: 44px 8px 36px; font-size: 17px; }
  .fellowship-details.fl-practical-details { padding: 0 8px 36px; }
  .fellowship-details h2 { font-size: 29px; letter-spacing: -.8px; }
  .fl-section-heading { display: block; margin-bottom: 24px; }
  .fl-section-heading .fl-intro { max-width: none; margin-top: 14px; }
  .fl-document-list { grid-template-columns: 1fr; padding: 3px 20px; border-radius: 16px; }
  .fl-document-list > li { gap: 14px; padding: 19px 0; }
  .fl-document-list > li:nth-last-child(2) { border-bottom: 1px solid var(--fl-line); }
  .fl-attestation { gap: 12px; padding: 20px 18px; }
  .fl-syllabus { margin-top: 44px; border-radius: 17px; }
  .fl-syllabus-heading { align-items: flex-start; gap: 20px; padding: 28px 22px; }
  .fl-topic-count { display: none; }
  .fl-syllabus-toolbar { flex-wrap: wrap; gap: 2px; padding: 12px 20px; }
  .fl-topic summary { gap: 12px; padding: 19px 18px; }
  .fl-topic h3 { font-size: 18px; }
  .fl-topic-number { flex-basis: 22px; }
  .fl-topic-body { padding: 17px 22px 24px; }
  .fl-topic-body ol, .fl-topic-body ul { padding-left: 19px; }
  .fl-duration { margin-top: 16px; }
  .fl-practical-intro { margin-top: 0; }
  .fl-work-grid, .fl-assignment-grid, .fl-assessment, .fl-fee-grid { grid-template-columns: 1fr; }
  .fl-work-grid, .fl-fee-grid { gap: 18px; }
  .fl-work-card > header { gap: 14px; padding: 22px 18px; }
  .fl-card-content { padding: 22px; }
  .fl-work-card h3, .fl-discount h3 { font-size: 19px; }
  .fl-assignment-grid { gap: 12px; }
  .fl-assignment-grid article { padding: 20px; }
  .fl-assessment { margin-top: 44px; border-radius: 17px; }
  .fl-assessment > header { padding: 28px 22px; }
  .fl-assessment > ol { padding: 6px 22px; }
  .fl-payment { margin-top: 44px; }
  .fl-fee-card { padding: 24px 22px; }
  .fl-fee-copy strong { font-size: 19px; }
  .fl-policy, .fl-discount-body { padding: 22px; }
  .fl-discount > header { padding: 22px 18px; }
  .fl-institution { margin-top: 30px; }
  .fw-location { grid-template-columns: minmax(0, 1fr); padding: 24px 0 25px; }
  .fw-location > div:first-child { padding: 10px 10px 0; }
  .fw-location > div:last-child { padding: 11px 0 0 47px; }
  .fw-location h2 { line-height: 36.25px; }
  .fw-location > div:last-child h2 { line-height: 33.75px; }
}
@media (max-width: 760px) {
  .fm-section { padding: 48px 20px; }
  .fm-grid { grid-template-columns: 1fr; gap: 20px; }
  .fm-heading { margin-bottom: 30px; }
  .fm-card { padding: 28px; }
  .fm-card h3 { min-height: 0; margin-bottom: 20px; font-size: 23px; }
  .fm-card-top { margin-bottom: 24px; }
  .fm-stat { margin-bottom: 26px; }
  .fm-stat strong { font-size: 64px; }
  .fm-card:last-child .fm-stat { min-height: 64px; }
  .fm-card:last-child .fm-stat strong { font-size: 52px; }
  .fm-detail { font-size: 16px; }
}
@media (max-width: 680px) {
  .fb-admission { flex-direction: column; align-items: stretch; gap: 24px; padding: 28px; }
  .fb-group { padding: 20px; }
  .fb-group-heading { flex-wrap: wrap; gap: 12px; }
  .fb-group-heading h3 { font-size: 24px; }
  .fb-links, .fb-links.fb-two { grid-template-columns: 1fr; }
  .fb-resource, .fb-two .fb-resource { flex-direction: row; align-items: center; gap: 15px; padding: 20px 45px 20px 20px; }
  .fb-arrow, .fb-two .fb-arrow { top: 26px; right: 17px; }
  .fb-resource-copy strong { font-size: 16px; }
  .fb-intro { margin-top: 36px; }
  .fb-intro h2 { font-size: 30px; }
}
@media print {
  .fl-syllabus-toolbar { display: none; }
  .fl-syllabus-heading { background: #fff; color: #212648; }
  .fellowship-details .fl-syllabus-heading h2 { color: #212648; }
}
@media (prefers-reduced-motion: reduce) {
  .fw-batch, .fw-batch::before, .fw-batch__dot { animation: none; }
  .fw-batch::before { display: none; }
  .fm-card, .fb-resource, .fb-join, .fb-arrow, .fe-enrol a, .fw-trainer { transition: none; }
  .fm-card:hover, .fb-resource:hover, .fb-join:hover, .fb-resource:hover .fb-arrow, .fe-enrol a:hover, .fw-trainer:hover, .fw-batch:hover { transform: none; }
}
