/* Hero section "01" — Bharati Vidyapeeth / BVIMR (node 1716:1739) */

:root {
  /* Body copy rhythm (16px / 24px) — matches tightened line-height across sections */
  --font-copy-size: 16px;
  --font-copy-leading: 24px;
  --color-yellow-headline: #f1e404;
  --color-yellow-banner-start: #eee30c;
  --color-banner-end: #92cdd3;
  --color-banner-text: #123d7f;
  --color-cta-gradient-start: #f1e404;
  --color-cta-gradient-end: #8acbe3;
  --color-cta-text: #222222;
  --color-form-border: #a2a2a2;
  --color-form-gradient-top: rgba(8, 56, 130, 0.5);
  --color-form-gradient-bottom: rgba(15, 36, 94, 0.5);
  --color-submit-text: #083882;
  --color-white: #ffffff;
  --header-blur: 20px;
  --form-blur: 12.5px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #ffffff;
}

[hidden] {
  display: none !important;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  -webkit-appearance: none;
  appearance: none;
}

/* Figma overlap map (node 1716:476):
   01->02: -60, 02->03: -60, CRC->About: -60, About->Life: -60, 07->08: -50 */
.about-programme,
.placements {
  margin-top: -60px;
}

/* Pull About under CRC rounded frame (same stack order as Figma 04->05) */
.crc + .about-institute {
  margin-top: -60px;
}

/* Pull Life campus under About rounded frame (Figma 05->06) */
.about-institute + .life-campus {
  margin-top: -60px;
}

.testimonials {
  margin-top: -50px;
}

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

/* Lowercase helper used in Figma-style mixed casing */
.lc {
  text-transform: lowercase;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  padding: 32px 160px 168px;
  display: flex;
  flex-direction: column;
  gap: 68px;
  align-items: stretch;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

/* Full-area background + center cutout (matches absolute inset-0 stack) */
.hero-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-section__bg-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section__bg-cutout-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-section__bg-cutout {
  position: absolute;
  left: 32%;
  top: auto;
  bottom: 0;
  width: 48%;
  height: 70%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
}

.hero-section__shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 68px;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

/* ——— Header bar ——— */
.hero-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 4px 20px 4px 30px;
  border-radius: 150px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #ffffff;
  backdrop-filter: blur(var(--header-blur));
  -webkit-backdrop-filter: blur(var(--header-blur));
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
  width: 100%;
}

.hero-header__brand {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.hero-header__logo-bvu {
  width: 271px;
  height: 78px;
  flex-shrink: 0;
}

.hero-header__logo-bvu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-header__logo-bvimr {
  width: 124px;
  height: 50px;
  flex-shrink: 0;
}

.hero-header__logo-bvimr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-header__actions {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
}

.hero-header__badges {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-header__badge-naac {
  width: 63px;
  height: 73px;
  flex-shrink: 0;
}

.hero-header__badge-naac img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-header__divider {
  width: 1px;
  height: 58.875px;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.hero-header__divider img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.hero-header__badge-legacy {
  width: 131.5px;
  height: 66px;
  flex-shrink: 0;
}

.hero-header__badge-legacy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-header__badge-nirf {
  width: 112.5px;
  height: 75.5px;
  flex-shrink: 0;
}

.hero-header__badge-nirf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-header__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 191px;
  height: 64px;
  padding-left: 24px;
  padding-right: 12px;
  border-radius: 60px;
  border: none;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    var(--color-cta-gradient-start) 0%,
    var(--color-cta-gradient-end) 100%
  );
  flex-shrink: 0;
  text-decoration: none;
}

.hero-header__cta-label {
  flex: 1 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: var(--color-cta-text);
}

.hero-header__cta-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.hero-header__cta-icon img {
  width: 100%;
  height: 100%;
}

/* ——— Main row: copy + form ——— */
.hero-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  gap: clamp(16px, 2.4vw, 24px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 36px;
  flex: 1 1 auto;
  width: min(566px, 54%);
  max-width: 566px;
  min-width: 0;
}

.hero-copy__titles {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.hero-copy__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 0 4px;
  height: auto;
  width: 100%;
}

.hero-copy__title {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
  font-weight: 800;
  font-size: 80px;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--color-yellow-headline);
}

.hero-copy__title .hero-copy__title-accent {
  line-height: inherit;
}

.hero-copy__title .hero-copy__title-rest {
  line-height: inherit;
  text-transform: lowercase;
}

.hero-copy__subtitle {
  margin: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 2px;
  font-weight: 300;
  font-size: 56px;
  line-height: 1.14;
  color: var(--color-white);
  text-transform: lowercase;
}

.hero-copy__body {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 100%;
}

.hero-copy__admissions-row {
  display: flex;
  align-items: center;
  gap: 0;
  padding-right: 0;
}

.hero-copy__admissions-bar {
  display: flex;
  align-items: center;
  height: 60px;
  max-width: 80%;
  padding: 10px 0 10px 20px;
  margin-right: -1px;
  background: linear-gradient(
    90deg,
    var(--color-yellow-banner-start) 0%,
    var(--color-banner-end) 100%
  );
}

.hero-copy__admissions-text {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--color-banner-text);
}

.hero-copy__admissions-text .lc {
  text-transform: lowercase;
}

.hero-copy__admissions-notch {
  flex-shrink: 0;
  width: 69.797px;
  height: auto;
  margin-left: -1px;
  margin-right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-copy__admissions-notch picture {
  display: block;
  line-height: 0;
  height: 100%;
  flex: 1;
  min-width: 0;
}

.hero-copy__admissions-notch-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: none;
}

.hero-copy__admissions-notch-inner img {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  object-fit: fill;
  object-position: center center;
}

.hero-copy__meta {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 100%;
}

.hero-copy__location {
  margin: 0;
  font-weight: 500;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  color: var(--color-white);
  text-transform: capitalize;
}

.hero-copy__features {
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 79px;
  padding: 10px 10px 10px 20px;
  border-left: 3px solid var(--color-yellow-headline);
  font-weight: 600;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  color: var(--color-white);
  text-transform: capitalize;
}

.hero-copy__features .lc {
  text-transform: lowercase;
}

/* Keeps hyphen + “f” + “ocused” on one line (hyphen otherwise allows a break after “-”). */

/* ——— Enquiry form ——— */
.hero-enquiry {
  flex: 0 0 auto;
  width: min(378px, 38%);
  max-width: 378px;
  height: auto;
  border-radius: 30px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.hero-enquiry #ee-form-7 {
  width: 100%;
  min-height: 0;
}

.hero-enquiry__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}

.hero-enquiry__stack {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hero-enquiry__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.hero-enquiry__fields-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.hero-enquiry__heading {
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: normal;
  color: var(--color-white);
  width: 100%;
}

.hero-enquiry__inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.hero-enquiry__field {
  width: 100%;
  height: 50px;
  padding: 13px 46px 13px 16px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  font-family: inherit;
  font-weight: 400;
  font-size: var(--font-copy-size);
  line-height: normal;
  color: var(--color-white);
}

.hero-enquiry__field::placeholder {
  color: rgba(255, 255, 255, 0.95);
}

.hero-enquiry__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.95);
}

.hero-enquiry__field--textarea {
  height: 100px;
  padding: 14px 47px 66px 15px;
  resize: vertical;
  min-height: 100px;
}

