  .pagination {
 display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin: 35px 0;
		
		gap:5px;
    }

    .page-btn {
      padding: 0.5rem 0.75rem;
      border: none;
      background-color: #0000000f;
      cursor: pointer;
      border-radius: 6px;
      font-size: 1rem;
color:#000;
    }

    .page-btn:hover {
      background-color: #0000006e;
			color:#fff;
    }

    .active {
      background-color: #0000006e;
      font-weight: bold;
			color:#fff;
    }

    .dots {
      pointer-events: none;
    }

    .disabled {
      opacity: 0.4;
      pointer-events: none;
    }

div#loader {
    display: flex;
    justify-content: center;
}
 
.Porperty_list {
    width: 100%;
    display: flex;
/*     justify-content: flex-start; */
    flex-wrap: wrap;
    gap: 20px;
}

/* .property-card {
    
    flex: 1 1 calc(33.33% - 20px);
    min-width: 250px;
    box-sizing: border-box;
}
 */
.property-content p , .property-content h3 {
    margin: 0;
}

.property-content {
    display: flex;
    flex-direction: column;
    gap: 7px;
}  


.property-card {
    flex: 0 0 calc(33.33% - 14px); /* 33.33% width minus gap compensation */
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  font-family: 'Arial', sans-serif;
  background-color: #fff;
}



/* Tablet: 2 items per row */
@media (max-width: 900px) {
  .property-card {
    flex: 0 0 calc(50% - 10px); /* 2 items per row */
  }
}

/* Mobile: 1 item per row (full width) */
@media (max-width: 600px) {
  .property-card {
    flex: 0 0 100%; /* Takes full width */
  }
}

.property-image {
  width: 100%;
  height: auto;
  display: block;
}

.property-content {
  padding: 16px;
}

.property-location {
  font-size: 0.85rem;
  color: #777;
  margin: 0 0 6px;
}

.property-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 8px;
  color: #333;
}

.property-details {
  font-size: 0.9rem;
  color: #555;
  margin: 0 0 12px;
}

.property-price {
  font-size: 1.1rem;
  color: #000;
}

.property-price span {
  font-size: 0.9rem;
  color: #555;
}

.property-image {
  width: 100%;
  height: 250px; /* Or whatever height you want */
  background-size: cover;      /* Cover the box */
  background-position: center; /* Center the image */
 border-radius: 8px 0px 0px;        /* Optional: rounded corners */
}

.spinner_div {
    display: flex;
    justify-content: center;
 
  
}


.guest-item .control-btn{
    width: 40px;
    height: 43px;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    background-color: #00000008;
    font-size: 20px;
    cursor: pointer;
    color: #555;
    padding: 0px !important;
}

.booking-form .search-btn {
    background-color: #07635A;
    border: none;
    border-radius: 10%;
    color: white;
    width: 63px;
    height: 38px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    padding: 0px !important;
}
.booking-form .search-btn:hover{
	 background-color: #39B0A4 ;
}

#close-guests-btn , .calendar-header button{
	color:#000;
}
div#pagination a {
    text-decoration: none;
    color: #000 ;
}

a.page-btn.active{
	color: #fff !important;
}


button#read-more-btn {
    color: #000;
}

div#title_address {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.overview-section {
       margin: 1rem 0 1.5rem 0;
}
.sleeping-arrangements {
    margin: 1rem 0 1.5rem 0;
}

.amenities-section {
   margin: 1rem 0 1.5rem 0;
}

.amenities-section button ,#read-more-btn.read-more-link {
display: block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-weight: 600;
    background-color: transparent;
	   color: #000;
}

.Location_section{
	margin: 1rem 0 1rem 0;
	display: flex;
    flex-direction: column;
    gap: 5px;
}

.Nearby_location_section {
margin: 1.5rem 0 1.5rem 0;
	display: flex;
    flex-direction: column;
    gap: 5px;
}

ul#Nearby_location {
    margin: 0;
	text-transform: capitalize;
}

.things-to-know_section {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.host-info_bottom {
	margin: 1.5rem 0; 
}

.overview-section .more-text {
    margin-top: 1rem;
}

.property-card {
   
    cursor: pointer;
}

    .image-gallery .side-images img {
        height: 207px;
        border-radius: 8px;
    }

#parking_on_premises svg{
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    margin-top: 0.25rem;
    color: #0d9488;
    flex-shrink: 0;
}

.Nearby_location_section ul, .Nearby_location_section li{
	padding:0px;
}

    .host-info_bottom .host-info img {
        width: 7rem;
        height: 7rem;
        border-radius: 9999px;
        margin-right: 0rem;
    }

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-8409 {
    display: none;
}

p.property-location {
    text-transform: capitalize;
}

#Amenities  { 
    padding-left: 0px !important;
}

.guests-footer {
    
    padding-bottom: 20px;
 
}

.property-location span , #title_address span{
	text-transform:lowercase;
}