/* global css */
body {
  font-family: "Poppins", sans-serif !important;
  background-color: #f9fafc;
}

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

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

.btn.btn-primary {
  background-color: #e42b6b;
  border-color: #e42b6b;
  color: #fff;
}

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

.btn-outline-primary {
  color: #e42b6b;
  border-color: #e42b6b;
  background-color: rgb(228, 43, 107, 0.1);
}

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

.sub-heading {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.2 !important;
  margin-bottom: 12px;
}

.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 {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

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

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

.popup-pills ul a:hover {
  border-color: #e42b6b;
  color: #e42b6b;
}

.popup-pills ul li a.selected {
  border-color: #e42b6b;
  color: #e42b6b;
  font-weight: 600;
}

.popup-pills ul li.active a {
  border-color: #e42b6b;
  color: #e42b6b;
  font-weight: 600;
}

.popup-pills {
  margin-top: 30px;
  margin-bottom: 30px;
}

.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 #e3e3e3;
  color: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  min-width: 125px;
  border-radius: 4px;
  font-size: 14px;
  height: 44px;
  box-shadow: none;
  display: inline-block;
  align-items: center;
  position: relative;
  font-weight: 400;
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.search-form-dropDown.active .dropdown .dropdown-toggle {
  background: #ffe5ee;
  border-color: #e42b6b;
  color: #000;
}

.search-form-dropDown .dropdown .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "\e903";
  font-family: "icomoon";
  font-size: 9px;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  transform: translateY(-50%);
  transition: all 0.3s;
}

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

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

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

.search-form .btn.btn-primary {
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e42b6b;
  border: none;
  width: 44px;
  height: 44px;
}

.search-form .btn-outline-secondary {
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  width: 44px;
  height: 44px;
  color: #000;
}

.search-form .btn-outline-secondary:hover,
.search-form .btn-outline-secondary:focus,
.search-form .btn-outline-secondary:active {
  border-color: #e42b6b;
  background-color: #fff0f5;
}

.moreFilter.search-form-dropDown .dropdown .dropdown-toggle {
  width: 44px;
  min-width: auto;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 16px;
  border: none;
}

.moreFilter.search-form-dropDown .dropdown .dropdown-toggle:focus,
.moreFilter.search-form-dropDown .dropdown .dropdown-toggle:hover,
.moreFilter.search-form-dropDown .dropdown .dropdown-toggle:active {
  border: none;
  box-shadow: none;
  background-color: #141212;
}

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

.search-form .search-btn:focus,
.search-form .search-btn:hover,
.search-form .search-btn:active {
  border: none;
  box-shadow: none;
  background-color: #e93d78;
}

.search-form-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-form-dropDown .dropdown-menu {
  padding: 16px;
  box-shadow: 0 0 10px 1px #d580af1f;
  border: none;
  min-width: 280px;
  position: relative;
  top: 10px !important;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  max-height: 450px;
  overflow-y: auto;
}

.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: #ffe5ee;
  color: #e42b6b;
  border-color: #ffe5ee;
}

.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: 13px;
  font-weight: 400;
  color: #000 !important;
  width: 100%;
  float: left;
  margin: 0 0 4px 0px;
  cursor: pointer;
}

.more-filter-popup .form-control {
  height: 44px;
  border: 1px solid #e3e3e3;
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 4px;
  font-size: 14px;
}

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

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

.filter-footer-btn {
  border-top: 1px solid #e3e3e3;
}

.filter-sticky-sec .search-form,
.filter-sticky-sec .filterSec_top,
.filter-sticky-sec .offplanBox {
  position: sticky;
  top: 78px;
  z-index: 9;
}

.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: #ffe5ee;
  background: #ffe5ee;
  color: #e42b6b;
  font-weight: 500;
}

.search-form-dropDown .radio-group .btn-outline-primary {
  border: none;
  background: transparent;
  color: #6c757d;
  border-radius: 6px;
  padding: 3px 7px;
  font-weight: 400;
  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: #e42b6b;
  color: #000;
  box-shadow: none;
}

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

.property-table {
  width: 100%;
  border: 1px solid #eceeee;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}

.transactionsTable {
  overflow-x: auto;
  margin-top: 15px;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 10px 1px #d580af1f;
}

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

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

.transactionsTable .property-table thead th div span {
  opacity: 0.5;
}

.transactionsTable .property-table thead th span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.transactionsTable .property-table tbody td {
  padding: 12px 20px;
  font-size: 14px;
  border-top: 1px solid #e6e6e6;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.8);
}

/* Unit column - keep compact */
.transactionsTable .property-table tbody td:nth-child(1) {
  white-space: nowrap;
  width: 80px;
}

/* Location column - allow wrapping */
.transactionsTable .property-table tbody td:nth-child(2) {
  width: 280px;
  white-space: normal;
  word-wrap: break-word;
}

/* Other columns - keep compact */
.transactionsTable .property-table tbody td:nth-child(3),
.transactionsTable .property-table tbody td:nth-child(4),
.transactionsTable .property-table tbody td:nth-child(5),
.transactionsTable .property-table tbody td:nth-child(6),
.transactionsTable .property-table tbody td:nth-child(7) {
  white-space: nowrap;
}

/* Eye icon column - minimal width */
.transactionsTable .property-table tbody td:nth-child(7) {
  width: 60px;
}

.transactionsTable .property-table tbody td small {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

.transactionsTable .unit-tag {
  background: #e3e3e3;
  color: rgba(0, 0, 0, 0.7);
  padding: 5px 8px;
  border-radius: 4px;
  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;
  border: 1px solid #e0e0e0;
  color: #a4a4a4;
  background: transparent;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.3s;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transactionsTable .details-btn:hover {
  border-color: #e42b6b;
  color: #e42b6b;
}

.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: #ffe5ee;
  border: 1px solid #e3e3e3;
  color: #000;
  padding: 10px 10px;
  border-radius: 4px;
  position: relative;
  height: 44px;
  padding-right: 36px;
}

.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;
}

.transactionsTable .property-table tfoot td button {
  line-height: normal;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 400;
  height: 36px;
  border: 1px solid #595959;
  color: #595959;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s;
}

.transactionsTable .property-table tfoot td button:hover {
  background-color: #595959;
  color: #fff;
}

.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: 275px;
  height: 44px;
}

