:root {
  --med-navy: #071b33;
  --med-navy-2: #0a3157;
  --med-blue: #0a5fa8;
  --med-green: #078664;
  --med-mint: #3dd8b4;
  --med-amber: #ffb000;
  --med-red: #e63c4f;
  --med-cyan: #12b9d6;
  --med-cream: #fbf8f1;
  --med-fog: #f0f5f8;
  --med-white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --premium-shadow: 0 22px 55px rgba(7, 27, 51, 0.12);
  --soft-shadow: 0 10px 28px rgba(7, 27, 51, 0.08);
}
body {
  font-family: var(--sans);
  background: #fff;
  color: #18243a;
}
.container {
  max-width: 1320px;
}
.top-strip {
  background: #ffc107;
}
.brand-bar {
  border: 0;
  background: #fff;
}
.brand-title {
  color: var(--med-navy);
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.55rem) !important;
}
.emblem {
  background: linear-gradient(145deg, var(--med-green), #0a5fa8);
  box-shadow: 0 10px 25px rgba(7, 134, 100, 0.2);
}
.main-nav {
  background: #fff;
  box-shadow: none;
      border-top: 1px solid #dadada;
}
.main-nav .nav-link {
  padding: 0px  0.85rem;
}
.main-nav .nav-link.active,
.main-nav .nav-link:hover {
  background: transparent;
  color: var(--med-amber);
}
.main-nav .dropdown-menu {
  border-top: 3px solid var(--med-amber);
  border-radius: 0 0 5px 5px;
}
.notice-ticker {
 background: #fff9e7;
  color: #fff;
  border: 0;
}
.ticker-label {
    background: var(--med-red);
    padding: 7px 15px;
}
.ticker-content {
    font-size: 14px;
  color: black;
  font-weight: 650;
}
.btn-saffron {
  --bs-btn-bg: var(--med-amber);
  --bs-btn-border-color: var(--med-amber);
  --bs-btn-hover-bg: #e49d00;
  --bs-btn-hover-border-color: #e49d00;
  --bs-btn-color: #06172c;
  --bs-btn-hover-color: #06172c;
}
.section-space {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}
.section-soft {
  background: var(--med-fog);
}
.section-heading {
  max-width: 850px;
}
.section-heading .kicker,
.premium-kicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  color: var(--med-green);
  background: rgba(7, 134, 100, 0.1);
  font-weight: 850;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.section-heading h2,
.premium-title {
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 4rem);
  color: var(--med-navy);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
}
.section-heading p {
  font-size: 1.05rem;
  line-height: 1.75;
}
.page-hero {
  margin: 1.5rem;
  max-width: calc(100% - 3rem);
  border-radius: 1.5rem;
      background: linear-gradient(90deg, #000000 65%, rgb(56 56 56));
  padding: clamp(4rem, 8vw, 7.5rem) 0;
}
.page-hero h1 {
  font-family: var(--serif);
  font-weight: 800;
  color: #fff;
}
.page-hero .eyebrow {
 
  color: var(--med-amber);
    
}
.breadcrumb-wrap {
  background: transparent;
}
.prose-block,
.notice-shell,
.content-nav,
.contact-box {
  border: 1px solid #d8e2e9;
  box-shadow: var(--soft-shadow);

      border-radius: 0.35rem;
}
.prose-block {
    padding: clamp(1.7rem, 3vw, 1rem);
    PADDING-BOTTOM: 0;
}
.prose-block h2 {
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}
.table-gov thead th {
  background: #20272b;
}
.profile-card,
.department-card,
.service-card,
.info-card,
.quick-card {
  border: 1px solid #d9e4eb;
  border-radius: 0.35rem;
}
.profile-card,
.department-card,
.service-card,
.info-card {
  box-shadow: 0 2px 0 rgba(7, 27, 51, 0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.profile-card:hover,
.department-card:hover,
.service-card:hover,
.info-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--premium-shadow);
  border-color: rgba(10, 95, 168, 0.35);
}
.profile-avatar {
  background: linear-gradient(135deg, var(--med-navy-2), var(--med-green));
}
.feature-band {
  background: var(--med-navy);
  border-radius: 0.35rem;
}
.footer-main {
  background: #ffc107;
}
.footer-bottom {
  background: #04101e;
}
.premium-hero {
  position: relative;
  overflow: hidden;
  background: var(--med-navy);
  color: #fff;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
}
.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 78% 22%,
      rgba(18, 185, 214, 0.22),
      transparent 24%
    ),
    radial-gradient(circle at 88% 78%, rgba(7, 134, 100, 0.35), transparent 28%);
}
.premium-hero::after {
  content: "+";
  position: absolute;
  right: 4%;
  top: 2%;
  font-size: min(38vw, 430px);
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.035);
}
.premium-hero h1 {
  font-family: var(--serif);
  font-size: clamp(3rem, 6.5vw, 6.6rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.94;
  max-width: 880px;
}
.premium-hero p {
  color: #c5d9e9;
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  max-width: 700px;
  line-height: 1.75;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #d9e8f3;
  font-size: 0.86rem;
}
.proof-item i {
  color: var(--med-mint);
}
.medical-orbit {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 1;
  margin: auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  place-items: center;
}
.medical-orbit::before,
.medical-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.17);
}
.medical-orbit::before {
  inset: 12%;
}
.medical-orbit::after {
  inset: 25%;
}
.orbit-core {
  width: 34%;
  aspect-ratio: 1;
  border-radius: 2rem;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--med-green), var(--med-cyan));
  box-shadow: 0 30px 70px rgba(18, 185, 214, 0.25);
  font-size: 4rem;
}
.orbit-pill {
  position: absolute;
  background: #fff;
  color: var(--med-navy);
  border-radius: 0.35rem;
  padding: 0.75rem 1rem;
  box-shadow: var(--premium-shadow);
  font-weight: 800;
  font-size: 0.8rem;
}
.orbit-pill i {
  color: var(--med-green);
  margin-right: 0.35rem;
}
.orbit-pill.one {
  left: -2%;
  top: 17%;
}
.orbit-pill.two {
  right: -1%;
  top: 43%;
}
.orbit-pill.three {
  left: 8%;
  bottom: 7%;
}
.portal-ribbon {
  position: relative;
  margin-top: -2.5rem;
  z-index: 4;
}
.portal-ribbon-inner {
  background: #fff;
  border-radius: 5px;
  box-shadow: var(--premium-shadow);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
}
.ribbon-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--med-navy);
  text-decoration: none;
  padding: 1.35rem;
  border-right: 1px solid #e2e9ee;
  font-weight: 750;
  font-size: 0.85rem;
}
.ribbon-link:last-child {
  border: 0;
}
.ribbon-link i {
  font-size: 1.25rem;
  color: var(--med-green);
}
.ribbon-link:hover {
  background: #f2faf8;
  color: var(--med-navy);
}
.editorial-band {
    background: black;
    color: #fff;
  border-radius: 0.35rem;
  padding: clamp(2.4rem, 5vw, 5rem);
}
.editorial-band .premium-kicker {
  color: var(--med-amber);
  background: rgba(255, 176, 0, 0.13);
  border: 1px solid rgba(255, 176, 0, 0.3);
}
.editorial-band h2 {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}
.editorial-band p {
  color: #b8b8b8;
  font-size: 1.1rem;
}
.premium-card {
  height: 100%;
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 0.35rem;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  box-shadow: 0 2px 0 rgba(7, 27, 51, 0.03);
  transition: 0.25s ease;
}
.premium-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--premium-shadow);
}
.premium-card .card-icon {
  width: 58px;
  height: 58px;
  border-radius: 0.35rem;
  display: grid;
  place-items: center;
  background: #eaf2fb;
  color: var(--med-blue);
  font-size: 1.55rem;
}
.premium-card h3 {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--med-navy);
  margin: 1.25rem 0 0.65rem;
}
.premium-card p {
  color: #647081;
  line-height: 1.65;
}
.premium-card .meta {
  font-weight: 800;
  color: var(--med-green);
}
.card-green .card-icon {
  background: #e7f7f1;
  color: var(--med-green);
}
.card-amber .card-icon {
  background: #fff4d8;
  color: #c98200;
}
.card-red .card-icon {
  background: #ffecef;
  color: var(--med-red);
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.stat-card {
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 0.35rem;
padding: 25px;
  text-align: center;
  box-shadow: var(--soft-shadow);
}
.stat-card i {
  font-size: 2rem;
  color: var(--med-green);
}
.stat-card strong {
    display: block;
    font-family: var(--serif);
    font-size: 20px;
    color: var(--med-navy);
    line-height: 1;
    margin-top: 0.8rem;
    margin: 15px 0;
}
.stat-card span {
  display: block;
  color: #677382;
  /*font-weight: 700;*/
  margin-top: 0.3rem;
}
.portal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.portal-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 0.35rem;
  padding: 2rem;
  text-decoration: none;
  color: var(--med-navy);
  transition: 0.25s ease;
}
.portal-card:hover {
  color: var(--med-navy);
  border-color: black;
  transform: translateY(-5px);
  box-shadow: var(--premium-shadow);
}
.portal-card .portal-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #edf4fc;
  font-size: 1.8rem;
}
.portal-card h3 {
  font-size: 1.2rem;
  font-weight: 850;
}
.portal-card p {
  color: #66717d;
}
.portal-card .portal-action {
  width: 100%;
  margin-top: auto;
    border: 1px solid black;
  border-radius: 0.6rem;
  text-align: center;
  padding: 0.6rem;
  font-weight: 750;
  color: black;
}
.program-card {
  height: 100%;
  background: #fff;
  border: 1px solid #d9e3ea;
  display: flex; 
     flex-direction: column; 
    justify-content: space-between;

      border-radius: 0.35rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.program-card .badge {
  width: max-content;
}
.program-card h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  color: var(--med-navy);
  font-weight: 800;
  margin: 1.5rem 0 0.4rem;
}
.program-card p {
  color: #6b7684;
  line-height: 1.6;
}
.program-card .fee-row {
  border-top: 1px solid #dbe4ea;
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.program-card .fee-row strong {
  color: var(--med-green);
}
.program-card .btn {
  margin-top: 1.25rem;
}
.faculty-premium {
  text-align: center;
  height: 100%;
  background: #fff;
  border: 1px solid #d9e3ea;
      border-radius: 0.35rem;
  overflow: hidden;
  /*padding: 2rem;*/
}
.faculty-photo {
  margin: 0 auto 1.25rem;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--med-navy-2), var(--med-green));

}
.faculty-premium h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--med-navy);
  font-weight: 800;
}
.faculty-premium .role {
  color: var(--med-green);
  font-weight: 800;
}
.faculty-premium .qualification {
  color: #697481;
}
.hospital-split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
}
.clinical-visual {
  position: relative;
  min-height: 560px;
  max-height: 560px;
  border-radius: 16px;
  overflow: hidden;
  /*background: radial-gradient(*/
  /*    circle at 70% 35%,*/
  /*    rgba(18, 185, 214, 0.4),*/
  /*    transparent 20%*/
  /*  ),*/
  /*  linear-gradient(135deg, #d7edf1, #7cb8bf);*/
}
.clinical-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: linear-gradient(180deg, transparent 38%, rgba(7, 27, 51, 0.85));*/
}
.clinical-visual .visual-cross {
  position: absolute;
  right: 10%;
  top: 10%;
  font-size: 12rem;
  color: rgba(255, 255, 255, 0.28);
  line-height: 1;
}
/*.visual-caption {*/
/*  position: absolute;*/
/*  left: 6%;*/
/*  right: 6%;*/
/*  bottom: 7%;*/
/*  color: #fff;*/
/*}*/
.visual-caption h3 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 800;
}
.patient-panel {
background: black;
    color: #fff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.patient-panel h3 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 800;
}
.patient-panel p {
   color: #b8b8b8;
}
.patient-panel .portal-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
  padding-top: 20px;
}
.patient-panel .portal-metrics div {
  text-align: center;
    border-right: 1px solid rgb(14 14 14 / 20%);
  font-size: 0.75rem;
  color: #fff;
  padding: 0.2rem;
}
.patient-panel .portal-metrics div:last-child {
  border: 0;
}
.patient-panel .portal-metrics strong {
  display: block;
  color:#fff;
  font-size: 1rem;
}
.department-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.department-group {
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 0.35rem;
  padding: 1.4rem;
}
.department-group h3 {
  font-size: 1.05rem;
  font-weight: 850;
  color: var(--med-blue);
  margin-bottom: 1rem;
}
.department-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.department-group li {
  border-bottom: 1px solid #dce5ea;
  padding: 0.55rem 0;
  color: #334057;
  font-size: 0.85rem;
}
.department-group li:last-child {
  border: 0;
}
.department-group li::before {
  content: "›";
  color: var(--med-green);
  margin-right: 0.5rem;
  font-weight: 900;
}
.news-card {
  height: 100%;
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 0.35rem;
  overflow: hidden;
}
.news-art {
  height: 190px;
  background: linear-gradient(135deg, var(--med-navy-2), var(--med-green));
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 4rem;
}
.news-body {
  padding: 1.5rem;
}
.news-body .date {
  color: var(--med-green);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}
