@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/outfit-font/Outfit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/outfit-font/Outfit-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/outfit-font/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/outfit-font/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/outfit-font/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("../assets/fonts/outfit-font/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Beau Rivage';
  src: url('../assets/fonts/beau-rivage/BeauRivage-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Carattere';
  src: url('../assets/fonts/carattere/Carattere-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Engagement';
  src: url('../assets/fonts/engagement/Engagement-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Great Vibes';
  src: url('../assets/fonts/great-vibes/GreatVibes-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Playball';
  src: url('../assets/fonts/playball/Playball-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tangerine';
  src: url('../assets/fonts/tangerine/Tangerine-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Outfit", sans-serif !important;
  margin: 0;
  padding: 0;
}

.light-bg {
  background-color: #f9fafb;
  height: 100vh;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.logo img {
  width: 105px;
  height: auto;
}

.tab-heading {
  color: #2b201e;
  font-weight: 600;
  margin-bottom: 0px;
}

.card-body h2 {
  font-size: 1rem;
  font-weight: 500;
}

.card-left img {
  height: 100%;
  object-fit: cover;
}

.property-card .card {
  border-radius: 15px;
  max-width: 400px;
  border: 1px solid #E4E7EC;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateY(0);
  will-change: transform, box-shadow;
}

.property-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease-in-out;
  border-radius: inherit;
}

.property-card .card-body {
  padding: 0.625rem;
}

.card-list,
.card-price {
  display: flex;
  align-items: center;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 79, 79, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.card-list-col {
  display: flex;
  gap: 10px;
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D0D5DD;
}

.property-card .card-body p {
  font-size: 0.6rem;
  margin: 0;
  color: #0C111D;
}

.card-price-col {
  display: flex;
  padding-top: 0.5rem;
  align-items: center;
  justify-content: space-between;
}

.card-price-col .card-price p:nth-child(1) {
  font-size: 0.75rem;
  font-weight: 600;
}

.card-price-col .card-price p:nth-child(2) {
  font-size: 0.625rem;
  font-weight: 400;
  color: #98A2B3;
}

.card-price {
  gap: 0.188rem;
}

.card-list img {
  max-width: 15px;
}

.card-list {
  gap: 0.313rem;
}

.featured-property {
  width: auto;
  height: 23px;
  line-height: 23px;
  padding: 0px 10px 0px 10px;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  background-color: #FEA327;
  position: absolute;
  left: 15px;
  top: 12px;
  border-radius: 4px;
  background-clip: padding-box;
}

.location-icon {
  width: 12px !important;
  height: 16px !important;
}

.property-location {
  display: flex;
  align-items: center;
  gap: 5px;
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0px 6px 0px 6px;
  color: #ffffffe2;
  font-size: 8px;
  font-weight: 400;
  background-color: transparent;
  position: absolute;
  left: 14px;
  bottom: 5px;
  border-radius: 4px;
  background-clip: padding-box;
}

.card-image {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-sizing: border-box;
}

.dashed-hr {
  border: 1px dashed #E0E0E0;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.card .card-image img {
  transform: scale(1);
  transition: transform 0.3s ease;
  will-change: transform;
}

.card:hover .card-image img {
  transform: scale(1.1);
}

.property-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.search-property,
.mb-search__btn {
  position: relative;
}

.search-property:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 7px;
  width: 12px;
  height: 15px;
  background: url(../img/svg/search-icon.svg) no-repeat;
  z-index: 2;
}

.mb-search__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 600px;
  height: 36px;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border: solid 1px #D0D5DD;
  background-color: #ffffff;
}

.mb-search__input {
  width: calc(100% - 40px);
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #606060;
  border: none;
  outline: none;
  padding-left: 30px;
  background: none;
  margin-right: 16px;
}

.mb-search__input::placeholder {
  color: #c0c6d0;
  opacity: 1;
}

.mb-search__input::-ms-input-placeholder {
  color: #c0c6d0;
}

.mb-search__location {
  float: left;
  width: calc(100% - 100px);
  height: 26px;
  border-right: 1px solid #d7d7d7;
  position: relative;
  z-index: 5;
}

.mb-search__btn {
  float: right;
  width: 85px;
  height: 36px;
  cursor: pointer;
  text-align: start;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  color: #98A2B3;
}

.filter-btn::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 12px;
  width: 12px;
  height: 15px;
  background: url(../img/svg/settings.svg) no-repeat;
  z-index: 2;
}

.mb-search__relative {
  position: relative;
}

.mb-search__wrap .mb-search__dropdown {
  left: -513px;
  max-height: none;
  width: 600px;
  padding: 10px 20px;
}

.mb-search__dropdown {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 600px;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  display: none;
  z-index: 9;
  border: solid 1px #c0c6d0;
  border-radius: 8px;
}

.mb-search_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mb-search_title h2 {
  font-size: 0.75rem;
  color: #2e2e2e;
  margin-bottom: 0px;
  font-weight: 500;
}

.mb-search_tab ul {
  display: inline-flex;
  border: 1px solid #FEA327;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 1px;
}

.mb-search_tab li {
  list-style: none;
  height: 20px;
  display: flex;
  align-items: center;
}

.mb-search_tab li button {
  background-color: #fefbf5;
  height: 20px;
  line-height: 20px;
  padding: 0px 8px;
  color: #f3a227;
  font-size: 10px;
  font-weight: 400;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mb-search_tab .active {
  background-color: #f3a227;
  border: 1px solid #f3a227;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  position: relative;
  border-radius: 20px;
}

.price-selector h2 {
  font-size: 0.75rem;
  font-weight: 500;
  color: #2e2e2e;
  margin-bottom: 0;
}

.filter-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-primary {
  background-color: #f3a227;
  font-size: 14px;
  border-color: #f3a227;
  color: #ffffff;
  cursor: pointer;
}

.btn-outline-primary {
  border-color: #f3a227;
  color: #f3a227;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:focus-visible {
  border-color: #f3a227 !important;
  background-color: #f3a227 !important;
  color: #fff;
  outline: none;
  box-shadow: 0 0 4px rgba(243, 162, 39, 0.5);
}

.btn-light {
  background-color: #ffffff;
  border-color: #d0d3d7;
  color: #cfd1d4;
  cursor: pointer;
}

.btn-light:hover {
  background-color: #e5e2e2;
  border-color: #d0d3d7;
  color: #ffffff;
}
.amount-field {
  padding-left: 15px;
}

.upload-doc {
  min-height: 150px;
  width: 100%;
  position: relative;
  border: 1px dashed #dee2e6;
  border-radius: 10px;
}
.amount-field::before {
  content: "$";
  position: absolute;
  left: 10px;
  font-size: 16px;
  color: #000;
}

.btn-primary:hover {
  background-color: #f3a127c4;
  border-color: #f3a227;
  color: #ffffff;
}

.btn.btn-primary.focus {
  background-color: #f3a127c4;
  border-color: #f3a227;
}

.btn.btn-primary.active,
.btn.btn-primary:active {
  color: #fff;
  background-color: #f3a127c4;
  border-color: #f3a227;
}

.btn-sm {
  min-height: 30px;
  font-size: 0.8rem;
  padding: 5px 12px;
  line-height: 9px;
}

.pointer {
  cursor: pointer;
}

.popup-modal {
  padding: 5px 10px;
}

.btn-primary-outline {
  border-color: #f3a227;
  color: #f3a227;
}

.btn.btn-primary-outline.active,
.btn.btn-primary-outline:active {
  color: #fff;
  background-color: #f3a127c4;
  border-color: #f3a227;
}

.btn-primary-outline:hover {
  background-color: #f3a227;
  border-color: #f3a227;
  color: #ffffff;
}

.filter-footer {
  border-top: 1px solid #c0c6d0;
}

/* range picker styles */
.slider-col {
  .slider-box {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 0px;
    border-radius: 10px;
  }

  .range-container {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #dadae5;
    border-radius: 3px;
    cursor: pointer;
  }

  input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    /* pointer-events: none; */
  }

  .slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    pointer-events: none;
  }

  input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }

  input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
  }

  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
  }

  input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 0.625rem;
    background-color: #FEA327;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 3px;
    border: 1px solid #fbe4c4;
  }

  input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #FEA327;
    pointer-events: auto;
  }

  input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #FEA327;
    pointer-events: auto;
  }

  input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 3px solid #FEA327;
  }

  .values {
    background-color: #FEA327;
    width: 32%;
    position: relative;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    color: #ffffff;
  }

  .values:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 15px solid #FEA327;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin: auto;
    bottom: -14px;
    left: 0;
    right: 0;
  }
}