.hero-enquiry__submit {
  width: 130px;
  height: 50px;
  padding: 15px;
  border: none;
  border-radius: 8px;
  background: var(--color-white);
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: var(--color-submit-text);
  cursor: pointer;
}

.hero-enquiry__submit:hover {
  filter: brightness(0.97);
}

.hero-enquiry-mobile {
  display: none;
}

.hero-enquiry-mobile__inner {
  width: 100%;
  max-width: 400px;
  height: 469px;
  padding: 24px 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, #083882 0%, #0f245e 100%);
  backdrop-filter: blur(var(--form-blur));
  -webkit-backdrop-filter: blur(var(--form-blur));
}

.hero-enquiry-mobile__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hero-enquiry-mobile__fields-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hero-enquiry-mobile__heading {
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: normal;
  color: #ffffff;
}

.hero-enquiry-mobile__inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-enquiry-mobile__field {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  padding: 13px 46px 13px 16px;
}

.hero-enquiry-mobile__field::placeholder,
.hero-enquiry-mobile__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.95);
}

.hero-enquiry-mobile__field--textarea {
  height: 100px;
  min-height: 100px;
  resize: vertical;
  padding: 14px 47px 66px 15px;
}

.hero-enquiry-mobile__submit {
  width: 130px;
  height: 50px;
  border: none;
  border-radius: 8px;
  background: #ffffff;
  color: #083882;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}

/* Section 02 — About the Programme (node 1716:1950) */

.about-programme {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
  padding: 100px 160px;
  font-family: "Montserrat", sans-serif;
  color: var(--color-white);
}

.about-programme__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px;
  pointer-events: none;
}

.about-programme__shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 40px;
}

.about-programme__visual {
  flex: 1 1 0;
  min-width: 0;
  height: 650px;
  position: relative;
}

.about-programme__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.about-programme__content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-programme__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-programme__title {
  margin: 0;
  font-weight: 800;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
}

.about-programme__title .lc {
  text-transform: lowercase;
}

.about-programme__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 500;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
}

.about-programme__copy p {
  margin: 0;
}

.about-programme__lead {
  font-weight: 700;
}

.about-programme__lead.lc {
  text-transform: lowercase;
}

.about-programme__divider {
  height: 0;
  width: 100%;
  position: relative;
  flex-shrink: 0;
}

.about-programme__divider img {
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: auto;
}

.about-programme__specialisations {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-programme__spec-heading {
  margin: 0;
  font-weight: 700;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
}

.about-programme__spec-heading .lc {
  text-transform: lowercase;
}

.about-programme__spec-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-programme__spec-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}

.about-programme__spec {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-programme__spec-icon {
  flex-shrink: 0;
  width: 21.678px;
  height: 22.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-programme__spec-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-programme__spec-label {
  margin: 0;
  font-weight: 600;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  white-space: nowrap;
}

.about-programme__spec-label .lc {
  text-transform: lowercase;
}

/* Section 03 — Our Placements (node 1724:2163) */

.placements {
  background: linear-gradient(180deg, #fffddb 0%, #ffffff 100%);
  font-family: "Montserrat", sans-serif;
}

.placements__top {
  display: flex;
  gap: 40px;
  align-items: center;
  padding-top: 160px;
  padding-right: 160px;
  width: 100%;
  min-width: 0;
}

.placements__visual {
  flex: 1 1 0;
  min-width: 0;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.placements__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  pointer-events: none;
}

.placements__intro {
  flex: 1 1 0;
  min-width: 0;
  max-width: 640px;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.placements__title {
  margin: 0;
  font-weight: 800;
  font-size: 50px;
  line-height: 52px;
  color: #113c7e;
  text-transform: uppercase;
}

.placements__title .lc {
  text-transform: lowercase;
}

.placements__intro-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
  width: 100%;
}

.placements__stats-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 0;
  width: 100%;
  box-sizing: border-box;
}

.placements__stat-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 76px;
}

.placements__stat-banner {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  height: 76px;
  padding: 10px 12px;
  margin-right: -3px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #0d4389 0%, #40addc 100%);
}

.placements__stat-inner {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0;
  color: #ffffff;
  text-transform: uppercase;
}

.placements__stat-line {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
}

.placements__stat-line--primary {
  font-weight: 700;
  margin-bottom: 0;
}

.placements__stat-line--secondary {
  font-weight: 400;
}

.placements__stat-line--secondary .lc {
  text-transform: lowercase;
}

.placements__stat-notch {
  flex-shrink: 0;
  align-self: center;
  width: 69px;
  height: 76px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.placements__stat-notch-inner {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.placements__stat-notch-inner img {
  width: 69px;
  height: 76px;
  display: block;
  flex-shrink: 0;
}

.placements__tagline {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 25px;
  color: #000000;
  text-transform: capitalize;
}

.placements__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  padding-bottom: 30px;
  width: 100%;
}

@media (max-width: 1700px) {
  .placements__bottom {
    padding-bottom: 80px;
  }
}

.placements__grid-wrap {
  padding-left: 160px;
  padding-right: 160px;
  width: 100%;
}

.placements__logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 328px;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 2px 5px 22px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}

.placements__logo-carousel {
  display: none;
}

.placements__logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #ffffff;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.placements__logo-grid--desktop > .placements__logo-cell:nth-child(6n) {
  border-right: none;
}

.placements__logo-grid--desktop > .placements__logo-cell:nth-child(n + 7) {
  border-bottom: none;
}

.placements__logo-box {
  position: relative;
  flex-shrink: 0;
}

.placements__logo-box > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.placements__logo-box--tesla {
  width: 131.383px;
  height: 131.383px;
}

.placements__logo-box--ey {
  width: 111.812px;
  height: 112.977px;
}

.placements__logo-box--deloitte {
  width: 177.684px;
  height: 33.964px;
}

.placements__logo-box--sp-global {
  width: 183.957px;
  height: 39.953px;
}

.placements__logo-box--protiviti {
  width: 174.669px;
  height: 94.703px;
}

.placements__logo-box--icici {
  width: 230px;
  height: 46.24px;
}

.placements__logo-box--hdfc {
  width: 199.052px;
  height: 64.318px;
}

.placements__logo-box--federal {
  width: 201.583px;
  height: 70.936px;
}

.placements__logo-box--reliance {
  width: 165.2px;
  height: 76.481px;
}

.placements__logo-box--pwc {
  width: 151.28px;
  height: 115.305px;
}

.placements__logo-box--tcs {
  width: 205.13px;
  height: 82.479px;
}

.placements__logo-box--tech-mahindra {
  width: 191.212px;
  height: 54.227px;
}

.placements__logo-box--multiply {
  mix-blend-mode: multiply;
}

.placements__logo-crop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.placements__logo-crop img {
  position: absolute;
  max-width: none;
  pointer-events: none;
}

.placements__logo-box--hdfc .placements__logo-crop img {
  height: 174.08%;
  left: 0;
  top: -37.04%;
  width: 100%;
}

.placements__logo-crop--federal img {
  height: 200.9%;
  left: 0;
  top: -50.45%;
  width: 100%;
}

.placements__logo-crop--reliance img {
  height: 78.93%;
  left: 2.47%;
  top: 15.87%;
  width: 91.36%;
}

