.assessment-card ul,
.card-right ul {
  list-style: none;
  padding: 0;
}
.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,
.section-header p {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hero-subtitle {
  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;
  }
}
.academic-structure {
  background: #fafafa;
  padding: 80px 20px;
}
.section-header .pill {
  display: inline-block;
  background-color: #eef2f5;
  color: #1f517a;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.dividercurriculum {
  width: 60px;
  height: 3px;
  background: #c4a14f;
  margin: 12px auto 18px;
}
.section-header p {
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  margin-bottom: 16px;
}
.structure-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 1300px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border: 1px solid #e5e7eb;
}
.card-left {
  display: flex;
  gap: 20px;
  flex: 2;
}
.icon-circle {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 50%;
  background: #fff5e6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card-left h3 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1f517a;
  margin-bottom: 4px;
}
.card-left p,
.subtext {
  font-family: Inter, sans-serif;
}
.card-left p,
.card-right h4,
.subtext {
  font-size: 16px;
  font-style: normal;
}
.subtext {
  font-weight: 500;
  line-height: 24px;
  color: #c4a14f;
}
.card-left p {
  font-weight: 400;
  line-height: 26px;
  color: #595959;
  margin-top: 10px;
}
.card-right {
  flex: 1;
}
.card-right h4 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 24px;
  color: #1f517a;
  margin-bottom: 12px;
}
.card-right li,
.section-header .teachingpill {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.card-right li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  color: #595959;
}
.card h3,
.section-header h2 {
  font-weight: 600;
  color: #1f517a;
  font-style: normal;
}
.card-right li::before {
  content: "✓";
  color: #3b8c6e;
  font-weight: 700;
}
.teaching-methodology {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
}
.section-header .teachingpill {
  display: inline-block;
  background-color: #f0e6d8;
  color: #c4a14f;
  font-style: normal;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.section-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 12px;
}
.divider {
  width: 80px;
  height: 4px;
  background-color: #6a9080;
  margin: 0 auto 40px;
  border-radius: 2px;
}
.cards-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.card {
  background: #f2f2ef;
  border-radius: 12px;
  padding: 30px 20px;
  width: 250px;
  box-sizing: border-box;
  box-shadow: none;
  transition: box-shadow 0.3s;
}
.card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.teachingicon-circle {
  background: #d9e3df;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teachingicon-circle svg {
  width: 28px;
  height: 28px;
  stroke: #577f74;
}
.card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.assessment-badge,
.card p {
  font-size: 14px;
  font-family: Inter, sans-serif;
}
.assessment-card ul,
.card p {
  color: #595959;
  font-weight: 400;
}
.card p {
  font-style: normal;
  line-height: 20px;
  margin-bottom: 1.5em;
}
@media (max-width: 900px) {
  .structure-card {
    flex-direction: column;
  }
  .cards-container {
    flex-direction: column;
    align-items: center;
  }
  .card {
    width: 80%;
    max-width: 400px;
  }
}
.assessment-pattern-section {
  background-color: #f2f2ef;
  padding: 60px 20px;
  font-family: Inter, sans-serif;
  color: #2e2e2e;
}
.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
.assessment-badge {
  display: inline-block;
  background: #d9e2e7;
  color: #4a6b85;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.assessment-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #1f517a;
  margin: 0 0 10px;
}
.assessment-underline {
  width: 60px;
  height: 3px;
  background-color: #c4a14f;
  margin: 0 auto 40px;
  border-radius: 2px;
}
.assessment-cards {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.assessment-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  padding: 30px 25px;
  flex: 1 1 400px;
  min-width: 300px;
}
.assessment-subtitle {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1f517a;
  margin-bottom: 20px;
}
.assessment-card ul,
.enrichment-pill,
.enrichment-section {
  font-family: Inter, sans-serif;
}
.assessment-card ul {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.assessment-card ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: #444;
}
.assessment-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #c4a14f;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 768px) {
  .assessment-cards {
    flex-direction: column;
    gap: 30px;
  }
}
.enrichment-section {
  padding: 60px 20px;
  background: #f9f9f7;
  color: #0b3c5d;
}
.enrichment-pill {
  display: inline-block;
  background: #f7edd3;
  color: #c4a14f;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.enrichment-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #1f517a;
  margin-bottom: 8px;
}
.admission-cta-title,
.enrichment-card h3 {
  font-family: "Playfair Display", Georgia, serif;
}
.enrichment-underline {
  width: 50px;
  height: 4px;
  background: #5b8e7f;
  margin: 0 auto 40px;
  border-radius: 3px;
}
.enrichment-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}
.enrichment-card {
  background: #e8e8e1;
  padding: 20px 25px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.enrichment-card h3 {
  font-weight: 600;
  font-size: 18px;
  color: #0b3c5d;
  margin-bottom: 8px;
  line-height: 24px;
}
h3 .ampersand {
  font-family: "Georgia", serif;
  font-weight: normal;
   color: #0b3c5d;
}
.enrichment-card p {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
.admission-cta-section {
  background-color: #1b4f7a;
  padding: 60px 30px;
  color: #fff;
}
.addbtn,
.btn-primary {
  background-color: #c4a14f;
  color: #fff;
}
.admission-cta-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.admission-cta-buttons {
  display: inline-flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.addbtn {
  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;
}
