.streamline-filter-bar {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 100%;
}

.filter-group {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 15px;
    justify-content: center;
    align-items: end;
}

.filter-group label {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.filter-group input[type="date"],
.filter-group select {
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    min-width: 250px;
    background: #fff;
    outline: none;
}

.filter-group button {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    background-color: #f3e5d3;
    color: #4d2f1b;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.filter-group button:hover {
    background-color: #e4d1b0;
}


.property-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
}
.property-results {
    width: 100%;
    margin: 0 auto;
}
.property-card {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s ease;
}

.property-image {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 320px;
}

.property-location {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}

.property-price {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: bold;
}

.property-details {
    padding: 15px;
    text-align: center;
}

.property-details h3 {
    font-size: 18px;
    margin: 10px 0 5px;
    letter-spacing: 1px;
}

.property-meta {
    font-size: 13px;
    color: #555;
    letter-spacing: 0.5px;
}


.streamline-single-property {
  max-width: 1100px;
  margin: 50px auto;
  padding: 0 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.streamline-single-property h1 {
  font-size: 2.5rem;
  text-align: center;
  margin: 30px 0 20px;
  color: #222;
}

.property-hero {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  margin-bottom: 30px;
}
.property-hero .glide__slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.glide__arrows {
    justify-content: space-between; display: flex;
        bottom: 20px;
    z-index: 50;
    position: absolute;
    width: 100%;
    padding: 10px;
}
.detailsbox {
    width: 70%;
}
.property-hero .glide__arrow {
    background: rgba(255, 255, 255, 0.8);
    color: #8b6529;
    border-radius: 97px;
    font-size: 2rem;
    transition: background .3s;
    width: 36px;
    height: 36px;
    line-height: 0px;
    padding: 2px;
    padding-top: 0px;
    padding-bottom: 6px;
    border: 2px solid #8b65
}
.property-hero .glide__arrow:hover {
  background: rgba(255,255,255,1);
}

.property-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 25px;
}
.property-stats span {
  font-weight: 600;
}

.property-meta {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.property-description,
.property-amenities {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.property-description h2,
.property-amenities h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #0073aa;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.property-amenities ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  list-style: none;
  gap: 8px 16px;
  padding: 0;
  margin: 0;
}
.property-amenities li {
  padding-left: 1em;
  position: relative;
}
.property-amenities li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #0073aa;
}

.book-now-btn {
  text-align: center;
  margin: 40px 0;
}
.book-now-btn a {
  background: #0073aa;
  color: white;
  padding: 14px 30px;
  font-size: 1.1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s;
}
.book-now-btn a:hover {
  background: #005f8d;
}

.back-link {
  text-align: center;
  margin-top: 30px;
}
.back-link a {
  color: #555;
  font-size: 0.95rem;
  text-decoration: underline;
}
.glide-img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}


/* TABS CSS */
.property-tabs {
  margin-top: 2rem;
}

.property-tabs .tab-nav {
  display: flex;
  border-bottom: 2px solid #ddd;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.property-tabs .tab-nav li {
  padding: 0.5rem 1rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: none;
}

.property-tabs .tab-nav li.active {
  border-color: #ccc;
  border-bottom: 2px solid white;
  background: #fafafa;
  font-weight: bold;
}

.property-tabs .tab-pane {
  display: none;
}

.property-tabs .tab-pane.active {
  display: block;
}



/* availability calender style */
.calendar-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.calendar {
  background: #eee;
  padding: 1rem;
  border-radius: 6px;
  min-width: 300px;
  flex: 1;
}

.month-header {
  background: #d0983a;
  color: #fff;
  padding: 0.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}

.weekdays, .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.weekdays div {
  font-weight: bold;
  text-align: center;
  padding: 0.25rem;
}

.day {
  text-align: center;
  padding: 0.5rem;
  background: #f4f4f4;
  border-radius: 4px;
}

.day.available {
  background: #d0983a;
  color: white;
}

.day.blocked {
  background: #222;
  color: white;
}

.day.empty {
  background: transparent;
}
@media (max-width: 768px) {
  .property-hero .glide__slide img {
    height: 300px;
  }
  
}
@media (max-width: 768px) {
  .filter-group {
    flex-direction: column;
   
  }
  .filter-group label {
    width: 100%;
  }
  .property-results {
    padding: 12px;
  }
  .property-contentbox {
      display: flex;
    flex-direction: column-reverse;
      width: 100%;
  }
  .property-contentbox  .detailsbox {
    width: 100%;
  ;
  }
  .property-stats {
    flex-direction: row;
    gap: 10px;
  }
}

/* availability calender style end */