.listArea {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.filter-container {
  color: #1e293b;
  flex: 0 0 300px;
  max-width: 300px;
  min-width: 280px;
  padding: 18px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.06);
}

.map-container {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  min-height: 600px;
  height: auto;
  display: none;
}

#js-map-container {
  width: 100% !important;
}

#js-hotel-list-container {
  flex: 1 1 0;
  min-width: 0;
}

.filter-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
  color: #1e293b;
}
.filter-subtitle {
  color: #94a3b8;
  font-size: 12px;
  margin-bottom: 18px;
}
.filter-section {
  margin-bottom: 22px;
}
.filter-section h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #64748b;
  margin-bottom: 10px;
}
/* Slider Stilleri */
.price-slider {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.price-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
}
/* YÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±ldÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±z ve Checkbox Stilleri */
.checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}
.checkbox-group input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.stars {
  color: #0093d1;
  font-size: 1.1rem;
}
/* Amenities Dropdown */
.amenities-dropdown {
  border: 1px solid #333;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.amenities-content {
  border: 2px solid #0093d1;
  border-top: none;
  padding: 10px;
  display: none;
}
.search-box {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.scroll-area {
  max-height: 150px;
  overflow-y: auto;
}
/* Buton */
.apply-btn {
  background-color: var(--primary, #1e3a5f);
  color: var(--primary-contrast, #fff);
  border: none;
  width: 100%;
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  margin-top: 16px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.apply-btn:hover {
  opacity: 0.88;
}
.cancel-link {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: #94a3b8;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.2s ease;
}
.cancel-link:hover {
  color: #475569;
}

/*Tool Bar*/

.sortArea {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 8px;
}

.toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}

.sort-box {
  display: flex;
  border: 1px solid #e2e8f0;
  background: #fff;
  height: 44px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.sort-label {
  padding: 0 14px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  border-right: 1px solid #e2e8f0;
  color: #475569;
  white-space: nowrap;
}

.sort-select {
  width: 200px;
  border: none;
  outline: none;
  padding: 0 14px;
  font-size: 13px;
  appearance: none;
  background: #fff;
  cursor: pointer;
  color: #334155;
  border-radius: 0 8px 8px 0;
}

.select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.select-wrap i {
  position: absolute;
  right: 12px;
  pointer-events: none;
  font-size: 14px;
  color: #94a3b8;
}

.view-switch {
  display: flex;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  height: 44px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.view-btn {
  width: 50px;
  border: none;
  border-right: 1px solid #e2e8f0;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  height: 44px;
}

.view-btn:last-child {
  border-right: none;
}

.view-btn.active {
  background: var(--primary, #1e3a5f);
  color: #fff;
}

.view-btn:hover:not(.active) {
  background: #f8fafc;
  color: #475569;
}

/*Tool Bar End */

.list .groupHotelItem {
  width: 100%;
}

.groupHtml {
  display: none !important;
}
.dr-outer {
  position: relative;
}
.dr-wrap {
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  user-select: none;
}
.dr-track-bg {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background: #222;
  border-radius: 2px;
  pointer-events: none;
  z-index: 0;
}
.dr-fill {
  position: absolute;
  height: 4px;
  background: #2196f3;
  border-radius: 2px;
  pointer-events: none;
  z-index: 1;
}
.dr-wrap input[type='range'] {
  position: absolute;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  pointer-events: none;
  height: 4px;
  margin: 0;
  z-index: 2;
}
.dr-wrap input[type='range']::-webkit-slider-runnable-track {
  background: transparent;
}
.dr-wrap input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #cccccc;
  pointer-events: all;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.15s;
}
.dr-wrap input[type='range']:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.25);
  outline: none;
}
.dr-wrap input[type='range']::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #cccccc;
  pointer-events: all;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.dr-wrap input[type='range']:focus {
  outline: none;
}
.dr-labels {
  position: relative;
  height: 20px;
  margin-top: 4px;
}
.dr-labels span {
  position: absolute;
  font-size: 13px;
  color: #888;
  transform: translateX(-50%);
  white-space: nowrap;
}

.search-destination-wrapper {
  position: relative;
  width: 100%;
}

.search-destination-input-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

#searchDestination {
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  transition: all 0.2s ease;
  outline: none;
  background-color: #fff;
  box-sizing: border-box;
  height: 48px;
  margin: 8px 0;
  color: #1e293b;
}

#searchDestination:focus {
  border-color: var(--primary, #1e3a5f);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

#searchDestination::placeholder {
  color: #999;
}

.search-destination-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  color: #999;
  display: none;
  transition: color 0.2s;
  z-index: 10;
}

.search-destination-clear:hover {
  color: #333;
}

#searchDestination.has-value ~ .search-destination-clear {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-destination-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  max-height: 320px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.04);
}

.search-destination-dropdown.active {
  display: block;
}

.search-destination-item {
  padding: 10px 14px;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  transition: background 0.15s;
}

.search-destination-item:last-child {
  border-bottom: none;
}

.search-destination-item:hover {
  background: #f8fafc;
}

.search-destination-item-title {
  font-weight: 600;
  color: #1e293b;
  font-size: 13px;
}

.search-destination-item-subtitle {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 2px;
}

.search-destination-no-results {
  padding: 20px 15px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

/* Scrollbar styling */
.search-destination-dropdown::-webkit-scrollbar {
  width: 6px;
}

.search-destination-dropdown::-webkit-scrollbar-track {
  background: transparent;
}

.search-destination-dropdown::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 3px;
}

.search-destination-dropdown::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.imgArea {
  border-radius: 12px 12px 0 0 !important;
  overflow: hidden;
}

.imgArea img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.hotelItemIn:hover .imgArea img {
  transform: scale(1.04);
}

.hotelText {
  padding: 14px 16px 16px;
}

.hotelText .hotelName {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
  color: #1e293b;
}

.groupHotelAddress {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}

.groupHotelPhone {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}

/* Hotel card detail/booking buttons */
.groupHotelInfoContainer a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.groupHotelInfoContainer a:hover {
  opacity: 0.78;
}