@import url("./style2.css");

* {
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #0b0b0c;
  color: #fafafa;
  padding: 20px;
}

:root {
  --first-main-color: #a1a1aa;
  --second-main-color: #fafafa;
  --third-main-color: #3f3f46;
  --fourth-main-color: #eb5324;
}

/* start shared style */
.border-style {
  border: 1px solid var(--third-main-color);
  border-radius: 10px;
}

.border-style1 {
  border: 1px solid var(--third-main-color);
  border-radius: 16px;
}

.border-dashed-style {
  border: 1px dashed var(--third-main-color);
  border-radius: 8px;
}

.border-bottom-style {
  border-bottom: 1px solid var(--third-main-color);
}

a {
  text-decoration: none;
  color: var(--first-main-color);
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.min-height {
  min-height: 0;
}

.badge-bg {
  background-color: var(--badge-bg-color, black);
}

.badge-p {
  color: var(--badge-p-color, black);
}

.p-color {
  color: var(--p-color, #a3a3a3);
}

.mb-dynamic {
  margin-bottom: var(--mb, 0px);
}

/* end shared style*/

/* dev-view slider */

.btn-view {
  border: 1px solid var(--third-main-color);
  color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.btn-view:hover {
  border: 1px solid var(--third-main-color);
  color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card {
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.card--bg {
  background-image: var(--unit-bg, none);
}

.carousel-control-prev,
.carousel-control-next {
  position: relative !important;
  width: 25px;
  height: 25px;
  border: 2px solid white;
  border-radius: 4px;
  opacity: 1;
  margin-bottom: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 15px;
}

/* end slider */
/* units-grid-view  */
.floor-btn {
  background-color: var(--fourth-main-color);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertialTour-btn {
  border: 1px solid var(--fourth-main-color);
  color: var(--fourth-main-color);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 30px;
}

.unitDetails-btn {
  background-color: #eb5324;
  color: white;
  border: 0;
  font-size: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 30px;
}

.slider-card {
  background-position: center;
  background-size: cover;
  height: 150px;
  border-radius: 8px;
  display: flex;
  justify-content: start;
  align-items: end;
  position: relative;
}

.activeStyle {
  border: 1px solid #eb532466;
  box-shadow: 0px 0px 10px #eb532466;
  border-radius: 8px;
}

.unitViewSlider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.unitViewSlider .carousel-indicators .active {
  background-color: var(--fourth-main-color);
}

.styled-scrollbar::-webkit-scrollbar {
  width: 3px;
}

.styled-scrollbar::-webkit-scrollbar-thumb {
  border: 3px solid #eb532466;
  border-radius: 5px;
}

.styled-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.noHover:hover {
  border: 1px dashed var(--third-main-color);
}

.noHover2:hover {
  border: 1px solid var(--third-main-color);
}

.filterHover:hover {
  border: 1px solid #EB5324;
  color: #EB5324;
}

.layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.2) 100%);
}

.rooms-details {
  align-items: center;
  justify-content: space-between;
  color: #d3d3d3;
}

/* end units-grid-view */

/* unitDetails */

.whatsUp-btn {
  background-color: #00ca69;
  color: white;
}

.whatsUp-hover:hover {
  background-color: #00ca69;
  color: white;
}

.pay-card {
  background-color: #eb5324;
  border-radius: 8px;
}

input[type="radio"] {
  display: none;
}

.custom-input {
  width: 25px;
  height: 25px;
  display: inline-block;

  border: 1px solid var(--first-main-color);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

input[type="radio"]:checked+label .custom-input {
  background-color: var(--fourth-main-color);
  border: 0;
}

input[type="radio"]:checked+label .custom-input::after {
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  content: "\f00c";
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-box label {
  font-size: 20px;
  color: #898989;
}

.unitDetails p {
  color: #d3d3d3;
}

.unit-grid {
  display: grid;
  grid-template-rows: 1fr auto auto;
}

.unit-grid>* {
  min-width: 0;
}

.plan-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 0;
}

.pay-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.pay-details>* {
  min-width: 0;
}

/* end unitDetails */

.topbar {
  /* background: #0f0f11; */
  border-bottom: 1px solid #26262b;
}

/* logo */
.brand-logo img {
  height: 48px;
  width: auto;
}

/* segmented control */
.seg-wrap {
  background: #2b2b31;
  border: 1px solid #26262b;
  border-radius: 12px;
  padding: 4px;
  display: flex;
  gap: 6px;
}

.seg-btn {
  border: 0;
  background: transparent;
  color: #b9b9c0;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.seg-btn i {
  opacity: 0.9;
}

.seg-btn.active {
  background: #EB5324;
  color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.seg-btn.active i {
  color: #fff;
}

/* center tabs */
.nav-tabs-line {
  display: flex;
  gap: 44px;
  align-items: center;
}

.nav-tabs-line a {
  color: #a1a1aa;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding: 12px 2px;
}

.nav-tabs-line a.active {
  color: #EB5324;
}

.nav-tabs-line a.active::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -10px;
  height: 2px;
  background: #EB5324;
  border-radius: 3px;
  box-shadow: 0px 0px 10px #eb5324;
}

/* search */
.search-wrap {
  width: 100%;
  max-width: 360px;
}

.search-wrap .form-control {
  height: 40px;
  background: transparent;
  border: 1px solid #26262b;
  color: #fafafa;
  border-radius: 10px;
}

.search-wrap .form-control::placeholder {
  color: #7a7a82;
}

/* account */
.account {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.icon-btn {
  border: 0;
  background: transparent;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #e9e9ee;
}

.account-dropdown .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.account-dropdown .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-dropdown .acct-text .name {
  color: #dcdcdc;
  font-weight: 700;
  line-height: 1.1;
}

.account-dropdown .acct-text .role {
  color: #9c9ca4;
  line-height: 1;
}

.account-dropdown .caret {
  color: #bdbdc5;
}

.dropdown-menu.dropdown-dark {
  background: #161619;
  border: 1px solid #26262b;
  min-width: 180px;
  border-radius: 0.5rem;
}

.dropdown-menu.dropdown-dark .dropdown-item {
  color: #fafafa;
}

.dropdown-menu.dropdown-dark .dropdown-item:hover {
  background: #2b2b31;
}

/* mobile */
@media (max-width: 991.98px) {
  .nav-tabs-line {
    display: none;
  }

  .search-wrap {
    display: none;
  }
}

/* unit grid view mobil */

@media only screen and (max-width: 600px) {
  .slider-body {
    height: 100%;
  }

  .dev-view-section {
    display: block;
  }

  .btn-container {
    display: block !important;
  }

  .fs-24 {
    font-size: 20px;
  }

  .fs-20 {
    font-size: 16px;
  }

  .fs-14 {
    font-size: 12px;
  }

  .fs-12 {
    font-size: 10px;
  }

  .pay-image {
    width: 30px;
  }

  .slider-container {
    display: block !important;
  }

  .slider-card img {
    width: 100%;
  }

  .slider-desc {
    display: block !important;
  }

  .projects-divider {
    display: block;
  }

 .radio-box label {
  font-size: 16px;
}

}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .slider-body {
    height: 100%;
  }

  .dev-view-section {
    display: block;
  }

  .fs-24 {
    font-size: 18px;
  }

  .fs-20 {
    font-size: 16px;
  }

  .fs-14 {
    font-size: 11px;
  }

  .fs-12 {
    font-size: 10px;
  }

  .pay-image {
    width: 40px;
  }

  .slider-container {
    display: block !important;
  }

  .slider-card img {
    width: 100%;
  }

  .projects-divider {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .slider-body {
    height: 100vh;
  }

  .row-media {
    height: 100% !important;
  }

  .dev-view-section {
    display: block;
  }

  .fs-24 {
    font-size: 18px;
  }

  .fs-20 {
    font-size: 16px;
  }

  .fs-14 {
    font-size: 11px;
  }

  .fs-12 {
    font-size: 10px;
  }

  .pay-image {
    width: 40px;
  }

  .unit-list-details {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1350px) {
.rooms-details{
  display: block !important;
  text-align: center;
}

  .projects-divider {
    display: flex;
  }
}

@media only screen and (min-width: 1200px) {
  .slider-body {
    height: 100vh;
  }

  .row-media {
    height: 100% !important;
  }

  .dev-view-section {
    display: flex;
  }

  .projects-divider {
    display: flex;
  }
}

/* end grid view */

/* @media only screen and (max-width: 600px) {
  .navbar-collapse {
    margin-left: 50px;
  }

  .nav-list {
    align-items: flex-start !important;
  }

  .nav-list .nav-item {
    margin: 10px 0;
  }

  .user-icon-container {
    justify-content: start !important;
  }

  .nav-item {
    padding: 0 !important;
  }

  .switch-tap {
    margin-bottom: 10px;
  }

  .search-input {
    margin-left: 0 !important;
    margin-bottom: 20px !important;
    display: block !important;
  }

  .header button {
    display: flex !important;
  }

  .user-icon-container button {
    display: none !important;
  }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    display: none;
  }

  td {
    position: relative;
    padding-left: 50%;
    padding-bottom: 10px;
  }

  td::before {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
    content: attr(data-label);
  }

  .filter-container {
    display: block !important;
  }

  .filter-container button {
    margin-top: 10px;
  }

  .filter {
    align-items: end;
  }

  .filter .gallery-input {
    width: 100%;
  }

  .footer {
    display: block !important;
    font-size: 12px;
  }

  .navbar .container .switch-tap {
    display: flex !important;
  }

  .nav-list .nav-item .switch-tap {
    display: none !important;
  }

  .navbar .user-icon-container {
    display: flex !important;
  }

  .navbar-collapse .user-icon-container button,
  .navbar-collapse .user-icon-container .image {
    display: none !important;
  }

  .pagination .page-item {
    padding: 0px 1px !important;
  }

  .pagenation {
    justify-content: start !important;
    margin-top: 10px;
  }

  .pagenation .rows {
    margin-right: 10px !important;
  }

  .pagenation .pages p {
    margin-right: 10px !important;
  }

  .filter input {
    width: 190px;
  }

  .login-bg {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .navbar-collapse {
    margin-left: 50px;
  }

  .nav-list {
    align-items: flex-start !important;
  }

  .nav-list .nav-item {
    margin: 10px 0;
  }

  .nav-list .nav-item a {
    position: relative;
  }

  .icon {
    justify-content: start !important;
  }

  .search-input {
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }

  .header button {
    display: flex !important;
  }

  .user-icon-container button {
    display: none !important;
  }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    display: none;
  }

  td {
    position: relative;
    padding-left: 50%;
    padding-bottom: 10px;
  }

  td::before {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
    content: attr(data-label);
  }

  .navbar .container .switch-tap {
    display: flex !important;
  }

  .nav-list .nav-item .switch-tap {
    display: none !important;
  }

  .navbar .user-icon-container {
    display: flex !important;
  }

  .navbar-collapse .user-icon-container button,
  .navbar-collapse .user-icon-container .image {
    display: none !important;
  }

  .user-icon-container button {
    font-size: 12px;
  }

  .pagination .page-item {
    padding: 0px 1px !important;
  }

  .pagenation {
    justify-content: start !important;
    margin-top: 10px;
  }

  .footer {
    display: block !important;
    font-size: 12px;
  }

  .login-bg {
    display: none;
  }

  .login-bg {
    display: none;
  }

  .filter-container {
    display: block !important;
  }

  .filter-container button {
    margin-top: 10px;
  }

  .filter {
    align-items: end;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nav-list .nav-item a {
    font-size: 12px;
  }

  .user-icon-container button {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar-collapse {
    margin-left: 50px;
  }

  td,
  th {
    padding-left: 10px;
  }

  .user-icon-container button {
    font-size: 12px;
  }
} */

.section-container .row {
  min-height: 100vh;
}

.login-container {
  margin-top: 0 !important;
}

@media (max-width: 992px) {
  .login-logo {
    position: absolute;
    top: 22px;
    right: 30px;
    z-index: 10;
  } 

  .form-wrapper {
    margin-top: 60px;
  }
}

.projects-section {
  color: #fafafa;
}

.projects-divider {
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  position: relative;
}

.btn-filter {
  background: transparent;
  border: 1px solid #EB5324;
  color: #EB5324;
  border-radius: 10px;
  font-weight: 700;
}

.btn-filter i {
  color: #EB5324;
}

.btn-chip {
  background: transparent;
  border: 1px dashed #3d3d44;
  color: #e5e5e9;
  border-radius: 10px;
}

.btn-chip2 {
  background: transparent;
  border: 1px solid #3d3d44;
  color: #e5e5e9;
  border-radius: 10px;
}

.btn-chip.active {
  border-style: solid;
  border-color: #EB5324;
  color: #fafafa;
  background: #2b2b31;
}

.property-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  padding-bottom: 0 !important;
}

.property-cover {
  position: relative;
  height: 300px;
  background: #222;
}

.property-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.badge-logo-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 10px;
  padding: 0 10px;
  z-index: 2;
  left: 0;
  right: 0;
}

.badge-logo-container img {
  width: 18%;
}

.cover-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.unit-price {
  margin-right: 30px;
}

.masterBtn {
  background-color: var(--fourth-main-color);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.masterBtn:hover {
  background-color: var(--fourth-main-color);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.card-image {
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}

.card-image img {
  border-radius: 8px;
  object-fit: cover;
  transform: scale(1.1);
}

.card-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
}

/* View dropdown */
.view-dropdown {
  position: relative;
  z-index: 100;
}

.view-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  min-width: 100%;
  max-width: 100%;
  border-radius: 0 0 13px 13px;
  background: rgba(22, 22, 25, 0.96);
  border: 1px solid #2b2b31;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1), visibility 300ms step-end;
  will-change: opacity, transform;
}

.view-menu-body {
  min-height: 130px;
}

.view-menu::before {
  display: none;
}

.view-menu-body {
  padding: 11px 5px 11px;
}

.view-item {
  width: 100%;
  background: transparent;
  border: 0;
  color: #b9b9c0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 4px;
  border-radius: 12px;
  text-align: left;
}

.view-item:hover {
  background: #2b2b31;
  color: #e9e9ee;
}

.view-check {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #6b6b73;
  display: grid;
  place-items: center;
}

.view-check i {
  display: none;
  font-size: 12px;
  color: #0b0b0c;
}

.view-item.active {
  color: #dcdcdc;
}

.view-item.active .view-check {
  background: #EB5324;
  border-color: #EB5324;
}

.view-item.active .view-check i {
  display: block;
}

.view-label {
  font-size: 16px;
}

.view-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition: opacity 300ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0ms step-start;
}

@media (prefers-reduced-motion: reduce) {

  .view-menu,
  .view-menu.show {
    transition: none;
    transform: none;
  }
}

.filter-panel-inline {
  background: rgba(22, 22, 25, 0.92);
  border: 1px solid #2b2b31;
  border-radius: 14px;
  color: #fafafa;
  padding: 16px;
  max-width: 520px;
  animation: panelIn 0.25s ease;
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-select,
.form-control {
  background: transparent;
  border: 1px solid #2b2b31;
  color: #fafafa;
  border-radius: 10px;
  height: 44px;
}

.form-select:focus,
.form-control:focus {
  box-shadow: none;
  border-color: #3d3d44;
}

.form-label {
  color: #dcdcdc;
}

.reset-all {
  color: #9c9ca4;
  font-size: 13px;
}

.reset-all:hover {
  color: #EB5324;
}

.badge-seg .seg {
  background: transparent;
  border: 1px dashed #3d3d44;
  color: #e5e5e9;
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 600;
}

.badge-seg .seg.active {
  background: #2b2b31;
  border-style: solid;
  border-color: #EB5324;
  color: #fff;
}

.form-check-input {
  background: #2b2b31;
  border-color: #3d3d44;
}

.form-check-input:checked {
  background-color: #EB5324;
  border-color: #EB5324;
}

.apply-btn {
  background: #EB5324;
  color: #fff;
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 700;
}

.dual-range-wrap {
  position: relative;
  height: 40px;
  margin: 6px 2px 2px;
}

.dual-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  top: 14px;
  border-radius: 999px;
  background: #2b2b31;
}

.dual-range-wrap input[type="range"] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  appearance: none;
  height: 6px;
  background: transparent;
  top: 8px;
}

.dual-range-wrap input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #EB5324;
  border: 2px solid #0b0b0c;
  box-shadow: 0 0 0 4px rgba(255, 106, 43, 0.25);
}

.dual-range-wrap input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #EB5324;
  border: 2px solid #0b0b0c;
}