.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: 44px;
  display: flex;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  margin-right: 0;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 20px;
  width: 275px;
}

.custom-selectList-search input {
  display: flex;
  padding: 0 8px;
  height: 40px;
  border: none;
  outline: none;
  font-size: 14px;
  flex-grow: 1;
}

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

.featuredSearches ul li {
  min-height: 34px;
  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: 14px;
  color: rgba(0, 0, 0, 0.7);
  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 #e3e3e3;
  max-height: 260px;
  overflow-y: auto;
  position: absolute;
  top: 44px !important;
  width: 100%;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  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;
  margin: 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;
  min-width: 265px;
}

.reportFilters-item p {
  margin-bottom: 0;
  flex-shrink: 0;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-right: 12px;
}

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

.reportFilters-item .form-select {
  margin-left: 16px;
  border-radius: 4px;
  border-color: #eceeee;
  font-size: 16px;
  min-width: 220px;
  height: 40px;
}

.reportFilters-item .form-select:focus {
  box-shadow: none;
  outline: none;
}

.transactionsSec {
  margin-top: 35px;
}

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

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

.transactionsTable .badge {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(6, 116, 85, 0.2);
  border-radius: 50px;
}

.transactionsTable .badge.offplan {
  background: rgba(255, 74, 74, 0.1);
  color: #ff4a4a;
}

.transactionsTable .badge.ready {
  background: rgba(24, 169, 128, 0.1);
  color: #18a980;
}

.transactionsTable .badge.new {
  background: #e3f2fd;
  color: #ff4a4a;
}

.transactionsTable .badge.renewed {
  background: #fff3e0;
  color: #f57c00;
}

/* .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 0.75s linear infinite;
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

#paginationCount {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

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

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

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

.commonModal .modal-title {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}

.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: 0;
  position: absolute;
  right: 15px;
}

.commonModal .btn-close:hover,
.commonModal .btn-close:focus,
.commonModal .btn-close:active {
  box-shadow: none;
  outline: none;
  border-color: #e42b6b;
  color: #e42b6b;
}

.priceBox {
  max-width: 500px;
  margin: auto;
  border-radius: 16px;
  padding: 25px 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: 52px;
  line-height: 1;
  font-weight: bolder;
}

.priceBox_inner {
  position: relative;
  z-index: 1;
  text-align: center;
  /* border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0; */
}

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

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

.dateBox {
  color: #000;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
}

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

.propertyInfo {
  max-width: 600px;
  margin: auto;
  padding: 20px 40px;
}

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

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

.propertyInfo ul li label {
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  width: 35%;
  padding-left: 0;
}

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

.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: 25px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
}

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

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

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

.shareBtn {
  margin-top: 25px;
}

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

.shareBtn .btn {
  padding: 7px 20px;
  border-radius: 4px;
}

.saleBox {
  max-width: 460px;
  margin: 20px 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: #e3e3e3;
  position: absolute;
  left: 0;
  top: 0;
}

.saleBox_right:after {
  content: "";
  width: 25px;
  height: 25px;
  border: 6px solid #fff;
  background: #e42b6b;
  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: 35px;
}

.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: #e42b6b;
  position: absolute;
  right: 0;
  top: 11px;
  border-radius: 50%;
}

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

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

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

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

.locationMap {
  margin-top: 30px;
}

.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;
}

#searchFilterForm {
  display: flex;
  align-items: center;
  gap: 8px;
}

.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 .form-select {
  font-size: 15px;
  border-radius: 0px;
  height: 44px;
  border-color: #e3e3e3;
}

.filterSec .form-select:focus {
  box-shadow: none;
  outline: none;
}

.filterSec_body {
  position: relative;
  z-index: 1;
}

.filterSec .filterSec_head {
  margin-bottom: 32px;
  gap: 8px;
  /* Sticky positioning is already defined in the first occurrence above */
}

.filterSec .filterSec_body h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
}

.filterSec .filterSec_body h2 span {
  background: linear-gradient(
    90deg,
    rgba(228, 43, 107, 1) 51%,
    rgba(221, 96, 242, 1) 100%
  );
  -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: 10px;
  border: 1px solid #e3e3e3;
}

.filterSec .nav-pills {
  margin-bottom: 20px;
}

.filterSec .nav-pills .nav-link {
  border: 1px solid #e42b6b;
  background-color: #ffe5ee;
  padding: 8px 12px;
  min-width: 150px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.filterSec .nav-pills .nav-link.active,
.filterSec .nav-pills .show > .nav-link {
  background-color: #e42b6b;
  border-color: #e42b6b;
  color: #fff;
}

.filterSec .nav-pills .nav-item:first-child button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.filterSec .nav-pills .nav-item:last-child button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.filterSec .nav-pills .nav-item:not(:first-child):not(:last-child) button {
  border-left: 0;
  border-right: 0;
}

.filterSec .filterSec_cards_box {
  margin-bottom: 20px;
}

.filterSec .filterSec_cards_box_icon {
  width: 64px;
  height: 64px;
  background-color: #e42b6b;
  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 #e3e3e3;
  border-radius: 10px;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.filterSec .filterSec_list_items:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.filterSec .filterSec_list_txt {
  padding: 20px;
}

.filterSec .filterSec_list_items .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 #e3e3e3;
  padding-bottom: 10px;
}

.filterSec .filterSec_list_info_lft h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1;
}

.filterSec .filterSec_list_info_lft span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

section.filterSec {
  margin-bottom: 50px;
}

.filterSec .filterSec_list_info_rgt .badge {
  font-size: 13px;
  font-weight: 400;
  padding: 5px 10px;

  em {
    margin-right: 8px;
    font-weight: 400;
  }
}

.filterSec_list_info_rgt .text-bg-success {
  background-color: #18a980 !important;
}

.filterSec_list_info_rgt .text-bg-danger {
  background-color: #ff4a4a !important;
}

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

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

#median-prices-tab .nav-link.active {
  background-color: #e42b6b;
  border-color: #e42b6b;
  color: white;
}

#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 0 0;
}

/* 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 {
  z-index: 2;
  position: relative;
  /* margin-top: -225px; */
}

