	.serach_filters {
    margin:90px 0 50px 0;
        font-family: "Parkinsans", sans-serif !important;
    font-optical-sizing: auto;
}

.serach_filters  ul{
    display:flex;
    justify-content:space-between;
} 
.serach_filters ul li{
list-style:none;
    font-family: Parkinsans;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 30.4px;
letter-spacing: 0%;
vertical-align: middle;
       height:40px;
    line-height:40px;
    padding:0 15px;
    cursor:pointer;
color:#1A1A1A;
}
.serach_filters ul li.active{
    background:#FFF8F6;
    border-radius:40px;
    border:1px solid #1A1A1A;
 
}
.listings {
  display: flex;
  flex-wrap: wrap;
   font-family: Parkinsans;
  width: 100%;
  gap: 30px; /* space between columns */
}

.listings .singel_listing {
  width:  calc(33.333% - 30px);
  height:450px;
  border-radius:45px;
  position:relative;
  align-items:flex-end;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
      object-fit: cover;
  background-size: cover !important;
  padding-bottom: 34px;
}

.listing_overlay{
  position:absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(26, 26, 26, 0.1) 60%, rgba(26, 26, 26, 0.8) 100%);
  width:100%;
  height:100%;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.listing_datq{
  padding: 0 20px;
  margin-top:auto;
  z-index:1;
  position:relative;
  color: #fff;
  width: 100%;
}

.badge {
  top:23px;
  left:20px;
  width:88px;
  height:33px;
  background:#68DEFF;
  position:absolute;
  border-radius:33px;
  text-align:center;
  line-height:33px;
 
font-weight: 600;
font-style: SemiBold;
font-size: 13px;
leading-trim: NONE;
line-height: 33px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;

  color:#000000;
}



a.listing_title {
    font-family: Parkinsans;
    font-weight: 500;
    font-style: Medium;
    font-size: 19px;
    leading-trim: NONE;
    line-height: 22.8px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
}
.listing_location  img{
  width:20px;
  height:20px;
}

.listing_location {
    display: flex;
    align-items: center;
    font-family: Parkinsans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 30.4px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    gap: 9px;
    margin-top: 7px;
}

.listing_prop {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
}

.listing_prop>span{
  display:flex;
  align-items:center;
  gap:9px;
  font-family: Parkinsans;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 17.6px;
letter-spacing: 0%;
vertical-align: middle;

}
.listing_prop>span:first-child:before{
  display:none;
}
.listing_prop>span:before{
  content:'';
  width:1px ;
  height:23px;
  position:relative;
  left:-5px;
  background:#fff;
}

.days_left {
    font-family: Parkinsans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 31.5px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.more_bt {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

.more_bt  button{
  font-family: Parkinsans;
font-weight: 600;
font-style: SemiBold;
font-size: 15px;
leading-trim: NONE;
line-height: 28.5px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
height:54px;
  border:1px solid #187386;
  color:#187386;
  border-radius:42px;
  background:transparent;
  cursor:pointer;
  padding:0 40px;
}

/* ---------- Responsive CSS for listings (mobile-first) ---------- */

/* Base / Mobile styles (default) */
.serach_filters {
  margin: 32px 0 20px;
  font-family: "Parkinsans", sans-serif !important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow: visible;
}

/* Make filter row horizontally scrollable on small screens */
.serach_filters ul {
  display: flex;
  gap: 12px;
  padding: 0 8px;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  list-style: none;
  align-items: center;
  white-space: nowrap;
}

/* Individual filter pills */
.serach_filters ul li {
  flex: 0 0 auto;            /* prevent shrinking; allow horizontal scroll */
  margin: 0;
  padding: 8px 14px;
  height: 36px;
  line-height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1A1A1A;
  background: transparent;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}

/* Active state */
.serach_filters ul li.active{
  background: #FFF8F6;
  border-radius: 999px;
  border: 1px solid #1A1A1A;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03);
}

/* Hide ugly scrollbars in WebKit while keeping scrollability (optional) */
.serach_filters ul::-webkit-scrollbar { height: 8px; }
.serach_filters ul::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.12); border-radius: 6px; }

/* Listings grid: mobile — single column */
.listings {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 8px 24px;
}

