:root{
  --msci-bg: #f4f7fb;
  --msci-surface: rgba(255,255,255,0.92);
  --msci-surface-strong: #ffffff;
  --msci-text: #122033;
  --msci-muted: #5d6b82;
  --msci-primary: #103b7c;
  --msci-primary-2: #1d74d4;
  --msci-accent: #ff8a00;
  --msci-accent-2: #ff4d8d;
  --msci-border: rgba(18,32,51,0.10);
  --msci-shadow: 0 18px 50px rgba(16, 59, 124, 0.12);
  --msci-shadow-soft: 0 10px 24px rgba(16, 59, 124, 0.08);
  --msci-radius: 24px;
}

html {
  scroll-behavior: smooth;
  overflow-x:hidden;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--msci-text);
  background:
    radial-gradient(circle at top left, rgba(29,116,212,0.10), transparent 28%),
    radial-gradient(circle at top right, rgba(255,138,0,0.10), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 48%, #ffffff 100%);
  overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6,
.heading-sidebar,
.navbar-brand,
.ftco-heading-2,
.msci-display,
.msci-section-title {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  letter-spacing: -0.02em;
}

a {
  color: var(--msci-primary-2);
}

a:hover {
  color: var(--msci-primary);
}

img {
  max-width: 100%;
  height: auto;
}

.ftco_navbar {
  background: rgba(255,255,255,0.96) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(16,59,124,0.10);
  box-shadow: 0 10px 26px rgba(16,59,124,0.08);
}

.ftco-navbar-light {
  background: rgba(255,255,255,0.96) !important;
  position: relative !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 1030;
}

.ftco_navbar.scrolled {
  background: rgba(255,255,255,0.98) !important;
  box-shadow: 0 8px 24px rgba(16, 59, 124, 0.10);
}

.navbar-brand img {
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(16, 59, 124, 0.16);
}

.nav-link {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.ftco_navbar .nav-link {
  color: #17324f !important;
}

.ftco_navbar.scrolled .nav-link {
  color: #17324f !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus,
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #17324f !important;
}

.dropdown-menu {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(16, 59, 124, 0.16);
  padding: 10px;
}

.dropdown-item {
  border-radius: 12px;
  font-weight: 600;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(29,116,212,0.10);
  color: var(--msci-primary) !important;
}

.msci-topbar {
  background: linear-gradient(90deg, #0e2245 0%, #143d75 52%, #0f5aa6 100%);
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1031;
}

.msci-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.msci-topbar__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.msci-topbar__links a {
  color: rgba(255,255,255,0.95);
  text-decoration: none;
  font-weight: 700;
}

.msci-topbar__links i {
  color: #ffd166;
  margin-right: 6px;
}

.msci-chip,
.course-badge,
.badge-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(16, 59, 124, 0.10);
  color: var(--msci-primary);
  font-weight: 800;
  font-size: 13px;
}

.msci-chip--accent {
  background: linear-gradient(90deg, rgba(255,138,0,0.16), rgba(255,77,141,0.14));
  color: #a94f00;
}

.hero-wrap {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(9, 24, 47, 0.92), rgba(16, 59, 124, 0.88)),
    radial-gradient(circle at top left, rgba(255,138,0,0.30), transparent 24%),
    radial-gradient(circle at top right, rgba(29,116,212,0.28), transparent 28%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-wrap[style*='background-image'],
.hero-wrap.hero-wrap-2,
.hero-wrap.js-fullheight {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.hero-wrap.js-fullheight {
  padding-top: 0;
}

.hero-wrap .overlay {
  background: linear-gradient(180deg, rgba(7, 16, 33, 0.32), rgba(7, 16, 33, 0.60));
}

.hero-wrap .container {
  position: relative;
  z-index: 2;
}

.hero-wrap .container::before,
.hero-wrap .container::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(4px);
  opacity: 0.9;
}

.hero-wrap .container::before {
  width: 220px;
  height: 220px;
  top: -48px;
  right: 5%;
  background: radial-gradient(circle, rgba(255, 138, 0, 0.28) 0%, rgba(255,138,0,0) 70%);
}

.hero-wrap .container::after {
  width: 180px;
  height: 180px;
  left: 1%;
  bottom: 6%;
  background: radial-gradient(circle, rgba(29,116,212,0.30) 0%, rgba(29,116,212,0) 70%);
}

.hero-wrap .subheading,
.hero-wrap .caps,
.hero-wrap .breadcrumbs,
.hero-wrap p,
.hero-wrap h1,
.hero-wrap h2,
.hero-wrap h3 {
  color: #ffffff !important;
}

.hero-wrap h1,
.hero-wrap .bread {
  text-shadow: 0 10px 30px rgba(0,0,0,0.22);
}

.hero-wrap .btn,
.cta-band .btn,
.btn-submit,
.course-btn,
.msci-btn {
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
  box-shadow: 0 16px 34px rgba(29, 116, 212, 0.22);
}

.btn.btn-primary,
.btn-submit,
.course-btn,
.msci-btn {
  background: linear-gradient(90deg, var(--msci-primary-2), #0f8dcf) !important;
  color: #fff !important;
}

.btn.btn-white {
  background: rgba(255,255,255,0.14) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.28) !important;
}

.btn.btn-primary:hover,
.btn-submit:hover,
.course-btn:hover,
.msci-btn:hover {
  transform: translateY(-2px);
}

.ftco-section,
.py-5,
.msci-section {
  position: relative;
}

.msci-section {
  padding: 88px 0;
}

.msci-section--soft {
  background: linear-gradient(180deg, rgba(255,255,255,0.76), rgba(244,247,251,0.94));
}

.msci-section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  margin-bottom: 14px;
}

.msci-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(16,59,124,0.10);
  color: var(--msci-primary);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.msci-card,
.project-wrap,
.blog-entry,
.vision-card,
.course-panel,
.sidebar-box,
.wrapper,
.faq-item,
.faq-card,
.ftco-footer-widget,
.card,
.hero {
  background: var(--msci-surface);
  border: 1px solid var(--msci-border);
  border-radius: var(--msci-radius);
  box-shadow: var(--msci-shadow-soft);
}

.msci-card,
.project-wrap,
.blog-entry,
.vision-card,
.course-panel,
.sidebar-box,
.wrapper,
.card {
  overflow: hidden;
}

.msci-card {
  padding: 28px;
}

.msci-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.msci-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.msci-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.msci-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.msci-stat,
.info-strip .item {
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244,247,251,0.96));
  border: 1px solid var(--msci-border);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 22px rgba(16, 59, 124, 0.06);
}

.msci-stat strong,
.info-strip strong {
  display: block;
  font-size: 1.35rem;
  color: var(--msci-text);
}

.msci-stat span,
.info-strip span {
  display: block;
  color: var(--msci-muted);
  font-weight: 700;
}

.msci-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.msci-pill-list a,
.msci-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--msci-border);
  background: rgba(255,255,255,0.88);
  color: var(--msci-text);
  text-decoration: none;
  font-weight: 700;
}

.msci-pill-list a:hover,
.msci-pill:hover {
  background: rgba(29,116,212,0.08);
  color: var(--msci-primary);
  text-decoration: none;
}

.project-wrap,
.blog-entry {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-wrap:hover,
.blog-entry:hover {
  transform: translateY(-8px);
  box-shadow: var(--msci-shadow);
}

.course-img,
.block-20,
.card-media {
  position: relative;
  overflow: hidden;
  background-color: #dfe8f5;
}

.course-img::after,
.block-20::after,
.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,16,33,0.02), rgba(7,16,33,0.30));
}

.badge-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: rgba(255,255,255,0.96);
  color: var(--msci-primary);
}

.price-new {
  color: #0c8a3c;
}

.sidebar-box {
  padding: 24px !important;
}

.sidebar-form .form-control,
.contactForm .form-control,
.signup-form .form-control {
  height: 48px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(18,32,51,0.14) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.sidebar-form textarea,
.contactForm textarea {
  min-height: 140px;
}

.sidebar-form .form-control:focus,
.contactForm .form-control:focus {
  border-color: rgba(29,116,212,0.50) !important;
  box-shadow: 0 0 0 4px rgba(29,116,212,0.08) !important;
}

.msci-course-select-wrap {
  position: relative;
  min-height: 48px;
}

.course-select-scroll {
  cursor: pointer;
  padding-right: 38px !important;
}

.course-select-scroll.is-open {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  height: auto !important;
  min-height: 288px !important;
  max-height: 288px !important;
  overflow-y: auto !important;
  background: #fff !important;
  border-color: rgba(29,116,212,0.55) !important;
  box-shadow: 0 18px 42px rgba(16,59,124,0.18) !important;
}

.course-select-scroll option {
  padding: 10px 12px;
  min-height: 38px;
}

.faq-item,
.faq-card,
.accordion .card {
  margin-bottom: 14px;
}

.faq-question,
.faq-card .card-header,
.accordion .card-header {
  background: linear-gradient(135deg, rgba(16,59,124,0.96), rgba(29,116,212,0.92));
  color: #fff;
}

.faq-answer,
.faq-card .card-body,
.accordion .card-body {
  background: rgba(255,255,255,0.96);
  color: var(--msci-text);
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  cursor: pointer;
}

.faq-item.active {
  box-shadow: var(--msci-shadow);
}

.course-list,
.bullets,
.link-list {
  padding-left: 1.15rem;
}

.course-list li,
.bullets li,
.link-list li {
  margin-bottom: 10px;
  line-height: 1.65;
}

.course-list li::marker,
.bullets li::marker,
.link-list li::marker {
  color: var(--msci-primary-2);
}

.related-link {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(18,32,51,0.08);
  color: var(--msci-text);
  font-weight: 700;
}

.related-link:hover {
  text-decoration: none;
  color: var(--msci-primary-2);
}

.cta-band,
.msci-cta {
  background:
    linear-gradient(135deg, rgba(16,59,124,0.98), rgba(29,116,212,0.92)),
    radial-gradient(circle at top right, rgba(255,138,0,0.18), transparent 28%);
  color: #fff;
  border-radius: var(--msci-radius);
  padding: 30px;
  box-shadow: var(--msci-shadow);
}

.cta-band p,
.msci-cta p {
  color: rgba(255,255,255,0.88);
}

.msci-footer-wrap,
.ftco-footer {
  position: relative;
  background:
    linear-gradient(180deg, #09111d 0%, #111c2f 100%),
    radial-gradient(circle at top left, rgba(255,138,0,0.12), transparent 24%);
  color: rgba(255,255,255,0.92);
}

.ftco-footer {
  padding-top: 84px;
}

.ftco-footer a {
  color: rgba(255,255,255,0.92);
}

.ftco-footer .ftco-heading-2 {
  color: #fff;
  font-size: 1.35rem;
}

.ftco-footer .block-23 a {
  color: rgba(255,255,255,0.92);
  display: inline-flex;
  gap: 10px;
  align-items: flex-start;
}

.ftco-footer-social a {
  width: 44px;
  height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  transition: all 0.2s ease;
}

.ftco-footer-social li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.ftco-footer-social a:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.20);
}

