/* global css */
body {
  font-family: "Poppins", sans-serif !important;
  background-image: linear-gradient(160deg, #fff, #e0ebf9);
}

.container {
  max-width: 1170px;
  margin: auto;
}

.text-center {
  text-align: center;
}

.btn.btn-primary {
  background-color: #0246c1;
  border-color: #0246c1;

}

.btn:focus {
  box-shadow: none !important;
}

.btn-outline-primary {
  color: #0246c1;
  border-color: #0246c1;
  background-color: rgba(2, 70, 193, 0.1);
}

.btn-outline-primary:hover {
  color: #fff;
  border-color: #0246c1;
  background-color: #0246c1;
}

.sub-heading {
  font-size: 35px !important;
  font-weight: 700;
  line-height: 40px !important;

}

.form-switch .form-check-input {
  width: 50px;
  height: 25px;
}

.form-switch .form-check-input:checked {
  background-color: #1f47f4;
}

.form-switch .form-check-input:focus {
  box-shadow: none;
}

.form-switch {
  margin-left: 15px;
}

.py-50 {
  padding: 50px 0;
}

.btn-outline-secondary {
  border-color: #6c757d;
  border: 2px solid #777779;
  color: #777779;
}

.popularSearches .swiper {
  width: calc(100% - 100px);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.popularSearches .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.popularSearches .swiper-slide {
  width: auto !important;
  min-width: 100px;
}

.popularSearches-inner {
  position: relative;
}

.popularSearches .swiper-slide a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #f5f5f5;
  transition: 0.1s all ease-in;
}

.popularSearches .swiper-slide a:hover,
.popularSearches .swiper-slide a.active {
  box-shadow: 0 0 0 1px #0246c1 inset;
  background: #e8f4fe !important;
  color: #0246c1;
}

.swiper-button-icon {
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 3px 1px #ebe6e6;
  top: 23px;
}

.swiper-button-icon:after {
  font-size: 14px;
  color: #000;
}

.popularSearches {
  padding: 20px 0;
}

.popup-pills ul {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  gap: 0 5px;
}

.popup-pills ul a {
  font-weight: 400;
  min-width: 100px;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #f5f5f5;
  transition: 0.1s all ease-in;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
}

.popup-pills ul li a.selected {
  background-color: #e8f4fe;
  color: #0246c1;
}

.popup-pills ul li.active a {
  background-color: #e8f4fe;
  color: #0246c1;
}

.popup-pills {
  margin-top: 20px;
}

.moreFilter .dropdown-toggle:after {
  display: none;
}

.moreFilter .dropdown .dropdown-toggle svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* search-form-dropDown */
.search-form-dropDown .dropdown .dropdown-toggle {
  background: #fff;
  border: 1px solid #7b7b7d;
  color: #000;
  padding: 6px 12px;
  min-width: 100px;
  border-radius: 24px;
  font-size: 14px;
  height: 40px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form-dropDown.active .dropdown .dropdown-toggle {
  background: #e6f2ff;
  border-color: #1e40af;
  color: #1e40af;
}

.search-form-dropDown .dropdown .dropdown-toggle:after {
  content: "\f078";
  font: normal normal normal 14px / 1 FontAwesome;
  border: none;
  font-size: 12px;
  margin-left: 10px;
  transition: 0.15s all linear;
}

.search-form-dropDown .dropdown .dropdown-toggle.show:after {
  transform: rotate(180deg);
}

.search-form-dropDown .dropdown .dropdown-toggle:hover,
.search-form-dropDown dropdown>:focus {
  background: #e6f2ff;
  border: 1px solid #1e40af;
  color: #1e40af;
  box-shadow: none;
}

.search-form-dropDown .radio-group .btn-outline-primary {
  width: 100%;
  font-size: 15px;
}

.search-form .btn.btn-primary {

  border-radius: 35px;
  font-weight: 600;
  font-size: 14px;
  height: 40px;

}

.search-form .search-btn {
  min-width: 100px;
}

.search-form {
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
}

.search-form-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.search-form-dropDown .dropdown-menu {
  padding: 16px;
  box-shadow: 0 0 10px 1px #d580af1f;
  border: none;
  min-width: 250px;
  position: relative;
  top: 25px !important;
}

.search-form-dropDown .dropdown-menu li a {
  margin-right: 5px;
  margin-top: 7px;
  padding: 5px 14px;
  line-height: 1.25rem;
}

.search-form-dropDown .dropdown-menu li a.active,
.search-form-dropDown .dropdown-menu li a:hover {
  background-color: #e8f4fe;
  color: #0246c1;
  border-color: #e8f4fe;
}

.search-form-dropDown .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: none;
  border-bottom: 10px solid #fff;
  -webkit-filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}

.search-form-dropDown .dropdown-menu-lg {
  min-width: 400px;
}

.search-form-dropDown .more-filter-popup:before {
  left: auto;
  right: 30px;
}



.more-filter-popup .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #777779;
  width: 100%;
  float: left;
  margin: 0 0 6px 2px;
  cursor: pointer;
}

