.more-dropdown .dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
  padding: 15px;
}
.vh-100 {
  height: 100vh;
}
section.mt-5 {
  margin-top: 0 !important;
  padding-top: 120px !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow-y: auto;
}
.flex-fill {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
#main-maps {
  height: 80vh;
  min-height: 80vh;
  max-height: 80vh;
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
}
.property-card {
  transition: all 0.3s ease;
  background-color: white !important;
}
.property-card:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transform: translateY(-2px);
  background-color: white !important;
  border-color: #007bff !important;
}
.property-card .btn-group .btn {
  background: transparent;
  border: none;
  color: #6c757d;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.property-card .btn-group .btn:hover {
  background: #f8f9fa;
  transform: translateY(-1px);
}
.property-card .btn-group .btn i {
  font-size: 14px;
  background: #6f42c1;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.property-card .btn-group .btn:hover i {
  background: #5a32a3;
}
.property-card .badge {
  background: #f8f9fa !important;
  color: #6c757d !important;
  border: 1px solid #dee2e6 !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
}
.bg-white {
  background-color: white !important;
}
.price-radio-group {
  padding-left: 19px;
}
.price-radio-group .form-check {
  padding-left: 0;
  margin-bottom: 8px;
}
.price-radio-group .form-check-input {
  margin-top: 0.25rem;
  margin-right: 0.75rem;
  width: 16px;
  height: 16px;
  border: 2px solid #dee2e6;
  background-color: white;
}
.btn.wishlist-btn,
.btn-wishlist-sm {
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e9ecef;
  background-color: #ffffff;
  color: #7065F0;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
.btn.wishlist-btn i,
.btn-wishlist-sm i {
  font-size: 16px;
  line-height: 1;
  color: inherit;
}
.btn.wishlist-btn:hover,
.btn-wishlist-sm:hover {
  background-color: #f8f9fa;
  border-color: #dadde1;
}
.wishlist-active {
  background-color: #7065F0 !important;
  border-color: #7065F0 !important;
  color: #ffffff !important;
}
.wishlist-active i {
  color: #ffffff !important;
}
.price-radio-group .form-check-input:checked {
  background-color: #007bff;
  border-color: #007bff;
}
.price-radio-group .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.price-radio-group .form-check-label {
  font-size: 14px;
  color: #495057;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 2px;
}
.price-radio-group .form-check:hover .form-check-label {
  color: #007bff;
}
@media (min-width: 769px) {
  .filter-toggle-btn {
    display: none !important;
  }
}
#properties-container {
  min-height: 70vh;
}
.search-page-top .row {
  align-items: stretch;
}
.search-page-top .col-md-6 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) and (max-width: 1024px) {
  #main-maps {
    height: 70vh;
    min-height: 70vh;
    max-height: 70vh;
  }
  #properties-container {
    min-height: 70vh;
  }
}
@media (max-width: 768px) {
  #properties-container {
    min-height: auto;
  }
  section.mt-5 {
    padding-top: 100px !important;
  }
  #main-maps {
    display: none !important;
  }
  .search-filters-container {
    display: none;
  }
  .search-filters-container.show {
    display: block;
  }
  .filter-toggle-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
    transition: all 0.3s ease;
  }
  .filter-toggle-btn:hover {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  }
  .filter-toggle-btn i {
    transition: transform 0.3s ease;
  }
  .filter-toggle-btn.active i {
    transform: rotate(180deg);
  }
  .search-filters-container .row {
    flex-direction: column;
    background: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
  }
  .search-filters-container .col-md-3,
  .search-filters-container .col-md-2,
  .search-filters-container .col-md-1 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .property-card {
    margin-bottom: 1rem;
  }
  .property-card .row {
    flex-direction: column;
  }
  .property-card .col-4 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .property-card .col-8 {
    width: 100%;
  }
  .property-card img {
    width: 100% !important;
    height: 200px !important;
  }
  .search-filters-container .row {
    flex-direction: column;
  }
  .search-filters-container .col-md-3,
  .search-filters-container .col-md-2,
  .search-filters-container .col-md-1 {
    width: 100%;
    margin-bottom: 1rem;
  }
  .show-map-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .show-map-btn:hover {
    background: #0056b3;
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
  }
  .map-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 999;
    display: none;
  }
  .map-overlay.active {
    display: block;
  }
  .map-overlay .map-header {
    padding: 1rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .map-overlay .map-container {
    height: calc(100vh - 80px);
    padding: 1rem;
  }
  .close-map-btn {
    background: #dc3545;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 600;
  }
  .close-map-btn:hover {
    background: #c82333;
  }
}
@media (max-width: 576px) {
  .property-card {
    padding: 1rem !important;
  }
  .property-card .btn-group {
    flex-direction: row;
    gap: 0.5rem;
  }
  .property-card .btn-group .btn {
    flex: 1;
    background: transparent;
    border: none;
    color: #6c757d;
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .property-card .btn-group .btn:hover {
    background: #f8f9fa;
    transform: translateY(-1px);
  }
  .property-card .btn-group .btn i {
    font-size: 14px;
    background: #6f42c1;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .property-card .btn-group .btn:hover i {
    background: #5a32a3;
  }
  .property-card .badge {
    background: #f8f9fa !important;
    color: #6c757d !important;
    border: 1px solid #dee2e6 !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
  }
  .show-map-btn {
    bottom: 15px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .filter-toggle-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.property-card.bg-white {
  background-color: white !important;
  border: 1px solid #e9ecef !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}
.property-card.bg-white:hover {
  background-color: white !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
  border: 1px solid #dee2e6 !important;
}
.favorite-btn {
  border: none;
  background: none;
  color: #ccc;
  transition: color 0.3s ease;
}
.favorite-btn:hover,
.favorite-btn.active {
  color: #dc3545;
}
#properties-container::-webkit-scrollbar {
  width: 6px;
}
#properties-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
#properties-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
#properties-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.custom-popup .leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  max-width: 250px;
}
.custom-popup .leaflet-popup-content {
  margin: 0;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  max-width: 250px;
}
.custom-popup .leaflet-popup-tip {
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.custom-popup {
  pointer-events: auto;
  z-index: 1000;
}
.custom-popup .leaflet-popup-close-button {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  right: 6px;
  top: 6px;
}
.custom-popup .leaflet-popup-close-button:hover {
  color: #333;
}
.leaflet-popup {
  z-index: 1000;
}
.leaflet-popup-content {
  max-width: 250px !important;
}
#property-list.loading {
  position: relative;
  opacity: 0.7;
  pointer-events: none;
}
#property-list.loading::after {
  content: "Loading...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-btn {
  height: 55px;
}
.btn-project {
  background-color: #f57e4b;
  color: white;
  border-radius: 3px;
  height: 55px;
  padding: 0.5rem 1.5rem;
}
.more-dropdown .widget {
  margin-bottom: 0;
}
.agent-image-small {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 20px;
}
.more-dropdown .accordion-button {
  font-size: 0.9rem;
  font-weight: 600;
}
.more-dropdown .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}
.more-dropdown label {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.more-dropdown .form-control,
.more-dropdown .form-select {
  font-size: 0.8rem;
  padding: 0.3rem 1.75rem;
}
body {
  overflow-x: hidden;
}
.search-container-wrapper {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 998 !important;
  padding: 15px;
  margin-top: 1rem;
}
.search-container {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.location-search-wrapper {
  position: relative;
  width: 100%;
}
.map-container {
  position: fixed;
  top: 240px;
  right: 0;
  width: 50%;
  height: calc(100vh - 240px);
  z-index: 1;
  margin-top: 2rem;
}
#main-maps {
  height: 100%;
  min-height: 70vh;
  width: 100%;
  border-radius: 12px;
}
.property-list-container {
  margin-right: 50%;
  width: 50%;
  padding-top: 250px;
  height: 100vh;
  overflow-y: auto;
}
.property-content {
  padding: 20px;
  margin-top: 2rem;
}
#project-autocomplete-results {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.leaflet-popup {
  display: block !important;
  opacity: 1 !important;
}
#project-autocomplete-results .autocomplete-item {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
#project-autocomplete-results .autocomplete-item:hover,
#project-autocomplete-results .autocomplete-item.active {
  background-color: #f5f5f5;
}
#project-autocomplete-results .autocomplete-main {
  font-weight: bold;
}
#project-autocomplete-results .autocomplete-secondary {
  font-size: 0.8em;
  color: #666;
}
.fill {
  position: relative;
  z-index: 1;
}
.filtered-count {
  position: relative;
  z-index: 1;
  background: #28a745;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  margin-left: 10px;
}
.draw-controls {
  z-index: 998;
  position: relative;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.draw-controls .btn {
  margin: 2px;
  padding: 8px 12px;
  font-size: 12px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.property-card {
  margin-bottom: 20px;
}
.autocomplete-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}
.autocomplete-item {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
}
.autocomplete-item:hover {
  background-color: #f8f9fa;
}
@media (max-width: 991.98px) {
  .property-content {
    padding: 20px;
    margin-top: 0;
  }
  .map-container {
    position: relative;
    top: 0;
    width: 100%;
    height: 300px;
    margin-right: 0;
    margin-top: 0;
  }
  .property-card {
    margin-bottom: 20px;
  }
  .draw-controls {
    display: none;
  }
  .property-list-container {
    margin-right: 0;
    width: 100%;
    padding-top: 20px;
  }
  #main-maps {
    border-radius: 12px;
  }
  .search-container-wrapper {
    position: relative;
    top: auto;
    box-shadow: none;
    padding: 15px 0;
    margin-top: 45px;
  }
  .advanced-filters-section {
    padding: 15px 0;
  }
}
@media (max-width: 575.98px) {
  .search-container {
    flex-direction: column;
  }
  .location-search-wrapper {
    min-width: 100%;
  }
}
.card-img img {
  object-fit: cover;
  height: 240px;
  width: 100%;
}
.card .label {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background-color: #e74c3c; 
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 0.9rem;
}
.property-card-horizontal {
  margin-bottom: 20px;
}
.property-card-wrapper {
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  height: 200px;
  transition: all 0.3s ease;
}
.property-card-wrapper:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.property-image-section {
  position: relative;
  width: 300px;
  flex-shrink: 0;
}
.property-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}
.property-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.property-details-section {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.property-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.property-price {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}
.favorite-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #6c757d;
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 5px;
}
.favorite-btn:hover {
  color: #e74c3c;
}
.favorite-btn.active {
  color: #e74c3c;
}
.property-specs {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.spec-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #6c757d;
}
.spec-item i {
  color: #007bff;
  width: 16px;
}
.spec-divider {
  width: 1px;
  height: 20px;
  background: #dee2e6;
}
.property-address {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 15px;
}
.property-address i {
  color: #007bff;
}
.property-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.action-btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #6c757d;
  color: #6c757d;
  background: white;
  transition: all 0.3s ease;
}
.action-btn:hover {
  background: #6c757d;
  color: white;
}
.action-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.action-link:hover {
  color: #0056b3;
  text-decoration: none;
}
.action-link i {
  font-size: 16px;
}
.search-form-container {
  background: #EDFBFF;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.search-form-row {
  display: flex;
  gap: 15px;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-field {
  display: flex;
  flex-direction: column;
  min-width: 150px;
  flex: 1;
  max-width: 200px;
}
.search-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.2;
}
.search-input {
  height: 45px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: white;
  font-size: 14px;
  padding: 0 15px;
  transition: all 0.3s ease;
}
.search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
  outline: none;
}
.search-input:hover {
  border-color: #ccc;
}
.all-filters-btn {
  height: 45px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: white;
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.all-filters-btn:hover {
  background: #f8f9fa;
  border-color: #ccc;
  color: #333;
}
.search-btn {
  height: 45px;
  border-radius: 8px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border: none;
  padding: 0 25px;
  transition: all 0.3s ease;
  min-width: 120px;
}
.search-btn:hover {
  background: #333;
  transform: translateY(-1px);
}
.advanced-filters-section {
  background: #f8f9fa;
  padding: 20px 0;
  border-bottom: 1px solid #e9ecef;
}
.advanced-filters-container {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.filter-group {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}
.filter-label {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.filter-input {
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: white;
  font-size: 14px;
  padding: 0 12px;
  transition: all 0.3s ease;
}
.filter-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
  outline: none;
}
#amenities-toggle {
  text-align: left !important;
}
#amenities-toggle span {
  text-align: left !important;
  display: block;
}
#more-toggle {
  text-align: left !important;
  padding-left: 8px !important;
}
#more-toggle span {
  text-align: left !important;
  display: block;
}
.more-dropdown button.form-select,
.amenities-dropdown button.form-select {
  text-align: left !important;
}
.more-dropdown button.form-select#more-toggle {
  padding-left: 8px !important;
}
.filter-clear-btn {
  height: 40px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 16px;
  transition: all 0.3s ease;
}
.filter-clear-btn:hover {
  transform: translateY(-1px);
}
@media (max-width: 1400px) {
  .search-field {
    max-width: 180px;
    min-width: 140px;
  }
}
@media (max-width: 1200px) {
  .search-form-row {
    gap: 12px;
  }
  .search-field {
    min-width: 130px;
    max-width: 160px;
  }
}
@media (max-width: 991.98px) {
  .search-form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-content: stretch;
  }
  .search-page-top{
    margin-top: 62px!important;
  }
  .search-field {
    min-width: 100%;
    max-width: none;
  }
  .search-btn {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 200px;
  }
  .advanced-filters-container .d-flex {
    flex-direction: column;
    gap: 15px;
  }
  .filter-group {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .filter-input.ps-5 {
    padding-left: 2.8rem !important;
  }
  .search-page-top{
    margin-top: 79px!important;
  }
  .filter-input.ps-5 + .fas.fa-search {
    left: 0.5rem !important;
  }
}
@media (max-width: 576px) {
  .filter-input.ps-5 {
    padding-left: 2.5rem !important;
  }
  .filter-input.ps-5 + .fas.fa-search {
    left: 0.4rem !important;
  }
  .search-form-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .property-card-wrapper {
    flex-direction: column;
    height: auto;
  }
  .property-image-section {
    width: 100%;
    height: 200px;
  }
  .property-main-image {
    border-radius: 12px 12px 0 0;
  }
  .property-specs {
    flex-wrap: wrap;
    gap: 10px;
  }
  .search-page-top{
    margin-top: 79px!important;
  }
  .property-actions {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .search-form-row {
    grid-template-columns: 1fr;
  }
  .search-page-top{
    margin-top: 79px!important;
  }
  .search-btn {
    grid-column: 1;
  }
}
.search-page-top{
  margin-top: 119px;
}

/* Pagination Styles */
#pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
  flex-wrap: wrap;
}

