:root {
	--labuai-green: #2D6A4F;
	--labuai-leaf: #52B788;
	--spem-teal: #00AA9B;
	--dark-navy: #172333;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: var(--dark-navy);
	background-color: #ffffff;
	overflow-x: hidden;
}


/* --- HERO SECTION --- */
.hero-labuai {
	min-height: 85vh;
	padding-top: 100px;
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../image/gerbangtamanlabuai.jpeg") center/cover no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	color: white;
	border-radius: 0 0 50px 50px;
}

.hero-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 800;
	line-height: 1.1;
}

/* --- FACILITY CARDS --- */
.facility-card {
	border: none;
	border-radius: 24px;
	padding: 30px;
	background: #f8fafc;
	transition: 0.4s ease;
	height: 100%;
	text-align: center;
}

.facility-card:hover {
	transform: translateY(-10px);
	background: white;
	box-shadow: 0 20px 40px rgba(45, 106, 79, 0.1);
}

.icon-circle {
	width: 70px;
	height: 70px;
	background: white;
	color: var(--labuai-green);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	margin: 0 auto 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* --- MAP SECTION --- */
.map-container {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	border: 5px solid white;
}

/* --- INFO SECTION --- */
.info-box {
	background: var(--labuai-green);
	color: white;
	border-radius: 30px;
	padding: 50px;
}

@media (max-width: 992px) {
	.navbar {
		display: none;
	}
}

.media-container {
	transition: transform 0.4s ease;
}

.media-container:hover {
	transform: scale(1.02);
}

.border-success {
	border-color: #198754 !important;
}

.media-container {
	transition: transform 0.4s ease;
}

.media-container:hover {
	transform: scale(1.02);
}

.border-success {
	border-color: #198754 !important;
}
