:root {
  /* --navy: #062b5c; */
  --navy-2: #0d3b73;
  --navy: #0f3156;
  --navy2: #09233f;
  --burgundy: #9b0027;
  --burgundy-dark: #77001e;
  --red: #b4002f;
  --ink: #132238;
  --muted: #66758a;
  --line: #e6e9ee;
  --soft: #f6f8fb;
  --white: #ffffff;
  --rose: #fff1f4;
  --shadow: 0 18px 50px rgba(8, 34, 67, .10);
}

/* =========================================================
   COLLEGE DETAIL PAGES — CLEAN DESKTOP + MOBILE LAYOUT
   ========================================================= */
.college-detail-page {
  overflow-x: hidden;
  background: #f6f8fb;
}

.college-detail-page .breadcrumb-wrap {
  background: #fff;
  border-bottom: 1px solid #e7ebf1;
}

.college-detail-page .breadcrumb {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.college-detail-page .breadcrumb b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.college-detail-page .page {
  padding-top: 30px;
  padding-bottom: 46px;
}

.college-detail-page .hero {
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: stretch;
  gap: 32px;
  padding: 26px;
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(15, 39, 68, .07);
}

.college-detail-page .hero-copyy {
  grid-template-columns: 104px minmax(0, 1fr);
  align-content: center;
  gap: 20px;
}

.college-detail-page .college-logoo {
  min-height: 104px;
  padding: 13px;
  border: 1px solid #e2e7ee;
  border-radius: 15px;
  box-shadow: 0 8px 22px rgba(16, 39, 67, .13);
}

.college-detail-page .hero-text h1 {
  margin-bottom: 12px;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.13;
}

.college-detail-page .hero-meta {
  gap: 8px;
}

.college-detail-page .hero-meta span {
  padding: 7px 10px;
  background: #f4f7fa;
  border: 1px solid #e4e9ef;
  border-radius: 999px;
  line-height: 1.25;
}

.college-detail-page .hero-text p {
  max-width: 62ch;
  margin: 16px 0 20px;
  line-height: 1.7;
}

.college-detail-page .hero-actions .btn.primary {
  min-width: 245px;
}

.college-detail-page .hero-actions .btn.outline {
  display: none;
}

.college-detail-page .hero-image,
.college-detail-page .hero-image img {
  min-height: 330px;
  height: 100%;
  border-radius: 14px;
}

.college-detail-page .quick-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 39, 68, .05);
}

.college-detail-page .fact {
  min-width: 0;
  min-height: 82px;
  padding: 16px 18px;
}

.college-detail-page .fact:nth-child(3n) {
  border-right: 0;
}

.college-detail-page .fact:nth-child(-n+3) {
  border-bottom: 1px solid var(--line);
}

.college-detail-page .content-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .8fr);
  gap: 24px;
  margin-top: 24px;
}

.college-detail-page .main-content,
.college-detail-page .sidebar {
  gap: 20px;
}

.college-detail-page .content-card,
.college-detail-page .side-card {
  padding: 26px;
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 15px;
  box-shadow: 0 7px 22px rgba(15, 39, 68, .045);
}

.college-detail-page .content-card h2,
.college-detail-page .side-card h2 {
  margin-bottom: 17px;
  font-size: 21px;
}

.college-detail-page .highlight-grid>div {
  box-shadow: none;
  border: 1px solid #e4e9ef;
}

.college-detail-page .gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.college-detail-page .gallery img {
  height: 180px;
  border-radius: 11px;
}

.college-detail-page .side-card form input,
.college-detail-page .side-card form select,
.college-detail-page .side-card form textarea {
  width: 100%;
  border: 1px solid #dbe2ea;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  color: #263950;
  font: inherit;
}

.college-detail-page .bottom-cta {
  padding: 24px 0;
}

@media (max-width: 980px) {
  .college-detail-page .hero {
    grid-template-columns: 1fr;
  }

  .college-detail-page .hero-image {
    min-height: 300px;
  }

  .college-detail-page .content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  .college-detail-page .topbar {
    display: none;
  }

  .college-detail-page .header-inner {
    min-height: 72px;
  }

  .college-detail-page .brand img {
    max-width: 205px;
  }

  .college-detail-page .breadcrumb-wrap {
    overflow: hidden;
  }

  .college-detail-page .breadcrumb {
    width: calc(100% - 24px);
    padding: 11px 0;
    gap: 7px;
    font-size: 11px;
    overflow: hidden;
  }

  .college-detail-page .breadcrumb b {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .college-detail-page .page {
    width: calc(100% - 24px);
    padding-top: 14px;
    padding-bottom: 28px;
  }

  .college-detail-page .hero {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
  }

  .college-detail-page .hero-image {
    order: 1;
    min-height: 0;
    height: 215px;
    border-radius: 0;
  }

  .college-detail-page .hero-image img {
    min-height: 0;
    height: 215px;
    border-radius: 0;
  }

  .college-detail-page .hero-copyy {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: -42px;
    padding: 0 18px 20px;
    position: relative;
    z-index: 2;
  }

  .college-detail-page .college-logoo {
    width: 82px;
    min-height: 82px;
    padding: 10px;
    background: #fff;
    border-radius: 14px;
  }

  .college-detail-page .hero-text {
    width: 100%;
  }

  .college-detail-page .hero-text h1 {
    margin: 0 0 10px;
    font-size: 27px;
    line-height: 1.14;
  }

  .college-detail-page .hero-meta {
    display: flex;
    gap: 7px;
    font-size: 11px;
  }

  .college-detail-page .hero-meta span {
    padding: 6px 8px;
  }

  .college-detail-page .hero-text p {
    margin: 13px 0 17px;
    font-size: 14px;
    line-height: 1.65;
  }

  .college-detail-page .hero-actions,
  .college-detail-page .hero-actions .btn.primary {
    width: 100%;
  }

  .college-detail-page .hero-actions .btn.primary {
    min-width: 0;
    padding: 13px 15px;
    text-align: center;
  }

  .college-detail-page .quick-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .college-detail-page .fact,
  .college-detail-page .fact:nth-child(n) {
    min-height: 76px;
    padding: 13px;
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 11px;
  }

  .college-detail-page .content-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 14px;
  }

  .college-detail-page .main-content,
  .college-detail-page .sidebar {
    gap: 14px;
  }

  .college-detail-page .content-card,
  .college-detail-page .side-card {
    padding: 18px;
    border-radius: 12px;
  }

  .college-detail-page .content-card h2,
  .college-detail-page .side-card h2 {
    font-size: 19px;
    line-height: 1.25;
  }

  .college-detail-page .content-card p,
  .college-detail-page .content-card li,
  .college-detail-page .side-card p,
  .college-detail-page .side-row {
    font-size: 13px;
    line-height: 1.65;
  }

  .college-detail-page .highlight-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .college-detail-page .side-row {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .college-detail-page .gallery {
    gap: 8px;
  }

  .college-detail-page .gallery img {
    height: 125px;
  }

  .college-detail-page .bottom-inner {
    flex-direction: column;
    gap: 14px;
  }

  .college-detail-page .bottom-inner a {
    width: 100%;
    text-align: center;
  }

  .college-detail-page .floating-call {
    display: none;
  }

  .college-detail-page .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  padding: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block
}

a {
  text-decoration: none;
  color: inherit
}

.container {
  width: min(1180px, 92%);
  margin: auto
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  width: 225px;
  flex-shrink: 0
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto
}

.main-nav a {
  font-size: 16px;
  font-weight: 600;
  color: #2a3a4f
}

.main-nav a:hover {
  color: var(--burgundy)
}

.active_nav {
  color: var(--burgundy) !important;
}

.nav-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 28px
}

.nav-cta {
  margin-left: 6px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  transition: .2s ease;
}

.btn-primary {
  background: var(--burgundy);
  color: #fff
}

.btn-primary:hover {
  background: var(--burgundy-dark);
  transform: translateY(-1px)
}

.btn-outline {
  border: 1px solid var(--navy);
  color: var(--navy);
  background: #fff
}

.btn-outline:hover {
  background: var(--navy);
  color: #fff
}

.btn-light {
  background: #fff;
  color: var(--navy)
}

.btn-full {
  width: 100%;
  border: 0;
  cursor: pointer
}

.drop {
  position: relative;
}

.drop:hover .menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.drop button {
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  background: none;
  color: #263d59;
  cursor: pointer;
}

.menu {
  position: absolute;
  top: 30px;
  left: -12px;
  width: 260px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 8px;
  box-shadow: 0 12px 28px rgba(5, 34, 69, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: .2s;
}

.menu a {
  display: flex;
  justify-content: space-between;
  padding: 9px;
  border-radius: 5px;
  font-size: 16px;
}

.menu a:hover {
  background: #f5f7fa;
  color: var(--red);
}

/* topbart */


.topbar {
  background: #0c1d3b;
  color: #dbe7ff;
  font-size: 13px;
}

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

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  /* padding: 0 18px; */
}

.topbar__left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.topbar__right {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.toplink {
  opacity: .95;
  color: #dbe7ff;
  text-decoration: none;
}

.toplink {
  opacity: .95;
  color: #dbe7ff;
  text-decoration: none;
}

/* ==========banner======================== */

.university-hero {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  /* background: linear-gradient(180deg, #fbfdff 0%, #f3f8fc 60%, #eef5fa 100%); */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.863) 0%, rgba(255, 255, 255, 0.26) 72%, rgba(255, 255, 255, 0.774) 100%), url(../img/WhatsApp\ Image\ 2026-08-20\ at\ 2.04.08\ PM.jpeg) left bottom / cover no-repeat;
  /* background-image: url(assets/hero2.jpeg); */
  padding: 42px 0 0;
  transition: .3s;
}

.university-hero-pg-md-ms {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.863) 0%, rgba(255, 255, 255, 0.26) 72%, rgba(255, 255, 255, 0.774) 100%), url(../img/pgbanner.jpeg) left bottom / cover no-repeat;
  /* background-image: url(../img/pgbanner.jpeg); */
  background-size: cover;
  min-height: 600px;
}

.university-hero-bams {
  background: linear-gradient(14deg, rgba(255, 255, 255, 0.863) 0%, rgba(255, 255, 255, 0.26) 72%, rgba(255, 255, 255, 0.774) 100%), url(../img/bams-hero.avif);
  /* background-image: url(../img/pgbanner.jpeg); */
  background-size: cover;
  min-height: 600px;
}

.university-hero:hover .hero-copy h1 {
  transform: translateX(6px);
}

.hero-container {
  position: relative;
  z-index: 4;
  width: min(1320px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 50px;
  align-items: start
}

.microcopy {
  max-width: 720px;
  color: #000;
  font-size: 12.5px;
  font-weight: 550;
  margin: 0;
}

/* .hero-copy {
    padding: 32px 0 270px
} */

.eyebroww {
  color: var(--burgundy);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 12px;
  font-weight: 800
}

.eyebrow-rule {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--burgundy);
  margin: 11px 0 19px
}

.hero-copy h1 {
  margin: 0 0 20px;
  color: var(--navy2);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 55px;
  line-height: 1.07;
  letter-spacing: -.02em;
  transition: .3s;
}

.lead {
  max-width: 660px;
  margin: 0;
  color: #001532;
  font-size: 18px;
  line-height: 1.72
}

.benefitt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 34px;
  margin: 29px 0 29px;
  max-width: 690px
}

.benefitt {
  display: flex;
  align-items: center;
  gap: 13px;
  transition: .3s;
}

.benefitt:hover {
  transform: translateX(10px);
  color: #b00035;
}

.benefitt:hover .icon-circle {
  background: #b00035;
  color: #fff;
  transform: rotate(8deg) scale(1.1);
  box-shadow: 0 8px 20px rgba(176, 0, 53, 0.2);
}

.icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff0f4;
  border: 1px solid rgba(189, 0, 51, .06);
  color: var(--burgundy);
  font-size: 20px;
  flex: 0 0 46px;
  transition: .3s;
}

.benefitt strong {
  color: #173052;
  /* color: #fff; */
  font-size: 15px
}

.actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap
}

.btn {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: .2s ease
}

.btn-primary {
  background: var(--burgundy);
  border-color: var(--burgundy);
  color: #fff
}

.btn-primary:hover {
  background: var(--burgundy-dark);
  border-color: var(--burgundy-dark)
}

.btn-outline {
  background: #fff;
  border-color: var(--navy);
  color: var(--navy)
}

.btn-outline:hover {
  background: var(--navy);
  color: #fff
}

.counselling-card {
  position: relative;
  z-index: 5;
  width: 540px;
  background: rgba(255, 255, 255, .985);
  border: 1px solid rgba(8, 47, 100, .12);
  border-top: 5px solid var(--navy);
  border-radius: 14px;
  padding: 30px 34px 26px;
  box-shadow: 0 22px 52px rgba(5, 34, 69, .13);
  transition: .3s;
}

.counselling-card-pg {
  padding: 30px 34px 26px;
}

.counselling-card:hover {
  transform: translateY(-15px);
  box-shadow: rgba(11, 42, 74, 0.14) 0px 24px 58px;
}

.top-accent {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 5px
}

/* .top-accent span {
    display: block;
    width: 110px;
    height: 5px;
    background: var(--burgundy);
    border-radius: 14px 0 0 0
} */

.footer-pattern {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 340px;
  height: 340px;
  opacity: .09;
  background: radial-gradient(circle, rgba(255, 255, 255, .7) 0 2px, transparent 3px) 0 0 / 27px 27px;
  transform: rotate(9deg);
}

.form-chip {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 4px;
  background: #fff0f4;
  color: var(--burgundy);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .05em;
  font-weight: 800
}

.fa-envelope {
  color: var(--red);
}

.counselling-card h2 {
  margin: 16px 0 9px;
  color: var(--navy-deep);
  font-size: 25px;
  line-height: 1.35
}

.form-lead {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65
}

#pg-enquiry-form {
  display: grid;
  gap: 14px
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

label {
  display: grid;
  gap: 6px;
  color: #253a57;
  font-size: 11px;
  font-weight: 800
}

