.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 {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 28px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
}
.badge-primary,
.badge-secondary {
  display: inline-flex;
  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;
}
.card-hover:hover .icon-circle {
  background-color: #c4a14f;
}
.achievement-table,
.card-hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.Cultural,
.olympiad-card,
.school-recognition {
  background-color: #edede9;
}
.badge-primary {
  align-items: center;
  background-color: #e3e8e9;
  color: #1f519a;
}
.badge-secondary {
  align-items: center;
  background-color: #f9f5ed;
  color: #c4a14f;
}
.board h3,
.section-title {
  color: #1f517a;
  font-style: normal;
}
.section-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
.section-title .ampersand {
   font-family: "Georgia", serif;
  font-weight: normal;
   color: #1f517a;
}
.divider-gold {
  width: 80px;
  height: 4px;
  background-color: #c4a14f;
  border-radius: 9999px;
  margin: 0 auto;
}
.divider-title {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.sport-info .achievement,
.year {
  font-size: 14px;
  line-height: 20px;
}
.divider-sage {
  width: 80px;
  height: 4px;
  background-color: #6a9080;
  border-radius: 9999px;
  margin: 0 auto;
}
.board {
  background-color: #f9f9f6;
}
.board h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-family:
    Playfair Display,
    Georgia,
    serif;
  letter-spacing: -0.025em;
}
.board p,
.school-para,
.year {
  font-style: normal;
  font-family: Inter, sans-serif;
}
.board p,
.olympiad-info h5 {
  font-size: 16px;
  line-height: 24px;
  color: #595959;
}
.olympiad-info h5,
.sport-info h5 {
  font-family: "Playfair Display", Georgia, serif;
}
.board p {
  font-weight: 400;
  color: #595959;
  margin: 0 0 1rem;
}
.year {
  font-weight: 500;
  color: #c4a14f;
}
.card-hover {
  background-color: #fff;
  border-radius: 0.5rem;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
}
.icon-circle,
.olympiad-card {
  transition: 0.3s;
  display: flex;
}
.olympiad-card,
.sport-card {
  cursor: default;
  display: flex;
}
.card-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.icon-circle {
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #fff5f9;
}
.board .icon-circle svg {
  width: 30px;
  height: 30px;
  stroke-width: 2;
  display: block;
  margin: auto;
  stroke: #c4a14f;
  transition: stroke 0.3s;
}
.card-hover:hover .icon-circle svg {
  stroke: #fff;
}
.olympiad-card {
  background: #e8e8e8;
  border-radius: 12px;
  padding: 24px;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.olympiad-results .icon-circle {
  width: 60px;
  height: 60px;
  background: #1f517a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-circle svg {
  width: 30px;
  height: 30px;
  color: #fff;
  stroke: #fff;
}
.card-content {
  flex: 1;
}
.card-title {
  font-size: 18px;
  font-weight: 700;
  color: #1f517a;
  margin-bottom: 4px;
}
.medal-text {
  font-size: 15px;
  color: #5a5a5a;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .olympiad-card {
    padding: 20px;
    gap: 16px;
  }
  .icon-circle {
    width: 50px;
    height: 50px;
  }
  .icon-circle svg {
    width: 26px;
    height: 26px;
  }
  .card-title {
    font-size: 16px;
  }
  .medal-text {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .olympiad-results {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.achievement-table {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
}
.achievement-table thead th {
  background-color: #1f517a;
  color: #fff;
  font-weight: 600;
  padding: 1rem 1.5rem;
}
.achievement-table tbody td {
  padding: 1rem 1.5rem;
  vertical-align: middle;
  color: #333;
  font-weight: 500;
}
.achievement-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.badge-position {
  background-color: #fbeed9;
  color: #c48a28;
  padding: 0.3rem 0.8rem;
  border-radius: 12px;
  font-weight: 500;
  font-size: 0.875rem;
  white-space: nowrap;
}
.table-responsive {
  border-radius: 10px;
  overflow-x: auto;
  margin: 0 auto;
  max-width: 900px;
}
@media (max-width: 576px) {
  body {
    padding: 20px 0;
  }
  .icon-circle {
    width: 60px;
    height: 60px;
  }
  .icon-svg {
    width: 30px;
    height: 30px;
  }
}
.sport-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #eaeaea;
  border-radius: 10px;
  min-height: 105px;
  padding: 15px;
}
.sport-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sport-icon svg {
  width: 22px;
  height: 22px;
  color: #4a9e7e;
}
.sport-info h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f517a;
  margin-bottom: 2px;
}
.sport-info .achievement {
  font-weight: 500;
  color: #c88a3e;
  margin-bottom: 2px;
}
.sport-info .category {
  font-size: 12px;
  color: #595959;
  line-height: 16px;
  font-weight: 400;
}
.school-para {
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 400;
  color: #595959;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 2rem;
}
.school-recognition .icon-circle {
  width: 80px;
  height: 80px;
  background-color: #c4a14f;
  border-radius: 50%;
  display: flex;
  color: #fff;
}
.custom-badge {
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  color: #1f517a;
  font-weight: 500;
  border-radius: 9999px;
  box-shadow: 0 4px 20px -4px rgba(59, 130, 246, 0.1);
  display: inline-block;
  margin: 0.5rem;
  text-align: center;
}
.achievement-cta-section {
  background-color: #1b4f7a;
  padding: 60px 30px;
  color: #fff;
}
.achievementbtn,
.btn-primary {
  background-color: #c4a14f;
  color: #fff;
}
.achievement-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;
}
.achievement-cta-buttons {
  display: inline-flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.achievementbtn {
  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;
}
