body { padding-top: 70px; }

.hero {
  display: flex;
  min-height: 85vh;
}

.hero-text {
  width: 50%;
  background: #1e3d2b;
  color: #fff;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-image {
  width: 50%;
  background: url('https://hikeethiopia.com/assets/images/home page hikeethiopia.webp') center/cover no-repeat;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
}

.testimonial img {
  width: 80px;
  border-radius: 50%;
}

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