input,
select {
  width: 100%;
  height: 47px;
  border: 1px solid #d6dfe8;
  border-radius: 6px;
  padding: 0 12px;
  background: #fff;
  color: #243954;
  font: inherit;
  font-size: 13px
}

input:focus,
select:focus {
  outline: 2px solid rgba(8, 47, 100, .12);
  border-color: var(--navy)
}

.btn-full {
  width: 100%;
  border: 0;
  margin-top: 2px;
  cursor: pointer
}

#pg-enquiry-form small {
  color: #7a8795;
  font-size: 13px;
  line-height: 1.5
}

.campus-illustration {
  position: absolute;
  left: 0;
  bottom: 78px;
  width: 62%;
  height: 320px;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .06) 72%, rgba(255, 255, 255, .48) 100%), url(assets/banner.jpeg) left bottom / cover no-repeat; */
  z-index: 1;
  opacity: .98;
  pointer-events: none
}

.classical-building {
  position: absolute;
  right: -40px;
  top: 20px;
  width: 51%;
  height: 610px;
  opacity: .075;
  color: #355f87;
  z-index: 0;
  pointer-events: none
}

.pediment {
  width: 84%;
  height: 165px;
  margin-left: 12%;
  position: relative;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 72%, 97% 100%, 3% 100%, 0 72%);
  border-bottom: 26px solid currentColor
}

.pediment:after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 22%;
  bottom: 20%;
  background: #f6f9fc;
  clip-path: polygon(50% 0, 100% 74%, 96% 100%, 4% 100%, 0 74%)
}

.pediment span {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 22px;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 18px;
  letter-spacing: .08em
}

.column-row {
  display: flex;
  justify-content: space-around;
  padding: 0 18%
}

.column-row i {
  width: 48px;
  height: 395px;
  border-left: 14px solid currentColor;
  border-right: 14px solid currentColor;
  position: relative
}

.column-row i:before,
.column-row i:after {
  content: "";
  position: absolute;
  left: -20px;
  width: 60px;
  height: 18px;
  background: currentColor
}

.column-row i:before {
  top: 0
}

.column-row i:after {
  bottom: 0
}

.base-line {
  height: 24px;
  width: 82%;
  margin-left: 14%;
  background: currentColor
}

.trust-strip-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  padding-bottom: 24px
}

.trust-strip {
  width: min(1320px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, .985);
  border: 1px solid #dfe6ed;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(5, 34, 69, .08)
}

.trust-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  padding: 21px 24px;
  border-right: 1px solid #e1e7ed
}

.trust-item:last-child {
  border-right: 0
}

.trust-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #cfd9e3;
  color: var(--navy);
  font-size: 22px
}

.trust-item strong {
  display: block;
  color: var(--navy-deep);
  font-size: 12px;
  margin-bottom: 3px
}

.trust-item small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5
}

@media(max-width:1000px) {
  .university-hero {
    min-height: auto;
    padding-bottom: 30px
  }

  .topbar__inner {
    display: none;
  }

  .hero-container {
    grid-template-columns: 1fr
  }

  .counselling-card {
    width: 100%;
  }

  .hero-copy {
    padding-bottom: 35px
  }

  .hero-copy h1 {
    font-size: 50px
  }

  .campus-illustration {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 260px;
    margin-top: -20px;
    background-position: center bottom
  }

  .trust-strip-wrap {
    position: relative;
    bottom: auto;
    padding: 20px 0 0
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr
  }

  .trust-item:nth-child(2) {
    border-right: 0
  }

  .trust-item:nth-child(-n+2) {
    border-bottom: 1px solid #e1e7ed
  }
}



@media(max-width:400px) {
  .hero-copy h1 {
    font-size: 30px
  }

  .benefitt strong {
    font-size: 12px;
  }
}

/* PG landing-page responsive refinement */
.form-consent {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 9px;
  color: #526176;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.form-consent input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  flex: 0 0 17px;
}

.form-consent a {
  color: var(--burgundy);
  text-decoration: underline;
}

@media (max-width: 700px) {

  .university-hero-pg-md-ms,
  .university-hero-bams {
    padding: 28px 0 34px;
    min-height: 0;
    background-position: center top;
  }

  .hero-container {
    width: min(100% - 28px, 560px);
    gap: 26px;
  }

  .hero-copy {
    padding: 4px 2px 0;
  }

  .hero-copy h1 {
    margin-bottom: 16px;
    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.1;
  }

  .lead {
    font-size: 16px;
    line-height: 1.62;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .actions .btn {
    width: 100%;
  }

  .microcopy {
    padding: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
    font-size: 12px;
    line-height: 1.55;
  }

  .counselling-card,
  .counselling-card-pg {
    width: 100%;
    padding: 24px 18px;
    border-radius: 13px;
    transform: none !important;
  }

  .counselling-card h2 {
    font-size: 23px;
  }

  #pg-enquiry-form label:not(.form-consent) {
    font-size: 12px;
  }

  #pg-enquiry-form input:not([type="checkbox"]),
  #pg-enquiry-form select {
    height: 50px;
    font-size: 16px;
  }

  .floating-call,
  .floating-whatsapp {
    width: 48px;
    height: 48px;
    bottom: 16px;
  }

  .floating-call {
    right: 74px;
  }

  .floating-whatsapp {
    right: 16px;
  }

  footer {
    padding-bottom: 86px;
  }

  .footer-grid {
    gap: 26px;
  }

  .footer-brand img {
    width: min(210px, 75%);
  }
}

@media(max-width:640px) {

  .hero-container {
    width: 94%;
    gap: 28px
  }

  .university-hero-pg-md-ms {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.863) 0%, rgba(255, 255, 255, 0.26) 72%, rgba(255, 255, 255, 0.774) 100%), url(../img/pgbannermobile.jpeg) left bottom / cover no-repeat;
  }

  .hero-copy {
    padding-top: 10px
  }

  .hero-copy h1 {
    font-size: 38px
  }

  .lead {
    font-size: 13px
  }

  .benefit-grid {
    grid-template-columns: 1fr
  }

  .form-row {
    grid-template-columns: 1fr
  }

  .counselling-card {
    padding: 24px 20px
  }

  .classical-building {
    opacity: .035;
    width: 85%
  }

  .trust-strip {
    grid-template-columns: 1fr
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid #e1e7ed
  }

  .trust-item:last-child {
    border-bottom: 0
  }
}


/* .hero {
  background:
    radial-gradient(circle at 92% 10%, rgba(155, 0, 39, .07), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
  padding: 72px 0 64px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 54px;
  align-items: center;
} */

/* .eyebrow,
.kicker {
  color: var(--burgundy);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 800;
} */

/* .hero h1 {
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--navy);
  font-size: 56px;
  line-height: 1.11;
  margin: 14px 0 18px;
  letter-spacing: -.02em;
}

.hero-lead {
  font-size: 19px;
  color: #526173;
  max-width: 700px
} */

/* .trust-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
  margin: 28px 0;
  color: #33455d;
  font-weight: 600;
  font-size: 14px;
} */

/* .hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
} */

/* .city-note {
  margin-top: 22px;
  color: #627085;
  font-size: 13px;
  font-weight: 600
}

.lead-card {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--navy);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.lead-badge {
  display: inline-block;
  background: #fbecef;
  color: var(--burgundy);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 7px 9px;
  border-radius: 4px;
}

.lead-card h2 {
  font-size: 27px;
  color: var(--navy);
  margin: 13px 0 7px
}

.lead-card p {
  color: var(--muted);
  margin-top: 0
}

.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 22px
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #33445a
}

input,
select {
  width: 100%;
  border: 1px solid #d6dce4;
  border-radius: 6px;
  background: #fff;
  min-height: 46px;
  padding: 0 12px;
  font: inherit;
  font-size: 14px;
  color: #27374b;
}

input:focus,
select:focus {
  outline: 2px solid rgba(6, 43, 92, .14);
  border-color: var(--navy)
} */

small {
  color: #7a8696;
  font-size: 10px
}

.section {
  padding: 78px 0
}

.section-heading {
  max-width: 800px;
  margin-bottom: 34px
}

.section-heading h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--navy);
  font-size: 36px;
  line-height: 1.25;
  margin: 8px 0 0;
}

.section-heading.split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.two-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.path-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(17, 44, 77, .05);
}

.path-label {
  display: inline-block;
  background: var(--navy);
  color: white;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  border-radius: 3px;
}

.path-label.burgundy {
  background: var(--burgundy)
}

.path-card h3 {
  font-size: 25px;
  color: var(--navy);
  margin: 16px 0 8px
}

.path-card p {
  color: var(--muted)
}

.path-card ul {
  padding-left: 18px;
  color: #44546a
}

.text-link {
  color: var(--burgundy);
  font-weight: 800;
  font-size: 14px
}

.text-link.small {
  font-size: 12px
}

.colleges-section {
  background: var(--soft)
}

.college-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.college-card {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 20px;
  transition: .2s;
}

.college-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(10, 34, 65, .08)
}

.college-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #cfd7e3;
  color: var(--navy);
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: bold;
  flex: 0 0 auto;
}

.college-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 17px
}

.college-card p {
  margin: 4px 0 10px;
  color: var(--muted);
  font-size: 13px
}

.tags {
  display: flex;
  gap: 6px;
  margin-bottom: 9px
}

.tags span {
  font-size: 10px;
  font-weight: 800;
  border: 1px solid #d7dde5;
  color: #4a5c72;
  padding: 3px 6px;
  border-radius: 3px;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.pill-grid a {
  border: 1px solid var(--line);
  border-left: 4px solid var(--burgundy);
  padding: 16px;
  background: #fff;
  font-weight: 700;
  color: var(--navy);
}

.pill-grid a:hover {
  background: #f8f9fb
}

.process {
  background: #fbfcfe
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.step {
  border-top: 3px solid var(--navy);
  background: #fff;
  padding: 24px;
  border-radius: 4px
}

.step span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0f3f8;
  color: var(--navy);
  font-weight: 800;
}

.step h3 {
  color: var(--navy);
  font-size: 18px;
  margin-bottom: 6px
}

.step p {
  color: var(--muted);
  font-size: 14px
}

.cta-band {
  background: var(--navy);
  padding: 48px 0
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

/* .kicker.light {
  color: #e4b6c1
} */

.cta-inner h2 {
  color: #fff;
  margin: 6px 0 0;
  font-size: 30px;
  max-width: 760px
}

footer {
  background: #071b35;
  color: #d6deea;
  overflow: hidden;
  padding: 56px 0 0px;
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .7fr 1.2fr;
  gap: 36px
}

.footer-brand img {
  width: 250px;
  background: #fff;
  padding: 8px;
  border-radius: 3px
}

.footer-contacts {
  display: flex;
  align-items: center;
}

.footer-contacts a {
  padding: 0 6px;
}

.footer-contacts::before {
  content: "✆";
  margin-right: 6px;
  color: #d6e2ee;
  font-size: 16px;
  font-weight: bolder;
}

.footer-contacts>a:first-child {
  border-right: 1px solid #ffff;
  padding-left: 0;
}

.mbbspg-footer__contact-link::before {
  content: "✆";
  margin-right: 8px;
  color: #d6e2ee;
  font-size: 15px;
  font-weight: bolder;
}

footer h4 {
  color: #fff;
  margin: 0 0 14px
}

#contact a {
  display: block;
  color: #bec9d7;
  margin: 8px 0;
  font-size: 14px;
  transition: .3s;
}

#contact a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .14);
  transform: translateX(4px);
}

#contact a span {
  opacity: 0;
  transform: translateX(-5px);
  transition: .3s ease;
}

#contact a:hover span {
  opacity: 1;
  transform: none;
}

footer p {
  font-size: 13px;
  color: #bec9d7
}

.footer-bottom {
  margin-top: 38px;
  /* padding-top: 18px; */
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.provider-note {
  margin-top: 18px;
  padding-left: 12px;
  border-left: 3px solid var(--burgundy);
  display: grid;
  gap: 3px;
}

.provider-note small {
  color: #8fa3b8;
  font-size: 16px;
}

.footer-cta {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  min-height: 43px;
  margin-top: 20px !important;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--burgundy);
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800;
  transition: .22s ease !important;
}

.provider-note strong {
  color: #fff;
  font-size: 12px;
}

.footer-bottom .disclaimer {
  max-width: 690px;
  text-align: right
}

.floating-call,
.floating-whatsapp {
  position: fixed;
  bottom: 22px;
  z-index: 40;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
}

.floating-whatsapp i {
  font-size: 25px;
}

.floating-call {
  right: 88px;
  background: var(--burgundy)
}

.floating-call i {
  font-size: 25px;
}

.floating-whatsapp {
  right: 22px;
  background: #1f8f55
}

@media(max-width:1000px) {

  .main-nav,
  .nav-cta {
    display: none
  }

  .nav-toggle {
    display: block;
    margin-left: auto
  }

  .main-nav.open {
    display: flex;
    position: absolute;
    left: 4%;
    right: 4%;
    top: 78px;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

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

  .hero h1 {
    font-size: 46px
  }

  .college-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:680px) {
  .brand {
    width: 175px
  }

  .hero {
    padding-top: 42px
  }

  .hero h1 {
    font-size: 37px
  }

  .hero-lead {
    font-size: 16px
  }

  .trust-row,
  .form-row,
  .two-cards,
  .college-grid,
  .pill-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 58px 0
  }

  .section-heading h2 {
    font-size: 29px
  }

  .section-heading.split,
  .cta-inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column
  }

  .cta-inner h2 {
    font-size: 25px
  }

  .footer-bottom .disclaimer {
    text-align: left
  }

  .floating-call {
    /* display: none */
  }
}


/* ---------- Professional photography additions ---------- */
/* .hero-photo {
  margin-top: 30px;
  position: relative;
  height: 210px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(7, 39, 78, .10);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 28, 59, .82) 0%, rgba(3, 28, 59, .18) 58%, rgba(3, 28, 59, 0) 100%);
} */

.photo-caption {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 22px;
  color: #fff;
  max-width: 330px;
  display: grid;
  gap: 3px;
}

