/*
* Breadcrumb
*/
.breadcrumb-section {
  background: #f8f9fa;
  padding: 16px 0;
  border-bottom: 1px solid #e9ecef;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-link {
  color: #38946b;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumb-link:hover {
  color: #2e7d5b;
  text-decoration: underline;
}

.breadcrumb-item.current {
  color: #333;
  font-weight: 500;
}

.breadcrumb-separator {
  margin: 0 8px;
  color: #999;
  font-size: 12px;
  margin-bottom: 5px !important;
}

.breadcrumb-separator i {
  font-size: 18px;
}

@media (max-width: 768px) {
  .breadcrumb-section {
    padding: 12px 0;
  }

  .breadcrumb-list {
    font-size: 13px;
  }

  .breadcrumb-separator {
    margin: 0 6px;
  }
}

@media (max-width: 480px) {
  .breadcrumb-list {
    font-size: 12px;
  }

  .breadcrumb-separator {
    margin: 0 4px;
  }
}

/*archive*/
/* .place-listing {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 66.67%;
}

.place-card {
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.place-image img {
  width: 150px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.place-content {
  flex: 1;
  padding: 0 20px;
}

.place-title {
  color: #2e7d32;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.place-address {
  color: #777;
  margin-bottom: 10px;
}

.amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.amenity {
  background: #f0f0f0;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 13px;
}

.place-price {
  text-align: center;
}

.from-text {
  font-size: 12px;
  color: gray;
}

.price {
  font-size: 22px;
  font-weight: bold;
  color: #2e7d32;
}

.unit {
  font-size: 14px;
  color: gray;
}

.view-button {
  display: inline-block;
  background: #2e7d32;
  color: white;
  padding: 8px 20px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 8px;
} */

/*single */

/*form lọc*/

.filter-block {
  margin-bottom: 20px;
}

input[type="range"] {
  width: 100%;
  border: 1px solid #4b9e79;
  accent-color: #4b9e79;
}

/* Chrome, Safari, Edge */
input[type="range"]::-webkit-slider-thumb {
  background: #fff;
  border: 2px solid #4b9e79;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  appearance: none;
  margin-top: -7px;
}

input[type="range"]::-webkit-slider-runnable-track {
  background: #fffd;
  height: 6px;
  border-radius: 4px;
}

/* Firefox */
input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 2px solid #42ce5a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

input[type="range"]::-moz-range-track {
  background: #4b9e79;
  height: 6px;
  border-radius: 4px;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: #07ea2d;
  height: 6px;
  border-radius: 4px;
}

input[type="range"]:focus {
  outline: none;
}

.main-content-flex {
  display: flex;
  gap: 30px;
}

#filter-form {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  height: fit-content;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  min-width: 320px;
  max-width: 370px;
  width: 33.33%;
}

/*contact */

form {
  background: white;
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", sans-serif;
  box-sizing: border-box;
}

form p {
  margin-bottom: 16px;
}

form input[type="text"],
form input[type="email"],
form input[type="date"] {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #eee;
  border-radius: 30px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="date"]:focus {
  border-color: #28a745;
  outline: none;
}

form button[type="submit"] {
  width: 100%;
  padding: 14px;
  background-color: #28a745;
  border: none;
  border-radius: 30px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

form button[type="submit"]:hover {
  background-color: #28a745;
}

/*popup*/

.booking-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.booking-popup-content {
  padding: 30px;
  max-width: 500px;
  width: 90%;
  border-radius: 8px;
  position: relative;
}

/* Nút đóng */
.booking-popup-content .close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
/* .booking-popup-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-popup-content {
    background: #fff;
    padding: 32px 24px 24px 24px;
    border-radius: 12px;
    min-width: 320px;
    max-width: 90vw;
    position: relative;
    box-shadow: 0 4px 32px rgba(0,0,0,0.15);
}

.booking-popup-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 2rem;
    color: #888;
    cursor: pointer;
} */
