 body,
p {
  color: var(--ink-700)
}

*,
::after,
::before,
li,
ul {
  margin: 0;
  padding: 0
}

.menu-link a,
img {
  width: 100%
}

.announcement-bar,
.btn {
  overflow: hidden;
  position: relative
}

.eyebrow,
.logo-text .l2 {
  text-transform: uppercase
}

.form-error.show,
.form-success.show,
.page.active,
.submenu.show,
img {
  display: block
}

.eyebrow,
.footer h4,
body {
  font-family: var(--font-body)
}

.dates-list,
.drawer-links,
.dropdown-menu,
.eligibility-list,
.footer-links,
.info-list,
.info-list-affiliation,
.nav-links,
.scholarship-list,
li,
ul {
  list-style: none
}

.alumni-photo,
.course-icon,
.drawer-close,
.fab-btn,
.footer-social a,
.leader-photo,
.logo-mark,
.modal-close,
.process-step .num,
.program-icon,
.testimonial-avatar,
.why-icon {
  place-items: center
}

:root {
  --white: #ffffff
}

.announcement-item,
.btn,
.dates-list .date,
.view-btn {
  white-space: nowrap
}

.accred-item,
.affiliation-text,
.affiliations-header,
.apply-card,
.club-card,
.cta-strip,
.leader-card,
.loader-box-preloader,
.place-stat,
.process-step,
.recognition-button,
.section-head,
.stat-card,
.text-center,
.title-life-campus,
.view-btn-wrap {
  text-align: center
}

.apply-btn,
.dropdown-menu li a,
.featured-date,
.view-all,
a {
  text-decoration: none
}

:root {
  --navy-900: #0a2540;
  --navy-800: #0f3057;
  --navy-700: #1a4480;
  --navy-600: #2a5db0;
  --navy-50: #eef3fb;
  --gold-600: #b8893a;
  --gold-500: #d4a574;
  --gold-400: #e0bc8a;
  --gold-100: #f7eede;
  --cream: #fdfbf7;
  --ink-900: #0d1521;
  --ink-700: #2d3748;
  --ink-500: #5a6478;
  --ink-300: #a0aec0;
  --ink-100: #e2e8f0;
  --border: #e8eaf0;
  --success: #16a34a;
  --whatsapp: #ae2c3b;
  --danger: #dc2626;
  --sub-main: #ae2c3b;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --container: 1240px;
  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --shadow-sm: 0 1px 2px rgba(10, 37, 64, 0.06);
  --shadow: 0 4px 16px rgba(10, 37, 64, 0.08);
  --shadow-md: 0 10px 30px rgba(10, 37, 64, 0.12);
  --shadow-lg: 0 20px 50px rgba(10, 37, 64, 0.18);
  --shadow-gold: 0 12px 32px rgba(212, 165, 116, 0.32);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --primary: #071a2f;
  --primary-light: #12345b;
  --secondary: #d8a15d;
  --secondary-light: #f3e1cc;
  --text: #243247;
  --text-light: #697586;
  --bg: #f5f7fb;
  --border: #e6ebf2;
  --radius: 22px;
  --shadow: 0 10px 35px rgba(8, 25, 55, .08);
  --shadow-lg: 0 20px 50px rgba(7, 26, 47, .12);
  --primary-preload: #071a35;
  --secondary-preload: #0f2e5c;
  --accent-preload: #ff2d2d;
  --white-preload: #ffffff
}

*,
::after,
::before {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}

body {
  font-size: 16px;
  line-height: 1.65;
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.dropdown-btn,
button {
  background: 0 0;
  border: none;
  cursor: pointer
}

button,
input,
select,
textarea {
  font: inherit
}

img {
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
  animation: .4s ease-out fadeScale
}

a {
  color: inherit;
  transition: color .25s var(--ease)
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-display);
  color: var(--navy-900);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.02em
}

h1 {
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 700
}

h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem)
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem)
}

h4 {
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  font-weight: 600
}

.display-italic {
  font-style: italic;
  color: var(--gold-600);
  font-weight: 500
}

.btn,
.eyebrow {
  font-weight: 600;
  gap: 8px
}

.container {
  max-width: var(--container)
}

.section {
  padding: clamp(60px, 9vw, 110px) 0
}

.section-tight {
  padding: clamp(40px, 6vw, 70px) 0
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  letter-spacing: .10em;
  color: #ad2b3b;
  margin-bottom: 16px
}

.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold-500)
}

.section-head {
  max-width: 720px;
  margin: 0 auto 56px
}

.section-head p {
  font-size: 1.075rem;
  color: var(--ink-500);
  margin-top: 14px
}

.menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%
}

.submenu {
  display: none;
  padding-left: 15px;
  margin-top: 8px
}

.arrow {
  transition: .3s
}

.arrow.rotate {
  transform: rotate(90deg)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-size: .95rem;
  letter-spacing: .01em;
  border-radius: 999px;
  transition: all .3s var(--ease)
}

.btn-primary {
  background: #b02737;
  color: var(--white);
  box-shadow: var(--shadow-gold)
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(212, 165, 116, .45)
}

.header.scrolled,
.logo-mark {
  box-shadow: var(--shadow)
}

.btn-dark,
.btn-outline:hover,
.staff-table tbody tr:hover .designation-badge {
  background: var(--navy-900);
  color: var(--white)
}

.btn-dark:hover {
  background: var(--navy-800);
  transform: translateY(-2px)
}

.btn-outline {
  background: 0 0;
  color: var(--navy-900);
  border: 1.5px solid var(--navy-900)
}

.announcement-item,
.btn-ghost,
.topbar {
  color: var(--white)
}

.btn-ghost {
  border: 1.5px solid rgba(255, 255, 255, .4)
}

.btn-ghost:hover {
  background: var(--white);
  color: var(--navy-900);
  border-color: var(--white)
}

.drawer-head,
.header {
  border-bottom: 1px solid var(--border)
}

.btn-sm {
  padding: 10px 20px;
  font-size: .85rem
}

.btn-lg {
  padding: 17px 36px;
  font-size: 1rem
}

.announcement-bar {
  flex: 1;
  height: 32px;
  display: flex;
  align-items: center
}

.announcement-track,
.topbar-msg {
  display: flex;
  align-items: center
}

.announcement-track {
  width: max-content;
  animation: 12s linear infinite marquee
}

.announcement-track:hover,
.carousel-life-campus:hover .track-life-campus {
  animation-play-state: paused
}

.announcement-item {
  font-size: 14px;
  font-weight: 500;
  padding-right: 80px;
  letter-spacing: .2px;
  cursor: pointer
}

.announcement-item strong {
  color: var(--gold-400);
  font-weight: 700
}

@keyframes marquee {
  from {
    transform: translateX(100%)
  }
  to {
    transform: translateX(-100%)
  }
}

.topbar {
  background: var(--sub-main);
  font-size: .82rem;
  padding: 8px 0
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.topbar-msg {
  gap: 10px;
  color: var(--gold-400);
  font-weight: 500
}

.nav,
.topbar-contact a {
  align-items: center;
  display: flex
}

.logo-mark,
.logo-text .l1 {
  font-family: var(--font-display);
  font-weight: 700
}

.topbar-msg .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-500);
  animation: 2s ease-in-out infinite pulse
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1
  }
  50% {
    transform: scale(1.4);
    opacity: .5
  }
}

.topbar-contact {
  display: flex;
  gap: 22px;
  color: rgba(255, 255, 255, .85)
}

.footer-bottom-links a:hover,
.hero h1 .accent,
.hero-badge i,
.info-card h3 i,
.logo-mark,
.nav-links a.active,
.nav-links a:hover,
.page-hero .breadcrumb a:hover,
.place-stat .big span,
.placement-stat .num span,
.stat-value .suffix,
.topbar-contact a:hover {
  color: var(--gold-500)
}

.topbar-contact a {
  gap: 6px
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  transition: box-shadow .3s var(--ease);
  padding: 12px
}

.dropdown,
.hero-section,
.logo-mark,
.nav-links a,
.search-box {
  position: relative
}

.nav {
  justify-content: space-between;
  padding: 14px 0;
  gap: 24px
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  max-width: 150px
}

.logo-mark {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  border-radius: 12px;
  display: grid;
  font-size: 1.6rem
}

.nav-cta,
.nav-links {
  display: flex;
  align-items: center
}

.drawer-close,
.logo-text .l1,
.menu-toggle {
  color: var(--navy-900)
}

.logo-mark::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold-500), transparent);
  z-index: -1;
  opacity: .4
}

.logo-text {
  line-height: 1.1
}

.logo-text .l1 {
  font-size: 1.25rem;
  letter-spacing: -.01em
}

.logo-text .l2 {
  font-size: .7rem;
  color: var(--ink-500);
  font-weight: 500;
  letter-spacing: .06em
}

.nav-links {
  gap: 4px
}

.nav-links a {
  padding: 10px 14px;
  color: var(--ink-700);
  font-weight: 500;
  font-size: .93rem;
  transition: color .2s var(--ease)
}

.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: var(--gold-500);
  border-radius: 2px
}

.nav-cta {
  gap: 12px
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  padding: 10px 0;
  margin: 21px 0 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s;
  z-index: 999
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border-radius: 10px
}

.dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  color: #000
}

.dropdown-menu li a:hover {
  background: #f5f5f5
}

@media (max-width:1100px) {
  .nav-links {
    display: none
  }
  .menu-toggle {
    display: flex
  }
}

@media (max-width:768px) {
  .topbar {
    font-size: .75rem
  }
  .topbar-contact {
    justify-content: center;
    width: 100%
  }
  @keyframes marquee {
    from {
      transform: translateX(50%)
    }
    to {
      transform: translateX(-100%)
    }
  }
  .top-bar-btn {
    display: none
  }
}