/* range slider styles */
.range-slider {
  .irs--round .irs-bar {
    background-color: #FEA327;
    cursor: pointer;
    height: 5px;
  }
  .irs--round {
    height: 26px;
  }
  .irs-line {
    cursor: pointer;
  }
  .irs--round .irs-handle {
    background-color: #FEA327;
    border: 1px solid #ffffff;
    box-shadow: none;
    cursor: pointer;
  }

  .irs--round .irs-handle.state_hover,
  .irs--round .irs-handle:hover {
    background-color: #FEA327;
  }
  .irs-from,
  .irs-to {
    display: none;
  }
  .irs--round .irs-line,
  .irs--round .irs-bar {
    top: 10px;
  }
  .irs--round .irs-handle {
    width: 11px;
    height: 22px;
    top: 0px;
    border-radius: 3px;
  }
  .irs-single {
    display: none;
  }
  .irs--round .irs-line {
    height: 5px;
  }
  .irs--round .irs-from,
  .irs--round .irs-to,
  .irs--round .irs-single {
    background-color: transparent;
    color: #666666;
  }

  .irs--round .irs-from:before,
  .irs--round .irs-to:before,
  .irs--round .irs-single:before,
  .irs--round .irs-min,
  .irs--round .irs-max {
    display: none;
  }
}

