.skip-link,
body {
  background: #fff;
}
.ticker-label,
.ticker-track {
  white-space: nowrap;
}
.eyebrow,
.notice-date span,
.notice-tag,
.section-heading .kicker {
  text-transform: uppercase;
}
.hero::after,
.page-hero::before,
.service-card::after,
.timeline-item::before,
.timeline::before {
  content: "";
  position: absolute;
}

.patient-panel .btn-outline-light{
    color: #fff;
    border: 1px solid;
}
.patient-panel .btn-outline-light:hover{
    color: black;
}
.emblem,
.icon-box,
.map-placeholder,
.profile-avatar {
  place-items: center;
}
.footer-logo img{
    width: 100px;
}
.footer-span {
    
    line-height: 30px;
}
.feature-band,
.gmc-leader-card,
.hero,
.notice-shell,
.page-hero,
.profile-card,
.service-card,
.ticker-track {
  overflow: hidden;
}
:root {
  --navy: #082f49;
  --blue: #075985;
  --teal: #0f766e;
  --green: #166534;
  --saffron: #ea580c;
  --gold: #f59e0b;
  --ink: #172033;
  --muted: #5d697d;
  --surface: #f4f7f8;
  --line: #dce5e7;
  --radius: 1.1rem;
  --shadow: 0 14px 40px rgba(8, 47, 73, 0.1);
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  font-family: "Noto Sans", "Segoe UI", Arial, sans-serif;
}
a {
  color: var(--blue);
}
.site-map-list a:hover,
a:hover {
  color: var(--saffron);
}
.skip-link {
  position: fixed;
  left: 0.75rem;
  top: -5rem;
  z-index: 9999;
  padding: 0.65rem 1rem;
  color: #000;
  border-radius: 0.5rem;
  box-shadow: var(--shadow);
}
.hero,
.hero-panel,
.page-hero,
.quick-actions {
  position: relative;
}
.skip-link:focus {
  top: 0.75rem;
}
.top-strip {

  color: #eaf6f7;
  font-size: 0.78rem;
}
.top-strip a,
.top-strip button {
    color: black;
  text-decoration: none;
  font-size: 13px;
}
.brand-bar .btn-warning{
        padding: 10px 15px;
}
.access-btn {
  border: 0;
  background: 0 0;
  padding: 0.25rem 0.4rem;
}
.access-btn:focus,
.access-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 0.35rem;
}
.brand-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.emblem {
  width: 58px;
  height: 58px;
  display: grid;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--saffron), var(--gold));
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.22);
  font-size: 1.65rem;
}
.brand-title {
  color: var(--navy);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.1;
}
.brand-subtitle {
  color: var(--muted);
  margin: 0.3rem 0 0;
  font-size: 0.83rem;
}
.brand-badge {
  color: var(--green);
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
  font-size: 0.75rem;
}
.main-nav {
  background: linear-gradient(90deg, var(--blue), var(--teal));
  box-shadow: 0 4px 18px rgba(8, 47, 73, 0.14);
}
.info-card:hover,
.main-nav .dropdown-menu,
.notice-shell,
.quick-card {
  box-shadow: var(--shadow);
}
.main-nav .nav-link,
.main-nav .navbar-brand {
  color: black;
  text-transform: uppercase;
  font-weight: 650;
}
.main-nav .nav-link {
  padding: 1rem 0.72rem;
  font-size: 0.89rem;
}
.main-nav .nav-link.active,
.main-nav .nav-link:focus,
.main-nav .nav-link:hover {

  background: rgba(255, 255, 255, 0.12);
}


.main-nav .dropdown-menu {
  border: 0;
  border-radius: 0.85rem;
  padding: 0.55rem;
}
.main-nav .dropdown-item {
 padding: 0.45rem 1rem;
    font-size: 0.88rem;
    border-bottom: 1px solid #e9e9e9;
}
.main-nav .dropdown-item:active {
  background: var(--blue);
}

.play-btn {
background-color: #ffc107;
    padding: 5px 16px;
    font-size: 30px;
}