.search-form-content,
.filterSec_head,
.offplanBox_cnt {
  padding: 27px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.search-form-content::before,
.filterSec_head::before,
.offplanBox_cnt::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  content: "";
  margin: 0 auto;
  background: #ffdd67;
  background: linear-gradient(
    45deg,
    rgba(255, 221, 103, 1) 0%,
    rgba(244, 145, 105, 1) 51%,
    rgba(221, 96, 242, 1) 100%
  );
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.filterSec_list_items {
  flex: 0 0 50%;
  max-width: calc(50% - 10px);
}

.filterSec_list {
  gap: 20px;
}

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

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

.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: 60px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.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;
}

/* Container for the locked section */
.locked-section {
  position: relative;
  /* Needed for absolute positioning of overlay */
  overflow: hidden;
  /* Keeps the blur edges clean */
}

/* The content to be blurred */
.locked-section .snapshot-box {
  filter: blur(8px);
  /* Adjust blur intensity here */
  pointer-events: none;
  /* Prevents clicking on blurred content */
  user-select: none;
  /* Prevents selecting text */
  opacity: 0.6;
  /* Optional: fades it out slightly */
}

/* The Overlay Container */
.login-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  /* Ensures it sits on top */
}

/* The Sign In Button Styling */
.login-overlay .btn-login {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.login-overlay .btn-login:hover {
  transform: scale(1.05);
  /* Slight zoom on hover */
  background-color: #222;
}

.mainHeader .btn-login {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s;
}

.mainHeader .btn-login:hover {
  background-color: #222;
}

/* Login Modal Styles */
.login-modal-content {
  border-radius: 10px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.login-modal-content .modal-header {
  border-bottom: none;
  padding: 20px 20px 0;
}

.login-modal-content .modal-header .btn-close {
  background-size: 0.8em;
  margin-left: auto;
  opacity: 0.5;
  margin-bottom: 5.5px;
}

.login-modal-content .modal-header .btn-close:hover {
  opacity: 0.9;
}

.login-modal-content .modal-header .btn-close:focus,
.login-modal-content .modal-header .btn-close:active {
  box-shadow: none;
  outline: none;
}

.login-modal-content .modal-body {
  padding: 30px;
}

.login-modal-content .form-control {
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  height: 44px;
  font-size: 15px;
}

.login-modal-content .form-control:focus {
  border-color: #e42b6b;
  box-shadow: none;
  outline: none;
}

.login-modal-content input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
}

.login-modal-content input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /*your box-shadow*/
  -webkit-text-fill-color: #333;
}

.login-modal-content .btn-continue {
  padding: 10px 15px;
  border-radius: 4px;
  /* Pill shape */
  font-weight: 600;
  font-size: 16px;
  background-color: #e42b6b;
  /* Bootstrap primary blue */
  border: none;
  height: 44px;
  width: 100%;
  margin-top: 0;
  color: #fff;
}

.login-modal-content .btn-continue:hover {
  background-color: #e93d78;
  color: #fff;
}

.login-modal-content .forgot-password-link {
  font-size: 16px;
  color: #e42b6b;
  text-decoration: none;
  font-weight: 600;
}

.login-modal-content .forgot-password-link:hover {
  color: #e93d78;
}

.login-modal-content .register-link {
  font-weight: 600;
  color: #e42b6b;
  text-decoration: none;
  font-size: 16px;
}

.login-modal-content .register-link:hover {
  color: #e93d78;
}

.alert-success {
  background-color: #2e7d32;
  /* Green background */
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.alert-success .fa-check-circle {
  color: #fff;
}

.alert-success .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  /* Make close button white */
}

/* OR Divider Styles */
.login-or-divider {
  text-align: center;
  margin: 20px 0;
  position: relative;
}

.login-or-divider:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e3e3e3;
  z-index: 1;
}

.login-or-divider span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  color: #6c757d;
  font-weight: 600;
}

/* Error Message Styles */
.alert-warning {
  background-color: #ffc107;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.alert-warning .fa-exclamation-triangle {
  color: #000;
}

.alert-warning .btn-close {
  filter: none;
}

.alert-warning ul {
  list-style-type: disc;
}

/* Social Login Buttons */
.social-login-container {
  margin-top: 10px;
}

/* Google Sign-In Button - Following Google Brand Guidelines */
.google-btn {
  background-color: #ffffff;
  color: #e42b6b;
  border: 1px solid #e3e3e3;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  padding: 12px 24px;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
  min-height: 40px;
}

.google-btn:hover {
  border-color: #e42b6b;
}

.google-btn:active {
  border-color: #e42b6b;
}

.google-btn:focus {
  outline: none;
  box-shadow: none;
}

.google-icon {
  flex-shrink: 0;
  margin: 0;
}

.google-btn span {
  font-weight: 500;
  line-height: 1;
}

.whatsapp-btn {
  background-color: #25d366;
  color: #fff;
  border: 1px solid #25d366;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.whatsapp-btn:hover {
  background-color: #128c7e;
  border-color: #128c7e;
  color: #fff;
  box-shadow: 0 2px 5px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn i {
  font-size: 18px;
}

/* desing update css */
.transparentHeader .mainHeader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

.transparentHeader .mainHeader .navbar {
  background-color: transparent !important;
  box-shadow: none !important;
}

.transparentHeader .mainHeader .navbar-fixed {
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.mainHeader .navbar-brand {
  padding: 0;
}

.mainHeader .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8) !important;
  padding: 0 !important;
  margin: 0;
}

.mainHeader .nav-link em {
  margin-right: 8px;
}

.mainHeader .nav-link:hover,
.mainHeader .nav-link.active {
  color: #e42b6b !important;
}

.mainHeader .nav-link.active {
  font-weight: 600 !important;
}

.mainHeader .nav-item:not(:last-child) {
  margin-right: 25px;
}

.mainHeader .actionBtn .dropdown .btn {
  border: 1px solid #e3e3e3;
  height: 44px;
  padding: 10px 40px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 50px;
  background-color: #fff;
}

.mainHeader .actionBtn .dropdown .dropdown-menu {
  padding: 0;
}

.mainHeader .actionBtn .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}

