.custom-input-width {
    width: 100%; 
    max-width: 200px; 

}
#filter-property label{
  color:#6A707C;
  font-size: 14px;
  font-weight: 600;
}

.custom-input-width {
    background-image: none; 
    font-weight: 600;
    color: #000000;
   font-size: 14px;
}

.nice-select.form-select.custom-input-width {
  padding: 0px 12px;
}

.form-select:focus {
  border: 2px solid transparent !important;
  box-shadow: none !important;
}
.header-btn-filter{
font-size: 15px;
padding: 10px 16px !important;
font-weight: 600;
color: #fff;
border: 2px solid transparent !important;
background: #022561;
border-radius: 25px;
}
.form-select:focus-visible{
  outline: none;
  border: 2px solid #0187CD !important; 
}
.form-control:focus {
  border: 2px solid transparent !important;
  box-shadow: none !important;
}
.form-control:focus-visible{
  outline: none;
  border: 2px solid #0187CD !important; 
}
.header-btn-filter:focus-visible{
  outline: none;
  border: 2px solid #0187CD !important; 
}
.header-btn2:focus-visible{
  outline: none;
  border: 2px solid #0187CD !important; 
}
h4#modalRentTitle {
  font-size: 16px;
  font-weight: 600;
}
  p#modalRentAddress{
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
  }
  h4#modalRentPrice {
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
}
  span#modalrentSize {
font-size: 13px;
}

  span#modalrentBeds {
  font-size: 13px;
  }
  span#modalrentBaths {
  font-size: 13px;
  }
  .content-description{
     border-top: 1px solid #E4E4E4;
     padding-top: 20px;
  }

  /* .rent-prev-arrow button,
.rent-next-arrow button{
background: rgba(0, 0, 0, 0.6);
color: white;
border: none;
padding: 30px 15px;
font-size: 18px;
cursor: pointer;
border-radius: 8%;
transition: background 0.3s ease;
} */
.slider-container {
position: relative;
width: 100%;
display: block;
}
.button-rent{
/* margin-top: 50px !important; */
align-items: center;
float: right;
}
.button-rent .header-btn2{
padding: 8px 14px !important;
}
.button-rent .header-btn2 img {
width: 14px;
margin-right: 6px;
margin-top: 0 !important;
}

.image-center-wrapper{
  position: relative;
}





#roomDetailModal .modal-header {
border-bottom: none;
padding: 0;
}
.slider-nav1 .slick-prev,
.slider-nav1 .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 50px;
  height: 100px;
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  padding: 30px 15px;
  cursor: pointer;
  border-radius: 8%;
  transition: background 0.3s ease;
}
.slider-nav1 .slick-prev {
  left: 10px;
}

.slider-nav1 .slick-next {
  right: 10px;
}

.slider-nav1 .slick-prev:before,
.slider-nav1 .slick-next:before {
  content: '';
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  justify-items: center;
  align-items: center;
}

.slider-nav1 .slick-prev:before {
  content: '‹'; /* Left arrow */
}

.slider-nav1 .slick-next:before {
  content: '›'; /* Right arrow */
}

.slider-nav1 .slick-dots li.slick-active {
width: 5px !important;
height: 5px !important;
background: #164D59 !important;
color: #164D59 !important;
border: 2px solid #164D59 !important;
position: relative;
}

.slider-nav1 .slick-dot {
display: flex !important;
justify-content: center !important;
align-items: center !important;
margin-top: 5px !important;
}
.slider-nav1 .slick-dots li {
width: 5px !important;
height: 5px !important;
margin: 0 5px !important;
background: #ccc !important;
border-radius: 50% !important;
transition: all 0.3s ease !important;
}
.slider-nav1 .slick-dots li button {
display: none !important;
}
.slider-nav1 .slick-dots li.slick-active::after {
content: "";
position: absolute;
font-weight: bold;
top: -9px;
left: -9px;
width: 19px;
height: 19px;
border: 2px solid #164D59;
border-radius: 50%;
opacity: 0.8;
}
#roomDetailModal .desc-content{
font-size: 14px;
margin-top: 6px;
font-weight: 600;
}
#roomDetailModal .content-description p.desc-info {
font-size: 12px;
line-height: 21px;
margin-top: 10px;
font-weight: 400;
margin-bottom: 12px;
color: #676767;
}
.apartment-notFound {
    text-align:center;
    font-weight:600
}