.photo-caption strong {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 19px;
}

.photo-caption span {
  font-size: 12px;
  opacity: .9;
}

.editorial-section {
  background: #fff;
  border-top: 1px solid #f1f3f6;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.08fr .95fr .62fr;
  gap: 26px;
  align-items: stretch;
}

.editorial-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 430px;
  background: #eef2f6;
}

.editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-image.large img {
  object-position: center center;
}

.editorial-image.portrait img {
  object-position: center 18%;
}

.image-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(6, 43, 92, .92);
  color: #fff;
  padding: 9px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.editorial-copy {
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.editorial-copy h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--navy);
  font-size: 34px;
  line-height: 1.25;
  margin: 10px 0 14px;
}

.editorial-copy>p {
  color: var(--muted);
  margin-top: 0;
}

.editorial-points {
  display: grid;
  gap: 13px;
  margin: 18px 0 26px;
}

.editorial-points div {
  border-left: 3px solid var(--burgundy);
  padding-left: 13px;
  display: grid;
}

.editorial-points strong {
  color: var(--navy);
  font-size: 14px;
}

.editorial-points span {
  color: var(--muted);
  font-size: 12px;
}

.portrait-note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 18px;
  color: #fff;
  background: linear-gradient(0deg, rgba(5, 33, 68, .94), rgba(5, 33, 68, 0));
  display: grid;
}

.portrait-note span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.portrait-note strong {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 18px;
  max-width: 220px;
}

.college-card {
  position: relative;
  padding-top: 118px;
  overflow: hidden;
}

.college-photo-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 96px;
  background:
    linear-gradient(135deg, rgba(6, 43, 92, .96), rgba(13, 59, 115, .76)),
    linear-gradient(45deg, #d9e1ea, #f3f6fa);
  display: flex;
  align-items: flex-end;
  padding: 12px 16px;
}

.college-photo-placeholder:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 15px;
  width: 58px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-bottom: 0;
  clip-path: polygon(50% 0, 100% 27%, 100% 100%, 0 100%, 0 27%);
}

.college-photo-placeholder span {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, .88);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

@media(max-width:1000px) {
  .editorial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-copy {
    grid-column: 1 / -1;
    order: -1;
  }

  .editorial-image {
    min-height: 340px;
  }
}

@media(max-width:680px) {
  .hero-photo {
    height: 190px;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .editorial-copy {
    grid-column: auto;
  }

  .editorial-copy h2 {
    font-size: 28px;
  }

  .editorial-image {
    min-height: 300px;
  }

  .editorial-image.portrait {
    min-height: 360px;
  }
}




/* Slightly richer section rhythm */
.intro-cards {
  background: #fffaf5;
}

.colleges-section {
  background: linear-gradient(180deg, #eef3f8 0%, #f7f9fc 100%);
}

.specialities {
  background: #fff;
}

.process {
  background: linear-gradient(180deg, #fbfcfe 0%, #f2f5f9 100%);
}

/* =========================
   SERVICE PROVIDER SECTION
   ========================= */
.provider-section {
  background: #fff9f5;
  padding: 62px 0;
}

.provider-panel {
  display: grid;
  grid-template-columns: 150px 1fr 280px;
  gap: 30px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(6, 43, 92, .10);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 18px 50px rgba(5, 34, 69, .08);
  position: relative;
  overflow: hidden;
}

.provider-panel:after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  right: -90px;
  top: -100px;
  background: radial-gradient(circle, rgba(155, 0, 39, .09), rgba(155, 0, 39, 0) 70%);
}

.provider-mark {
  display: grid;
  place-items: center;
}

.provider-seal {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--navy);
  color: #fff;
  border: 8px solid #edf2f7;
  box-shadow: 0 8px 22px rgba(6, 43, 92, .12);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.35;
}

.provider-copy h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--navy);
  font-size: 31px;
  line-height: 1.3;
  margin: 9px 0 10px;
}

.provider-copy h2 span {
  color: var(--burgundy);
}

.provider-copy p {
  color: var(--muted);
  margin-top: 0;
  max-width: 760px;
}

.provider-offices {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.provider-offices div {
  min-width: 132px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fafbfd;
  display: grid;
}

.provider-offices strong {
  color: var(--navy);
  font-size: 13px;
}

.provider-offices span {
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.provider-side {
  position: relative;
  z-index: 2;
  background: #f5f7fa;
  border-left: 4px solid var(--burgundy);
  padding: 20px 20px;
  border-radius: 0 9px 9px 0;
  display: grid;
  gap: 10px;
}

.provider-label {
  text-transform: uppercase;
  letter-spacing: .13em;
  color: var(--burgundy);
  font-size: 10px;
  font-weight: 800;
}

.provider-side strong {
  color: var(--navy);
  line-height: 1.45;
}

.provider-btn {
  width: max-content;
  margin-top: 4px;
}

@media(max-width:1000px) {
  .hero-copy-v2 h1 {
    font-size: 48px
  }

  .hero-service-strip {
    grid-template-columns: repeat(3, 1fr)
  }

  .provider-panel {
    grid-template-columns: 120px 1fr;
  }

  .provider-side {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 4px solid var(--burgundy);
    border-radius: 0 0 9px 9px;
  }
}

@media(max-width:680px) {
  .hero-v2 {
    padding-top: 34px
  }

  .hero-copy-v2 h1 {
    font-size: 38px
  }

  .hero-visual-wrap {
    padding-right: 0
  }

  .hero-photo-v2 {
    height: 220px
  }

  .hero-mini-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 10px;
  }

  .form-shell {
    padding-left: 0
  }

  .form-accent-panel {
    right: -25px;
    width: 95%
  }

  .hero-service-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
  }

  .provider-panel {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .provider-mark {
    justify-content: start;
  }

  .provider-copy h2 {
    font-size: 27px;
  }
}



/* Explore selected institutions ============================================ */


/* :root {
  --navy: #082f64;
  --navy-deep: #062654;
  --burgundy: #b4002f;
  --text: #5f7087;
  --line: #d9e2ec;
  --white: #ffffff;
} */

/* * {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: #fff;
  color: #173052
}

a {
  text-decoration: none;
  color: inherit
}

img {
  display: block;
  max-width: 100%
} */

.featured-colleges {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 79% 18%, rgba(255, 255, 255, .88), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #edf5fc 0%, #f8fbfe 100%);
  padding: 58px 0 0;
}

.campus-watermark {
  position: absolute;
  top: 0;
  right: -40px;
  width: 43%;
  height: 80%;
  background: url("../img/college-campus.jpg") center/cover no-repeat;
  opacity: .075;
  filter: grayscale(1) contrast(.8);
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, .45), transparent);
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, .45), transparent);
  pointer-events: none;
}

.fc-container {
  width: min(1360px, 92%);
  margin: auto;
  position: relative;
  z-index: 2
}

.fc-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 30px
}

.fc-kicker {
  color: var(--burgundy);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 10px
}

.fc-heading-copy h2 {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--navy-deep);
  font-size: 43px;
  line-height: 1.2
}

.fc-rule {
  width: 82px;
  height: 2px;
  background: var(--burgundy);
  margin: 20px 0 15px
}

.fc-heading-copy p {
  margin: 0;
  color: #566981;
  font-size: 16px
}

.view-all {
  color: var(--burgundy);
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 8px;
  white-space: nowrap
}

.carousel-shell {
  position: relative
}

.carousel-viewport {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 16px 42px rgba(5, 34, 69, .10)
}

.carousel-track {
  display: flex;
  transition: transform .55s cubic-bezier(.22, .61, .36, 1)
}

.college-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: #fff;
  min-height: 462px
}

.college-photo {
  position: relative;
  min-height: 462px;
  overflow: hidden
}

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

.photo-label {
  position: absolute;
  left: 24px;
  bottom: 22px;
  background: var(--navy);
  color: #fff;
  padding: 11px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 10px;
  font-weight: 800
}

.college-content {
  padding: 38px 40px 34px
}

.college-number {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 4px;
  background: var(--burgundy);
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 20px
}

.college-content h3 {
  margin: 15px 0 7px;
  color: var(--navy-deep);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 29px;
  line-height: 1.25
}

.college-location {
  color: #607289;
  font-size: 14px;
  font-weight: 500
}

.pin {
  color: var(--burgundy);
  margin-right: 7px;
  font-size: 15px
}

.divider {
  height: 1px;
  background: var(--line);
  margin: 20px 0
}

.college-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.factt {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 11px;
  align-items: center
}

.fact-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff1f4;
  color: var(--burgundy);
  font-size: 20px;
  font-weight: 800
}

.factt span {
  display: block;
  color: #6c7b8e;
  font-size: 12px;
  margin-bottom: 3px
}

.factt strong {
  display: block;
  color: var(--navy);
  font-size: 11px;
  line-height: 1.35
}

.college-description {
  color: #61738a;
  font-size: 13px;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 0 18px
}

.details-link {
  color: var(--burgundy);
  font-weight: 800;
  font-size: 13px
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #d5dde7;
  background: #fff;
  color: var(--navy);
  font-size: 34px;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .10);
  cursor: pointer
}

.carousel-btn.prev {
  left: -25px
}

.carousel-btn.next {
  right: -25px
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 11px;
  padding: 26px 0 34px
}

.carousel-dots button {
  width: 17px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #ccd5e0;
  cursor: pointer
}

.carousel-dots button.active {
  width: 26px;
  background: var(--burgundy)
}

.benefit-bar {
  background: linear-gradient(90deg, #062654, #0b3d7a);
  color: #fff
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.benefit {
  min-height: 124px;
  padding: 24px 27px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, .20)
}

.benefit:last-child {
  border-right: 0
}

.benefit-icon {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 23px;
  color: #fff
}

.benefit strong {
  display: block;
  font-size: 13px;
  margin-bottom: 5px
}

.benefit span {
  display: block;
  color: #d9e5f2;
  font-size: 10px;
  line-height: 1.55
}

@media(max-width:980px) {
  .fc-heading-copy h2 {
    font-size: 36px
  }

  .college-slide {
    grid-template-columns: 1fr
  }

  .college-photo {
    min-height: 330px
  }

  .college-content {
    padding: 30px
  }

  .benefit-grid {
    grid-template-columns: 1fr 1fr
  }

  .benefit:nth-child(2) {
    border-right: 0
  }

  .benefit:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .16)
  }
}

@media(max-width:620px) {
  .featured-colleges {
    padding-top: 42px
  }

  .fc-container {
    width: 94%
  }

  .fc-heading-row {
    display: block
  }

  .fc-heading-copy h2 {
    font-size: 30px
  }

  .fc-heading-copy p {
    font-size: 14px
  }

  .view-all {
    display: inline-block;
    margin: 14px 0 0
  }

  .campus-watermark {
    width: 80%;
    opacity: .045
  }

  .carousel-viewport {
    border-radius: 12px
  }

  .college-photo {
    min-height: 235px
  }

  .college-content {
    padding: 23px 20px 25px
  }

  .college-number {
    width: 46px;
    height: 46px;
    font-size: 17px
  }

  .college-content h3 {
    font-size: 24px
  }

  .college-facts {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .fact {
    grid-template-columns: 43px 1fr
  }

  .college-description {
    font-size: 12px
  }

  .carousel-btn {
    width: 42px;
    height: 42px;
    font-size: 28px
  }

  .carousel-btn.prev {
    left: -8px
  }

  .carousel-btn.next {
    right: -8px
  }

  .benefit-grid {
    grid-template-columns: 1fr
  }

  .benefit {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 18px 20px
  }

  .benefit:last-child {
    border-bottom: 0
  }
}


/* Explore high-demand MD & MS branches=============================================== */



/* :root {
  --navy: #082f64;
  --navy-deep: #062654;
  --burgundy: #b4002f;
  --text: #5f7087;
  --line: #dfe6ee;
  --white: #ffffff;
  --soft: #f0f6fb;
  --rose: #fff1f4;
} */

/* * {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  padding: 0
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: #173052;
  background: #fff
} */

/* a {
  text-decoration: none
} */

/* .container {
  width: min(1312px, 92%);
  margin: auto
} */
.kicker {
  display: inline-block;
  color: var(--burgundy);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 800
}

.short-rule {
  width: 34px;
  height: 3px;
  background: var(--burgundy);
  margin: 17px 0 18px
}

.pg-specialities-section {
  position: relative;
  overflow: hidden;
  padding: 36px 0 28px;
  background: linear-gradient(180deg, #edf5fc 0%, #f9fbfd 100%);
}

.section-pattern {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: radial-gradient(circle, rgba(8, 47, 100, .07) 0 2px, transparent 3px) 0 0/36px 36px;
  opacity: .4;
}

.specialities-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: end;
  min-height: 300px;
}

.specialities-copy {
  padding: 0 0 24px
}

.specialities-copy h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 40px;
  line-height: 1.23;
}

.specialities-copy p {
  margin: 0;
  color: #5f7087;
  font-size: 15px;
  line-height: 1.7;
  max-width: 470px;
}

.doctors-visual {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 15px 20px 0;
}

.doctor-group-placeholder {
  position: relative;
  width: 560px;
  height: 280px
}

.doctor-avatar {
  position: absolute;
  bottom: 0;
  width: 118px;
  height: 215px;
  background: linear-gradient(180deg, #fdfefe 0%, #e9eef4 100%);
  border: 2px solid #dbe3ea;
  border-radius: 55px 55px 22px 22px;
}

.doctor-avatar:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 29px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d8b49b;
  border: 4px solid #2f3c4e;
}

.doctor-avatar:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 55px;
  width: 80px;
  height: 80px;
  border: 3px solid #8a9bad;
  border-top: 0;
  border-radius: 0 0 40px 40px;
}

.d1 {
  left: 40px;
  height: 190px
}

.d2 {
  left: 155px;
  height: 225px
}

.d3 {
  left: 285px;
  height: 215px
}

.d4 {
  left: 405px;
  height: 200px
}

.book-shape {
  position: absolute;
  left: 220px;
  bottom: 18px;
  width: 150px;
  height: 45px;
  background: #d8b08b;
  transform: rotate(-3deg);
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, .12);
}