.more-filter-popup .form-control {
  height: 40px;
  border: 1px solid #7b7b7d;
  width: 100%;
  padding: 8px;
  outline: none;
  border-radius: 5px;
}

.more-filter-popup .form-control::placeholder {
  color: rgba(72, 72, 72, 0.55);
}

.search-form .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 16px 0;
}

.search-form-dropDown .radio-group {
  background: white;
  border-radius: 8px;
  padding: 4px;
  display: inline-flex;
  border: 1px solid #7b7b7d;
  height: 40px;
}

.search-form-dropDown .radio-group .btn-check:checked+.btn-outline-primary {
  border-color: #e8f4fe;
  background: #e8f4fe;
  color: #0246c1;
}

.search-form-dropDown .radio-group .btn-outline-primary {
  border: none;
  background: transparent;
  color: #6c757d;
  border-radius: 6px;
  padding: 3px 7px;
  font-weight: 500;
  transition: all 0.2s ease;
  margin: 0;
  box-shadow: none;
}

.search-form-dropDown .radio-group .btn-outline-primary:hover {
  background-color: transparent;
  color: #484848;
}

.search-form-dropDown .radio-group .btn-outline-primary:focus {
  box-shadow: none;
}

/* Property type change animations */
.search-form-dropDown .radio-group .btn-outline-primary {
  transition: all 0.3s ease;
}

/* Status filter transitions */
.sales-status, .rental-status {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sales-status.d-none, .rental-status.d-none {
  opacity: 0;
  visibility: hidden;
}

/* Procedure section within status dropdown */
#procedure-section {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

#procedure-section[style*="display: none"] {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* Sold by filter container */
#sold-by-filter-container {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#sold-by-filter-container[style*="display: none"] {
  opacity: 0;
  visibility: hidden;
}

.more-filter-popup .form-control:focus {
  background-color: transparent;
  border-color: #1e40af;
  color: #484848;
  box-shadow: none;
}


.more-filter-popup .form-select:focus {
  box-shadow: none;
  border-color: #1e40af;
}

.property-table {
  width: 100%;
}

.transactionsTable {
  overflow-x: auto;
  margin-top: 15px;
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 10px 1px #d580af1f;
}

/* transactionsTable */
.transactionsTable .property-table thead {
  background: #e7f0ff;
  font-weight: bold;
}

.transactionsTable .property-table thead th {
  text-align: left;
  padding: 16px;
  font-size: 15px;
}

