/* ============================================================
   1. RESET & BASE
   ============================================================ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2d2d2d;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

ul {
  list-style: none;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
}

form {
  border: none;
  outline: none;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ============================================================
   2. TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.2;
  color: #2d2d2d;
}

h1 { font-size: 48px; }
h2 { font-size: 40px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

.eyebrow {
  text-transform: uppercase;
  color: #c8952e;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.7);
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 17px;
  color: #666666;
  line-height: 1.7;
  max-width: 600px;
}

.section-header-center .section-subtitle {
  margin: 0 auto;
}

.text-gold {
  color: #c8952e;
}

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

.section {
  padding: 100px 0;
}

.section-header-center {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.section-header .eyebrow {
  display: block;
  margin-bottom: 10px;
}

.section-text {
  color: #666666;
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 16px;
}

/* ============================================================
   3. BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 8px;
}

.btn-solid {
  background: #1a5c38;
  color: #ffffff;
  border-color: #1a5c38;
}

.btn-solid:hover {
  background: #0f3d24;
  border-color: #0f3d24;
}

.btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline:hover {
  background: #ffffff;
  color: #1a5c38;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
  background: transparent;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
}

.btn-ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-gold {
  background: #c8952e;
  color: #ffffff;
  border-color: #c8952e;
}

.btn-gold:hover {
  background: #e8b84b;
  border-color: #e8b84b;
}

.btn-block {
  width: 100%;
  justify-content: center;
}

.text-link {
  color: #c8952e;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: gap 0.3s ease;
}

.text-link:hover {
  gap: 10px;
}

/* ============================================================
   4. TOP BAR
   ============================================================ */
.top-bar {
  background: #0f3d24;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 0;
  transition: transform 0.3s ease;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar-left {
  display: flex;
  gap: 20px;
  align-items: center;
}

.top-bar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  opacity: 0.85;
  transition: opacity 0.3s ease;
  font-size: 13px;
}

.top-bar-item:hover {
  opacity: 1;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-links {
  display: flex;
  gap: 16px;
}

.top-links a {
  color: #ffffff;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  font-size: 13px;
}

.top-links a:hover {
  opacity: 1;
}

.admissions-top-btn {
  background: #c8952e;
  color: #0f3d24;
  padding: 4px 14px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
  transition: background 0.3s ease;
  text-transform: uppercase;
}

.admissions-top-btn:hover {
  background: #e8b84b;
}

/* ============================================================
   5. HEADER
   ============================================================ */
.main-header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.main-header.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

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

.logo-svg {
  width: 42px;
  height: 42px;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #0f3d24;
  line-height: 1.1;
}

.logo-tagline {
  font-size: 11px;
  color: #c8952e;
  font-style: italic;
  line-height: 1.2;
}

.main-nav {
  display: flex;
  gap: 0;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav-item {
  list-style: none;
}

.nav-link {
  padding: 24px 14px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2d2d2d;
  transition: color 0.3s ease;
  display: block;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
  color: #c8952e;
}

.nav-caret {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  transition: transform 0.3s ease;
  font-size: 10px;
}

.has-dropdown {
  position: relative;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 220px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  border-top: 3px solid #c8952e;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  padding: 8px 0;
  z-index: 100;
}

.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.has-dropdown:hover .nav-caret {
  transform: rotate(180deg);
}

.dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #333333;
  transition: background 0.3s ease;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

.dropdown-menu li a:hover {
  background: #f8f7f4;
  color: #1a5c38;
}

/* ============================================================
   6. HEADER ACTIONS
   ============================================================ */
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #2d2d2d;
  transition: background 0.3s ease;
  font-size: 16px;
}

.search-toggle:hover {
  background: #f0f0f0;
}

.mobile-admissions-btn {
  display: none;
}

/* ============================================================
   7. SEARCH OVERLAY
   ============================================================ */
.search-overlay {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-overlay-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.search-close {
  position: absolute;
  top: 0;
  right: 24px;
  font-size: 24px;
  color: #666666;
  background: none;
  transition: color 0.3s ease;
}

.search-close:hover {
  color: #2d2d2d;
}

.search-form {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  border: 2px solid #e5e5e5;
  border-radius: 50px;
  overflow: hidden;
}

.search-input {
  flex: 1;
  border: none;
  padding: 16px 24px;
  font-size: 16px;
  outline: none;
  font-family: 'Inter', sans-serif;
  color: #2d2d2d;
}

.search-input:focus {
  border-color: transparent;
}

.search-submit {
  background: #1a5c38;
  color: #ffffff;
  border: none;
  padding: 16px 24px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 16px;
}

.search-submit:hover {
  background: #0f3d24;
}

.search-hint {
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-top: 16px;
}

/* ============================================================
   8. MOBILE NAVIGATION
   ============================================================ */
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background: #ffffff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.mobile-nav-overlay.active .mobile-nav-container {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #eeeeee;
}

.logo-mobile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-nav-close {
  font-size: 24px;
  color: #666666;
  background: none;
  transition: color 0.3s ease;
}

.mobile-nav-close:hover {
  color: #2d2d2d;
}

.mobile-nav {
  flex: 1;
  overflow-y: auto;
  padding: 16px 0;
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-item {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-link {
  display: block;
  padding: 14px 24px;
  font-size: 15px;
  color: #2d2d2d;
  font-weight: 500;
  width: 100%;
  text-align: left;
  background: none;
  transition: background 0.3s ease;
}

.mobile-nav-link:hover {
  background: #f8f7f4;
}

.mobile-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-dropdown-toggle i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.mobile-dropdown {
  display: none;
  list-style: none;
  padding: 0 0 0 24px;
  background: #f9f9f9;
}

.mobile-dropdown.active {
  display: block;
}

.mobile-dropdown li a {
  display: block;
  padding: 10px 24px;
  font-size: 14px;
  color: #666666;
  transition: all 0.3s ease;
}

.mobile-dropdown li a:hover {
  color: #1a5c38;
  background: #f0f0f0;
}

.mobile-nav-footer {
  padding: 16px 24px;
  border-top: 1px solid #eeeeee;
  margin-top: auto;
}

.mobile-contact {
  font-size: 13px;
  color: #666666;
  text-align: center;
  margin-top: 12px;
}

.mobile-contact a {
  color: #666666;
  transition: color 0.3s ease;
}

.mobile-contact a:hover {
  color: #1a5c38;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 28px;
  background: none;
  cursor: pointer;
  padding: 0;
}

.hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background: #2d2d2d;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ============================================================
   9. HERO SECTION
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  height: 650px;
}

.hero-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 40, 25, 0.85) 0%, rgba(10, 40, 25, 0.3) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  max-width: 650px;
}