/* card */
.listings .singel_listing {
  width: 100%;
  height: 320px;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center;
  padding-bottom: 20px;
  box-shadow: 0 6px 18px rgba(10,10,10,0.08);
  transition: transform .25s ease, box-shadow .25s ease;
}

/* slight hover lift on pointer devices */
@media (hover: hover) {
  .listings .singel_listing:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(10,10,10,0.12);
  }
}

/* overlay & content */
.listing_overlay{
  position:absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(26,26,26,0.08) 55%, rgba(26,26,26,0.75) 100%);
  z-index: 0;
}

.listing_datq{
  padding: 12px 40px;
  margin-top: auto;
  z-index: 1;
  position: relative;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}

/* badge */
.badge {
  top: 16px;
  left: 12px;
  width: auto;
  min-width: 64px;
  height: 30px;
  background:#68DEFF;
  position:absolute;
  border-radius: 999px;
  padding: 0 12px;
  text-align:center;
  line-height:30px;
  font-weight: 600;
  font-size: 12px;
  color:#000;
  z-index:2;
}

/* title and location */
a.listing_title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.25;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 6px;
}

.listing_location {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255,255,255,0.95);
}

/* footer row */
.listing_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

/* property badges */
.listing_prop {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 6px;
  font-size: 13px;
}

.listing_prop > span {
  display:flex;
  align-items:center;
  gap:8px;
  color: rgba(255,255,255,0.95);
}

/* vertical divider between icons */
.listing_prop > span:before{
  content:'';
  width:1px ;
  height:18px;
  background: rgba(255,255,255,0.12);
  display:inline-block;
  margin-right:0;
}

.listing_prop > span:first-child:before { display: none; }

/* price */
.days_left {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  align-self: flex-end;
}

/* More button */
.more_bt {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 22px;
}

.more_bt button {
  height:48px;
  border-radius: 40px;
  padding: 0 28px;
  border:1px solid #187386;
  color:#187386;
  background: transparent;
  cursor: pointer;
  font-weight:600;
  font-size: 14px;
}

/* Accessibility: focus outlines */
.serach_filters ul li:focus,
.more_bt button:focus,
a.listing_title:focus {
  outline: 3px solid rgba(100,180,200,0.18);
  outline-offset: 2px;
}

/* ---------- Tablet (≥768px) ---------- */
@media (min-width: 768px) {
  .serach_filters { margin: 44px 0 28px; }
  .serach_filters ul { gap: 18px; padding: 0; overflow: visible; justify-content: flex-start; flex-wrap: wrap; }

  .serach_filters ul li { font-size: 15px; height:40px; padding: 8px 16px; }

  .listings {
    gap: 22px;
    padding: 0;
  }

  /* two-column layout */
  .listings .singel_listing {
    width: calc(50% - 11px); /* two columns with gap */
    height: 380px;
    border-radius: 28px;
  }

  .badge { top: 18px; left: 18px; height: 32px; line-height: 32px; font-size: 13px; padding: 0 14px; }

  a.listing_title { font-size: 18px; }
  .listing_location { font-size: 15px; gap: 10px; }
  .listing_prop { font-size: 14px; gap: 14px; }
  .days_left { font-size: 19px; }
}

/* ---------- Desktop (≥1024px) ---------- */
@media (min-width: 1024px) {
  .serach_filters { margin: 90px 0 50px; }

  .serach_filters ul { justify-content: flex-start; gap: 20px; }

  /* three-column layout */
  .listings {
    gap: 30px;
  }
  .listings .singel_listing {
    width: calc(33.333% - 20px);
    height: 450px;
    border-radius: 45px;
  }

  .badge { top: 23px; left: 20px; height: 33px; line-height: 33px; font-size: 13px; padding: 0 16px; }

  a.listing_title { font-size: 19px; }
  .listing_location { font-size: 16px; gap: 9px; }
  .listing_prop { font-size: 16px; gap: 15px; }
  .days_left { font-size: 21px; }

  .more_bt { margin-top: 40px; }
}

/* Ensure background inline styles keep proper cover and center on high DPI */
.listings .singel_listing[style] {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

/* Optional small helpers */
.hidden-mobile { display: none; }
@media (min-width: 768px) { .hidden-mobile { display: inline-block; } }

.hidden { display: none !important; }