p#modalRentDescription {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}
#roomDetailModal{
  margin: 0 auto !important;
  padding: 0 !important;
}
/* #roomDetailModal .modal-dialog {
    /* max-width: 60%; 
    width: 100%;
} */

#roomDetailModal .modal-content {
    /* height: auto; */
    overflow: hidden;
    border-radius: 1rem;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* #roomDetailModal .modal-body {
    overflow-y: auto;
    max-height: 70vh;
} */

body.modal-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}
/* Optional: Make sure slider images don’t overflow */
#roomDetailModal .rent-image img {
  max-height: 400px;
  height: 100vh;
    object-fit: cover;
   width: 100%;
    border:2px solid transparent;
  }


  #roomDetailModal .rent-image img:focus-visible{
    outline: none;
    border: 2px solid #0187CD !important; 
  }


/* Responsive layout for mobile (up to 768px) */
@media (max-width: 768px) {
  #filter-property {
      flex-direction: column;
      display: flex !important;
  }

  #filter-property .col-md-2 {
      width: 100% !important;
      max-width: 100% !important;
      margin-bottom: 1rem;
  }

  .custom-input-width {
      width: 100% !important;
      max-width: 100% !important;
  }

  .header-btn-filter {
      width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .nice-select .list {
    width: 100% !important;
  }

  .filter-section {
      padding: 1rem;
  }

  .features-header h2 {
      font-size: 1.5rem;
  }

  #roomDetailModal .modal-dialog {
    max-width: 95%;
  }
  
  
  .button-rent.mt-4 {
    float: unset;
    margin-top: 0px !important;
  }
  p#modalRentDescription {
    text-align: justify;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
      max-width: 1024px; /* Max container width for medium screens */
  }

  #filter-property {
      flex-direction: row;
  }

  #filter-property .col-md-2 {
      width: 23.33%; 
      margin-bottom: 0.5rem;
      display: grid;
  }
    .header-btn-filter {
      width: 100% !important;
      display: flex;
      padding: 8px 13px !important;
      justify-content: center;
      align-items: center;
      font-size: 1.1rem;
    }
    .custom-input-width {
      width: 100% !important;
      max-width: 100% !important;
    }

  .filter-section {
      padding: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
      max-width: 768px; 
  }

  #filter-property {
      flex-direction: row;
  }
  #roomDetailModal .rent-image img {
    max-height: 250px;
  }
  .rent-prev-arrow button, .rent-next-arrow button {
    padding: 23px 13px !important;
}
  #filter-property .col-md-2 {
      width: 50%; /* Two items per row */
      margin-bottom: 0.5rem;
      display: grid;
  }
  .custom-input-width {
    width: 100% !important;
    max-width: 100% !important;
}

  .header-btn-filter {
      font-size: 1.1rem;
  }

  .filter-section {
      padding: 2rem;
  }
  .features1-section-area.sp1.availability .content-area p.content-title {
    font-size: 14px !important;
}
  .features1-section-area.sp1.availability .content-area .title {
    font-size: 10px !important;
  }
  .features1-section-area.sp1.availability .features-availablity .featured-boxarea span{
    font-size: 10px!important;
  }
  .features1-section-area.sp1.availability .features-availablity .featured-boxarea span img {
  width: 12px;
  }
  .features1-section-area.sp1.availability .features-availablity .featured-boxarea .img1 img {
    height: 200px !important;
  }

  .features1-section-area.sp1.availability .features-availablity .featured-boxarea .header-btn2 {
    padding: 6px 5px !important;
  }
  .features1-section-area.sp1.availability .features-availablity .featured-boxarea .price-area h3 {
    font-size: 14px;
  }
}



  

@media (max-width: 499px) {


  #roomDetailModal .rent-image img {
    max-height: 200px;
  }
}



@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 576px; /* Max container width for small screens */
  }

  .features1-section-area.sp1.availability .features-availablity .featured-boxarea .img1 img {
    height: 180px !important;
  }
  .features1-section-area.sp1.availability .content-area .title {
    font-size: 12px !important;
  }
  .features1-section-area.sp1.availability .features-availablity .featured-boxarea span img {
    width: 15px;
  }
  .features1-section-area.sp1.availability .features-availablity .featured-boxarea span {
    font-size: 12px;
  }
  #roomDetailModal .rent-image img {
    max-height: 250px;
  }



}

/* Tablets and small laptops (768px and up) */
@media (max-width: 992px) and (min-width: 768px) {
 
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  
  .container {
    max-width: 1200px;
  }
}

 


