.property-wrap {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.property-image img {
  width: 600px;
  height: 400px;
  display: block;
}

.totals {
  text-align: right;
  margin-top: 20px;
  font-size: 18px;
}

.totals p {
  margin: 8px 0;
}

.checkout-btn {
  display: inline-block;
  margin-top: 20px;
  background: #ff523b;
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.checkout-btn:hover {
  background: #e14c36;
}

.property-listing-wrapper {
  width: 1280px;
  margin: auto;
  padding-top: 60px;
}
.filter-by {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.property-search-bar {
  padding-bottom: 20px;
}
.checkin-date {
  width: 48%;
}
.checkout-date {
  width: 48%;
}
.property-dates {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
select.filter-by-properties {
  width: 259px;
  border: 1px solid #c19952;
}
.property-listing-filter {
  display: flex;
  padding-top: 20px;
}
.property-sidebar {
  width: 410px;
  padding-right: 40px;
  border-right: 1px solid #c19952;
}
.property-results {
  width: 75%;
  padding-left: 40px;
}
.property-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(378px, 1fr));
  gap: 20px;
}
.property-card img {
  width: 100%;
  height: 269px;
  display: block;
}
.property-card-detail {
  padding-top: 20px;
}
.property-card-detail h2 {
  color: #000;
  font-size: 22px !important;
  line-height: 34px;
  font-weight: 600 !important;
}
.property-card-detail p {
  color: #282c2f;
  font-size: 16px;
}

p.property-card-bbs {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.property-card-bbs img.emoji {
  width: 24px !important;
  height: 24px !important;
}
p.property-card-bbs span.bbs {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}
input.filter-amenity {
  width: auto;
}
.property-card-price {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}
.property-card-detail a.property-card-button {
    display: flex;
    width: 150px;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    background-color: #c19952;
    /* display: inline-block; */
    background: linear-gradient(90deg, #C19952 0%, #E0CE7A 100%) !important;
    background-size: 200% 100%;
    transition: background-position 0.2s ease-in-out;
}

.property-destination-city,
.property-guests,
.property-beds,
.property-type {
  margin-bottom: 15px;
  border: 1px solid #c19952;
}
.amenitiesLabel {
  height: 18vh;
  overflow-y: auto;
}
.amenitiesLabel label {
  color: #000;
}
select#filter-destination,
#filter-guests,
#filter-bedrooms,
#filter-property-type {
  border: none;
  text-transform: uppercase;
}
ul.property-amenities {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 0 10px 0;
}
ul.property-amenities li {
  font-size: 10px;
  color: #767676;
  border-right: 1px solid #ddd;
  padding-right: 5px;
  line-height: 16px;
  letter-spacing: 1px;
}
.property-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  gap: 10px;
}
.page-link.active.page-link-active {
  padding: 0px 10px;
  border: 1px solid #c19952;
  background-color: #c19952;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
}
a.page-link {
  font-size: 18px;
}

@media (max-width: 768px) {
  .totals {
    text-align: left;
  }
}
/* front en side css */


.filter-by {
  display: none;
}

.selectOption {
    padding: 12px 16px !important;
    border-radius: 0px !important;
    border-color: #c19952 !important;
    font-size: 14px !important;
    color: #727272 !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}

.property-sidebar div select {
    color: #080808;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
}


.property-dates div input {
    font-size: 16px !important;
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
    color: black !important;
    padding: 12px 12px 12px 16px !important;
    font-weight: 500 !important;
}

.property-sidebar button {
    display: inline-block;
    background: linear-gradient(90deg, #C19952 0%, #E0CE7A 100%) !important;
    background-size: 200% 100%;
    transition: background-position 0.2s ease-in-out;
}

.amenitiesLabel label {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 0;
}

.amenitiesLabel br {
    display: none;
}

.amenitiesLabel label {
    padding-bottom: 13px !important;
}

.property-results {
    padding-bottom: 70px;
}
.property-card-price {
    padding-bottom: 16px;
}
.property-card {
    padding-bottom: 40px;
}
.property-pagination a {
    font-size: 18px !important;
}

.property-search-bar input {
    font-size: 18px !important;
}

.book_Now_btn {
    background: linear-gradient(90deg, #C19952 0%, #E0CE7A 100%) !important;
    background-size: 200% 100%;
    transition: background-position 0.2s ease-in-out;
    color: white !important;
    border: 1px solid #D8B37D !important;
}

.property-card-address {
    display: flex;
    align-items: center;
    gap: 5px;
}

span.property-card-address i {
    font-size: 18px;
}

.elementor-element-59f5dc4e .e-con>.e-con-inner {
    max-width: fit-content !important;
}

.fs_16.fw-normal {
    padding-bottom: 0;
    margin-bottom: 8px;
}

input#checkout_billing_address_1 {
    margin-bottom: 16px;
}

/* pro section */

span.imageBBS img {
    width: 28px;
    height: 100%;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  .property-listing-filter {
    display: block;
  }
  .property-listing-wrapper {
    width: 100% !important;
  }

  select.filter-by-properties {
    width: 100%;
  }

  .filter-by div {
    width: 100%;
  }
  .filter-by {
    justify-content: start;
    width: 100%;
    display: none;
  }
  .property-sidebar {
    width: 100%;
  }
  .property-results {
    width: 100%;
    padding-left: 0;
  }
  .property-results {
    padding-top: 40px;
  }
  .property-card-detail {
    width: 100%;
  }
  .property-card {
    width: 100%;
  }

  label.shome {
    display: none !important;
  }

  .selectOption {
    padding: 12px 16px !important;
    border-radius: 0px !important;
    border-color: #c19952 !important;
    font-size: 13px !important;
    color: #777777 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300 !important;
  }
}

.loader-spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 4px solid #ccc;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
