/* Additional UX polish for responsive travel flows */
.wa-floating-button {
  position: relative;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.wa-floating-button i {
  font-size: 20px;
}

.floating-tools {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.top-floating-button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #10233f;
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.wa-floating-button i,
.top-floating-button i {
  font-size: 22px;
  line-height: 1;
}

.top-floating-button:hover,
.top-floating-button:focus,
.wa-floating-button:hover,
.wa-floating-button:focus {
  color: #fff;
  transform: translateY(-1px);
}

#scrollUp {
  display: none !important;
}

.offer-filter-box,
.destination-overview,
.package-detail-card,
.booking-box {
  background: #fff;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 4px 20px rgba(4, 14, 39, 0.08);
}

.offer-price {
  color: #1ec6b6;
  font-weight: 700;
  margin-top: 8px;
}

.detail-list {
  margin-bottom: 18px;
  padding-left: 18px;
}

.detail-list li {
  list-style: disc;
  margin-bottom: 8px;
  color: #5f6670;
}

.destination-meta li {
  margin-bottom: 10px;
  color: #5f6670;
}

.single_place.h-100 {
  height: 100%;
}

.section-padding {
  padding: 90px 0;
}

@media (max-width: 991.98px) {
  .header-area .main-header-area {
    padding: 10px 0;
  }

  .slider_area .single_slider {
    height: 70vh;
    min-height: 520px;
  }

  .slider_area .single_slider .slider_text h3 {
    font-size: 38px;
    line-height: 1.2;
  }

  .where_togo_area {
    padding: 30px 0;
  }

  .where_togo_area .search_wrap .search_form .input_field,
  .where_togo_area .search_wrap .search_form .search_btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .popular_destination_area,
  .popular_places_area,
  .recent_trip_area,
  .contact-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .slider_area .single_slider {
    height: 80vh;
    min-height: 540px;
  }

  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
  }

  .slider_area .single_slider .slider_text p {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 10px;
  }

  .section_title h3 {
    font-size: 28px;
    line-height: 1.3;
  }

  .offer-filter-box,
  .destination-overview,
  .package-detail-card,
  .booking-box {
    padding: 16px;
  }

  .wa-floating-button {
    width: 52px;
    height: 52px;
  }

  .floating-tools {
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }

  .top-floating-button {
    width: 44px;
    height: 44px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 52px;
  }
}