.dual-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #EB5324;
}

@media (min-width: 992px) {
  .filter-panel-inline {
    max-width: 560px;
  }
}

#filterBar {
  position: relative;
}



/* Popover shorter, no inner scrollbar, with blur background */
.filter-popover {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: rgba(58, 58, 58, 0.75);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);

  border-radius: 0 0 14px 14px;
  color: #fafafa;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  z-index: 60;
  overflow: hidden;
  animation: panelIn 0.25s ease;
}

@media (min-width: 1200px) {
  .filter-popover {
    width: 400px;
  }
}

#filterPanel .panel-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  border-bottom: 1px solid #2b2b31;
  gap: 4px;
}

#filterPanel .close-btn {
  align-self: flex-start;
  margin-bottom: 4px;
}


.panel-close {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #eaeaec;
  border-radius: 8px;
  display: grid;
  place-items: center;
}

.panel-close:hover {
  background: rgba(255, 255, 255, 0.08);
}

#fLocation {
  font-size: 0.9rem;
  padding-right: 36px !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2398A0B4" viewBox="0 0 16 16"><path d="M3.2 5.5a1 1 0 0 1 1.6-1.2L8 7.2l3.2-2.9a1 1 0 1 1 1.3 1.5L8.7 9a1 1 0 0 1-1.4 0L3.2 5.5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 14px;
}

