.imovel-card-3337 {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	border-radius: 16px;
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.imovel-card-3337:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.imovel-card-3337-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.6s ease;
	z-index: 1;
}

.imovel-card-3337-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Default gradient if not overridden by Elementor Background Control */
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 60%);
	z-index: 2;
	pointer-events: none;
}

.imovel-card-3337-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 24px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	pointer-events: none;
	transition: transform 0.4s ease;
}

.imovel-card-3337-line1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 4px; /* Can be overridden by control */
	line-height: 1.2;
}

.imovel-card-3337-line2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #FFC33C;
	line-height: 1.2;
}