.hero-badge {
  display: inline-block;
  background: rgba(200, 149, 46, 0.2);
  color: #c8952e;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-title {
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  font-size: 54px;
  line-height: 1.15;
  margin-bottom: 20px;
}

.hero-title .text-gold {
  color: #c8952e;
}

.hero-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 32px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

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

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
}

.carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}

.carousel-prev {
  left: 20px;
}

.carousel-next {
  right: 20px;
}

.carousel-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

.carousel-dot.active {
  background: #c8952e;
  transform: scale(1.2);
}

/* ============================================================
   10. HIGHLIGHTS STRIP
   ============================================================ */
.highlights {
  margin-top: -60px;
  position: relative;
  z-index: 10;
  padding: 0 0 60px;
}

.highlights-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 40px;
  gap: 0;
}

.highlight-item {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid #eeeeee;
}

.highlight-item:last-child {
  border-right: none;
}

.highlight-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(26, 92, 56, 0.1);
  color: #1a5c38;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 22px;
}

.highlight-text {
  text-align: center;
}

.highlight-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2d2d2d;
  margin-bottom: 6px;
  font-family: 'Inter', sans-serif;
}

.highlight-desc {
  font-size: 14px;
  color: #666666;
}

/* ============================================================
   11. ABOUT SECTION
   ============================================================ */
.section.about {
  padding: 100px 0;
  background: #ffffff;
}

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

.about-image-wrap {
  position: relative;
}

.about-image-frame {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
}

.about-image-frame img {
  width: 100%;
  display: block;
}

.about-image {
  width: 100%;
  display: block;
}

.about-accent {
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  border: 3px solid #c8952e;
  border-radius: 16px;
  z-index: -1;
}

.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #1a5c38;
  color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(26, 92, 56, 0.3);
  z-index: 2;
}

.about-badge-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: #c8952e;
}

.about-badge-label {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 4px;
}

.about-content {
  padding-right: 20px;
}

.about-content .eyebrow {
  display: block;
  margin-bottom: 10px;
}

.about-content .section-title {
  margin-bottom: 20px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.stat-item {
  text-align: center;
}

.stat-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  color: #1a5c38;
  line-height: 1;
}