#fLocation::placeholder {
  font-size: 0.9rem;
  color: #98a0b4;
}

.panel-scroll {
  padding: 16px;
}

.panel-footer {
  padding: 12px 16px 16px;
  border-top: 1px solid #2b2b31;
  position: sticky;
  bottom: 0;
  background: rgba(58, 58, 58, 0.75);
  backdrop-filter: blur(12px) saturate(120%);
}

/* Inputs and select white background with black text */
.filter-popover.form-select,
.filter-popover.form-control {
  background: #fff !important;
  color: #0b0b0c !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 10px;
  height: 44px;
}

.form-control::placeholder {
  color: #6b7280;
}

#filterPanel .form-control {
  height: 40px;
}

#filterPanel .dual-range-wrap {
  position: relative;
  height: 40px;
  margin: 6px 2px 2px;
  overflow: visible;
}

#filterPanel .dual-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 6px;
  border-radius: 999px;
  background: #EB5324;
}


#filterPanel .dual-range-wrap input[type="range"] {
  position: absolute;
  left: -9px;
  right: -9px;
  top: 8px;
  width: calc(100% + 18px);
  pointer-events: none;
  appearance: none;
  background: transparent;
  height: 6px;
}

#filterPanel .dual-range-wrap input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #EB5324;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

#filterPanel .dual-range-wrap input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #EB5324;
  border: 2px solid #fff;
}