.mainHeader .actionBtn .dropdown .dropdown-menu .dropdown-item:focus,
.mainHeader .actionBtn .dropdown .dropdown-menu .dropdown-item:hover,
.mainHeader .actionBtn .dropdown .dropdown-menu .dropdown-item.active,
.mainHeader .actionBtn .dropdown .dropdown-menu .dropdown-item:active {
  color: #e42b6b;
  background-color: #ffe5ee;
}

.mainHeader .actionBtn .dropdown .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "\e903";
  font-family: "icomoon";
  font-size: 9px;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  transform: translateY(-50%);
}

.mainHeader .actionBtn .dropdown .btn img {
  margin-right: 7px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.commonBannerSec {
  position: relative;
  z-index: 1;
  height: 100%;
}

.commonBannerSec::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 550px;
  z-index: -1;
  background-image: url(../images/banner-img.webp);
  background-size: cover;
  background-position: center;
  content: "";
}

.commonBannerSec_cnt {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 120px 0 30px;
}

.commonBannerSec_cnt_title {
  font-size: 44px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.commonBannerSec_cnt_title span {
  font-weight: 600;
}

.commonBannerSec_cnt_para {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
}

.filter-footer-btn button.btn {
  width: auto !important;
  height: 38px !important;
}

/* desing update css */

/* Downtown Dubai Section Styles */
.downtown-section-wrapper {
  margin-top: 20px;
  position: relative;
  z-index: 1;
  padding: 0;
}

.downtown-container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e9c1ce;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  /* Soft shadow like the rest of the site */
}

.downtown-pills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.downtown-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.downtown-pill:hover {
  border-color: #ccc;
  color: #333;
}

.downtown-pill.more-btn {
  border: 1px solid #e42b6b;
  color: #e42b6b;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
}

.downtown-pill.more-btn:hover {
  background: #fff0f5;
}

/* =========================================
   New Snapshot Section Styles
   ========================================= */

.snapshot-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5px;
  position: relative;
  /* Ensure it works well with the locked-section overlay */
}

.locked-section .snapshot-wrapper {
  filter: blur(8px);
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
}

/* Left - Title Section */
.snapshot-left {
  width: 340px;
  height: 180px;
  position: relative;
  flex-shrink: 0;
}

.snapshot-left_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.snapshot-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.snapshot-left-content {
  max-width: 290px;
  padding: 15px 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.snapshot-left-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}

.snapshot-left-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

/* Right - Stats Section */
.snapshot-right {
  height: 180px;
  position: relative;
  width: 100%;
}

.snapshot-right_img {
  position: absolute;
  top: 0;
  left: -45px;
  width: calc(100% + 45px);
  height: 100%;
  z-index: -1;
}

.snapshot-right img {
  width: 100%;
  height: 100%;
}

.snapshot-stats-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 8px;
  height: 100%;
  padding: 20px 30px;
}

/* Individual Stat Item */
.snapshot-stat-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
  max-width: 240px;
}

.snapshot-stat-item:hover {
  background: rgba(255, 255, 255, 0.25);
}

.stat-icon-wrapper {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.stat-icon-wrapper i {
  font-size: 18px;
  color: #e42b6b;
  /* Pinkish color from the theme/images */
}

/* Specific icons adjustment if needed */
.stat-icon-wrapper .fa-usd {
  color: #f06292;
}

.stat-icon-wrapper .fa-expand {
  color: #f06292;
}

.stat-icon-wrapper .fa-exchange {
  color: #f06292;
}

.stat-details h3 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px 0;
  line-height: 1;
}

.stat-details p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Adjustments for blur effect if needed */
.blur-text {
  filter: blur(5px);
  user-select: none;
}

.transactionsSec-top-left .sub-heading-trans {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

.transactionsSec-top-left {
  gap: 20px;
}

.transactionsSec-top-left .date-range-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

.footer {
  padding: 30px;
  background-color: #000;
}

.footer p,
a {
  font-size: 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer ul li {
  position: relative;
}

.footer ul li:not(:last-child) {
  margin-right: 17px;
}

.footer ul li:not(:last-child)::after {
  position: absolute;
  top: 4px;
  right: -9px;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 18px;
}

.transactionsSec {
  margin-bottom: 50px;
}

.property-table tfoot {
  background-color: rgba(230, 230, 230, 0.23);
}

/* Location Pills Wrapper - positioned above downtown section */
.location-pills-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e9c1ce;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  position: relative;
}

.location-pills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 40px;
}

.location-pills-initial {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.location-pills-more {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Ensure loader is centered when visible */
.location-pills-wrapper .slider-loader {
  margin: 10px 0;
}

/* Table Footer Layout */
.table-footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.pagination-info {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.pagination-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pagination-buttons .btn {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 500;
}

.pagination-buttons .btn-outline-secondary {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  color: rgba(0, 0, 0, 0.7);
}

.pagination-buttons .btn-outline-secondary:hover {
  background-color: #f8f9fa;
  border-color: #ccc;
}

.pagination-buttons .btn-primary {
  background-color: #0246c1;
  border: 1px solid #0246c1;
  color: #fff;
}

.pagination-buttons .btn-primary:hover {
  background-color: #023499;
  border-color: #023499;
}

.pagination-buttons .btn i {
  font-size: 12px;
}

/* Select2 Custom Styling for Hotspots Page */
.filterSec_top .select2-container {
  height: 44px;
  max-width: 215px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffe5ee !important;
  color: rgba(0, 0, 0, 0.8);
}

.filterSec_top .select2-container--default .select2-selection--single {
  height: 44px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.filterSec_top
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 44px;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}

.filterSec_top
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px;
  right: 10px;
}

.filterSec_top
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  border-width: 6px 5px 0 5px;
}

.filterSec_top
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent rgba(0, 0, 0, 0.4) transparent;
  border-width: 0 5px 6px 5px;
}

.filterSec_top
  .select2-container--default.select2-container--open
  .select2-selection--single,
.filterSec_top
  .select2-container--default.select2-container--focus
  .select2-selection--single {
  border-color: #e42b6b;
  background-color: #ffe5ee;
  box-shadow: none;
}

.hotspots-select2-dropdown {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
}

.hotspots-select2-dropdown .select2-results__option {
  padding: 10px 15px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

.hotspots-select2-dropdown
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ffe5ee !important;
  color: #e42b6b !important;
}

.hotspots-select2-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #ffe5ee !important;
  color: #e42b6b !important;
}

.select2-dropdown {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
}