.msci-footer-map {
  width: 100%;
  min-height: 220px;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0,0,0,0.18);
}

.site-footer-note {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 14px;
  color: rgba(255,255,255,0.74);
}

.msci-bottom-cta {
  position: sticky;
  bottom: 14px;
  z-index: 1020;
  margin: 0 auto;
  width: min(760px, calc(100% - 24px));
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--msci-border);
  box-shadow: var(--msci-shadow);
  border-radius: 999px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.msci-bottom-cta a {
  text-decoration: none;
}

.pagination .page-link {
  border-radius: 12px !important;
  margin: 0 4px;
  color: var(--msci-text);
}

.pagination .page-item.active .page-link {
  background: var(--msci-primary-2);
  border-color: var(--msci-primary-2);
}

.map-card,
.map-embed {
  border-radius: var(--msci-radius);
  overflow: hidden;
  box-shadow: var(--msci-shadow);
  border: 1px solid var(--msci-border);
}

.map-embed iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
}

.text-muted {
  color: var(--msci-muted) !important;
}

@media (max-width: 991.98px) {
  .msci-topbar__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ftco_navbar .navbar-collapse {
    margin-top: 14px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(9, 17, 29, 0.94);
    box-shadow: var(--msci-shadow);
  }

  .ftco_navbar .nav-link {
    color: #17324f !important;
  }
}

@media (max-width: 767.98px) {
  .hero-wrap {
    min-height: 520px !important;
  }

  .hero-wrap .container::before,
  .hero-wrap .container::after {
    display: none;
  }

  .msci-section {
    padding: 64px 0;
  }

  .ftco-footer {
    padding-top: 68px;
  }
}









/* UKMSCI screenshot-style redesign */
.msci-shell{
  position:relative;
  z-index:1200;
}

.msci-topbar{
  background:linear-gradient(90deg,#0c2d6b 0%, #0f4b95 100%);
  color:#fff;
  font-size:14px;
}

.msci-topbar .container,
.msci-brandbar .container,
.msci-navbar .container{
  max-width:100%;
  width:min(1536px, calc(100% - 40px));
}

.msci-topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:8px 0;
}

.msci-topbar__welcome{
  font-weight:700;
  white-space:nowrap;
}

.msci-topbar__actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:16px;
}

.msci-topbar__actions a{
  color:rgba(255,255,255,.96);
  text-decoration:none;
  font-weight:700;
}

.msci-topbar__actions a i,
.msci-topbar__welcome i{
  margin-right:6px;
}

.msci-brandbar{
  background:#fff;
  border-bottom:1px solid rgba(16,59,124,.08);
}

.msci-brandbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:14px 0;
}

.msci-brand{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  min-width:320px;
}

.msci-brand img{
  flex:0 0 auto;
}

.msci-brand strong{
  display:block;
  font-family:"Space Grotesk","Manrope",sans-serif;
  font-size:2rem;
  line-height:1;
  color:#0d4b95;
}

.msci-brand small{
  display:block;
  margin-top:4px;
  color:#18314f;
  font-weight:700;
  line-height:1.35;
}

.msci-brand-stats{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
  flex:1;
}

.msci-brand-stat{
  background:#f7fbff;
  border:1px solid rgba(16,59,124,.08);
  border-radius:18px;
  padding:12px 14px;
  box-shadow:0 12px 26px rgba(16,59,124,.08);
}

.msci-brand-stat strong{
  display:block;
  color:#0d4b95;
  font-size:1rem;
}

.msci-brand-stat span{
  display:block;
  color:#53657d;
  font-size:.82rem;
  line-height:1.25;
}

.msci-navbar{
  background:linear-gradient(90deg,#0c3c86 0%, #0f4f9a 100%) !important;
  box-shadow:0 12px 26px rgba(8,29,66,.12);
  border:0;
}

.msci-nav-is-fixed .msci-shell{
  padding-bottom:var(--msci-sticky-nav-height, 60px);
}

body.msci-nav-is-fixed .ftco-navbar-light.msci-navbar{
  position:fixed !important;
  top:var(--msci-sticky-top, 44px) !important;
  left:0 !important;
  right:0 !important;
  z-index:2950 !important;
  animation:msciStickyNav .18s ease-out;
}

@keyframes msciStickyNav{
  from{transform:translateY(-8px); opacity:.92;}
  to{transform:translateY(0); opacity:1;}
}

.msci-navbar .container{
  min-height:60px;
}

.msci-navbar .navbar-nav{
  gap:2px;
}

.msci-navbar .nav-link{
  color:#fff !important;
  font-weight:700;
  padding:14px 16px !important;
  white-space:nowrap;
}

.msci-navbar .nav-link:hover,
.msci-navbar .nav-item.active > .nav-link,
.msci-navbar .show > .nav-link,
.msci-navbar .nav-link.active{
  background:#ffc629;
  color:#10294c !important;
  border-radius:10px;
}

.msci-nav-btn{
  background:#ffc629 !important;
  color:#10294c !important;
  border:0 !important;
  border-radius:12px !important;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  font-weight:800 !important;
  padding:12px 18px !important;
  white-space:nowrap;
  box-shadow:0 12px 24px rgba(255,198,41,.22);
}

.msci-nav-btn:hover{
  background:#ffd54f !important;
  color:#10294c !important;
}

.msci-navbar .dropdown-menu{
  border:0;
  border-radius:16px;
  box-shadow:0 22px 44px rgba(8,29,66,.18);
  padding:10px;
}

.msci-navbar .dropdown-item{
  border-radius:12px;
  font-weight:600;
}

.msci-navbar .dropdown-item:hover,
.msci-navbar .dropdown-item:focus{
  background:rgba(16,59,124,.10);
}

.hero-wrap{
  position:relative;
  overflow:hidden;
  min-height:760px;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.hero-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(8,20,43,.88) 0%, rgba(8,20,43,.52) 42%, rgba(8,20,43,.08) 100%);
  z-index:1;
}

.hero-wrap .overlay{
  background:transparent !important;
  opacity:1 !important;
  z-index:0;
}

.hero-wrap .container{
  position:relative;
  z-index:2;
}

.hero-wrap .row{
  min-height:760px;
}

.hero-wrap .msci-kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  background:#ffc629;
  color:#10294c;
  border-radius:8px;
  font-weight:800;
  font-size:14px;
}

.hero-wrap .msci-display{
  color:#fff;
  font-family:"Space Grotesk","Manrope",sans-serif;
  font-weight:800;
  max-width:13ch;
  text-shadow:0 10px 28px rgba(0,0,0,.20);
}

.hero-wrap .lead{
  font-size:1.05rem;
  line-height:1.65;
}

.hero-panel{
  background:rgba(255,255,255,.96);
  border-radius:26px;
  padding:18px;
  box-shadow:0 22px 44px rgba(0,0,0,.16);
}

.hero-stat-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}

.hero-stat{
  background:#f7fbff;
  border:1px solid rgba(16,59,124,.08);
  border-radius:18px;
  padding:18px 14px;
  text-align:center;
  box-shadow:0 10px 20px rgba(16,59,124,.08);
}

.hero-stat strong{
  display:block;
  color:#10294c;
  font-size:1.6rem;
  line-height:1.1;
}

.hero-stat span{
  display:block;
  margin-top:6px;
  color:#5a6c84;
  font-weight:700;
}

.hero-founder{
  margin-top:16px;
}

.hero-founder img{
  width:100%;
  border-radius:24px;
  box-shadow:0 18px 36px rgba(16,59,124,.16);
}

.msci-section{
  padding:84px 0;
}

.msci-section--soft{
  background:linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
}

.msci-section-title{
  font-family:"Space Grotesk","Manrope",sans-serif;
  font-weight:800;
  line-height:1.08;
  color:#10294c;
}

.msci-card,
.project-wrap,
.blog-entry,
.card,
.hero,
.hero-panel,
.msci-feature-card{
  border-radius:24px;
  border:1px solid rgba(16,59,124,.08);
  box-shadow:0 14px 34px rgba(16,59,124,.08);
}

.msci-feature-card{
  background:#fff;
  padding:20px;
  height:100%;
}

.msci-feature-card h3,
.msci-feature-card p{
  margin:0;
}

.msci-feature-card p{
  color:#5a6c84;
}

.msci-btn{
  box-shadow:none !important;
}

.home-courses{
  display:grid;
  grid-template-columns:repeat(7, minmax(0, 1fr));
  gap:14px;
}

.home-course-card{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(16,59,124,.08);
  box-shadow:0 14px 28px rgba(16,59,124,.08);
  padding:18px 14px;
  text-align:center;
  min-height:178px;
}

.home-course-card h3{
  margin:12px 0 8px;
  font-size:1rem;
  color:#10294c;
}

.home-course-card p{
  margin:0;
  color:#607089;
  font-size:.9rem;
}

.home-course-card .course-icon{
  width:54px;
  height:54px;
  margin:0 auto;
  border-radius:50%;
  background:#eef5ff;
  display:grid;
  place-items:center;
  color:#0f4f9a;
  font-size:1.5rem;
}

.home-course-card--cta{
  background:linear-gradient(180deg,#0f4f9a 0%, #0c3c86 100%);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.home-course-card--cta h3,
.home-course-card--cta p{
  color:#fff;
}

.home-course-card--cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:14px;
  border-radius:999px;
  padding:10px 14px;
  background:#ffc629;
  color:#10294c;
  font-weight:800;
  text-decoration:none;
}

.home-stats-band{
  margin-top:22px;
  background:#0d3f82;
  color:#fff;
  border-radius:22px;
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  overflow:hidden;
  box-shadow:0 16px 34px rgba(16,59,124,.16);
}

.home-stats-band > div{
  padding:18px 10px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.16);
}

.home-stats-band > div:last-child{
  border-right:0;
}

.home-stats-band strong{
  display:block;
  font-size:1.8rem;
  line-height:1;
}

.home-stats-band span{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.92);
  font-weight:700;
}