#filterPanel .dual-track.active {
  box-shadow: inset 0 0 0 9999px rgba(255, 106, 43, 0.35);
}



/* Round checkboxes */
#filterPanel .form-check-input.round[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #cbd5e1;
  box-shadow: none;
}

#filterPanel .form-check-input.round[type="checkbox"]:checked {
  background: transparent;
  border-color: #EB5324;
  box-shadow: inset 0 0 0 3px rgba(255, 106, 43, 0.45);
  background-image: none;
}

#filterPanel .form-check-input.round[type="checkbox"]:checked {
  position: relative;
}

#filterPanel .form-check-input.round[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 3px;
  border-left: 2px solid #EB5324;
  border-bottom: 2px solid #EB5324;
  transform: translate(-50%, -60%) rotate(-45deg);
}



/* Segmented control for Property type */
.seg-tabs {
  display: flex;
  gap: 6px;
  padding: 4px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.seg-tabs .seg-tab {
  flex: 1 1 0;
  border: 0;
  background: transparent;
  color: #6b7280;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 8px;
}

.seg-tabs .seg-tab.active {
  background: #EB5324;
  color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

/* Dual range track and thumbs stay كما هي */
.dual-range-wrap {
  position: relative;
  height: 40px;
  margin: 6px 2px 2px;
}

.dual-track {
  position: absolute;
  inset: auto 0 0 0;
  height: 6px;
  top: 14px;
  border-radius: 999px;
  background: #2b2b31;
}

.dual-range-wrap input[type="range"] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  appearance: none;
  height: 6px;
  background: transparent;
  top: 8px;
}

.dual-range-wrap input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #EB5324;
  border: 2px solid #0b0b0c;
  box-shadow: 0 0 0 4px rgba(255, 106, 43, 0.25);
}

