:root {
	--labuai-green: #00AA9B;
	--labuai-leaf: #34cc67;
	--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(90deg, rgba(7, 27, 51, 0.62), rgba(7, 27, 51, 0.42)), 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;
}

.badge-labuai {
	background: #FFC107;
	color: var(--dark-navy);
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0;
	padding: 9px 20px;
}

/* --- 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(0, 170, 155, 0.12);
}

.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: var(--labuai-green) !important;
}

.tenant-labuai-section {
	background: linear-gradient(180deg, #ffffff 0%, #f0fffb 100%);
}

.tenant-info-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px;
	border-radius: 24px;
	background: linear-gradient(135deg, var(--labuai-green), var(--labuai-leaf));
	color: #ffffff;
	box-shadow: 0 18px 35px rgba(0, 170, 155, 0.18);
}

.tenant-info-box p {
	color: rgba(255, 255, 255, 0.86);
}

.tenant-card {
	overflow: hidden;
	border: 1px solid rgba(0, 170, 155, 0.12);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(23, 35, 51, 0.08);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.tenant-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 46px rgba(0, 170, 155, 0.16);
}

.tenant-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #e9fbf8;
	overflow: hidden;
}

.tenant-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tenant-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--labuai-green);
	font-size: 4rem;
}

.tenant-body {
	padding: 22px;
}

.tenant-body h5 {
	color: var(--dark-navy);
	line-height: 1.3;
}

.tenant-body p {
	min-height: 72px;
	line-height: 1.65;
}

.tenant-empty {
	padding: 48px 24px;
	border: 1px dashed rgba(0, 170, 155, 0.28);
	border-radius: 22px;
	background: #ffffff;
}

@media (max-width: 768px) {
	.tenant-info-box {
		align-items: flex-start;
		flex-direction: column;
	}

	.tenant-info-box .btn {
		width: 100%;
	}
}

.media-container {
	transition: transform 0.4s ease;
}

.media-container:hover {
	transform: scale(1.02);
}

.border-success {
	border-color: var(--labuai-green) !important;
}
