
.text-red {
    color: #EB6753;
  }
  .text-green {
    color: #5BBB7B;
  }

  .sar{
    width: 14px !important;
    height: 14px !important;
    margin-bottom: 3px;
    @media (min-width: 768px) {
      width: 25px;
      height: 25px;
    }
  }



  .listing_price{
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .listing_price .sar{
    width: 20px;
    height: 20px;
  }

  .listing_landmarks div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 8px;
    @media (min-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
    }
    @media (min-width: 1024px) {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .listing_landmarks div p{
    display: flex;
  }
  .listing_landmarks svg{
    width: 20px;
    height: 20px;
  }

  .listing_features{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    @media (min-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
    }
    @media (min-width: 1024px) {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .listing_feature{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }

  .listing_feature svg{
    width: 20px;
    height: 20px;
  }

  .bg-red{
    background-color: #EB6753 !important;
  }

  .bg-green{
    background-color: #5BBB7B !important;
  }

  .booking_component{
    padding: 20px;
  }

  .booking_component h2{
    display: flex;
    align-items: center;
  }
  .booking_component .form-control{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .booking_component .form-control input{
    width: 100%;
    height: 100%;
    border: none;
  }

  .agent-social a img{
    width: 24px;
    height: 24px;
  }
  .agent-social a svg{
    width: 24px;
    height: 24px;
  }

  ::placeholder {
    text-align: right;
  }

  .overview-element {
    position: relative;
    display: flex;
    justify-content: start;
    gap: 8px;
    align-items: center;
  }

  .overview-element .icon {
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    color: var(--headings-color);
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
  }


  .property-action .icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .property-action .price {
    font-size: 26px;
    letter-spacing: 0.02em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
  }
  @media(max-width: 1000px){
    .property-action .price{
      justify-content: start;
    }
  }
  .details_head_actions .icon{
    background: #fff !important;
  }

.dialog {
  z-index: 70 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;

  padding: 10px;
  left: 0;
  background-color: #00000040;
}

.dialog-content {
  z-index: 899999999999 !important;
  padding: 12px;
  border-radius: 16px;
  padding-bottom: 12px;
}
.dialog-content input{
  direction: rtl;
  text-align: right;
}
.listing-interested-btn .dialog-content{
  max-width: 600px;
}

.homez-text-right{
  text-align: right !important;
}
.homez-text-left{
  text-align: left !important;
}

.details_images_slider{
  max-height: 619px;
}

.interest-card-btn button{
  background-color: white !important;
  border: none !important;
  padding: 0 !important;
}

.favorite-card-btn button{
  background-color: white !important;
  border: none !important;
}

.interest-card-btn svg{
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin-top: -5px !important;
}

/* RTL (Arabic) positioning */
[dir="rtl"] .ps-v4-hero-slider .owl-nav .owl-prev {
  right: auto !important;
  left: 8px !important;
}

[dir="rtl"] .ps-v4-hero-slider .owl-nav .owl-next {
  left: auto !important;
  right: 8px !important;
}

/* Remove gaps between slider items */
.ps-v4-hero-slider .owl-stage {
  display: flex;
}

.ps-v4-hero-slider .owl-item {
  flex: 1;
  width: 100% !important;
}

.ps-v4-hero-slider .item {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.ps-v4-hero-slider .item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Ensure no gaps in the carousel */
.ps-v4-hero-slider.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.ps-v4-hero-slider.owl-carousel .owl-stage {
  margin: 0;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .ps-v4-hero-slider .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .ps-v4-hero-slider .owl-nav .owl-prev {
    left: 4px !important;
  }

  .ps-v4-hero-slider .owl-nav .owl-next {
    right: 4px !important;
  }

  [dir="rtl"] .ps-v4-hero-slider .owl-nav .owl-prev {
    right: 4px !important;
  }

  [dir="rtl"] .ps-v4-hero-slider .owl-nav .owl-next {
    left: 4px !important;
  }
}

.home-projects-link:hover {
  background-color: rgb(248, 247, 247) !important;
}


.page-item {
    border-radius: 100% !important;
}
.page-item.disabled{
    border-radius: 100% !important;
}
.reset-button{
    background-color: white !important;
    border: none !important;
}

.city-dropdown, .district-dropdown {
    max-height: 200px;
    overflow-y: auto;
}
.city-dropdown option, .district-dropdown option {
    padding: 8px 12px;
}
.dropdown-item.active {
    background-color: #007bff !important;
    color: white !important;
}
.dropdown-item.active:hover {
    background-color: #0056b3 !important;
    color: white !important;
}
.dropdown-item:hover:not(.active) {
    background-color: #f8f9fa;
}
.dropdown-toggle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.dropdown-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.custom-dropdown button{
    background: transparent;
    border: none;
    flex: 1;
}

.slider-3-grid .owl-dots{
    direction: ltr !important;
}
.advance-search-tab .nav.nav-tabs{
    max-width: 100px;
}

@font-face {
    font-family: 'GeHili';
    src: url('./fonts/GeHili.otf');
    unicode-range: U+0600-065F, U+0670-06FF; /* Exclude Arabic numerals U+0660-0669 */
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'System-Arabic-Numbers';
    src: local('SF Arabic'), local('Arial'); /* Fallback to system fonts */
    unicode-range: U+0660-0669; /* Arabic numerals */
    font-weight: normal;
    font-style: normal;
  }

h1,h2,h3,h4,h5,h6,p,a,li,label,div,button{
      font-family: System-Arabic-Numbers, GeHili, sans-serif !important;
  }

input::placeholder,textarea::placeholder {
    font-family: System-Arabic-Numbers, GeHili, sans-serif !important;
  }

html {
    scroll-behavior: smooth !important;
}

.modal:before {
    position: fixed !important;
}

@media (min-width: 992px) {
    .homez-hero-search-bar {
        top: 70%;
    }
}

@media (max-width: 991px) {
    .homez-hero-search-bar {
        top: 67%;
    }
}

@media (min-width: 992px) {
    .hero-slider-content {
        top: 35%;
    }
}

@media (max-width: 991px) {
    .hero-slider-content {
        top: 30%;
    }
}
