.card p,
.hero-subtitle,
.hero-title,
.section-title {
  font-style: normal;
}
.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-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 20px;
}
.hero-subtitle {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto;
}
.item-title,
.section-title {
  font-family: "Playfair Display", serif;
}
@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;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin: 0 auto 1rem;
  text-align: center;
  border-radius: 9999px;
}
.badge-primary {
  background-color: #e3e8e9;
  color: #1f519a;
}
.badge-secondary {
  background-color: #f9f5ed;
  color: #c4a14f;
}
.section-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #1f517a;
}
.divider-gold {
  width: 80px;
  height: 4px;
  background-color: #c4a14f;
  border-radius: 9999px;
  margin: 0 auto;
}
.divider-sage,
.facilities-card:hover .facilities-icon {
  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;
}
.campus {
  background-color: #edede9;
}
.card {
  background-color: #e9e6da !important;
  border-radius: 8px;
  padding: 2.5rem 1.5rem;
  max-width: 900px;
  margin: 2rem auto;
  border: 1px solid #e0d7bf !important;
  box-shadow: none;
}
.icon-circle {
  width: 48px;
  height: 48px;
  background-color: #e1d8bf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}
.icon-svg {
  width: 24px;
  height: 24px;
  stroke: #ad944e;
}
.card h3 {
  color: #1f517a;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family:
    Playfair Display,
    serif;
  margin-bottom: 0.25rem;
}
.section-title .ampersand {
   font-family: "Georgia", serif;
  font-weight: normal;
   color: #1f517a;
    font-size: 1.5rem;
}
.card p {
  color: #595959 !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  font-family: Inter, sans-serif;
}
.text {
  color: #c4a14f;
}
.facilities {
  background-color: #f7f7f7;
}
.facilities-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    border-color 0.3s;
  height: 100%;
}
.facilities-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-color: #d1d5db;
}
.facilities-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #f0f3f2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a9080;
  margin-bottom: 16px;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.facilities-icon svg {
  width: 26px;
  height: 26px;
  stroke: #6a9080;
  transition: stroke 0.3s;
}
.facilities-card:hover .facilities-icon svg {
  stroke: #fff;
}
.facilities-card h5 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
  color: #1f517a;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
}
h5 .ampersand {
   font-family: "Georgia", serif;
  font-weight: normal;
    color: #1f517a;
}
.facilities-card p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.625;
  margin: 0;
  font-family: Inter, sans-serif;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .facilities-card {
    padding: 24px 20px;
  }
  .facilities-icon {
    width: 50px;
    height: 50px;
  }
  .facilities-icon svg {
    width: 24px;
    height: 24px;
  }
  .facilities-card h5 {
    font-size: 1.1rem;
  }
  .facilities-card p {
    font-size: 0.8rem;
  }
}
.Security {
  padding-left: 1rem;
  padding-right: 1rem;
}
.security-item {
  background-color: #edede9;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  transition: 0.3s;
}
.security-item:hover {
  background-color: #dcdcdc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.icon svg {
  width: 100%;
  height: 100%;
}
.item-title {
  color: #1f517a !important;
  font-size: 1.125rem;
  font-weight: 600;
}
.item-description {
  color: #4a5568;
  font-size: 0.9375rem;
  margin: 0;
}
.facilities-cta-para,
.facilities-cta-title {
  line-height: 36px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 576px) {
  .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .icon-circle {
    margin-bottom: 0.75rem;
    margin-right: 0;
  }
  .item-description {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .Security {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.facilities-cta-section {
  background-color: #1b4f7a;
  padding: 60px 30px;
  color: #fff;
}
.facilities-cta-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.facilities-cta-para,
.facilitiesbtn {
  font-family: Inter, sans-serif;
  color: #fff;
}
.facilities-cta-para {
  font-weight: 400;
  font-size: 16px;
}
.facilities-cta-buttons {
  display: inline-flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.facilitiesbtn {
  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;
  background-color: #c4a14f;
}
.btn-primary {
  background-color: #c4a14f;
  color: #fff;
  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;
}