.transactionsTable .property-table thead th:first-child {
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.transactionsTable .property-table thead th span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.transactionsTable .property-table tbody td {
  padding: 16px;
  font-size: 14px;
  border-top: 1px solid #e0e0e0;
  vertical-align: top;
  white-space: nowrap;
}

#resultsBody td:first-child {
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.transactionsTable .property-table tbody td small {
  color: #555;
  font-size: 13px;
}

.transactionsTable .badge.offplan {
  background: #ffe8d4;
  color: #f57c00;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 6px;
  display: inline-block;
}

.transactionsTable .unit-tag {
  background: #e3edff;
  color: #2a5adf;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
  margin-left: 5px;
}

.transactionsTable .date-pill {
  background: #deddf0;
  color: #333;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.transactionsTable .details-btn {
  padding: 6px 14px;
  border: 1px solid #1e40af;
  color: #1e40af;
  background: white;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.3s;
}

.transactionsTable .details-btn:hover {
  background: #1e40af;
  color: white;
}

.transactionsTable .new-contract {
  color: #1976d2;
  font-weight: 500;
}

.transactionsTable .renewed-contract {
  color: #f57c00;
  font-weight: 500;
}

/* Snapshot trend indicators */
.snapshot-trend {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.snapshot-card.snapshot-card-progress .snapshot-trend {
  color: #28a745;
}

.snapshot-card.snapshot-card-down .snapshot-trend {
  color: #dc3545;
}


.transactionsTable-search .search-location input {
  width: 100%;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  background: #e6f2ff;
  border: 1px solid #1e40af;
  color: #1e40af;
  padding: 6px 12px;
  border-radius: 24px;
  position: relative;
  height: 40px;
}

.transactionsTable-search button {
  background: none;
  border: none;
  color: #444;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 15px;
  padding: 0;
  margin: 0;
  height: 35px;
}

.transactionsTable .property-table tfoot td:not(last-child) {
  border: 0;
  padding: 0 6px 20px;
}

.transactionsTable .property-table tfoot td button {
  line-height: normal;
  padding: 7px 12px;
  font-size: 13px;
  border-radius: 2px;
  font-weight: 500;
}

.snapshot-card-progress i {
  color: #278701;
}

.snapshot-card-down i {
  color: #e31224;
}


.transactionsTable-search .search-location input:focus {
  outline: none;
  box-shadow: none;
}

.search-location {
  position: relative;
  width: 300px;
  height: 40px;
}

.search-location button svg {
  width: 11px;
  height: 11px;
  fill: gray;
  margin-left: 10px;
  cursor: pointer;
}

.custom-selectList-search svg {
  width: 20px;
  height: 20px;
  fill: #77757a;
}

.custom-selectList-search {
  position: relative;
  align-items: center;
  height: 40px;
  display: flex;
  border-radius: 25px;
  border: 1px solid #f5f5f5;
  margin-right: 5px;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 20px;
  width: 400px;
}

.custom-selectList-search input {
  display: flex;
  padding: 0 15px;
  height: 35px;
  border: none;
  outline: none;
  font-size: 16px;
  flex-grow: 1;
}

.featuredSearches figure {
  margin: 0;
  padding: 10px 18px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 400;
}

.featuredSearches ul li {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px;
  font-size: 1rem;
  color: #5a5a5a;
  cursor: pointer;
  outline: none;
}

.featuredSearches ul li svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #999999;
}

.featuredSearches {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f5f5f5;
  max-height: 260px;
  overflow-y: auto;
  position: absolute;
  top: 40px !important;
  width: calc(100% - 5px);
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: white;
  z-index: 99999999;
  border-width: 0 1px 1px 1px;
}
.featuredSearchesAuto.areasList{
    top: 36px !important;
}
.custom-selectList {
  position: relative;
}

.featuredSearches ul {
  padding: 0;
}

/*  */

.snapshot-box {
  background-color: #fff;
  padding: 15px;
  margin-top: 25px;
}

.snapshot-box [class*="col-"]:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.snapshot-card {
  text-align: center;
  min-height: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.snapshot-card h3 {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin: 0 0 8px 0;
}

.snapshot-value {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 8px;
}

.snapshot-card span {
  padding: 5px 20px;
  border-radius: 35px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  background: #f2f2f2;
  margin-bottom: 8px;
  display: inline-block;
}

.transactionsSec-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.reportFilters {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.date-range-text {
  font-weight: bold;
  font-size: 15px;
}

.reportFilters-item {
  display: flex;
  align-items: center;
}

.reportFilters-item p {
  margin-bottom: 0;
  flex-shrink: 0;
  font-size: 15px;
  color: #000;
}

.reportFilters-item:not(:last-child) {
  margin-right: 20px;
}

.reportFilters-item .form-select {
  margin-left: 16px;
  border-radius: 8px;
}

.date-range-text span {
  font-weight: normal;
}

.reportFilters-item svg {
  width: 18px;
  height: 18px;
  margin-left: 4px;
}

/* media query */

@media (max-width: 1399px) {
  .sub-heading {
    font-size: 28px !important;
  }

  .snapshot-box {
    margin-top: 20px;
  }

  .snapshot-value {
    font-size: 28px;
  }

  .py-50 {
    padding: 40px 0;
  }

}

.transactionsTable .badge.ready {
  background: #e3f9e9;
  color: #2bb568;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 6px;
  display: inline-block;
}

.transactionsTable .badge.new {
  background: #e3f2fd;
  color: #1976d2;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 6px;
  display: inline-block;
}

.transactionsTable .badge.renewed {
  background: #fff3e0;
  color: #f57c00;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 6px;
  display: inline-block;
}

/* .popup-pills .date-pill-btn.selected {
background: #1e40af !important;
color: #fff !important;
border-radius: 20px;
padding: 6px 20px;
font-weight: 500;
transition: background 0.2s;
}

.date-pill-btn {
transition: background 0.2s;
} */

.item-count {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #0246c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  top: 3px;
  right: 10px;
  z-index: 1;
  font-size: 10px;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid #ccc;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}
@keyframes spinner-border {
  100% { transform: rotate(360deg); }
}

#paginationCount {
  background: #fff;
  border: 1px solid #7b7b7d;
  color: #1e40af;
  border-radius: 24px;
  font-size: 14px;
  padding: 6px 18px;
  margin: 12px 0 0 0;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(2,70,193,0.04);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}

#paginationCount {
  float: right;
  clear: both;
}


/* commonModal */
.commonModal .modal-content {
  border-radius: 18px;
}

.commonModal .modal-header {
  padding: 12px;
}

.commonModal .modal-title {
  font-weight: 600;
  font-size: 18px;
}

.commonModal .btn-close {
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-size: 11px;
  padding: 1px;
  margin-right: 5px;
}

.priceBox {
  max-width: 600px;
  margin: auto;
  border-radius: 16px;
  padding: 42px 30px 15px;
  display: flex;
  flex-direction: column;
  transform: translate3d(0, 0, -1px);
  background: conic-gradient(from 215deg at 50% 50%, #f424b4 0deg, #bd2ae9 calc(360deg / 7 * 1), #ffee55 calc(360deg / 7 * 2), #abf6f9 calc(360deg / 7 * 3), #677eff calc(360deg / 7 * 4), #ffad52 calc(360deg / 7 * 5), #ff3867 calc(360deg / 7 * 6), #f424b4 360deg);
}

.priceBox:before {
  content: '';
  visibility: visible;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 1;
  border-radius: 16px;
  margin: 1px;
  filter: blur(1px);
}

.priceBox_inner h1 {
  color: #000;
  font-size: 70px;
  line-height: 1;
  font-weight: bolder;
}

.priceBox_inner {
  position: relative;
  z-index: 1;
  text-align: center;
  border-top: 1px solid #eaf0fe;
  border-bottom: 1px solid #f1dcdc;
  padding: 16px 0;
}

.priceBox_inner h1 sub {
  bottom: 0;
  font-size: 50%;
  line-height: 0;
  position: relative;
  font-weight: 600;
}

.priceBox_inner h3 {
  font-size: 20px;
  color: #000;
}

.dateBox {
  color: #000;
  position: relative;
  z-index: 1;
  padding-top: 16px;
  font-size: 15px;
}

.dateBox i {
  margin-right: 5px;
}

.propertyInfo {
  max-width: 600px;
  margin: auto;
  padding: 60px 35px;
}

.propertyInfo-title {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
}

.propertyInfo-title i {
  color: #e9222f;
  font-size: 20px;
}

.propertyInfo ul li label {
  font-size: 16px;
  line-height: 24px;
  color: #6b6b6b;
  width: 35%;
  padding-left: 15px;
}

.propertyInfo ul li span {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  width: 50%;
  padding-left: 35px;
  color: #000;
  font-weight: 700;
}

.propertyInfo ul li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.propertyInfo ul li:first-child {
  padding-top: 10px;
}

.modal-subHeading {
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  margin-bottom: 32px;
}

.previous .nav-tabs {
  justify-content: center;
  border-bottom: 0;
  background: #f6f4f2 !important;
  width: 155px;
  padding: 5px;
  border-radius: 50px;
  padding-bottom: 5px !important;
  margin: 0px auto 0;
  z-index: 9;
  position: relative;
}

.previous .nav-tabs .nav-link {
  color: #000;
  padding: 7px 19px;
  box-shadow: none;
  border: transparent;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
}

.previous .nav-tabs .nav-item.show .nav-link,
.previous .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #000;
}

.shareBtn {
  margin-top: 65px;
}

.shareBtn p {
  font-size: 18px;
  font-weight: 500;
}

.shareBtn .btn {
  padding: 7px 28px;
  border-radius: 0;
}

.saleBox {
  max-width: 460px;
  margin: 60px auto auto;
}

.saleBox_left h4 {
  font-weight: 600;
  line-height: 34px;
  font-size: 16px;
}

.saleBox p {
  font-size: 18px;
  margin-bottom: 0;
  color: #a18d8f;
}

.saleBox_right,
.saleBox_left {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding: 16px 8px;
}

.saleBox_right {
  position: relative;
}

.saleBox_right:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #dfdfdf;
  position: absolute;
  left: 0;
  top: 0;
}

.saleBox_right:after {
  content: "";
  width: 25px;
  height: 25px;
  border: 6px solid #fff;
  background: #0246c1;
  position: absolute;
  left: -12px;
  top: 20px;
  border-radius: 50%;
}

.saleBox_right_badge {
  background: #000;
  border-radius: 50px;
  color: #fff;
  padding: 10px 14px 10px 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 5px;
}

.rentBox {
  max-width: 922px;
  margin: auto;
}

.rententBox_date h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 0;
}