.select2-dropdown .select2-results__option {
  padding: 10px 15px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #ffe5ee !important;
  color: #e42b6b !important;
}

.select2-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #ffe5ee !important;
  color: #e42b6b !important;
}

.filterSec_top .select2-container--default:hover .select2-selection--single {
  border-color: #e42b6b;
  background-color: #ffe5ee;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none !important;
  position: static !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "\e903";
  font-family: "icomoon";
  font-size: 7px;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.7);
}

.filterSec_top
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Select2 Custom Styling for Index Page reportFilters */
.reportFilters-item .select2-container {
  height: 40px;
}

.reportFilters-item .select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #eceeee;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.reportFilters-item
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

.reportFilters-item
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
  right: 10px;
}

/* Show pink background when value is selected (including initial state) */
.reportFilters-item .select2-container--default .select2-selection--single {
  border-color: #e42b6b;
  background-color: #ffe5ee;
}

.reportFilters-item
  .select2-container--default.select2-container--open
  .select2-selection--single,
.reportFilters-item
  .select2-container--default.select2-container--focus
  .select2-selection--single {
  border-color: #e42b6b;
  background-color: #ffe5ee;
  box-shadow: none;
}

.index-select2-dropdown {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
}

.index-select2-dropdown .select2-results__option {
  padding: 10px 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}

.index-select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #ffe5ee !important;
  color: #e42b6b !important;
}

.index-select2-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #ffe5ee !important;
  color: #e42b6b !important;
}

.reportFilters-item
  .select2-container--default:hover
  .select2-selection--single {
  border-color: #e42b6b;
  background-color: #ffe5ee;
}

/* Static Page Content Styles */
.staticPageCnt {
  margin: 20px 0 50px;
  position: relative;
  z-index: 1;
}

.staticPageCnt_inner {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
}

.staticPageCnt h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.staticPageCnt h2:first-child {
  margin-top: 0;
}

.staticPageCnt h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.1;
}

.staticPageCnt h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.1;
}

.staticPageCnt p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
}

.staticPageCnt ul {
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
}

.staticPageCnt li {
  font-size: 15px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  padding-left: 17px;
}

.staticPageCnt li:not(:last-child) {
  margin-bottom: 10px;
}

.staticPageCnt li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #e42b6b;
  border-radius: 50%;
  content: "";
}

.staticPageCnt a {
  color: #e42b6b;
  text-decoration: none;
  font-weight: 500;
}

.staticPageCnt a:hover {
  color: #e5155d;
}

.staticPageCnt strong {
  font-weight: 600;
  color: #000;
}

.staticPageCnt .last-updated {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
  margin-bottom: 15px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 220px !important;
  overflow-y: auto;
}

.offplanBox {
  z-index: 20 !important;
}

.offPlanPage .mainHeader .actionBtn .dropdown-menu {
  right: 0;
  left: auto;
  margin-top: 2px;
}

