/* .bg-wee{
  background-color: #fff !important;
} */
* {
  scroll-behavior: smooth !important;
}
body {
  padding: 0;
  margin: 0;
}
.color-naw {
  color: #e41827 !important;
}

.bg-naw {
  background-color: #e41827 !important;
}
html {
  overflow-x: hidden;
}
.grapscroll{
overflow-x: scroll !important;
}
.ibm-plex-mono-thin {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 100;
  font-style: normal;
}

.ibm-plex-mono-extralight {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 200;
  font-style: normal;
}

.ibm-plex-mono-light {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
}

.ibm-plex-mono-regular {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.ibm-plex-mono-medium {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: normal;
}

.ibm-plex-mono-semibold {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-style: normal;
}

.ibm-plex-mono-bold {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.ibm-plex-mono-thin-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 100;
  font-style: italic;
}

.ibm-plex-mono-extralight-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 200;
  font-style: italic;
}

.ibm-plex-mono-light-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: italic;
}

.ibm-plex-mono-regular-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.ibm-plex-mono-medium-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: italic;
}

.ibm-plex-mono-semibold-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-style: italic;
}

.ibm-plex-mono-bold-italic {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-style: italic;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.bannerOne {
  overflow-x: hidden;
  min-height: 30vh;
  background-color: white;
  display: flex;
}

.firstBanner {
  min-height: 30vh !important;
  background-color: white;
  display: flex;
}
/* gridOne */
.gridon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 1.5rem !important;
}
.labelii {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  width: 100vw;
}
.gridOne {
  justify-content: center;
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.gridOneDiv {
  height: 100px;
  background-color: white;
  flex-grow: 1;
}
.gridOneDivtall {
  height: 200px;
  background-color: white;
  flex-grow: 1;
}

.gridTwo {
  justify-content: center;
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.gridTwoDiv {
  flex-grow: 1;
  height: 200px;
  background-color: white;
}

.gridTwoDivtall {
  flex-grow: 1;
  height: 300px;
  background-color: white;
}

.scrollDivs {
  min-height: 30vh;
  width: 337px;
  flex-shrink: 0;
  border: 0.5px solid #fff;
}

.scroll-container {
  overflow-x: auto;
  overflow-y: visible;
  position: relative;
  width: 100vw;
  cursor: grab; /* Indicate that the div is draggable */
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

/* WebKit-based browsers (Chrome, Safari, Edge) */
.scroll-container::-webkit-scrollbar {
  height: 1px;
  width: 1px; /* Height of the horizontal scrollbar */
}

.scroll-container::-webkit-scrollbar-track {
  background: transparent; /* Track background */
}

.scroll-container::-webkit-scrollbar-thumb {
  background: transparent; /* Scrollbar thumb background */
  border-radius: 0px; /* Scrollbar thumb rounded corners */
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background: transparent; /* Scrollbar thumb hover effect */
}

.text-Scroll {
  overflow-x: auto;
  overflow-y: visible;
  position: relative;
  width: 100vw;
  cursor: grab;
}
.text-Scroll > * {
  flex-shrink: 0;
}

/* WebKit-based browsers (Chrome, Safari, Edge) */
.text-Scroll::-webkit-scrollbar {
  height: 1px;
  width: 1px; /* Height of the horizontal scrollbar */
}

.text-Scroll::-webkit-scrollbar-track {
  background: transparent; /* Track background */
}

.text-Scroll::-webkit-scrollbar-thumb {
  background: transparent; /* Scrollbar thumb background */
  border-radius: 0px; /* Scrollbar thumb rounded corners */
}

.text-Scroll::-webkit-scrollbar-thumb:hover {
  background: transparent; /* Scrollbar thumb hover effect */
}

.rental-actions{display:none!important}
@media(max-width:767px){.rental-actions{display:block}.rental-actions>div:last-child{margin-top:14px}}

@media (min-width: 992px) {
  .footer-with-sidebar {
    width: calc(100% - 21.5rem);
    margin-left: 21.5rem;
  }
}

/* Search page: avoid a second page scrollbar and keep filters usable. */
body:has(#searchForm) { min-height: 100%; overflow: visible; }
body:has(#searchForm) .filters-row { overflow: visible; }
body:has(#searchForm) .filter-button,
body:has(#searchForm) .save-button { cursor: pointer; }
body:has(#searchForm) .save-button { text-decoration: none; }
body:has(#searchForm) .search-logo {
  display: block;
  flex: 0 0 160px;
  width: 160px;
  height: 38px;
  padding: 0;
  overflow: hidden;
  background: url('../img/ico.svg') center / contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
body:has(#searchForm) .property-card .heart { display: block; cursor: pointer; }
body:has(#searchForm) .heart.is-saved,
body:has(#searchForm) .map-card-heart.is-saved { color: #e6245a; }
body:has(#searchForm) .heart.is-busy,
body:has(#searchForm) .map-card-heart.is-busy { opacity: .55; pointer-events: none; }
body:has(#searchForm) .filter-pop[open] > summary {
  border-color: #0d6efd;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, .12);
}
body:has(#searchForm) .filter-menu {
  position: fixed;
  z-index: 10050;
  top: var(--filter-top, 68px);
  left: var(--filter-left, 12px);
  right: auto;
  width: 300px;
  max-height: none;
  overflow-y: visible;
}
body:has(#searchForm) .filter-pop:nth-last-of-type(-n+2) .filter-menu {
  right: auto;
  left: var(--filter-left, 12px);
}
body:has(#searchForm) .filter-actions {
  position: sticky;
  bottom: -16px;
  display: flex;
  gap: 8px;
  margin: 16px -16px -16px;
  padding: 12px 16px;
  background: #fff;
  border-top: 1px solid #e4e8ee;
}
body:has(#searchForm) .filter-actions button,
body:has(#searchForm) .filter-actions a {
  flex: 1;
  padding: 9px;
  border: 1px solid #0d6efd;
  border-radius: 9px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
body:has(#searchForm) .filter-actions button { background: #0d6efd; color: #fff; }
body:has(#searchForm) .filter-actions a { background: #fff; color: #0d6efd; }
body:has(#searchForm) .split { min-height: calc(100vh - 65px); height: auto; overflow: visible; }
body:has(#searchForm) .results { overflow-y: visible; }

@media (max-width: 1100px) {
  body:has(#searchForm) .filters-row {
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
  }
  body:has(#searchForm) .filters-row::-webkit-scrollbar { display: none; }
  body:has(#searchForm) .split { min-height: calc(100vh - 125px); height: auto; }
}

@media (max-width: 760px) {
  body:has(#searchForm) .search-logo { display: none; }
  body:has(#searchForm) { overflow: visible; }
  body:has(#searchForm) .split { height: auto; overflow: visible; }
  body:has(#searchForm) .filter-menu,
  body:has(#searchForm) .filter-pop:nth-last-of-type(-n+2) .filter-menu {
    top: var(--filter-top, 120px);
    right: 12px;
    left: 12px;
    width: auto;
    max-height: none;
  }
}