@media (max-width:640px) {
  .logo-mark {
    width: 42px;
    height: 42px;
    font-size: 1.4rem
  }
  .logo-text .l1 {
    font-size: 1.05rem
  }
  .top-bar-btn {
    display: none
  }
}

.drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(380px, 88vw);
  height: 100vh;
  background: var(--white);
  z-index: 200;
  padding: 28px;
  overflow-y: auto;
  transition: right .4s var(--ease);
  box-shadow: -20px 0 40px rgba(10, 37, 64, .15)
}

.blog-card,
.campus-card,
.course-card,
.gallery-item,
.hero,
.leader-photo,
.map-card,
.place-stat,
.program-block,
.recruiter-logo,
.why-section {
  overflow: hidden
}

.drawer.open {
  right: 0
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 37, 64, .55);
  backdrop-filter: blur(4px);
  z-index: 199;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s var(--ease)
}

.about-badge,
.why-card {
  backdrop-filter: blur(10px)
}

.hero-card,
.hero-content {
  z-index: 2;
  position: relative
}

.drawer-overlay.open {
  opacity: 1;
  pointer-events: all
}

.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 16px
}

.drawer-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  background: var(--navy-50);
  font-size: 1.3rem
}

.drawer-links {
  display: flex;
  flex-direction: column;
  gap: 2px
}

.drawer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 500;
  color: var(--ink-700)
}

.drawer-links a.active,
.drawer-links a:hover {
  background: var(--navy-50);
  color: var(--gold-500)
}

.course-card:hover .course-icon,
.hero-trust .avatars div {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600))
}

.drawer-cta {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.drawer-contact {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: .88rem;
  color: var(--ink-500)
}

.drawer-contact div {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px
}

.hero,
.hero-grid {
  align-items: center
}

.drawer-contact i {
  color: var(--gold-600);
  font-size: 1.1rem
}

.hero,
.hero h1 {
  color: var(--white)
}

.page {
  display: none;
  animation: fadeIn .4s var(--ease)
}

@keyframes fadeIn {
  from {
    transform: translateY(8px);
    opacity: 0
  }
  to {
    transform: translateY(0);
    opacity: 1
  }
}

.hero {
  position: relative;
  min-height: 92vh;
  background: linear-gradient(237deg, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .9) 100%), url('../images/about/srm-about.webp') center/cover;
  display: flex
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--white));
  pointer-events: none
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  width: 100%;
  padding: 80px 0 100px
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: var(--gold-400)
}

.hero-trust,
.hero-trust .avatars,
.modal-overlay.open {
  display: flex
}

.hero h1 {
  font-size: clamp(2.5rem, 5.5vw, 4.4rem);
  line-height: 1.05;
  margin-bottom: 24px
}

.hero h1 .accent {
  font-style: italic;
  font-weight: 500
}

.hero-sub {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, .82);
  max-width: 540px;
  margin-bottom: 36px;
  line-height: 1.6
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.hero-trust {
  align-items: center;
  gap: 18px;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .15)
}

.hero-trust .avatars div {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--navy-900);
  margin-left: -10px;
  display: grid;
  place-items: center;
  font-size: .78rem;
  font-weight: 700;
  color: var(--navy-900)
}

.hero-trust .avatars div:first-child {
  margin-left: 0
}

.hero-trust-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, .85)
}

.hero-trust-text strong {
  color: var(--gold-400);
  display: block;
  font-size: 1rem
}

.hero-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  color: var(--ink-700);
  box-shadow: var(--shadow-lg)
}

.hero-card h3 {
  margin-bottom: 6px
}

.hero-card p.lead {
  color: var(--ink-500);
  font-size: .9rem;
  margin-bottom: 22px
}

.form-group {
  margin-bottom: 14px
}

.form-label {
  display: block;
  font-size: .82rem;
  font-weight: 500;
  color: var(--ink-700);
  margin-bottom: 6px
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  font-size: .95rem;
  color: var(--ink-900);
  transition: all .2s var(--ease)
}

.course-card,
.course-icon,
.why-card {
  transition: all .4s var(--ease)
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: 0;
  border-color: var(--navy-700);
  box-shadow: 0 0 0 4px rgba(42, 93, 176, .1)
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.form-error {
  display: none;
  font-size: .78rem;
  color: var(--danger);
  margin-top: 4px
}

.form-success {
  display: none;
  padding: 16px;
  background: #ecfdf5;
  border: 1px solid #86efac;
  border-radius: 10px;
  color: #166534;
  font-size: .92rem;
  margin-bottom: 16px
}

.stats-bar {
  background: var(--cream);
  padding: 50px 0;
  border-bottom: 1px solid var(--border)
}

.clubs-grid,
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.stat-card {
  padding: 24px 16px;
  border-right: 1px solid var(--border)
}

.stat-card:last-child {
  border-right: none
}

.stat-value {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--navy-900);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -.03em
}

.stat-label {
  color: var(--ink-500);
  letter-spacing: .04em
}

.blog-cat,
.course-meta {
  letter-spacing: .08em;
  text-transform: uppercase
}

.courses-title {
  width: 80%
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.course-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  cursor: pointer
}

.course-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-600));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--ease)
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: transparent
}

.affiliation-card:hover::before,
.course-card:hover::before {
  transform: scaleX(1)
}

.course-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--navy-50), #fff);
  border: 1px solid var(--border);
  display: grid;
  color: var(--navy-900);
  font-size: 1.85rem;
  margin-bottom: 24px
}

.course-card:hover .course-icon {
  color: var(--navy-900);
  transform: rotate(-4deg) scale(1.05)
}

.course-card h3 {
  font-size: 1.35rem;
  margin-bottom: 10px
}

.course-meta {
  font-size: .78rem;
  color: var(--gold-600);
  font-weight: 600;
  margin-bottom: 6px
}

.course-card p {
  color: var(--ink-500);
  font-size: .92rem;
  margin-bottom: 20px
}

.course-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 22px
}

.course-tag {
  font-size: .72rem;
  padding: 4px 10px;
  background: var(--navy-50);
  color: var(--navy-700);
  border-radius: 999px;
  font-weight: 500
}

.course-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: .88rem;
  color: var(--navy-900)
}

.leader-photo,
.placement-stat .num,
.testimonial-avatar {
  font-weight: 700;
  font-family: var(--font-display)
}

.footer-about .logo-text .l1,
.why-card h3,
.why-section,
.why-section h2 {
  color: var(--white)
}

.course-link i {
  transition: transform .3s var(--ease)
}

.course-card:hover .course-link i {
  transform: translateX(4px)
}

.why-section {
  background: var(--navy-900);
  position: relative
}

.why-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 165, 116, .15), transparent 70%);
  border-radius: 50%
}

.page-hero .breadcrumb a,
.why-section .eyebrow {
  color: var(--gold-400)
}

.why-section .section-head p {
  color: rgba(255, 255, 255, .7)
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1
}

.why-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-lg);
  padding: 36px 30px
}

.why-card:hover {
  background: rgba(212, 165, 116, .08);
  border-color: rgba(212, 165, 116, .3);
  transform: translateY(-4px)
}

.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  display: grid;
  color: var(--navy-900);
  font-size: 1.6rem;
  margin-bottom: 20px
}

.why-card h3 {
  margin-bottom: 12px;
  font-size: 1.25rem
}

.why-card p {
  color: rgba(255, 255, 255, .7);
  font-size: .93rem
}

.placement-highlight {
  background: linear-gradient(135deg, var(--cream) 0, #fff 100%);
  position: relative
}

.placement-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center
}

.placement-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px
}

.placement-stat {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px
}

.placement-stat .num {
  font-size: 2.25rem;
  color: var(--navy-900);
  line-height: 1;
  letter-spacing: -.02em
}

.placement-stat .lbl {
  font-size: .85rem;
  color: var(--ink-500);
  margin-top: 6px
}

.recruiter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  background: var(--white);
  padding: 14px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid var(--border)
}

.recruiter-logo {
  width: 100%;
  height: 115px;
  background: var(--cream);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid var(--border);
  transition: .3s;
  box-sizing: border-box
}

.recruiter-logo img {
  width: 100%;
  max-width: 120px;
  max-height: 52px;
  object-fit: contain;
  display: block;
  margin: auto
}

.recruiter-logo:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  background: #fff
}

@media (max-width:1024px) {
  .recruiter-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .recruiter-logo {
    height: 105px
  }
  .recruiter-logo img {
    max-width: 105px;
    max-height: 48px
  }
}

@media (max-width:768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px
  }
  .stat-card:nth-child(2) {
    border-right: none
  }
  .stat-card {
    border-bottom: 1px solid var(--border);
    padding: 20px 8px
  }
  .stat-card:nth-last-child(-n+2) {
    border-bottom: none
  }
  .placement-row {
    grid-template-columns: 1fr;
    gap: 40px
  }
  .recruiter-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .placement-main {
      height:595px !important;
  }
}

@media (max-width:568px) {
  .recruiter-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px
  }
  .recruiter-logo {
    height: 90px;
    padding: 10px;
    border-radius: 10px
  }
  .recruiter-logo img {
    max-width: 85px;
    max-height: 40px
  }
}

.gallery-facilities {
  max-width: 1240px;
  margin: auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px
}

.gallery-item-facilities {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: .4s;
  border: 1px solid var(--border)
}

.leader-card,
.testimonial-card {
  transition: all .3s var(--ease)
}

.gallery-item-facilities:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg)
}

.gallery-item-facilities img {
  width: 100%;
  height: 240px;
  object-fit: cover
}

.card-content-facilities {
  padding: 18px
}

.card-title-facilities {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--navy-900);
  margin: 0 0 6px
}

.card-subtitle-facilities,
.faculty-details span {
  font-size: 14px;
  color: var(--ink-500)
}

.card-content-facilities::before {
  content: "";
  width: 40px;
  height: 3px;
  background: var(--gold-500);
  display: block;
  margin-bottom: 10px;
  border-radius: 2px
}