.specialities-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 20px;
}

.speciality-card {
  background: #fff;
  border: 1px solid #e3e8ee;
  border-left: 4px solid var(--burgundy);
  border-radius: 10px;
  min-height: 128px;
  padding: 18px;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 15px;
  align-items: center;
  transition: .3s;
  box-shadow: 0 7px 20px rgba(5, 34, 69, .07);
}

.speciality-card:hover {
  transform: perspective(1000px) rotateX(8deg) rotateY(-8deg) scale(1.05);
  box-shadow: 20px 25px 40px rgba(0, 0, 0, 0.25);
}

.spec-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--rose);
  color: var(--burgundy);
  font-size: 28px;
  font-weight: 700;
}

.spec-copy h3 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.3
}

.spec-copy p {
  margin: 0 0 8px;
  color: #5d6e83;
  font-size: 14px;
  line-height: 1.55
}

.spec-copy a {
  color: var(--burgundy);
  font-size: 14px;
  font-weight: 800
}

/* .counselling-process-section {
  padding: 34px 0 28px;
  background: linear-gradient(180deg, #f6f9fc 0%, #eef4f9 100%);
  border-top: 1px solid #dce4ec;
}

.process-heading {
  margin-bottom: 24px
}

.process-heading h2 {
  margin: 0 0 5px;
  color: var(--navy-deep);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 28px;
  line-height: 1.25;
}

.process-heading p {
  margin: 0;
  color: #5f7087;
  font-size: 13px
}

.process-flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  gap: 0;
}

.process-step {
  text-align: center;
  min-width: 0
}

.step-badge {
  width: 34px;
  height: 34px;
  margin: 0 auto -8px;
  border-radius: 50%;
  background: var(--burgundy);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.process-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 8px;
  border: 1px solid #1f4d80;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  display: grid;
  place-items: center;
  font-size: 26px;
  box-shadow: 0 3px 9px rgba(8, 47, 100, .06);
}

.process-step h3 {
  margin: 0 0 4px;
  color: var(--navy-deep);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 14px;
  line-height: 1.3;
}

.process-step p {
  margin: 0;
  color: #627389;
  font-size: 10px;
  line-height: 1.5
}

.connector {
  align-self: center;
  height: 2px;
  margin-top: 46px;
  background: repeating-linear-gradient(90deg, #315d8d 0 3px, transparent 3px 8px);
} */

@media(max-width:1100px) {
  .specialities-top {
    grid-template-columns: 1fr
  }

  .doctors-visual {
    display: none
  }

  .specialities-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:680px) {
  .specialities-copy h2 {
    font-size: 31px
  }

  .specialities-grid {
    grid-template-columns: 1fr
  }

  .speciality-card {
    min-height: 112px
  }

  .process-flow {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .connector {
    width: 2px;
    height: 24px;
    margin: 0 auto;
    background: repeating-linear-gradient(180deg, #315d8d 0 3px, transparent 3px 8px);
  }

  .process-heading h2 {
    font-size: 24px
  }
}

/* Focused admission guidance for UG and PG medical aspirants=============================== */
/* * {
    box-sizing: border-box
}

html,
body {
    margin: 0
}

body {
    font-family: Inter, Arial, sans-serif;
    background: #fff;
    color: #132e53
} */

.guidance {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  min-height: 704px;
  padding: 32px 0 55px;
  background-image: url(../img/admission_guidance_banner.png);
  background-size: 100% 100%;

  /* background: radial-gradient(circle at 53% 25%, rgba(255, 255, 255, .98) 0 21%, rgba(246, 249, 253, .92) 48%, rgba(223, 237, 250, .96) 100%); */
  border-radius: 0 0 46px 46px
}

.inner {
  width: min(1230px, 88%);
  margin: auto;
  position: relative;
  z-index: 3
}

.section-head {
  text-align: center
}

.eyebrow2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #a9002b;
  margin-bottom: 10px
}

.eyebrow2 i {
  display: block;
  width: 24px;
  height: 1px;
  background: #a9002b
}

.eyebrow2 b {
  font-size: 12px;
  letter-spacing: .23em
}

.section-head h1 {
  font-family: "Libre Baskerville", Georgia, serif;
  color: #062d62;
  font-size: 36px;
  line-height: 1.28;
  margin: 0;
  font-weight: 700
}

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 17px 0 25px;
  color: #b00031
}

.ornament i {
  display: block;
  width: 125px;
  height: 1px;
  background: #b00031
}

.ornament span {
  font-size: 15px;
  transform: rotate(45deg)
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px
}

.card {
  position: relative;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(30, 62, 96, .12);
  border-radius: 12px;
  min-height: 433px;
  padding: 27px 27px 27px;
  box-shadow: 0 9px 20px rgba(19, 46, 83, .08);
  overflow: hidden;
  transition: .3s;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 40, 90, 0.16);
  border-color: #c4d6eb;
}

.card:hover .rule {
  width: 100px;
}

.card:hover .art {
  transform: scale(1.12) rotate(4deg);
  box-shadow: 0 10px 30px rgba(0, 40, 90, 0.08);
}

.tag {
  display: inline-block;
  padding: 8px 13px;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800
}

.tag-blue {
  background: #06336e
}

.tag-red {
  background: #b00031
}

.card h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 24px;
  color: #062d62;
  margin: 19px 0 11px;
  line-height: 1.25
}

.rule {
  width: 67px;
  height: 2px;
  background: #b00031;
  margin-bottom: 17px;
  transition: .3s;
}

.card>p {
  font-size: 14px;
  line-height: 1.58;
  color: #59697c;
  margin: 0;
  max-width: 420px
}

.checks {
  list-style: none;
  padding: 0;
  margin: 18px 0 23px;
  display: grid;
  gap: 9px;
  font-size: 13px;
  color: #23344d
}

.checks li {
  display: flex;
  align-items: center;
  gap: 10px
}

.checks li:before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  flex: 0 0 18px
}

.blue-checks li:before {
  background: #06336e
}

.red-checks li:before {
  background: #b00031
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 5px;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 800;
  background: #fff
}

.button-blue {
  border: 1px solid #06336e;
  color: #06336e;
  transition: .3s;
}

.button-blue:hover {
  background: #003b7a;
  color: #fff;
  transform: translateX(5px);
}

.button-red {
  border: 1px solid #b00031;
  color: #b00031;
  transition: .3s;
}

.button-red:hover {
  background: #b00031;
  color: #fff;
  transform: translateX(5px);
}

.art {
  position: absolute;
  right: 30px;
  bottom: 43px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: .3s;
}

.art-blue {
  background: #eef4fb
}

.art-red {
  background: #fff0f3
}

.art svg {
  width: 100px;
  height: 100px;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round
}

.art-blue svg {
  stroke: #06336e
}

.art-red svg {
  stroke: #b00031
}

.medical-pattern {
  position: absolute;
  left: -12px;
  top: 34px;
  width: 250px;
  display: grid;
  grid-template-columns: repeat(2, 95px);
  gap: 24px 17px;
  opacity: .055;
  color: #06336e;
  font-size: 42px;
  transform: rotate(-3deg)
}

.medical-pattern span {
  width: 88px;
  height: 72px;
  border: 2px solid #06336e;
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
  display: grid;
  place-items: center
}

.college-bg {
  position: absolute;
  right: -10px;
  top: 14px;
  width: 390px;
  height: 500px;
  opacity: .09;
  color: #6c1834;
  transform: skewY(-3deg)
}

.roof {
  font-family: Georgia, serif;
  font-size: 20px;
  text-align: center;
  padding: 75px 10px 20px;
  border-bottom: 18px solid currentColor;
  clip-path: polygon(50% 0, 100% 55%, 96% 100%, 4% 100%, 0 55%)
}

.columns {
  display: flex;
  justify-content: space-around;
  padding: 0 45px
}

.columns i {
  display: block;
  width: 28px;
  height: 285px;
  border-left: 9px solid currentColor;
  border-right: 9px solid currentColor
}

@media(max-width:850px) {
  .guidance {
    padding: 30px 0 38px
  }

  .inner {
    width: 92%
  }

  .section-head h1 {
    font-size: 29px
  }

  .cards {
    grid-template-columns: 1fr
  }

  .card {
    min-height: 420px
  }

  .college-bg {
    opacity: .05
  }

  .art {
    right: 25px
  }

  .desktop {
    display: none
  }
}

@media(max-width:540px) {
  h1 {
    font-size: 1.5rem !important;
  }

  .section-head h1 {
    font-size: 25px
  }

  .ornament i {
    width: 80px
  }

  .card {
    padding: 22px;
    min-height: auto
  }

  .card h2 {
    font-size: 20px
  }

  .card>p {
    max-width: 100%
  }

  .art {
    position: relative;
    right: auto;
    bottom: auto;
    width: 110px;
    height: 110px;
    margin: 18px auto 0
  }

  .art svg {
    width: 75px;
    height: 75px
  }

  .button {
    margin-top: 2px
  }

  .medical-pattern {
    opacity: .035
  }
}

/* ==============A structured process from rank to college selection==================== */

.counselling-section {
  position: relative;
  overflow: hidden;
  padding: 66px 0 70px;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #eef6fc 0%, #eaf3fa 100%);
}

.decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.decor-a {
  width: 420px;
  height: 420px;
  right: -110px;
  top: -130px;
  border: 1px solid rgba(8, 47, 100, .055);
}

.decor-b {
  width: 280px;
  height: 280px;
  right: 80px;
  top: 70px;
  background: radial-gradient(circle, rgba(8, 47, 100, .055) 0 2px, transparent 3px) 0 0/24px 24px;
  opacity: .55;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 54px
}

/* .kicker {
  display: inline-block;
  color: var(--burgundy);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
} */

.kicker-line {
  display: block;
  width: 38px;
  height: 3px;
  background: var(--burgundy);
  margin: 15px 0 13px;
}

.section-heading h2 {
  margin: 0 0 13px;
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--navy-deep);
  font-size: 43px;
  line-height: 1.18;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 56px 1fr 56px 1fr 56px 1fr;
  align-items: center;
  gap: 0;
}

.progress-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 53%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #7f97b1 0 4px, transparent 4px 9px);
  z-index: 0;
  overflow: hidden;
}

.progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: var(--burgundy);
  transition: width 1.6s ease .25s;
}

