body { font-family: 'Poppins', sans-serif; }
.hero-section {
  background: url('assets/hero-bg.jpg') center/cover no-repeat;
  height: 100vh;
  text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}
.card img { height: 220px; object-fit: cover; }
footer { font-size: 0.9rem; }
#map { width: 100%; border: 2px solid #ddd; }
@media (max-width: 768px) {
  .hero-section { height: 70vh; }
  .display-4 { font-size: 2rem; }
}