.home-about{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  align-items:stretch;
}

.home-about__image{
  min-height:320px;
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(8,20,43,.06), rgba(8,20,43,.34)),
    url('images/deepak.webp') center center / cover no-repeat;
  box-shadow:0 16px 34px rgba(16,59,124,.12);
}

.home-about__copy{
  background:#fff;
  border:1px solid rgba(16,59,124,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 14px 34px rgba(16,59,124,.08);
}

.home-about__copy h2{
  font-size:clamp(1.8rem, 3vw, 2.7rem);
}

.home-about__cards{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin-top:18px;
}

.home-about__card{
  background:#f8fbff;
  border:1px solid rgba(16,59,124,.08);
  border-radius:18px;
  padding:16px;
}

.home-about__card h3{
  margin:0 0 6px;
  font-size:1rem;
  color:#10294c;
}

.home-about__card p{
  margin:0;
  color:#607089;
  font-size:.92rem;
}

@media (max-width: 1199.98px){
  .msci-brand-stats,
  .home-courses,
  .home-stats-band,
  .home-about{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .hero-wrap .row{
    min-height:unset;
    padding:54px 0;
  }
}

@media (max-width: 991.98px){
  .msci-brandbar__inner,
  .msci-topbar__inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .msci-navbar .navbar-collapse{
    margin-top:14px;
    background:rgba(10,31,66,.96);
    border-radius:22px;
    padding:16px;
    box-shadow:0 16px 32px rgba(0,0,0,.18);
  }

  .msci-navbar .nav-link{
    padding:10px 12px !important;
  }

  .hero-wrap{
    min-height:unset;
  }

  .hero-wrap .row{
    padding:44px 0;
  }
}

@media (max-width: 767.98px){
  .msci-brand-stats,
  .home-courses,
  .home-stats-band,
  .home-about,
  .home-about__cards,
  .hero-stat-grid{
    grid-template-columns:1fr;
  }

  .msci-topbar__welcome{
    white-space:normal;
  }

  .home-stats-band > div{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.16);
  }

  .home-stats-band > div:last-child{
    border-bottom:0;
  }

  .hero-wrap .msci-display{
    max-width:none;
  }
}
.msci-navbar .navbar-nav > .nav-item > .nav-link,
.msci-navbar .navbar-nav > .nav-item > .nav-link:hover,
.msci-navbar .navbar-nav > .nav-item > .nav-link:focus,
.msci-navbar .navbar-nav > .nav-item.active > .nav-link,
.msci-navbar .navbar-nav > .nav-item.active > a,
.msci-navbar .navbar-nav > .nav-item .nav-link.active {
  color: #ffffff !important;
}

.msci-navbar .navbar-nav > .nav-item > .nav-link:hover,
.msci-navbar .navbar-nav > .nav-item.active > .nav-link,
.msci-navbar .navbar-nav > .nav-item.active > a,
.msci-navbar .navbar-nav > .nav-item .nav-link.active {
  background: #ffc629 !important;
  color: #10294c !important;
}

.hero-founder img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.hero-panel {
  padding: 18px 18px 20px;
}
.hero-panel .row {
  min-height: 0 !important;
}

.hero-panel .row.mt-3 {
  margin-top: 12px !important;
}

.hero-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.msci-shell {
  padding-top: 44px;
}

.msci-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3000;
}

@media (max-width: 767.98px) {
  .msci-shell {
    padding-top: 56px;
  }
}

/* UKMSCI home redesign enhancements */
.msci-topbar__follow{
  font-weight:800;
  letter-spacing:.02em;
  white-space:nowrap;
  opacity:.94;
}

.hero-wrap.msci-home-hero{
  min-height:760px;
}

.hero-wrap.msci-home-hero::before{
  background:linear-gradient(90deg, rgba(8,20,43,.90) 0%, rgba(8,20,43,.66) 46%, rgba(8,20,43,.20) 100%);
}

.hero-wrap.msci-home-hero .row{
  min-height:760px;
}

.hero-bullets{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px 18px;
  margin:0;
  padding:0;
  list-style:none;
}

.hero-bullets li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#fff;
  font-weight:700;
  line-height:1.35;
}

.hero-bullets li i{
  color:#ffc629;
  margin-top:4px;
}

.hero-actions{
  gap:14px;
  margin-bottom:6px;
}

.hero-actions .btn{
  box-shadow:none !important;
}

.hero-enquiry-card{
  background:rgba(255,255,255,.97);
  border:1px solid rgba(16,59,124,.08);
  border-radius:26px;
  padding:24px;
  box-shadow:0 22px 44px rgba(0,0,0,.16);
}

.hero-enquiry-card__head{
  text-align:left;
  margin-bottom:16px;
}

.hero-enquiry-card__head span{
  display:inline-flex;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(68,105,255,.10);
  color:#4469ff;
  font-size:14px;
  font-weight:900;
}

.hero-enquiry-card__head h2{
  margin:18px 0 0;
  font-size:1.85rem;
  line-height:1.18;
  color:#202124;
  font-weight:900;
}

.hero-enquiry-card__head p{
  margin:16px 0 0;
  color:#697386;
  font-size:1rem;
  line-height:1.65;
  font-weight:600;
}

.hero-admission-checks{
  margin:0 0 18px;
  padding:18px;
  list-style:none;
  border:1px solid rgba(68,105,255,.12);
  border-radius:18px;
  background:#f6f8ff;
}

.hero-admission-checks li{
  display:flex;
  align-items:center;
  gap:10px;
  color:#30333a;
  font-weight:900;
}

.hero-admission-checks li + li{
  margin-top:12px;
}

.hero-admission-checks i{
  color:#4469ff;
}

.hero-enquiry-form .form-group{
  margin-bottom:14px;
}

.hero-enquiry-form .form-control{
  height:54px;
  border-radius:12px !important;
  border:1px solid rgba(16,59,124,.12) !important;
  background:#fff !important;
  box-shadow:none !important;
}