.testimonial-main {
  background-color: #f8fafc
}

.blog-grid,
.testimonial-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-400)
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 12px;
  right: 24px;
  font-family: var(--font-display);
  font-size: 5rem;
  color: var(--gold-100);
  line-height: 1
}

.testimonial-stars {
  color: var(--gold-500);
  margin-bottom: 16px;
  font-size: 1.1rem
}

.testimonial-quote {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink-700);
  margin-bottom: 24px;
  font-style: italic
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  color: var(--gold-500);
  display: grid;
  font-size: 1.15rem
}

.testimonial-author .name {
  font-weight: 600;
  color: var(--navy-900);
  font-size: .95rem
}

.accred-item .desc,
.testimonial-author .role {
  font-size: .78rem;
  color: var(--ink-500)
}

.about-grid,
.vm-grid {
  grid-template-columns: 1fr 1fr
}

.cta-strip {
  background: linear-gradient(135deg, rgba(10, 37, 64, .95), rgba(15, 48, 87, .92)), url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?w=2000&q=80') center/cover;
  color: var(--white);
  padding: 80px 0;
  position: relative
}

.cta-strip h2 {
  color: var(--white);
  max-width: 700px;
  margin: 0 auto 18px
}

.cta-strip h2 em,
.page-hero h1 em {
  color: var(--gold-500);
  font-style: italic
}

.cta-strip p {
  color: rgba(255, 255, 255, .8);
  max-width: 580px;
  margin: 0 auto 32px;
  font-size: 1.05rem
}

.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap
}

.page-hero {
    color: var(--white);
    padding: 35px 0 35px;
    height:386px;
}
 
.page-hero .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 18px
}

.page-hero h1 {
  color: var(--white);
  margin-bottom: 14px
}

.page-hero p {
  color: rgba(255, 255, 255, .82);
  max-width: 660px;
  font-size: 1.08rem
}

.about-grid {
  display: grid;
  gap: 60px;
  align-items: center
}

.about-image {
  border-radius: var(--radius-lg);
  aspect-ratio: 6/5;
  background: linear-gradient(135deg, rgba(10, 37, 64, .2), transparent), url('../images/about/srm-about.webp') center/cover;
  box-shadow: var(--shadow-lg);
  position: relative
}

.about-badge,
.leader-card:hover,
.leader-photo {
  box-shadow: var(--shadow-md)
}
.about-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(255, 255, 255, .95);
  border-radius: var(--radius);
  padding: 20px 24px
}

.about-badge h4 {
  color: var(--navy-900);
  font-size: 1.05rem;
  margin-bottom: 4px
}

.about-badge p,
.program-course p {
  font-size: 18px;
  color: #d9ad7c;
  margin: 0
}

.vm-grid {
  display: grid;
  gap: 24px;
  margin-top: 60px
}

.vm-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold-500);
  border-radius: var(--radius);
  padding: 32px
}

.vm-card h3 {
  color: var(--navy-900);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px
}

.vm-card h3 i {
  color: var(--gold-500);
  font-size: 1.4rem
}

.leaders-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.leader-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 36px 28px
}

.leader-card:hover {
  background: var(--white)
}

.leader-photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  display: grid;
  font-size: 2.5rem;
  color: var(--gold-500);
  border: 3px solid var(--white)
}

.accred-item,
.program-course {
  border: 1px solid var(--border);
  transition: all .3s var(--ease)
}

.leader-photo img {
  max-width: 173px
}

.leader-card h4 {
  color: var(--navy-900);
  margin-bottom: 4px
}

.leader-card .role {
  font-size: .85rem;
  color: var(--gold-600);
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 14px
}

.leader-card p {
  font-size: .9rem;
  color: var(--ink-500)
}

.accred-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px
}

.accred-item {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px 16px
}

.accred-item:hover {
  border-color: var(--gold-500);
  transform: translateY(-3px)
}

.accred-item i {
  font-size: 2rem;
  color: var(--gold-600);
  margin-bottom: 10px
}

.accred-item .label {
  font-weight: 700;
  color: var(--navy-900);
  font-size: .95rem;
  margin-bottom: 4px
}

.recognition-button {
  padding-top: 40px
}

.program-block {
  /*background: var(--white);*/
  /*background: linear-gradient(85deg, rgb(7 35 78) 0, rgb(17 52 102) 35%, rgb(176 39 55 / 14%) 100%);*/
  background: linear-gradient(135deg,#ad2b3b,#104687);
  border-radius: var(--radius-xl);
  padding: 48px;
  margin-bottom: 32px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  position: relative
}

.program-block:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(173, 43, 59, 0.35);
}


.program-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, var(--gold-500), var(--gold-600))
}

.program-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
  background: white;
  padding: 10px;
  border-radius: 15px;
}

.program-title {
  display: flex;
  align-items: center;
  gap: 20px
}

.program-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  /*background: linear-gradient(135deg, var(--navy-50), #fff);*/
    background: linear-gradient(125deg, #07244f, #ac303e);
  display: grid;
  /*color: var(--navy-900);*/
  color: white;
  font-size: 2rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm)
}

.club-card:hover,
.contact-form,
.map-card,
.process-step:hover,
.program-course:hover {
  box-shadow: var(--shadow)
}

.program-title h3 {
  margin-bottom: 4px;
    background: linear-gradient(125deg, var(--navy), #ac303e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.program-title p {
  color: var(--ink-500);
  font-size: .9rem;
  margin: 0
}

.program-courses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.program-course {
  background: #ffffff;
  border-radius: var(--radius);
  padding: 20px
}

.info-card,
.process-step,
.program-course:hover {
  background: var(--white)
}

.program-course:hover {
  transform: translateY(-2px);
  border-right-width: 25px;
  border-right-color: #cfa067;
  
}

.program-course h4 {
  color: var(--navy-900);
  font-size: 1.5rem;
  margin-bottom: 6px
}

.program-course-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
  font-size: .78rem
}

.program-course-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--ink-500)
}

.blog-meta i,
.develop-footer,
.program-course-meta i {
  color: var(--gold-600)
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}
.process-step .num i {
  font-size: 25px
}
.process-step {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 10px;
  position: relative;
 transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.process-step:hover {
  border-color: var(--gold-500);
  transform: translateY(0px) scale(1.1) !important;
  z-index: 100;
}
.process-step .num {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  color: var(--navy-900);
  font-family: var(--font-display);
  font-weight: 700;
  display: grid;
  margin: 0 auto 14px;
  font-size: 1rem
}

 

.club-card,
.info-card {
  border: 1px solid var(--border)
}

.process-step h4 {
  font-size: 1rem;
  color: var(--navy-900);
  margin-bottom: 6px
}

.process-step p {
  font-size: 14px;
  color: var(--ink-500);
  margin: 0;
  line-height: 1.5
}

.admissions-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  margin-top: 60px
}

.campus-card,
.dates-card,
.info-card {
  border-radius: var(--radius-lg)
}

.info-card h3 {
  color: var(--navy-900);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px
}

.eligibility-list li,
.scholarship-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 14px;
  align-items: flex-start
}

.dates-list li:last-child,
.eligibility-list li:last-child,
.scholarship-list li:last-child {
  border-bottom: none
}

.eligibility-list i,
.scholarship-list i {
  color: var(--gold-500);
  font-size: 1.1rem;
  margin-top: 3px;
  flex-shrink: 0
}

.eligibility-list strong,
.scholarship-list strong {
  color: var(--navy-900);
  display: block;
  margin-bottom: 2px;
  font-size: 18px;
}

.eligibility-list span,
.scholarship-list span {
  color: #000000;
  font-size: 1rem
}

.dates-card {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  color: var(--white);
  padding: 36px
}

.dates-card h3 {
  color: var(--white);
  margin-bottom: 22px
}

.dates-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  font-size: .93rem
}

.dates-list .event {
  color: rgba(255, 255, 255, .85)
}

.dates-list .date {
  color: var(--gold-500);
  font-weight: 600
}

.alumni-photo,
.place-stat .big {
  font-family: var(--font-display);
  font-weight: 700
}

.campus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px
}

.campus-card {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--navy-900);
  cursor: pointer
}

.campus-card .bg,
.campus-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease)
}

.campus-card .bg {
  background-size: cover;
  background-position: center
}

.campus-card:hover .bg,
.campus-card:hover img,
.gallery-item:hover img.bg {
  transform: scale(1.05)
}

.campus-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  background: linear-gradient(to top, rgba(10, 37, 64, .95), transparent);
  color: var(--white)
}

.campus-card h3 {
  color: var(--white);
  margin-bottom: 8px
}

.campus-card p {
  color: rgba(255, 255, 255, .85);
  font-size: .9rem
}

.club-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 20px;
  transition: all .3s var(--ease)
}

.club-card:hover {
  border-color: var(--gold-500);
  transform: translateY(-4px)
}

.club-card i {
  font-size: 2.2rem;
  color: var(--gold-600);
  margin-bottom: 14px
}

.club-card h4 {
  color: var(--navy-900);
  font-size: 1rem;
  margin-bottom: 4px
}

.club-card p {
  font-size: .82rem;
  color: var(--ink-500);
  margin: 0
}

.place-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 10px
}

.place-stat {
  background: linear-gradient(135deg, var(--white), var(--cream));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 25px 24px;
  position: relative
}

.place-stat::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(212, 165, 116, .15), transparent 70%);
  border-radius: 50%
}

.place-stat .big {
  font-size: clamp(2.25rem, 4.5vw, 2.5rem);
  color: var(--navy-900);
  line-height: 1;
  letter-spacing: -.03em;
  margin-bottom: 10px
}

.place-stat .lbl {
  font-size: .88rem;
  color: var(--ink-500);
  font-weight: 500
}

.placement-img {
  margin: auto;
  border: 1px solid var(--gold-400);
  border-radius: 10px
}

