.nav-container {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  border-radius: 0 0 20px 20px;
}

.banner-section {
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
}
.banner-section .banner-item {
  width: 100%;
  position: relative;
}
.banner-section .banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .banner-item .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1320px;
  margin: auto;
  z-index: 3;
}
.banner-section .banner-item .banner-content .summary {
  color: white;
  font-size: 30px;
}

.header,
.navbar {
  position: relative !important;
  z-index: 1;
}

.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: white;
}

.banner-section.with-fixed-header {
  margin-top: 80px;
}

.tour-package-list {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.tour-package-list .nav-links .package_tour,
.tour-package-list .nav-links .tour,
.tour-package-list .nav-links .daily_tour,
.tour-package-list .nav-links .ticket,
.tour-package-list .nav-links .vehicle {
  padding: 12px 26px;
  transition: all 0.3s ease;
}
.tour-package-list .nav-links .active {
  background: #f8f8f8;
  border-bottom: 1px solid #e40808;
  border-radius: 12px 12px 0px 0px;
}
.tour-package-list .nav-links .tour:hover,
.tour-package-list .nav-links .daily_tour:hover,
.tour-package-list .nav-links .ticket:hover,
.tour-package-list .nav-links .vehicle:hover {
  background: #f8f8f8;
  border-bottom: 1px solid #e40808;
  border-radius: 12px 12px 0px 0px;
}

.count-order .sort select {
  height: 44px;
}

.tours-grid .tour-package-card {
  overflow: hidden;
  transition: all 0.5s ease;
  background: white;
  text-decoration: none;
}
.tours-grid .tour-package-card .tour-image-wrapper {
  height: 200px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  transition: border-radius 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.tours-grid .tour-package-card .tour-image-wrapper .tour-image {
  height: 100%;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 16px;
}
.tours-grid .tour-package-card .tour-image-wrapper .discount-badge {
  top: 12px;
  left: 12px;
  background: #e40808;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  z-index: 2;
}
.tours-grid .tour-package-card .tour-card-content .tour-title {
  font-size: 16px;
  font-weight: 600;
  color: #0d0d0d;
  line-height: 1.4;
  min-height: 44px;
  transition: color 0.3s ease;
}
.tours-grid .tour-package-card .tour-card-content .tour-meta-info .tour-duration,
.tours-grid .tour-package-card .tour-card-content .tour-meta-info .tour-rating {
  color: #3b3b3b;
  font-size: 15px;
}
.tours-grid .tour-package-card .tour-card-content .tour-meta-info {
  margin-top: 12px;
}
.tours-grid .tour-package-card .tour-card-content .tour-ticket-content {
  margin: 12px 0;
}
.tours-grid .tour-package-card .tour-card-content .tour-ticket-content span {
  color: #3b3b3b;
  font-size: 15px;
}
.tours-grid .tour-package-card .tour-card-content .tour-pricing .original-price {
  font-size: 12px;
}
.tours-grid .tour-package-card .tour-card-content .tour-pricing .current-price .price-amount {
  color: #e40808 !important;
}
.tours-grid .tour-package-card:hover .tour-title {
  color: #e40808;
}
.tours-grid .tour-package-card:hover .tour-image-wrapper {
  border-radius: 16px 16px 60px 16px;
}
.tours-grid .tour-package-card:hover .tour-image-wrapper .tour-image {
  transform: scale(1.08);
}

.no-tours {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tour-filter .filter-wrapper .filter-item .filter-btn {
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #dddddd;
  color: #0d0d0d;
}
.tour-filter .filter-wrapper .filter-item .filter-btn.show {
  color: #0d0d0d;
  background: unset;
  border-color: #e40808;
}
.tour-filter .filter-wrapper .filter-item .filter-btn:hover {
  color: #fff;
  background: #e40808;
}
.tour-filter .filter-wrapper .filter-item .filter-btn.active {
  border-color: #e40808;
  color: #e40808;
  background: unset;
}
.tour-filter .filter-wrapper .filter-item .filter-btn.active:hover {
  border-color: #d00707;
  background: unset;
  color: #e40808;
}
.tour-filter .filter-wrapper .filter-item .filter-btn.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(228, 8, 8, 0.25);
}
.tour-filter .filter-wrapper .filter-item .filter-dropdown {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  top: 0 !important;
  padding: 0;
  margin-top: 8px;
}
.tour-filter .filter-wrapper .filter-item .filter-dropdown .dropdown-item {
  padding: 12px 16px;
  transition: all 0.2s ease;
}
.tour-filter .filter-wrapper .filter-item .filter-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #e40808;
}
.tour-filter .filter-wrapper .filter-item .filter-dropdown .dropdown-item:active, .tour-filter .filter-wrapper .filter-item .filter-dropdown .dropdown-item.active {
  background-color: #e40808;
  color: white;
}
.tour-filter .filter-wrapper .price-range-dropdown {
  min-width: 720px !important;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container .price-display {
  text-align: center;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container .price-display h6 {
  font-weight: 600;
  color: #333;
  margin: 0;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container .dropdown-price-slider-container {
  height: 20px;
  margin: 20px 0;
  position: relative;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container .dropdown-price-slider-container .dropdown-price-slider-track {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #f2c3b0;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container .dropdown-price-slider-container .dropdown-price-slider-range {
  position: absolute;
  height: 4px;
  background: #e40808;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 100%;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container .dropdown-price-slider-container .dropdown-price-slider {
  position: absolute;
  width: 100%;
  height: 20px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  pointer-events: none;
  top: 0;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container .dropdown-price-slider-container .dropdown-price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #e40808;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: all;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container .dropdown-price-slider-container .dropdown-price-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #e40808;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: all;
  border: none;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container .dropdown-price-slider-container .dropdown-price-slider::-moz-range-track {
  background: transparent;
  height: 4px;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container .dropdown-price-slider-container #dropdownMinPriceSlider {
  z-index: 1;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container .dropdown-price-slider-container #dropdownMaxPriceSlider {
  z-index: 1;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container .price-labels .price-label {
  font-weight: 500;
  color: #666;
  font-size: 14px;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container #clearPriceFilter {
  color: #0d0d0d;
  font-size: 14px;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container #clearPriceFilter:hover {
  color: #333;
  text-decoration: underline !important;
}
.tour-filter .filter-wrapper .price-range-dropdown .price-range-container #applyPriceFilter {
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 8px;
}

.category-filter-dropdown {
  min-width: 720px !important;
}

.category-filter-dropdown .category-filter-container {
  background: #fff;
}

.category-filter-dropdown .category-filter-header h6 {
  color: #333;
  font-size: 16px;
  margin-bottom: 16px;
}

.category-filter-dropdown .category-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.category-filter-dropdown .category-option {
  margin: 0;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 8px 16px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.category-filter-dropdown .category-option:hover {
  background-color: #fff5f5;
  border: 1px solid #e40808;
}
.category-filter-dropdown .category-option:hover label {
  color: #e40808;
}

.category-filter-dropdown .category-option .form-check-input {
  display: none;
}

.category-filter-dropdown .category-option .form-check-label {
  font-size: 14px;
  color: #3b3b3b;
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.category-filter-dropdown .category-option input[type=checkbox]:checked + .form-check-label {
  color: #e40808;
  font-weight: 500;
}

.category-filter-dropdown .category-option:has(input[type=checkbox]:checked) {
  background-color: #fff5f5;
  border: 1px solid #e40808;
}

.category-filter-dropdown .category-filter-footer #clearCategoryFilter {
  color: #0d0d0d;
  font-size: 14px;
  text-decoration: none !important;
}

.category-filter-dropdown .category-filter-footer #clearCategoryFilter:hover {
  color: #495057;
}

.category-filter-dropdown .category-filter-footer #applyCategoryFilter {
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 8px;
  background-color: #e40808;
  border-color: #e40808;
}

.category-filter-dropdown .category-filter-footer #applyCategoryFilter:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.destination-filter-dropdown {
  min-width: 720px !important;
}

.filter-btn.active-filter,
.filter-btn.active {
  background-color: #e40808 !important;
  border-color: #e40808 !important;
  color: white !important;
}

.filter-btn.active-filter .filter-label,
.filter-btn.active .filter-label {
  color: white !important;
}

.btn-outline-secondary.active-filter,
.btn-outline-secondary.active {
  background-color: #e40808 !important;
  border-color: #e40808 !important;
  color: white !important;
}

.destination-filter-dropdown .destination-filter-container {
  background: #fff;
}

.destination-filter-dropdown .destination-filter-header h6 {
  color: #333;
  font-size: 16px;
  margin-bottom: 16px;
}

.destination-filter-dropdown .destination-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.destination-filter-dropdown .destination-option {
  margin: 0;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 8px 16px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.destination-filter-dropdown .destination-option:hover {
  background-color: #fff5f5;
  border: 1px solid #e40808;
}
.destination-filter-dropdown .destination-option:hover label {
  color: #e40808;
}

.destination-filter-dropdown .destination-option .form-check-input {
  display: none;
}

.destination-filter-dropdown .destination-option .form-check-label {
  font-size: 14px;
  color: #3b3b3b;
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.destination-filter-dropdown .destination-option input[type=checkbox]:checked + .form-check-label {
  color: #e40808;
  font-weight: 500;
}

.destination-filter-dropdown .destination-option:has(input[type=checkbox]:checked) {
  background-color: #fff5f5;
  border: 1px solid #e40808;
}

.destination-filter-dropdown .destination-filter-footer #clearDestinationFilter {
  color: #0d0d0d;
  font-size: 14px;
  text-decoration: none !important;
}

.destination-filter-dropdown .destination-filter-footer #clearDestinationFilter:hover {
  color: #495057;
  text-decoration: underline !important;
}

.destination-filter-dropdown .destination-filter-footer #applyDestinationFilter {
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 8px;
  background-color: #e40808;
  border-color: #e40808;
}

.destination-filter-dropdown .destination-filter-footer #applyDestinationFilter:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.modal-xl {
  max-width: 770px;
}

#filterModal {
  z-index: 9999 !important;
  position: absolute;
}
#filterModal .modal-backdrop {
  z-index: 9998 !important;
}
#filterModal .modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
#filterModal .modal-header {
  padding: 24px 24px 0;
}
#filterModal .modal-header .modal-title {
  font-size: 24px;
  color: #0d0d0d;
}
#filterModal .modal-header .btn-close {
  background-size: 20px;
  opacity: 0.8;
}
#filterModal .modal-header .btn-close:hover {
  opacity: 1;
}
#filterModal .modal-body {
  padding: 20px 24px;
  max-height: 70vh;
  overflow-y: auto;
}
#filterModal .modal-footer {
  margin-top: 16px;
}
#filterModal .filter-section-title {
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
#filterModal .filter-section-title i {
  font-size: 18px;
}
#filterModal .filter-options {
  gap: 8px;
}
#filterModal .filter-tag {
  position: relative;
}
#filterModal .filter-tag input[type=checkbox],
#filterModal .filter-tag input[type=radio] {
  display: none;
}
#filterModal .filter-tag .filter-tag-label {
  display: inline-block;
  padding: 10px 16px;
  background: #f2f2f2;
  border-radius: 8px;
  font-size: 14px;
  color: #3b3b3b;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#filterModal .filter-tag .filter-tag-label:hover {
  background: #fff;
  border: 1px solid #e40808;
  color: #e40808;
}
#filterModal .filter-tag input[type=checkbox]:checked + .filter-tag-label,
#filterModal .filter-tag input[type=radio]:checked + .filter-tag-label {
  background: #fff;
  border: 1px solid #e40808;
  color: #e40808;
}
#filterModal .date-filter-options {
  margin-bottom: 16px;
}
#filterModal #customDatePicker {
  padding: 16px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}