.hero-enquiry-submit{
  width:100%;
  border:0;
  border-radius:14px;
  padding:14px 18px;
  background:linear-gradient(90deg,#0d4b95 0%, #0f63b5 100%);
  color:#fff;
  font-weight:800;
  box-shadow:0 16px 28px rgba(15,99,181,.22);
}

.hero-enquiry-page-link{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  margin-top:14px;
  padding:14px 18px;
  border-radius:14px;
  background:linear-gradient(90deg,#ff3f86 0%, #ff9840 100%);
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900;
  box-shadow:0 18px 34px rgba(255,103,97,.24);
}

.hero-enquiry-page-link:hover,
.hero-enquiry-page-link:focus{
  color:#fff !important;
  transform:translateY(-1px);
}

.msci-floating-actions{
  position:fixed;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  z-index:2500;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.msci-floating-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:116px;
  padding:12px 14px;
  border-radius:999px;
  color:#fff !important;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 14px 26px rgba(0,0,0,.18);
}

.msci-floating-action i{
  font-size:18px;
}

.msci-floating-action--whatsapp{
  background:#25d366;
}

.msci-floating-action--call{
  background:#0f69e6;
}

.msci-floating-action--enquiry{
  background:#ff7a12;
}

.home-courses{
  display:grid;
  grid-template-columns:repeat(7, minmax(0, 1fr));
  gap:14px;
}

.home-course-card{
  background:#fff;
  border-radius:20px;
  border:1px solid rgba(16,59,124,.08);
  box-shadow:0 14px 28px rgba(16,59,124,.08);
  overflow:hidden;
}

.home-course-card a{
  display:flex;
  flex-direction:column;
  height:100%;
  color:inherit;
  text-decoration:none;
}

.home-course-card__media{
  aspect-ratio:4 / 3;
  background:#eef5ff;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.home-course-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.home-course-card__body{
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}

.home-course-card h3{
  margin:0;
  font-size:1rem;
  color:#10294c;
}

.home-course-card p{
  margin:0;
  color:#607089;
  font-size:.92rem;
  line-height:1.6;
}

.home-course-card__meta{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.home-course-card__meta span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#10294c;
  font-weight:800;
  font-size:.9rem;
}

.home-course-card__button{
  margin-top:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:10px;
  background:#0d4b95;
  color:#fff !important;
  font-weight:800;
}

.home-course-card--cta{
  background:linear-gradient(180deg,#0f4f9a 0%, #0c3c86 100%);
  color:#fff;
}

.home-course-card--cta a{
  color:#fff;
}

.home-course-card--cta .home-course-card__media{
  background:rgba(255,255,255,.12);
  color:#fff;
}

.home-course-card--cta .home-course-card__button{
  background:#ffc629;
  color:#10294c !important;
}

.home-course-featured-row{
  display:flex;
  align-items:stretch;
  gap:30px;
}

.home-course-hub-card{
  flex:0 0 230px;
  min-height:394px;
  border-radius:24px;
  background:#0d4b95;
  box-shadow:0 20px 42px rgba(13,75,149,.18);
  overflow:hidden;
}

.home-course-hub-card a{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  min-height:394px;
  padding:30px 22px;
  color:#10294c;
  text-align:center;
  text-decoration:none;
}

.home-course-hub-card a::before{
  content:"";
  position:absolute;
  inset:30px 22px;
  border-radius:999px;
  background:#ffc629;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
}

.home-course-hub-card__content,
.home-course-hub-card__icon{
  position:relative;
  z-index:1;
}

.home-course-hub-card__content{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
}

.home-course-hub-card__icon{
  position:absolute;
  top:40px;
  left:50%;
  transform:translateX(-50%);
  font-size:1.55rem;
  color:#fff;
}

.home-course-hub-card h3,
.home-course-hub-card p{
  margin:0;
}

.home-course-hub-card h3{
  max-width:130px;
  color:#10294c;
  font-size:1.05rem;
  font-weight:900;
  line-height:1.35;
}

.home-course-hub-card p{
  max-width:140px;
  color:#42617f;
  font-size:.92rem;
  font-weight:800;
  line-height:1.45;
}

.home-course-hub-card strong{
  display:block;
  max-width:135px;
  margin-top:16px;
  color:#071f3d;
  font-size:1.08rem;
  font-weight:900;
  line-height:1.45;
}

.home-course-slider{
  position:relative;
  flex:1 1 auto;
  min-width:0;
  padding:0 34px;
}

.home-course-slider__viewport{
  overflow-x:auto;
  overflow-y:visible;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -ms-overflow-style:none;
  padding:2px 0 10px;
}

.home-course-slider__viewport::-webkit-scrollbar{
  display:none;
}

.home-courses.home-courses--slider{
  display:flex;
  grid-template-columns:none;
  gap:14px;
}

.home-courses--slider .home-course-card{
  flex:0 0 calc((100% - 48px) / 3);
  scroll-snap-align:start;
}

.home-course-slider__control{
  position:absolute;
  top:50%;
  z-index:5;
  width:44px;
  height:44px;
  border:0;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transform:translateY(-50%);
  background:#0d4b95;
  color:#fff;
  box-shadow:0 16px 30px rgba(13,75,149,.25);
  cursor:pointer;
  font-size:30px;
  font-weight:900;
  line-height:1;
}

.home-course-slider__control:hover,
.home-course-slider__control:focus{
  background:#ffc629;
  color:#10294c;
  outline:none;
}

.home-course-slider__control--prev{
  left:0;
}

.home-course-slider__control--next{
  right:0;
}

@media (max-width: 1399.98px){
  .home-courses--slider .home-course-card{
    flex-basis:calc((100% - 48px) / 3);
  }
}

@media (max-width: 1199.98px){
  .home-course-featured-row{
    gap:22px;
  }

  .home-course-hub-card{
    flex-basis:206px;
  }

  .home-courses--slider .home-course-card{
    flex-basis:calc((100% - 24px) / 2);
  }
}

@media (max-width: 991.98px){
  .home-course-featured-row{
    flex-direction:column;
  }

  .home-course-hub-card{
    flex-basis:auto;
    min-height:auto;
  }

  .home-course-hub-card a{
    min-height:150px;
  }

  .home-course-hub-card a::before{
    inset:18px 28px;
  }

  .home-course-hub-card__icon{
    top:28px;
  }

  .home-course-hub-card__content{
    gap:8px;
    padding-top:20px;
  }

  .home-course-hub-card h3,
  .home-course-hub-card p,
  .home-course-hub-card strong{
    max-width:none;
  }

  .home-course-hub-card strong{
    margin-top:4px;
  }

  .home-course-slider{
    padding:0 28px;
  }

  .home-courses--slider .home-course-card{
    flex-basis:calc((100% - 14px) / 2);
  }
}

@media (max-width: 575.98px){
  .home-course-hub-card{
    border-radius:18px;
  }

  .home-course-hub-card a{
    padding:26px 18px;
  }

  .home-course-hub-card a::before{
    inset:14px 20px;
  }

  .home-course-slider{
    padding:0 18px;
  }

  .home-courses--slider .home-course-card{
    flex-basis:100%;
  }

  .home-course-slider__control{
    width:36px;
    height:36px;
    font-size:24px;
  }
}

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

@media (max-width: 991.98px){
  .msci-floating-actions{
    display:none;
  }

  .hero-wrap.msci-home-hero{
    min-height:unset;
  }

  .hero-wrap.msci-home-hero .row{
    min-height:unset;
    padding:54px 0;
  }

  .hero-bullets{
    grid-template-columns:1fr;
  }
}

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

/* UKMSCI home final polish */
.msci-brandbar__inner{
  padding:10px 0;
}

.msci-brand img{
  width:72px;
  height:auto;
}

.msci-brand strong{
  font-size:1.85rem;
}

.msci-brand-stat{
  padding:10px 14px;
}

.msci-navbar .container{
  min-height:56px;
}

.msci-navbar .nav-link{
  padding:12px 14px !important;
}

.msci-nav-btn{
  padding:11px 18px !important;
}

.msci-topbar__actions{
  gap:10px;
}

.msci-topbar__actions a[aria-label]{
  width:24px;
  height:24px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.10);
}

.msci-topbar__actions a[aria-label] i{
  margin-right:0;
}

.hero-wrap.msci-home-hero{
  min-height:600px;
}

.hero-wrap.msci-home-hero .row{
  min-height:600px;
}

.hero-wrap.msci-home-hero .msci-display{
  max-width:12ch;
}

.hero-enquiry-card__head h2{
  color:#10294c !important;
  text-shadow:none !important;
}

.hero-enquiry-card__head span{
  color:#0d4b95 !important;
}

.home-stats-section{
  position:relative;
  z-index:8;
  margin-top:-38px;
}

.home-stats-band{
  margin-top:0;
}

.home-stats-band strong{
  font-size:1.65rem;
}

.home-stats-band > div{
  padding:16px 10px;
}

.home-stats-section + .msci-section{
  padding-top:58px;
}

@media (max-width: 991.98px){
  .hero-wrap.msci-home-hero,
  .hero-wrap.msci-home-hero .row{
    min-height:unset;
  }

  .home-stats-section{
    margin-top:24px;
  }
}

@media (max-width: 767.98px){
  .msci-topbar__actions{
    gap:8px;
  }

  .msci-brand img{
    width:62px;
  }
}

/* UKMSCI first-screen compact polish */
.msci-topbar__actions a[aria-label] i{
  color:#fff !important;
  font-size:13px;
}

.hero-wrap.msci-home-hero{
  min-height:520px !important;
}

.hero-wrap.msci-home-hero .row{
  min-height:520px !important;
}

.hero-wrap.msci-home-hero .py-5{
  padding-top:34px !important;
  padding-bottom:34px !important;
}

.hero-wrap.msci-home-hero .msci-display{
  font-size:58px !important;
  line-height:1.06 !important;
  max-width:760px !important;
}

.hero-wrap.msci-home-hero .lead{
  max-width:640px !important;
  margin-bottom:18px !important;
}

.hero-bullets{
  gap:8px 18px;
}

.hero-actions .btn{
  padding-top:14px !important;
  padding-bottom:14px !important;
}

.hero-enquiry-card{
  max-width:445px;
  margin-left:auto;
}

.hero-enquiry-card__head{
  margin-bottom:14px;
}

.hero-enquiry-card__head h2{
  font-size:1.55rem;
}

.hero-enquiry-form .form-control{
  height:50px;
}

.hero-enquiry-submit{
  padding:13px 18px;
}

.home-stats-section{
  margin-top:-34px;
}

.home-stats-section + .msci-section{
  padding-top:48px;
}

@media (max-width: 1199.98px){
  .hero-wrap.msci-home-hero .msci-display{
    font-size:48px !important;
  }
}

@media (max-width: 767.98px){
  .hero-wrap.msci-home-hero .msci-display{
    font-size:40px !important;
    max-width:none !important;
  }
}

/* UKMSCI course cards first-screen tweak */
.hero-wrap.msci-home-hero .msci-display{
  font-size:50px !important;
  line-height:1.06 !important;
  max-width:820px !important;
}

.hero-wrap.msci-home-hero .py-5{
  padding-top:24px !important;
  padding-bottom:24px !important;
}

.hero-enquiry-card{
  padding:20px;
}

.hero-enquiry-form .form-control{
  height:48px;
}

.hero-enquiry-form .form-group{
  margin-bottom:12px;
}

.hero-enquiry-submit{
  padding:12px 18px;
}

.home-stats-section + .msci-section{
  padding-top:36px;
}

.home-stats-section + .msci-section .row.justify-content-center.mb-4{
  margin-bottom:20px !important;
}

.home-stats-section + .msci-section .msci-section-title{
  font-size:30px;
  margin-bottom:6px;
}

.home-stats-section + .msci-section .col-lg-9.text-center > p.text-muted{
  display:none;
}

.home-course-card__body{
  padding:14px;
}

.home-course-card__media{
  aspect-ratio:5 / 3;
}

@media (max-width: 1199.98px){
  .hero-wrap.msci-home-hero .msci-display{
    font-size:44px !important;
  }
}

@media (max-width: 767.98px){
  .hero-wrap.msci-home-hero .msci-display{
    font-size:36px !important;
  }
}

/* UKMSCI reliable social icon labels */
.msci-topbar__actions a[aria-label] i{
  display:none;
}

.msci-topbar__actions a[aria-label]::before{
  color:#fff;
  font-size:12px;
  font-weight:900;
  line-height:1;
}

.msci-topbar__actions a[aria-label="Facebook"]::before{
  content:"f";
}

.msci-topbar__actions a[aria-label="Instagram"]::before{
  content:"IG";
  font-size:10px;
}

.msci-topbar__actions a[aria-label="YouTube"]::before{
  content:"YT";
  font-size:10px;
}

.msci-topbar__actions a[aria-label="LinkedIn"]::before{
  content:"in";
}

/* UKMSCI mobile header overlap fix */
@media (max-width: 767.98px){
  .msci-shell{
    padding-top:0 !important;
  }

  .msci-topbar{
    position:relative !important;
  }

  body.msci-nav-is-fixed .ftco-navbar-light.msci-navbar{
    top:0 !important;
  }

  .msci-topbar__inner{
    padding:10px 0;
  }

  .msci-brand{
    min-width:0;
    width:100%;
  }

  .msci-brandbar__inner{
    gap:14px;
  }

  .msci-brand-stats{
    width:100%;
  }
}

/* UKMSCI reliable mobile menu label */
.msci-navbar .navbar-toggler{
  color:#fff !important;
  font-weight:800;
  letter-spacing:.08em;
  border:1px solid rgba(255,255,255,.35);
  border-radius:10px;
  padding:9px 12px;
}

.msci-navbar .navbar-toggler::after{
  content:"MENU";
  color:#fff;
  font-size:13px;
}

.msci-navbar .navbar-toggler .fa-bars{
  display:none;
}

/* UKMSCI lower home and footer design */
.home-lower-showcase{
  background:#fff;
  padding:52px 0 42px;
}

.home-lower-showcase .container{
  max-width:100%;
  width:min(1536px, calc(100% - 40px));
}

.home-lower-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
  align-items:start;
}

.home-panel-title{
  margin:0 0 24px;
  color:#071b45;
  font-size:26px;
  font-weight:900;
  text-align:center;
  text-transform:uppercase;
}

.home-panel-title span{
  color:#0d4b95;
}

.why-choice-grid{
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:18px;
}

.why-choice-card,
.testimonial-feature,
.latest-blog-card{
  background:#fff;
  border:1px solid rgba(16,59,124,.12);
  border-radius:8px;
  box-shadow:0 10px 24px rgba(16,59,124,.08);
}

.why-choice-card{
  min-height:220px;
  padding:22px 16px;
  text-align:center;
}

.why-choice-icon{
  width:58px;
  height:58px;
  margin:0 auto 12px;
  display:grid;
  place-items:center;
  font-size:30px;
  border:3px solid currentColor;
  border-radius:6px;
}

.why-choice-icon--blue{color:#0d4b95;}
.why-choice-icon--green{color:#0f9b59;}
.why-choice-icon--orange{color:#ff7a12;}
.why-choice-icon--purple{color:#6f42c1;}
.why-choice-icon--pink{color:#f23270;}
.why-choice-icon--teal{color:#0c9187;}

.why-choice-card h3{
  margin:0 0 8px;
  color:#071b45;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}

.why-choice-card p{
  margin:0;
  color:#263852;
  font-size:13px;
  line-height:1.65;
}

.testimonial-feature{
  max-width:980px;
  margin:0 auto;
  padding:28px 34px;
  min-height:auto;
}

.testimonial-quote{
  color:#0d4b95;
  font-family:Georgia, serif;
  font-size:70px;
  line-height:.65;
  font-weight:900;
}

.testimonial-feature p{
  margin:8px 0 24px;
  color:#071b45;
  font-size:15px;
  line-height:1.8;
}

.testimonial-student{
  display:flex;
  align-items:center;
  gap:16px;
}

.testimonial-student img{
  width:64px;
  height:64px;
  object-fit:cover;
  border-radius:50%;
  background:#eef5ff;
}

.testimonial-stars{
  color:#ffbd19;
  font-size:18px;
  letter-spacing:2px;
}

.testimonial-student strong,
.testimonial-student span{
  display:block;
}

.testimonial-student strong{
  color:#0d4b95;
  font-size:16px;
}

.testimonial-student span{
  color:#071b45;
  font-size:14px;
}

.testimonial-dots{
  display:flex;
  justify-content:center;
  gap:9px;
  margin-top:18px;
}

.testimonial-dots span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#d9e5f6;
}

.testimonial-dots span:first-child{
  width:20px;
  border-radius:999px;
  background:#0d4b95;
}

.home-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.home-panel-head .home-panel-title{
  margin:0;
  text-align:left;
}

.home-panel-head a{
  border:1px solid rgba(16,59,124,.14);
  border-radius:6px;
  padding:10px 14px;
  color:#0d4b95;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  text-decoration:none;
  white-space:nowrap;
}

.latest-blog-list{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}

.latest-blog-card{
  overflow:hidden;
}

.latest-blog-card a{
  display:block;
  color:inherit;
  text-decoration:none;
  padding-bottom:18px;
}

.latest-blog-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.blog-tag{
  display:inline-flex;
  margin:14px 12px 12px;
  padding:6px 9px;
  border-radius:4px;
  color:#fff;
  font-size:11px;
  font-weight:800;
}

.blog-tag--blue{background:#0d4b95;}
.blog-tag--green{background:#0f9b59;}
.blog-tag--orange{background:#ff7a12;}

.latest-blog-card h3{
  min-height:54px;
  margin:0 18px 18px;
  color:#071b45;
  font-size:18px;
  font-weight:900;
  line-height:1.55;
}

.latest-blog-card p,
.latest-blog-card strong{
  margin:0 18px;
  color:#0d4b95;
  font-size:13px;
}

.latest-blog-card p{
  color:#263852;
  margin-bottom:24px;
}

.latest-blog-card strong{
  text-transform:uppercase;
}

.home-career-strip{
  background:linear-gradient(90deg,#08285f 0%, #0d4b95 100%);
  color:#fff;
  padding:24px 0;
}

.career-strip-inner{
  display:grid;
  grid-template-columns:1.25fr 2.2fr .85fr;
  gap:26px;
  align-items:center;
}

.career-strip-copy{
  border-right:1px solid rgba(255,255,255,.22);
  padding-right:22px;
}

.career-strip-copy h2{
  margin:0 0 8px;
  color:#fff;
  font-size:24px;
  font-weight:900;
  line-height:1.2;
  text-transform:uppercase;
}

.career-strip-copy p{
  margin:0;
  color:#fff;
  line-height:1.6;
}

.career-strip-stats{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.career-strip-stats div{
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:10px;
  align-items:center;
}

.career-strip-stats i{
  grid-row:span 2;
  color:#ffc629;
  font-size:36px;
}

.career-strip-stats strong{
  color:#fff;
  font-size:26px;
  line-height:1;
}

.career-strip-stats span{
  color:#fff;
  font-size:12px;
}

.career-strip-action{
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:flex-start;
}

.career-strip-action a{
  display:inline-flex;
  padding:14px 24px;
  border-radius:7px;
  background:#ffc629;
  color:#071b45;
  font-weight:900;
  text-transform:uppercase;
  text-decoration:none;
}

.career-strip-action span{
  font-size:14px;
  font-weight:700;
}

.home-proof-gallery{
  background:linear-gradient(180deg,#ffffff 0%, #f4f9ff 100%);
  padding:46px 0 38px;
}

.home-seo-content{
  position:relative;
  background:
    linear-gradient(180deg,#ffffff 0%, #f6fbff 58%, #ffffff 100%);
  padding:64px 0 58px;
}

.home-seo-content .container,
.home-faq-section .container{
  max-width:100%;
  width:min(1320px, calc(100% - 40px));
}

.home-seo-grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 360px;
  gap:30px;
  align-items:start;
}

.home-seo-main{
  position:relative;
  overflow:hidden;
  padding:34px;
  background:#fff;
  border:1px solid rgba(16,59,124,.10);
  border-radius:8px;
  box-shadow:0 18px 44px rgba(16,59,124,.09);
  color:#263852;
}

.home-seo-main::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,#0d4b95 0%, #17a2b8 55%, #ffc629 100%);
}

.home-seo-main .home-panel-title{
  text-align:left;
  margin:10px 0 20px;
  max-width:840px;
  line-height:1.25;
  font-size:30px;
}

.home-seo-main p{
  margin:0 0 16px;
  font-size:15px;
  line-height:1.86;
  font-weight:500;
}

.home-seo-main p:last-child{
  margin-bottom:0;
}

.home-seo-main p:first-of-type{
  color:#10294c;
  font-size:16px;
  line-height:1.8;
  font-weight:700;
}

.home-seo-aside{
  position:sticky;
  top:92px;
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:24px;
  background:
    linear-gradient(145deg,#0a3675 0%, #0d4b95 100%);
  border:1px solid rgba(16,59,124,.12);
  border-radius:8px;
  box-shadow:0 18px 42px rgba(7,27,69,.18);
}

.home-seo-aside h3{
  margin:0 0 10px;
  color:#fff;
  font-size:20px;
  font-weight:900;
}

.home-seo-aside h3::after{
  content:"";
  display:block;
  width:54px;
  height:3px;
  margin-top:10px;
  border-radius:999px;
  background:#ffc629;
}

.home-seo-aside a{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:50px;
  padding:12px 13px;
  border-radius:7px;
  background:rgba(255,255,255,.98);
  color:#071b45;
  font-size:14px;
  font-weight:800;
  line-height:1.35;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 10px 22px rgba(7,27,69,.12);
}

.home-seo-aside a:hover,
.home-seo-aside a:focus{
  color:#0d4b95;
  background:#fff;
  border-color:rgba(255,198,41,.75);
  box-shadow:0 14px 28px rgba(7,27,69,.18);
  transform:translateY(-2px);
}

.home-seo-aside i{
  width:28px;
  min-width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:6px;
  background:#eaf3ff;
  color:#0d4b95;
}

.home-faq-section{
  background:linear-gradient(180deg,#eef7ff 0%, #ffffff 100%);
  padding:58px 0 64px;
}

.home-faq-section .msci-section-title{
  color:#071b45;
  font-size:32px;
  line-height:1.22;
}

.home-faq-section .text-muted{
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
  color:#50627a !important;
  font-weight:600;
}

.home-faq-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.home-faq-item{
  position:relative;
  background:#fff;
  border:1px solid rgba(16,59,124,.12);
  border-radius:8px;
  box-shadow:0 12px 28px rgba(16,59,124,.08);
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-faq-item:hover,
.home-faq-item[open]{
  border-color:rgba(13,75,149,.25);
  box-shadow:0 18px 36px rgba(16,59,124,.12);
}

.home-faq-item summary{
  position:relative;
  min-height:68px;
  display:flex;
  align-items:center;
  padding:17px 58px 17px 20px;
  color:#071b45;
  cursor:pointer;
  font-size:15px;
  font-weight:900;
  line-height:1.35;
  list-style:none;
}

.home-faq-item summary::-webkit-details-marker{
  display:none;
}

.home-faq-item summary::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:6px;
  background:#eaf3ff;
  color:#0d4b95;
  font-size:20px;
  line-height:1;
  transform:translateY(-50%);
}

.home-faq-item[open] summary{
  color:#0d4b95;
}

.home-faq-item[open] summary::after{
  content:"-";
  background:#0d4b95;
  color:#fff;
}

.home-faq-item p{
  margin:0;
  padding:0 20px 20px;
  color:#263852;
  font-size:14px;
  line-height:1.75;
  border-top:1px solid rgba(16,59,124,.08);
  padding-top:16px;
  background:#fbfdff;
}

.proof-gallery-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(0, 1fr);
  gap:24px;
  align-items:stretch;
}

.recognition-panel,
.glimpse-panel{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(16,59,124,.10);
  border-radius:24px;
  padding:24px;
  box-shadow:0 18px 42px rgba(16,59,124,.08);
}

.recognition-panel{
  background:
    radial-gradient(circle at 10% 10%, rgba(255,198,41,.20), transparent 28%),
    linear-gradient(135deg,#ffffff 0%, #f3f8ff 100%);
}

.recognition-kicker{
  display:inline-flex;
  align-items:center;
  margin-bottom:10px;
  padding:7px 12px;
  border-radius:999px;
  background:#eaf3ff;
  color:#0d4b95;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.recognition-panel .home-panel-title,
.glimpse-panel .home-panel-title{
  text-align:left;
  margin-bottom:14px;
}

.recognition-intro{
  max-width:620px;
  margin:0 0 20px;
  color:#5b6a80;
  font-size:14px;
  line-height:1.7;
  font-weight:600;
}

.recognition-row,
.glimpse-row{
  display:grid;
  gap:14px;
}

.recognition-row{
  grid-template-columns:repeat(6, minmax(0, 1fr));
}

.glimpse-row{
  grid-template-columns:repeat(4, minmax(0, 1fr));
}

.recognition-card{
  grid-column:span 2;
  min-height:158px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  padding:16px 10px;
  text-align:center;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(16,59,124,.10);
  border-radius:18px;
  box-shadow:0 12px 26px rgba(16,59,124,.08);
}

.recognition-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(16,59,124,.12);
}

.recognition-card:nth-child(4),
.recognition-card:nth-child(5){
  grid-column:span 3;
}

.recognition-mark,
.recognition-logo{
  width:68px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(135deg,#0d4b95 0%, #0f6ec8 100%);
  color:#fff;
  font-size:22px;
  font-weight:900;
  letter-spacing:-.03em;
  box-shadow:0 12px 22px rgba(13,75,149,.18);
}

.recognition-logo{
  background:#f8fbff;
  border:1px solid rgba(16,59,124,.10);
}

.recognition-logo img{
  max-width:58px;
  max-height:42px;
  object-fit:contain;
}

.recognition-card--iso .recognition-mark{
  background:linear-gradient(135deg,#003f88 0%, #006dd8 100%);
}

.recognition-card--nsdc .recognition-mark{
  font-size:18px;
  background:linear-gradient(135deg,#07285c 0%, #0d4b95 100%);
}

.recognition-card--skill .recognition-mark{
  background:linear-gradient(135deg,#ff9d00 0%, #ffc629 100%);
  color:#071b45;
}

.recognition-card h3{
  margin:2px 0 0;
  color:#071b45;
  font-size:15px;
  line-height:1.25;
  font-weight:900;
}

.recognition-card span,
.glimpse-row figcaption{
  color:#50627a;
  font-size:12px;
  line-height:1.45;
  font-weight:800;
}

.glimpse-row figure{
  margin:0;
  text-align:center;
}

.glimpse-row img{
  width:100%;
  height:108px;
  object-fit:cover;
  border-radius:14px;
  box-shadow:0 12px 26px rgba(16,59,124,.10);
}

.glimpse-row figcaption{
  margin-top:10px;
  color:#071b45;
}

.glimpse-copy{
  margin-top:24px;
  padding:24px;
  border-radius:20px;
  background:linear-gradient(135deg,#f4f9ff 0%, #ffffff 100%);
  border:1px solid rgba(16,59,124,.10);
  box-shadow:0 14px 30px rgba(16,59,124,.07);
}

.glimpse-copy h3{
  margin:0 0 12px;
  color:#071b45;
  font-size:24px;
  line-height:1.3;
  font-weight:900;
}

.glimpse-copy p{
  margin:0;
  max-width:780px;
  color:#50627a;
  font-size:15px;
  line-height:1.75;
  font-weight:600;
}

.glimpse-copy-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  margin-top:18px;
}

.glimpse-copy-grid span{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:12px 14px;
  border-radius:14px;
  background:#fff;
  color:#071b45;
  font-size:14px;
  font-weight:900;
  box-shadow:0 10px 22px rgba(16,59,124,.06);
}

.glimpse-copy-grid i{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:#0d4b95;
  color:#fff;
}

.msci-footer-modern{
  color:#071b45;
}

.msci-footer-contact{
  background:linear-gradient(180deg,#eaf6ff 0%, #f8fcff 100%);
  padding:30px 0 24px;
}

.footer-contact-grid{
  display:grid;
  grid-template-columns:1.3fr .85fr .9fr 1.15fr;
  gap:26px;
  align-items:start;
}

.footer-contact-grid > div:not(:first-child){
  border-left:1px solid rgba(16,59,124,.12);
  padding-left:26px;
}

.footer-campus{
  display:grid;
  grid-template-columns:150px 1fr;
  column-gap:18px;
}

.footer-campus img{
  grid-row:span 2;
  width:150px;
  height:112px;
  object-fit:cover;
  border-radius:6px;
  box-shadow:0 10px 20px rgba(16,59,124,.10);
}

.footer-contact-grid h2{
  margin:0 0 14px;
  color:#0d4b95;
  font-size:17px;
  font-weight:900;
  text-transform:uppercase;
}

.footer-contact-grid p{
  margin:0;
  line-height:1.7;
}

.footer-contact-grid ul{
  list-style:none;
  padding:0;
  margin:0;
  columns:2;
}

.footer-contact-grid li{
  break-inside:avoid;
  margin-bottom:8px;
}

.footer-contact-grid a{
  color:#071b45;
  text-decoration:none;
  font-weight:700;
}

.footer-touch p{
  margin-bottom:8px;
}

.footer-touch i,
.footer-contact-grid h2 i{
  color:#0d4b95;
  margin-right:8px;
}

.msci-footer-bottom{
  background:linear-gradient(90deg,#06245a 0%, #0d4b95 100%);
  color:#fff;
  padding:20px 0;
}

.footer-bottom-grid{
  display:grid;
  grid-template-columns:1.1fr 1.8fr .8fr;
  gap:22px;
  align-items:center;
}

.footer-bottom-brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  text-decoration:none;
}

.footer-bottom-brand img{
  width:66px;
  height:auto;
  filter:brightness(0) invert(1);
}

.footer-bottom-brand strong,
.footer-bottom-brand small{
  display:block;
  color:#fff;
}

.footer-bottom-brand strong{
  font-size:24px;
  line-height:1;
}

.footer-bottom-brand small{
  margin-top:4px;
  font-size:13px;
}

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

.footer-policy-links a{
  color:#fff;
  text-decoration:none;
  font-size:13px;
}

.footer-social-copy{
  text-align:right;
}

.footer-social{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  margin-bottom:8px;
}

.footer-social a{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#0d4b95;
  font-size:11px;
  font-weight:900;
  text-decoration:none;
}

.footer-social-copy p{
  margin:0;
  color:#fff;
  font-size:13px;
  line-height:1.5;
}

@media (max-width: 1199.98px){
  .home-lower-grid,
  .home-seo-grid,
  .career-strip-inner,
  .proof-gallery-grid,
  .footer-contact-grid,
  .footer-bottom-grid{
    grid-template-columns:1fr;
  }

  .proof-gallery-grid > div:first-child,
  .footer-contact-grid > div:not(:first-child),
  .career-strip-copy{
    border:0;
    padding-right:0;
    padding-left:0;
  }

  .home-seo-aside{
    position:static;
  }
}

@media (max-width: 991.98px){
  .recognition-card,
  .recognition-card:nth-child(4),
  .recognition-card:nth-child(5){
    grid-column:auto;
  }

  .why-choice-grid,
  .latest-blog-list,
  .home-faq-list,
  .career-strip-stats,
  .recognition-row,
  .glimpse-row{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

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

  .footer-campus img{
    grid-row:auto;
    margin-bottom:16px;
  }

  .footer-social-copy,
  .footer-policy-links{
    text-align:left;
    justify-content:flex-start;
  }
}

@media (max-width: 575.98px){
  .home-lower-showcase{
    padding-top:34px;
  }

  .why-choice-grid,
  .latest-blog-list,
  .home-faq-list,
  .career-strip-stats,
  .glimpse-copy-grid,
  .recognition-row,
  .glimpse-row{
    grid-template-columns:1fr;
  }

  .home-seo-content,
  .home-faq-section{
    padding:36px 0;
  }

  .home-seo-content .container,
  .home-faq-section .container{
    width:min(100% - 24px, 1320px);
  }

  .home-seo-main p{
    font-size:14px;
    line-height:1.75;
  }

  .home-seo-main{
    padding:24px 18px;
  }

  .home-seo-main .home-panel-title,
  .home-faq-section .msci-section-title{
    font-size:24px;
  }

  .home-seo-aside{
    padding:18px;
  }

  .home-faq-item summary{
    padding-right:48px;
  }

  .home-panel-title{
    font-size:22px;
  }

  .home-panel-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .testimonial-feature{
    padding:24px;
  }

  .footer-contact-grid ul{
    columns:1;
  }
}

/* UKMSCI navbar mid-width overflow fix */
.msci-navbar .navbar-collapse{
  min-width:0;
}

@media (min-width: 992px) and (max-width: 1360px){
  .msci-navbar .navbar-nav{
    flex-wrap:wrap;
    justify-content:flex-end;
  }

  .msci-navbar .nav-link{
    padding-left:9px !important;
    padding-right:9px !important;
    font-size:14px;
  }

  .msci-nav-btn{
    padding-left:14px !important;
    padding-right:14px !important;
  }
}

/* UKMSCI navbar collapse width containment */
.msci-navbar .navbar-collapse{
  width:100%;
  max-width:100%;
  overflow:hidden;
}

.msci-navbar .navbar-nav{
  min-width:0;
  max-width:100%;
}

@media (min-width: 992px) and (max-width: 1360px){
  .msci-navbar .container{
    width:calc(100% - 72px) !important;
  }
}

/* UKMSCI dropdown visibility fix */
.msci-navbar,
.msci-navbar .container,
.msci-navbar .navbar-collapse,
.msci-navbar .navbar-nav,
.msci-navbar .nav-item.dropdown{
  overflow:visible !important;
}

.msci-navbar .nav-item.dropdown{
  position:relative;
}

.msci-navbar .dropdown-menu{
  min-width:230px;
  margin-top:8px;
  padding:10px;
  background:#fff !important;
  border:1px solid rgba(16,59,124,.10) !important;
  border-radius:8px !important;
  box-shadow:0 18px 42px rgba(8,29,66,.18) !important;
  z-index:5000 !important;
}

.msci-navbar .dropdown-item{
  display:flex;
  align-items:center;
  min-height:44px;
  color:#10294c !important;
  padding:10px 14px;
  border-radius:7px;
  font-weight:800;
  white-space:nowrap;
}

.msci-navbar .dropdown-item:hover,
.msci-navbar .dropdown-item:focus,
.msci-navbar .dropdown-item:active{
  background:#eaf3ff !important;
  color:#0d4b95 !important;
  text-decoration:none;
}

.msci-navbar .dropdown-toggle::after{
  margin-left:6px;
  vertical-align:middle;
}

.msci-navbar .dropdown.show > .dropdown-toggle{
  background:#ffc629 !important;
  color:#10294c !important;
  border-radius:8px;
}

@media (max-width: 991.98px){
  .msci-navbar .dropdown-menu{
    position:static !important;
    float:none;
    width:100%;
    margin:8px 0 10px;
    box-shadow:none !important;
  }
}

/* UKMSCI screenshot-style home header and hero */
.msci-topbar{
  background:#073d78 !important;
  box-shadow:0 1px 0 rgba(255,255,255,.14) inset;
}

.msci-topbar__inner{
  min-height:42px;
  padding:7px 0 !important;
}

.msci-topbar__welcome,
.msci-topbar__actions a,
.msci-topbar__follow{
  color:#fff !important;
  font-weight:800;
}

.msci-topbar__actions a[aria-label]{
  width:28px;
  height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0b4e91;
}

.msci-brandbar{
  background:#fff !important;
  border-bottom:0;
}

.msci-brandbar__inner{
  min-height:140px;
  padding:20px 0 !important;
}

.msci-brand img{
  width:96px;
  height:auto;
}

.msci-brand strong{
  color:#092e66 !important;
  font-size:2.25rem !important;
  letter-spacing:0;
}

.msci-brand small{
  color:#0c234a !important;
  font-size:.92rem;
  font-weight:800;
}

.msci-brand-stats{
  gap:0 !important;
  align-items:center;
}

.msci-brand-stat{
  min-height:76px;
  display:grid;
  grid-template-columns:64px 1fr;
  grid-template-rows:auto auto;
  align-items:center;
  column-gap:14px;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:10px 28px !important;
  border-left:1px solid #d8e2f0 !important;
}

.msci-brand-stat i{
  grid-row:1 / span 2;
  width:58px;
  height:58px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#f2f6fb;
  color:#092e66;
  font-size:26px;
  box-shadow:0 0 0 12px rgba(9,46,102,.035);
}

.msci-brand-stat strong{
  color:#073d78 !important;
  font-size:1.22rem !important;
  line-height:1.1;
}

.msci-brand-stat span{
  color:#334566 !important;
  font-size:.9rem !important;
  font-weight:700;
}

.msci-navbar{
  background:#07315f !important;
  box-shadow:none !important;
  position:relative;
  z-index:1201;
}

.msci-navbar .container{
  min-height:74px;
}

.msci-navbar .navbar-nav{
  width:100%;
  justify-content:center;
  gap:8px;
  min-width:0;
}

.msci-navbar .nav-link{
  padding:15px 12px !important;
  color:#fff !important;
  font-weight:900 !important;
  font-size:16px;
  border-radius:10px;
}

.msci-navbar .nav-link:hover,
.msci-navbar .nav-item.active > .nav-link,
.msci-navbar .show > .nav-link,
.msci-navbar .nav-link.active{
  background:#ffc62b !important;
  color:#10294c !important;
}

.msci-nav-btn{
  min-width:150px;
  border-radius:12px !important;
  padding:15px 20px !important;
  font-size:16px !important;
}

.hero-wrap.msci-home-hero{
  min-height:560px !important;
  background-position:center center !important;
  background-color:#062b5b;
}

.hero-wrap.msci-home-hero::before{
  background:
    radial-gradient(circle at 2% 12%, rgba(31,133,255,.28) 0 2px, transparent 3px) 0 0 / 24px 24px,
    linear-gradient(90deg, rgba(2,35,75,.98) 0%, rgba(2,35,75,.92) 33%, rgba(2,35,75,.54) 58%, rgba(2,35,75,.14) 100%) !important;
}

.hero-wrap.msci-home-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:112px;
  z-index:1;
  background:linear-gradient(180deg, transparent, rgba(0,58,130,.62));
  clip-path:polygon(0 42%, 22% 72%, 43% 50%, 63% 82%, 82% 48%, 100% 70%, 100% 100%, 0 100%);
  pointer-events:none;
}

.hero-wrap.msci-home-hero .container,
.hero-wrap.msci-home-hero .row{
  min-height:560px !important;
  position:relative;
  z-index:2;
}

.hero-wrap.msci-home-hero .py-5{
  padding-top:70px !important;
  padding-bottom:118px !important;
}

.home-hero-kicker{
  display:block;
  color:#fff;
  text-transform:uppercase;
  font-family:"Space Grotesk","Manrope",sans-serif;
  font-size:clamp(1.4rem,2vw,2rem);
  line-height:1.1;
  font-weight:900;
  letter-spacing:0;
  text-shadow:0 4px 12px rgba(0,0,0,.22);
}

.home-hero-title{
  margin:14px 0 36px;
  color:#fff;
  font-family:"Space Grotesk","Manrope",sans-serif;
  font-size:clamp(3rem,5.15vw,5.3rem);
  line-height:.98;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
  text-shadow:0 5px 18px rgba(0,0,0,.32);
}

.home-hero-title span{
  display:block;
}

.home-hero-title__gold{
  color:#ffc62b;
}

.home-hero-features{
  display:grid;
  grid-template-columns:repeat(4, minmax(110px, 1fr));
  max-width:720px;
  gap:0;
}

.home-hero-feature{
  min-height:122px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  color:#fff !important;
  text-align:center;
  text-decoration:none !important;
  font-weight:900;
  font-size:1.12rem;
  line-height:1.22;
  padding:0 20px;
  border-right:1px solid rgba(255,255,255,.5);
}

.home-hero-feature:last-child{
  border-right:0;
}

.home-hero-feature i{
  width:64px;
  height:64px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#075fbc;
  color:#fff;
  font-size:27px;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}

.home-hero-feature:hover i{
  background:#ffc62b;
  color:#10294c;
}

.home-stats-section{
  max-width:1450px;
  margin-top:-56px !important;
  position:relative;
  z-index:12;
}

.home-stats-band{
  margin-top:0 !important;
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  background:#fff !important;
  color:#071f49 !important;
  border-radius:22px !important;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(8,29,66,.16);
}

.home-stats-band > div{
  min-height:112px;
  display:grid;
  grid-template-columns:70px 1fr;
  grid-template-rows:auto auto;
  column-gap:12px;
  align-items:center;
  text-align:left !important;
  padding:20px 28px !important;
  border-right:1px solid #d8e2f0 !important;
}

.home-stats-band > div:last-child{
  border-right:0 !important;
}

.home-stats-band i{
  grid-row:1 / span 2;
  width:62px;
  height:62px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#f2f6fb;
  color:#092e66;
  font-size:27px;
}

.home-stats-band strong{
  color:#071f49;
  font-size:2rem !important;
  line-height:1;
  font-weight:900;
}

.home-stats-band span{
  margin-top:5px !important;
  color:#071f49 !important;
  font-size:.98rem;
  line-height:1.25;
  font-weight:800 !important;
}

@media (max-width: 1360px){
  .msci-navbar .navbar-nav{
    gap:4px;
  }

  .msci-navbar .nav-link{
    padding-left:10px !important;
    padding-right:10px !important;
  }

  .msci-brand-stat{
    padding-left:16px !important;
    padding-right:16px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1360px){
  .msci-navbar .navbar-nav{
    flex-wrap:nowrap !important;
    gap:2px !important;
  }

  .msci-navbar .nav-link{
    font-size:14px !important;
    padding-left:8px !important;
    padding-right:8px !important;
  }

  .msci-nav-btn{
    min-width:142px;
    padding-left:14px !important;
    padding-right:14px !important;
    font-size:14px !important;
  }
}

/* UKMSCI final navbar visibility guard */
.ftco-navbar-light.msci-navbar,
.ftco-navbar-light.msci-navbar.scrolled,
body.msci-nav-is-fixed .ftco-navbar-light.msci-navbar{
  position:relative !important;
  top:auto !important;
  margin-top:0 !important;
  background:#07315f !important;
  background-image:none !important;
  border-bottom:0 !important;
  box-shadow:none !important;
  z-index:3200 !important;
}

body.msci-nav-is-fixed .ftco-navbar-light.msci-navbar{
  position:fixed !important;
  top:var(--msci-sticky-top, 44px) !important;
}

.ftco-navbar-light.msci-navbar .navbar-nav > .nav-item > .nav-link,
.ftco-navbar-light.msci-navbar.scrolled .nav-item > .nav-link,
.ftco-navbar-light.msci-navbar.scrolled .navbar-brand{
  color:#fff !important;
  opacity:1 !important;
}

.ftco-navbar-light.msci-navbar .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light.msci-navbar .navbar-nav > .nav-item > .nav-link:focus,
.ftco-navbar-light.msci-navbar .navbar-nav > .nav-item.active > .nav-link,
.ftco-navbar-light.msci-navbar .navbar-nav > .nav-item.active > a,
.ftco-navbar-light.msci-navbar .navbar-nav > .nav-item .nav-link.active,
.ftco-navbar-light.msci-navbar.scrolled .nav-item.active > a,
.ftco-navbar-light.msci-navbar.scrolled .nav-link.active{
  background:#ffc62b !important;
  color:#10294c !important;
}

.ftco-navbar-light.msci-navbar .msci-nav-btn,
.ftco-navbar-light.msci-navbar.scrolled .msci-nav-btn{
  background:#ffc62b !important;
  color:#10294c !important;
}

@media (max-width: 1199.98px){
  .msci-brandbar__inner{
    min-height:auto;
    flex-wrap:wrap;
  }

  .msci-brand{
    min-width:260px;
  }

  .msci-brand-stats{
    width:100%;
  }

  .home-stats-band{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .home-stats-band > div:nth-child(3){
    border-right:0 !important;
  }
}

@media (max-width: 991.98px){
  .msci-navbar .container{
    min-height:64px;
  }

  .msci-navbar .navbar-nav{
    align-items:stretch !important;
    gap:8px;
    padding:12px 0;
  }

  .hero-wrap.msci-home-hero,
  .hero-wrap.msci-home-hero .container,
  .hero-wrap.msci-home-hero .row{
    min-height:520px !important;
  }

  .hero-wrap.msci-home-hero .py-5{
    padding-top:64px !important;
    padding-bottom:94px !important;
  }

  .home-hero-features{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    max-width:520px;
    gap:18px 0;
  }

  .home-hero-feature:nth-child(2){
    border-right:0;
  }

  .home-stats-section{
    margin-top:22px !important;
  }
}

@media (max-width: 767.98px){
  .msci-topbar__welcome{
    white-space:normal !important;
    text-align:center;
  }

  .msci-topbar__actions{
    justify-content:center;
  }

  .msci-brandbar__inner{
    padding:16px 0 !important;
  }

  .msci-brand{
    justify-content:center;
  }

  .msci-brand strong{
    font-size:1.85rem !important;
  }

  .msci-brand-stats{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:10px !important;
  }

  .msci-brand-stat{
    grid-template-columns:48px 1fr;
    min-height:72px;
    padding:10px !important;
    border:1px solid #d8e2f0 !important;
    border-radius:14px !important;
  }

  .msci-brand-stat i{
    width:44px;
    height:44px;
    font-size:20px;
  }

  .hero-wrap.msci-home-hero{
    background-position:center center !important;
  }

  .hero-wrap.msci-home-hero::before{
    background:linear-gradient(90deg, rgba(2,35,75,.96) 0%, rgba(2,35,75,.86) 100%) !important;
  }

  .hero-wrap.msci-home-hero,
  .hero-wrap.msci-home-hero .container,
  .hero-wrap.msci-home-hero .row{
    min-height:500px !important;
  }

  .home-hero-title{
    font-size:clamp(2.4rem,12vw,3.45rem);
    margin-bottom:28px;
  }

  .home-hero-feature{
    min-height:106px;
    padding:0 10px;
    font-size:1rem;
  }

  .home-hero-feature i{
    width:54px;
    height:54px;
    font-size:22px;
  }

  .home-stats-band{
    grid-template-columns:1fr !important;
    border-radius:16px !important;
  }

  .home-stats-band > div{
    border-right:0 !important;
    border-bottom:1px solid #d8e2f0 !important;
  }

  .home-stats-band > div:last-child{
    border-bottom:0 !important;
  }
}

@media (max-width: 420px){
  .msci-brand-stats{
    grid-template-columns:1fr !important;
  }

  .home-hero-features{
    grid-template-columns:1fr;
    gap:14px;
  }

  .home-hero-feature{
    border-right:0;
  }
}

@media (min-width: 361px) and (max-width: 420px){
  .msci-brand-stats{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }

  .home-hero-features{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:18px 0;
  }

  .home-hero-feature:nth-child(odd){
    border-right:1px solid rgba(255,255,255,.5);
  }

  .home-hero-feature:nth-child(even){
    border-right:0;
  }
}

/* UKMSCI social and floating contact polish */
.msci-topbar__actions a[aria-label]{
  width:30px !important;
  height:30px !important;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22), 0 8px 18px rgba(0,0,0,.14);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.msci-topbar__actions a[aria-label] i{
  display:inline-block !important;
  margin:0 !important;
  color:#fff !important;
  font-size:13px;
}

.msci-topbar__actions a[aria-label]::before{
  content:none !important;
}

.msci-topbar__actions a[aria-label="Facebook"],
.footer-social a[aria-label="Facebook"]{
  background:#1877f2;
}

.msci-topbar__actions a[aria-label="Instagram"],
.footer-social a[aria-label="Instagram"]{
  background:linear-gradient(135deg,#f58529 0%, #dd2a7b 48%, #515bd4 100%);
}

.msci-topbar__actions a[aria-label="YouTube"],
.footer-social a[aria-label="YouTube"]{
  background:#ff0000;
}

.msci-topbar__actions a[aria-label="LinkedIn"],
.footer-social a[aria-label="LinkedIn"]{
  background:#0a66c2;
}

.msci-topbar__actions a[aria-label]:hover,
.msci-topbar__actions a[aria-label]:focus,
.footer-social a:hover,
.footer-social a:focus{
  color:#fff !important;
  text-decoration:none;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(0,0,0,.2);
}

.footer-social{
  gap:10px;
}

.footer-social a{
  width:36px;
  height:36px;
  color:#fff;
  font-size:14px;
  box-shadow:0 10px 20px rgba(0,0,0,.16);
  transition:transform .2s ease, box-shadow .2s ease;
}

.msci-floating-actions{
  right:18px;
  gap:10px;
  align-items:flex-end;
}

.msci-floating-action{
  width:52px;
  min-width:52px;
  height:52px;
  padding:0;
  justify-content:flex-start;
  gap:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.32);
  box-shadow:0 14px 28px rgba(7,27,69,.22);
  transition:width .24s ease, transform .2s ease, box-shadow .2s ease;
}

.msci-floating-action i{
  width:52px;
  min-width:52px;
  height:52px;
  display:grid;
  place-items:center;
  font-size:20px;
}

.msci-floating-action span{
  max-width:0;
  opacity:0;
  white-space:nowrap;
  transform:translateX(8px);
  transition:max-width .24s ease, opacity .18s ease, transform .24s ease, padding-right .24s ease;
}

.msci-floating-action:hover,
.msci-floating-action:focus{
  width:146px;
  color:#fff !important;
  text-decoration:none;
  transform:translateX(-4px);
  box-shadow:0 18px 34px rgba(7,27,69,.28);
}

.msci-floating-action:hover span,
.msci-floating-action:focus span{
  max-width:92px;
  opacity:1;
  transform:translateX(0);
  padding-right:16px;
}

@media (max-width: 991.98px){
  .msci-floating-actions{
    display:flex;
    right:12px;
    bottom:88px;
    top:auto;
    transform:none;
  }

  .msci-floating-action{
    width:46px;
    min-width:46px;
    height:46px;
  }

  .msci-floating-action i{
    width:46px;
    min-width:46px;
    height:46px;
    font-size:18px;
  }
}

/* UKMSCI button design polish */
.btn,
button,
input[type="submit"],
input[type="button"],
.course-btn,
.msci-btn,
.btn-submit,
.msci-pill-list a,
.home-course-card--cta a,
.hero-enquiry-submit,
.hero-enquiry-page-link,
.header-cta {
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease,
    border-color .2s ease,
    color .2s ease;
}

.btn,
.course-btn,
.msci-btn,
.btn-submit,
.header-cta {
  min-height: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px !important;
  border: 0 !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
  box-shadow: 0 12px 24px rgba(13, 75, 149, .18);
}

.btn.btn-primary,
.btn-submit,
.course-btn,
.hero-enquiry-submit,
.msci-btn:not(.msci-nav-btn):not(.btn-white):not(.btn-warning) {
  background: linear-gradient(90deg, #0d4b95 0%, #1388d6 100%) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(13, 75, 149, .24);
}

.course-btn {
  width: auto;
  max-width: 100%;
  min-height: 42px;
  padding: 12px 18px;
  margin-top: 4px;
  border-radius: 12px !important;
  font-size: 14px;
}

.course-btn::after {
  content: ">";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  font-size: 13px;
  line-height: 1;
}

.btn.btn-white {
  background: rgba(255, 255, 255, .96) !important;
  color: #0d3f82 !important;
  border: 1px solid rgba(255, 255, 255, .46) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .16);
}

.btn.btn-warning,
.msci-nav-btn,
.header-cta,
.home-course-card--cta a {
  background: #ffc62b !important;
  color: #10294c !important;
  box-shadow: 0 12px 24px rgba(255, 198, 43, .24);
}

.msci-nav-btn {
  border-radius: 12px !important;
}

.btn:hover,
.btn:focus,
.course-btn:hover,
.course-btn:focus,
.msci-btn:hover,
.msci-btn:focus,
.btn-submit:hover,
.btn-submit:focus,
.header-cta:hover,
.header-cta:focus,
.home-course-card--cta a:hover,
.home-course-card--cta a:focus,
.hero-enquiry-submit:hover,
.hero-enquiry-submit:focus {
  transform: translateY(-2px);
  text-decoration: none !important;
  outline: none;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn-submit:hover,
.btn-submit:focus,
.course-btn:hover,
.course-btn:focus,
.hero-enquiry-submit:hover,
.hero-enquiry-submit:focus,
.msci-btn:not(.msci-nav-btn):not(.btn-white):not(.btn-warning):hover,
.msci-btn:not(.msci-nav-btn):not(.btn-white):not(.btn-warning):focus {
  background: linear-gradient(90deg, #0b3f82 0%, #0f76c8 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(13, 75, 149, .30);
}

.btn.btn-white:hover,
.btn.btn-white:focus {
  background: #fff !important;
  color: #092e66 !important;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .20);
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.msci-nav-btn:hover,
.msci-nav-btn:focus,
.header-cta:hover,
.header-cta:focus,
.home-course-card--cta a:hover,
.home-course-card--cta a:focus {
  background: #ffd752 !important;
  color: #10294c !important;
  box-shadow: 0 16px 30px rgba(255, 198, 43, .30);
}

.msci-pill-list a,
.msci-pill {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(16, 59, 124, .12);
  color: #10294c;
  box-shadow: 0 8px 18px rgba(16, 59, 124, .08);
}

.msci-pill-list a:hover,
.msci-pill-list a:focus,
.msci-pill:hover,
.msci-pill:focus {
  background: #eef6ff;
  border-color: rgba(13, 75, 149, .20);
  color: #0d4b95;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(16, 59, 124, .12);
}

.sidebar-form .msci-btn,
.signup-form .msci-btn {
  min-height: 52px;
  border-radius: 14px !important;
}

@media (min-width: 992px) {
  .courses-list-section {
    content-visibility: visible !important;
    contain-intrinsic-size: auto !important;
  }

  .course-enquiry-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: calc(var(--msci-sticky-top, 44px) + var(--msci-sticky-nav-height, 64px) + 24px) !important;
    z-index: 20;
  }

  .course-enquiry-sticky.is-fixed {
    position: fixed !important;
    right: auto !important;
  }

  .course-enquiry-sticky.is-bottom {
    position: absolute !important;
    top: auto !important;
    left: 15px !important;
    right: 15px !important;
    bottom: 0 !important;
    width: auto !important;
  }

  .course-enquiry-sidebar {
    max-height: calc(100vh - var(--msci-sticky-top, 44px) - var(--msci-sticky-nav-height, 64px) - 48px);
    overflow-y: auto;
  }
}

@media (max-width: 575.98px) {
  .btn,
  .course-btn,
  .msci-btn,
  .btn-submit,
  .header-cta {
    width: 100%;
  }

  .msci-pill-list a,
  .msci-pill {
    width: auto;
  }
}

/* Lighthouse performance and accessibility polish */
.hero-wrap.msci-home-hero {
  background: #08224c !important;
  contain: layout paint;
}

.msci-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
  background: #08224c;
}

.msci-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-wrap.msci-home-hero .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-wrap.msci-home-hero .container {
  position: relative;
  z-index: 2;
}

.hero-wrap.msci-home-hero::before,
.hero-wrap.msci-home-hero::after {
  z-index: 1;
}

.home-course-card__media img,
.latest-blog-card img,
.glimpse-row img,
.footer-campus img {
  content-visibility: auto;
}

.home-stats-section,
.msci-section--soft,
.home-lower-showcase,
.home-career-strip,
.home-proof-gallery,
.home-seo-content,
.home-faq-section,
.msci-footer-modern {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.home-course-card a:focus-visible,
.latest-blog-card a:focus-visible,
.home-hero-feature:focus-visible,
.footer-policy-links a:focus-visible,
.footer-social a:focus-visible,
.msci-floating-action:focus-visible,
.navbar-toggler:focus-visible,
.nav-link:focus-visible,
.dropdown-item:focus-visible {
  outline: 3px solid #ffc62b;
  outline-offset: 3px;
}

.home-course-slider__control {
  touch-action: manipulation;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
