body {
  background: #fff;
  color: #222;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.bg-primary {
  background-color: #1565c0 !important;
  background-image: linear-gradient(90deg, #1565c0 0%, #3fa1e6 100%);
}
.navbar-brand, .footer {
  font-family: 'Montserrat', Arial, sans-serif;
}

.hero-section {
  min-height: 60vh;
  color: #fff;
  position: relative;
  background: linear-gradient(90deg, #1565c0EE, #3fa1e6EE), url('../img/hero.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
}
.hero-content {
  z-index: 2;
  position: relative;
}
.gradient-yellow {
  background: linear-gradient(90deg, #fffde4, #ffd700 90%);
  color: #222;
}

.facility-icon {
  font-size: 2rem;
  color: #1565c0;
}

.testimonial-card {
  border-left: 4px solid #ffd700;
  background: #fffde4;
}

@media (max-width: 991px) {
  .hero-section {
    min-height: 40vh;
  }
}