.notice-ticker {
  border-bottom: 1px solid var(--line);
  background: #fff8ed;
}
.ticker-label {
  background: var(--saffron);
  color: #fff;
  font-weight: 800;
  padding: 0.72rem 1rem;
}
.ticker-content {
  display: inline-block;
  padding-left: 100%;
  animation: 52s linear infinite ticker;
}
.ticker-content:hover {
  animation-play-state: paused;
}
@keyframes ticker {
  to {
    transform: translateX(-100%);
  }
}
.hero {
  background: radial-gradient(
      circle at 86% 16%,
      rgba(245, 158, 11, 0.34),
      transparent 24%
    ),
    radial-gradient(
      circle at 72% 88%,
      rgba(20, 184, 166, 0.38),
      transparent 28%
    ),
    linear-gradient(130deg, #052f49 0, #075985 50%, #0f766e 100%);
  color: #fff;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}
.hero::after {
  width: 340px;
  height: 340px;
  right: -90px;
  bottom: -180px;
  border: 55px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff3d6;
}
.hero h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 1rem 0 1.35rem;
}
.hero p {
  max-width: 680px;
  color: #d8f1f2;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}
.hero-panel {
  z-index: 1;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  border-radius: var(--radius);
  padding: 1.25rem;
}
.hero-stat {
  padding: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-stat:last-child,
.notice-item:last-child {
  border: 0;
}
.hero-stat strong {
  display: block;
  font-size: 1.35rem;
}
.hero-stat span {
  color: #d8f1f2;
  font-size: 0.83rem;
}
.btn-saffron {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--saffron);
  --bs-btn-border-color: var(--saffron);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c2410c;
  --bs-btn-hover-border-color: #c2410c;
  font-weight: 750;
}
.btn-soft {
  color: var(--navy);
  background: #fff;
  border-color: #fff;
  font-weight: 750;
}
.info-card,
.quick-card {
  border: 1px solid var(--line);
  transition: 0.2s;
}
.btn-soft:hover {
  color: var(--navy);
  background: #f0fdfa;
  border-color: #f0fdfa;
}
.quick-actions {
  margin-top: -2rem;
  z-index: 3;
}
.quick-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  height: 100%;
  padding: 1.05rem;
  background: #fff;
  border-radius: 0.85rem;
  color: var(--ink);
  text-decoration: none;
}
.quick-card:hover {
  color: var(--blue);
  transform: translateY(-4px);
}
.icon-box {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  border-radius: 0.75rem;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--teal));
  font-size: 1.1rem;
}
.section-space {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}
.section-soft {
  background: var(--surface);
}
.section-heading {
  max-width: 720px;
}
.section-heading .kicker {
  color: var(--saffron);
  font-weight: 850;
  letter-spacing: 0.1em;
  font-size: 0.76rem;
}
.section-heading h2 {
  color: var(--navy);
  font-size: clamp(1.8rem, 3.5vw, 3.1rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  margin: 0.55rem 0;
}
.section-heading p {
  color: var(--muted);
  margin: 0;
  margin-bottom: 15px;
}
.info-card {
  height: 100%;
  background: #fff;
  border-radius: var(--radius);
  padding: 1.45rem;
}
.info-card:hover {
  transform: translateY(-5px);
  border-color: #b9d9dd;
}
.info-card h3 {
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 800;
  margin: 1rem 0 0.55rem;
}
.download-card small,
.info-card p,
.notice-item small {
  color: var(--muted);
}
.info-card p {
  font-size: 0.9rem;
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  font-weight: 750;
  font-size: 0.87rem;
}
.notice-shell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.notice-tabs {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}
.notice-filter {
  border: 1px solid #cad8dc;
  background: #fff;
  color: var(--navy);
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 750;
}
.notice-filter.active {
  color: #fff;
    background: black;
    border-color: #ffc107;
}
.breadcrumb-wrap,
.notice-item {
  border-bottom: 1px solid var(--line);
}
.notice-item {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
}
.notice-date {
  text-align: center;
  border-radius: 0.7rem;
  background: #fff4e8;
  color: #9a3412;
  padding: 0.55rem;
  font-weight: 850;
  line-height: 1.1;
}
.notice-date span {
  display: block;
  font-size: 0.72rem;
}
.notice-item h3 {
  font-size: 18px;
  margin: 0 0 0.3rem;
  font-weight: 750;
}
.notice-tag {
  color: var(--green);
  background: #ecfdf5;
  border-radius: 999px;
  padding: 0.3rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 800;
}
.feature-band {
  background: linear-gradient(135deg, #082f49, #134e4a);
  color: #fff;
  border-radius: 1.5rem;
}
.feature-band h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 850;
  letter-spacing: -0.03em;
}
.feature-band p {
  color: #d7efef;
}
.metric {
  border-left: 3px solid var(--gold);
  padding-left: 1rem;
}
.metric strong {
  font-size: 1.8rem;
  display: block;
}
.metric span {
  color: #cce7e7;
  font-size: 0.8rem;
}
.page-hero {
  background: linear-gradient(135deg, #082f49, #0f766e);
  color: #fff;
  padding: clamp(3.2rem, 6vw, 5.6rem) 0;
}
.page-hero::before {
  inset: 0;
  /*background: linear-gradient(90deg, transparent 65%, rgba(245, 158, 11, 0.18));*/
      /*background: linear-gradient(90deg, #d2d2ff 65%, rgb(255 248 249));*/
}
.page-hero h1 {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  margin: 0.7rem 0;
}
.content-nav h2,
.gmc-leadership__eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-hero p {
  /*max-width: 680px;*/
      color: #b8b8b8;
  margin: 0;
}
.breadcrumb-wrap {
  background: #f8fafc;
}
.breadcrumb-item.active{
  color: var(--med-amber) !important;
}

.breadcrumb-item a{
    color: var(--med-amber) !important;
}
.breadcrumb {
  margin: 0;
  padding: 0.85rem 0;
  font-size: 0.82rem;
}

.breadcrumb-item+.breadcrumb-item::before{
    color: var(--med-amber) !important;
}
.content-nav {
  position: sticky;
  top: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1rem;
}
.content-nav h2 {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 850;
}
.content-nav a,
.department-card {
  color: var(--ink);
  text-decoration: none;
  display: block;
}
.content-nav a {
  padding: 0.6rem 0.7rem;
  border-radius: 0.55rem;
  font-size: 0.86rem;
}
.department-card,
.prose-block {
  border: 1px solid var(--line);
  background: #fff;
}
.content-nav a:hover {
  color: var(--blue);
  background: #eff8fa;
}
.prose-block {
  border-radius: var(--radius);
  padding: clamp(1.35rem, 3vw, 2.25rem);
  margin-bottom: 1.25rem;
}
.prose-block h2 {
  color: var(--navy);
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  font-weight: 850;
  margin-bottom: 1rem;
}
.prose-block h3 {
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 800;
}
.prose-block li,
.prose-block p {
  color: var(--muted);
  line-height: 1.75;
}
.timeline {
  position: relative;
  padding-left: 1.5rem;
}
.timeline::before {
  left: 0.35rem;
  top: 0.3rem;
  bottom: 0.3rem;
  width: 2px;
  background: #bcd9dc;
}
.timeline-item {
  position: relative;
  padding: 0 0 1.3rem 1.1rem;
}
.timeline-item::before {
  left: -1.56rem;
  top: 0.25rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--saffron);
  box-shadow: 0 0 0 5px #fff4e8;
}
.table-gov {
  --bs-table-striped-bg: #f3f8f9;
  border-color: var(--line);
}
.table-gov thead th {
  color: #fff;
  background: var(--navy);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 0;
}
.department-card {
  height: 100%;
  border-radius: 1rem;
  padding: 1.25rem;
  transition: 0.2s;
}
.download-card,
.profile-card {
  border: 1px solid var(--line);
}
.department-card:hover {
  color: var(--blue);
  border-color: #8ec8cc;
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.department-card .number {
  color: #9fb2bd;
  font-size: 0.75rem;
  font-weight: 850;
}
.department-card h2 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 1.25rem 0 0.4rem;
}
.department-card p {
  color: var(--muted);
  font-size: 0.84rem;
  margin: 0;
}
.profile-card {
  background: #fff;
  border-radius: 1rem;
  height: 100%;
}
.profile-avatar {
  height: 160px;
  display: grid;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-size: 3rem;
}
.profile-card .body {
  padding: 1.1rem;
}
.profile-card h3 {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800;
  margin: 0;
}
.profile-card p {
  color: var(--muted);
  font-size: 0.8rem;
  margin: 0.35rem 0 0;
}
.service-card {
  position: relative;
  height: 100%;
  border-radius: var(--radius);
  padding: 1.45rem;
  background: linear-gradient(145deg, #f7fbfb, #fff);
  border: 1px solid var(--line);
}
.service-card::after {
  right: -35px;
  bottom: -35px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e6f6f4;
}
.service-card a,
.service-card h3,
.service-card i,
.service-card p {
  position: relative;
  z-index: 1;
}
.service-card i {
  color: var(--teal);
  font-size: 1.8rem;
}
.service-card h3 {
  color: var(--navy);
  font-weight: 800;
  font-size: 1.05rem;
  margin: 1rem 0 0.45rem;
}
.service-card p {
  color: var(--muted);
  font-size: 0.86rem;
}
.download-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border-radius: 0.9rem;
  padding: 1rem;
}
.back-to-top.show,
.footer-seal {
  display: grid;
}
.download-card i {
  color: #dc2626;
  font-size: 1.4rem;
}
.download-card h3 {
  font-size: 0.9rem;
  font-weight: 750;
  margin: 0;
}
.contact-box {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.25rem;
}
.contact-box i {
  color: var(--saffron);
  font-size: 1.35rem;
}
.contact-box h2 {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800;
  margin: 0.8rem 0 0.45rem;
}
.contact-box p {
  color: var(--muted);
  margin: 0;
  font-size: 0.87rem;
}
.form-control,
.form-select {
  border-color: #cbd9dd;
  padding: 0.75rem 0.85rem;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 0.22rem rgba(15, 118, 110, 0.13);
}
.map-placeholder {
  min-height: 320px;
  display: grid;
  text-align: center;
  color: #fff;
  border-radius: 1.1rem;
  /*background: linear-gradient(145deg, var(--navy), var(--teal));*/
}
.accordion-button:not(.collapsed) {
  color: var(--navy);
  background: #edf8f7;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 118, 110, 0.12);
}
.accordion-button {
  font-weight: 750;
}
.site-map-list h2 {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 850;
  border-bottom: 2px solid #d9e9eb;
  padding-bottom: 0.65rem;
}
.site-map-list a {
  display: block;
  padding: 0.35rem 0;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.87rem;
}
.footer-main {
  color: #dbecef;
  background: #062a3d;
  padding: 3.5rem 0 2.4rem;
}
.footer-main h2 {
     color: black;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
.footer-main a,
.footer-main p {
  color: black;
    font-size: 13px;
}
.footer-main a {
  display: block;
  text-decoration: none;
  padding: 0.28rem 0;
}
.footer-main a:hover {
  color: #fff;
}
.footer-bottom {
  color: #a8c1c8;
  background: #041f2e;
  padding: 1rem 0;
  font-size: 0.75rem;
}
.back-to-top,
.footer-seal {
  background: var(--saffron);
  color: #fff;
  place-items: center;
}
.footer-seal {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 90;
  width: 44px;
  height: 44px;
  display: none;
  border: 0;
  border-radius: 50%;
  box-shadow: var(--shadow);
}
.high-contrast {
  --ink: #fff;
  --muted: #e5e7eb;
  --surface: #000;
  --line: #555;
  background: #000;
  color: #fff;
}
.high-contrast
  :is(
    .brand-bar,
    .info-card,
    .notice-shell,
    .notice-tabs,
    .prose-block,
    .department-card,
    .profile-card,
    .service-card,
    .download-card,
    .contact-box,
    .quick-card
  ) {
  background: #111;
}
.high-contrast
  :is(
    .brand-title,
    .section-heading h2,
    .info-card h3,
    .prose-block h2,
    .prose-block h3,
    .department-card h2,
    .profile-card h3,
    .service-card h3,
    .contact-box h2
  ) {
  color: #fff;
}
.high-contrast a {
  color: #ffdc3d;
}
@media (max-width: 991.98px) {
    /*.main-nav .nav-link {*/
    /*    padding: 0px 30px !important;*/
    /*}*/
  .main-nav .nav-link {
    padding: 0.72rem 0.25rem;
  }
  /*.main-nav .navbar-collapse {*/
  /*  padding: 0.5rem 0 1rem;*/
  /*}*/
  .main-nav .dropdown-menu {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.96);
  }
  .brand-badge {
    display: none;
  }
  .content-nav {
    position: static;
    margin-bottom: 1rem;
  }
  
}
@media (max-width: 767.98px) {
    .asmc-vmv-tags{
         display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .testimonial-section .section-heading {
            margin-bottom: 20px !important;
    }
    .articles-main{
        height: 500px !important;
    }
    .brand-bar .main-logo{
        border: none !important;
    }
    .premium-card h3{
                margin-top: 0px !important;
        font-size: 0.92rem !important;
    }
    .program-card p{
            font-size: 14px;
    }
    .program-card h3{
        font-size: 20px !important;
        margin-top: 10px !important;
    }
    .faculty-premium h3{
        font-size: 16px !important;
    }
    .faculty-premium .role{
        margin-bottom: 0px;
    }
    .box-sm-padding{
        padding: 8px;
                margin-top: 0px;
    }
    .container-sm-padd{
        padding: 0px;
    }
    .gmc-leadership__intro h2{
          font-size: 22px !important;
    }
    .section-heading h2, .premium-title{
           font-size: 22px !important;
    }
    .medical-slider .carousel-caption h2{
        font-size: 22px !important;
    }
    .section-heading .kicker{
        /*width: 100% !important;*/
        margin-bottom: 15px;
        margin: auto;
        max-width: 100%;
        white-space: normal;
        word-break: break-word;
    }
    .brand-bar .brand-subtitle {
    display: none !important;
}
  .brand-title {
    font-size: 1.05rem;
  }
  .brand-subtitle {
    font-size: 0.7rem;
  }
  .emblem {
    width: 48px;
    height: 48px;
  }
  .ticker-label {
 padding: 9px 5px !important;
    font-size: 0.72rem;
  }
  .hero {
    padding: 4.2rem 0 5rem;
  }
  .quick-actions {
    margin-top: -1.4rem;
  }
  .notice-item {
    grid-template-columns: 58px 1fr;
    gap: 0.75rem;
    padding: 0.9rem;
  }
  .notice-tag {
    grid-column: 2;
    justify-self: start;
  }
  .hero-panel {
    margin-top: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::after,
  ::before {
    scroll-behavior: auto !important;
    animation-duration: NaNs !important;
    animation-iteration-count: 1 !important;
    transition-duration: NaNs !important;
  }
}
.gmc-leadership {
  --gmc-red: #e8113f;
  --gmc-teal: #0abda7;
  --gmc-aqua: #a8dce8;
  --gmc-ink: #153b43;
  --gmc-muted: #45636a;
  --gmc-surface: #ffffff;
  --gmc-border: rgba(10, 94, 103, 0.14);
  --gmc-shadow: 0 14px 32px rgba(10, 51, 62, 0.15);
  padding: clamp(3rem, 6vw, 4rem) 0;
  background: #f7fafb;
  color: var(--gmc-ink);
  font-family: "Noto Sans Devanagari", "Nirmala UI", Mangal, system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.gmc-leadership *,
.gmc-leadership ::after,
.gmc-leadership ::before {
  box-sizing: border-box;
}
.gmc-leadership__container {
  width: min(100% - 2rem, 1440px);
  margin-inline: auto;
}
.gmc-leadership__intro {
  max-width: 930px;
  margin: 0 auto clamp(1.75rem, 4vw, 3rem);
  text-align: center;
}
.gmc-leadership__eyebrow {
    margin: 0 0 0.5rem;
    color: #087c67;
    font-size: 0.78rem;
    font-weight: 800;
    background: rgba(7, 134, 100, 0.1);
    display: inline;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
}
.gmc-leadership__intro h2 {
  margin: 0;
  color: #082f3d;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
  margin-top: 10px;
}
.gmc-leadership__intro > p:last-child {
  margin: 0.75rem 0 0;
  color: var(--gmc-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}
.gmc-leadership__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
  align-items: stretch;
}
.gmc-leader-card {
  min-width: 0;
  background: var(--med-amber);
  border: 1px solid var(--gmc-border);
  border-radius: 0.35rem;
  box-shadow: var(--gmc-shadow);
  transition: transform 180ms, box-shadow 180ms;
}
.gmc-leader-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(10, 51, 62, 0.2);
}
.gmc-leader-card__role {
  display: grid;
  min-height: 62px;
  padding: 0.8rem 0.75rem;
  place-items: center;
  background: black;
  color: #fff;
  font-size: clamp(0.93rem, 1.25vw, 1.08rem);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}
.gmc-leader-card__body {
  display: flex;
  /*min-height: 480px;*/
  flex-direction: column;
 
}
.gmc-leader-card__photo {
     display: flex;
    min-height: 252px;
   padding: 0;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.gmc-leader-card__photo img {
display: block;
    width: 100%;
      max-width: 265px;
    height: 265px;
    object-fit: contain;
    object-position: top;
}
.gmc-leader-card__photo--empty {
  align-items: center;
}
.gmc-leader-card__photo--empty span {
  display: grid;
  width: 7rem;
  aspect-ratio: 1;
  place-items: center;
  border: 2px dashed rgba(21, 59, 67, 0.3);
  border-radius: 50%;
  color: rgba(21, 59, 67, 0.62);
  font-size: 0.9rem;
  font-weight: 700;
}
.gmc-leader-card__content {
  display: flex;
  min-height: 90px;
      padding: 10px 10px 1.3rem;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
      background: var(--med-amber);
}
.gmc-leader-card__content h3 {
  margin: 0;
  color: var(--gmc-ink);
  font-size: 1.1rem;
  font-weight: 850;
  line-height: 1.45;
}
.gmc-leader-card__content p {
  margin: 0.35rem 0 0;
  color: #173f47;
  font-size: 0.87rem;
  line-height: 1.55;
}
@media (max-width: 1199.98px) {
    .visual-caption img{
        width: 100%;
        object-fit: cover;
    }
    .editorial-band .premium-kicker{
        width: 100%;
    }
    
  .gmc-leadership__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .gmc-leadership {
    padding-block: 2.75rem;
  }
  .gmc-leadership__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
  }
  .gmc-leader-card__body {
    min-height: 430px;
  }
  .gmc-leader-card__photo {
    min-height: 260px;
  }
  .gmc-leader-card__photo img {
    height: 250px;
  }
}
@media (max-width: 479.98px) {
  .gmc-leadership__container {
    width: min(100% - 1.25rem, 1440px);
  }
  /*.gmc-leadership__grid {*/
  /*  grid-template-columns: 1fr;*/
  /*}*/
  .gmc-leader-card__body {
    min-height: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gmc-leader-card {
    transition: none;
  }
}


.ribbon-link img{
    width: 26px;
    height: 26px;
}


.faculty-photo img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.accreditation-item strong{
        margin-top: 10px;
    display: block;
}

.section-heading-full{
    max-width: 100% !important;
}


/* =========================================
   PHOTO GALLERY CARDS
========================================= */

.gallery-category-card {
    position: relative;
    display: block;
    height: 360px;
    overflow: hidden;
    border-radius: 18px;
    background: #e9eef2;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(15, 35, 50, 0.08);
    isolation: isolate;
}

.gallery-category-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.gallery-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(5, 25, 35, 0) 30%,
        rgba(5, 25, 35, 0.20) 55%,
        rgba(5, 25, 35, 0.92) 100%
    );
}

.gallery-category-card h3 {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 22px;
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.35;
}

.gallery-category-card:hover img {
    transform: scale(1.06);
}


/* =========================================
   GALLERY MODAL
========================================= */

.gallery-modal .modal-dialog {
    max-width: 1200px;
}

.gallery-modal .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

.gallery-modal .modal-header {
    border-bottom: 0;
    padding: 16px 20px;
}

.gallery-modal .modal-body {
    padding: 0;
    background: #000;
}

.gallery-modal .carousel-item {
    background: #000;
}

.gallery-modal .carousel-item img {
    width: 100%;
    height: 78vh;
    object-fit: contain;
    background: #000;
}

.gallery-modal .carousel-control-prev,
.gallery-modal .carousel-control-next {
    width: 10%;
}

.gallery-modal .carousel-control-prev-icon,
.gallery-modal .carousel-control-next-icon {
    width: 42px;
    height: 42px;
}


/* Tablet */
@media (max-width: 991.98px) {
        .main-nav .nav-link {
        padding: 0px 32px !important;
    }
    .navbar-collapse .nav-item .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 600;
        /* margin-bottom: 10px; */
        padding-bottom: 10px !important;
        border-bottom: 1px solid #e6e6e6;
        padding-top: 10px !important;
    }
    .navbar-collapse{
            position: absolute ;
    top: 35px;
    left: 0px;
    background: rgb(255, 255, 255);
    z-index: 9;
    width: 100%;
    }

    .gallery-category-card {
        height: 320px;
    }

    .gallery-modal .carousel-item img {
        height: 70vh;
    }

}


/* Mobile */
@media (max-width: 767.98px) {
    .main-logo{
            width: 70px !important;
    }
    

    .gallery-category-card {
        height: 280px;
        border-radius: 14px;
    }

    .gallery-category-card h3 {
        left: 18px;
        right: 18px;
        bottom: 18px;
        font-size: 1.05rem;
    }

    .gallery-modal .modal-dialog {
        margin: 10px;
    }

    .gallery-modal .carousel-item img {
        height: 65vh;
    }

}

.main-logo{
    width: 100px;
}

#menu-footer-menu ul li{
    list-style: none;
}