/* Responsive Media Query Start */
@media (max-width: 1399px) {
  .mainHeader .navbar-brand img {
    max-width: 85px;
  }

  .commonBannerSec_cnt {
    max-width: 650px;
    padding: 100px 0 30px;
  }

  .search-form-content,
  .filterSec_head,
  .offplanBox_cnt {
    padding: 20px;
  }

  .commonBannerSec_cnt_title {
    font-size: 40px;
    margin-bottom: 10px;
  }

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

  .filter-sticky-sec .search-form,
  .filter-sticky-sec .filterSec_top,
  .filter-sticky-sec .offplanBox {
    top: 70px;
  }

  .snapshot-left-content h2 {
    font-size: 34px;
  }

  .transactionsSec {
    margin-bottom: 40px;
  }

  .filterSec .filterSec_body h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .filterSec .nav-pills .nav-link {
    min-width: 120px;
  }

  .filterSec .filterSec_cards_box_icon {
    width: 58px;
    height: 58px;
    font-size: 22px;
    margin-right: 15px;
  }

  .filterSec .filterSec_cards_box h3 {
    font-size: 24px;
  }

  .filterSec .filterSec_list_items .filterSec_list_txt h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .filterSec .filterSec_list_info_lft h3 {
    font-size: 20px;
  }

  .filterSec .filterSec_list_info_rgt .badge {
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 4px;
  }

  .filterSec_list {
    gap: 15px;
  }

  .filterSec_list_items {
    max-width: calc(50% - 8px);
  }

  section.filterSec {
    margin-bottom: 40px;
  }

  .filterSec .filterSec_head {
    margin-bottom: 28px;
  }

  .footer {
    padding: 15px;
  }

  .commonBannerSec::before {
    height: 500px;
  }

  .staticPageCnt {
    margin: 0 0 40px;
  }

  .staticPageCnt_inner {
    padding: 30px;
  }

  .staticPageCnt h2 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .staticPageCnt p {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .mainHeader .navbar-brand img {
    max-width: 75px;
  }

  .mainHeader .actionBtn .dropdown .btn {
    height: 40px;
    padding: 7px 35px 7px 15px;
  }

  .commonBannerSec_cnt {
    max-width: 600px;
    padding: 85px 0 25px;
  }

  .filter-sticky-sec .search-form,
  .filter-sticky-sec .filterSec_top,
  .filter-sticky-sec .offplanBox {
    top: 64px;
  }

  .commonBannerSec_cnt_title {
    font-size: 36px;
  }

  .commonBannerSec_cnt_para {
    font-size: 15px;
  }

  .search-form-content,
  .filterSec_head,
  .offplanBox_cnt {
    padding: 15px;
  }

  .search-location {
    width: 206px;
    height: 40px;
  }

  .transactionsTable-search .search-location input {
    padding: 7px 10px;
    height: 40px;
    padding-right: 25px;
  }

  .custom-selectList-search {
    height: 40px;
    padding: 0 15px;
    width: 206px;
  }

  .custom-selectList-search svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

  .custom-selectList-search input {
    padding: 0;
    height: 38px;
  }

  .transactionsTable-search button {
    right: 10px;
    height: 32px;
  }

  .search-location button svg {
    width: 9px;
    height: 9px;
    margin-left: 0;
  }

  .search-form-dropDown .dropdown .dropdown-toggle {
    padding: 7px 10px;
    min-width: 110px;
    height: 40px;
    max-width: 110px;
  }

  .search-form-dropDown .dropdown .dropdown-toggle:after {
    right: 6px;
    font-size: 8px;
  }

  .moreFilter.search-form-dropDown .dropdown .dropdown-toggle {
    width: 40px;
  }

  .search-form .btn.btn-primary.search-btn {
    min-width: 40px;
    height: 40px;
    width: 40px;
  }

  .search-form .btn-outline-secondary {
    height: 40px;
    width: 40px;
  }

  .featuredSearches {
    top: 40px !important;
  }

  .featuredSearches figure {
    margin: 0;
    padding: 10px 15px;
  }

  .featuredSearches ul li svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

  .search-form-dropDown .dropdown-menu {
    top: 6px !important;
  }

  .search-form .section-title {
    font-size: 14px;
    margin: 5px 0;
  }

  .location-pills-wrapper {
    padding: 15px;
  }

  .sub-heading {
    font-size: 22px !important;
    margin-bottom: 10px;
  }

  .downtown-pill {
    padding: 5px 10px;
  }

  .popup-pills {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .popup-pills ul a {
    min-height: 40px;
    padding: 8px 15px;
    min-width: 90px;
  }

  .snapshot-left {
    width: 325px;
    height: 170px;
  }

  .snapshot-left-content {
    max-width: 265px;
    padding: 10px 20px;
  }

  .snapshot-left-content h2 {
    font-size: 30px;
  }

  .snapshot-left-content p {
    font-size: 14px;
  }

  .snapshot-right {
    height: 170px;
  }

  .snapshot-stats-container {
    padding: 15px 20px;
  }

  .snapshot-stat-item {
    padding: 15px;
  }

  .stat-icon-wrapper {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }

  .stat-details h3 {
    font-size: 22px;
  }

  .transactionsSec-top-left .sub-heading-trans {
    font-size: 34px;
  }

  .transactionsSec-top-left {
    gap: 15px;
  }

  .transactionsSec-top-left .date-range-text {
    font-size: 14px;
    white-space: nowrap;
  }

  .reportFilters-item {
    min-width: 245px;
  }

  .transactionsTable .property-table thead th {
    padding: 10px 15px;
  }

  .transactionsTable .property-table tbody td:nth-child(2) {
    width: 250px;
    min-width: 250px;
  }

  .transactionsTable .property-table tbody td {
    padding: 10px 15px;
  }

  .table-footer-wrapper {
    padding: 10px 15px;
  }

  .priceBox_inner h1 {
    font-size: 44px;
  }

  .priceBox {
    max-width: 440px;
    padding: 15px 20px 15px;
  }

  .propertyInfo {
    max-width: 500px;
    padding: 15px 20px;
  }

  .modal-subHeading {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .shareBtn p {
    font-size: 15px;
  }

  .shareBtn {
    margin-top: 15px;
  }

  .locationMap {
    margin-top: 20px;
  }

  .saleBox {
    max-width: 430px;
    margin: 15px auto auto;
  }

  .saleBox_left h4 {
    line-height: 20px;
    font-size: 14px;
  }

  .saleBox p {
    font-size: 15px;
  }

  .saleBox_right_badge {
    font-size: 15px;
  }

  .filterSec .filterSec_body h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .filterSec .filterSec_body_box {
    padding: 15px;
  }

  .filterSec .nav-pills .nav-link {
    min-width: 100px;
  }

  section.filterSec {
    margin-bottom: 30px;
  }

  .transactionsSec {
    margin-bottom: 30px;
  }

  .staticPageCnt_inner {
    padding: 20px 15px;
  }

  .staticPageCnt p {
    font-size: 14px;
  }

  .staticPageCnt h2 {
    font-size: 20px;
  }

  .staticPageCnt h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .staticPageCnt li {
    font-size: 14px;
    line-height: 1.4;
  }

  .staticPageCnt li::before {
    top: 6px;
  }

  .mainHeader .btn-login {
    padding: 8px 16px;
    font-size: 14px;
  }

  .google-btn {
    padding: 10px 20px;
  }

  .login-modal-content .form-control {
    height: 40px;
    font-size: 14px;
  }

  .login-modal-content .btn-continue {
    padding: 8px 15px;
    font-size: 15px;
    height: 40px;
  }

  .login-modal-content .forgot-password-link,
  .login-modal-content .register-link {
    font-size: 15px;
  }

  .regsiter-footer-text span {
    font-size: 15px;
  }

  .commonBannerSec::before {
    height: 460px;
  }

  .filterSec_top .select2-container--default .select2-selection--single {
    height: 40px;
  }

  .filterSec_top
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px;
    right: 0;
    width: 15px;
  }

  .filterSec_top
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px;
  }

  .filterSec .form-select {
    font-size: 14px;
  }

  .filterSec_top .select2-container {
    height: 40px;
    max-width: calc(20% - 6px);
    flex: 0 0 20%;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b::after {
    font-size: 6px;
  }

  .transactionsSec-top-left .sub-heading-trans {
    font-size: 30px;
  }

  .staticPageCnt {
    margin: 0px 0px 20px;
  }
}

@media (max-width: 991px) {
  .filterSec_head {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }

  .mainHeader .navbar-toggler {
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    width: 22px;
    height: 22px;
    box-shadow: none !important;
  }

  .mainHeader .navbar-toggler.animate .line {
    border: 1px solid #000;
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    margin-top: 6px;
  }

  .mainHeader .navbar-toggler.animate .line:nth-of-type(1) {
    transform: rotate(0);
    margin-top: 0;
  }

  .mainHeader .navbar-toggler.animate .line:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .mainHeader .navbar-toggler.animate .line:nth-of-type(3) {
    transform: rotate(0);
  }

  .mainHeader
    .navbar-toggler.animate[aria-expanded="true"]
    .line:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    width: 28px;
  }

  .mainHeader
    .navbar-toggler.animate[aria-expanded="true"]
    .line:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .mainHeader
    .navbar-toggler.animate[aria-expanded="true"]
    .line:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    width: 28px;
  }

  .mainHeader .btn-login,
  .mainHeader .actionBtn {
    margin-left: auto;
    margin-right: 15px;
  }

  .mainHeader .navbar-brand img {
    max-width: 70px;
  }

  .mainHeader .navbar-collapse {
    width: 100%;
    left: 0;
    right: 0;
    top: 59px;
    padding: 15px;
    background-color: #fefef1 !important;
    z-index: 9;
    overflow-y: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    overflow-y: auto;
    transition: all 0.4s;
  }

  .navbar-fixed-active .mainHeader .navbar-collapse {
    background-color: #fff !important;
  }

  .mainHeader .navbar-nav .nav-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .filterSec_top .select2-container {
    max-width: calc(25% - 6px);
    flex: 0 0 25%;
  }

  .commonBannerSec_cnt {
    max-width: 500px;
  }

  .commonBannerSec_cnt_title {
    font-size: 32px;
  }

  .commonBannerSec_cnt_para {
    font-size: 14px;
  }

  .search-form-inner {
    flex-wrap: wrap;
  }

  .sub-heading {
    font-size: 20px !important;
  }

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

  .popup-pills ul {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .filter-sticky-sec .search-form,
  .filter-sticky-sec .filterSec_top,
  .filter-sticky-sec .offplanBox {
    top: 61px;
  }

  .snapshot-wrapper {
    padding: 15px;
    border-radius: 10px;
    flex-wrap: wrap;
    background: #ffdd67;
    background: linear-gradient(
      90deg,
      rgba(255, 221, 103, 1) 0%,
      rgba(228, 43, 107, 1) 51%,
      rgba(221, 96, 242, 1) 100%
    );
  }

  .snapshot-left {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .snapshot-right {
    height: auto;
  }

  .snapshot-left_img,
  .snapshot-right_img {
    display: none;
  }

  .snapshot-left-content {
    max-width: fit-content;
    padding: 0;
  }

  .snapshot-stats-container {
    padding: 0;
    justify-content: flex-start;
  }

  .snapshot-left-content h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }

  .stat-details h3 {
    font-size: 20px;
  }

  .transactionsSec {
    margin-top: 25px;
  }

  .transactionsSec-top-left .sub-heading-trans {
    font-size: 26px;
  }

  .reportFilters-item {
    min-width: 225px;
  }

  .reportFilters-item p {
    font-size: 14px;
    margin-right: 8px;
  }

  .transactionsTable {
    overflow-x: auto;
    border-radius: 10px;
  }

  .transactionsTable .property-table tbody td {
    white-space: nowrap !important;
  }

  .transactionsTable .property-table tbody td:nth-child(2) span {
    white-space: normal;
  }

  .commonModal .modal-title {
    font-size: 20px;
  }

  .priceBox_inner h1 {
    font-size: 38px;
  }

  .priceBox_inner h3 {
    font-size: 15px;
  }

  .propertyInfo-title {
    font-size: 15px;
  }

  .propertyInfo ul li:not(:last-child) {
    padding-bottom: 6px;
    margin-bottom: 6px;
  }

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

  .propertyInfo li span .btn {
    padding: 7px 10px;
    font-size: 14px;
    height: 35px;
  }

  .propertyInfo ul li label {
    font-size: 14px;
    line-height: 18px;
  }

  .propertyInfo ul li span {
    font-size: 14px;
    line-height: 18px;
  }

  .modal-subHeading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .previous .nav-tabs {
    width: 140px;
  }

  .previous .nav-tabs .nav-link {
    font-size: 14px;
    padding: 5px 15px;
  }

  .saleBox_right_badge {
    font-size: 14px;
    padding: 7px 12px 7px 12px;
  }

  .shareBtn .btn {
    padding: 4px 15px;
    font-size: 14px;
  }

  .commonModal .modal-footer .btn {
    padding: 5px 10px;
    font-size: 14px;
    height: 35px;
    margin: 0;
  }

  .transactionsTable .details-btn {
    width: 32px;
    height: 32px;
    font-size: 11px;
    padding: 4px;
  }

  .filterSec .filterSec_head {
    margin-bottom: 20px;
  }

  .filterSec .filterSec_body h2 {
    font-size: 22px;
    line-height: 25px;
  }

  .filterSec .nav-pills .nav-link {
    min-width: 80px;
  }

  .filterSec .filterSec_cards_box_icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-right: 10px;
  }

  .filterSec .filterSec_cards_box h3 {
    font-size: 20px;
  }

  .filterSec .filterSec_cards_box p {
    font-size: 14px;
  }

  .filterSec_list {
    gap: 10px;
  }

  .filterSec_list_items {
    max-width: calc(50% - 5px);
  }

  .filterSec .filterSec_list_txt {
    padding: 15px;
  }

  .filterSec .filterSec_list_info_lft h3 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .commonBannerSec::before {
    height: 430px;
  }
}