.stat-suffix {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a5c38;
}

.stat-label {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 6px;
  font-weight: 500;
}

/* ============================================================
   12. ACADEMICS SECTION
   ============================================================ */
.section.academics-section {
  padding: 100px 0;
  background: #f8f7f4;
}

.academics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.academic-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.academic-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.academic-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: rgba(26, 92, 56, 0.1);
  color: #1a5c38;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 28px;
}

.academic-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.academic-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 16px;
}

.academic-card .text-link {
  font-size: 13px;
}

/* ============================================================
   13. PROGRAMS SECTION
   ============================================================ */
.section.programs-section {
  padding: 100px 0;
  background: #ffffff;
}

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

.program-card {
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.program-image-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.program-image-wrap img,
.program-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.program-card:hover .program-image {
  transform: scale(1.08);
}

.program-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1;
}

.program-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  z-index: 2;
}

.tag-ug {
  background: #1a5c38;
}

.tag-pg {
  background: #c8952e;
}

.program-body {
  padding: 24px;
}

.program-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a5c38;
  margin-bottom: 8px;
}

.program-desc {
  font-size: 14px;
  color: #666666;
  margin-bottom: 12px;
  line-height: 1.6;
}

.program-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.program-duration {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #999999;
}

.program-link {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  color: #c8952e;
  font-size: 13px;
  font-weight: 600;
  transition: gap 0.3s ease;
}

.program-link:hover {
  gap: 8px;
}

/* ============================================================
   14. CAMPUS / FACILITIES SECTION
   ============================================================ */
.section.campus-section {
  padding: 100px 0;
  background: #f8f7f4;
}

.campus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.campus-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 280px;
  cursor: pointer;
}

.campus-card-large {
  min-height: 340px;
}

.campus-card-small {
  min-height: 240px;
}

.campus-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.campus-card:hover .campus-image {
  transform: scale(1.08);
}

.campus-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: 1;
}

.campus-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  color: #ffffff;
  z-index: 2;
}

.campus-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(200, 149, 46, 0.2);
  color: #c8952e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 20px;
}

.campus-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 6px;
}

.campus-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.section-cta {
  text-align: center;
  margin-top: 40px;
}

/* ============================================================
   15. STUDENT LIFE SECTION
   ============================================================ */
.section.student-life-section {
  padding: 100px 0;
  background: #ffffff;
}

.student-life-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}

.student-life-scroll::-webkit-scrollbar {
  height: 6px;
}

.student-life-scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.student-life-scroll::-webkit-scrollbar-thumb {
  background: #c8952e;
  border-radius: 3px;
}

.student-life-card {
  min-width: 320px;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  scroll-snap-align: start;
  cursor: pointer;
}

.student-life-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.student-life-card:hover .student-life-image {
  transform: scale(1.1);
}

.student-life-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #ffffff;
  display: flex;
  align-items: center;
}

.caption-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(200, 149, 46, 0.3);
  border-radius: 50%;
  margin-right: 8px;
  font-size: 14px;
  color: #c8952e;
  flex-shrink: 0;
}

.student-life-caption span:last-child {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
}

/* ============================================================
   16. WHY STUDYWELL SECTION
   ============================================================ */
.section.why-section {
  padding: 100px 0;
  background: #f8f7f4;
}

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

.why-item {
  background: #ffffff;
  padding: 36px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.why-icon,
.why-item .why-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(26, 92, 56, 0.1);
  color: #1a5c38;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.why-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a5c38;
  margin-bottom: 10px;
}

.why-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
}

/* ============================================================
   17. CAREER SECTION
   ============================================================ */
.section.career-section {
  padding: 100px 0;
  background: #ffffff;
}

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

.career-content .eyebrow {
  display: block;
  margin-bottom: 10px;
}

.career-content .section-title {
  margin-bottom: 16px;
}

.career-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 32px;
  list-style: none;
  padding: 0;
}

.career-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: #444444;
}

.career-list li i {
  color: #1a5c38;
  margin-top: 3px;
  flex-shrink: 0;
}

.career-image-wrap {
  position: relative;
}

.career-image-frame {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.career-image {
  width: 100%;
  display: block;
}

.career-accent {
  position: absolute;
  top: -15px;
  left: -15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid #c8952e;
  border-radius: 16px;
  z-index: -1;
}

.career-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #1a5c38;
  color: #ffffff;
  padding: 24px 32px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(26, 92, 56, 0.3);
  z-index: 2;
}

