.gallery-item {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.gallery-item.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  position: absolute;
}
.filter-btn.active {
  background-color: #198754;
  color: white;
}