.recruiters-large .recruiter-logo {
  aspect-ratio: 3/2;
  font-size: .88rem
}

.alumni-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.alumni-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all .3s var(--ease)
}

.alumni-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--gold-400)
}

.alumni-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px
}

.alumni-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  display: grid;
  color: var(--navy-900);
  font-size: 1.3rem
}

.blog-card,
.gallery-tab {
  background: var(--white)
}

.alumni-info h4 {
  color: var(--navy-900);
  font-size: 1.05rem
}

.alumni-info .pkg {
  color: var(--success);
  font-weight: 600;
  font-size: .85rem
}

.alumni-card .company {
  font-size: .8rem;
  color: var(--gold-600);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.alumni-card p {
  font-size: .92rem;
  color: var(--ink-500);
  font-style: italic
}

.gallery-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap
}

.gallery-tab {
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: .88rem;
  font-weight: 500;
  color: var(--ink-700);
  transition: all .2s var(--ease)
}

.gallery-tab:hover {
  border-color: var(--gold-500)
}

.gallery-tab.active {
  background: var(--navy-900);
  color: var(--white);
  border-color: var(--navy-900)
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.gallery-item {
  width: 100%;
  border-radius: 12px;
  position: relative
}

.blog-card,
.contact-info-card {
  border: 1px solid var(--border);
  transition: all .3s var(--ease)
}

.gallery-item img.bg {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform .3s
}

.blog-card {
  border-radius: var(--radius-lg);
  cursor: pointer
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md)
}

.blog-image {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  position: relative
}

.blog-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--gold-500);
  color: var(--navy-900);
  font-size: .72rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px
}

.blog-body {
  padding: 28px
}

.blog-meta {
  display: flex;
  gap: 14px;
  font-size: .78rem;
  color: var(--ink-500);
  margin-bottom: 12px
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px
}

.blog-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: var(--navy-900);
  line-height: 1.3
}

.blog-card p {
  font-size: .92rem;
  color: var(--ink-500);
  margin-bottom: 16px
}

.blog-card .read {
  font-weight: 600;
  font-size: .85rem;
  color: var(--gold-500);
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 32px 0 36px
}

.contact-info-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px
}

.contact-info-card:hover {
  border-color: var(--gold-500);
  box-shadow: var(--shadow-sm)
}

.contact-info-card i {
  font-size: 1.6rem;
  color: var(--gold-600);
  margin-bottom: 12px
}

.contact-info-card a:hover,
.contact-info-card h4 {
  color: var(--navy-900)
}

.contact-info-card h4 {
  font-size: 1rem;
  margin-bottom: 6px
}

.contact-info-card a,
.contact-info-card p {
  color: var(--ink-500)
}

.contact-info-card p {
  font-size: .88rem;
  margin: 0
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px
}

.map-card {
  border-radius: var(--radius-lg);
  margin-top: 24px;
  aspect-ratio: 16/9;
  background: var(--navy-50)
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0
}

@media (max-width:880px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }
  .contact-info-grid {
    grid-template-columns: 1fr 1fr
  }
}

.footer {
  background: var(--sub-main);
  color: #fff;
  padding: 80px 0 0;
  position: relative
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 50px
}

.footer-logo {
  background: #fff;
  border-radius: 10px;
  padding: 15px 12px;
  max-width: 180px
}

.footer h4 {
  color: var(--white);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 22px
}

.affiliations-header h2,
.featured-content h3,
.stat-number {
  font-family: var(--font-display)
}

.footer-about p {
  color: #fff;
  font-size: .92rem;
  margin: 16px 0 24px;
  line-height: 1.7
}

.footer-about .logo-text .l2 {
  color: rgba(255, 255, 255, .5)
}

.footer-social {
  display: flex;
  gap: 10px
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  display: grid;
  font-size: 1.1rem;
  color: #fff;
  transition: all .3s var(--ease)
}

.footer-social a:hover {
  background: var(--gold-500);
  color: var(--navy-900);
  border-color: var(--gold-500);
  transform: translateY(-3px)
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer-links a {
  color: #fff;
  font-size: .9rem;
  transition: all .2s var(--ease)
}

.footer-links a:hover {
  color: var(--gold-500);
  padding-left: 4px
}

.footer-contact {
  font-size: .9rem;
  line-height: 1.8
}

.footer-contact div {
  margin-bottom: 12px;
  /*display: flex;*/
  /*gap: 10px;*/
  cursor: pointer
}

.footer-contact i {
  color: var(--gold-500);
  margin-top: 4px;
  flex-shrink: 0;
  margin-right: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: .84rem;
  color: #fff
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap
}

@media (max-width:980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 0 80px
  }
  .hero {
    min-height: auto
  }
  .accred-grid,
  .clubs-grid,
  .courses-grid,
  .place-hero-stats,
  .why-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .courses-title {
    width: 100%
  }
  .about-grid,
  .admissions-grid,
  .alumni-grid,
  .blog-grid,
  .campus-grid,
  .leaders-grid,
  .testimonial-track,
  .vm-grid {
    grid-template-columns: 1fr
  }
  .about-grid {
    gap: 40px
  }
  .leaders-grid {
    gap: 30px
  }
  .leader-card {
    padding: 0
  }
  .about-badge p,
.program-course p {
    font-size:12px;
}
  .about-badge {
    bottom: -54px
  }
  .about-title {
    margin-top: 30%
  }
  .process-steps,
  .recruiters-large {
    grid-template-columns: repeat(3, 1fr)
  }
  .place-stat {
    padding: 30px 16px
  }
  .big {
    font-size: 30px !important
  }
  .big span {
    font-size: 22px !important
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px
  }
  .gallery-item:nth-child(4) {
    grid-column: span 1
  }
  .gallery-item img.bg {
    height: 100%
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }
}

.float-fab {
  position: fixed;
  right: 2px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.float-fab.bottom {
  bottom: 20%
}

.fab-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  color: var(--white);
  font-size: 1.4rem;
  box-shadow: 0 8px 24px rgba(10, 37, 64, .18);
  transition: all .3s var(--ease);
  position: relative
}

.fab-top,
.modal-close,
.modal-head h3 {
  color: var(--navy-900)
}

.affiliation-card:hover .logo-container img,
.fab-btn:hover {
  transform: scale(1.1)
}

.fab-whatsapp {
  background: var(--whatsapp)
}

.fab-call,
.modal-close:hover,
.staff-table thead {
  background: var(--navy-900)
}

.whatsapp-icon{
    background: #26d466;
}

.text-msg {
  font-size: 18px;
  width: 40px;
  height: 120px;
  border-radius: 10px;
  writing-mode: vertical-rl;
  right: -5px
}

.fab-top {
  background: var(--gold-500);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px)
}

.fab-top.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0)
}

@keyframes fabPulse {
  0% {
    box-shadow: 0 8px 24px rgba(37, 211, 102, .4), 0 0 0 0 rgba(37, 211, 102, .5)
  }
  70% {
    box-shadow: 0 8px 24px rgba(37, 211, 102, .4), 0 0 0 16px rgba(37, 211, 102, 0)
  }
  100% {
    box-shadow: 0 8px 24px rgba(37, 211, 102, .4), 0 0 0 0 rgba(37, 211, 102, 0)
  }
}

.sticky-apply {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 12px 16px;
  box-shadow: 0 -8px 24px rgba(10, 37, 64, .12);
  z-index: 95;
  gap: 10px
}

.affiliations-divider,
.affiliations-icon {
  box-shadow: 0 4px 12px rgba(212, 165, 116, .3)
}

.sticky-apply .btn {
  flex: 1;
  padding: 13px 16px;
  font-size: .9rem
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 37, 64, .7);
  backdrop-filter: blur(6px);
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn .3s var(--ease)
}

.modal {
  background: var(--white);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 540px;
  max-height: 92vh;
  overflow-y: auto;
  position: relative;
  animation: modalIn .4s var(--ease)
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(.96)
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

.modal-head {
  padding: 32px 36px 0;
  position: relative
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy-50);
  display: grid;
  font-size: 1.2rem;
  transition: all .2s var(--ease)
}

.modal-close:hover {
  color: var(--white);
  transform: rotate(90deg)
}

.modal-head h3 {
  margin-bottom: 6px
}

.modal-head p {
  color: var(--ink-500);
  font-size: .92rem
}

.contenedor h2,
.contenedor p {
  left: 20px;
  transition: .6s;
  color: #fff;
  z-index: 3
}

.modal-body {
  padding: 24px 36px 36px
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: all .7s var(--ease-out)
}

.reveal.visible,
.website-content-preloader.show {
  opacity: 1;
  transform: translateY(0)
}

.contenedor h2,
.contenedor p,
.logo-container::before {
  position: absolute;
  opacity: 0
}

.reveal.delay-1 {
  transition-delay: 0.1s
}

.reveal.delay-2 {
  transition-delay: 0.2s
}

.reveal.delay-3 {
  transition-delay: 0.3s
}

.fadeInLeft.active,
.fadeInRight.active {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 20px;
  max-width: 1200px;
  margin: auto
}

@media (max-width:992px) {
  .wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .footer-top,
  .why-grid,
  .wrapper {
    grid-template-columns: 1fr
  }
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 180px
  }
  .gallery-item:nth-child(4) {
    grid-column: span 1
  }
  .footer {
    padding-top: 60px
  }
  .recruiter-logo {
    aspect-ratio: 17/9;
    background: #fff;
    height: 85px;
    width: 100px
  }
  .sun-pharma {
    width: 50px !important
  }
  .recruiter-logo img {
    max-width: 85px !important
  }
}

.contenedor {
  height: 220px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 16px
}

.contenedor .bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  z-index: 1
}

.contenedor .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s
}

.contenedor:hover .bg img {
  transform: scale(1.2)
}