.pagination-btn {
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  background: white;
  color: #495057;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-btn:hover:not(:disabled) {
  background: #f8f9fa;
  border-color: #7065F0;
  color: #7065F0;
  transform: translateY(-1px);
}

.pagination-btn.active {
  background: #7065F0;
  border-color: #7065F0;
  color: white;
  font-weight: 600;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f8f9fa;
}

.pagination-ellipsis {
  padding: 8px 4px;
  color: #6c757d;
}

.pagination-info {
  font-size: 14px;
  color: #6c757d;
  margin: 0 10px;
}

@media (max-width: 768px) {
  #pagination-container {
    gap: 4px;
    padding: 15px 0;
  }
  
  .pagination-btn {
    min-width: 36px;
    height: 36px;
    padding: 6px 10px;
    font-size: 14px;
  }
  
  .pagination-info {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
}

.btn-wishlist-sm {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  flex-shrink: 0;
}
.btn-wishlist-sm:hover {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(1.1);
  text-decoration: none;
}
.btn-wishlist-sm.wishlist-active {
  background-color: rgba(255, 71, 87, 0.1);
  border-color: #ff4757;
}
.btn-wishlist-sm i {
  font-size: 14px;
  transition: all 0.3s ease;
}
.btn-wishlist-sm:hover i {
  transform: scale(1.2);
}
.map-popup-card {
  width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .map-popup-card {
      width: 250px;
      max-width: 250px;
  }
}