@media (max-width: 767px) {
  .commonBannerSec_cnt {
    max-width: 430px;
    padding: 75px 0 20px;
  }

  .commonBannerSec_cnt_title {
    font-size: 28px;
  }

  .search-form-content,
  .filterSec_head,
  .offplanBox_cnt {
    padding: 15px 10px;
  }

  .location-pills-wrapper {
    padding: 15px 10px;
  }

  .location-pills-container {
    gap: 6px !important;
  }

  .snapshot-left-content h2 {
    font-size: 24px;
  }

  .stat-details h3 {
    font-size: 18px;
  }

  .transactionsSec-top {
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 7px;
  }

  .transactionsSec-top-left .sub-heading-trans {
    font-size: 24px;
  }

  .table-footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 7px;
  }

  .table-footer-wrapper .pagination-info {
    width: 100%;
  }

  .footer {
    padding: 12px 15px;
  }

  .footer_inner {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 5px;
    text-align: center;
  }

  .footer ul li:not(:last-child)::after {
    height: 14px;
    top: 6px;
  }

  .filterSec .filterSec_body h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .filterSec .filterSec_body .filterSec_body_items {
    margin-bottom: 20px;
  }

  .filterSec .filterSec_cards_box_icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-right: 7px;
  }

  .filterSec .filterSec_cards_box h3 {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .filterSec .filterSec_list_info_lft h3 {
    font-size: 16px;
  }

  .filterSec .filterSec_list_txt {
    padding: 15px 10px;
  }

  .filterSec .filterSec_list_info_lft span {
    display: inline-block;
    line-height: 1.3;
  }

  .filterSec_top .select2-container {
    max-width: calc(33.3% - 6px);
    flex: 0 0 33.3%;
  }

  .reportFilters-item .select2-container--default .select2-selection--single {
    height: 36px;
  }

  .reportFilters-item
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 36px;
    font-size: 14px;
  }

  .index-select2-dropdown .select2-results__option {
    font-size: 14px;
  }

  .reportFilters-item
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 34px;
    right: 5px;
  }

  .reportFilters-item {
    min-width: 215px;
  }
}

