.page-title {
    position: relative;
    overflow: hidden;
    height: 400px; /* adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.page-title .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.page-title .auto-container {
    position: absolute;
}


.checklist {
  display: none;
}
header.desk-nav .search-bar {
  display: block;
}

section.page-title {
  height: 100vh;
  padding: 0;
}

.search-bar .container {
  position: relative;
}
.search-bar form {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 85%;
  left: 0;
  right: 0;
  bottom: -40px;
  background: var(--white-color);
  padding: 0 0;
  border-radius: 0px;
  z-index: 2;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11);
  margin-top: 0;
  border-radius: 0px;
}
.search-bar .col-6.md-12.sm-12 {
  width: 40%;
  position: relative;
  padding-left: var(--p16);
  padding-top: var(--p17);
  padding-bottom: var(--p17);
  border-radius: 25px;
}
button.search-btn-main.main-btn1 {
  border-radius: 5px;
  padding: 15px;
  height: 51px;
  background: var(--btn-color);
  color: #fff;
  border: none;
  position: relative;
  top: 0;
  left: 0px;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--secondary-font);
}

.search-bar select {
  font-size: var(--f14);
  color: #676767;
  line-height: 32px;
  font-weight: 400;
  border-radius: 0px;
  padding: var(--p18);
  background: #d6d6d6;
  border: 0px solid #e0e0e0;
  text-indent: 0px;
  width: 100%;
  border-radius: 5px;
  font-family: var(--secondary-font);
}

.search-bar input {
  font-size: var(--f14);
  color: var(--black-color);
  line-height: 32px;
  font-weight: 400;
  border-radius: 5px;
  padding-left: 0px;
  background: #d6d6d6;
  padding: var(--p10);
  border: 0px solid #e0e0e0;
}
.search-bar input#show-target-data {
  padding-left: 10px;
  padding-right: 10px;
  font-family: var(--secondary-font);
}

.search-bar input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #676767;
  opacity: 1; /* Firefox */
}
.search-bar label {
  color: var(--black-color);
  padding-left: var(--p20);
  padding-bottom: var(--p10);
  font-size: var(--f15);
  display: none;
}
.search-bar i {
  color: var(--primary-color);
  position: absolute;
  top: 4.5rem;
  font-size: var(--f16);
  right: 20px;
  display: none;
}
.search-bar .check i {
  top: 0.5rem;
  right: 0px;
}
.search-bar .search-btn-main {
  background: url("../images/search.png");
  height: 60px;
  object-fit: cover;
  border: none;
  width: 203px;
  position: absolute;
  top: 35%;
}
.search-bar .col-3 {
  position: relative;
  width: 20%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 22px;
  padding-right: 6px;
}
.search-bar .row {
  justify-content: space-between;
  position: relative;
}
input#demo17 {
  top: 0px !important;
  left: 50%;
  transform: translateX(-50%);
  width: 97% !important;
  height: 52px !important;
  padding-left: 12px !important;
  font-family: var(--secondary-font);
}
.search-bar .col-3:before {
  position: absolute;
  content: "";
  top: 24px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
  display: none;
}
.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before {
  display: none;
}
.search-bar .col-3.srch-btn {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 6px;
  padding-right: 22px;
}
.search-bar button.main-btn {
  width: 100%;
  height: 66px;
  letter-spacing: 2px;
  border-radius: 25px;
}
.search-bar button.main-btn.close111 {
  height: 43px;
  padding: var(--p5) var(--p15);
  font-size: var(--f14);
}
.search-bar .icns.mb-lg-0.position-relative.datepicker-common-2.col-md-6 {
  padding-left: 6px;
  padding-right: 6px;
}
div#guestsss {
  width: 100%;
  min-width: 250px;
  background: var(--white-color);
  padding: var(--p20);
  position: absolute;
  z-index: 9;
  left: 0;
  top: 69px;
  border-radius: 10px;
  display: none;
  box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss .close1 {
  position: absolute;
  right: 10px;
  left: auto;
  top: 0.3rem;
  font-size: var(--f18);
  color: var(--secondary-color);
  cursor: pointer;
  display: block;
}

#guestsss .adult-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--m20);
}
.adult-box.pet-box div {
  display: flex;
  gap: 5px;
  align-items: center;
}
#guestsss .adult-box p {
  letter-spacing: 0px;
  color: var(--black-color);
  text-shadow: 0px 0px 0px #000;
  font-size: var(--f14);
  text-align: left;
  margin: 0px;
  display: block !important;
}