.process-card {
  position: relative;
  z-index: 2;
  min-height: 305px;
  padding: 34px 24px 26px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid #dde6ee;
  border-top: 3px solid var(--burgundy);
  border-radius: 9px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(5, 34, 69, .08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.process-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 24px 45px rgba(5, 34, 69, .14);
  border-color: rgba(180, 0, 47, .28);
}

.step-number {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(180deg, #c20038, #9f002c);
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(180, 0, 47, .20);
}

.icon-bubble {
  width: 104px;
  height: 104px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fff4f6, #fcecef);
  transition: transform .3s ease, background .3s ease;
}

.process-card:hover .icon-bubble {
  transform: scale(1.06) rotate(-2deg);
  background: linear-gradient(180deg, #fff0f3, #f9e4e9);
}

.icon-bubble svg {
  width: 62px;
  height: 62px;
  stroke: var(--navy);
  fill: none;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-card h3 {
  margin: 0;
  color: var(--navy-deep);
  font-size: 18px;
}

.mini-rule {
  display: block;
  width: 42px;
  height: 2px;
  background: var(--burgundy);
  margin: 12px auto 14px;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.connector-arrow {
  position: relative;
  z-index: 3;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 50%;
  display: grid;
  line-height: 30px;
  place-items: center;
  background: var(--burgundy);
  color: #fff;
  font-size: 25px;
  box-shadow: 0 6px 15px rgba(180, 0, 47, .18);
  transition: transform .28s ease;
}

.connector-arrow:hover {
  transform: scale(1.14)
}

/* .provider-section {
  padding: 34px 0 42px;
  background: linear-gradient(180deg, #fffaf7, #fff7f2);
}

.provider-panel {
  display: grid;
  grid-template-columns: 1.15fr 1.85fr;
  align-items: center;
  gap: 26px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid #eadfda;
  padding: 28px 30px;
  box-shadow: 0 14px 36px rgba(73, 42, 25, .06);
}

.provider-brand {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: center;
  padding-right: 30px;
  border-right: 1px solid #dfe3e7;
}

.provider-seal {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #bd0033, #940027);
  box-shadow: 0 9px 22px rgba(180, 0, 47, .18);
}

.provider-seal svg {
  width: 46px;
  height: 46px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.provider-kicker {
  color: var(--burgundy);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 800;
}

.provider-brand h2 {
  margin: 6px 0 10px;
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--navy-deep);
  font-size: 23px;
  line-height: 1.3;
}

.provider-brand h2 strong {
  color: var(--navy)
}

.office-pill {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 5px;
  background: #fff0f3;
  color: #4e6178;
  font-size: 11px;
}

.provider-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.provider-feature {
  padding: 2px 22px;
  border-right: 1px solid #dfe3e7;
  transition: transform .25s ease;
}

.provider-feature:last-child {
  border-right: 0
}

.provider-feature:hover {
  transform: translateY(-5px)
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff0f3;
  color: var(--burgundy);
  font-size: 20px;
  margin-bottom: 10px;
}

.provider-feature strong {
  display: block;
  color: var(--navy-deep);
  font-size: 12px;
  margin-bottom: 5px;
}

.provider-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.process-card:nth-of-type(1) {
  transition-delay: .05s
}

.process-card:nth-of-type(2) {
  transition-delay: .14s
}

.process-card:nth-of-type(3) {
  transition-delay: .23s
}

.process-card:nth-of-type(4) {
  transition-delay: .32s
}

.float-btn {
  position: fixed;
  right: 24px;
  z-index: 50;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
  animation: pulse 2.5s infinite;
}

.float-btn span {
  position: absolute;
  right: 72px;
  background: #fff;
  color: #233a55;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .10);
  opacity: 0;
  transform: translateX(6px);
  transition: .2s ease;
  pointer-events: none;
}

.float-btn:hover span {
  opacity: 1;
  transform: none;
}

.call-btn {
  bottom: 98px;
  background: var(--burgundy)
}

.wa-btn {
  bottom: 24px;
  background: #22a35b
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 12px 26px rgba(0, 0, 0, .16), 0 0 0 0 rgba(180, 0, 47, .15)
  }

  50% {
    box-shadow: 0 12px 26px rgba(0, 0, 0, .16), 0 0 0 12px rgba(180, 0, 47, 0)
  }
} */

@media(max-width:1100px) {
  .process-track {
    grid-template-columns: 1fr 42px 1fr;
    row-gap: 42px;
  }

  .progress-line {
    display: none
  }

  .provider-panel {
    grid-template-columns: 1fr
  }

  .provider-brand {
    border-right: 0;
    border-bottom: 1px solid #dfe3e7;
    padding-right: 0;
    padding-bottom: 22px;
  }
}

@media(max-width:760px) {
  .section-heading h2 {
    font-size: 33px
  }

  .process-track {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .connector-arrow {
    transform: rotate(90deg)
  }

  .connector-arrow:hover {
    transform: rotate(90deg) scale(1.12)
  }

  .provider-features {
    grid-template-columns: 1fr 1fr;
    row-gap: 22px
  }

  .provider-feature:nth-child(2) {
    border-right: 0
  }
}

@media(max-width:560px) {
  .container {
    width: 94%
  }

  .counselling-section {
    padding: 48px 0
  }

  .section-heading h2 {
    font-size: 28px
  }

  .provider-brand {
    grid-template-columns: 66px 1fr
  }

  /* .provider-seal {
    width: 60px;
    height: 60px
  }

  .provider-seal svg {
    width: 36px;
    height: 36px
  } */

  .provider-brand h2 {
    font-size: 19px
  }

  .provider-features {
    grid-template-columns: 1fr
  }

  .provider-feature {
    border-right: 0;
    border-bottom: 1px solid #dfe3e7;
    padding: 0 0 16px;
  }

  .provider-feature:last-child {
    border-bottom: 0
  }

  .float-btn {
    width: 54px;
    height: 54px;
    right: 16px;
  }
}


/* ===============karnataka=============== */


.state {
  padding: 48px 0;
  background: linear-gradient(180deg, #f8fbfe, #f0f6fb)
}

.crumb {
  font-size: 14px;
  color: #8b98a7;
  margin-bottom: 22px
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 42px;
  align-items: center
}

.kickerr {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 14px;
  font-weight: 800
}

.state h1,
.detail-hero h1 {
  font-family: "Libre Baskerville", serif;
  color: var(--dark);
  font-size: 38px;
  margin: 7px 0 10px
}

.state p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65
}

.actions {
  display: flex;
  gap: 10px;
  margin-top: 22px
}

.btn {
  padding: 12px 16px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800
}

.outline {
  border: 1px solid var(--navy);
  color: var(--navy);
  background: #fff;
  font-size: 14px;
}

.summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px
}

.summary div {
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.summary div:nth-child(2n) {
  border-right: 0
}

.summary div:nth-last-child(-n+2) {
  border-bottom: 0
}

.summary span,
.meta span,
.boxes span {
  display: block;
  color: #8d9baa;
  font-size: 12px;
  text-transform: uppercase
}

.summary b,
.meta b,
.boxes b {
  font-size: 14px;
  color: var(--navy)
}



.enquiry {
  padding: 32px 0;
  background: linear-gradient(100deg, #061f43, #0a3b76);
  color: #fff
}

#enquiry {
  height: 520px;
  overflow-y: auto;
}

.enquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center
}

/* .light {
    color: #f5bac9
} */

.enquiry h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 21px;
  margin: 6px 0
}

.enquiry form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.enquiry input,
.enquiry button {
  height: 38px;
  border: 0;
  border-radius: 5px;
  padding: 0 9px
}

.enquiry button {
  background: var(--red);
  color: #fff;
  font-weight: 800
}


.btn.red {
  background: var(--red);
  color: #fff;
  font-size: 14px;
}


@media(max-width:850px) {

  .nav nav,
  .cta {
    display: none
  }

  .hero-grid,
  .detail-grid,
  .enquiry-grid {
    grid-template-columns: 1fr
  }

  .grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:600px) {
  .grid {
    grid-template-columns: 1fr
  }

  .head {
    display: block
  }

  .head select {
    width: 100%;
    margin-top: 12px
  }

  #filter {
    width: 100%;
  }

  .summary {
    grid-template-columns: 1fr
  }

  .summary div {
    border-right: 0
  }

  .enquiry form {
    grid-template-columns: 1fr
  }

  .boxes {
    grid-template-columns: 1fr 1fr
  }
}




.college-section {
  padding: 46px 0 60px;
  background: #ffffff;
}

/* .container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
} */

.section-heading {
  margin-bottom: 24px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section-heading h2 {
  margin: 0;
  color: #09233f;
  font-family: sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.section-heading p {
  margin: 10px 0 0;
  color: var(--mbbspg-muted);
  font-size: 15px;
  line-height: 1.6;
}

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

.college-cardd {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 230px;
  padding: 18px;
  background: radial-gradient(circle at 79% 18%, rgb(239 180 180 / 88%), rgba(255, 255, 255, 0) 28%), linear-gradient(180deg, #edf5fc 0%, #f8fbfe 100%);
  ;
  border: 1px solid #d6dce6;
  border-radius: 14px;
  transition: 0.25s ease;
}

.college-cardd:hover {
  transform: translateY(-3px);
  border-color: #d6dce6;
  box-shadow: 0 10px 28px rgba(16, 42, 86, 0.08);
}

.logo-wrap {
  flex: 0 0 76px;
}

.logo-placeholderr {
  width: 76px;
  height: 76px;
  /* display: grid; */
  /* place-items: center; */
  /* text-align: center; */
  border: 1px solid #e4e9f0;
  padding: 10px;
  border-radius: 12px;
  background: #f6f8fb;
  color: var(--mbbspg-navy);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 4px 18px rgb(14 43 87 / 57%);
}

.logo-placeholderr img {
  width: 100%;
  height: 100%;
}

/* Replace .logo-placeholder with:
   <img src="images/kims-logo.png" alt="KIMS logo" class="college-logo">
*/
.college-logo {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border: 1px solid var(--mbbspg-border);
  border-radius: 12px;
  background: #fff;
  padding: 6px;
}

.college-contentt {
  min-width: 0;
  flex: 1;
}

.college-contentt h3 {
  margin: 0;
  color: var(--navy-2);
  font-size: 17px;
  line-height: 1.35;
}

.location {
  margin-top: 8px;
  color: var(--mbbspg-muted);
  font-size: 13px;
}

.college-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.college-tags span {
  padding: 6px 9px;
  border-radius: 20px;
  background: #f5f7fa;
  border: 1px solid #c6d2e9;
  color: var(--navy);
  font-size: 11px;
  font-weight: 600;
}

.view-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  color: #b5003c;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.view-btn:hover {
  color: var(--mbbspg-red-dark);
}

.view-btn span {
  transition: transform 0.2s ease;
}

.view-btn:hover span {
  transform: translateX(3px);
}

/* TABLET */
@media (max-width: 960px) {
  .college-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .college-section {
    padding: 30px 0 42px;
  }

  /* .container {
    width: min(100% - 24px, 1180px);
  } */

  .section-heading h2 {
    font-size: 24px;
  }

  .section-heading p {
    font-size: 14px;
  }

  .college-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .college-card {
    min-height: auto;
    padding: 15px;
    gap: 13px;
    border-radius: 12px;
  }

  .logo-wrap,
  .logo-placeholder,
  .college-logo {
    width: 66px;
    height: 66px;
    flex-basis: 66px;
  }

  .college-content h3 {
    font-size: 15px;
  }

  .location {
    font-size: 12px;
  }

  .college-tags span {
    font-size: 10px;
    padding: 5px 8px;
  }

  .view-btn {
    margin-top: 13px;
    font-size: 12px;
  }
}


/* * BREADCRUMB */
.breadcrumb-wrap {
  background: #fafbfc;
  border-bottom: 1px solid #edf0f4;
}

.breadcrumb {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #718095;
  font-size: 14px;
}

.breadcrumb b {
  color: #2f3d53
}

.breadcrumb span {
  color: #a2abb7
}

/* PAGE */
.page {
  padding: 22px 0 32px
}

/* HERO */
.hero {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 26px;
  align-items: stretch;
}

.hero-copyy {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 22px;
  align-items: start;
}

.college-logoo {
  border: 1px solid var(--line);
  border-radius: 12px;
  min-height: 126px;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: 0 4px 18px rgb(14 43 87 / 57%);
  padding: 15px;
}

.college-logoo img {
  width: 100%;
  height: 100%;
  /* border-radius: 12px; */
  overflow: hidden;
}

.logo-placeholder {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  padding: 15px;
  box-shadow: 0 4px 18px rgb(14 43 87 / 57%);
}

.hero-text h1 {
  margin: 3px 0 12px;
  color: var(--navy);
  font-size: 31px;
  line-height: 1.18;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 22px;
  color: #49586e;
  font-size: 14px;
}

.hero-text p {
  margin: 18px 0 17px;
  color: #536176;
  font-size: 16px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 12px;
}

/* .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 12px 18px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
} */

.btn.primary {
  background: var(--red);
  color: #fff
}

.btn.outline {
  border: 1px solid var(--navy);
  color: var(--navy);
  background: #fff;
}

.hero-image {
  overflow: hidden;
  border-radius: 12px;
}

.hero-image .item img {
  width: 100%;
  min-height: 350px;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* QUICK FACTS */
.quick-facts {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(14, 43, 87, .05);
}

.fact {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  transition: .3s;
  position: relative;
  border-right: 1px solid var(--line);
}

.quickfacts .fact {
  overflow: hidden;
  
}

.fact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: #b00035;
  transition: width 0.4s ease;
}

.fact:hover::before {
  width: 100%;
}

.fact:hover {
  background: #f8fbff;
  /* transform: translateY(-5px); */
  box-shadow: 0 12px 25px rgba(0, 50, 100, 0.12);
  z-index: 2;
}

.fact:hover .fact>span {
  transform: scale(1.18) rotate(-5deg);
  filter: drop-shadow(0 5px 5px rgba(0, 50, 100, 0.15));
}

.fact:last-child {
  border-right: 0
}

.fact span {
  font-size: 22px;
  transition: .3s;
}

.fact:hover.fact span {
  transform: scale(1.18) rotate(-5deg);
  filter: drop-shadow(0 5px 5px rgba(0, 50, 100, 0.15));
}

.fact small {
  display: block;
  color: #8993a2;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.fact b {
  display: block;
  margin-top: 3px;
  color: #243650;
  font-size: 14px;
}

/* CONTENT GRID */
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(310px, .78fr);
  gap: 20px;
  margin-top: 20px;
}

.main-content,
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-card,
.side-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
}

.content-card h2,
.side-card h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 20px;
  padding-bottom: 9px;
  position: relative;
}

.content-card h2:after,
.side-card h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: var(--red);
}

.content-card h3 {
  margin: 20px 0 12px;
  padding-top: 15px;
  border-top: 1px solid #edf0f4;
  color: var(--navy);
  font-size: 17px;
}

.content-card p {
  color: #4e5c70;
  font-size: 16px;
  line-height: 1.7;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.highlight {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfe;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* TABLE */
.table-wrap {
  overflow: auto
}

table {
  width: 100%;
  border-collapse: collapse;
  /* min-width: 520px; */
  font-size: 12px;
}

th {
  background: var(--navy);
  color: #fff;
  text-align: left;
  padding: 10px 12px;
  font-size: 16px;
}

td {
  padding: 10px 12px;
  border: 1px solid #e5e9ef;
  font-size: 14px;
}

tr.total td {
  font-weight: 800;
  background: #f3f6fa;
}

.note {
  margin: 8px 0 0 !important;
  font-size: 12px !important;
  color: #7d8795 !important;
}

/* PROCESS */
.steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 8px;
}

.stepp {
  text-align: center;
  font-size: 11px;
}

.step small {
  display: block;
  margin-top: 3px;
  color: #7d8795;
}

.circle {
  width: 50px;
  height: 50px;
  margin: 0 auto 8px;
  border-radius: 50%;
  border: 1px solid #cfd7e3;
  display: grid;
  place-items: center;
  color: var(--navy);
  font-weight: 800;
  background: #fff;
}

.arrow {
  padding-top: 19px;
  color: #7f8998;
}

.info-note {
  margin-top: 16px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #eaf3fb;
  color: #34516f;
  font-size: 11px;
}

/* GALLERY */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gallery img {
  width: 100%;
  height: 115px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  transition: .3s;
}

.gallery img:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* SIDEBAR */
.side-row {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #edf0f4;
  font-size: 14px;
}

.side-row:last-child {
  border-bottom: 0
}

.side-row span {
  color: #7b8695
}

.side-row b {
  color: #2c3d56;
  font-weight: 700;
  line-height: 1.45;
}

.side-card p {
  margin: -4px 0 14px;
  color: #788396;
  font-size: 14px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* input,
select,
textarea {
  width: 100%;
  border: 1px solid #dce2ea;
  border-radius: 7px;
  padding: 11px 12px;
  font: inherit;
  font-size: 14px;
  color: #34445c;
  background: #fff;
} */

textarea {
  min-height: 92px;
  resize: vertical;
}

form button {
  border: 0;
  border-radius: 7px;
  padding: 12px;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.expert-card {
  background: linear-gradient(180deg, #f8fbff, #eef4fa);
  text-align: center;
}

.expert-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 16px;
}

.expert-card strong {
  display: block;
  color: var(--navy);
  font-size: 15px;
}

.expert-card small {
  display: block;
  margin-top: 5px;
  color: #758196;
}

/* BOTTOM CTA */
.bottom-cta {
  background: var(--navy);
  color: #fff;
  padding: 16px 0;
}

.bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bottom-inner strong {
  display: block;
  font-size: 16px;
}

.bottom-inner span {
  display: block;
  margin-top: 4px;
  color: #d7e0ec;
  font-size: 12px;
}

.bottom-inner a {
  background: var(--red);
  color: #fff;
  padding: 11px 18px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
}

/* RESPONSIVE */
@media(max-width:980px) {
  .nav {
    display: none
  }

  .topbar-right {
    display: none
  }

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

  .quick-facts {
    grid-template-columns: repeat(3, 1fr)
  }

  .fact:nth-child(3) {
    border-right: 0
  }

  .fact:nth-child(-n+3) {
    border-bottom: 1px solid var(--line)
  }

  .content-grid {
    /* grid-template-columns: 1fr */
    display: unset;
  }
}

@media(max-width:700px) {
  /* .container {
    width: min(100% - 24px, 1180px)
  } */

  .topbar-inner {
    gap: 12px;
    font-size: 10px
  }

  .header-inner {
    min-height: 64px
  }

  /* .brand {
    min-width: 0;
    flex: 1
  } */

  .brand strong {
    font-size: 25px
  }

  .brand small {
    font-size: 8px
  }

  .header-btn {
    padding: 10px 12px;
    font-size: 11px
  }

  .breadcrumb {
    font-size: 10px;
    overflow: auto;
    white-space: nowrap
  }

  .page {
    padding-top: 14px
  }

  .hero-copy {
    grid-template-columns: 78px 1fr;
    gap: 13px
  }

  .college-logo {
    min-height: 78px
  }

  .logo-placeholder {
    font-size: 15px
  }

  .hero-text h1 {
    font-size: 23px
  }

  .hero-meta {
    gap: 8px 12px;
    font-size: 10px
  }

  .hero-text p {
    font-size: 12px;
    margin: 12px 0
  }

  .hero-actions {
    flex-wrap: wrap
  }

  /* .btn {
    min-width: 0;
    flex: 1;
    padding: 10px;
    font-size: 11px
  } */

  .hero-image img {
    min-height: 220px
  }

  .quick-facts {
    grid-template-columns: repeat(2, 1fr)
  }

  .fact {
    min-height: 68px
  }

  .fact:nth-child(2n) {
    border-right: 0
  }

  .fact:nth-child(-n+4) {
    border-bottom: 1px solid var(--line)
  }

  .fact:nth-child(3) {
    border-right: 1px solid var(--line)
  }

  .content-card,
  .side-card {
    padding: 15px
  }

  .content-card h2,
  .side-card h2 {
    font-size: 17px
  }

  .highlight-grid {
    grid-template-columns: 1fr 1fr
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .arrow {
    display: none
  }

  .step {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 10px;
    text-align: left;
    align-items: center;
  }

  .circle {
    margin: 0;
    width: 42px;
    height: 42px
  }

  .gallery {
    grid-template-columns: 1fr 1fr
  }

  .gallery img {
    height: 105px
  }

  .bottom-inner {
    align-items: flex-start
  }
}


/* Explore popular medical colleges. */

.mbbspg-compare-section {
  padding: 72px 0;
  background: linear-gradient(180deg, #f3f6fa 0%, #eef2f6 100%);
  font-family: Inter, Arial, sans-serif;
  color: #12233a
}

.mbbspg-compare-container {
  width: min(1240px, calc(100% - 40px));
  margin: auto
}

.mbbspg-compare-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 30px
}

.mbbspg-compare-eyebrow {
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 800;
  color: #a30d2f;
  margin-bottom: 12px
}

.mbbspg-compare-head h2 {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.03em;
  font-size: 44px;
  line-height: 1.1;
  margin: 0;
  color: #102640
}

.mbbspg-compare-head p {
  margin: 10px 0 0;
  color: #617087;
  font-size: 15px
}

.mbbspg-compare-viewall {
  color: #a30d2f;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap
}

.mbbspg-compare-table-wrap {
  background: #fff;
  border: 1px solid #dfe5ec;
  border-radius: 12px;
  overflow: hidden
}

.mbbspg-compare-row {
  display: grid;
  grid-template-columns: 70px 2fr 1.15fr .75fr .9fr 1fr .75fr;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  border-bottom: 1px solid #dfe5ec;
  font-size: 14px
}

.mbbspg-compare-row:last-child {
  border-bottom: 0
}

.mbbspg-compare-row-head {
  background: #eaf0f5;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  color: #617087
}

.mbbspg-compare-row strong,
.mbbspg-compare-row small {
  display: block
}

.mbbspg-compare-row small {
  color: #617087;
  font-size: 11px;
  margin-top: 4px
}

.mbbspg-fee-cell strong {
  color: #0d2b52;
  font-size: 14px
}

.mbbspg-fee-cell small {
  font-size: 10px !important
}

.mbbspg-compare-row>a {
  color: #a30d2f;
  font-weight: 700;
  text-align: right;
  text-decoration: none
}

.mbbspg-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.mbbspg-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.mbbspg-check span {
  width: 22px;
  height: 22px;
  border: 2px solid #9eabb9;
  border-radius: 4px;
  background: #fff;
  position: relative
}

.mbbspg-check input:checked+span {
  background: #a30d2f;
  border-color: #a30d2f
}

.mbbspg-check input:checked+span:after {
  content: "✓";
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  left: 4px;
  top: -1px
}

.mbbspg-compare-bar {
  margin-top: 18px;
  padding: 16px 18px;
  background: #0d2b52;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.mbbspg-compare-bar strong,
.mbbspg-compare-bar span {
  display: block
}

.mbbspg-compare-bar span {
  font-size: 12px;
  color: #c7d4e3;
  margin-top: 2px
}

.mbbspg-compare-bar button {
  border: 0;
  border-radius: 7px;
  background: #a30d2f;
  color: #fff;
  font-weight: 800;
  padding: 13px 18px;
  cursor: pointer
}

.mbbspg-compare-bar button:disabled {
  opacity: .45;
  cursor: not-allowed
}

.mbbspg-compare-panel {
  margin-top: 24px;
  background: #fff;
  border: 1px solid #dfe5ec;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(13, 43, 82, .08);
  overflow: hidden
}

.mbbspg-compare-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 26px;
  border-bottom: 1px solid #dfe5ec
}

.mbbspg-compare-panel-head h3 {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  color: #102640
}

.mbbspg-compare-panel-head button {
  border: 0;
  background: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #617087
}

.mbbspg-compare-result {
  overflow-x: auto
}

.mbbspg-result-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px
}

.mbbspg-result-table th,
.mbbspg-result-table td {
  padding: 15px 18px;
  border-right: 1px solid #dfe5ec;
  border-bottom: 1px solid #dfe5ec;
  text-align: left;
  vertical-align: top
}

.mbbspg-result-table th:first-child {
  width: 170px;
  background: #f7f9fb;
  color: #617087;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em
}

.mbbspg-result-table th:not(:first-child) {
  color: #0d2b52;
  font-size: 15px
}

.mbbspg-result-table tr:last-child td,
.mbbspg-result-table tr:last-child th {
  border-bottom: 0
}

.mbbspg-result-table th:last-child,
.mbbspg-result-table td:last-child {
  border-right: 0
}

.mbbspg-fee-note {
  margin: 14px 2px 0;
  color: #6b7788;
  font-size: 11px;
  line-height: 1.55
}

@media(max-width:900px) {
  .mbbspg-compare-row {
    grid-template-columns: 55px 1.7fr 1fr .8fr
  }

  .mbbspg-compare-row>span:nth-of-type(3),
  .mbbspg-compare-row-head>span:nth-of-type(5) {
    display: none
  }

  .mbbspg-compare-row>a {
    text-align: left
  }
}

@media(max-width:640px) {
  .mbbspg-compare-section {
    padding: 52px 0
  }

  .mbbspg-compare-container {
    width: calc(100% - 26px)
  }

  .mbbspg-compare-head {
    align-items: flex-start;
    flex-direction: column
  }

  .mbbspg-compare-head h2 {
    font-size: 34px
  }

  .mbbspg-compare-row,
  .mbbspg-compare-row-head {
    grid-template-columns: 42px 1fr
  }

  .mbbspg-compare-row-head span:not(:first-child):not(:nth-child(2)) {
    display: none
  }

  .mbbspg-compare-row>span,
  .mbbspg-compare-row>a {
    grid-column: 2
  }

  .mbbspg-compare-row>a {
    text-align: left
  }

  .mbbspg-compare-bar {
    align-items: flex-start;
    flex-direction: column
  }

  .mbbspg-compare-bar button {
    width: 100%
  }
}


.section-dark {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(37 91 157 / 97%), rgba(5, 25, 49, .88)), url(../img/bangalore-campus.jpg) center 38% / cover no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.section-dark .container {
  position: relative;
  z-index: 1;
}

.counsel-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: start;
}

.section-dark:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 24, 47, .15), rgba(6, 24, 47, .55));
  pointer-events: none;
}