.contenedor::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .3);
  border-radius: inherit;
  z-index: 2;
  transition: .4s
}

.contenedor:hover::after {
  background: rgba(0, 0, 0, .5)
}

.contenedor h2 {
  top: 20px;
  transform: translateX(-120%)
}

.contenedor p {
  top: 70px;
  transform: translateX(120%)
}

.contenedor:hover h2,
.contenedor:hover p {
  transform: translateX(0);
  opacity: 1
}

@keyframes floatSlow {
  0%,
  100% {
    transform: translateY(0) scale(1)
  }
  50% {
    transform: translateY(40px) scale(1.02)
  }
}

.affiliations-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  animation: slideInDown .7s var(--ease-out)
}

.affiliations-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-400));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px
}

.affiliations-badge,
.card-badge {
  align-items: center;
  text-transform: uppercase
}

.affiliations-badge {
  display: inline-flex;
  gap: 8px;
  padding: 10px 18px;
  background: var(--gold-100);
  border: 1.5px solid var(--gold-400);
  border-radius: var(--radius-lg);
  font-size: .8rem;
  font-weight: 700;
  color: var(--gold-600);
  letter-spacing: .6px;
  transition: all .4s var(--ease)
}

.affiliations-badge:hover {
  background: var(--gold-500);
  color: var(--white);
  box-shadow: var(--shadow-gold);
  transform: translateY(-2px)
}

.affiliations-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--ink-500);
  max-width: 700px;
  margin: 16px auto 32px;
  font-weight: 400;
  line-height: 1.7;
  animation: slideInDown .7s var(--ease-out) .2s backwards
}

.affiliations-divider {
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-400), var(--gold-500));
  margin: 0 auto;
  border-radius: 2px;
  animation: expandWidth .8s var(--ease-out) .3s backwards
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-25px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes expandWidth {
  from {
    width: 0;
    opacity: 0
  }
  to {
    width: 70px;
    opacity: 1
  }
}

.stats-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  padding-top: 40px
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--gold-500);
  margin-bottom: 6px
}

.stat-label {
  font-size: .85rem;
  color: var(--ink-500);
  font-weight: 500;
  letter-spacing: .3px
}

.affiliations-header {
  margin-bottom: 70px;
  animation: fadeInUp .8s var(--ease-out) .6s backwards
}

.affiliations-header h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: var(--navy-900);
  margin-bottom: 12px;
  letter-spacing: -.01em
}

.affiliations-header p {
  font-size: 1.05rem;
  color: var(--ink-500);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7
}

.affiliations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 32px;
  margin-bottom: 40px
}

.affiliation-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all .5s var(--ease);
  box-shadow: var(--shadow-md);
  border: 1px solid transparent;
  animation: cardPopIn .7s var(--ease-out) backwards;
  display: flex;
  flex-direction: column;
  align-items: center
}

.affiliation-card:first-child {
  animation-delay: .6s
}

.affiliation-card:nth-child(2) {
  animation-delay: .65s
}

.affiliation-card:nth-child(3) {
  animation-delay: .7s
}

.affiliation-card:nth-child(4) {
  animation-delay: .75s
}

.affiliation-card:nth-child(5) {
  animation-delay: .8s
}

.affiliation-card:nth-child(6) {
  animation-delay: .85s
}

@keyframes cardPopIn {
  from {
    opacity: 0;
    transform: translateY(35px) scale(.95)
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

.affiliation-card:hover {
  transform: translateY(-16px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-400)
}

.affiliation-card:hover::after {
  left: 100%
}

.card-header {
  width: 100%;
  position: relative;
  z-index: 2
}

.card-badge {
  display: inline-block;
  padding: 7px 14px;
  background: var(--navy-50);
  border: 1.5px solid var(--navy-700);
  border-radius: var(--radius-lg);
  font-size: .7rem;
  font-weight: 800;
  color: var(--navy-700);
  margin-bottom: 24px;
  letter-spacing: .9px;
  transition: all .4s var(--ease);
  display: inline-flex;
  gap: 6px
}

.badge-dot {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  animation: 2s ease-in-out infinite pulse
}

.affiliation-card:hover .card-badge {
  background: var(--gold-100);
  border-color: var(--gold-500);
  color: var(--gold-600)
}

.logo-wrapper {
  position: relative;
  margin-bottom: 32px;
  z-index: 2
}

.logo-container {
  width: 80%;
  height: 200px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all .5s var(--ease);
  margin: 0 auto
}

.logo-container::before {
  content: '';
  inset: 0;
  background: linear-gradient(135deg, transparent, rgba(255, 255, 255, .3));
  transition: opacity .4s var(--ease)
}

.affiliation-card:hover .logo-container {
  transform: scale(1.08);
  box-shadow: var(--shadow-gold)
}

.affiliation-card:hover .logo-container::before,
.image-life-campus:hover .overlay-life-campus {
  opacity: 1
}

.logo-container img {
  max-width: 80%;
  object-fit: contain;
  transition: transform .5s var(--ease);
  z-index: 2;
  position: relative;
  border-radius: 20px;
  padding: 8px
}

.affiliation-text {
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--ink-700);
  font-weight: 400;
  transition: color .4s var(--ease);
  position: relative;
  z-index: 2
}

.affiliation-text strong {
  color: #00000;
  font-weight: 700;
  display: inline
}

.affiliation-card:hover .affiliation-text {
  color: var(--navy-800)
}

.corner-accent {
  position: absolute;
  opacity: .4;
  z-index: 1
}

.card-life-campus,
.image-wrapper-eminent,
.personality-card-eminent {
  position: relative;
  overflow: hidden
}

.accent-top-left {
  top: 12px;
  left: 12px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, var(--gold-400) 0, transparent 70%);
  border-radius: 50%;
  filter: blur(20px)
}

.gallery-grid-eminent {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 1.2rem
}

.personality-card-eminent {
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  transition: transform .4s var(--ease-out), box-shadow .45s var(--ease);
  cursor: pointer;
  will-change: transform
}

.personality-card-eminent:hover {
  transform: translateY(-9px);
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(212, 165, 116, .25)
}

.image-wrapper-eminent {
  width: 100%;
  padding-bottom: 70%;
  background: var(--navy-50);
  border-radius: 0
}

.image-wrapper-eminent img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s var(--ease-out), filter .4s ease;
  filter: brightness(.98) contrast(1.02) saturate(1.01);
  will-change: transform;
  backface-visibility: hidden;
  transition: transform .55s cubic-bezier(.25, .46, .45, .94), filter .3s
}

.personality-card-eminent:hover .image-wrapper-eminent img {
  transform: scale(1.12);
  filter: brightness(1.01) contrast(1.04) saturate(1.02);
  transition: transform .7s cubic-bezier(.2, .9, .4, 1.1), filter .5s
}

.personality-card-eminent::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  padding: 2px;
  background: linear-gradient(125deg, transparent 30%, var(--gold-400) 60%, var(--gold-600) 90%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s var(--ease);
  z-index: 2
}

.personality-card-eminent:hover::before {
  opacity: .85
}

.image-wrapper-eminent::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(10, 37, 64, .1) 0, rgba(10, 37, 64, .2) 80%);
  pointer-events: none;
  z-index: 1;
  opacity: .45;
  transition: opacity .35s
}

.personality-card-eminent:hover .image-wrapper-eminent::after {
  opacity: .2
}

.personality-card-eminent .elegant-accent-eminent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, transparent 52%, rgba(212, 165, 116, .14) 80%);
  border-radius: var(--radius-xl) 0 0 0;
  pointer-events: none;
  z-index: 2;
  transition: all .35s var(--ease-out)
}

.personality-card-eminent:hover .elegant-accent-eminent {
  background: linear-gradient(135deg, transparent 40%, rgba(212, 165, 116, .28) 100%);
  width: 88px;
  height: 88px
}

@media (hover:hover) {
  .personality-card-eminent:hover .image-wrapper-eminent img {
    transform: scale(1.1)
  }
}

@media (min-width:1400px) {
  .personality-card-eminent:hover .image-wrapper-eminent img {
    transform: scale(1.11)
  }
}

@media (min-width:1024px) {
  .gallery-grid-eminent {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem
  }
}

@media (min-width:1600px) {
  .gallery-grid-eminent {
    gap: 2.5rem
  }
  .personalities-section-eminent {
    padding: 6rem 2rem
  }
}

@media (max-width:768px) {
  .program-block {
    padding: 32px 24px
  }
  .program-courses {
    grid-template-columns: 1fr
  }
  .program-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem
  }
  .sticky-apply {
    display: flex
  }
  .float-fab.bottom {
    bottom: 160px
  }
  .personalities-section-eminent {
    padding: 3rem 1.25rem
  }
  .gallery-grid-eminent {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
  }
  .image-wrapper-eminent {
    padding-bottom: 120%
  }
  .personality-card-eminent:hover .image-wrapper img {
    transform: scale(1.09)
  }
}

@media (max-width:540px) {
  .courses-grid {
    grid-template-columns: 1fr
  }
  .process-steps {
    grid-template-columns: repeat(2, 1fr)
  }
  .gallery-grid-eminent {
    grid-template-columns: 1fr 1fr;
    gap: 1rem
  }
}

@media (max-width:460px) {
  .gallery-grid-eminent {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-inline: auto
  }
  .image-wrapper-eminent {
    padding-bottom: 115%
  }
}

.personality-card-eminent:focus-visible {
  outline: 3px solid var(--gold-600);
  outline-offset: 3px;
  transform: scale(.99);
  border-radius: var(--radius-xl)
}

.personality-card-eminent div:not(.image-wrapper-eminent):not(.elegant-accent-eminent),
.personality-card-eminent figcaption,
.personality-card-eminent h3,
.personality-card-eminent p,
.personality-card-eminent span {
  display: none
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(.98)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}

.life-campus-srm {
  background-color: #fefdfb
}