.dual-range-wrap input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #EB5324;
  border: 2px solid #0b0b0c;
}

/* Scrim for outside click */
.filter-scrim {
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 50;
}

/* === Filter popover tweaks === */
#filterPanel {
  font-size: 0.92rem;
}

/* تصغير عام للفونت */
#filterPanel .form-label {
  /* لون وأحجام الـlabels */
  color: #98a0b4;
  font-weight: 500;
  font-size: 0.86rem;
}

#filterPanel .form-check-label {
  /* لابل الشيك بوكس/راديو */
  color: #898989;
  font-weight: 500;
  font-size: 0.88rem;
}

#filterPanel .reset-all {
  font-size: 0.8rem;
  color: #EB5324
}

#filterPanel .reset-all:hover {
  color: #9c9ca4;
}

/* inputs / selects أبيض ونص أسود */
#filterPanel .form-control,
#filterPanel .form-select {
  background: #ffffff;
  color: #0b0b0c;
  border: 1px solid #e1e4ea;
  height: 40px;
}

#filterPanel .form-control::placeholder {
  color: #98a0b4;
}

/* شيك بوكس مدوّرة */
#filterPanel .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border-color: #d5dae2;
}

#filterPanel .form-check-input:checked {
  background-color: #EB5324;
  border-color: #EB5324;
}



