nav.mean-nav {
    position: absolute;
}

.property-card {
  position: relative;
  height: 250px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.property-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Overlay color */
  z-index: 1;
  border-radius: 12px;
}

.property-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  z-index: 2;
}

.owl-carousel .item {
  padding: 10px;
}