.news-body h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--med-navy);
  font-weight: 800;
  margin: 0.5rem 0;
}
.accreditation-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.accreditation-item {
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 0.35rem;
  padding: 1.4rem;
  text-align: center;
}
.accreditation-item i {
  display: block;
  font-size: 2rem;
  color: var(--med-green);
  margin-bottom: 0.7rem;
}
.accreditation-item strong {
  color: var(--med-navy);
}
.section-showcase {
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 0.35rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: var(--soft-shadow);
  margin-bottom: 1.5rem;
}
.section-showcase > h2 {
  font-family: var(--serif);
  color: var(--med-navy);
  font-weight: 800;
}
.wizard-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.wizard-step {
  background: #f0f3f5;
  color: #66717d;
  border-radius: 999px;
  padding: 0.55rem;
  text-align: center;
  font-weight: 800;
}
.wizard-step.active {
  background: var(--med-green);
  color: #fff;
}
.opd-doctor {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 0.35rem;
  padding: 1.25rem;
  height: 100%;
}
.doctor-avatar {
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #dff2ef, #bad8e4);
  color: var(--med-navy);
  font-size: 2rem;
}
.opd-doctor h3 {
  font-size: 1rem;
  font-weight: 850;
  color: var(--med-navy);
}
.opd-doctor .speciality {
  color: var(--med-blue);
  font-weight: 800;
}
.rank-card {
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 0.35rem;
  padding: 2rem;
}
.filter-shell {
  background: #f5f7f8;
  border: 1px solid #d9e3ea;
  border-radius: 0.35rem;
  padding: 1.25rem;
}
.policy-card {
  height: 100%;
  background: #fff;
  border: 1px solid #d9e3ea;
  border-radius: 0.35rem;
  padding: 1.5rem;
}
.policy-card h3 {
  font-family: var(--serif);
  font-weight: 800;
  color: var(--med-navy);
}
@media (max-width: 1199.98px) {
  .portal-ribbon-inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .hospital-split {
    grid-template-columns: 1fr;
  }
  .patient-panel {
    min-height: 470px;
  }
  .department-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .accreditation-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .medical-orbit {
    margin-top: 2.5rem;
    max-width: 390px;
  }
  .portal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-hero {
    margin: 0.8rem;
    max-width: calc(100% - 1.6rem);
  }
  .main-nav .nav-link.active,
  .main-nav .nav-link:hover {
    color: var(--med-amber);
  }
}
@media (max-width: 767.98px) {
  .premium-hero {
    text-align: left;
    padding: 4rem 0 5rem;
  }
  .premium-hero h1 {
    font-size: 3rem;
  }
  .medical-orbit {
    display: none;
  }
  .portal-ribbon {
    margin-top: -5rem;
  }
  .portal-ribbon-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .ribbon-link {
    padding: 1rem;
    font-size: 0.76rem;
    border-bottom: 1px solid #e2e9ee;
  }
  .portal-grid,
  .department-columns {
    grid-template-columns: 1fr;
  }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .stat-card {
    padding: 1.35rem 0.7rem;
  }
  .stat-card strong {
    font-size: 2rem;
  }
  .accreditation-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .wizard-steps {
    grid-template-columns: 1fr;
  }
  .hospital-split {
    display: block;
  }
  .clinical-visual {
    min-height: 410px;
    margin-bottom: 1rem;
  }
  .patient-panel {
    min-height: 460px;
  }
  .opd-doctor {
    align-items: flex-start;
  }
  .doctor-avatar {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }
  .editorial-band {
    border-radius: 0.35rem;
  }
  .premium-card,
  .program-card {
  padding: 18px;
  }
  .program-card .btn{
      font-size: 13px;
  }
}