.placements__more-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.placements__more {
  margin: 0;
  font-weight: 600;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  color: #083881;
  text-transform: capitalize;
}

@media (max-width: 1400px) {
  .placements__visual {
    height: 400px;
  }
}

/* Section — Corporate Resource Centre (node 1727:165) */

.crc {
  position: relative;
  z-index: 0;
  /* Frame “04” in Figma: total section bounds 1920×900 */
  min-height: 900px;
  padding: 100px 180px;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}

.crc__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.crc__bg picture {
  display: contents;
}

.crc__bg-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crc__bg-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 10.376%
  );
  pointer-events: none;
}

.crc__shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.crc__intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
  width: 100%;
}

.crc__title {
  margin: 0;
  font-weight: 800;
  font-size: 50px;
  line-height: 52px;
  color: #113c7e;
  text-transform: uppercase;
}

.crc__title .lc {
  text-transform: lowercase;
}

/* Title stacks: “Corporate Resource” / “Centre (CRC)” */
.crc__title-line {
  display: block;
}

.crc__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
  color: #222222;
  font-size: var(--font-copy-size);
  text-transform: capitalize;
}

.crc__lead-block {
  font-weight: 500;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  width: 100%;
}

.crc__lead-block p {
  margin: 0;
}

.crc__lead-strong {
  font-weight: 700;
}

.crc__lead-strong.lc {
  text-transform: lowercase;
}

.crc__lead-block .lc {
  text-transform: lowercase;
}

.crc__tagline {
  margin: 0;
  font-weight: 700;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crc__tagline .lc {
  text-transform: lowercase;
}

.crc__features {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
  padding-left: 200px;
  padding-right: 200px;
}

.crc__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.crc__feature {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.crc__feature-icon {
  flex-shrink: 0;
  width: 21.678px;
  height: 22.8px;
}

.crc__feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.crc__feature-text {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  font-weight: 600;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  color: #222222;
  text-align: left;
  text-transform: capitalize;
}

.crc__feature-text .lc {
  text-transform: lowercase;
}

.crc__cta-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.crc__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 191px;
  height: 64px;
  padding-left: 24px;
  padding-right: 12px;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  background: linear-gradient(90deg, #f1e404 0%, #8acbe3 100%);
  text-decoration: none;
}

.crc__cta:hover {
  filter: brightness(1.02);
}

.crc__cta-label {
  flex: 1 1 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #222222;
}

.crc__cta-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.crc__cta-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

/* Section — About the Institute “05” (node 1731:988) */

.about-institute {
  position: relative;
  z-index: 2;
  min-height: 850px;
  padding: 100px 160px 0;
  border-radius: 60px;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
}

.about-institute__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.about-institute__shell {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 32px;
  width: 100%;
  min-height: 650px;
}

.about-institute__visual {
  align-self: end;
  display: flex;
  justify-content: center;
}

.about-institute__visual picture {
  display: contents;
}

.about-institute__visual img {
  width: 100%;
  max-width: 722px;
  height: auto;
  object-fit: contain;
  display: block;
}

.about-institute__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 100px;
}

.about-institute__title {
  margin: 0;
  font-weight: 800;
  font-size: 50px;
  line-height: 52px;
  color: var(--color-white);
  text-transform: uppercase;
}

.about-institute__title .lc {
  text-transform: lowercase;
}

.about-institute__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-institute__intro {
  margin: 0;
  font-weight: 500;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  color: var(--color-white);
  text-transform: capitalize;
}

.about-institute__intro .lc {
  text-transform: lowercase;
}

.about-institute__block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-institute__rule {
  width: 100%;
  line-height: 0;
}

.about-institute__rule img {
  width: 100%;
  height: auto;
  display: block;
}

.about-institute__rank-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-institute__rank-heading {
  margin: 0;
  font-weight: 700;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  color: var(--color-white);
  text-transform: capitalize;
}

.about-institute__rank-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-institute__rank-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.about-institute__check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.about-institute__check img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-institute__rank-item p {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  font-weight: 600;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  color: var(--color-white);
  text-transform: capitalize;
}

.about-institute__rank-item p .lc {
  text-transform: lowercase;
}

.about-institute__closing {
  margin: 0;
  font-weight: 600;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  color: var(--color-white);
  text-transform: capitalize;
}

.about-institute__closing .lc {
  text-transform: lowercase;
}

.about-institute__closing-strong {
  font-weight: 700;
}

.about-institute__closing-strong.lc {
  text-transform: lowercase;
}

/* Section — Life at BVIMR “06” (node 1731:1036) */

.life-campus {
  position: relative;
  z-index: 1;
  padding: 150px 160px 100px;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(to bottom, #e8e6c7 0%, #ffffff 100%);
  border-radius: 0 0 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.life-campus__tabs {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 62px;
  background-color: #113c7e;
  gap: 0;
}

.life-campus__tab {
  width: 385px;
  box-sizing: border-box;
  border: none;
  padding: 20px 10px;
  border-radius: 60px;
  cursor: pointer;
  font-family: inherit;
  background: transparent;
  color: #7382a4;
}

.life-campus__tab--active {
  background-color: #ffffff;
}

.life-campus__tab-label {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
}

.life-campus__tab--active .life-campus__tab-label {
  color: #284587;
}

.life-campus__tab:not(.life-campus__tab--active) .life-campus__tab-label {
  color: #7382a4;
}

.life-campus__tab-strong {
  font-weight: 600;
}

.life-campus__panels {
  width: 100%;
}

.life-campus__panels .life-campus__cell-scrim,
.life-campus__panels .life-campus__overlay-title {
  display: none;
}

.life-campus__panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.life-campus__panel[hidden],
.testimonials__panel[hidden] {
  display: none !important;
}

.life-campus__nav {
  display: none;
}

.life-campus__nav-btn {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.life-campus__nav-btn img {
  display: block;
  width: 62px;
  height: 62px;
}

.life-campus__nav-btn--prev img {
  transform: scaleX(-1);
}

.life-campus__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
}

.life-campus__grid--row2 {
  margin-top: 0;
}

.life-campus__cell {
  position: relative;
  height: 417px;
  border-radius: 24px;
  overflow: hidden;
}

.life-campus__cell-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-campus__cell--overlay .life-campus__cell-scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 24px;
  pointer-events: none;
}

.life-campus__overlay-title {
  position: relative;
  z-index: 1;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 29.693px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.life-campus__overlay-line {
  display: block;
}

/* Section — Admission Procedure “07” (node 1731:1053) */

.admission {
  position: relative;
  min-height: 850px;
  padding: 100px 160px;
  border-radius: 60px;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

.admission > picture {
  display: contents;
}

.admission__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.admission__shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: stretch;
}

.admission__top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.admission__title {
  margin: 0;
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--color-white);
  text-transform: uppercase;
}

.admission__title .lc {
  text-transform: lowercase;
}

/* Desktop: single-line “Admission Procedure”; mobile overrides to stacked lines */
.admission__title-line {
  display: inline;
}

.admission__title-line:first-child::after {
  content: " ";
}

.admission__diagram-wrap {
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admission__diagram-wrap picture {
  display: contents;
}

.admission__diagram {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: block;
  object-fit: contain;
}

.admission__cta-row {
  display: flex;
  justify-content: center;
  width: 100%;
}
.admission__cta-row a 
{
  text-decoration: none;
}

.admission__brochure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding-left: 24px;
  padding-right: 12px;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  font-family: inherit;
  background-color: #ffffff;
  gap: 10px;
}

.admission__brochure-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
}

.admission__brochure-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.admission__brochure-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

/* Section — Testimonials “08” (node 1731:1065) */

.testimonials {
  padding: 100px 160px;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(to bottom, #fffee1 0%, #ffffff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.testimonials__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.testimonials__title {
  margin: 0;
  font-weight: 800;
  font-size: 50px;
  line-height: 52px;
  text-align: center;
  color: #113c7e;
  text-transform: uppercase;
}

.testimonials__title .lc {
  text-transform: lowercase;
}

.testimonials__tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 17px;
}

.testimonials__tab {
  flex: 0 0 auto;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 22px 24px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #cbeffd;
  color: #083881;
}

.testimonials__tab--active {
  background-color: #113c7e;
  color: #ffffff;
}

.testimonials__panels {
  width: 100%;
}

.testimonials__panel {
  width: 100%;
}

.testimonials__slides {
  width: 100%;
}

.testimonials__slide {
  display: none;
  gap: 32px;
  align-items: center;
  width: 100%;
}

.testimonials__slide.is-active {
  display: flex;
}

@media (min-width: 1201px) {
  .testimonials__slides {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: stretch;
  }

  .testimonials__slide {
    display: flex !important;
    flex: 1 1 0;
    min-width: 0;
    align-items: stretch;
    width: auto;
  }

  .testimonials__slide .testimonials__card {
    width: 100%;
  }

  .testimonials__nav {
    display: none;
  }
}

.testimonials__card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 32px;
  background-color: #ffffff;
  box-shadow: 0 5px 8.5px rgba(0, 0, 0, 0.1);
}

