.activities-icon svg,
.program-icon svg {
  width: 26px;
  height: 26px;
  transition: stroke 0.3s;
}
.hero-section {
  background-color: #1f517a;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 15px;
}
.hero-title {
  font-family: "Playfair Display", Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 20px;
}
.hero-subtitle,
.student-para {
  font-weight: 400;
  font-family: Inter, sans-serif;
}
.hero-subtitle {
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto;
}
.student-para {
  font-size: 18px;
  line-height: 29px;
  color: #595959;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem;
}
.badge-primary,
.badge-secondary {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin: 0 auto 1rem;
  border-radius: 9999px;
  text-align: center;
}
.badge-primary {
  background-color: #e3e8e9;
  color: #1f517a;
}
.badge-secondary {
  background-color: #f9f5ed;
  color: #c4a14f;
}
.divider-gold,
.list-clean li::before,
.program-card:hover .program-icon {
  background-color: #c4a14f;
}
.section-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #1f517a;
  font-style: normal;
}
.section-title .ampersand {
    font-family: "Georgia", serif;
  font-weight: normal;
   color: #1f517a;
}

.divider-gold {
  width: 80px;
  height: 4px;
  border-radius: 9999px;
  margin: 0 auto;
}
.divider-sage,
.location-card .list-clean li::before {
  background-color: #6a9080;
}
.divider-title {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.divider-sage {
  width: 80px;
  height: 4px;
  border-radius: 9999px;
  margin: 0 auto;
}
.activities-icon,
.program-icon {
  width: 56px;
  height: 56px;
  display: flex;
}
.activities-card,
.club-card,
.program-card {
  cursor: pointer;
  display: flex;
}
.activities-icon,
.icon-wrapper,
.program-icon,
h3 {
  margin-bottom: 18px;
}
.studentlife {
  background-color: #f9f9f6;
  min-height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.scholastic-activities {
  padding: 70px 0;
}
.program-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 24px;
  flex-direction: column;
  transition: 0.3s;
}
.icon-wrapper.location,
.program-icon {
  background-color: #f5ead8;
}
.program-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  border-color: #d1d5db;
}
.program-icon {
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.program-icon svg {
  stroke: #c4a14f;
}
.program-card:hover .program-icon svg {
  stroke: #fff;
}
.activities-card h5,
.program-card h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1f517a;
  margin-bottom: 10px;
}
.activities-card p,
.program-card p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}
.Non-Scholastic-Activities {
  background-color: #edede9;
}
.activities-card {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 28px 24px;
  flex-direction: column;
  transition: 0.3s;
}
.activities-icon,
.club-card:hover,
.icon-wrapper.microphone {
  background-color: #f0f3f2;
}
.activities-icon {
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.club-card,
.field {
  background-color: #edede9;
}
.activities-icon svg {
  stroke: #6a9080;
}
@media (min-width: 992px) {
  .clubs-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.club-card {
  border-radius: 8px;
  padding: 20px 16px;
  text-align: center;
  transition: 0.3s;
  flex-direction: column;
  justify-content: center;
}
.club-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1f517a;
  margin-bottom: 6px;
  line-height: 1.3;
}
.club-card p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .club-card {
    padding: 16px 12px;
  }
  .activities-card,
  .program-card {
    padding: 24px 20px;
  }
  .activities-icon,
  .program-icon {
    width: 50px;
    height: 50px;
  }
  .activities-icon svg,
  .program-icon svg {
    width: 22px;
    height: 22px;
  }
  .activities-card h5,
  .program-card h5 {
    font-size: 1.1rem;
  }
  .activities-card p,
  .program-card p {
    font-size: 0.825rem;
  }
  .clubs-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 28px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .club-card {
    padding: 16px 12px;
  }
  .club-card h5 {
    font-size: 15px;
  }
  .club-card p {
    font-size: 11px;
  }
}
.field {
  padding: 100px 0;
}
.card-custom {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
.icon-wrapper {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon {
  width: 26px;
  height: 26px;
}
.icon.location {
  color: #c4a14f;
}
.icon.microphone {
  color: #6a9080;
}
h3 {
  font-size: 1.35rem;
  color: #1f517a !important;
}
.list-clean {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.list-clean li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  color: #6a9080;
  line-height: 1.6;
}
.list-clean li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .card-custom {
    padding: 20px;
  }
  h3 {
    font-size: 1.25rem;
  }
  .icon-wrapper {
    width: 50px;
    height: 50px;
  }
  .icon {
    width: 24px;
    height: 24px;
  }
}
.studentlife-cta-section {
  background-color: #1b4f7a;
  padding: 60px 30px;
  color: #fff;
}
.btn-primary,
.studentlifebtn {
  background-color: #c4a14f;
  color: #fff;
}
.studentlife-cta-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.studentlife-cta-buttons {
  display: inline-flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.studentlifebtn {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  padding: 12px 28px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition:
    background-color 0.3s,
    color 0.3s;
  border: none;
}
.btn-primary {
  border: none;
}
.btn-primary:hover {
  background-color: #b29343;
}
.btn-outline {
  background: 0 0;
  color: #fff;
  border: 2px solid #fff;
}
.btn-outline:hover {
  background-color: #fff;
  color: #1b4f7a;
}