#guestsss button.button1 {
  background: transparent;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: var(--f19);
  line-height: 30px;
  margin-left: 0;
  border: 1px solid var(--black-color);
  color: var(--black-color);
  transition: all 0.3s;
  cursor: pointer;
}
#guestsss button.button11.button1 {
  margin-left: var(--m14);
}
.scroll .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: var(--white-color);
}

.scroll .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
button.main-btn1.close111 {
  border-radius: 50px;
  padding: 10px;
  height: auto;
  background: var(--btn-color);
  color: #fff;
  border: none;
  width: 100%;
  font-size: 14px;
}
#guestsss .adult-box.pet-box label {
  display: block;
  font-size: 13px;
  padding-left: 0;
  padding-bottom: 0;
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: var(--primary-font);
  font-size: var(--f12);
  color: var(--white-color);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.form-control:focus {
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3 !important;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}
/* property section */
.properties-list .property-list {
  /* background: #383838; */
  border: 0 solid #ffffff17;
  padding: 0;
  border-radius: 10px;
  transition: transform 0.4s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.properties-list .property-list:hover {
  transform: translateY(-4px);
}

.properties-list .property-list img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.properties-list .head-sec {
  margin-bottom: 40px;
}
.properties-list .row {
  gap: 30px 0;
  justify-content: center;
}
.properties-list .property-list h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  height: 27px;
  overflow: hidden;
}

.properties-list .property-list h3 a {
  color: var(--black-color);
  font-family: var(--secondary-font);
}

.properties-list .property-list p {
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--black-color);
  height: 24px;
  overflow: hidden;
}

.properties-list .property-list ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.properties-list .list-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.properties-list .property-list li {
  font-size: 14px;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.properties-list .property-list li i {
  margin-right: 5px;
  color: var(--secondary-color);
}

.properties-list .property-list li span {
  margin-right: 0;
  color: var(--black-color);
}

.properties-list .property-list .pro-btn {
  margin-top: 0px;
}

.properties-list .property-list a.main-btn {
  /* padding: 13px 20px; */
  font-size: 14px;
  display: block;
}
.properties-list .property-list a.main-btn:hover {
  transform: translateY(0px);
}
.list-image {
  height: 250px;
}
.properties-list .list-content {
  padding: 14px;
  background: var(--white-color);
  border-radius: 0 0 10px 10px;
}
.properties-list .property-list .price p {
  margin-bottom: 0;
}
.properties-list {
  padding-top: 10px;
}
.search-info {
  margin-top: 145px;
}
.pro-img-slider button.owl-next {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffffcc !important;
  border-radius: 100%;
  color: #000 !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.pro-img-slider button.owl-prev {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffffcc !important;
  border-radius: 100%;
  color: #000 !important;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

/* new filter css start here  */
.filter-container {
  background: var(--white-color);
  border-radius: 8px;
  padding: 20px;
  
}

.top-filters {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.top-filter-clid{
  display: flex;
  gap: 20px;
}
.filter-btn {
  padding: 10px 12px;
  border: 1px solid var(--btn-color);
  background: var(--white-color);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  width: 130px;
}
.filter-btn:focus{
  outline: none;
}
.filter-btn i {
  color: var(--btn-color);
}

.filter-btn:hover {
  background-color: #f8f9fa;
}

.filter-btn.primary {
  background-color: var(--btn-color);
  color: var(--white-color);
  border: none;
  border-radius: 10px;
}

.filter-btn.primary:hover {
  background-color: var(--btn-color);
}

.map-toggle {
  /* margin-left: auto; */
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.toggle-switch {
  position: relative;
  width: 50px;
  height: 26px;
  background: #ccc;
  border-radius: 13px;
  cursor: pointer;
  transition: background 0.3s;
}

.toggle-switch.active {
  background:var(--btn-color);
}

.toggle-slider {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background:var(--white-color);
  border-radius: 50%;
  transition: transform 0.3s;
}

.toggle-switch.active .toggle-slider {
  transform: translateX(24px);
}
section.new-search-filter{
  /* padding-top: 0; */
  padding-bottom: 10px;
}


.filters-panel {
  /* background: #f8f9fa; */
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
        box-shadow: 0px 0px 3px 3px #2525251a;
}

.filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 14px;
  color: #6c757d;
  cursor: pointer;
}

.close-btn:hover {
  color: var(--black-color);
}

.filter-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.filter-select {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 14px;
  background: var(--white-color);
  cursor: pointer;
}

.apply-btn {
  padding: 10px 40px;
  background-color: var(--btn-color);
  color: var(--white-color);
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.apply-btn:hover {
  background-color: var(--btn-color);
}

.price-range {
  margin-bottom: 20px;
}

.price-range label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.range-slider {
  width: 100%;
  height: 6px;
  background: var(--btn-color);
  border-radius: 3px;
  cursor: pointer;
}

.price-label {
  font-size: 13px;
  color: #6c757d;
  margin-top: 8px;
}

.amenities-section {
  margin-top: 20px;
}

.amenities-section h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  height: 200px;
  overflow: auto;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.amenity-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.amenity-item label {
  font-size: 14px;
  color: #495057;
  cursor: pointer;
  margin: 0;
}

/* drop search css */
.search-dropdown {
  margin-top: 15px;
  border: 1px solid var(--black-color);
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  background: var(--white-color);
  margin: auto;
}

#searchBox {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid;
}

#searchBox::placeholder {
  color: #666;
}

#searchResults {
  /* max-height: 300px; */
  /* overflow-y: auto; */
  padding: 0;
  margin: 0;
  list-style: none;
  /* position: absolute; */
  z-index: 9;
  width: 100%;
  top: 40px;
}
div#list-slider1{
  gap:30px 0;
  justify-content:space-between;
  height: 470px;
  overflow: auto;
}
div#property-card-width{
  width:32.5%;
}
.left-toggle.shrink div#property-card-width{
  width:49%;
}
#searchResults li {
  padding: 12px 15px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}

