body {
  font-family: 'Segoe UI', sans-serif;
}

.hero {
  background: url('images/hero-hopital.png') center/cover no-repeat;
  height: 80vh;
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .overlay {
  background: rgba(0,0,0,0.5);
  padding: 40px;
  text-align: center;
  border-radius: 15px;
}

.info-icons .icon-box {
  cursor: pointer;
  transition: transform 0.3s;
}

.info-icons .icon-box:hover {
  transform: scale(1.1) rotate(5deg);
}

.director-section img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
