body {
  background-color: #f8f9fa;
}

main {
  padding-top: 110px;
}

.hero-section {
  padding: 60px 0 30px;
}

.hero-section h1 {
  font-weight: 700;
}

.carousel-item img {
  height: 500px;
  object-fit: cover;
  border-radius: 18px;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 12px;
  padding: 1rem;
}

.gallery-card {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
}

.gallery-card img {
  height: 220px;
  object-fit: cover;
}

.section-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
