/* ── GLOBAL HELPERS ── */
.section-pad {
  padding: 120px 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.text-center {
  text-align: center;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 48px;
}

.badge-tag {
  display: inline-flex;
  align-items: center;
  background: color-mix(in srgb, var(--gold) 15%, transparent);
  color: var(--gold);
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.heading-primary {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: var(--teal-dark);
  font-weight: 700;
  line-height: 1.1;
}

.heading-primary span {
  color: var(--gold);
  font-style: italic;
}

.text-muted {
  color: var(--gray);
  font-size: 1.1rem;
  line-height: 1.8;
}


/* ── 1. CLEAN HERO (Consistent with other pages) ── */
.clean-hero {
  position: relative;
  min-height: 75vh;
  background: url('images/Pushpanjali-banner-1.jpg') center/cover no-repeat fixed;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.clean-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(253, 252, 252, 1) 0%, rgba(253, 252, 252, 0.85) 45%, rgba(253, 252, 252, 0) 100%);
  z-index: 1;
}

.ch-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  animation: fadeRight 1s ease-out;
}

.ch-content {
  max-width: 650px;
}

.ch-tag {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--teal);
  margin-bottom: 16px;
  display: inline-block;
  background: color-mix(in srgb, var(--teal) 10%, transparent);
  padding: 6px 16px;
  border-radius: 30px;
}

.ch-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  color: var(--teal-dark);
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 700;
}

.ch-content p {
  font-size: 1.15rem;
  color: var(--gray);
  margin-bottom: 30px;
  line-height: 1.7;
}

/* ── 2. TWO-IMAGE OVERLAP STORY ── */
.story-overlap {
  background: #fff;
  overflow: hidden;
}

.so-inner {
  display: flex;
  align-items: center;
  gap: 80px;
}

.so-images {
  flex: 1;
  position: relative;
  min-height: 600px;
}

.so-img-main {
  width: 85%;
  height: 500px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

.so-img-sub {
  width: 60%;
  height: 350px;
  object-fit: cover;
  border-radius: 30px;
  border: 10px solid #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.so-badge {
  position: absolute;
  top: 40px;
  right: -20px;
  background: var(--teal);
  color: #fff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 15px 30px color-mix(in srgb, var(--teal) 30%, transparent);
  animation: float 4s ease-in-out infinite;
}

.so-badge .num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}

.so-badge .txt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  margin-top: 4px;
  opacity: 0.9;
}

.so-text {
  flex: 1;
  padding-right: 20px;
}

.so-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 32px 0;
}

.so-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.so-feature svg {
  width: 24px;
  height: 24px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.so-feature h4 {
  font-size: 1.05rem;
  color: var(--dark);
  margin-bottom: 4px;
}

.so-feature p {
  font-size: 0.85rem;
  color: var(--gray);
  line-height: 1.6;
}

/* ── 3. STATISTICS BAND ── */
.stats-premium {
  background: var(--teal-dark);
  position: relative;
  padding: 80px 0;
}

.stats-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMSIgY3k9IjEiIHI9IjEiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC4wNSkiLz48L3N2Zz4=');
  opacity: 0.5;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

.stat-card {
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s;
}

.stat-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.06);
}

.stat-card .num {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  color: var(--gold-light);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-card .label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

/* ── 4. DIRECTOR'S MESSAGE ── */
.director-msg {
  background: var(--light-gray);
  overflow: hidden;
}

.dm-inner {
  background: #fff;
  border-radius: 40px;
  display: flex;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  align-items: stretch;
}

.dm-img-col {
  flex: 0 0 45%;
  position: relative;
}

.dm-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dm-text-col {
  flex: 1;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.dm-quote-icon {
  position: absolute;
  top: 50px;
  right: 50px;
  opacity: 0.05;
  width: 120px;
  height: 120px;
  color: var(--teal);
}

.dm-quote {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--teal-dark);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.dm-text-col p.lead-txt {
  color: var(--gray);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.dm-author {
  margin-top: 30px;
  border-top: 1px solid var(--light-gray);
  padding-top: 30px;
}

.dm-author h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--dark);
}

.dm-author span {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ── 5. MISSION & VISION (CARDS) ── */
.mvv-section {
  background: #fff;
}

.mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.mvv-card {
  padding: 50px 40px;
  border-radius: 24px;
  background: var(--cream);
  border: 1px solid var(--light-gray);
  text-align: center;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.mvv-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s;
}

.mvv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px color-mix(in srgb, var(--teal) 15%, transparent);
  border-color: transparent;
}

.mvv-card:hover::before {
  opacity: 1;
}

.mvv-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}

