.hero {
	min-height: 60vh;
	background: linear-gradient(135deg, #2c3e50, #4a6572);
}

.card-img-placeholder {
	height: 200px;
	background: linear-gradient(135deg, #dfe6e9, #b2bec3);
}

.room-type-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.room-type-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.site-footer {
	background: #1e272e;
	color: #dcdde1;
	padding: 3rem 0 1.5rem;
}

.site-footer h5 {
	color: #fff;
}

.site-footer hr {
	border-color: #485460;
}
