body {
  font-family: Arial, sans-serif;
  padding-top: 70px;
}

.hero-section {
  height: 100vh;
  background: url('../images/hero-udaipur.jpeg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
}

#gallery img {
  height: 250px;
  object-fit: cover;
}

footer {
  font-size: 14px;
}