.section-dark h2 {
  font-size: 41px;
  line-height: 1.15;
  margin: 0;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.03em;
}

.section-dark p {
  color: #d4deea;
  font-size: 17px;
  margin-top: 0;
}

.mini-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 30px 0;
}

.mini-list>div {
  border-top: 1px solid #51657e;
  padding-top: 14px;
}

.mini-list strong,
.mini-list span {
  display: block;
}

.mini-list span {
  font-size: 12px;
  color: #aebdd0;
  margin-top: 4px;
}

@media (max-width: 980px) {

  .hero-grid,
  .counsel-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 640px) {
  .section-dark h2 {
    font-size: 38px;
  }

  .mini-list {
    grid-template-columns: 1fr;
  }
}


.state-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  margin-top: 30px;
}

.state-tab {
  border: 1px solid #d8e0e8;
  background: #fff;
  color: var(--navy);
  border-radius: 999px;
  padding: 11px 17px;
  font-weight: 800;
  cursor: pointer;
  transition: .2s;
}

.state-tab:hover,
.state-tab.active {
  background: var(--navy2);
  color: #fff;
  border-color: var(--navy2);
}

.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  /* width: 44px; */
  /* height: 44px; */
  /* border-radius: 50%; */
  /* border: 1px solid #d7dfe8; */
  /* background: #fff; */
  /* color: var(--navy2); */
  /* box-shadow: 0 8px 22px rgba(15, 49, 86, .12); */
  /* font-size: 30px; */
  /* line-height: 1; */
  /* cursor: pointer; */
  /* z-index: 5; */
  display: flex;
  justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d7dfe8;
  background: #fff;
  color: var(--navy2);
  box-shadow: 0 8px 22px rgba(15, 49, 86, .12);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  position: absolute;
  left: -22px;
  margin: 0;
}

.owl-carousel .owl-nav button.owl-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d7dfe8;
  background: #fff;
  color: var(--navy2);
  box-shadow: 0 8px 22px rgba(15, 49, 86, .12);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  position: absolute;
  right: -22px;
  margin: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #fff;
  color: #09233f;
}

.pg-slider {
  position: relative;
}

.college-slider {
  display: none;

  /* overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 4px 4px 12px; */
}

.college-slider.active {
  display: block;
}

.soft {
  background-color: #f5f7fa;
}

.two-col {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.branch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.branch-grid span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
  font-size: 13.5px;
  font-weight: 800;
  color: var(--navy);
  transition: .3s;
}

.branch-grid span:hover {
  border-left: 4px solid var(--burgundy);
  transform: perspective(1000px) rotateX(8deg) rotateY(-8deg) scale(1.05);
  box-shadow: 20px 25px 40px rgba(0, 0, 0, 0.25);
}

.text-h2 {
  font-size: 45px;
  line-height: 1.12;
  margin: 0;
}

@media (max-width: 980px) {
  .branch-grid {
    grid-template-columns: repeat(2, 1fr);

  }

  .two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .section {
    padding: 64px 0;
  }

  .branch-grid {
    grid-template-columns: 1fr;
  }

  .text-h2 {
    font-size: 32px;
  }
}


.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 66px;
  align-items: center;
}

.about-photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(20, 47, 78, .12);
}

.about-photo img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.mbbspg-association-partner {
  margin-top: 8px;
  padding: 16px 0 2px;
}

.partner-label {
  display: block;
  margin-bottom: 10px;
  color: #718096;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.partner-row {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px 10px 10px;
  border: 1px solid #e5e9ef;
  border-radius: 12px;
  background: #fafbfd;
}

.tcaes-logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.partner-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.partner-copy strong {
  color: #10253f;
  font-size: 16px;
  line-height: 1.2;
}

.partner-copy span {
  margin-top: 3px;
  color: #68788c;
  font-size: 13px;
  line-height: 1.35;
}

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

  .about-photo img {
    height: 420px;
  }
}

@media (max-width: 680px) {
  .section {
    padding: 64px 0;
  }

  .about-photo img {
    height: 360px;
  }

  .partner-row {
    display: flex;
    width: 100%;
    align-items: center;
  }

  .tcaes-logo {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
  }

  .partner-copy strong {
    font-size: 15px;
  }

  .partner-copy span {
    font-size: 12px;
  }

}

.final-cta {
  padding: 50px 0 50px;
  background: #fff;
}

.final-cta-box {
  background: linear-gradient(135deg, #7f2637, #5f1b29);
  border-radius: 20px;
  padding: 46px 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.eyebrow.light {
  color: #f5d9df;
}

.final-cta-box h2 {
  font-size: 38px;
  line-height: 1.15;
  margin: 0;
  color: #fff;
}

.final-cta-box p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .78);
}

.btn-light {
  background: #fff;
  color: #7f2637;
}

@media (max-width: 680px) {
  .final-cta-box {
    padding: 34px 28px;
    align-items: flex-start;
    flex-direction: column;
  }

  .final-cta-box h2 {
    font-size: 31px;
  }
}