.testimonials__photo-wrap {
  position: relative;
  flex-shrink: 0;
  width: 322px;
  max-width: 42%;
  align-self: stretch;
  min-height: 356px;
  border-radius: 24px;
  overflow: hidden;
}

.testimonials__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.testimonials__card-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}

.testimonials__quote {
  margin: 0;
  font-weight: 500;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  color: #222222;
  text-transform: capitalize;
}

.testimonials__quote .lc {
  text-transform: lowercase;
}

.testimonials__read-more {
  font-weight: 700;
  color: #083881;
  text-decoration: none;
  text-transform: lowercase;
}

.testimonials__read-more:hover {
  text-decoration: underline;
}

.testimonials__meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonials__name {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #083881;
}

.testimonials__batch {
  margin: 0;
  font-weight: 500;
  font-size: var(--font-copy-size);
  line-height: var(--font-copy-leading);
  color: #222222;
}

.testimonials__nav {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.testimonials__nav-btn {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.testimonials__nav-btn:disabled,
.testimonials__nav-btn.is-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.testimonials__nav-btn img {
  display: block;
  width: 62px;
  height: 62px;
}

.testimonials__nav-btn--prev img {
  transform: scaleX(-1);
}

/* Final CTA “09” + footer strip (nodes 1731:1097–1731:1109) */

.final-cta-wrap {
  width: 100%;
}

.final-cta {
  position: relative;
  min-height: 505px;
  padding: 0 160px;
  display: flex;
  align-items: flex-end;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}

.final-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.final-cta__shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 81px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 505px;
}

.final-cta__visual {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.final-cta__visual img {
  width: 50%;
  max-width: 618px;
  height: auto;
  object-fit: contain;
}

.final-cta__content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
    align-items: center;
    padding-bottom: 48px;
}

.final-cta__text-block {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
  padding-right: 200px;
}

.final-cta__title {
  margin: 0;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.final-cta__title .lc {
  text-transform: lowercase;
}

.final-cta__cta-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.final-cta__eyebrow {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.final-cta__eyebrow .lc {
  text-transform: lowercase;
}

.final-cta__apply {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 64px;
  padding-left: 24px;
  padding-right: 12px;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  font-family: inherit;
  background-color: #ffffff;
  text-decoration: none;
}

.final-cta__apply-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
}

.final-cta__apply-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.final-cta__apply-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.final-cta-wrap__spacer {
  height: 5px;
  width: 100%;
  background-color: #F1E404;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 10px;
  background-color: #000000;
}

.site-footer__copy {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}


.testSl
{
  width: 100%;
  height: auto;
  padding: 50px 50px;
  border-radius: 20px;
  border: 1px solid #F2C001;
  background: linear-gradient(180deg, rgba(40, 69, 135, 0.1) 0%, rgba(242, 192, 1, 0.1) 100%);
  max-width: 95%;
  margin: 20px auto;
}
.testm
{
  width: 100%;
  height: auto;
  padding: 0 30px 0 0;
}
.testm p 
{
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #222222;
  margin: 0 0 5px 0;
}
.testm h4
{
  color: #2292B8;
  font-size: 20px;
  margin: 20px 0 0 0;
  font-weight: 700;
}
.testSl button {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: none;
  margin-left: 10px;
  cursor: pointer;
  background: linear-gradient(90deg, #4FCAF3 0%, #F0E30F 100%) !important;
  border: 1px solid #D9D9D9;
  padding: 5px 0 0 0;
}
.testSl button span
{
  font-size: 30px;
}






@media (max-width: 1200px) {
  .hero-section {
    padding-left: clamp(32px, 5vw, 48px);
    padding-right: clamp(32px, 5vw, 48px);
  }

  .hero-header {
    gap: 12px;
    row-gap: 12px;
    flex-wrap: wrap;
    height: auto;
    min-height: 100px;
    justify-content: center;
  }

  .hero-header__brand {
    flex-shrink: 1;
    min-width: min(100%, 420px);
    justify-content: center;
  }

  .hero-header__logo-bvu {
    width: min(271px, 42vw);
    height: auto;
    aspect-ratio: 271 / 78;
  }

  .hero-header__logo-bvimr {
    width: min(124px, 22vw);
    height: auto;
    aspect-ratio: 124 / 50;
  }

  .hero-header__actions {
    flex-shrink: 0;
    gap: clamp(12px, 2vw, 40px);
  }

  .hero-main {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-copy {
    flex: 1 1 auto;
    width: auto;
    max-width: min(566px, calc(58% - 12px));
    min-width: 0;
  }

  .hero-copy__title-wrap {
    height: auto;
    min-height: 0;
    align-items: flex-start;
  }

  .hero-copy__title {
    height: auto;
    font-size: clamp(44px, 4vw + 28px, 80px);
    line-height: 1.05;
  }

  .hero-copy__title .hero-copy__title-accent,
  .hero-copy__title .hero-copy__title-rest {
    line-height: inherit;
  }

  .hero-copy__subtitle {
    height: auto;
    font-size: clamp(26px, 2.2vw + 18px, 56px);
    line-height: 1.14;
    padding-top: 2px;
  }

  .hero-copy__titles {
    gap: 16px;
  }

  .hero-copy__admissions-text {
    white-space: nowrap;
    font-size: clamp(14px, 1.35vw, 18px);
    line-height: 1.25;
  }

  .hero-copy__admissions-bar {
    flex: 1 1 auto;
    min-width: 0;
    height: 60px;
    min-height: 60px;
    margin-right: -1px;
  }

  .hero-copy__admissions-notch {
    width: 70px;
    height: auto;
    margin-left: -1px;
  }

  .hero-enquiry {
    flex: 0 0 auto;
    width: min(378px, calc(42% - 12px));
    max-width: 378px;
    height: auto;
    min-height: 469px;
  }

  .about-programme {
    padding-left: 48px;
    padding-right: 48px;
  }

  .placements__top {
    padding-right: 48px;
  }

  .placements__grid-wrap {
    padding-left: 48px;
    padding-right: 48px;
  }

  .crc {
    padding-left: 48px;
    padding-right: 48px;
  }

  .crc__features {
    padding-left: 48px;
    padding-right: 48px;
  }

  .about-institute {
    padding-left: 48px;
    padding-right: 48px;
  }

  .about-institute__shell {
    grid-template-columns: 1fr;
  }

  .about-institute__visual {
    max-width: 520px;
    margin: 0 auto;
  }

  .about-institute__content {
    align-self: stretch;
  }

  .life-campus {
    padding-left: 48px;
    padding-right: 48px;
  }

  .life-campus__tabs {
    flex-wrap: wrap;
    justify-content: center;
  }

  .life-campus__tab {
    width: 100%;
    max-width: 385px;
  }

  .admission {
    padding-left: 48px;
    padding-right: 48px;
  }

  .testimonials {
    padding-left: 48px;
    padding-right: 48px;
  }

  .final-cta {
    padding-left: 48px;
    padding-right: 48px;
  }

  .final-cta__text-block {
    padding-right: 0;
  }

  .final-cta__shell {
    flex-wrap: wrap;
    gap: 40px;
    min-height: unset;
    padding-top: 48px;
  }
}

/*
 * Laptop / small desktop only — tighter hero typography, spacing & imagery.
 * Large desktops (>1800px) and mobile/tablet (<1024px) use rules outside this band.
 */
@media (min-width: 1024px) and (max-width: 1800px) {
  .hero-section {
    padding-top: 28px;
    padding-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 52px;
  }

  .hero-section__shell {
    gap: 52px;
  }

  .final-cta {
    align-items: flex-end;
  }

  .final-cta__shell {
    align-items: flex-end;
  }

  .final-cta__visual img {
    width: 100%;
  }

  .hero-section__bg-cutout {
    left: 32%;
    top: auto;
    bottom: 0;
    width: 48%;
    height: 70%;
    object-fit: contain;
  }

  .hero-header {
    height: 88px;
    padding: 4px 18px 4px 26px;
  }

  .hero-header__brand {
    gap: 18px;
  }

  .hero-header__logo-bvu {
    width: 234px;
    height: 67px;
  }

  .hero-header__logo-bvimr {
    width: 108px;
    height: 44px;
  }

  .hero-header__actions {
    gap: 28px;
  }

  .hero-header__badges {
    gap: 12px;
  }

  .hero-header__badge-naac {
    width: 56px;
    height: 65px;
  }

  .hero-header__divider {
    height: 52px;
  }

  .hero-header__badge-legacy {
    width: 116px;
    height: 58px;
  }

  .hero-header__badge-nirf {
    width: 99px;
    height: 66px;
  }

  .hero-header__cta {
    gap: 6px;
    width: 172px;
    height: 56px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .hero-header__cta-label {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-header__cta-icon {
    width: 36px;
    height: 36px;
  }

  .hero-main {
    gap: clamp(12px, 2vw, 20px);
  }

  .hero-copy {
    gap: 26px;
    width: min(520px, 52%);
    max-width: 520px;
  }

  .hero-copy__titles {
    gap: 14px;
  }

  .hero-copy__title-wrap {
    padding: 6px 0 4px;
    height: auto;
    min-height: 0;
  }

  .hero-copy__title {
    height: auto;
    font-size: 62px;
    line-height: 1.1;
  }

  .hero-copy__title .hero-copy__title-accent,
  .hero-copy__title .hero-copy__title-rest {
    line-height: inherit;
  }

  .hero-copy__subtitle {
    height: auto;
    font-size: 42px;
    line-height: 1.14;
    padding-top: 2px;
  }

  .hero-copy__body {
    gap: 14px;
  }

  .hero-copy__admissions-bar {
    height: 52px;
    padding: 8px 0 8px 16px;
    margin-right: -1px;
  }

  .hero-copy__admissions-text {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-copy__admissions-notch {
    width: 61px;
    height: auto;
    margin-left: -1px;
  }

  .hero-copy__admissions-notch-inner {
    transform: none;
  }

  .hero-copy__admissions-notch-inner img {
    width: auto;
    height: 100%;
    max-height: 100%;
    max-width: none;
    object-fit: fill;
    object-position: left center;
  }

  .hero-copy__meta {
    gap: 14px;
  }

  .hero-copy__location {
    font-size: 15px;
    line-height: 22px;
  }

  .hero-copy__features {
    min-height: 68px;
    padding: 8px 10px 8px 16px;
    font-size: 15px;
    line-height: 22px;
  }

  .hero-enquiry {
    width: min(378px, 36%);
    max-width: 378px;
    min-height: 420px;
    height: auto;
    padding: 20px 18px;
    border-radius: 26px;
  }

  .hero-enquiry__form {
    gap: 12px;
  }

  .hero-enquiry__fields-block {
    gap: 22px;
  }

  .hero-enquiry__heading {
    font-size: 27px;
    line-height: 1.2;
  }

  .hero-enquiry__inputs {
    gap: 10px;
  }

  .hero-enquiry__field {
    height: 46px;
    padding: 11px 40px 11px 14px;
  }

  .hero-enquiry__field--textarea {
    height: 88px;
    min-height: 88px;
    padding: 12px 40px 52px 13px;
  }

  .hero-enquiry__submit {
    width: 118px;
    height: 46px;
    padding: 12px;
    font-size: 16px;
    line-height: 22px;
  }
  .testSl
  {
    padding:30px;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .hero-header {
    gap: 10px;
    row-gap: 10px;
    min-height: 88px;
  }

  .hero-header__brand {
    min-width: min(100%, 380px);
  }

  .hero-header__logo-bvu {
    width: min(234px, 38vw);
  }

  .hero-header__logo-bvimr {
    width: min(108px, 20vw);
  }

  .hero-header__actions {
    gap: clamp(10px, 1.8vw, 28px);
  }

  .hero-copy {
    max-width: min(520px, calc(56% - 12px));
  }

  .hero-copy__title {
    font-size: clamp(38px, 3.4vw + 22px, 68px);
    line-height: 1.06;
  }

  .hero-copy__subtitle {
    font-size: clamp(22px, 1.9vw + 14px, 46px);
    line-height: 1.14;
    padding-top: 2px;
  }

  .hero-copy__titles {
    gap: 14px;
  }

  .hero-copy__admissions-bar {
    min-height: 52px;
  }

  .hero-enquiry {
    width: min(378px, calc(40% - 12px));
    max-width: 378px;
    min-height: 420px;
  }

  .hero-section__bg-cutout {
    left: 32%;
    top: auto;
    bottom: 60px;
    width: 48%;
    height: 70%;
    object-fit: contain;
  }
}

@media (max-width: 900px) {
  .hero-header {
    flex-direction: column;
    height: auto;
    padding: 16px 20px;
    border-radius: 24px;
    gap: 16px;
  }

  .hero-header__actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .hero-section__bg-cutout {
    left: 35.72%;
    top: auto;
    bottom: 0;
    width: 40.28%;
    height: 75.55%;
    max-width: none;
    max-height: none;
    transform: none;
  }

  /* Hero: stacked layout ≤900px where side‑by‑side copy + form no longer fits */
  .hero-main {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .hero-copy {
    width: 100%;
    max-width: min(566px, 100%);
    flex: none;
    margin-inline: auto;
  }

  .hero-copy__admissions-row {
    align-items: stretch;
    flex-wrap: nowrap;
    width: min(100%, 460px);
    max-width: 100%;
    overflow: hidden;
  }

  .hero-copy__admissions-bar {
    flex: 1 1 auto;
    min-width: 0;
    height: 52px;
    padding: 8px 0 8px 16px;
    box-sizing: border-box;
    margin-right: -1px;
  }

  .hero-copy__admissions-notch {
    flex: 0 0 60px;
    min-width: 60px;
    width: 60px;
    height: auto;
    margin-left: -1px;
    align-self: stretch;
  }

  .hero-copy__admissions-notch-inner {
    width: 100%;
    height: 100%;
  }

  .hero-copy__admissions-notch-inner img {
    width: auto;
    height: 100%;
    max-height: 100%;
    max-width: none;
    object-fit: fill;
    object-position: left center;
  }

  .hero-copy__admissions-text {
    white-space: nowrap;
    font-size: clamp(12px, 1.8vw, 16px);
    line-height: 1.25;
  }

  .hero-enquiry {
    width: 100%;
    max-width: 378px;
    flex: none;
    margin-inline: auto;
  }

  .about-programme__shell {
    flex-direction: column;
    align-items: stretch;
  }

  .about-programme__visual {
    height: auto;
    min-height: 320px;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .about-programme__visual img {
    position: relative;
    inset: auto;
    height: auto;
    max-height: 560px;
    object-fit: contain;
  }

  .about-programme__spec-label {
    white-space: normal;
  }

  .placements__top {
    flex-direction: column;
    align-items: stretch;
    padding-left: 24px;
    padding-right: 24px;
  }

  .placements__visual {
    height: 400px;
    min-height: 280px;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }

  .placements__visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: right bottom;
  }

  .placements__intro {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }

  .placements__stats-block {
    padding-right: 0;
  }

  .placements__logo-grid--desktop {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, minmax(72px, auto));
    height: auto;
    min-height: 0;
    border: none;
    gap: 1px;
    background-color: #d9d9d9;
    box-shadow: 2px 5px 22px rgba(0, 0, 0, 0.25);
  }

  .placements__logo-grid--desktop .placements__logo-cell {
    border: none;
    min-height: 72px;
  }

  .crc__features {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .crc {
    min-height: unset;
    padding-bottom: 140px;
  }

  .about-institute {
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 32px;
    min-height: unset;
  }

  .about-institute__title {
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.1;
  }

  .life-campus {
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 0 0 0 32px;
  }

  .life-campus__grid {
    grid-template-columns: 1fr;
  }

  .life-campus__cell {
    height: min(417px, 70vw);
  }

  .life-campus__overlay-title {
    font-size: 22px;
  }

  .admission {
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 32px;
    min-height: unset;
  }

  .admission__title {
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.1;
  }

  .testimonials {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonials__title {
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.1;
  }

  .testimonials__tabs {
    flex-wrap: wrap;
  }

  .testimonials__tab {
    padding: 14px 18px;
    font-size: 16px;
  }

  .testimonials__card {
    flex-direction: column;
    gap: 24px;
  }

  .testimonials__photo-wrap {
    max-width: 100%;
    width: 100%;
    min-height: 280px;
  }

  .final-cta {
    padding-left: 24px;
    padding-right: 24px;
    min-height: unset;
    align-items: flex-end;
  }

  .final-cta__title {
    font-size: clamp(28px, 8vw, 40px);
  }

  .site-footer__copy {
    white-space: normal;
    font-size: 16px;
  }

  .about-programme,
  .placements {
    margin-top: -32px;
  }

  .crc + .about-institute {
    margin-top: -32px;
  }

  .about-institute + .life-campus {
    margin-top: -32px;
  }

  .testimonials {
    margin-top: -24px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  /* About the Institute — stack text above visual only in tablet band */
  .about-institute__shell {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    min-height: 0;
  }

  .about-institute__content {
    align-self: stretch;
  }

  .about-institute__visual {
    align-self: center;
  }
}

/*
 * Mobile layout (≤767px): root-level query so it reliably overrides the stacked
 * tablet header from max-width:900px; hero horizontal padding from max-width:1200px
 * is cleared here so the banner/header use full width on small screens.
 */
@media (max-width: 992px) {
  body {
    overflow-x: hidden;
  }

  .about-programme,
  .placements,
  .crc,
  .about-institute,
  .life-campus,
  .admission,
  .testimonials,
  .final-cta-wrap {
    margin-top: 0;
  }

  /* Admission Procedure — mobile (Figma node 1736:1331 / frame 1763:14) */
  .admission {
    margin-bottom: -50px;
    z-index: 2;
    min-height: 0;
    padding: 32px 20px;
    border-radius: 30px;
  }

  .admission__shell {
    gap: 56px;
  }

  .admission__title {
    font-size: 30px;
    line-height: 40px;
  }

  .admission__title-line {
    display: block;
  }

  .admission__title-line:first-child::after {
    content: none;
  }

  .admission__diagram-wrap {
    position: relative;
    height: 416px;
    min-height: 0;
    overflow: hidden;
  }

  .admission__diagram {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
  }

  .admission__cta-row {
    width: 100%;
  }

  .admission__brochure {
    width: 100%;
    max-width: none;
  }

  /* Testimonials sits under admission overlap — pt from Figma 1736:1343 */
  .testimonials {
    padding: 82px 20px 32px;
  }

  /* Students visual — mobile asset + crop (Figma node 1736:1310) */
  .about-institute__visual {
    position: relative;
    overflow: hidden;
    align-self: center;
    width: 100%;
    max-width: 400px;
    height: 248px;
    margin: 0 auto;
  }

  .about-institute__visual img {
    position: absolute;
    inset: auto;
    width: 88.89%;
    height: 144.76%;
    left: 5.56%;
    top: 0.13%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
  }

  .hero-section {
    min-height: auto;
    padding: 0;
    gap: 0;
    overflow: visible;
  }

  .hero-section__shell {
    gap: 0;
  }

  /* Mobile hero banner — Figma node 1736:485 (440×698 below header) */
  .hero-section__bg {
    top: 58px;
    left: 0;
    right: 0;
    bottom: auto;
    height: 698px;
  }

  .hero-section__bg-photo {
    object-position: center top;
  }

  .hero-section__bg-cutout-wrap {
    overflow: visible;
  }

  .hero-section__bg-cutout {
    left: 8.81%;
    top: auto;
    bottom: -32px;
    width: 79.45%;
    height: 48.52%;
    object-fit: contain;
    object-position: center bottom;
  }

  .hero-main {
    display: block;
    min-height: 698px;
    padding: 0 20px 24px;
    box-sizing: border-box;
    flex-wrap: unset;
    justify-content: unset;
  }

  .hero-copy {
    flex-shrink: 0;
    width: 100%;
    max-width: none;
    min-height: 685px;
    padding-top: 24px;
    gap: 16px;
  }

  .hero-copy__titles {
    gap: 12px;
  }

  .hero-copy__title-wrap {
    height: auto;
    padding: 8px 0 4px;
    align-items: center;
  }

  .hero-copy__title {
    height: auto;
    font-size: 32px;
    line-height: 1.15;
  }

  .hero-copy__title .hero-copy__title-accent,
  .hero-copy__title .hero-copy__title-rest {
    line-height: inherit;
  }

  .hero-copy__subtitle {
    height: auto;
    font-size: 24px;
    line-height: 1.2;
    padding-top: 2px;
    white-space: nowrap;
  }

  .hero-copy__body {
    gap: 19px;
  }

  .hero-copy__meta {
    gap: 16px;
  }

  .hero-copy__admissions-row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .hero-copy__admissions-bar {
    flex: 1 1 auto;
    min-width: 0;
    flex-shrink: 0;
    height: 50px;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    margin-right: -1px;
  }

  .hero-copy__admissions-notch {
    flex: 0 0 56px;
    min-width: 56px;
    width: 56px;
    height: auto;
    margin-left: -1px;
    margin-right: -1px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-copy__admissions-notch-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
  }

  .hero-copy__admissions-notch-inner img {
    width: auto;
    height: 100%;
    max-height: 100%;
    max-width: none;
    object-fit: fill;
    object-position: center center;
  }

  .hero-copy__admissions-text {
    white-space: nowrap;
    font-size: clamp(11px, 3.1vw, 14px);
    line-height: 1.3;
  }

  .hero-copy__location,
  .hero-copy__features {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-copy__features {
    min-height: 79px;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  /* ExtraaEdge widget mounts once at #ee-form-7 — show same aside below copy on mobile */
  .hero-enquiry {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-inline: auto;
    padding: 32px 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero-enquiry__inner {
    width: 100%;
    max-width: 378px;
  }

  .hero-enquiry-mobile {
    display: none;
  }

  /* Placements hero visual — mobile composite + crop (Figma node 1736:1218 under 1736:1203) */
  .placements__visual {
    flex: none;
    overflow: hidden;
    width: 100%;
    max-width: 364px;
    height: 306px;
    margin-left: auto;
    margin-right: auto;
  }

  .placements__visual picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .placements__visual img {
    position: absolute;
    left: -34.13%;
    top: 0;
    width: 134.13%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
  }

  /* Placement stat ribbons — 56px tall on mobile (matches Figma; base desktop is 76px) */
  .placements__stat-row {
    min-height: 56px;
  }

  .placements__stat-banner {
    height: 56px;
    min-height: 56px;
    padding: 6px 10px;
    box-sizing: border-box;
  }

  .placements__stat-notch {
    width: 51px;
    height: 56px;
  }

  .placements__stat-notch-inner img {
    width: 51px;
    height: 56px;
  }

  .placements__stat-line {
    font-size: 14px;
    line-height: 18px;
  }

  /* Partner logos — mobile carousel (Figma node 1736:1219 under 1736:1202) */
  .placements__logo-grid--desktop {
    display: none !important;
  }

  .placements__logo-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
  }

  .placements__logo-viewport {
    width: 100%;
    max-width: 364px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #d9d9d9;
    box-shadow: 2px 5px 22px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }

  .placements__logo-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 300%;
    will-change: transform;
  }

  .placements__logo-slide {
    flex: 0 0 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  /* Same 2×2 treatment as desktop logo grid, one grid per carousel slide */
  .placements__logo-slide-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(0, 164px));
    height: 328px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #ffffff;
  }

  .placements__logo-carousel .placements__logo-slide-grid > .placements__logo-cell {
    margin: 0;
    padding: 10px;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    align-items: stretch;
    justify-content: stretch;
    border: none;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background-color: #ffffff;
  }

  .placements__logo-carousel .placements__logo-slide-grid > .placements__logo-cell:nth-child(2n) {
    border-right: none;
  }

  .placements__logo-carousel .placements__logo-slide-grid > .placements__logo-cell:nth-child(n + 3) {
    border-bottom: none;
  }

  /* Keep logos inside cells — desktop uses fixed px boxes + cover/crops that overflow on narrow widths */
  .placements__logo-carousel .placements__logo-slide-grid .placements__logo-box {
    flex-shrink: 1;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .placements__logo-carousel .placements__logo-slide-grid .placements__logo-box > img {
    position: static;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .placements__logo-carousel .placements__logo-slide-grid .placements__logo-crop {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .placements__logo-carousel .placements__logo-slide-grid .placements__logo-crop img {
    position: static;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    left: auto !important;
    top: auto !important;
  }

  .placements__logo-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100%;
  }

  .placements__logo-nav-btn {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 0;
  }

  .placements__logo-nav-btn:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: 4px;
  }

  .placements__logo-nav-btn img {
    display: block;
    width: 62px;
    height: 62px;
  }

  .placements__logo-nav-btn--prev img {
    transform: scaleX(-1);
  }

  /* CRC section bg photo — mobile framing matches Figma node 1736:1239 / frame 1763:12 */
  .crc__bg {
    overflow: hidden;
  }

  .crc__bg-photo {
    inset: auto;
    width: 251.59%;
    height: 61.55%;
    left: -75.8%;
    top: 43.34%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
  }

  /* CRC content — left-aligned on mobile (Figma node 1736:1239) */
  .crc__shell {
    align-items: flex-start;
  }

  .crc__intro {
    align-items: flex-start;
    text-align: left;
  }

  .crc__copy {
    align-items: flex-start;
  }

  .crc__tagline {
    justify-content: flex-start;
    width: 100%;
  }

  .crc__features {
    align-items: flex-start;
  }

  .crc__cta-wrap {
    justify-content: flex-start;
  }

  /* Overrides stacked tablet header from max-width:900px */
  .hero-header {
    display: flex;
    flex-direction: row;
    height: 58px;
    padding: 10px 16px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #ffffff;
    backdrop-filter: blur(var(--header-blur));
    -webkit-backdrop-filter: blur(var(--header-blur));
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .hero-header__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    flex: 0 1 auto;
    min-width: 0;
  }

  .hero-header__logo-bvu {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-height: 38px;
  }

  .hero-header__logo-bvu img {
    display: block;
    width: auto;
    height: auto;
    max-height: 38px;
    max-width: 122px;
    object-fit: contain;
  }

  .hero-header__logo-bvimr {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-height: 38px;
  }

  .hero-header__logo-bvimr img {
    display: block;
    width: auto;
    height: auto;
    max-height: 26px;
    max-width: 64px;
    object-fit: contain;
  }

  .hero-header__actions {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
    margin-left: auto;
  }

  .hero-header__badges {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    flex-shrink: 1;
    min-width: 0;
  }

  .hero-header__badge-naac {
    width: auto;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .hero-header__badge-naac img {
    width: auto;
    height: 100%;
    max-height: 32px;
    max-width: 28px;
    object-fit: contain;
  }

  .hero-header__badge-legacy {
    width: auto;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .hero-header__badge-legacy img {
    width: auto;
    height: 100%;
    max-height: 32px;
    max-width: 68px;
    object-fit: contain;
  }

  .hero-header__badge-nirf {
    width: auto;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .hero-header__badge-nirf img {
    width: auto;
    height: 100%;
    max-height: 32px;
    max-width: 52px;
    object-fit: contain;
  }

  .hero-header__divider {
    height: 28px;
    align-self: center;
    flex-shrink: 0;
  }

  .hero-header__divider img {
    height: 100%;
    width: auto;
    max-height: 28px;
    object-fit: contain;
  }

  .hero-header__cta {
    display: none;
  }
}

@media (max-width: 992px) {
  body {
    overflow-x: hidden;
  }

  .about-programme,
  .placements,
  .crc,
  .admission,
  .testimonials,
  .final-cta-wrap {
    margin-top: 0;
  }

  .about-programme {
    padding: 32px 20px;
    border-radius: 30px;
  }

  .about-programme__bg {
    border-radius: 30px;
  }

  .about-programme__shell {
    flex-direction: column;
    gap: 24px;
  }

  .about-programme__content {
    order: 1;
    gap: 24px;
  }

  .about-programme__visual {
    order: 2;
  }

  .about-programme__title {
    font-size: 30px;
    line-height: 42px;
  }

  .about-programme__copy,
  .about-programme__spec-heading,
  .about-programme__spec-label {
    font-size: 14px;
    line-height: 20px;
  }

  .about-programme__spec-rows,
  .about-programme__spec-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .about-programme__visual {
    width: 100%;
    max-width: 400px;
    height: 342px;
  }

  .about-programme__visual img {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: none;
  }

  .placements__top {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 32px 20px 0;
  }

  .placements__intro {
    width: 100%;
    max-width: 364px;
    gap: 14px;
  }

  .placements__title {
    font-size: 30px;
    line-height: 52px;
  }

  .placements__intro-body {
    gap: 32px;
  }

  .placements__stats-block {
    gap: 8px;
    padding-right: 0;
  }

  .placements__stat-banner {
    height: 56px;
    min-height: 56px;
  }

  .placements__tagline {
    font-size: 14px;
    line-height: 25px;
  }

  .placements__bottom {
    gap: 0;
    padding-bottom: 30px;
  }

  .placements__grid-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .placements__logo-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 328px;
    border: none;
    gap: 0;
  }

  .placements__logo-cell:nth-child(n + 5) {
    display: none;
  }

  .placements__logo-cell {
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }

  .placements__logo-cell:nth-child(2n) {
    border-right: none;
  }

  .placements__logo-cell:nth-child(n + 3) {
    border-bottom: none;
  }

  .placements__more {
    display: none;
  }

  .crc {
    min-height: 858px;
    padding: 32px 20px 160px;
    border-radius: 30px;
  }

  .crc__title {
    font-size: 30px;
    line-height: 40px;
  }

  .crc__lead-block,
  .crc__tagline,
  .crc__feature-text {
    font-size: 14px;
    line-height: 20px;
  }

  .crc__features {
    flex-direction: column;
    gap: 16px;
    padding: 0;
    padding-right: 20px;
  }

  .about-institute {
    min-height: 890px;
    padding: 32px 20px 0;
    border-radius: 30px;
  }

  .about-institute__shell {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    min-height: 0;
  }

  .about-institute__content {
    align-self: stretch;
    padding-bottom: 0;
    gap: 24px;
  }

  .about-institute__title {
    font-size: 30px;
    line-height: 40px;
  }

  .about-institute__intro,
  .about-institute__rank-item p,
  .about-institute__closing {
    font-size: 14px;
    line-height: 20px;
  }

  .about-institute__rank-heading {
    font-size: 16px;
    line-height: 24px;
  }

  .about-institute__rank-list {
    gap: 14px;
  }

  .life-campus {
    padding: 82px 20px 32px;
    border-radius: 0 0 0 30px;
    gap: 32px;
  }

  .life-campus__tabs {
    width: 100%;
    max-width: 400px;
    flex-wrap: nowrap;
  }

  .life-campus__tab {
    width: 50%;
    max-width: none;
    padding: 12px 10px;
  }

  .life-campus__tab-label {
    font-size: 16px;
    line-height: 20px;
  }

  .life-campus__panels {
    width: 100%;
    max-width: 400px;
    overflow: hidden;
  }

  .life-campus__panel {
    gap: 0;
  }

  .life-campus__grid {
    display: flex;
    gap: 32px;
    width: 1081px;
  }

  .life-campus__grid--row2 {
    display: none;
  }

  .life-campus__cell {
    width: 339px;
    height: 311px;
    flex: 0 0 auto;
  }

  .life-campus__overlay-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .life-campus__nav {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .testimonials {
    padding: 82px 20px 32px;
    gap: 40px;
    border-radius: 0;
  }

  .testimonials__header {
    align-items: flex-start;
    padding: 0 20px;
    width: 100%;
  }

  .testimonials__title {
    font-size: 30px;
    line-height: 52px;
  }

  .testimonials__tabs {
    flex-wrap: wrap;
    gap: 10px 12px;
    justify-content: flex-start;
  }

  .testimonials__tab {
    height: 49px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 42px;
    width: calc(50% - 6px);
    min-width: 0;
  }

  .testimonials__tab:nth-child(1) {
    width: calc(50% - 6px);
  }

  .testimonials__tab:nth-child(2),
  .testimonials__tab:nth-child(3) {
    width: calc(50% - 6px);
  }

  .testimonials__panels {
    width: 100%;
    max-width: 399px;
  }

  .testimonials__slide.is-active {
    flex-wrap: nowrap;
  }

  .testimonials__card {
    width: 100%;
    border-radius: 16px;
    padding: 16px 24px;
    gap: 24px;
    box-shadow: 0 5px 8.5px rgba(0, 0, 0, 0.1);
  }

  .testimonials__photo-wrap {
    width: 100%;
    max-width: none;
    min-height: 260px;
    height: 260px;
    border-radius: 24px;
  }

  .testimonials__card-body {
    gap: 40px;
    padding: 0;
  }

  .testimonials__quote {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonials__name {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonials__batch {
    font-size: 14px;
    line-height: 24px;
  }

  .final-cta {
    min-height: 366px;
    padding: 0;
    border-radius: 0;
    align-items: flex-end;
  }

  .final-cta__shell {
    min-height: 366px;
    gap: 0;
    padding: 0;
    flex-direction: column;
  }

  .final-cta__content {
    order: 1;
    padding: 24px 21px 0;
    align-items: flex-start;
  }

  .final-cta__text-block {
    padding-right: 0;
    gap: 0;
  }

  .final-cta__title {
    font-size: 30px;
    line-height: 42px;
  }
/* 
  .final-cta__cta-block {
    display: none;
  } */

  .final-cta__visual {
    order: 2;
    width: 100%;
    flex: 1 1 auto;
    align-items: flex-end;
  }

  .final-cta__visual img {
    width: 50%;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }

  .final-cta-wrap__spacer {
    display: none;
  }

  .site-footer {
    border-top: 3px solid #f1e404;
    padding: 24px 10px;
  }

  .site-footer__copy {
    font-size: 14px;
    line-height: 21px;
    white-space: normal;
  }
  .testSl
  {
    padding:20px;
  }
  .testm
  {
    padding: 0 0 0 0;
  }
  .testm p
  {
    font-size: 15px;
  }
  .testm h4
  {
    font-size: 18px;
  }

}