/* Standards-focused institutional scale */
:root {
  --med-navy: #082f3d;
  --med-navy-2: #0a4654;
  --med-blue: #0a6677;
  --med-green: #087c67;
  --med-mint: #52c7ab;
  --med-amber: #e5a22a;
  --med-red: #d64152;
  --med-cyan: #1ca6ba;
  --med-fog: #f3f7f8;
  --serif: "Segoe UI", Arial, sans-serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --premium-shadow: 0 18px 44px rgba(8, 47, 61, 0.1);
  --soft-shadow: 0 7px 22px rgba(8, 47, 61, 0.065);
}
html {
  font-size: 16px;
}
body {
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.65;
  color: #1d2d36;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--sans);
  font-weight: 750;
  letter-spacing: -0.018em;
  line-height: 1.2;
}
h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}
h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
}
h3 {
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
}
h4 {
  font-size: 1.08rem;
}
h5 {
  font-size: 1rem;
}
.container {
  max-width: 1280px;
}
.brand-title {
  font-family: var(--sans);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem) !important;
}
.main-nav .nav-link {
     padding: 0px 15px !important;
}
.section-space {
  padding: clamp(3.4rem, 6vw, 4rem) 0;
}

.section-heading h2,
.premium-title {
  font-family: var(--sans);
  font-size: clamp(1.65rem, 2.8vw, 2.3rem);
  font-weight: 750;
  line-height: 1.16;
}
.section-heading p {
  font-size: 0.98rem;
  line-height: 1.7;
}
.page-hero {
  margin: 1rem;
  max-width: calc(100% - 2rem);
  border-radius: 0.35rem;
  padding: clamp(2.7rem, 5vw, 4.5rem) 0;
}
.page-hero h1 {
  font-family: var(--sans);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 760;
}
.breadcrumb {
  font-size: 0.78rem;
  /*position: absolute;*/
}
.premium-hero {
  padding: clamp(3.8rem, 7vw, 6.4rem) 0;
}
.premium-hero h1 {
  font-family: var(--sans);
  font-size: clamp(2.35rem, 4.8vw, 4.3rem);
  font-weight: 760;
  line-height: 1.03;
  letter-spacing: -0.038em;
  max-width: 780px;
}
.premium-hero p {
  font-size: clamp(0.96rem, 1.35vw, 1.12rem);
}
.editorial-band h2 {
    font-family: var(--sans);
    font-size: clamp(1.8rem, 3.4vw, 2.1rem);
    line-height: 1.12;
}
.premium-card h3,
.program-card h3,
.faculty-premium h3,
.news-body h3,
.policy-card h3,
.visual-caption h3,
.patient-panel h3,
.section-showcase > h2,
.prose-block h2 {
  font-family: var(--sans);
}
.premium-card h3 {
      font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
}
.program-card h3 {
  font-size: 1.45rem;
  margin-top: 10px !important;
}
.faculty-premium h3 {
     font-size: 1.1rem;
    padding: 0px 10px;
}
.visual-caption h3 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}
.patient-panel h3 {
  font-size: 1.7rem;
      color: #fff;
}
.section-showcase > h2 {
  font-size: clamp(1.4rem, 2.3vw, 1.9rem);
}
.prose-block h2 {
  font-size: clamp(1.4rem, 2.25vw, 1.9rem);
}