#filterModal #customDatePicker .form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
#filterModal #customDatePicker .form-control {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  padding: 10px 12px;
}
#filterModal #customDatePicker .form-control:focus {
  border-color: #e40808;
  box-shadow: 0 0 0 0.2rem rgba(228, 8, 8, 0.25);
}
#filterModal .price-range-section .price-range-text {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
#filterModal .price-range-section .price-slider-container {
  height: 20px;
  margin: 20px 0;
  position: relative;
}
#filterModal .price-range-section .price-slider-container .price-slider-track {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #f2c3b0;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
}
#filterModal .price-range-section .price-slider-container .price-slider-range {
  position: absolute;
  height: 4px;
  background: #e40808;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 100%;
}
#filterModal .price-range-section .price-slider-container .price-slider {
  position: absolute;
  width: 100%;
  height: 20px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  pointer-events: none;
  top: 0;
}
#filterModal .price-range-section .price-slider-container .price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #e40808;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: all;
}
#filterModal .price-range-section .price-slider-container .price-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #e40808;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: all;
  border: none;
}
#filterModal .price-range-section .price-slider-container .price-slider::-moz-range-track {
  background: transparent;
  height: 4px;
}
#filterModal .price-range-section .price-slider-container #modalMinPriceSlider {
  z-index: 1;
}
#filterModal .price-range-section .price-slider-container #modalMaxPriceSlider {
  z-index: 1;
}
#filterModal .price-range-section .price-labels .price-label {
  font-size: 12px;
  color: #666;
}
#filterModal .btn-outline-secondary {
  border: 0;
  color: #0d0d0d;
  padding: 0;
}
#filterModal .btn-outline-secondary:hover {
  background: unset;
}