@media (max-width: 480px) {
  .filter-popover {
    width: calc(100vw - 24px);
  }
}

#filterPanel .panel-scroll {
  flex: 1 1 auto;
  overflow: auto;
  padding: 14px 16px;
  max-height: none;
}


#filterPanel #propType .seg {
  font-size: 0.88rem;
  padding: 8px 12px;
}

#filterPanel .close-btn {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #98a0b4;
  border-radius: 8px;
}

#filterPanel .close-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}


#fLocation:invalid {
  color: #98A0B4 !important;
}


#fLocation option {
  color: #0b0b0c;
}

#filterPanel .form-control::placeholder {
  color: #98A0B4 !important;
}

/* room */

.rooms-popover {
  position: absolute;
  top: calc(100% + 8px);
  left: 37px;
  width: 400px;
  background: rgba(58, 58, 58, .75);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  border-radius: 0 0 14px 14px;
  color: #fafafa;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .5);
  z-index: 60;
  overflow: hidden;
  animation: panelIn .25s ease;
  /* top: 46px; */
}

@media (max-width:480px) {
  .rooms-popover {
    width: calc(100vw - 24px);
  }
}

.rooms-body {
  padding: 16px;
}

/* .room-chip {
  background: #fff;
  color: #4B4B4B;
  border: 0;
  height: 38px;
  min-width: 64px;
  padding: 6px 14px;
  border-radius: 10px;
  font-weight: 700;
} */
 .rooms-popover .room-chip{
  background:#fff;
  color:#4B4B4B;      /* النص الرمادي */
  border:0;
  height:38px;
  min-width:64px;
  padding:6px 14px;
  border-radius:10px;
  font-weight:700;
}

/* .room-chip.active {
  background: #EB5324;
  color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
} */

.rooms-popover .room-chip.active{
  background:#EB5324;
  color:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.15);
}


/* عنوان الأقسام */
.rooms-popover .text-muted {
  font-weight: 600;
  font-size: 0.95rem;
  color: #98A0B4 !important;
  /* العنوان */
}

/* زرار Apply نفس ستايل الفلتر */
.rooms-apply {
  display: inline-block;
  min-width: 200px;
  border-radius: 12px;
}

/* عنوان الأقسام */
.rooms-popover .text-muted{ color:#98A0B4 !important; }

/* الديفولت لكل الأزرار (Any والأرقام) */
.rooms-popover .room-chip{
  background:#fff;
  color:#4B4B4B;
}

.rooms-popover .room-chip.active{
  background:#EB5324;
  color:#fff;
}