body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fefefe;
  color: #333;
}
#google_translate_element {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 9999;
}

.navbar-brand {
  font-size: 1.5rem;
}

.hero-section {
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.7)), 
              url('../assets/imgs/hero.jpg') no-repeat center center/cover;
  height: 100vh;
}

.hero-section h1,
.hero-section p {
  color: white;
}
#about h2 {
  font-weight: 700;
}

#about ul li {
  margin-bottom: 8px;
  font-size: 1.05rem;
}




.card-img-container {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card-img-container:hover img {
  transform: scale(1.08);
}

.card-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card-img-container:hover .card-img-overlay {
  opacity: 1;
}
.card-img-overlay a {
  text-decoration: none;
  background-color: #180c0ccc;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  color: #0d6efd;
  transition: background-color 0.3s ease;
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
}
.card-img-overlay a:hover {
  background-color: #0d6efd;
  color: white;
}

.form-step {
  transition: opacity 0.3s ease;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.booking-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

#booking .container {
  position: relative;
  z-index: 3;
}

#tanzaniaMap {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


footer a:hover {
  color: #ffc107 !important;
}