@media (max-width: 768px) {
  #filterModal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100vh;
  }
  #filterModal .modal-content {
    height: 100vh;
    border-radius: 0;
  }
  #filterModal .modal-body {
    max-height: calc(100vh - 140px);
  }
}
.date-picker-dropdown {
  min-width: 380px !important;
  pointer-events: auto !important;
}
.date-picker-dropdown .date-picker-container {
  background: #fff;
  pointer-events: auto;
}
.date-picker-dropdown .date-picker-container .date-picker-header h6 {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-header .btn-link {
  color: #0d0d0d;
  text-decoration: none;
  padding: 4px 8px;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-header .btn-link:hover {
  color: #e40808;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-header .month-year {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 8px;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-weekdays .weekday {
  padding: 8px 4px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 2px;
  min-height: 200px;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease;
  position: relative;
  min-height: 35px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day.other-month {
  color: #ccc;
  cursor: not-allowed;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day.today {
  background-color: #017dd6;
  font-weight: 600;
  border-radius: 50%;
  color: #fff;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day.has-departure {
  background-color: #fff5f5;
  color: #e40808;
  font-weight: 500;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day.has-departure:hover {
  background-color: #ffe6e6;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day.selected {
  background-color: #e40808;
  color: white;
  font-weight: 600;
  border-radius: 50%;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day.in-range {
  background-color: #fde7e7;
  color: #e40808;
  border-radius: 50%;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day.range-start {
  background-color: #e40808;
  color: white;
  border-radius: 50%;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day.range-end {
  background-color: #e40808;
  color: white;
  border-radius: 50%;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day:hover:not(.other-month):not(.selected):not(.disabled) {
  background-color: #e40808;
  border-radius: 50%;
  color: white;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day.disabled:hover {
  background-color: transparent;
  color: #ccc;
}
.date-picker-dropdown .date-picker-container .date-picker-footer #clearDateFilter {
  color: #0d0d0d;
  font-size: 14px;
}
.date-picker-dropdown .date-picker-container .date-picker-footer #clearDateFilter:hover {
  color: #333;
  text-decoration: underline !important;
}
.date-picker-dropdown .date-picker-container .date-picker-footer #applyDateFilter {
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 8px;
}

.modal-backdrop.show {
  display: none !important;
}

/* Filter Active State Styles */
.filter-btn.active-filter {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}

.filter-btn.active-filter:hover {
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}

.filter-btn.active-filter .filter-label {
  color: #fff !important;
  font-weight: 500;
}

/* Trending Cities Component Styles */
@media (max-width: 768px) {
  .trending-cities-section .section-title {
    font-size: 28px;
  }
  .trending-cities-section .trending-cities-grid {
    gap: 12px;
    padding: 0 4px 12px;
  }
  .trending-cities-section .trending-cities-grid .trending-city-card .city-overlay {
    padding: 16px;
  }
  .trending-cities-section .trending-cities-grid .trending-city-card .city-name {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .trending-cities-section .trending-cities-grid .trending-city-card .city-name {
    font-size: 16px;
  }
  .trending-cities-section .trending-cities-grid .trending-city-card .city-overlay {
    padding: 12px;
  }
}
footer .nav-container {
  position: unset !important;
}

.filter-btn.active-filter {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}
.filter-btn.active-filter .filter-label {
  color: #fff !important;
}
.filter-btn.btn-danger.active {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}

.destination-filter-dropdown + .filter-btn:not(.active-filter) {
  background-color: #fff !important;
  border-color: #dddddd !important;
  color: #0d0d0d !important;
}

.dropdown-menu {
  display: none !important;
}
.dropdown-menu.show {
  display: block !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.filter-wrapper {
  position: relative;
  z-index: 1000;
}
.filter-wrapper .dropdown {
  position: relative;
}
.filter-wrapper .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.filter-dropdown {
  pointer-events: auto !important;
}
.filter-dropdown * {
  pointer-events: auto !important;
}

@media (max-width: 767px) {
  .banner-section .banner-item img {
    height: 300px;
  }
  .banner-section .banner-content .summary {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
  }
  .tour-package-list .nav-links {
    overflow-x: auto;
    white-space: nowrap;
  }
  .tour-package-list .nav-links .package_tour,
  .tour-package-list .nav-links .tour,
  .tour-package-list .nav-links .daily_tour,
  .tour-package-list .nav-links .ticket,
  .tour-package-list .nav-links .vehicle {
    display: inline-block;
    padding: 12px 0 !important;
  }
  .tour-filter .filter-wrapper {
    flex-direction: column;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .tour-filter .filter-wrapper .box-filter-left {
    width: 100%;
    flex-direction: column;
    gap: 12px !important;
  }
  .tour-filter .filter-wrapper .box-filter-left .filter-item {
    width: 100%;
  }
  .tour-filter .filter-wrapper .box-filter-left .filter-item .filter-btn {
    width: 100%;
    text-align: left;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  .tour-filter .filter-wrapper .box-filter-left .filter-item .filter-btn::after {
    margin-left: auto;
  }
  .tour-filter .filter-wrapper .box-filter-left .filter-item .filter-dropdown {
    min-width: 100% !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    max-width: calc(100vw - 32px);
  }
  .tour-filter .filter-wrapper .box-filter-left .filter-item .filter-dropdown.price-range-dropdown, .tour-filter .filter-wrapper .box-filter-left .filter-item .filter-dropdown.destination-filter-dropdown, .tour-filter .filter-wrapper .box-filter-left .filter-item .filter-dropdown.category-filter-dropdown, .tour-filter .filter-wrapper .box-filter-left .filter-item .filter-dropdown.date-picker-dropdown {
    min-width: 100% !important;
  }
  .tour-filter .filter-wrapper .box-filter-right {
    width: 100%;
    margin-left: 0 !important;
  }
  .tour-filter .filter-wrapper .box-filter-right .filter-btn {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .count-order {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start !important;
  }
  .count-order h5 {
    font-size: 16px;
  }
  .count-order .sort {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .count-order .sort span {
    font-size: 14px;
  }
  .count-order .sort select {
    width: 100% !important;
    height: 40px;
  }
  #filterModal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100vh;
  }
  #filterModal .modal-content {
    height: 100vh;
    border-radius: 0;
  }
  #filterModal .modal-body {
    max-height: calc(100vh - 160px);
    padding: 16px;
  }
  #filterModal .filter-options .filter-tag .filter-tag-label {
    font-size: 13px;
    padding: 8px 12px;
  }
  #filterModal .price-range-section .price-range-text {
    font-size: 16px;
  }
  .date-picker-dropdown {
    min-width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }
  .date-picker-dropdown .date-picker-container {
    padding: 16px !important;
  }
  .date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days {
    gap: 4px;
  }
  .date-picker-dropdown .date-picker-container .calendar-container .calendar-grid .calendar-days .day {
    font-size: 12px;
    min-height: 30px;
  }
}