.career-badge-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}

.career-badge-label {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

/* ============================================================
   18. ADMISSIONS BANNER
   ============================================================ */
.admissions-banner {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a5c38, #0f3d24);
  text-align: center;
  color: #ffffff;
}

.admissions-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.admissions-text {
  text-align: center;
  flex: 1;
}

.admissions-title {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.admissions-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  margin-bottom: 24px;
}

.admissions-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   19. TESTIMONIALS SECTION
   ============================================================ */
.section.testimonials-section {
  padding: 100px 0;
  background: #f8f7f4;
}

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

.testimonial-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  position: relative;
}

.testimonial-quote-icon {
  color: #c8952e;
  font-size: 36px;
  margin-bottom: 16px;
}

.testimonial-text {
  font-size: 15px;
  color: #555555;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1a5c38;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  font-size: 15px;
  font-weight: 600;
  color: #2d2d2d;
}

.testimonial-role {
  font-size: 13px;
  color: #999999;
}

.testimonial-stars {
  display: flex;
  gap: 2px;
  color: #c8952e;
  font-size: 14px;
  margin-left: auto;
}

/* ============================================================
   20. NEWS & EVENTS
   ============================================================ */
.section.news-section {
  padding: 100px 0;
  background: #ffffff;
}

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

.news-card {
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-4px);
}

.news-image-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .news-image {
  transform: scale(1.05);
}

.news-category {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 14px;
  background: #1a5c38;
  color: #ffffff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.news-body {
  padding: 24px;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #999999;
}

.news-meta i {
  margin-right: 4px;
}

.news-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a5c38;
  margin-bottom: 10px;
  line-height: 1.3;
}

.news-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 16px;
}

.news-card .text-link {
  font-size: 13px;
}

/* ============================================================
   21. GALLERY
   ============================================================ */
.section.gallery-section {
  padding: 100px 0;
  background: #f8f7f4;
}

.gallery-filters {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.gallery-filter {
  padding: 8px 24px;
  border: 2px solid #e5e5e5;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-filter:hover {
  border-color: #1a5c38;
  color: #1a5c38;
}

.gallery-filter.active {
  background: #1a5c38;
  border-color: #1a5c38;
  color: #ffffff;
}

.gallery-grid {
  columns: 3;
  column-gap: 16px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.gallery-caption i {
  margin-right: 6px;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

/* ============================================================
   22. CONTACT SECTION
   ============================================================ */
.section.contact-section {
  padding: 100px 0;
  background: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(26, 92, 56, 0.1);
  color: #1a5c38;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.contact-info-title {
  font-size: 15px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 4px;
  font-family: 'Inter', sans-serif;
}

.contact-info-text {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
}

.contact-info-text a {
  color: #666666;
  transition: color 0.3s ease;
}

.contact-info-text a:hover {
  color: #1a5c38;
}

.contact-map {
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
}

.contact-map iframe {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.contact-map-placeholder {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 14px;
  margin-top: 16px;
}

.contact-form-wrap {
  background: #f8f7f4;
  padding: 40px;
  border-radius: 16px;
}

.contact-form-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #1a5c38;
  margin-bottom: 4px;
}

.contact-form-subtitle {
  font-size: 14px;
  color: #666666;
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #2d2d2d;
}

.required {
  color: #e74c3c;
  margin-left: 2px;
}

.form-input,
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #2d2d2d;
  background: #ffffff;
  transition: border-color 0.3s ease;
  outline: none;
}

.form-input:focus,
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #1a5c38;
  box-shadow: 0 0 0 3px rgba(26, 92, 56, 0.1);
}

.form-select {
  appearance: auto;
  cursor: pointer;
}

.form-textarea,
.form-group textarea {
  resize: vertical;
  min-height: 140px;
}

.form-error,
.form-error-text {
  font-size: 12px;
  color: #e74c3c;
  margin-top: 4px;
}

#enquiryForm .btn {
  margin-top: 8px;
}

.contact-form .btn {
  margin-top: 8px;
}

/* ============================================================
   23. FOOTER
   ============================================================ */
.site-footer {
  background: #0f3d24;
  color: #ffffff;
  padding: 80px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-logo .logo-svg {
  width: 36px;
  height: 36px;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
}

.footer-logo-text .logo-name {
  color: #ffffff;
  font-size: 20px;
}

.footer-logo-text .logo-tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.footer-social a,
.footer-social .social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  font-size: 14px;
}

