.property-card {
	cursor: pointer;
	transition: all 0.3s ease;
}

.property-card:hover {
	transform: translateY(-10px);
	shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}

.properties-hero {
	background-color: var(--bs-dark);
	color: #fff;
	padding-block: 6rem;
}