#searchResults li:hover {
  background-color: #f5f5f5;
}

.filters-panel {
  display: none;
}

#searchDropdown {
  display: block;
  /* default visible */
}

.search-dropdown {
  width: 29%;
  max-width: 600px;
  position: relative;
}

/* TOP SEARCH INPUT */
.search-top {
  position: relative;
  /* border: 1px solid #000; */
  padding: 6px 5px;
  border-radius: 5px;
  background: var(--white-color);
  width: 100%;
  cursor: pointer;
}

.search-top input {
  border: none;
  width: 100%;
  padding-left: 30px;
  outline: none;
  font-size: 14px;
}

.search-icon {
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 14px;
  color: #555;
}

/* DROPDOWN LIST */
.search-list {
  display: none;
  /* border: 1px solid #000; */
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
  list-style: none;
  background: var(--white-color);
}

.search-list input {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #eee;
}

.search-list li {
  padding: 12px;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}

.search-list li:hover {
  background: #f8f8f8;
}

.date-feild-cal {
    position: relative;
}
.datepicker__months{
  display: flex;
}
.datepicker{
  z-index: 9;
      width: 645px;
}
#newCalendar {
    position: absolute;
    top: 0;
    left: 0;
    width: 310px; /* Check In + Check Out width */
    height: 40px; /* same height */
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}


/* map toggle  hide function */


/* Range Track */
.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;             /* Change track HEIGHT */
    background: var(--btn-color);      /* Track background color */
    border-radius: 5px;
    outline: none;
}

/* Thumb (circle button) — Chrome / Edge / Safari */
.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 22px;             /* Thumb SIZE */
    width: 22px;
    background: var(--btn-color);      /* Thumb color */
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid var(--white-color);  /* White border like Airbnb style */
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

/* Track when ACTIVE (dragging) */
.range-slider:active::-webkit-slider-thumb {
    background: var(--btn-color);      /* Darker on click */
}

/* Firefox */
.range-slider::-moz-range-thumb {
    height: 22px;
    width: 22px;
    background: var(--btn-color);
    border: 2px solid var(--white-color);
    border-radius: 50%;
    cursor: pointer;
}

.range-slider::-moz-range-track {
    height: 10px;
    background: #d8dce2;
    border-radius: 5px;
}

/* IE */
.range-slider::-ms-thumb {
    height: 22px;
    width: 22px;
    background: var(--btn-color);
    border-radius: 50%;
}


/* drop search css */

@media (max-width: 768px) {
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .filter-row {
    flex-direction: column;
  }
}


section.wedding-reunion-property p{
  padding-left: 20px;
  padding-right: 20px;
}
section.wedding-reunion-property {
  text-align: center;
  padding-bottom: 0;
}


.btn-Weddings {
  color: var(--bg-white) !important;
  border-width: 0px !important;
  border-color: RGBA(255, 255, 255, 0);
  border-radius: 0px;
  letter-spacing: 3px;
  font-size: 16px;
  font-family: var(--primary-font);
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: var(--btn-color);
  padding-top: 20px !important;
  padding-right: 50px !important;
  padding-bottom: 20px !important;
  padding-left: 50px !important;
  position: relative;
  display: block;
  width: fit-content;
  margin: auto;
}

.btn-Weddings i {
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-10px);
}