.footer-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.footer-social-links a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 50%;
    color: black;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer-social-links svg{
        width: 16px;
}

.map-placeholder iframe{
    border-radius: 20px;
}

.frm_button_submit{
        padding: 12px 50px !important;
    background: #ffc107 !important;
    border: none !important;
    color: black !important;
}

.prose-block input{
    padding: 14px !important;
}

.contact-box img{
    width: 45px;
    height: auto;
}

.footer-social-links a:hover {
    transform: translateY(-3px);
    background: #fff;
    color: #000;
}

#menu-footer-menu{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}

.footer-social-links i {
    font-size: 16px;
    color: black;
}

.topbar-social-links {
    display: flex;
    align-items: center;
    color: black;
    gap: 13px;
}

.topbar-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    border: 0;
    outline: 0;
    width: auto;
    height: auto;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.topbar-social-links a:hover {
    opacity: 0.75;
    transform: translateY(-1px);
}

.topbar-social-links i {
    font-size: 15px;
    line-height: 1;
}

.topbar-social-links svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
    display: block;
}

.brand-bar .btn-warning{
    display: none !important;
}

.articles-main{
        height: 350px;
    overflow: auto;
}

@media (max-width: 767px){
    .medical-slider .carousel-item::after{
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.58) 45%, rgba(0, 0, 0, 0.22) 75%, rgba(0, 0, 0, 0.08) 100%) !important;
    }
    .top-strip{
        display: none !important;
    }
    .gmc-leader-card__photo{
        height: auto;
    min-height: auto;
    }
    .gmc-leader-card__photo img{
            aspect-ratio: 1 / 1;
    height: auto;
    }
    .main-nav{
            padding: 0;
    }
    .main-nav .bi-list{
        color: #fff;
    }
    .main-nav .nav-link, .main-nav .navbar-brand{
        font-size: 16px;
    }
}

      /* Testimonial Section Custom Styling */