/* Full-width media and CTA patterns */
.full-bleed {
  width: 100%;
}
.medical-slider .carousel-item {
  height: clamp(410px, 62vw, 570px);
  background: #0b313d;
}
.medical-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.medical-slider .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
background: linear-gradient(213deg, rgb(2 14 19 / 27%) 0%, rgba(4, 27, 36, 0.4) 40%, rgb(4 27 36 / 36%) 74%);
    
}
.medical-slider .carousel-caption {
  z-index: 2;
  left: max(6%, calc((100% - 1200px) / 2));
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
    max-width: 700px;
  text-align: left;
}
.medical-slider .carousel-caption h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
}
.medical-slider .carousel-caption p {
  color: #dbe8ec;
  font-size: 1rem;
}
.medical-slider .carousel-indicators {
  z-index: 3;
}
.image-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 520px;
}
.image-triptych {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  min-height: 460px;
}
.image-panel {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 380px;
}
.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.image-panel:hover img {
  transform: scale(1.025);
}
.image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(4, 28, 37, 0.82));
}
.image-panel figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(1.25rem, 3vw, 2.5rem);
  right: clamp(1.25rem, 3vw, 2.5rem);
  bottom: clamp(1.25rem, 3vw, 2.5rem);
  color: #fff;
}
.image-panel figcaption h2,
.image-panel figcaption h3 {
  color: #fff;
  margin-bottom: 0.35rem;
}
.image-panel figcaption p {
  margin: 0;
  color: #dce8eb;
}
.cta-band {
  background: linear-gradient(120deg, var(--med-navy), #0b5960);
  color: #fff;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}
.cta-band h2 {
  color: #fff;
}
.cta-band p {
  color: #d5e6e8;
}
.cta-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 0.35rem;
  background: #fff;
  border: 1px solid #d9e4e7;
}
.cta-card h2 {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.cta-card p {
  margin: 0;
  color: #677680;
}
.cta-card.is-emergency {
  background: #fdf2f3;
  border-color: #f3d4d8;
}
.cta-ribbon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: #eaf5f2;
  border-left: 5px solid var(--med-green);
  padding: 1.35rem 1.5rem;
}
.cta-ribbon h2 {
  font-size: 1.2rem;
  margin: 0;
}
.cta-ribbon p {
  margin: 0;
  color: #5f7077;
}
.predictor-result {
  display: none;
  margin-top: 1rem;
}
.predictor-result.show {
  display: block;
}
@media (max-width: 767.98px) {
    .patient-panel .portal-metrics{
        padding-top: 1rem;
        margin-top: 25px;
    }
    .main-nav .dropdown-item {
    padding: 0.45rem 1.4rem;
    font-weight: 700;
    }
 .main-nav .nav-link {
    padding: 0px 32px !important;
    font-size: 14px;
}
  body {
    font-size: 0.93rem;
  }
  .premium-hero h1 {
    font-size: 2.35rem;
  }
  .medical-slider .carousel-item {
   height: 450px;
  }
  .medical-slider .carousel-caption {
      top: 42% !important;
    left: 1.25rem;
    right: 1.25rem;
    max-width: none;
  }
  .image-split,
  .image-triptych,
  .cta-cards {
    grid-template-columns: 1fr;
  }
  .image-panel {
    min-height: 340px;
  }
  .cta-card,
  .cta-ribbon {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-hero {
    margin: 0.65rem;
    max-width: calc(100% - 1.3rem);
        padding: clamp(1.5rem, 5vw, 4.5rem) 0;
  }
}

/* Footer Quick Links */
.footer-quick-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-quick-links li {
    margin-bottom: 2px;
    padding-left: 16px;
    position: relative;
}

.footer-quick-links li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 18px;
    line-height: 1;
    color: black;
}

.footer-quick-links li a {
    text-decoration: none;
}

.patient-panel .btn-saffron{
    font-size: 16px;
    margin-top: 0px !important;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .navbar-collapse{
                top: 55px;
    }
    .navbar-toggler {
        color: black ;
    }
    .main-nav .nav-link {
    padding: 0px 30px !important;
}
}
.footer-main .brand-title {
        line-height: 30px;
}