.title-life-campus {
  padding: 40px;
  color: #fff
}

.carousel-life-campus {
  overflow: hidden
}

.track-life-campus {
  display: grid;
  grid-auto-flow: column dense;
  grid-auto-columns: 260px;
  grid-template-rows: repeat(2, 200px);
  gap: 10px;
  animation: 45s linear infinite scroll
}

.card-life-campus {
  border-radius: 12px;
  height: 100%
}

.card-life-campus:nth-child(4n) {
  grid-row: span 2
}

.card-life-campus:nth-child(5n) {
  grid-column: span 2
}

.card-life-campus:nth-child(9n) {
  grid-column: span 2;
  grid-row: span 2
}

.image-life-campus {
  width: 100%;
  height: 100%;
  display: block
}

.image-life-campus img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.overlay-life-campus {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .4);
  opacity: 0;
  transition: .3s
}

.guest-content,
.news-header {
  justify-content: space-between
}

.overlay-life-campus span {
  font-size: 24px;
  color: #fff
}

@keyframes scroll {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(-100%)
  }
}

@media (max-width:1024px) {
  .affiliations-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px
  }
  .affiliation-card {
    padding: 40px 28px
  }
  .affiliations-header h2 {
    font-size: clamp(1.8rem, 5vw, 2.8rem)
  }
}

@media (prefers-reduced-motion:reduce) {
  .reveal {
    opacity: 1;
    transform: none
  }
  *,
  ::after,
  ::before {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important
  }
  * {
    animation: none !important;
    transition: none !important
  }
}

::selection {
  background-color: var(--gold-500);
  color: var(--white)
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

::-webkit-scrollbar-track {
  background: var(--navy-50)
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--gold-500), var(--gold-400));
  border-radius: 5px;
  transition: background .3s var(--ease)
}

.view-all,
.view-all span {
  display: flex;
  transition: .3s
}

::-webkit-scrollbar-thumb:hover {
  background: var(--gold-600)
}

.news-section {
  padding: 80px 20px;
  background-color: #f8fafc
}

.news-container {
  max-width: 1300px;
  margin: auto
}

.news-header {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  gap: 20px
}

.news-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--navy-900);
  line-height: 1.2
}

.view-all {
  color: #213e85;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  gap: 12px
}

.view-all:hover {
  color: #c21f25;
  color: var(--gold-600);
  border-bottom-color: var(--gold-400)
}

.view-all span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #213e85;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 16px
}

.view-all:hover span {
  background-color: var(--gold-600);
  color: #fff
}

.news-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px
}

.featured-news {
  display: flex;
  flex-direction: column
}

.featured-news img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer
}

.featured-content {
  padding-top: 22px
}

.featured-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px
}

.featured-content h3 a {
  color: var(--navy-900);
  text-decoration: none;
  transition: color .2s var(--ease);
  background: linear-gradient(to right, var(--gold-500), var(--gold-500));
  background-size: 0 2px;
  background-position: bottom left;
  background-repeat: no-repeat;
  transition: background-size .2s, color .2s
}

.featured-content h3 a:hover {
  color: var(--gold-600);
  background-size: 100% 2px
}

.featured-content p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-700);
  margin-bottom: 24px;
  font-weight: 450
}

.featured-date {
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 500;
  color: var(--gold-600);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: -.2px;
  background: var(--gold-100);
  padding: 6px 14px;
  border-radius: 40px;
  transition: .2s
}

.blog-article h2,
.dropcap:first-letter,
.quote-box p,
.quote-box::before,
.sidebar-title {
  font-family: var(--font-display)
}

.featured-date:hover {
  background: var(--gold-400);
  color: var(--navy-900)
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 38px
}

.news-item {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
  align-items: start;
  cursor: pointer
}

.news-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 3px
}

.news-info h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--navy-900)
}

.news-info p {
  font-size: 17px;
  color: #666
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 22px
}

.hero-wrapper,
.hero-wrapper-affiliation {
  position: relative;
  z-index: 2;
  max-width: 780px
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 100px;
  color: #f5d6ae;
  margin-bottom: 28px;
  font-size: 12px;
  backdrop-filter: blur(10px)
}

.hero-title,
.hero-title-affiliation {
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 28px
}

.hero-title span,
.hero-title-affiliation span {
  color: var(--secondary)
}

.hero-text,
.hero-text-affiliation {
  color: rgba(255, 255, 255, .78);
  font-size: 1.08rem;
  max-width: 680px;
  line-height: 1.8
}

.main-section {
  position: relative;
  margin-top: -80px;
  z-index: 5;
  padding-bottom: 100px
}

.section-card,
.section-card-affiliation {
  background: var(--white);
  border-radius: 32px;
  padding: 70px;
  box-shadow: var(--shadow-lg)
}

.section-header,
.section-top,
.section-top-affiliation {
  text-align: center;
  margin-bottom: 60px
}

.section-mini,
.section-mini-affiliation {
  display: inline-block;
  color: var(--secondary);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px
  
}

.section-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 18px;
  color: var(--primary);
  font-weight: 800
}

.section-desc {
  color: var(--text-light)
}

.info-grid,
.info-grid-affiliation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px
}

.info-card,
.info-card-affiliation {
  position: relative;
  padding: 35px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #fafcff);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: .4s
}

.icon,
.icon-affiliation,
.info-list li::before,
.info-list-affiliation li::before {
  background: var(--secondary-light);
  color: var(--secondary);
  display: flex;
  align-items: center
}

.info-card-affiliation:hover,
.info-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow)
}

.info-card-affiliation::before,
.info-card::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--secondary), var(--primary-light))
}

.icon,
.icon-affiliation {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 24px
}

.info-card p,
.info-card-affiliation p {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 24px
}

.info-list li,
.info-list-affiliation li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  color: var(--text);
  font-weight: 500
}

.info-list li::before,
.info-list-affiliation li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  justify-content: center;
  font-size: 12px;
  font-weight: 700
}

.download-box,
.download-box-affiliation {
  margin-top: 60px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary), #102e53)
}

.download-inner,
.download-inner-affiliation {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  padding: 60px;
  align-items: center
}

.download-content h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.2
}

.download-content p,
.download-content-affiliation p {
  color: rgba(255, 255, 255, .78);
  line-height: 1.9;
  margin-bottom: 30px
}

.download-btn,
.download-btn-affiliation {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  background: var(--secondary);
  color: var(--primary);
  border-radius: 100px;
  font-weight: 700;
  transition: .35s
}

.download-btn-affiliation:hover,
.download-btn:hover {
  transform: translateY(-4px)
}

.download-files,
.download-files-affiliation {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 24px;
  padding: 30px;
  backdrop-filter: blur(12px)
}

.download-files h4,
.download-files-affiliation h4 {
  color: var(--secondary);
  margin-bottom: 20px;
  font-size: 1.2rem
}

.file-item,
.file-item-affiliation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .85)
}

.file-item-affiliation:last-child,
.file-item:last-child {
  border: none
}

.file-item a,
.file-item-affiliation a {
  color: var(--secondary);
  font-weight: 600
}

.main-title span,
.mini-title {
  color: var(--gold)
}

:root {
  --navy: #071c34;
  --navy-light: #0f2b4d;
  --gold: #c89a3d;
  --gold-light: #e8c26d;
  --cream: #f6f0e7;
  --text: #666;
  --shadow: 0 14px 40px rgba(0, 0, 0, .12);
  --radius: 22px;
  --transition: 0.45s ease
}

.guest-section {
  background: linear-gradient(rgba(255, 255, 255, .94), rgba(255, 255, 255, .96)), url('https://www.srm.global.redniruscare.com/assets/images/about/srm-about.webp') center/cover
}

.guest-section::before {
  top: -160px;
  left: -160px
}

.guest-section::after {
  bottom: -160px;
  right: -160px
}

.mini-title {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 100px;
  background: rgba(200, 154, 61, .08);
  border: 1px solid rgba(200, 154, 61, .18);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 22px
}

.guest-image,
.sub-line {
  display: flex;
  align-items: center
}

.main-title {
  font-size: 64px;
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 18px
}

.sub-line {
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600
}

.section-desc {
  max-width: 760px;
  margin: auto;
  color: var(--text);
  line-height: 1.8;
  font-size: 15px
}

.guest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px
}

.guest-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(200, 154, 61, .18);
  box-shadow: var(--shadow);
  transition: var(--transition);
  height: 348px
}

.guest-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 50px
}

.guest-image {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f7f1e8, #ece1ce);
  justify-content: center
}

.card-number,
.guest-meta {
  align-items: center;
  display: flex
}

.guest-image img {
  width: 100%;
  height: 275px !important;
  object-fit: cover;
  object-position: top center;
  image-rendering: auto;
  backface-visibility: hidden;
  transition: .5s;
  transform: translateZ(0)
}

.guest-card:hover .guest-image img {
  transform: scale(1.04)
}

.card-number {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #fff;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  z-index: 5
}

.affiliation-hero,
.view-btn {
  position: relative;
  overflow: hidden
}

.guest-content {
  padding: 10px 17px;
  background: linear-gradient(135deg, var(--navy), #0b2d52);
  color: #fff;
  display: flex
}

.guest-name {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 7px
}

.guest-role {
  color: #e7cb8a;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 60px;
  justify-content: space-between
}

.guest-meta {
  justify-content: space-between;
  gap: 15px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12)
}

.meta-item,
.view-btn {
  align-items: center;
  gap: 8px
}

.meta-item {
  display: flex;
  font-size: 12px;
  color: #d8d8d8
}

.meta-item svg {
  width: 18px;
  height: 18px;
  stroke: var(--gold-light);
  flex-shrink: 0
}

.view-btn-wrap {
  margin-top: 55px;
  width: 100%
}

