.bg-smoke {
  background-color: #f8f9fa;
  padding: 80px 0;
  position: relative;
}
.trip-card-details {
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.trip-title a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.trip-text {
  font-size: 0.95rem;
  color: #666;
}
.trip-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.trip-card:hover {
  transform: translateY(-5px);
}
.trip-card__img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.trip-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
}
.trip-card__title a {
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
}

.ot-btn:hover {
  background: var(--primary-color);
}
.icon-box button {
  background: #fff;
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 1.2rem;
}
.slick-arrow {
  cursor: pointer;
}
.sub-title {
  font-size: 1rem;
  color: #ff6b35;
  font-weight: 600;
}
.sec-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 10px;
}
.shape {
  display: inline-block;
}
.dots {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--primary-color);
  margin: 0 5px;
}
