body {
  font-family: "Segoe UI", sans-serif;
}

.hero {
  background: url("/images/healthcare-clinic.jpg") center center/cover no-repeat;
  background-color: #ffffff;
  height: calc(100vh - 72px);
  /* Adjust this if your navbar height changes */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  padding: 2rem;
}

@media (max-width: 768px) {
  .hero {
    background: url("/images/healthcare-clinic.jpg") top center/contain
      no-repeat;
    background-color: #9c9b9b;
    height: auto;
    padding-top: 65vw;
    /* maintains image aspect ratio */
    padding-bottom: 2rem;
  }
}

.section {
  padding: 60px 0;
}

footer {
  background-color: #f8f9fa;
  padding: 20px 0;
  text-align: center;
}

.fixed-book-now {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1030;
}

@media (min-width: 1200px) {
  .wide-container {
    max-width: 1320px;
  }
}