.testimonial-card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    max-height: 130px;
    overflow: auto;
}

.author-img {
    border: 2px solid #198754; /* Success green accent */
}

/* Indicators Styling */
.testimonial-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #198754;
    opacity: 0.3;
    border: none;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.testimonial-slider .carousel-indicators .active {
    opacity: 1;
    width: 24px;
    border-radius: 8px;
}

/* Slider Arrow Controls */
.testimonial-control {
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: background-color 0.3s ease;
}

.testimonial-control:hover {
    background-color: #198754;
}

.testimonial-control .carousel-control-prev-icon,
.testimonial-control .carousel-control-next-icon {
    filter: invert(1) grayscale(100%);
    width: 1rem;
    height: 1rem;
}

.testimonial-control:hover .carousel-control-prev-icon,
.testimonial-control:hover .carousel-control-next-icon {
    filter: invert(0);
}

/* Side button positioning */
.testimonial-slider .carousel-control-prev {
    left: -20px;
}

.testimonial-slider .carousel-control-next {
    right: -20px;
}

@media (min-width: 1200px) {
    .testimonial-slider .carousel-control-prev {
        left: -50px;
    }
    .testimonial-slider .carousel-control-next {
        right: -50px;
    }
}

/* FAQ Section Custom Styling */
.custom-faq-accordion .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.custom-faq-accordion .accordion-button {
    background-color: #ffffff;
    color: #212529;
    padding: 1.25rem 1.5rem;
    font-size: 1.05rem;
    box-shadow: none !important;
}