.footer-social a:hover,
.footer-social .social-link:hover {
  background: #c8952e;
}

.footer-title {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: 'Inter', sans-serif;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
}

.footer-links li a,
.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links li a:hover,
.footer-links a:hover {
  color: #c8952e;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.footer-contact-list li i {
  color: #c8952e;
  width: 16px;
}

.footer-contact-list li a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}

.footer-contact-list li a:hover {
  color: #c8952e;
}

.footer-newsletter {
  margin-top: 20px;
}

.newsletter-title {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
}

.newsletter-form {
  display: flex;
  gap: 0;
}

.newsletter-row {
  display: flex;
  gap: 0;
  width: 100%;
}

.newsletter-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px 0 0 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 14px;
  outline: none;
  font-family: 'Inter', sans-serif;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-input:focus {
  border-color: #c8952e;
}

.newsletter-btn {
  padding: 12px 24px;
  background: #c8952e;
  color: #0f3d24;
  border: none;
  border-radius: 0 8px 8px 0;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 14px;
}

.newsletter-btn:hover {
  background: #e8b84b;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  margin-top: 40px;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.footer-legal {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}

.footer-legal li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  transition: color 0.3s ease;
}

.footer-legal li a:hover {
  color: #c8952e;
}

/* ============================================================
   24. BACK TO TOP
   ============================================================ */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1a5c38;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 998;
  border: none;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #0f3d24;
  transform: translateY(-2px);
}

.back-to-top.visible:hover {
  transform: translateY(-2px);
}

/* ============================================================
   25. GALLERY LIGHTBOX
   ============================================================ */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 28px;
  color: #ffffff;
  background: none;
  z-index: 2;
  transition: color 0.3s ease;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.lightbox-close:hover {
  color: #c8952e;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
}

.lightbox-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.lightbox-content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 8px;
}

.lightbox-caption {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
}

/* ============================================================
   26. REVEAL ANIMATIONS
   ============================================================ */
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-up.revealed,
.reveal-left.revealed,
.reveal-right.revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up,
  .reveal-left,
  .reveal-right,
  .hero-slide {
    transition: none;
  }
}

/* ============================================================
   27. RESPONSIVE DESIGN
   ============================================================ */

/* At 1280px */
@media (max-width: 1280px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  }

  .footer-grid .footer-col:first-child {
    grid-column: 1 / -1;
  }
}

/* At 1024px */
@media (max-width: 1024px) {
  .academics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

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

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

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

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

  .hero-title {
    font-size: 44px;
  }

  .highlights-card {
    flex-wrap: wrap;
    gap: 20px;
  }

  .highlight-item {
    flex: 1 1 calc(33% - 20px);
    border-right: none;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .career-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* At 768px */
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }

  .hamburger-menu {
    display: flex;
  }

  .mobile-admissions-btn {
    display: inline-flex;
  }

  .top-bar-left span:last-child {
    display: none;
  }

  .hero {
    height: 500px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-content {
    padding-top: 60px;
  }

  .gallery-grid {
    columns: 2;
  }

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

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

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

  .admissions-banner-inner {
    flex-direction: column;
    text-align: center;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-badge {
    bottom: 10px;
    right: 10px;
  }

  .career-badge {
    bottom: 10px;
    right: 10px;
  }

  .top-links {
    display: none;
  }

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

/* At 480px */
@media (max-width: 480px) {
  .hero {
    height: 450px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .section-title {
    font-size: 32px;
  }

  .about-stats {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .stat-num {
    font-size: 32px;
  }

  .highlights-card {
    flex-direction: column;
    padding: 24px;
  }

  .highlight-item {
    border-right: none;
    border-bottom: 1px solid #eeeeee;
    padding: 16px 0;
  }

  .highlight-item:last-child {
    border-bottom: none;
  }

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

  .campus-card,
  .campus-card-large,
  .campus-card-small {
    min-height: 220px;
  }

  .gallery-grid {
    columns: 1;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .footer-legal {
    justify-content: center;
  }

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

/* At 360px */
@media (max-width: 360px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    height: 400px;
  }

  .hero-title {
    font-size: 26px;
  }

  .section-title {
    font-size: 28px;
  }

  .program-card,
  .academic-card {
    padding: 24px 20px;
  }

  .contact-form-wrap {
    padding: 24px;
  }

  .testimonial-card {
    padding: 24px;
  }
}
