@charset "UTF-8";
/**
 * Properties page design – /properties
 * Scoped under .properties-page. Structure (form, ids, data-*) unchanged.
 */
:root {
  --primary-color: #0B1F3B;
  --primary-color-hover: #0A1A2F;
  --accent-color: #C9A24A;
  --accent-color-hover: #B8923A;
  --background-light: #F8FAFC;
  --background-dark: #050B15;
}

.properties-page {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.properties-page .properties-page__container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.properties-page .projecthome {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.properties-page .search-box {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.properties-page .search-box-content {
  padding-top: 0 !important;
}
.properties-page .search-box-items {
  display: block !important;
}
.properties-page .horizontal-filter-bar {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  padding: 16px 20px !important;
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  margin-bottom: 16px !important;
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.properties-page .filter-item {
  display: flex !important;
  align-items: center !important;
}
.properties-page .filter-item.buy-rent-dropdown-wrapper, .properties-page .filter-item.property-status-buttons-wrapper, .properties-page .filter-item.category-dropdown-wrapper, .properties-page .filter-item.price-dropdown-wrapper, .properties-page .filter-item.area-dropdown-wrapper, .properties-page .filter-item.more-filters-wrapper {
  flex-shrink: 0 !important;
}
.properties-page .filter-item.keyword-location-input-wrapper {
  flex: 1 1 auto !important;
  min-width: 200px !important;
  gap: 0 !important;
}
.properties-page .btn-filter-dropdown {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-width: 100px;
  padding: 10px 14px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  border: 1.5px solid #e8ecef !important;
  background: #fff !important;
  color: #334155 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}
.properties-page .btn-filter-dropdown i.fa-home {
  margin-right: 6px;
}
.properties-page .btn-filter-dropdown i.fa-chevron-down {
  margin-left: 8px;
  font-size: 11px;
}
.properties-page .btn-filter-dropdown:hover {
  border-color: var(--primary-color, #0B1F3B) !important;
  color: var(--primary-color, #0B1F3B) !important;
}
.properties-page .location-input {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
.properties-page .location-input .input-has-icon {
  position: relative;
  width: 100%;
}
.properties-page .location-input .input-has-icon i.far.fa-search {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 15px;
  z-index: 10;
  pointer-events: none;
}
.properties-page #location-keyword-input.select-city-state {
  padding-left: 44px !important;
  padding-right: 52px !important;
  height: 44px !important;
  border-radius: 8px 0 0 8px !important;
  border: 1.5px solid #e2e8f0 !important;
  border-right: none !important;
  font-size: 14px !important;
  width: 100% !important;
  transition: border-color 0.2s ease;
}
.properties-page #location-keyword-input.select-city-state:focus {
  border-color: var(--primary-color, #0B1F3B);
  outline: none;
  box-shadow: 0 0 0 3px rgba(11, 31, 59, 0.08);
}
.properties-page .btn-search-inline {
  background: var(--primary-color, #0B1F3B) !important;
  border: 1.5px solid var(--primary-color, #0B1F3B) !important;
  border-left: none !important;
  border-radius: 0 8px 8px 0 !important;
  height: 44px !important;
  width: 50px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  color: #fff !important;
}
.properties-page .btn-search-inline:hover {
  opacity: 0.9;
}
.properties-page .btn-search-inline i {
  font-size: 15px;
}
.properties-page .spinner-icon {
  display: none;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color, #0B1F3B);
}
.properties-page .property-status-buttons {
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 44px !important;
  align-items: stretch !important;
}
.properties-page .property-status-btn {
  padding: 0 18px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  margin: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  border: 1.5px solid #e2e8f0 !important;
  border-right: none !important;
  background: #fff !important;
  color: #475569 !important;
}
.properties-page .property-status-btn:first-child {
  border-radius: 8px 0 0 8px !important;
}
.properties-page .property-status-btn:last-child {
  border-right: 1.5px solid #e2e8f0 !important;
  border-radius: 0 8px 8px 0 !important;
}
.properties-page .property-status-btn:not(:first-child):not(:last-child) {
  border-radius: 0 !important;
}
.properties-page .property-status-btn.active {
  background: var(--primary-color, #0B1F3B) !important;
  color: #fff !important;
  border-color: var(--primary-color, #0B1F3B) !important;
}
.properties-page .dropdown-menu {
  border-radius: 10px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding: 8px !important;
}
.properties-page .dropdown-menu[aria-labelledby=categoryDropdown] {
  max-height: 300px;
  overflow-y: auto;
}
.properties-page .dropdown-item {
  border-radius: 6px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
}
.properties-page .dropdown-item:hover {
  background: rgba(11, 31, 59, 0.06) !important;
  color: var(--primary-color, #0B1F3B) !important;
}
.properties-page .price-dropdown-menu,
.properties-page .area-dropdown-menu {
  min-width: 300px !important;
  padding: 20px !important;
}
.properties-page .price-dropdown-menu .border-top,
.properties-page .area-dropdown-menu .border-top {
  border-color: #e2e8f0 !important;
}
.properties-page .price-dropdown-menu .btn-outline-secondary,
.properties-page .area-dropdown-menu .btn-outline-secondary {
  padding: 8px 18px !important;
  font-size: 13px !important;
  border: 1px solid var(--primary-color, #0B1F3B) !important;
  background: #fff !important;
  color: var(--primary-color, #0B1F3B) !important;
  border-radius: 8px !important;
}
.properties-page .price-dropdown-menu .btn-primary,
.properties-page .area-dropdown-menu .btn-primary {
  padding: 8px 18px !important;
  font-size: 13px !important;
  background: var(--primary-color, #0B1F3B) !important;
  border: none !important;
  border-radius: 8px !important;
}
.properties-page .price-dropdown-menu input.form-control,
.properties-page .area-dropdown-menu input.form-control {
  width: 100% !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  padding: 10px 12px !important;
}
.properties-page .more-filters-panel {
  background: #f8fafc;
  border-radius: 12px;
  padding: 20px;
  margin-top: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.properties-page #moreFiltersIcon {
  transition: transform 0.3s ease;
}
.properties-page .shop__sort {
  background: #f8fafc !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  margin-bottom: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.properties-page .shop__sort .form-control {
  border-radius: 8px !important;
  border: 1.5px solid #e2e8f0 !important;
  font-size: 14px !important;
  padding: 8px 36px 8px 12px !important;
}
.properties-page .shop__sort .col-showing {
  line-height: 1.4 !important;
}
.properties-page .shop__sort .col-showing .form-control,
.properties-page .shop__sort .col-showing .select--arrow .form-control {
  min-height: 44px !important;
  height: 44px !important;
  line-height: 1.4 !important;
  padding: 11px 36px 11px 12px !important;
  box-sizing: border-box !important;
}
.properties-page .shop__sort .select--arrow i {
  color: #64748b;
}
.properties-page .change-view .view-type-map {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1.5px solid #e2e8f0;
  background: #fff;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
}
.properties-page .change-view .view-type-map.active {
  background: var(--primary-color, #0B1F3B);
  color: #fff;
  border-color: var(--primary-color, #0B1F3B);
}
.properties-page .change-view .view-type-map:hover:not(.active) {
  border-color: var(--primary-color, #0B1F3B);
  color: var(--primary-color, #0B1F3B);
}
.properties-page .data-listing {
  margin-top: 8px !important;
}

.properties-page__listings-header {
  margin-bottom: 12px;
  padding: 0 2px;
}

.properties-page__listings-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.properties-page__listings-count {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
}

.properties-page .data-listing .row {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
}
.properties-page .data-listing .property-item.colm10 {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .properties-page .data-listing .property-item.colm10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .properties-page .data-listing .property-item.colm10 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.properties-page .half-circle-spinner .circle {
  border-width: 3px;
  border-color: var(--primary-color, #0B1F3B) transparent transparent transparent;
}
.properties-page .data-listing__pagination nav {
  padding-top: 24px !important;
  padding-bottom: 16px;
}
.properties-page .data-listing__pagination .pagination .page-link {
  border-radius: 8px !important;
  margin: 0 4px;
  border: 1px solid #e2e8f0;
  color: #475569;
}
.properties-page .data-listing__pagination .pagination .page-item.active .page-link {
  background: var(--primary-color, #0B1F3B);
  border-color: var(--primary-color, #0B1F3B);
}
.properties-page .projecthome .item {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  background: #fff !important;
}
.properties-page .projecthome .item:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1) !important;
}
.properties-page .projecthome .item .item-price-wrap.hide-on-list {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  left: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  align-items: center !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  max-width: calc(100% - 24px) !important;
  gap: 0 !important;
  background: rgba(11, 31, 59, 0.92) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.properties-page .projecthome .item .item-price-wrap.hide-on-list li {
  display: flex !important;
  align-items: center !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
  float: none !important;
  background: none !important;
  padding: 8px 14px !important;
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #fff !important;
}
.properties-page .projecthome .item .item-price-wrap.hide-on-list li:not(.h-type):before,
.properties-page .projecthome .item .item-price-wrap.hide-on-list li:not(:last-child):after {
  display: none !important;
  content: none !important;
}
.properties-page .projecthome .item .item-price-wrap.hide-on-list li.h-type {
  flex: 0 0 auto !important;
  margin-right: 0 !important;
  padding-right: 10px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.35) !important;
  font-weight: 500 !important;
}
.properties-page .projecthome .item .item-price-wrap.hide-on-list li.item-price {
  font-weight: 700 !important;
}
.properties-page .projecthome .item .item-price-wrap.hide-on-list li span {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  max-width: 140px !important;
}
.properties-page .projecthome .item .item-price-wrap.hide-on-list li.h-type span {
  max-width: 100px !important;
}
.properties-page .projecthome .item .blii {
  position: relative;
  overflow: hidden;
  flex-shrink: 0 !important;
  padding-top: 0 !important;
  height: 200px !important;
}
.properties-page .projecthome .item .blii .img {
  height: 200px !important;
}
.properties-page .projecthome .item .blii .img img.thumb {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 12px 12px 0 0;
}
.properties-page .projecthome .item:hover .blii .img img.thumb {
  transform: scale(1.05);
}
.properties-page .projecthome .item .description {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  min-height: 0 !important;
  background: #fff !important;
  padding: 16px !important;
  border-top: 1px solid #f1f5f9;
}
.properties-page .projecthome .item .description .heart,
.properties-page .projecthome .item .description .property-share-btn {
  position: absolute !important;
  top: 12px !important;
  right: 0 !important;
  left: auto !important;
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  color: #64748b !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  transition: color 0.2s ease, background-color 0.2s ease !important;
  z-index: 2 !important;
}
.properties-page .projecthome .item .description .heart {
  right: 44px !important;
}
.properties-page .projecthome .item .description .property-share-btn {
  right: 0 !important;
}
.properties-page .projecthome .item .description .heart:hover,
.properties-page .projecthome .item .description .heart .fas {
  color: #dc2626 !important;
}
.properties-page .projecthome .item .description .heart:hover {
  background: #fef2f2 !important;
}
.properties-page .projecthome .item .description .property-share-btn:hover {
  color: var(--primary-color, #0B1F3B) !important;
  background: #f1f5f9 !important;
}
.properties-page .projecthome .item .description > a[href]:not(.heart):not(.property-share-btn) {
  padding-right: 80px !important;
  display: block !important;
  text-decoration: none !important;
}
.properties-page .projecthome .item .description > a[href]:not(.heart):not(.property-share-btn):hover h5 {
  color: var(--primary-color, #0B1F3B);
}
.properties-page .projecthome .item .description h5 {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  line-height: 1.35 !important;
  color: #1e293b !important;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  min-height: 2.7em !important;
  padding-right: 0 !important;
}
.properties-page .projecthome .item .description > a[href]:not(.heart):not(.property-share-btn):hover h5 {
  color: var(--primary-color, #0B1F3B) !important;
}
.properties-page .projecthome .item .description h5,
.properties-page .projecthome .item .description h5:hover {
  text-decoration: none !important;
}
.properties-page .projecthome .item .description h5 a:hover {
  color: var(--primary-color, #0B1F3B);
}
.properties-page .projecthome .item .description .dia_chi {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  font-size: 0.75rem !important;
  color: #64748b !important;
  margin-bottom: 16px !important;
  overflow: visible !important;
  text-overflow: unset !important;
  height: auto !important;
}
.properties-page .projecthome .item .description .dia_chi i {
  margin-right: 0 !important;
  color: var(--primary-color, #0B1F3B) !important;
  font-size: 0.875rem !important;
  flex-shrink: 0 !important;
}
.properties-page .projecthome .item .completion-payment-info {
  margin: 0 0 24px 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px 12px !important;
  align-items: start !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  color: #475569 !important;
  border-left: 2px solid #f1f5f9 !important;
  padding-left: 12px !important;
}
.properties-page .projecthome .item .completion-payment-info > span:not(.completion-payment-info__sep) {
  display: block !important;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: inherit !important;
  color: inherit !important;
  font-weight: 500 !important;
}
.properties-page .projecthome .item .completion-payment-info > span:last-of-type {
  text-align: right !important;
}
.properties-page .projecthome .item .completion-payment-info .completion-payment-info__sep {
  display: none !important;
}
.properties-page .projecthome .item .threemt {
  font-size: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-bottom: 16px !important;
  padding: 14px 0 !important;
  border-top: 1px solid #f1f5f9 !important;
  color: #334155 !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
.properties-page .projecthome .item .threemt span {
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 12px !important;
  background: #f8fafc !important;
  border-radius: 10px !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  color: #475569 !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}
.properties-page .projecthome .item .threemt span:hover {
  background: #f1f5f9 !important;
  color: #334155 !important;
}
.properties-page .projecthome .item .threemt span i {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}
.properties-page .projecthome .item .threemt .vti {
  margin: 0 !important;
  font-size: inherit !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
.properties-page .projecthome .item .threemt i img {
  width: 20px !important;
  height: 20px !important;
  max-height: 20px !important;
  object-fit: contain !important;
  vertical-align: middle !important;
  display: block !important;
  opacity: 0.75 !important;
}
.properties-page .dark .projecthome .item .threemt span {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #94a3b8 !important;
}
.properties-page .dark .projecthome .item .threemt span:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #cbd5e1 !important;
}
.properties-page .projecthome .item .contact-specialist-wrapper {
  margin-top: auto !important;
  padding: 0 !important;
  padding-top: 14px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  flex-shrink: 0 !important;
}
.properties-page .projecthome .item .property-card-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  gap: 10px !important;
}
.properties-page {
  /* Her iki buton tamamen aynı boyut - Contact Expert ve WhatsApp */
}
.properties-page .projecthome .item .property-card-actions .contact-areas-specialist,
.properties-page .projecthome .item .property-card-actions .btn-whatsapp {
  flex: 1 1 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  width: 100% !important;
  min-height: 40px !important;
  height: 40px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
}
.properties-page .projecthome .item .property-card-actions .contact-areas-specialist {
  background: var(--primary-color, #0B1F3B) !important;
  color: #fff !important;
  border: none !important;
}
.properties-page .projecthome .item .property-card-actions .contact-areas-specialist:hover {
  opacity: 0.92;
}
.properties-page .projecthome .item .property-card-actions .btn-whatsapp {
  background: #25D366 !important;
  color: #fff !important;
  border: none !important;
}
.properties-page .projecthome .item .property-card-actions .btn-whatsapp:hover {
  opacity: 0.92;
  color: #fff;
}
.properties-page .projecthome .item .property-card-actions .btn-whatsapp img,
.properties-page .projecthome .item .property-card-actions .btn-whatsapp .whatsapp-icon,
.properties-page .projecthome .item .property-card-actions .btn-whatsapp img.whatsapp-icon {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
  filter: brightness(0) invert(1);
}
.properties-page .projecthome .item .contact-areas-specialist {
  visibility: visible !important;
  opacity: 1 !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease;
}
.properties-page .projecthome .item .btn-whatsapp .btn-whatsapp-label {
  flex-shrink: 0 !important;
}
.properties-page .projecthome .item .media-count-wrapper {
  left: auto !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 2;
}
.properties-page .projecthome .item .media-count-wrapper .media-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 40px !important;
  height: 40px !important;
  overflow: visible !important;
}
.properties-page .projecthome .item .media-count-wrapper .media-count img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain !important;
  display: block !important;
}
.properties-page .projecthome .item .media-count-wrapper .media-count span {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #fff !important;
  line-height: 1 !important;
  pointer-events: none;
}
.properties-page .projecthome .item .status {
  top: 12px;
  left: 12px;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
}
.properties-page .rightmap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.properties-page .rightmap #map {
  min-height: 400px;
}

.map-popup-content {
  min-width: 260px;
  font-size: 13px;
}
.map-popup-content table {
  border: 0;
}
.map-popup-content td {
  vertical-align: top;
  padding: 4px 8px;
  border: 0;
}
.map-popup-content .blii img {
  border-radius: 8px;
}
.map-popup-content .infomarker h5 {
  margin: 0 0 6px;
  font-size: 14px;
}
.map-popup-content .infomarker h5 a {
  color: var(--primary-color, #0B1F3B);
}
.map-popup-content .text-info {
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .properties-page .horizontal-filter-bar {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 14px 16px !important;
  }
  .properties-page .filter-item.keyword-location-input-wrapper {
    min-width: 100% !important;
  }
  .properties-page .property-status-buttons-wrapper .property-status-buttons {
    width: 100% !important;
  }
  .properties-page .property-status-btn {
    flex: 1 !important;
  }
  .properties-page .toggle-filter-mobile {
    border-radius: 8px;
    padding: 10px 14px;
    font-weight: 500;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .properties-page .toggle-filter-mobile:hover {
    border-color: var(--primary-color, #0B1F3B);
    background: rgba(11, 31, 59, 0.04);
  }
  .properties-page .data-listing .property-item.colm10 {
    margin-bottom: 20px;
  }
  .properties-page #properties-list .data-listing {
    padding-bottom: 120px !important;
  }
  .properties-page .shop__sort {
    padding: 10px 14px !important;
  }
  .properties-page .projecthome .item .property-card-actions {
    flex-direction: column !important;
    overflow: visible !important;
  }
  .properties-page .projecthome .item .property-card-actions .contact-areas-specialist,
  .properties-page .projecthome .item .property-card-actions .btn-whatsapp {
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
  }
  .properties-page .projecthome .item .description {
    overflow: visible !important;
  }
}
@media (max-width: 576px) {
  .properties-page .shop__sort .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .properties-page .shop__sort .row > div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .properties-page .shop__sort .col-toggle-filter {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .properties-page .shop__sort .col-toggle-filter .toggle-filter-mobile {
    width: max-content !important;
  }
  .properties-page .shop__sort .col-showing {
    flex: 1 1 0 !important;
    min-width: 115px !important;
    max-width: none !important;
    width: auto !important;
  }
  .properties-page .shop__sort .col-showing .form-group--inline,
  .properties-page .shop__sort .col-showing .form-group__content {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  .properties-page .shop__sort .col-showing .form-control,
  .properties-page .shop__sort .col-showing .select--arrow {
    width: 100% !important;
    min-width: 0 !important;
  }
  .properties-page .shop__sort .col-showing .form-control {
    overflow: visible !important;
    text-overflow: clip !important;
  }
  .properties-page .shop__sort .col-sort-by {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin-left: auto !important;
    justify-content: flex-end !important;
  }
  .properties-page .shop__sort .col-sort-by .change-view {
    margin-left: 0 !important;
  }
  .properties-page__listings-header-inner {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }
  .properties-page__listings-header .properties-page__listings-sort {
    width: 100% !important;
    max-width: 100% !important;
  }
  .properties-page__listings-header .properties-page__listings-sort .select--arrow,
  .properties-page__listings-header .properties-page__listings-sort .form-control {
    width: 100% !important;
    min-width: 0 !important;
  }
  .properties-page__listings-header .properties-page__listings-sort .form-control {
    min-width: 0 !important;
  }
}