.rententBox_date p {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #958787;
}

.rententBox_badge {
  background: #000;
  border-radius: 50px;
  color: #fff;
  padding: 8px 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.rententBox_price p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 5px;
}

.rententBox_price i {
  color: #ddde53;
  margin-right: 5px;
  font-size: 22px;
}

.rentBox {
  margin-top: 100px;
}

.rententBox_item {
  position: relative;
}

.rententBox_item:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #dfdfdf;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 18px;
}

.rententBox_date {
  background-color: #fff;
  position: relative;
  text-align: center;
}

.rententBox_startDate {
  padding-right: 25px;
}

.rententBox_endDate {
  padding-left: 25px;
}

.rententBox_price {
  position: relative;
}

.rententBox_startDate:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #0246c1;
  position: absolute;
  right: 0;
  top: 11px;
  border-radius: 50%;
}

.rententBox_endDate:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #0246c1;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
}

.rententBox_startDate .fa-key {
  position: absolute;
  right: -60px;
  top: -20px;
  font-size: 28px;
  color: #0246c1;
}

.rententBox_endDate .fa-sign-out {
  position: absolute;
  left: -50px;
  color: #0246c1;
  font-size: 28px;
  top: -20px;
}

.rententBox_item:not(:last-child) {
  margin-bottom: 85px;
}

