/* Faciliteiten — snelnavigatie en afwisselende secties */

.fh-facility-nav {
	background: #fff;
	padding: 36px 0 8px;
}

.fh-anchor-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #fff;
	border: 1px solid #eef0f2;
	border-radius: 12px;
	padding: 16px 12px;
	font-weight: 600;
	font-size: 0.92rem;
	color: #212529;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	transition: all 0.15s ease;
	white-space: nowrap;
}

.fh-anchor-card i {
	color: #008ace;
	font-size: 17px;
}

.fh-anchor-card:hover {
	border-color: #008ace;
	color: #008ace;
	transform: translateY(-2px);
}

.fh-facility {
	background: #fff;
	padding: 72px 0;
	scroll-margin-top: 100px;
}

.fh-facility-alt {
	background: #f8f9fa;
}

.fh-facility h2 {
	text-transform: none;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
}

.fh-facility-img {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.fh-facility-img img {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
}

@media (max-width: 991px) {
	.fh-facility {
		padding: 48px 0;
	}

	.fh-facility-img img {
		height: 300px;
	}
}