.hero_contact {
  background: radial-gradient(circle at 85% 20%, rgba(170, 199, 228, .45), transparent 30%), linear-gradient(115deg, #f7f9fc, #c4cfd9);
  padding: 50px 0;
}

.hero_contact h1 {
  font-family: 'Playfair Display';
  font-size: 58px;
  line-height: 1.08;
  max-width: 720px;
  margin: 0 0 22px;
  color: #112e54;
}

.hero_contact h1 em {
  color: #90233a;
}

.hero-copy {
  font-size: 17px;
  line-height: 1.75;
  color: #526176;
  max-width: 700px;
}

.hero-gridd {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 70px;
  align-items: center;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 27px;
  font-size: 13px;
  font-weight: 600;
  color: #243c5e;
}

.hero-card {
  background: #12365f;
  color: #fff;
  border-radius: 10px;
  padding: 38px;
  box-shadow: 18px 18px 0 #90233a;
}

.hero-card:before {
  content: '✦';
  float: right;
  font-size: 38px;
  color: #d6b874;
}

.hero-card p {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 11px;
  color: #bdd0e5;
}

.hero-card strong {
  display: block;
  font-family: 'Playfair Display';
  font-size: 27px;
  line-height: 1.35;
  margin: 15px 0;
}

.hero-card>span {
  font-size: 13px;
  line-height: 1.7;
  color: #cbd8e7;
}

@media (max-width: 900px) {
  .hero_contact {
    padding: 58px 0;
  }

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

  .hero-grid {
    gap: 45px;
  }

  .hero-card {
    max-width: 520px;
  }

  .actions h1 {
    font-size: 45px;
  }
}

@media (max-width: 600px) {
  .hero_contact {
    padding: 30px 0;
  }

  .hero-copy {
    font-size: 15px;
  }

  .trust-row {
    display: grid;
    gap: 10px;
  }

  .hero-card {
    padding: 29px;
    box-shadow: 10px 10px 0 #90233a;
  }

  .hero_contact h1 {
    font-size: 37px;
  }
}

.offices {
  padding: 50px 0;
  background: #f5f7fa;
}

.section-headd {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 35px;
}

.section-head h2 {
  margin: 0;
}

.section-head>p {
  color: #66758a;
  font-size: 13px;
}

.office-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.office-grid article {
  background: #fff;
  padding: 30px;
  border-top: 4px solid #173f75;
  border-radius: 5px;
}

.office-grid article>span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #90233a;
  font-weight: 700;
}

.office-grid h3 {
  font-family: 'Playfair Display';
  font-size: 23px;
  color: #153a65;
  margin: 10px 0;
}

.office-grid p {
  color: #69778b;
  line-height: 1.6;
  font-size: 13px;
}

.office-grid a {
  font-size: 12px;
  font-weight: 700;
  color: #90233a;
}

@media (max-width: 600px) {

  .contact-copy h2,
  .section-head h2 {
    font-size: 31px;
  }

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

.pg-match-section {
  background: #f5f7fa;
  padding: 78px 20px;
  font-family: inherit;
}

.pg-match-wrap {
  max-width: 1220px;
  margin: 0 auto;
}

.pg-match-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.pg-match-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #a9002d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.pg-match-heading h2 {
  margin: 0 0 15px;
  color: #10253f;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1px;
}

.pg-match-heading h2 span {
  color: #a9002d;
}

.pg-match-heading p {
  max-width: 700px;
  margin: 0;
  color: #536275;
  font-size: 17px;
  line-height: 1.7;
}

.pg-match-box {
  background: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 18px;
  overflow: hidden;
}

.pg-match-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pg-match-item {
  display: flex;
  gap: 16px;
  padding: 28px 26px;
  min-width: 0;
  border-right: 1px solid #e7ebef;
}

.pg-match-number {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f9e8ed;
  color: #a9002d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

.pg-match-item small {
  display: block;
  margin-bottom: 6px;
  color: #8b96a5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}

.pg-match-item strong {
  display: block;
  margin-bottom: 7px;
  color: #112943;
  font-size: 17px;
}

.pg-match-item p {
  margin: 0;
  color: #677587;
  font-size: 13px;
  line-height: 1.5;
}

.pg-match-action {
  background: linear-gradient(110deg, #0d2947 0%, #12375d 70%, #102f50 100%);
  padding: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.pg-match-action-copy {
  max-width: 650px;
}

.pg-match-action-copy>span {
  display: block;
  margin-bottom: 8px;
  color: #f3cbd6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.pg-match-action-copy h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.25;
}

.pg-match-action-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.6;
}

.pg-match-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.pg-btn-primary {
  background: #a9002d;
  color: #ffffff;
}

.pg-match-trust span::before {
  content: "✓";
  color: rgb(169, 0, 45);
  margin-right: 7px;
  font-weight: 900;
}

.pg-btn-whatsapp {
  background: #ffffff;
  color: #102b46;
}

.pg-btn {
  min-height: 48px;
  padding: 0 19px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: .2s ease;
  box-sizing: border-box;
}

.pg-wa-icon {
  color: #15945b;
  font-size: 17px;
}

.pg-match-trust {
  padding: 16px 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 28px;
  background: #ffffff;
  border-top: 1px solid #edf0f3;
}

.pg-match-trust span {
  position: relative;
  color: #4d5b6d;
  font-size: 12px;
  font-weight: 700;
}

.pg-match-trust span::before {
  content: "✓";
  color: rgb(169, 0, 45);
  margin-right: 7px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .pg-match-fields {
    grid-template-columns: 1fr;
  }

  .pg-match-item {
    border-right: none;
    border-bottom: 1px solid #e7ebef;
  }

  .pg-match-number {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .pg-match-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .pg-match-buttons {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .pg-match-section {
    padding: 48px 14px;
  }

  .pg-match-heading {
    margin-bottom: 24px;
  }

  .pg-match-heading h2 {
    font-size: 29px;
    line-height: 1.12;
    letter-spacing: -.5px;
  }

  .pg-match-heading p {
    font-size: 14px;
    line-height: 1.65;
  }

  .pg-match-box {
    border-radius: 13px;
  }

  .pg-match-item {
    padding: 20px 17px;
  }

  .pg-match-item strong {
    font-size: 15px;
  }

  .pg-match-item p {
    font-size: 12px;
  }

  .pg-match-action {
    padding: 25px 18px;
    gap: 22px;
  }

  .pg-match-action-copy h3 {
    font-size: 21px;
  }

  .pg-match-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pg-btn {
    width: 100%;
    min-height: 50px;
  }

  .pg-btn {
    width: 100%;
    min-height: 50px;
  }

  .pg-match-trust {
    justify-content: flex-start;
    padding: 17px 18px;
    gap: 11px 0;
  }

  .pg-match-trust span {
    width: 50%;
    padding-right: 5px;
    font-size: 11px;
    box-sizing: border-box;
  }
}


.pg-faq-section {
  background: #f6f8fb;
  padding: 72px 20px 64px;
  font-family: inherit;
}

.pg-faq-wrap {
  max-width: 1220px;
  margin: 0 auto;
}

.pg-faq-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.pg-faq-eyebrow {
  display: inline-block;
  margin-bottom: 9px;
  color: #a9002d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.15px;
}

.pg-faq-head h2 {
  margin: 0 0 10px;
  color: #10253f;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.7px;
}

.pg-faq-head p {
  margin: 0;
  color: #617084;
  font-size: 16px;
  line-height: 1.65;
}

.pg-faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pg-faq-item {
  background: #fff;
  border: 1px solid #e1e6ec;
  border-radius: 12px;
  overflow: hidden;
  transition: .3s;
  position: relative;
}

.pg-faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background-color: #c9003d;
  border-radius: 10px;
  transition: height 0.35s ease;
}

.pg-faq-item:hover::before {
  height: 100%;
}

.pg-faq-item:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translateX(6px);
  border-color: #f0cbd8;
}

.pg-faq-question {
  width: 100%;
  min-height: 70px;
  padding: 18px 20px;
  border: 0;
  background: #fff;
  color: #122943;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  text-align: left;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
  transition: .3s;
}

.pg-faq-question:focus-visible {
  outline: 3px solid rgba(169, 0, 45, .2);
  outline-offset: -3px;
}

.pg-faq-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f8e9ee;
  color: #a9002d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 1;
  transition: .2s ease;
}

.pg-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}

.pg-faq-answer p {
  margin: 0;
  padding: 0 20px 20px;
  color: #5e6c7e;
  font-size: 14px;
  line-height: 1.65;
}

.pg-faq-item.is-open .pg-faq-answer {
  max-height: 220px;
}

.pg-faq-item.is-open .pg-faq-icon {
  transform: rotate(45deg);
  background: #a9002d;
  color: #fff;
}

/* Final CTA */
.pg-final-cta {
  margin-top: 34px;
  padding: 34px;
  border-radius: 16px;
  background: linear-gradient(115deg, #7f1f31 0%, #8f2438 55%, #6f1c2c 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.pg-final-cta-copy {
  max-width: 760px;
}

.pg-final-cta-copy>span {
  display: block;
  margin-bottom: 8px;
  color: #f6ced7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.1px;
}

.pg-final-cta h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

.pg-final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.6;
}

.pg-final-points {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.pg-final-points span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.pg-final-points span::before {
  content: "✓";
  margin-right: 6px;
  color: #ffdce5;
}

.pg-final-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.pg-final-btn {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: .2s ease;
  box-sizing: border-box;
}

.pg-final-btn-primary {
  background: #fff;
  color: #7f1f31;
}

.pg-final-btn-light {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .38);
  color: #fff;
}

.pg-final-btn:hover {
  transform: translateY(-1px);
}

/* Tablet */
@media(max-width:900px) {
  .pg-faq-list {
    grid-template-columns: 1fr;
  }

  .pg-final-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .pg-final-actions {
    width: 100%;
  }
}

/* Mobile */
@media(max-width:600px) {
  .pg-faq-section {
    padding: 48px 14px 48px;
  }

  .pg-faq-head {
    margin-bottom: 22px;
  }

  .pg-faq-head h2 {
    font-size: 29px;
  }

  .pg-faq-head p {
    font-size: 14px;
  }

  .pg-faq-question {
    min-height: 64px;
    padding: 16px;
    font-size: 14px;
  }

  .pg-faq-answer p {
    padding: 0 16px 17px;
    font-size: 13px;
  }

  .pg-final-cta {
    margin-top: 26px;
    padding: 24px 18px;
    gap: 22px;
  }

  .pg-final-cta h3 {
    font-size: 24px;
  }

  .pg-final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pg-final-btn {
    width: 100%;
    min-height: 50px;
  }

  .pg-final-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
  }
}


.mbbspg-footer__offices {
  min-width: 0;
}

.mbbspg-footer h3 {
  margin: 4px 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.mbbspg-footer__office {
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.mbbspg-footer__office-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.mbbspg-footer__office-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #a9002d;
  margin-top: 6px;
  flex: 0 0 9px;
}

.mbbspg-footer__office-head strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
}

.mbbspg-footer__office-head span:not(.mbbspg-footer__office-dot) {
  display: block;
  color: #aebfd0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.mbbspg-footer__office p {
  margin: 0 0 9px 19px;
  color: #becbd8;
  font-size: 13px;
  line-height: 1.6;
}

.mbbspg-footer__contact-link {
  margin-left: 19px !important;
  color: #fff;
  text-decoration: none;
  font-size: 13px !important;
  font-weight: 700;
}

.mbbspg-footer__email {
  display: inline-block !important;
  margin: 2px 0 18px !important;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.mbbspg-footer__email::before {
  content: "✉";
  margin-right: 8px;
  color: #d6e2ee;
}

.mbbspg-footer__cta {
  min-height: 48px;
  width: 100%;
  border-radius: 8px;
  background: #a9002d;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 800;
  transition: .18s ease !important;
}



.herooo {
  padding: 74px 0 82px;
  background:
    radial-gradient(circle at 12% 18%, rgba(127, 35, 49, 0.06), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hero-grid-about {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 68px;
  align-items: center;
}

.eyebrow-about,
.section-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--burgundy-dark);
  margin-bottom: 14px;
}

.herooo h1 {
  margin: 0;
  color: var(--navy-deep);
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.035em;
  max-width: 760px;
}

.lead-about {
  color: var(--muted);
  font-size: 18px;
  max-width: 680px;
  margin: 26px 0 22px;
}

.trust-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border-left: 3px solid #7f2331;
  background: rgba(127, 35, 49, 0.055);
  color: var(--navy);
  font-size: 14px;
  font-weight: 750;
}

.hero-photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(12, 34, 61, 0.16);
  background: #ddd;
}

.hero-photo-card img {
  width: 100%;
  height: 575px;
  object-fit: cover;
  object-position: center;
}

.photo-caption-about {
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: rgba(11, 34, 61, 0.9);
  color: #fff;
  padding: 13px 16px;
  border-radius: 10px;
  min-width: 210px;
}

.photo-caption-about strong,
.photo-caption-about span {
  display: block;
}

.photo-caption-about span {
  opacity: 0.78;
  font-size: 13px;
  margin-top: 2px;
}

.section {
  padding: 92px 0;
}