.locationMap {
  margin-top: 85px;
}

#mainResetBtn {
  border-radius: 24px;
  min-width: 80px;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
}

.snapshotSec .snapshotSec_inner{
  padding: 80px 75px;
  position: relative;
}
.snapshotSec .snapshotSec_inner::before{
  content: "";
  width: 140px;
  height: 175px;
  position: absolute;
  left: 22px;
  top: 25px;
  background-image: radial-gradient(#cbdaff 2px, transparent 3px);
  background-size: 25px 25px;
  background-position: 0 0, 100px 100px;
}
.snapshotSec .snapshotSec_box{
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 40px;
  border-radius: 8px;
  position: relative;
}
.snapshotSec .snapshotSec_box h2{
  font-size: 38px;
  line-height: 40px;
  font-weight: 900;
  margin: 0 0 15px;
}
.snapshotSec .snapshotSec_box p{
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
}
.filterSec .filterSec_head{
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  position: sticky;
  top: 56px; /* Position below the navbar (adjust based on navbar height) */
  z-index: 1020; /* Lower than navbar-fixed (1030) but higher than other content */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.filterSec .form-select{
  font-size: 15px;
  border-radius: 0px;
}
.filterSec .form-select:focus{
  box-shadow: none;
}
.filterSec .filterSec_head{
  margin-bottom: 32px;
  /* Sticky positioning is already defined in the first occurrence above */
}
.filterSec .filterSec_body h2{
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 32px;
}
.filterSec .filterSec_body h2 span{
  background: linear-gradient(80deg, #ac1bb5, #03a9f4, #0246c1);
  -webkit-background-clip: text;
  color: transparent;
}
.filterSec .filterSec_body .filterSec_body_items{
  margin-bottom: 30px;
}
.filterSec .filterSec_body_box{
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}
.filterSec .nav-pills{
  margin-bottom: 20px;
}
.filterSec .nav-pills .nav-link{
  border: 1px solid #dfdfdf;
  background-color: #f8f8f8;
  padding: 8px 12px;
  min-width: 150px;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 500;
  color: #383838;
}
.filterSec .nav-pills .nav-link.active,.filterSec  .nav-pills .show>.nav-link{
  background-color: #0246c1;
  border-color: #0246c1;
  color: #fff;
}
.filterSec .filterSec_cards_box{
  margin-bottom: 20px;  
}
.filterSec .filterSec_cards_box_icon{
  width: 64px;
  height: 64px;
  background-color: #0246c1;
  display: flex;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-right: 20px;
}
.filterSec .filterSec_cards_box h3{
  font-size: 26px;
  font-weight: 600;
  margin-bottom:5px;
}
.filterSec .filterSec_cards_box p{
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
}
.filterSec .filterSec_list_items{
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  margin-bottom: 20px;
}
.filterSec .filterSec_list_txt{
    padding: 20px;
}
.filterSec .filterSec_list_txt h2{
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.filterSec .filterSec_list_info_item:not(:last-child){
  margin-bottom: 10px;
  border-bottom: 1px solid #ebe5e5;
  padding-bottom: 10px;
}
.filterSec .filterSec_list_info_lft h3{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 36px;
}
.filterSec .filterSec_list_info_lft span{
  font-size: 16px;
  font-weight: 500;
  color: #958787;
}
.filterSec .filterSec_list_info_rgt .badge {
  font-size: 14px;
  font-weight: 400;
  em{
    margin-right: 8px;
    font-weight: 400;
  }
}

/* Median Property Prices Chart Tabs */
#median-prices-tab .nav-link {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #6c757d;
  font-weight: 500;
  padding: 8px 16px;
  margin-right: 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

#median-prices-tab .nav-link:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
  color: #495057;
}

#median-prices-tab .nav-link.active {
  background: linear-gradient(135deg, #0246c1, #0056b3);
  border-color: #0246c1;
  color: white;
  box-shadow: 0 2px 4px rgba(2, 70, 193, 0.2);
}

#median-prices-tab .nav-link i {
  margin-right: 4px;
}

/* Chart container styling */
#median_property_prices_chart,
#median_property_prices_sqft_chart {
  min-height: 400px;
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Navbar fixed styles */
.navbar-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Add padding to body when navbar is fixed to prevent content jump */
body.navbar-fixed-active {
    padding-top: 76px; /* Adjust based on your navbar height */
}

/* Hide off-plan and first sale filters when rental section is visible */
.filterSec .filterSec_head select[name="is_off_plan"],
.filterSec .filterSec_head select[name="is_first_sale"] {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.filterSec .filterSec_head select[name="is_off_plan"].hidden,
.filterSec .filterSec_head select[name="is_first_sale"].hidden {
    opacity: 0;
    visibility: hidden;
    width: 0;
    padding: 0;
    margin: 0;
    border: none;
}

/* Sticky search form for index.php */
.search-form {
    position: sticky;
    top: 56px; /* Position below the navbar (adjust based on navbar height) */
    z-index: 1020; /* Lower than navbar-fixed (1030) but higher than other content */
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 15px 0;
}


 .filterSec_list_items {
  flex: 0 0 49%;
  max-width: 49%;
}


.areasList {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f5f5f5;
  max-height: 260px;
  overflow-y: auto;
  position: absolute;
  top: 40px !important;
  width: calc(100% - 5px);
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: white;
  z-index: 99999999;
  border-width: 0 1px 1px 1px;
}

.areasList ul li.selected {
  background-color: #f8f9fa;
  border-left: 3px solid #0246c1;
}

.areasList ul li:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}

/* Autocomplete loader styles */
.autocomplete-loader {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  color: #6c757d;
  font-size: 14px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.autocomplete-loader .spinner-border {
  width: 16px;
  height: 16px;
}

.autocomplete-loader:hover {
  background-color: #f8f9fa !important;
  cursor: default !important;
}

.highlight {
  /* background-color: #ff0; */
  font-weight: bold;
  color: #0d6efd;
}

/* Slider Loader Styles */
.slider-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  min-height: 33px;
  font-size: 14px;
  color: #666;
  border: 1px solid #e0e0e0;
}

.slider-loader .spinner-border {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 0.2em;
}

/* Hide slider content when loading */
.slider-loading .mySwiper {
  opacity: 0.3;
  pointer-events: none;
}

.slider-loading .swiper-button-next,
.slider-loading .swiper-button-prev {
  opacity: 0.3;
  pointer-events: none;
}