.property-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.dark-mode {
  background-color: #1a202c;
  color: #f7fafc;
}

.filter-panel {
  transition: all 0.3s ease;
}

.filter-panel.closed {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.filter-panel.open {
  max-height: 1000px;
  opacity: 1;
}

.swiper-slide {
  height: 400px;
}

.swiper-thumbs .swiper-slide {
  height: 80px;
  opacity: 0.6;
  cursor: pointer;
}

.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.property-feature:hover {
  transform: translateY(-3px);
}
