/* ===== GLOBAL ===== */
body {
  font-family: 'Hubot Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
}

/* ================= NURTURING HOLISTIC EXCELLENCE ================= */

.holistic-section {
  padding: 90px 0;
  background: #F7F6EC;
}

.section-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 18px;
  color: #E8402A;
}

.section-desc {
  font-size: 15.5px;
  line-height: 1.7;
  color: #000000;
  max-width: 520px;
}

/* Life cards */
.life-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #F7F6EC;
  border: 1px solid #F7F6EC;
  font-weight: 500;
  color: #E8402A;
  transition: all 0.25s ease;
}

.life-card i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #FAEBD7;
  color: #E8402A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.life-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  background: #F7F6EC;
}

/* Poster image */
.poster-wrap {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.poster-wrap img {
  width: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .holistic-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 26px;
  }

  .section-desc {
    font-size: 14.5px;
  }
}
/* ================= VIBRANT CAMPUS ACTIVITIES ================= */

.activities-section {
  padding: 90px 0;
  background: #F7F6EC;
}

.activities-section .section-title {
  font-size: 34px;
  font-weight: 800;
  color: #E8402A;
}

.activities-section .section-subtitle {
  max-width: 560px;
  margin: 12px auto 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: #000000;
}

/* Activity Card */
.activity-card {
  background: #F7F6EC;
  border: 1px solid #F7F6EC;
  border-radius: 22px;
  padding: 34px 28px;
  text-align: left;
  height: 100%;
  transition: all 0.3s ease;
}

.activity-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0,0,0,0.08);
}

/* Icon pill */
.icon-pill {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #FAEBD7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.icon-pill i {
  font-size: 18px;
  color: #E8402A;
}

/* Tag */
.activity-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 10px;
}

/* Title */
.activity-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #E8402A;
  margin-bottom: 10px;
}

/* Description */
.activity-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #000000;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .activities-section {
    padding: 60px 0;
  }

  .activities-section .section-title {
    font-size: 26px;
  }

  .activity-card {
    padding: 28px 22px;
  }
}
/* ================= LEGACY OF ENGAGEMENT ================= */

.engagement-section {
  padding: 90px 0;
  background: radial-gradient(
    circle at top,
    #000000 0%,
    #E8402A 70%
  );
  color: #ffffff;
}

.engagement-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 16px;
}

.engagement-subtitle {
  max-width: 720px;
  margin: 0 auto;
  font-size: 15.5px;
  line-height: 1.7;
  color: #FFFFFF;
}

/* Stats */
.engagement-stat h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #ffffff;
}

.engagement-stat span {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 768px) {
  .engagement-section {
    padding: 60px 0;
  }

  .engagement-title {
    font-size: 26px;
  }

  .engagement-stat h3 {
    font-size: 26px;
  }
}
/* ================= VOICES OF VIJETHA ================= */

.voices-section {
  padding: 90px 0;
  background: #F7F6EC;
}

/* Header */
.voices-header {
  max-width: 600px;
  margin-bottom: 40px;
}

.voices-header h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 8px;
}

.voices-header p {
  font-size: 15.5px;
  color: #000000;
}

/* Card */
.voice-card {
  border: 1px solid #F7F6EC;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  background: #F7F6EC;
  transition: transform 0.25s ease;
}

.voice-card:hover {
  transform: translateY(-4px);
}

/* Image strip */
.voice-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

/* Content */
.voice-content {
  padding: 22px;
}

.voice-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}

.voice-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.voice-content small {
  display: block;
  font-size: 13px;
  color: #000000;
  margin-bottom: 14px;
}

.voice-quote {
  font-size: 14.5px;
  line-height: 1.7;
  color: #000000;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .voices-section {
    padding: 60px 0;
  }

  .voices-header h2 {
    font-size: 26px;
  }
}
/* ================= VALUES & DISCIPLINE CTA ================= */

.values-cta-section {
  padding: 80px 0;
  background: #F7F6EC;
}

.values-cta-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 30px;
  border-radius: 20px;
  background: #F7F6EC;
  border: 1px solid #F7F6EC;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.values-cta-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
}

.values-cta-text {
  font-size: 15.5px;
  color: #000000;
  max-width: 620px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

/* Buttons */
.values-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-dark-primary {
  background: #E8402A;
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-dark-primary:hover {
  background: #A70000;
  color: #ffffff;
}

.btn-light-secondary {
  background: #FAEBD7;
  color: #E8402A;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-light-secondary:hover {
  background: #F08C1C;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .values-cta-box {
    padding: 40px 20px;
  }

  .values-cta-title {
    font-size: 22px;
  }
}
