/* ===========================
	GLOBAL
	=========================== */

body {
	background: #f6f6f6;
	font-family: "Segoe UI", sans-serif;
	color: #333;
}

/* ===========================
	NAVBAR
	=========================== */

.navbar {
	background: #9dae7a;
	padding: 20px 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.logo {
	font-size: 36px;
	font-weight: 700;
	color: #fff !important;
}

.nav-link {
	color: #fff !important;
	margin: 0 15px;
	font-size: 17px;
}

/* ===========================
	HERO
	=========================== */

.hero {
	background: #9dae7a;
	color: #fff;
	min-height: 600px;
	display: flex;
	align-items: center;
}

.hero-title {
	font-size: 58px;
	line-height: 70px;
	font-weight: 700;
}

.hero-title span {
	color: #ffffff;
}

.hero-text {
	margin-top: 20px;
	width: 80%;
	font-size: 18px;
	line-height: 30px;
}

.hero h2 {
	font-size: 52px;
	font-weight: bold;
}

.hero p {
	font-size: 18px;
}

/* ===========================
	FILTER WILAYAH
	=========================== */

.kategori-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 50px;
}

.filter-btn {
	text-decoration: none;
	background: #fff;
	color: #555;
	padding: 10px 22px;
	border-radius: 50px;
	border: 1px solid #ddd;
	transition: 0.3s;
	font-weight: 600;
}

.filter-btn:hover {
	background: #9dae7a;
	color: #fff;
}

.filter-btn.active {
	background: #9dae7a;
	color: #fff;
	border-color: #9dae7a;
}

/* ===========================
	CARD COFFEE SHOP
	=========================== */

.coffee-card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
	height: 100%;
}

.coffee-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.coffee-img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.coffee-info {
	padding: 18px;
}

.coffee-info h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.coffee-info small {
	font-size: 13px;
}

.badge {
	font-size: 12px;
	padding: 6px 10px;
}

.btn-detail,
.btn-success {
	border-radius: 10px;
	font-weight: 600;
}

/* ===========================
	DETAIL
	=========================== */

.detail-container {
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 20px;
}

.detail-photo {
	width: 100%;
	max-width: 420px;
	height: 520px;
	object-fit: cover;
	border-radius: 20px;
}

/* ===========================
	FASILITAS
	=========================== */

.facility-card {
	background: #fff;
	padding: 20px;
	border-radius: 18px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
	height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.facility-card:hover {
	transform: translateY(-5px);
}

.facility-card i {
	font-size: 34px;
	color: #49664b;
	margin-bottom: 10px;
}

/* ===========================
	REVIEW
	=========================== */

.review-card {
	background: #fff;
	border-radius: 18px;
	padding: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.avatar {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #49664b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 22px;
}

/* ===========================
	FOOTER
	=========================== */

.footer {
	margin-top: 80px;
	background: #9dae7a;
	color: #fff;
	padding: 70px 0 25px;
}

.footer-logo {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #fff;
}

.footer-logo i {
	color: #ffd54f;
	margin-right: 8px;
}

.footer-desc {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.8;
	font-size: 15px;
	max-width: 350px;
}

.footer-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 18px;
	color: #fff;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu li {
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.85);
}

.footer-menu a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.85);
	transition: 0.3s;
}

.footer-menu a:hover {
	color: #ffd54f;
	padding-left: 6px;
}

.footer-social {
	display: flex;
	gap: 12px;
	margin-top: 10px;
}

.footer-social a {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	transition: 0.3s;
}

.footer-social a:hover {
	background: #9dae7a;
	transform: translateY(-4px);
	color: #fff;
}

.footer hr {
	border-color: rgba(255, 255, 255, 0.15);
}

.footer small {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
}

/* ===========================
	RESPONSIVE
	=========================== */

@media (max-width: 768px) {
	.hero {
		min-height: auto;
		padding: 70px 0;
		text-align: center;
	}

	.hero-title {
		font-size: 40px;
		line-height: 52px;
	}

	.hero-text {
		width: 100%;
	}

	.coffee-img {
		height: 170px;
	}
}
/* ===========================
	HERO
	=========================== */

.hero-rekomendasi {
	background: linear-gradient(135deg, #9dae7a, #9dae7a);

	padding: 90px 0;

	color: white;

	margin-bottom: 50px;
}

.hero-rekomendasi h1 {
	font-size: 48px;

	font-weight: 700;

	margin-bottom: 15px;
}

.hero-rekomendasi p {
	font-size: 18px;

	opacity: 0.9;
}

/* ===========================
	FILTER
	=========================== */

.filter-wrapper {
	background: #fff;

	padding: 25px;

	border-radius: 18px;

	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

	margin-top: -90px;

	position: relative;

	z-index: 10;
}

.search-input,
.form-select {
	height: 52px;

	border-radius: 12px;
}

/* ===========================
	CARD
	=========================== */

.coffee-card {
	background: #fff;

	border-radius: 18px;

	overflow: hidden;

	transition: 0.35s;

	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

	height: 100%;

	display: flex;

	flex-direction: column;
}

.coffee-card:hover {
	transform: translateY(-10px);

	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}

/* ===========================
	IMAGE
	=========================== */

.coffee-image {
	position: relative;
}

.coffee-image img {
	width: 100%;

	height: 240px;

	object-fit: cover;
}

.rating-box {
	position: absolute;

	top: 15px;

	right: 15px;

	background: white;

	padding: 6px 14px;

	border-radius: 30px;

	font-weight: bold;

	font-size: 14px;

	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* ===========================
	BODY
	=========================== */

.coffee-content {
	padding: 22px;

	display: flex;

	flex-direction: column;

	height: 100%;
}

.coffee-content h4 {
	font-size: 24px;

	font-weight: 700;

	margin-bottom: 10px;
}

.location {
	color: #777;

	margin-bottom: 15px;
}

.location {
	margin-right: 6px;
}

.badge-list {
	margin-bottom: 15px;
}

.badge-list .badge {
	padding: 8px 14px;

	font-size: 13px;

	margin-right: 8px;

	border-radius: 30px;
}

.description {
	color: #666;

	font-size: 15px;

	line-height: 1.6;

	margin-bottom: 20px;

	flex: 1;
}

/* ===========================
	BUTTON
	=========================== */

.btn-success {
	background: #9dae7a;

	border: none;

	border-radius: 12px;

	padding: 12px;

	font-weight: 600;
}

.btn-success:hover {
	background: #9dae7a;
}

/* ===========================
	RESPONSIVE
	=========================== */

@media (max-width: 992px) {
	.hero-rekomendasi h1 {
		font-size: 34px;
	}

	.filter-wrapper {
		margin-top: 0;
	}
}