.btn-Weddings:hover i {
  opacity: 1;
  transform: translateX(0);
}
.left-toggle{
  width:100%;
  max-width: 100%;
}
.left-side {
   width:100%;
    max-width: 33.33%;
}
.left-side div#property-card-width{
  width:100%;
}
.toggle-main-div {
    /* display: flex; */
    padding: var(--p50) var(--p12);
    padding-bottom: 80px;
}

.right-toggle {
    width: 100%;
}
#mapSection{
  height: 100%;
  padding: 0;
}
#mapSection iframe{
  height: 470px;
}

/* Toggle switch container */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  margin-right: 8px;
}

/* Hide checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider background */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

/* Slider circle */
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

/* When checked */
.switch input:checked + .slider {
  background-color: var(--btn-color); /* green */
}

.switch input:checked + .slider:before {
  transform: translateX(24px);
}

.toggle-label {
  font-size: 15px;
  vertical-align: middle;
  user-select: none;
}

/* Modal Background */
.filter-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    padding-top: 80px;
}

/* Modal Box */
.filter-modal-content {
    background: #fff;
    margin: auto;
    padding: 25px;
    border-radius: 8px;
    width: 80%;
}

/* Close button */
.filter-close {
    float: right;
    font-size: 30px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

/* Layout styles */
.filter-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.filter-select {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.apply-btn {
    /* background: #4CAF50; */
    color: white;
    border: none;
    padding: 10px 14px;
    border-radius: 5px;
    cursor: pointer;
}

.price-range {
    margin: 20px 0;
}

.range-slider {
    width: 100%;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.toggle-main-div {
    display: flex;
    padding-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
}

.left-toggle {
    width: 100%;
    transition: width 0.3s ease-in-out;
}

.right-toggle {
    width: 0;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
}

.right-toggle.active {
    width: 50%; /* Map width */
    padding: 0;
}

.left-toggle.shrink {
    width: 50%; /* Property list shrink */
}

.toggle-main-div .property-list ul {
    display: flex;
    align-items: center;
    gap: 15px
}
.toggle-main-div .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.toggle-main-div .property-list li {
    font-size: 14px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.toggle-main-div .property-list li i {
    margin-right: 5px;
    color: var(--secondary-color)
}

.toggle-main-div .property-list li span {
    margin-right: 0;
    color: var(--black-color);
}

.toggle-main-div .property-list .pro-btn {
    margin-top: 0px
}

.toggle-main-div .property-list a.main-btn {
    /* padding: 13px 20px; */
    font-size: 14px;
    display: block
}
.toggle-main-div  a.main-btn:hover{
    transform: translateY(0px);
}
.list-image{
  height: 250px;
}
.toggle-main-div .list-content {
    padding: 14px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.toggle-main-div .property-list .price p{
    margin-bottom: 0;
}
.search-info{
    margin-top: 145px;
}
.toggle-main-div .pro-img-slider button.owl-next {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.toggle-main-div  .pro-img-slider button.owl-prev {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.toggle-main-div {}

div#list-slider1 {}

div#property-card-width {}

.property-list {
    background: #383838;
    border: 0 solid #ffffff17;
    padding: 0;
    border-radius: 10px;
    transition: transform .4s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
}
.property-list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0
}
.property-list h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    height: 27px;
    overflow: hidden
}
.property-list h3 a {
    color: var(--heading-color);
    /* font-family: var(--secondary-font); */
}

.property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--black-color);
    height: 24px;
    overflow: hidden
}

.property-list ul {
    display: flex;
    align-items: center;
    gap: 15px
}
.list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.property-list li {
    font-size: 14px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center
}
.property-list li i {
    margin-right: 5px;
    color: var(--secondary-color)
}

.property-list li span {
    margin-right: 0;
    color: var(--black-color);
}

.property-list .pro-btn {
    margin-top: 0px
}
.property-list a.main-btn {
    /* padding: 13px 20px; */
    font-size: 14px;
    display: block
}
.property-list a.main-btn:hover{
    transform: translateY(0px);
}
.list-image{
  height: 300px;
}
.list-content {
    padding: 14px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.property-list .price p{
    margin-bottom: 0;
}
form#propertySearchForm input, form#propertySearchForm select{
    border:1px solid var(--btn-color);
    padding:10px;
    font-size:14px;
    border-radius:5px;
}
.map-btn {
    display: flex;
    align-items: center;
}
.pro-select {
    margin-top: 20px;
}
.pro-select .select2-container--default .select2-selection--single{
  border: 1px solid var(--btn-color);
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  display: flex;
  height: 47px;
  /* align-items: center; */
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 50% !important;
    transform: translateY(-50%);
}
form#propertySearchForm {
    padding: 0;
}
#play, #pause {
    display: none;
}