.hero {
	background: url('admin/cust/img/loginbg.jpg') no-repeat center center;
	background-size: cover;
	color: white;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.hero h1 {
	text-shadow: none;
}
.carousel-inner {
	background-color: #000;
}
.carousel-item {
	height: 300px; /* Altezza fissa del carosello */
}
.carousel-item img {
	height: 100%;
	width: 100%;
	object-fit: contain; /* mostra sempre tutta l'immagine senza tagliarla */
	object-position: center; /* centra l'immagine */
}
.carousel-placeholder {
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.carousel-placeholder img.real-image {
	display: none;
}
.truncate-2-lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
}
.sticky-form {
	top: 1rem;
}
#carouselImmobile .carousel-item {
	height: auto;
	aspect-ratio: auto 4 / 3;
}
.map-image {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.btn-group-custom {
	gap: 1rem;
	flex-wrap: wrap;
}

.section {
	padding: 3rem 1rem;
}