.view-btn {
  display: inline-flex;
  justify-content: center;
  padding: 14px 28px;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  border-radius: 999px;
  transition: all .3s var(--ease);
  background: var(--navy-900);
  color: var(--white)
}

.view-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18)
}

.view-btn span {
  color: var(--gold-light);
  font-size: 18px
}

.affiliation-hero {
  padding: 140px 0 120px;
  background: linear-gradient(rgba(7, 26, 47, .88), rgba(7, 26, 47, .82)), url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?q=80&w=2070&auto=format&fit=crop') center/cover
}

.affiliation-hero::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(216, 161, 93, .12);
  top: -180px;
  right: -120px;
  filter: blur(20px)
}

.affiliation-hero::after {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  bottom: -160px;
  left: -120px
}

.hero-badge-affiliation {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 100px;
  color: #f5d6ae;
  margin-bottom: 28px;
  font-size: 14px;
  backdrop-filter: blur(10px)
}

.main-section-affiliation {
  margin: 50px 0
}

.section-title-affiliation {
  line-height: 1.1;
  margin-bottom: 18px;
  color: var(--primary);
  font-weight: 800
}

.apply-card h3,
.count,
.faculty-avatar,
.newsletter button,
.recent-post span,
.search-btn,
.share-icons a,
.tags a {
  font-weight: 700
}

.section-desc-affiliation {
  max-width: 820px;
  margin: auto;
  color: var(--text-light);
  line-height: 1.9
}

.content-image,
.quote-box {
  margin: 50px 0;
  overflow: hidden;
  position: relative
}

.info-card-affiliation h3 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: var(--primary)
}

.download-content-affiliation h2 {
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.2
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 35px;
  align-items: start;
  padding-top: 50px;
  padding-bottom: 50px
}

#preloader,
.recent-post,
.share-icons,
.share-wrap,
.sidebar,
.tags {
  display: flex
}

.blog-article {
  background: var(--white);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow-lg)
}

.article-inner {
  padding: 60px
}

.article-top-image {
  position: relative;
  height: 500px;
  overflow: hidden
}

.article-top-image img {
  height: 100%;
  object-fit: cover
}

.article-top-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(10, 37, 64, .15))
}

.dropcap:first-letter {
  font-size: 72px;
  float: left;
  line-height: 58px;
  padding-right: 14px;
  color: var(--gold-500)
}

.blog-article p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 26px
}

.blog-article h2 {
  color: var(--navy-900);
  font-size: 2.3rem;
  line-height: 1.2;
  margin: 60px 0 22px
}

.quote-box {
  background: linear-gradient(135deg, #0f3057, #102f52);
  padding: 50px;
  border-radius: 28px
}

.quote-box::before {
  content: "“";
  position: absolute;
  top: -30px;
  right: 20px;
  font-size: 180px;
  color: rgba(255, 255, 255, .06)
}

.quote-box p {
  color: var(--white);
  font-size: 28px;
  line-height: 1.6;
  margin: 0
}

.content-image {
  border-radius: 30px;
  box-shadow: var(--shadow)
}

.content-image img {
  height: 520px;
  object-fit: cover;
  transition: .7s
}

.content-image:hover img {
  transform: scale(1.06)
}

.share-wrap {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.share-wrap h5 {
  font-size: 16px;
  color: var(--navy-900)
}

.share-icons {
  gap: 14px
}

.share-icons a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy-50);
  color: var(--navy-700);
  font-size: 15px
}

.share-icons a:hover {
  background: var(--gold-500);
  color: var(--white);
  transform: translateY(-5px)
}

.sidebar {
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 30px
}

.sidebar-card {
  background: var(--white);
  border-radius: 28px;
  padding: 32px;
  box-shadow: var(--shadow)
}

.sidebar-title {
  color: var(--navy-900);
  margin-bottom: 26px
}

.search-box input {
  width: 100%;
  height: 62px;
  border: none;
  background: var(--cream);
  border-radius: 18px;
  padding: 0 65px 0 24px;
  font-size: 16px;
  outline: 0
}

.search-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 14px;
  background: var(--gold-500);
  color: #fff;
  cursor: pointer
}

.recent-post {
  gap: 16px;
  margin-bottom: 22px
}

.recent-post:last-child {
  margin-bottom: 0
}

.recent-post img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 18px;
  flex-shrink: 0
}

.recent-post h4 {
  color: var(--navy-900);
  line-height: 1.5;
  margin-bottom: 8px;
  font-size: 15px
}

.recent-post span {
  font-size: 13px;
  color: var(--gold-600)
}

.tags {
  flex-wrap: wrap;
  gap: 8px
}

.tags a {
  padding: 12px 18px;
  background: var(--navy-50);
  border-radius: 100px;
  color: var(--navy-700);
  font-size: 14px
}

.tags a:hover {
  background: var(--gold-500);
  color: #fff
}

.newsletter {
  background: linear-gradient(135deg, #0f3057, #173f72);
  color: #fff
}

.newsletter h3 {
  color: #fff
}

.newsletter p {
  color: rgba(255, 255, 255, .72);
  margin-bottom: 24px
}

.newsletter input {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 16px;
  padding: 0 18px;
  margin-bottom: 14px;
  outline: 0
}

.newsletter button {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 16px;
  background: var(--gold-500);
  color: #fff;
  font-size: 16px;
  cursor: pointer
}

@media(max-width:992px) {
  .download-inner,
  .download-inner-affiliation,
  .info-grid,
  .info-grid-affiliation {
    grid-template-columns: 1fr
  }
  .stats-grid,
  .stats-grid-affiliation {
    grid-template-columns: repeat(2, 1fr)
  }
  .section-card,
  .section-card-affiliation {
    padding: 0px 0px
  }
  .announcement-bar {
    order: 3 !important;
    flex: unset
  }
  .section-mini,
.section-mini-affiliation  {
    margin-top:25px;
}
.section-card, .section-card-affiliation
 {
     background: none; 
     box-shadow: none; 
}

}

@media(max-width:560px) {
  .stats-grid,
  .stats-grid-affiliation {
    grid-template-columns: 1fr
  }
  .info-card,
  .info-card-affiliation {
    padding: 28px
  }
  .hero-text,
  .hero-text-affiliation {
    font-size: .96rem
  }
  .download-bt-affiliation,
  .download-btn {
    width: 100%;
    justify-content: center
  }
}

#preloader,
.logo-wrapper-preloader {
  align-items: center;
  overflow: hidden
}

.scroll-animate {
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  transition: .8s
}

.scroll-animate.active {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.fadeInLeft.active {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRight.active {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp.active {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(25px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

#preloader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, var(--primary-preload), var(--secondary-preload), #091f3e);
  justify-content: center;
  z-index: 99999;
  transition: opacity .7s, visibility .7s
}

#preloader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

#preloader::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 45, 45, .25), transparent 70%);
  animation: 2s ease-in-out infinite pulse-preloard
}

#preloader::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  animation: 10s linear infinite rotate-preloard
}

.loader-box-preloader {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px;
  animation: .8s zoomIn-prelaord
}

.logo-wrapper-preloader {
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 22px;
  border-radius: 28px;
  background-color: #fff;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 25px rgba(255, 45, 45, .25), 0 0 45px rgba(255, 255, 255, .05)
}

.faculty-avatar,
.faculty-info {
  display: flex;
  align-items: center
}

.logo-wrapper-preloader::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--accent-preload), transparent);
  animation: 1.5s linear infinite shine-preloard
}

.logo-preloader {
  width: 300px;
  position: relative;
  z-index: 2;
  animation: 2s ease-in-out infinite float-preloard;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, .25))
}

.loading-text-preloader {
  margin-top: 24px;
  color: var(--white-preload);
  font-size: 17px;
  letter-spacing: 4px;
  text-transform: uppercase;
  animation: 1.5s infinite flicker-preloard
}

.progress-bar-preloader {
  width: 260px;
  max-width: 85%;
  height: 6px;
  margin: 22px auto 0;
  background: rgba(255, 255, 255, .12);
  border-radius: 30px;
  overflow: hidden;
  position: relative
}

.progress-fill-preloader {
  width: 0;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, var(--accent-preload), #fff, var(--accent-preload));
  animation: 2s linear forwards loading-preloard;
  box-shadow: 0 0 15px rgba(255, 45, 45, .6)
}

.website-content-preloader {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s
}

.hero-box-preloader {
  max-width: 800px;
  width: 100%
}

.hero-box-preloader h1 {
  font-size: 58px;
  color: var(--primary-preload);
  margin-bottom: 15px;
  line-height: 1.2
}

.hero-box-preloader p {
  font-size: 22px;
  color: #555;
  line-height: 1.6
}

@keyframes zoomIn-prelaord {
  from {
    opacity: 0;
    transform: scale(.8)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes pulse-preloard {
  0%,
  100% {
    transform: scale(1);
    opacity: .5
  }
  50% {
    transform: scale(1.15);
    opacity: 1
  }
}

@keyframes rotate-preloard {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}

@keyframes shine-preloard {
  100% {
    left: 100%
  }
}

@keyframes float-preloard {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-10px)
  }
}

@keyframes flicker-preloard {
  0%,
  100% {
    opacity: 1
  }
  50% {
    opacity: .65
  }
}

@keyframes loading-preloard {
  from {
    width: 0%
  }
  to {
    width: 100%
  }
}

@media (max-width:768px) {
  .affiliations-subtitle {
    font-size: 1rem;
    margin-bottom: 24px
  }
  .affiliations-header h2 {
    font-size: 2rem
  }
  .gallery-facilities {
    grid-template-columns: repeat(2, 1fr)
  }
  .affiliations-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }
  .affiliation-card {
    padding: 36px 24px;
    border-radius: var(--radius-lg)
  }
  .logo-container {
    width: 140px;
    height: 140px
  }
  .affiliation-text {
    font-size: .95rem
  }
  .stats-section {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px
  }
  .stat-number {
    font-size: 1.8rem
  }
  .stat-label {
    font-size: .75rem
  }
  .logo-preloader {
    width: 220px
  }
  .logo-wrapper-preloader {
    padding: 18px;
    border-radius: 22px
  }
  .loading-text-preloader {
    font-size: 14px;
    letter-spacing: 3px
  }
  .hero-box-preloader h1 {
    font-size: 38px
  }
  .hero-box-preloader p {
    font-size: 17px
  }
  #preloader::before {
    width: 280px;
    height: 280px
  }
  #preloader::after {
    width: 420px;
    height: 420px
  }
}

