/* Hero Section */
#home {
  height: 100vh;
  /* Full viewport height */
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#home .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

#home h2 {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
