.destination-hero {
  min-height: 45vh;
  padding-top: 80px;
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
  url("../images/Kilimanjaro\ Tanzania.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.destination {
  padding: 70px 20px;
}

.destination.alt {
  background: #f9f9f9;
}

.destination h2 {
  color: #228B22;
  text-align: center;
  margin-bottom: 15px;
}

.destination p {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
  color: #555;
}

.gallery,
.routes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.gallery img,
.route-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
}

.route-card {
  text-align: center;
}

.route-card h4 {
  margin: 10px 0 5px;
  color: #228B22;
}

.btn {
  display: inline-block;
  background: #228B22;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: background .3s ease;
}

.btn:hover {
  background: #1c6f1c;
}
.cta-center {
  text-align: center;
  margin-top: 25px;
}
.destination-hero {
  margin-top: 80px; /* height ya header */
}
.destination-hero {
  margin-top: 80px; /* sawa na height ya header */
}
body {
  padding-top: 80px;
}