/* Active / Expanded State Styling */
.custom-faq-accordion .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #198754; /* Matches Bootstrap success green */
}

/* Custom Accordion Chevron Icon Styling */
.custom-faq-accordion .accordion-button::after {
    transition: transform 0.3s ease;
}

.custom-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: invert(42%) sepia(85%) saturate(386%) hue-rotate(101deg) brightness(92%) contrast(90%); /* Color shifts arrow to success green */
}

.custom-faq-accordion .accordion-body {
    padding: 0 1.5rem 1.25rem 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
}


/* =====================================================
   DESKTOP NAV DROPDOWN ON HOVER
===================================================== */

@media (min-width: 992px) {

    .main-nav .nav-item.dropdown {
        position: relative;
    }

    .main-nav .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .main-nav .dropdown-menu {
        margin-top: 0;
    }
}


@media (min-width: 992px) {

    .main-nav .for-menu-custom > .dropdown-menu {
              width: 570px;
        height: 472px;
        padding: 10px 0;
    }

    .main-nav .for-menu-custom:hover > .dropdown-menu {
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .main-nav .for-menu-custom > .dropdown-menu > li {
        width: 285px;
        flex: 0 0 auto;
                border-right: 1px solid #ededed;
    }
}



    /* =========================================
   INSTITUTION PROFILE SECTION
========================================= */

.institution-profile-section {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.institution-profile-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   SECTION HEADING
========================================= */

.institution-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: black;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.institution-title {
    max-width: 900px;
    margin: 0 0 16px;
    color: black;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
}

.institution-description {
    max-width: 930px;
    /*margin-bottom: 32px;*/
    color: #667085;
    font-size: 17px;
    line-height: 1.8;
}

.institution-description p {
    margin-bottom: 15px;
}

.institution-description p:last-child {
    margin-bottom: 0;
}

.institution-description ul,
.institution-description ol {
    margin-bottom: 16px;
    padding-left: 22px;
}

.institution-description li {
    margin-bottom: 7px;
}

.institution-description li::marker {
    color: #e5a22a;
}


/* =========================================
   FEATURE CARDS
========================================= */

.institution-feature-row {
    margin-top: 5px;
}

.institution-feature-row > div {
    display: flex;
}

.institution-feature-card {
    position: relative;
    width: 100%;
    min-height: 190px;
    padding: 20px 20px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #d9e2e9;
    border-top: 5px solid black;
    border-radius: 5px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.institution-feature-card::after {
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 90px;
    height: 90px;
    background-color: rgba(6, 53, 94, 0.04);
    border-radius: 50%;
    content: "";
}

.institution-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(6, 53, 94, 0.12);
}

.institution-feature-card h3 {
     position: relative;
    z-index: 2;
    margin: 0 0 13px;
    color: black;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.institution-feature-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.75;
}


/* Automatic card accent colours */

.institution-feature-card.accent-green {
    border-top-color: black;
}

.institution-feature-card.accent-gold {
    border-top-color: #e5a22a;
}

.institution-feature-card.accent-blue {
    border-top-color: black;
}

.institution-feature-card.accent-gold::after {
    background-color: rgba(229, 162, 42, 0.08);
}


/* =========================================
   RIGHT PROFILE CARD
========================================= */

.institution-profile-card {
    position: relative;
    height: 100%;
    min-height: 400px;
    padding: 38px 34px;
    overflow: hidden;
    background: linear-gradient(
        145deg,
        #f7faff 0%,
        #fffaf0 100%
    );
    border: 1px solid #d5e0e8;
    border-radius: 5px;
    box-shadow: 0 15px 45px rgba(6, 53, 94, 0.07);
}

.profile-decoration {
    position: absolute;
    top: 0;
    left: 45px;
    width: 90px;
    height: 6px;
    background-color: #e5a22a;
    border-radius: 0 0 8px 8px;
}

.profile-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    margin-bottom: 15px;
    padding: 8px 17px;
    color: black;
        background: #ffc107;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.profile-title {
      position: relative;
    z-index: 2;
    margin: 0 0 16px;
    color: black;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.profile-divider {
    position: relative;
    z-index: 2;
    display: block;
    width: 58px;
    height: 3px;
    margin-bottom: 17px;
    background-color: #e5a22a;
}

.profile-description {
    position: relative;
    z-index: 2;
    margin: 0 0 28px;
    color: #667085;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   PROFILE BUTTON
========================================= */

.profile-button {
    position: relative;
    z-index: 3;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
color: black;
            background: #ffc107;

    border-radius: 9px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.4;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.profile-button::after {
    margin-left: 9px;
    font-size: 18px;
    line-height: 1;
    content: "→";
    transition: transform 0.3s ease;
}

.profile-button:hover {
    color: black;
    background-color: #e5a22a;
    border-color: #e5a22a;
    transform: translateY(-2px);
}

.profile-button:hover::after {
    transform: translateX(4px);
}

.profile-button:focus-visible {
    outline: 3px solid rgba(229, 162, 42, 0.45);
    outline-offset: 3px;
}


/* =========================================
   DECORATIVE SHAPE
========================================= */

.profile-shape {
    position: absolute;
    right: -50px;
    bottom: -55px;
    width: 190px;
    height: 190px;
    background-color: rgba(6, 53, 94, 0.07);
    border-radius: 50% 0 0;
}

.profile-shape::before {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 95px;
    height: 95px;
    border: 2px solid rgba(229, 162, 42, 0.25);
    border-radius: 50%;
    content: "";
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px) {
    .institution-profile-card {
        min-height: auto;
        margin-top: 10px;
    }

    .institution-title {
        max-width: 100%;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
    .page-id-244 .why-asmc-section {
        
    padding-bottom: 50px !important;

    }
    .institution-kicker {
        margin-bottom: 12px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .institution-title {
        margin-bottom: 14px;
        font-size: 31px;
        line-height: 1.25;
        letter-spacing: -0.4px;
    }

    .institution-description {
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.75;
    }

    .institution-feature-card {
        min-height: auto;
        padding: 25px 23px;
        border-radius: 14px;
    }

    .institution-feature-card h3 {
        font-size: 19px;
    }

    .institution-feature-card p {
        font-size: 15px;
    }

    .institution-profile-card {
        padding: 30px 25px;
        border-radius: 18px;
    }

    .profile-title {
        font-size: 22px;
    }

    .profile-description {
        font-size: 15px;
    }

    .profile-decoration {
        left: 30px;
        width: 70px;
    }
}


/* =========================================
   REDUCED MOTION ACCESSIBILITY
========================================= */

@media (prefers-reduced-motion: reduce) {
    .institution-feature-card,
    .profile-button,
    .profile-button::after {
        transition: none;
    }

    .institution-feature-card:hover,
    .profile-button:hover {
        transform: none;
    }
}


/**/

/* =========================================
   WHY ASMC SECTION
========================================= */

.why-asmc-section {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}


/* Section heading */

.why-asmc-heading {
    max-width: 1250px;
    margin: 0 auto 45px;
}

.why-asmc-heading .kicker {
    display: inline-block;
    margin-bottom: 15px;
    color: #e5a22a;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
}



.why-asmc-heading p {
    max-width: 800px;
    margin: 16px auto 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}


/* Feature grid */

.why-asmc-grid > div {
    display: flex;
}

.why-asmc-item {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 18px;
    padding: 5px 0;
}


/* Tick icon */

.why-asmc-icon {
    display: inline-flex;
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: rgba(229, 162, 42, 0.16);
    border-radius: 14px;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}

.why-asmc-item:hover .why-asmc-icon {
    color: #ffffff;
    background-color: black;
    transform: translateY(-3px);
}


/* Feature content */

.why-asmc-content {
    flex: 1;
    min-width: 0;
}

.why-asmc-content h3 {
    margin: 0 0 7px;
    color: black;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.4;
}

.why-asmc-content p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}


/* Tablet */

@media (max-width: 991.98px) {
    .why-asmc-heading {
        margin-bottom: 38px;
    }

    .why-asmc-heading h2 {
        font-size: 32px;
    }
}


/* Mobile */

@media (max-width: 767.98px) {
    .why-asmc-heading {
        margin-bottom: 30px;
        text-align: left !important;
    }

    .why-asmc-heading .kicker {
        width: auto !important;
        margin-bottom: 12px;
        font-size: 12px;
    }

    .why-asmc-heading h2 {
        font-size: 22px;
        line-height: 1.35;
        letter-spacing: -0.3px;
    }

    .why-asmc-heading p {
        margin-top: 12px;
        font-size: 14px;
    }

    .why-asmc-grid {
        --bs-gutter-y: 1.7rem;
    }

    .why-asmc-item {
        gap: 14px;
    }

    .why-asmc-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 12px;
    }

    .why-asmc-icon svg {
        width: 22px;
        height: 22px;
    }

    .why-asmc-content h3 {
        font-size: 17px;
    }

    .why-asmc-content p {
        font-size: 14px;
        line-height: 1.65;
    }
}


/* Accessibility */

@media (prefers-reduced-motion: reduce) {
    .why-asmc-icon {
        transition: none;
    }

    .why-asmc-item:hover .why-asmc-icon {
        transform: none;
    }
}

.page-id-244 .medical-slider .carousel-item::after{
    background: none !important;
}


.portal-icon img{
        width: 50px;
    height: auto;
}

.notice-ticker a.ticker-item {
    color: inherit;
    text-decoration: none;
}


.page-id-248 .stat-card strong{
        font-size: 30px;
}

.page-id-248 .stat-card img{
    width: 50px;
    height: auto;
}


.vr{
        background-color: rgb(0 0 0) !important;
}

/* ========================================
   BRAND HEADER
======================================== */

.brand-bar {
    background: #fff;
    border-top: 5px solid #e5a22a;
}

.brand-bar .main-logo {
    width: 100px;
        border: 1px solid #e4e4e4;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}





/* ========================================
   ADMISSION BUTTON
======================================== */

.admission-enquiry-btn {
    background: #ffc107;
    border: 1px solid #e5a22a;
    color: #082f3d;
    padding: 11px 20px;
    border-radius: 4px;
    font-weight: 600;
    white-space: nowrap;
    transition: all .25s ease;
}

.admission-enquiry-btn:hover,
.admission-enquiry-btn:focus {
    background: black;
    border-color: black;
    color: #fff;
}


/* ========================================
   MODAL
======================================== */

.admission-modal {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

.admission-modal .modal-header {
    padding: 25px 30px;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
}

.admission-modal .modal-body {
    padding: 20px 25px;
}

.admission-modal-subtitle {
    display: block;
    color: #e5a22a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}

.admission-modal .modal-title {
    color: black;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.admission-modal .modal-header p {
    color: #666;
    font-size: 14px;
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767.98px) {

    .brand-bar .container {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    /*
     * Hide college name + subtitle
     */
    .brand-text {
        display: none !important;
    }

    /*
     * Smaller logo
     */
    .brand-bar .main-logo {
        width: 70px;
        height: 70px;
    }

    .brand-identity {
        gap: 0 !important;
    }

    /*
     * Compact button
     */
    .admission-enquiry-btn {
padding: 10px 25px;
        font-size: 15px;
    }

    .admission-enquiry-btn i {
        font-size: 14px;
    }

    /*
     * Modal
     */
    .admission-modal .modal-header {
        padding: 20px;
    }

    .admission-modal .modal-body {
        padding: 20px;
    }

    .admission-modal .modal-title {
        font-size: 22px;
    }
}

#frm_form_3_container input{
        padding: 12px 10px;
}
#frm_field_15_container{
    margin-bottom: 0px;
}
.with_frm_style .frm_form_fields > fieldset{
    padding-bottom: 0px !important;
}

.dynamic-table-card{
    border: 1px solid #dadada;
}


/* =========================================================
   ASMC DESKTOP HEADER LOGO POSITION
   Only for screens 992px and above
========================================================= */

@media (min-width: 992px) {

    /*
     * Common desktop header positioning
     */
    .top-strip,
    .brand-bar,
    .main-nav {
        position: relative;
    }

    .brand-bar {
        overflow: visible;
        z-index: 20;
    }

    .top-strip {
        z-index: 10;
    }

    .main-nav {
        z-index: 15;
    }


    /*
     * Logo
     * Spans Top Bar + Brand Bar + Navigation
     */
    .brand-identity {
        position: relative;
    }

    .main-logo-web {
               position: absolute;
        width: 155px !important;
        height: 155px !important;
        object-fit: contain !important;
        left: 0;
        top: -48px;
        z-index: 100;
        max-width: none;
                background: #fff;
        padding: 10px;
    }
    .main-nav .navbar-nav > .menu-item:first-child > .nav-link {
 padding-left: 0px !important;
}


    /*
     * Reserve space for logo in Brand section
     */
    .brand-text {
        margin-left: 175px;
    }


    /*
     * Reserve same left space in top yellow bar
     */
    .top-strip .left-for-web {
        margin-left: 175px;
    }


    /*
     * Reserve same left space in main navigation
     */
    .main-nav .left-for-web-menu {
        margin-left: 175px;
    }


    /*
     * Brand bar height
     */
    .brand-bar > .container {
        min-height: 84px;
        position: relative;
    }


    /*
     * Navigation
     */
    .main-nav .navbar-nav {
        align-items: center;
    }

}

.notice-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.notice-item-link {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 0;
    text-decoration: none;
    color: inherit;
}

.notice-item-link:hover {
    color: inherit;
    text-decoration: none;
}

.notice-item-link .notice-date {
    flex: 0 0 auto;
}

.notice-content {
    flex: 1 1 auto;
    min-width: 0;
}

.notice-item-link .notice-tag {
    flex: 0 0 auto;
}


.event-item-link{
        display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}


/* Container styling */
.social-icons-wrapper {
        display: flex;
    align-items: center;
    gap: 12px;
    /* margin-top: 18px; */
    margin-bottom: 20px;
}

/* Base icon button styling */
.social-icons-wrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f1f5f9; /* Light background */
    color: black; /* Blue tone matching design */
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* SVG icon sizing */
.social-icons-wrapper a .x-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
#frm_field_13_container{
    margin-bottom: 15px;
}

/* Hover effects */
.social-icons-wrapper a:hover {
    background-color: #ffc107; /* Matches submit button color */
    color: #000;
    transform: translateY(-2px);
}


.video-modal .carousel-control-prev-icon{
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
    background-color: black;
    border-radius: 10px;
    padding: 10px;
    width: 40px;
    height: 40px;
}

.video-modal .carousel-control-next-icon{
    background-color: black;
        border-radius: 10px;
    padding: 10px;
    width: 40px;
    height: 40px;
}

.video-modal .carousel-control-prev {
    left: -130px;
}

.video-modal .carousel-control-next {
    right: -130px;
}

@media (min-width: 1200px) {
    .video-modal .modal-header {
        padding-bottom: 0px;
    }
    .video-modal .modal-xl {
        --bs-modal-width: 900px !important;
    }
    
    .video-modal .modal-title {
            text-align: center;
    width: 100%;
    }
}

.accreditation-item img{
    width: 50px;
    height: auto;
}

.full-width-image-section {
    width: 100%;
}

.full-width-image-item {
    width: 100%;
}

.full-width-image-item + .full-width-image-item {
    margin-top: 24px;
}

.full-width-image-item img {
    display: block;
    width: 100%;
    height: auto;
}


@media (max-width: 576px){
    .page-hero h1{
            font-size: 24px !Important;
            
    }
    
    .breadcrumb{
        padding-bottom: 0px ;
    }
    .editorial-band p{
        font-size: 16px!important
    }
    .editorial-band h2{
            font-size: 24px!important
                    margin-bottom: 0px;
    }
    .ticker-content{
            font-size: 13px !important;
    }
    .medical-slider .carousel-caption p{
            font-size: 14px !important;
    }
    .patient-panel .portal-metrics strong{
        font-size: 14px !important;
    } 
    .section-heading .kicker, .premium-kicker{
               letter-spacing: normal !important;
    }
     .patient-panel{
         padding: 25px !important;
     }
    .patient-panel h3 {
    font-size: 22px !important;
 
}
    .patient-panel .btn{
                font-size: 13px !important;
    }
    .clinical-visual{
            max-height: 410px !important;
    }
}
@media (max-width: 991.98px) {
        .main-nav .nav-link {
        padding: 0px 32px !important;
    }
}

.asmc-vmv-mission .asmc-vmv-description p{
    color: black;
}


.dropdown-item.active, .dropdown-item:active{
    background-color: #ffc107;
}

.box-sm-padding {
    display: flex;
}

.program-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.program-card .btn {
    margin-top: auto;
}


/*.about-detail-pointers {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*    gap: 14px;*/
/*}*/

.about-detail-pointer {
    display: flex;
    align-items: center;
    gap: 8px;
    /*padding: 14px 16px;*/
    margin-bottom: 15px;
    background: #ffffff;
    /*border: 1px solid #e2e8f0;*/
    /*border-radius: 10px;*/
}

.about-detail-pointer__image {
width: 30px;
    height: 33px;
    /* min-width: 44px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.about-detail-pointer__image img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*}*/

.about-detail-pointer__title {
       margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

@media (max-width: 767px) {
    .about-detail-pointers {
        grid-template-columns: 1fr;
    }
}


.footer-departments li {
    position: relative;
    padding-left: 14px;
    list-style: none;
}

.footer-departments li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffc107;
    font-weight: 700;
}


.page-id-1422  .medical-slider .carousel-item::after{
    background: none !important;
}

.page-id-1420 .stats-section .stat-card img{
        width: 40px;
    height: auto;
}


.page-id-1420 .dynamic-table-section{
background-color: transparent;
/*padding: 0px !important;*/
}



.page-id-424 .stat-card strong{
    font-size: 18px;
        line-height: 24px;
}

.page-id-424  .stat-card img{
        width: 40px;
    height: auto;
}


.footer-main .brand-subtitle{
    color: #2c2f33;
} 

@media (max-width: 767.98px) {
    
    .section-heading .kicker{
        display: block !important;
                text-align: center;
    }

    .notice-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        gap: 8px !important;
        padding-bottom: 8px;
        scrollbar-width: none;
    }

    .notice-tabs::-webkit-scrollbar {
        display: none;
    }

    .notice-filter {
        flex: 0 0 auto;
        white-space: nowrap;
    }


    .notice-item-link {
        display: grid;
        grid-template-columns: 56px 1fr;
        grid-template-areas:
            "date content"
            "date tag";
        gap: 8px 14px;
        align-items: start;
                       padding: 0px 0px;
    }

    .notice-date {
        grid-area: date;
        width: 56px;
        min-width: 56px;
        height: 56px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .notice-content {
        grid-area: content;
        min-width: 0;
    }

    .notice-content h3 {
        margin: 0 0 6px;
        font-size: 16px;
        line-height: 1.25;
    }

    .notice-content small {
        display: block;
        line-height: 1.45;
    }

    .notice-tag {
        grid-area: tag;
        justify-self: start;
        margin-top: 2px;
    }
}


@media (max-width: 992px){
    .asmc-vmv-section .section-heading {
            margin-bottom: 25px !important;
    }
    .about-detail-section .section-heading{
            margin-bottom: 20px !important;
    }
    .navbar-toggler{
        color: #fff !important;
    }
    .main-nav{
        background: linear-gradient(90deg, #000000 65%, rgb(56 56 56)) !important;
    }
    
.main-nav .navbar-brand{
    color: #fff !important;
}
}