body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1, h2, h5 {
  font-weight: 600;
}

.card-title {
  font-size: 1.05rem;
}

.hero-card img {
  height: 100%;
}

.object-fit-cover {
  object-fit: cover;
}

.img-place {
  transition: transform 0.3s ease;
}

.img-place:hover {
  transform: scale(1.02);
}

.fact-card {
  background: rgba(17, 17, 17, 0.15);
  transition: transform 0.3s ease;
  text-align: center;
}

.fact-card:hover {
  transform: translateY(-5px);
}

.card-img-top {
  height: 460px;
  object-fit: cover;
}

.timeline {
  list-style: none;
  margin: 0;
  padding-left: 1rem;
  border-left: 2px solid #e0e4eb;
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  transition: transform 0.3s ease;
  scroll-margin-top: 250px;
}

.timeline-item:hover {
  transform: translateX(5px);
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -0.65rem;
  top: 1.25rem;
  width: 12px;
  height: 12px;
  margin-top: -12px;
  background: #0d6efd;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.transition-box {
  background: #f9fbff;
}

.map-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #f5f5f5;
}

.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}

.place-description {
  text-align: justify;
}

.navbar-brand, 
.navbar-nav .nav-link {
  font-size: 1.2rem;
}