@media (max-width:480px) {
  .contact-info-grid,
  .form-row {
    grid-template-columns: 1fr
  }
  .modal-body,
  .modal-head {
    padding-left: 24px;
    padding-right: 24px
  }
  .affiliations-subtitle {
    font-size: .9rem;
    margin-bottom: 16px
  }
  .affiliations-divider {
    width: 50px
  }
  .affiliations-header h2 {
    font-size: 1.4rem;
    margin-bottom: 8px
  }
  .affiliations-header p {
    font-size: .9rem
  }
  .affiliations-grid {
    gap: 16px
  }
  .affiliation-card {
    padding: 28px 18px;
    border-radius: var(--radius)
  }
  .logo-container {
    width: 250px;
    height: 209px;
    margin-bottom: 20px;
    padding: 10px
  }
  .affiliation-text {
    font-size: .9rem;
    line-height: 1.7
  }
  .card-badge {
    margin-bottom: 25px;
    padding: 6px 12px;
    font-size: .65rem
  }
  .stats-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 30px
  }
  .stat-number {
    font-size: 1.5rem;
    margin-bottom: 4px
  }
  .stat-label {
    font-size: .7rem
  }
  .gallery-facilities {
    grid-template-columns: repeat(1, 1fr)
  }
  .logo-preloader {
    width: 180px
  }
  .hero-box-preloader h1 {
    font-size: 30px
  }
  .hero-box-preloader p {
    font-size: 15px
  }
  .progress-bar-preloader {
    width: 220px
  }
}

.staff-table-wrapper {
  background: linear-gradient(135deg, var(--white), var(--navy-50));
  border-radius: var(--radius-xl);
  padding: 35px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative
}

.staff-table-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--gold-500), var(--navy-700))
}

.table-header {
  margin-bottom: 28px
}

.table-header h3 {
  font-size: 2rem;
  margin-bottom: 8px;
  color: var(--navy-900)
}

.table-header p {
  color: var(--ink-500);
  font-size: 15px
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  border-radius: 10px
}

.staff-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px
}

.staff-table thead th {
  color: var(--white);
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  letter-spacing: .4px;
  border-bottom: none
}

.staff-table tbody tr {
  transition: all .35s var(--ease);
  border-bottom: 1px solid var(--border);
  background: var(--white)
}

.staff-table tbody tr:hover {
  background: var(--gold-100);
  transform: translateY(-2px)
}

.staff-table tbody td {
  padding: 20px;
  vertical-align: middle
}

.count {
  color: var(--navy-700);
  font-size: 16px
}

.faculty-info {
  gap: 16px
}

.faculty-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  color: var(--white);
  justify-content: center;
  font-size: 20px;
  box-shadow: var(--shadow);
  flex-shrink: 0
}

.apply-btn,
.designation-badge {
  font-weight: 600;
  transition: .3s
}

.faculty-details h4 {
  margin: 0;
  font-size: 1rem;
  color: var(--navy-900);
  font-family: var(--font-body);
  font-weight: 700
}

.designation-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 50px;
  background: var(--navy-50);
  color: var(--navy-800);
  font-size: 14px;
  border: 1px solid rgba(42, 93, 176, .12)
}

@media (max-width:991px) {
  .info-grid,
  .privacy-wrapper {
    grid-template-columns: 1fr
  }
  .privacy-sidebar {
    position: relative;
    top: 0;
    width: 100%
  }
  .privacy-card {
    flex-direction: column
  }
}

@media (max-width:767px) {
  .privacy-section {
    padding: 70px 0
  }
  .privacy-header {
    margin-bottom: 50px
  }
  .privacy-header h1 {
    font-size: 42px
  }
  .privacy-card {
    padding: 28px;
    border-radius: 28px
  }
  .card-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    font-size: 26px
  }
  .card-content h2 {
    font-size: 28px
  }
  .privacy-sidebar {
    padding: 22px
  }
}

@media(max-width:1100px) {
  .sidebar {
    position: relative;
    top: 0
  }
  .guest-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .main-title {
    font-size: 48px
  }
  .news-grid {
    grid-template-columns: 1fr
  }
  .featured-news img {
    height: 350px
  }
}

@media(max-width:768px) {
  .section-title-affiliation {
    line-height: 1.5;
    font-size: 26px
  }
  .blog-article h2 {
    font-size: 1.9rem
  }
  .quote-box {
    padding: 34px 26px
  }
  .quote-box p {
    font-size: 22px
  }
  .article-top-image,
  .content-image img {
    height: 320px
  }
  .hero-title,
  .hero-title-affiliation {
    line-height: 1.1
  }
  .section-card,
  .section-card-affiliation {
    padding: 0px 0px;
    border-radius: 26px
  }
  .download-inner,
  .download-inner-affiliation {
    padding: 40px 25px
  }
  .main-title {
    font-size: 38px
  }
  .blog-layout,
  .guest-grid,
  .news-item {
    grid-template-columns: 1fr
  }
  .guest-name {
    font-size: 16px;
    margin-bottom: 6px
  }
  .section-desc {
    font-size: 14px
  }
  .staff-table-wrapper {
    padding: 22px
  }
  .table-header h3 {
    font-size: 1.6rem
  }
  .staff-table {
    min-width: 620px
  }
  .faculty-avatar {
    width: 45px;
    height: 45px;
    font-size: 18px
  }
  .news-header {
    flex-direction: column;
    align-items: flex-start
  }
  .news-header h2 {
    font-size: 34px
  }
  .featured-news img {
    height: 260px
  }
  .featured-content h3 {
    font-size: 20px
  }
  .featured-content p {
    font-size: 16px
  }
  .news-item img {
    height: 220px
  }
  .news-info h4 {
    font-size: 19px
  }
  .guest-card {
    height: 370px
  }
  .blog-layout {
    gap: 20px
  }
  .article-inner {
    padding: 25px
  }
}

.apply-icon,
.college-icon {
  display: flex;
  align-items: center
}

@media(max-width:480px) {
  .main-title {
    font-size: 30px
  }
  .sub-line {
    font-size: 11px;
    gap: 10px
  }
  .guest-content {
    padding: 22px
  }
  .guest-meta {
    flex-direction: column;
    align-items: flex-start
  }
  .view-btn {
    width: 100%
  }
  .news-section {
    padding: 60px 15px
  }
  .news-header h2 {
    font-size: 28px
  }
  .featured-news img {
    height: 220px
  }
  .news-item img {
    height: 180px
  }
  .blog-layout {
    grid-template-columns: minmax(1, 1fr) 360px
  }
}

.gallery-card:nth-child(5n+1) .gallery-title,
.gallery-card:nth-child(5n+1) .gallery-title a {
  color: #a60711 !important
}

.gallery-card:nth-child(5n+1) .course-tag {
  background: #a6071115 !important;
  color: #a60711 !important;
  border: 1px solid #a6071140 !important
}

.gallery-card:nth-child(5n+2) .gallery-title,
.gallery-card:nth-child(5n+2) .gallery-title a {
  color: #063b8c !important
}

.gallery-card:nth-child(5n+2) .course-tag {
  background: #063b8c15 !important;
  color: #063b8c !important;
  border: 1px solid #063b8c40 !important
}

.gallery-card:nth-child(5n+3) .gallery-title,
.gallery-card:nth-child(5n+3) .gallery-title a {
  color: #427546 !important
}

.gallery-card:nth-child(5n+3) .course-tag {
  background: #42754615 !important;
  color: #427546 !important;
  border: 1px solid #42754640 !important
}

.gallery-card:nth-child(5n+4) .gallery-title,
.gallery-card:nth-child(5n+4) .gallery-title a {
  color: #d67c22 !important
}

.gallery-card:nth-child(5n+4) .course-tag {
  background: #d67c2215 !important;
  color: #d67c22 !important;
  border: 1px solid #d67c2240 !important
}

.gallery-card:nth-child(5n+5) .gallery-title,
.gallery-card:nth-child(5n+5) .gallery-title a {
  color: #631266 !important
}

.gallery-card:nth-child(5n+5) .course-tag {
  background: #63126615 !important;
  color: #631266 !important;
  border: 1px solid #63126640 !important
}

.gallery-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 14px 14px 0 0
}

.gallery-card {
  overflow: visible
}

.college-icon {
  position: absolute;
  left: 18px;
  top: 178px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  justify-content: center;
  border: 4px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
  z-index: 2
}

.college-icon i {
  color: #fff;
  font-size: 22px
}

.gallery-content {
  padding-top: 35px
}

.apply-card {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 22px 18px;
  width: 190px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  border: 1px solid rgba(255, 255, 255, .4);
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5
}

.apply-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #fff5f5;
  justify-content: center;
  box-shadow: 0 5px 14px rgba(166, 7, 17, .12)
}

.apply-icon i {
  font-size: 24px;
  color: #a60711
}

.apply-card h3 {
  font-size: 15px;
  color: #a60711;
  margin-bottom: 4px
}

.apply-card h2 {
  font-size: 32px;
  font-weight: 800;
  color: #a60711;
  margin-bottom: 18px;
  line-height: 1
}

.apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #a60711, #d11c28);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(166, 7, 17, .22)
}

.apply-btn i {
  font-size: 15px
}

@media (max-width:812px) {
  .apply-card {
    display: none !important
  }
}