@media (max-width: 575px) {
  .commonBannerSec_cnt_title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .filter-sticky-sec .search-form,
  .filter-sticky-sec .filterSec_top,
  .filter-sticky-sec .offplanBox {
    position: relative;
    top: 0;
  }

  .transactionsSec-top-left {
    flex-wrap: wrap;
    gap: 7px;
  }

  .transactionsSec-top-left .sub-heading-trans {
    font-size: 22px;
  }

  .popup-pills ul a {
    min-height: 36px;
    padding: 5px 10px;
    min-width: 80px;
  }

  .snapshot-stats-container {
    flex-wrap: wrap;
    gap: 5px;
  }

  .snapshot-stat-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
  }

  .snapshot-left-content h2 {
    font-size: 22px;
  }

  .stat-details h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .stat-icon-wrapper {
    margin-bottom: 0;
  }

  .stat-details p {
    line-height: 1;
  }

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

  .priceBox {
    padding: 10px 15px 10px;
  }

  .priceBox_inner h1 {
    font-size: 34px;
  }

  .priceBox_inner h3 {
    font-size: 14px;
  }

  .priceBox .dateBox {
    padding-top: 0;
  }

  .propertyInfo {
    padding: 15px 0;
  }

  .modal-subHeading {
    font-size: 18px;
  }

  .propertyInfo ul li span {
    padding-left: 0;
  }

  .saleBox_right,
  .saleBox_left {
    padding: 10px 5px;
  }

  .shareBtn {
    margin-top: 10px;
  }

  .shareBtn p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .locationMap {
    margin-top: 10px;
  }

  .filterSec_top .select2-container {
    max-width: calc(50% - 6px);
    flex: 0 0 50%;
  }

  .filterSec .filterSec_body .filterSec_body_items {
    margin-bottom: 15px;
  }

  .filterSec .filterSec_body h2 {
    font-size: 18px;
  }

  .filterSec .filterSec_cards_box_icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 5px;
  }

  .filterSec .filterSec_cards_box h3 {
    font-size: 16px;
  }

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

  .transactionsSec {
    margin-bottom: 20px;
  }

  section.filterSec {
    margin-bottom: 20px;
  }

  .location-pills-wrapper .sub-heading {
    font-size: 18px !important;
    margin-bottom: 10px;
  }

  .staticPageCnt .last-updated {
    margin-bottom: 10px;
  }

  .staticPageCnt_inner {
    padding: 15px;
  }

  .staticPageCnt h2 {
    font-size: 18px;
  }

  .staticPageCnt h3 {
    font-size: 16px;
  }

  .staticPageCnt li:not(:last-child) {
    margin-bottom: 7px;
  }

  .staticPageCnt ul {
    margin-bottom: 10px;
  }

  .staticPageCnt {
    margin: 0px 0px 20px;
  }

  .login-modal-content .forgot-password-link,
  .login-modal-content .register-link {
    font-size: 14px;
  }

  .regsiter-footer-text span {
    font-size: 14px;
  }

  .downtown-pill {
    padding: 3px 6px;
  }

  .popularSearches {
    margin-top: 15px;
  }

  .transactionsSec {
    margin-top: 20px;
  }
}

@media (max-width: 413px) {
  .filterSec_top .select2-container {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* Responsive Media Query End */
.agents-list-sec {
  position: relative;
  z-index: 2;
}

.agents-filter-sec {
  background: #f8fbff;
  padding: 30px 0;
  border-radius: 20px;
  margin-bottom: 30px;
}

.filter-label {
  font-size: 14px;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 10px;
  display: block;
}

.filter-input {
  height: 44px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 15px;
  background: #fff;
  color: #000;
  font-size: 14px;
  transition: all 0.3s ease;
}

.filter-input:focus {
  outline: none;
  border-color: #e42b6b;
  box-shadow: none;
  outline: none;
}

.agent-card {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin-bottom: 0;
  transition: all 0.3s ease;
  padding: 15px;
  height: 100%;
}

.agent-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.agent-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.agent-img-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
  flex-shrink: 0;
}

.agent-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agent-info h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.agent-info .flag {
  width: 20px;
  height: 15px;
  border-radius: 2px;
}

.agent-info p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  line-height: 1.3;
}

.agent-stats {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stat-val {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.stat-label {
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 5px;
  font-weight: 500;
}

.label-transactions {
  background: #f3e8ff;
  color: #9333ea;
}

.label-value {
  background: #ecfdf5;
  color: #059669;
}

.label-fax {
  background: #e0f2fe;
  color: #0369a1;
}

.agent-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-action {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  justify-content: center;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
}

.btn-call {
  background: #e42b6b;
  color: #fff;
}

.btn-webpage {
  background: rgb(42, 42, 42);
  color: #fff;
}

.btn-action:hover {
  opacity: 0.9;
  color: #fff;
}

/* Pagination Styles */
.pagination-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.page-btn {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background: #fff;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.page-btn:hover:not(:disabled) {
  border-color: #e42b6b;
  color: #e42b6b;
}

.page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page-btn.active {
  background: #e42b6b;
  color: #fff;
  border-color: #e42b6b;
}

.agentsPage .filterSec_head_label {
  width: 250px;
}

.agentsPage .filterSec_head_label .select2-container {
  max-width: 100%;
}

.agentsPage .agents-list-sec-inner {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
}
.btn-action i {
  font-size: 21px;
}
.btn-action-sm {
  width: 44px;
  padding: 5px;
}

.agents-list-sec-sort {
  max-width: 200px;
  margin-left: auto;
}

.agentsPage .reportFilters-item {
  max-width: 260px;
  margin-right: 0;
  margin-left: auto;
}

.select2-dropdown
  .select2-search--dropdown
  .select2-search__field:focus-visible {
  outline: none;
}