.deatil-price-col {
  text-align: end;
}

.deatil-price-col h3 {
  font-size: 1.7rem;
  font-weight: 600;
}

.year-col {
  justify-content: end;
  align-items: baseline;
  gap: 5px;
}

.year-col p:nth-child(1) {
  font-size: 1.1rem;
  font-weight: 600;
}

.year-col p:nth-child(2) {
  font-size: 0.7rem;
  font-weight: 400;
  color: #bbc2cc;
}

.apply-btn {
  font-size: 0.9rem;
  height: 42px;
}

.filter-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #2e2e2e;
  margin-bottom: 0;
}

.mb-header_image {
  width: 100%;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 300px;
  overflow: hidden;
}

.cancel-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.property-title {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: 400;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.property-location-modal {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: 400;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  width: 100%;
  flex-direction: column;
}

.cancel-modal:hover {
  background: rgba(0, 0, 0, 0.4);
}

.property-location-modal h4 {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.property-location-modal p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.property-name h2 {
  font-size: 1.9rem;
  font-weight: 600;
}

.property-name p {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 300;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  justify-content: center;
  align-items: flex-start;
  backdrop-filter: blur(5px);
  overflow-y: auto;
  padding: 3% 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-overlay::-webkit-scrollbar {
  display: none;
}

.modal-container {
  background: white;
  padding: 0px;
  border-radius: 16px;
  width: 1000px;
  max-width: 90%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.modal-contents {
  margin-bottom: 15px;
  width: 100%;
}

.property-title h2 {
  font-size: 2rem;
  font-weight: 300;
  width: 400px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.lt_thumb-wrapper {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #ccc transparent;
}

.lt_thumbnails {
  display: inline-flex;
  gap: 15px;
  margin: 0;
  padding: 2px;
}

.lt_thumb {
  list-style: none;
  flex: 0 0 auto;
  height: 50px;
  width: 50px;
  padding: 2px;
  border-radius: 9px;
  overflow: hidden;
  cursor: pointer;
}

.lt_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lt_thumb.active {
  border: 2px solid #f3a227;
}

.modal-contents img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.action-container {
  display: flex;
  gap: 10px;
}

.action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #c0c6d0;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
}

.action-button img {
  width: 50%;
  height: 50%;
}

.details-list {
  list-style-type: none;
  padding-left: 8px;
}

.details-list li {
  position: relative;
  font-size: 0.8rem;
  padding-left: 14px;
  color: #2e2e2e;
}

.details-list li::before {
  content: "•";
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}

.features-listed h3 {
  font-size: 1rem;
  font-weight: 500;
}

.border-right {
  border-right: solid 1px #c0c6d0;
}
.btn.btn-primary:disabled {
  background-color: #f3a633a6;
  border: 1px solid #f3a227;
}
.featured-list li {
  display: flex;
  gap: 7px;
  color: #2e2e2e;
  font-size: 0.8rem;
  margin-bottom: 10px;
  align-items: center;
}
.facilities-list li {
  color: #2e2e2e;
  font-size: 0.8rem;
  margin-bottom: 10px;
  align-items: center;
}

.featured-list img,
.facilities-list img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.facilities-list ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.card-sales-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-sales-price p {
  display: block;
  height: 100%;
}

.unsaved-changes {
  border-radius: 12px;
}

.pinwheel-verify {
  margin-bottom: 8px;
}

.pinwheel-verified-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border: 1px solid #FEA327;
  border-radius: 12px;
  padding: 28px 28px;
  background: linear-gradient(135deg, rgba(254, 163, 39, 0.06) 0%, rgba(254, 163, 39, 0.02) 100%);
}

.pinwheel-verified-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.pinwheel-verified-body {
  flex: 1;
}

.pinwheel-verified-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1c1c1c;
  margin: 0 0 6px 0;
}

.pinwheel-verified-subtitle {
  font-size: 0.9rem;
  color: #6e6e6e;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.pinwheel-verified-logo {
  height: 18px;
  vertical-align: middle;
}

.pinwheel-verified-cta {
  font-size: 0.875rem;
  color: #6e6e6e;
  margin: 0;
}

input:hover::placeholder {
  opacity: 0;
  /* Makes the placeholder completely transparent */
}

/* For older WebKit browsers (like Safari) */
input:hover::-webkit-input-placeholder {
  opacity: 0;
}

/* For older Firefox versions */
input:hover:-moz-placeholder {
  opacity: 0;
}

/* For older Internet Explorer/Edge versions */
input:hover:-ms-input-placeholder {
  opacity: 0;
}

.divider{
  width: 2px;
  margin: 0 10px;
  background: #FEDF89;
}

.lt_badge {
  height: 20px;
  min-width: 44px;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  padding: 1px 10px;
}

.lt_badge.paid,
.lt_badge.co-paid {
  background-color: #22C55E;
}

.lt_badge.unpaid {
  background-color: #F79009;
}

.pending-paid {
  display: flex;
  align-items: center;
  border: 1px solid #FEDF89;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  background-color: #FFFAEB;
  padding: 16px;

  a{
    color: #FEA327 !important;
    text-decoration: none;
  }
}

.approve-modal-container {
  width: 100%;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#deleteConfirmModal {
  .modal-subtitle {
      text-align: center;
      font-weight: 600;
      font-size: 20px;
      margin-bottom: 20px;
      color: #333;
    }
}

.delete-modal-header {
  min-height: 160px;
  background-image: url(/img/delete-modal-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .property-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .mb-search__wrap {
    min-width: 100% !important;
  }

  .search-container {
    flex-direction: column;
  }

  .tab-heading {
    margin-bottom: 10px;
  }

  .mb-search__wrap .mb-search__dropdown {
    left: -230px;
    width: 348px;
  }
  .border-right {
    border: 0px;
  }
  .deatil-price-col {
    text-align: start;
  }
  .year-col {
    justify-content: start;
  }
}

@media screen and (max-width: 575px) {
  .property-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .mb-search__wrap {
    min-width: 100% !important;
  }
  .border-right {
    border: 0px;
  }
  .search-container {
    flex-direction: column;
  }

  .tab-heading {
    margin-bottom: 10px;
  }

  .property-card {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .mb-search__wrap {
    min-width: 100% !important;
  }

  .search-container {
    flex-direction: column;
  }

  .tab-heading {
    margin-bottom: 10px;
  }

  .property-card {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .mb-search__wrap {
    min-width: 600px !important;
  }

  .search-container {
    flex-direction: row;
  }

  .tab-heading {
    margin-bottom: 0px;
  }

  .property-card {
    grid-template-columns: repeat(3, 1fr);
  }
}

.slider-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lt_slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.lt_slider-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.lt_image-slider {
  flex: 0 0 calc(100% / 3);
  padding: 5px;
  box-sizing: border-box;
}

.lt_image-slider img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  max-height: 400px;
}

.lt_single-image .lt_image-slider {
  flex: 0 0 100%;
}

.lt_slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.lt_slider-nav.lt_left {
  left: 10px;
}

.lt_slider-nav.lt_right {
  right: 10px;
}

@media (max-width: 991px) {
  .lt_image-slider {
    flex: 0 0 calc(100% / 2);
  }
}

@media (max-width: 576px) {
  .lt_image-slider {
    flex: 0 0 100%;
  }
}