.mvv-card:hover .mvv-icon {
  color: var(--gold);
  transform: scale(1.1);
}

.mvv-icon svg {
  width: 35px;
  height: 35px;
}

.mvv-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: var(--teal-dark);
  margin-bottom: 16px;
  transition: color 0.4s;
}

.mvv-card p {
  font-size: 1rem;
  color: var(--gray);
  line-height: 1.7;
  transition: color 0.4s;
}

.mvv-card:hover h3,
.mvv-card:hover p {
  color: #fff;
}

/* ── 6. FACILITIES SHOWCASE ── */
.facilities-gallery {
  padding: 100px 0;
  background: var(--dark);
  overflow: hidden;
}

.facilities-gallery .heading-primary {
  color: #fff;
}

.fg-track-wrap {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
}

.fg-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.fg-track:hover {
  animation-play-state: paused;
}

.fg-item {
  width: 400px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.fg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.fg-item:hover img {
  transform: scale(1.1);
}

.fg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.fg-overlay h4 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 15px));
  }
}

/* ── 7. WHY CHOOSE US (GRID) ── */
.why-premium {
  background: var(--light-gray);
}

.wp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.wp-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  text-align: center;
  transition: transform 0.3s;
}

.wp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.wp-icon {
  width: 60px;
  height: 60px;
  background: color-mix(in srgb, var(--gold) 15%, transparent);
  color: var(--gold);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.wp-icon svg {
  width: 30px;
  height: 30px;
}

.wp-card h4 {
  font-size: 1.15rem;
  color: var(--dark);
  margin-bottom: 12px;
  font-weight: 700;
}

.wp-card p {
  font-size: 0.9rem;
  color: var(--gray);
  line-height: 1.6;
}

/* ── 8. CTA ── */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 10%, transparent) 0%, transparent 60%);
}

.cta-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.cta-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.cta-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-ghost {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold-light);
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 0 20px color-mix(in srgb, var(--gold) 15%, transparent);
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-ghost:hover {
  background: var(--gold);
  color: var(--dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--gold) 40%, transparent);
  border-color: var(--gold);
}

.btn-white {
  background: #fff;
  color: var(--teal-dark);
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .so-inner {
    flex-direction: column;
  }

  .so-images {
    min-height: 500px;
    width: 100%;
    margin-bottom: 40px;
  }

  .so-img-main {
    width: 90%;
  }

  .so-img-sub {
    width: 50%;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dm-inner {
    flex-direction: column;
  }

  .dm-img-col {
    height: 400px;
  }

  .mvv-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wp-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:768px) {


  .ch-content h1 {
    font-size: 2.5rem;
  }

  .so-images {
    min-height: 400px;
  }

  .so-img-sub {
    width: 70%;
    height: 250px;
  }

  .so-badge {
    width: 100px;
    height: 100px;
    top: -10px;
    right: 0;
  }

  .so-badge .num {
    font-size: 1.8rem;
  }

  .so-features {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .dm-text-col {
    padding: 40px 20px;
  }

  .dm-quote {
    font-size: 1.2rem;
  }

  .mvv-grid {
    grid-template-columns: 1fr;
  }

  .wp-grid {
    grid-template-columns: 1fr;
  }


  .cta-inner {
    text-align: center;
    justify-content: center;
  }

}