.two-col-about {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.section h2 {
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.body-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
}

.soft-bg {
  background: var(--soft);
}

.section-heading-about {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading-about.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-about p {
  color: var(--muted);
  font-size: 17px;
  margin: 18px 0 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-card {
  background: var(--white);
  padding: 28px;
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(20, 52, 90, 0.08);
}

.number {
  font-size: 12px;
  font-weight: 900;
  color: var(--maroon);
  letter-spacing: .12em;
  margin-bottom: 42px;
}

.feature-card h3 {
  color: var(--navy-deep);
  font-size: 21px;
  margin: 0 0 10px;
}

.feature-card p {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
}

.approach {
  padding-top: 0;
  background: var(--soft);
}

.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(14, 35, 59, .08);
}

.approach-panel {
  padding: 60px;
  color: #fff;
  background: linear-gradient(145deg, #0b223d, #14345a);
}

.approach-panel h2 {
  color: #fff;
  font-size: 40px;
}

.approach-panel p {
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  margin-top: 20px;
}

.section-kicker.light {
  color: #f0bac3;
}

.principles {
  background: #fff;
  padding: 18px 44px;
}

.principle {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.principle:last-child {
  border-bottom: 0;
}

.principle h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 20px;
}

.principle p {
  margin: 0;
  color: var(--muted);
}

.cta {
  background: #fff;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 48px 52px;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.cta-box h2 {
  font-size: 36px;
  max-width: 750px;
}

.cta-box p {
  color: var(--muted);
  margin: 12px 0 0;
}

/* .btn {
  flex: 0 0 auto;
  padding: 15px 23px;
  border-radius: 8px;
  color: #fff;
  background: var(--maroon);
  font-weight: 800;
  font-size: 14px;
  transition: background .2s ease, transform .2s ease;
}

.btn:hover {
  background: var(--maroon-dark);
  transform: translateY(-1px);
} */

@media (max-width: 960px) {

  .hero-grid-about,
  .two-col-about,
  .approach-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid-about {
    gap: 38px;
  }

  .hero-photo-card img {
    height: 470px;
  }

  .two-col-about {
    gap: 26px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .cta-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {

  .herooo {
    padding: 48px 0 58px;
  }

  .herooo h1 {
    font-size: 40px;
  }

  .lead-about {
    font-size: 16px;
  }

  .hero-photo-card img {
    height: 390px;
  }

  .section {
    padding: 66px 0;
  }

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

  .feature-card {
    min-height: auto;
  }

  .number {
    margin-bottom: 24px;
  }

  .approach-panel {
    padding: 38px 28px;
  }

  .approach-panel h2 {
    font-size: 34px;
  }

  .principles {
    padding: 8px 28px;
  }

  .cta-box {
    padding: 34px 28px;
  }

  .cta-box h2 {
    font-size: 30px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

.organisations {
  background: #f3f6f8;
}

.section-headdd.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-headdd {
  max-width: 760px;
  margin-bottom: 44px;
}

.org-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.org-card {
  background: #fff;
  border: 1px solid #e0e6eb;
  box-shadow: 0 12px 35px rgba(9, 41, 75, .06);
}

.org-top {
  padding: 34px 36px;
  background: var(--navy);
  color: #fff;
  min-height: 235px;
  position: relative;
  overflow: hidden;
}

.org-label {
  font-size: 11px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #b9c9d6;
}

.org-top h3 {
  font: 700 29px / 1.3 "Libre Baskerville", Georgia, serif;
  margin: 15px 0 8px;
}

.org-top p {
  color: #dce5ec;
  margin: 0;
  max-width: 480px;
}

.org-top:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 45px solid rgba(255, 255, 255, .05);
  border-radius: 50%;
  right: -65px;
  top: -70px;
}

.org-body {
  padding: 34px 36px;
}

.org-body>p {
  color: #566677;
  margin-top: 0;
}

.org-body ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.org-body li {
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #e7ebee;
  position: relative;
}

.org-body li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
}

.tcaes-card .org-top {
  background: #76001d;
}

.tcaes-title {
  display: flex;
  gap: 15px;
  align-items: center;
}

.tcaes-title img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  background: #fff;
  padding: 4px;
  border-radius: 3px;
}

.tcaes-title h3 {
  font-size: 24px;
  font: 700 29px / 1.3 "Libre Baskerville", Georgia, serif;
  margin: 15px 0 8px;
}

.org-body {
  padding: 34px 36px;
}

.org-top:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 45px solid rgba(255, 255, 255, .05);
  border-radius: 50%;
  right: -65px;
  top: -70px;
}

@media (max-width: 720px) {

  .split-heading,
  .org-grid,
  .association-grid,
  .principles-grid,
  .office-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .org-top,
  .org-body {
    padding: 28px 24px;
  }

}

@media (max-width: 420px) {
  .tcaes-title {
    align-items: flex-start;
  }

  .tcaes-title h3 {
    font-size: 20px;
  }
}

.association {
  background: #09294b;
  color: #fff;
}

.association-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.association .kicker {
  color: #dfb8c2;
}

.association h2 {
  color: #fff;
}

.association-copy p {
  color: #cbd7e1;
}

.btn-white {
  background: #fff;
  color: var(--navy);
  margin-top: 15px;
}

.association-points {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.association-points>div {
  display: flex;
  gap: 22px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.association-points b {
  font-family: "Libre Baskerville", serif;
  color: #c87289;
  font-size: 23px;
}

.association-points span {
  display: flex;
  flex-direction: column;
  color: #cbd7e1;
}

.association-points strong {
  color: #fff;
  font-size: 17px;
}

@media (max-width: 720px) {

  .split-heading,
  .org-grid,
  .association-grid,
  .principles-grid,
  .office-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.principles {
  background: #f5f1e9;
}

.principles-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
}

/* .principles-title {
    position: sticky;
    top: 130px;
    align-self: start;
} */
.principle-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.principle-list article {
  background: #fff;
  padding: 27px;
  border-bottom: 3px solid #9b0027;
}

.principle-list h3 {
  color: #09294b;
  margin: 0 0 7px;
}

.principle-list p {
  color: #617080;
  font-size: 14px;
  margin: 0;
}

.section-headddd {
  max-width: 700px;
  margin-bottom: 44px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-grid article {
  border-top: 3px solid #09294b;
  padding: 28px 24px;
  background: #f7f8fa;
  min-height: 270px;
}

.service-grid article:nth-child(even) {
  border-color: #9b0027;
}

.service-grid span {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  color: #b1bec8;
}

.service-grid h3 {
  font-size: 18px;
  color: #09294b;
  margin: 18px 0 10px;
}

.service-grid p {
  font-size: 14px;
  color: #617080;
}

@media (max-width: 1000px) {
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {

  .service-grid,
  .principle-list {
    grid-template-columns: 1fr;
  }

  .service-grid article {
    min-height: 0;
  }
}

.offices {
  background: #fff;
}

.office-grid-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  max-width: 930px;
  margin: auto;
}

.office-grid-contact article {
  padding: 25px;
  border: 1px solid var(--line);
  box-shadow: 0 15px 35px rgba(9, 41, 75, .07);
  position: relative;
  border-radius: 10px;
  transition: .3s;
}

.office-grid-contact article:before {
  content: "";
  position: absolute;
  width: 5px;
  background: #9b0027;
  left: 0;
  top: 0;
  bottom: 0;
}

.office-grid-contact article:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.city {
  font-size: 11px;
  letter-spacing: 2px;
  color: #9b0027;
  font-weight: 700;
}

.office-grid h3 {
  color: #09294b;
  font-size: 20px;
  margin: 10px 0;
}

.office-grid address {
  font-style: normal;
  color: #617080;
  margin-bottom: 16px;
}

.office-grid a {
  color: #9b0027;
  font-weight: 700;
}

@media (max-width: 720px) {

  .split-heading,
  .org-grid,
  .association-grid,
  .principles-grid,
  .office-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.final-cta {
  background: linear-gradient(110deg, #76001d, #9b0027);
  color: #fff;
  padding: 58px 0;
}

.final-cta-inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}

.final-cta span {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #e6c4cc;
}

.final-cta h2 {
  color: #fff;
  font-size: 34px;
  margin: 8px 0;
}

.final-cta p {
  margin: 0;
  color: #f1dfe4;
}

.final-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .final-cta-inner {
    display: block;
  }

  .final-actions {
    margin-top: 24px;
    white-space: normal;
    flex-wrap: wrap;
  }
}

.disclaimer {
  padding: 28px 0;
  background: #f5f6f7;
  border-bottom: 1px solid #dbe2e8;
}

.disclaimer strong {
  color: #09294b;
}

.disclaimer p {
  font-size: 13px;
  color: #667481;
  margin: 0;
}

.disclaimer .container {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 25px;
}

@media (max-width: 720px) {
  .disclaimer .container {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


.pg-intake-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #b00032;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pg-intake-title {
  margin: 0;
  color: var(--pg-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.16;
}

.pg-intake-title::after {
  display: block;
  width: 48px !important;
  height: 3px !important;
  /* margin: 13px 0 14px; */
  border-radius: 99px;
  background: #b00032 !important;
  content: "" !important;
}

.pg-intake-subtitle {
  margin: 0 0 20px;
  color: var(--pg-muted);
  font-size: 14px;
  line-height: 1.55;
}

.pg-intake-table-wrap {
  overflow: hidden;
  border: 1px solid #dfe5ec;
  border-radius: 11px;
}

.pg-intake-table {
  width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
}

.pg-intake-table th,
.pg-intake-table td {
  padding: 13px 11px;
  border-right: 1px solid #e7ebf0;
  border-bottom: 1px solid #e7ebf0;
  vertical-align: middle;
}

.pg-intake-table th:last-child,
.pg-intake-table td:last-child {
  border-right: 0;
}

.pg-intake-table tbody tr:last-child td {
  border-bottom: 0;
}

.pg-intake-table th {
  background: #ffffff;
  color: var(--pg-navy);
  font-size: 12px;
  font-weight: 800;
  text-align: left;
}

.pg-intake-table th:nth-child(1) {
  /* width: 27%; */
}

.pg-intake-table th:nth-child(2) {
  /* width: 31%; */
  text-align: center;
}

.pg-intake-table th:nth-child(3) {
  /* width: 20%; */
  text-align: center;
}

.pg-intake-table tbody tr:nth-child(even) {
  background: var(--pg-soft);
}

.pg-intake-table td {
  color: var(--pg-text);
  font-size: 13px;
  line-height: 1.35;
}

.pg-intake-table td:nth-child(2),
.pg-intake-table td:nth-child(3) {
  text-align: center;
}

.pg-intake-seats {
  display: inline-flex;
  min-width: 66px;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  border-radius: 7px;
  background: #b00032;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.pg-intake-notice {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 11px;
  align-items: start;
  margin-top: 16px;
  padding: 13px;
  border: 1px solid #edc7d1;
  border-radius: 10px;
  background: var(--pg-warning);
}

.pg-intake-notice-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--pg-maroon);
  border-radius: 50%;
  color: var(--pg-maroon);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.pg-intake-notice p {
  margin: 0;
  color: #596579;
  font-size: 11px;
  line-height: 1.55;
}


/* Mobile: convert the table into readable stacked branch cards. */
@media (max-width: 700px) {
  .pg-intake-widget {
    padding: 21px 15px;
    border-radius: 12px;
  }

  .pg-intake-title {
    font-size: 27px;
  }

  .pg-intake-subtitle {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .pg-intake-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .pg-intake-table,
  .pg-intake-table tbody,
  .pg-intake-table tr,
  .pg-intake-table td {
    display: block;
    width: 100%;
  }

  .pg-intake-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .pg-intake-table tbody {
    display: grid;
    gap: 9px;
  }

  .pg-intake-table tbody tr,
  .pg-intake-table tbody tr:nth-child(even) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 12px;
    align-items: center;
    padding: 13px;
    border: 1px solid var(--pg-border);
    border-radius: 10px;
    background: #ffffff;
  }

  .pg-intake-table td,
  .pg-intake-table td:nth-child(2),
  .pg-intake-table td:nth-child(3) {
    width: auto;
    padding: 0;
    border: 0;
    text-align: left;
  }

  .pg-intake-table td:first-child {
    grid-column: 1;
    grid-row: 1;
    color: var(--pg-navy);
    font-size: 14px;
    font-weight: 800;
  }

  .pg-intake-table td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    color: var(--pg-muted);
    font-size: 12px;
  }

  .pg-intake-table td:nth-child(2)::before {
    content: "Programme: ";
    font-weight: 700;
  }

  .pg-intake-table td:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .pg-intake-seats {
    min-width: 72px;
    min-height: 34px;
    font-size: 12px;
  }

  .pg-intake-notice {
    grid-template-columns: 27px 1fr;
    padding: 12px;
  }

  .pg-intake-notice-icon {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
}



/* Final PG landing-page mobile overrides: kept at the end to win legacy rules. */
@media (max-width: 700px) {

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .university-hero-pg-md-ms {
    min-height: 0;
    padding: 28px 0 34px;
    background-position: center top;
  }

  .university-hero-pg-md-ms .hero-container .university-hero-bams {
    width: min(100% - 28px, 560px);
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .university-hero-pg-md-ms .hero-copy {
    min-width: 0;
    padding: 4px 2px 0 !important;
  }

  .university-hero-pg-md-ms .hero-copy h1 {
    margin-bottom: 16px;
    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.1;
  }

  .university-hero-pg-md-ms .lead {
    font-size: 16px;
    line-height: 1.62;
  }

  .university-hero-pg-md-ms .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .university-hero-pg-md-ms .actions .btn {
    width: 100%;
  }

  .university-hero-pg-md-ms .microcopy {
    padding: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    font-size: 12px;
    line-height: 1.55;
  }

  .university-hero-pg-md-ms .counselling-card {
    width: 100%;
    min-width: 0;
    padding: 24px 18px;
    border-radius: 13px;
    transform: none !important;
  }

  .university-hero-pg-md-ms .counselling-card h2 {
    font-size: 23px;
  }

  #pg-enquiry-form .form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  #pg-enquiry-form label:not(.form-consent) {
    font-size: 12px;
  }

  #pg-enquiry-form input:not([type="checkbox"]),
  #pg-enquiry-form select {
    height: 50px;
    font-size: 16px;
  }

  .floating-call,
  .floating-whatsapp {
    width: 48px;
    height: 48px;
    bottom: 16px;
  }

  .floating-call {
    right: 74px;
  }

  .floating-whatsapp {
    right: 16px;
  }

  footer {
    padding-bottom: 86px;
  }

  footer .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  footer .footer-brand img {
    width: min(210px, 75%);
  }
}

@media (max-width:567px) {

  /* BDS inside college's CSS */
  .info-grid .panel {
    padding: 15px;
  }

  .info-grid .panel h3 {
    font-size: 18px;
  }

  .info-grid .panel p {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .pg-intake-widget {
    padding-right: 12px;
    padding-left: 12px;
  }

  .pg-intake-title {
    font-size: 24px;
  }

  .pg-intake-table tbody tr,
  .pg-intake-table tbody tr:nth-child(even) {
    padding: 11px;
  }

  .btn-primary {
    font-size: 12px;
  }

  .grid {
    /* display: grid; */
    grid-template-columns: repeat(auto-fit, minmax(264px, 1fr)) !important;
  }




}