/* Service Hero Section */
.service-hero {
	background: white;
	position: relative;
	overflow: hidden;
	padding: 15px;
}

.service-hero-title {
	font-family: "Metropolis", sans-serif;
	font-size: 4rem;
	font-weight: 100;
	font-style: italic;
	color: #d9ab77;
	text-align: center;
	margin-bottom: 1rem;
	margin-top: 1rem;
	letter-spacing: 3px;
	position: relative;
	z-index: 2;
}

.service-hero-subtitle {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	color: black;
	text-align: center;
	position: relative;
	z-index: 2;
	opacity: 0.9;
}
/* Service Cards Section */
.service-cards {
	margin: 0;
	padding: 0;
}

.service-card {
	position: relative;
	height: 500px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: transform 0.3s ease;
}

/* Dark overlay for background */
.service-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Adjust darkness here */
	z-index: 1;
}

.service-card-indonesia {
	background-image: url("../../ASSET/header_indo.jpg");
	background-size: cover;
	background-position: center;
}

.service-card-china {
	background-image: url("../../ASSET/header_china.png");
	background-size: cover;
	background-position: center;
}

.service-card-content {
	text-align: center;
	color: white;
	z-index: 2;
	position: relative;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.service-card-title {
	font-family: "Metropolis", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #d9ab77;
	margin-bottom: 1rem;
	letter-spacing: 2px;
}

.service-card-subtitle {
	margin-bottom: 1rem;
}

.service-subtitle-part {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	color: #ffffff;
}

.service-subtitle-highlight {
	font-family: "Montserrat", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: #d9ab77;
	margin: 0 0.5rem;
}

.service-card-description {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	margin-bottom: 2rem;
	opacity: 0.9;
}

.service-card-button {
	display: inline-block;
	padding: 10px 20px;
	background: white;
	color: black;
	text-decoration: none;
	margin-top: 1rem; /* Reduced from 200px */
	font-family: "Montserrat", sans-serif;
	font-size: 0.9rem;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}

.service-card-button:hover {
	background: #d9ab77;
	transform: translateY(-2px);
	color: black;
	text-decoration: none;
}

/* Gate to Indonesia Section */
.gate-indonesia {
	margin: 0;
	padding: 0;
	background: transparent;
	width: 100%;
}

.indonesia-banner {
	background: url("../../ASSET/banner_indo.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 447px;
	color: white;
	margin: 0;
	padding: 0;
	position: relative;
}

.indonesia-banner-content {
	position: absolute;
	top: 50px; /* agak ke bawah dari atas */
	right: 50px; /* pojok kanan */
	text-align: right;
	max-width: 600px;
}

.indonesia-banner-title {
	font-family: "Metropolis", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #d9ab77;
	letter-spacing: 1px;
	margin-bottom: 1rem;
}

.indonesia-banner-description {
	font-family: "Montserrat", sans-serif;
	font-size: 0.9rem;
	line-height: 1.8;
	color: black;
}

/* Strategic Partner Section */
.strategic-partner {
	background: transparent;
	border-radius: 0;
	padding: 4rem 0;

	margin-bottom: 0;
	box-shadow: none;
}

.strategic-partner-title {
	font-family: "Metropolis", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 1.5rem;
	display: inline-block;
	color: #d9ab77;
}

.strategic-partner-description {
	font-family: "Montserrat", sans-serif;
	font-size: 0.9rem;
	line-height: 1.8;
	margin-bottom: 0;
	color: black;
}

.gzdw-logo {
	max-width: 250px;
	height: auto;
	filter: brightness(1.1);
}

.about-gzdw {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
}

.gzdw-event-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Tambahan untuk alignment */
.about-gzdw .row {
	align-items: center;
}

.about-gzdw-title {
	font-family: "Metropolis", sans-serif;
	font-size: 1.5rem;

	font-weight: 400;
	font-style: italic;
	color: #d9ab77;
	text-align: right;
	margin-bottom: 1.5rem;
}

.about-gzdw-description {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: black;
	text-align: right;
	margin-bottom: 0;
}

/* What We Offer Section */
.what-we-offer {
	background: transparent;
	border-radius: 0;
	padding-bottom: 4rem;
}

.what-we-offer-title {
	font-family: "Metropolis", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	color: #d9ab77;
	margin-bottom: 2rem;
	text-align: center;
}

.offer-card {
	background: white;
	border-radius: 15px;
	padding: 1.5rem;
	text-align: center;
	height: 100%;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid #e9ecef;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.offer-icon {
	margin-bottom: 1.5rem;
	text-align: center;
}

.offer-icon-img {
	width: 60px;
	height: 60px;
}

.offer-card-title {
	font-family: "Metropolis", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #d9ab77;
	margin-bottom: 1rem;
	text-align: center;
}

.offer-card-list {
	display: inline-block;
	text-align: left;
	list-style-position: inside;
	margin: 0 auto;
	padding-left: 0;
}

.offer-card-list li {
	font-family: "Montserrat", sans-serif;
	font-size: 0.9rem;
	margin-bottom: 0.3rem;
	color: black;
}

/* Gate to China Section */
.gate-china {
	padding: 0;
	background: transparent;
}

.china-banner {
	background: url("../../ASSET/banner_china.png") no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 447px;
	color: white;
	margin: 0;
	padding: 0;
	position: relative;
}
.china-banner-content {
	position: absolute;
	top: 50px; /* agak ke bawah dari atas */
	left: 50px; /* pojok kanan */
	text-align: left;
	max-width: 800px;
}
.china-banner-title {
	font-family: "Metropolis", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #d9ab77;
	letter-spacing: 1px;
	margin-bottom: 1rem;
}

.china-banner-description {
	font-family: "Montserrat", sans-serif;
	font-size: 0.9rem;
	line-height: 1.8;
	color: #ffffff;
}

/* Supply Chain Section */
.supply-chain {
	margin-bottom: 0;
	padding: 4rem 0;
	background: transparent;
}

.supply-chain-title {
	font-family: "Metropolis", sans-serif;
	font-size: 2.5rem;
	font-weight: 100;
	font-style: italic;
	color: #d9ab77;
	margin-bottom: 1rem;
}

.supply-chain-subtitle {
	font-family: "Montserrat", sans-serif;
	font-size: 1.1rem;
	color: black;
	margin-bottom: 2rem;
}

.supply-card-container {
	width: 300px;
	height: 269px;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
}

.supply-card {
	background: white;
	border-radius: 15px;
	padding: 1.5rem;
	text-align: center;
	height: 100%;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid #e9ecef;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.supply-icon {
	margin-bottom: 1.2rem;
}

.supply-icon-img {
	width: 70px;
	height: 70px;
	filter: none;
	opacity: 0.8;
}

.supply-card-title {
	font-family: "Metropolis", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0;
	color: #d9ab77;
}

.supply-card-list {
	display: inline-block;
	text-align: left;
	list-style-position: inside;
	margin: 0 auto;
	padding-left: 0;
}

.supply-card-list li {
	font-family: "Montserrat", sans-serif;
	font-size: 0.7rem;
	margin-bottom: 0.3rem;
	color: black;
}

.arrow-icon {
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	align-self: stretch;
}

.arrow-img {
	width: 24px;
	height: auto;
	margin: auto 0;
	opacity: 0.6;
}
.supply-chain .row {
	margin: 0;
}

.supply-flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 1rem;
}

/* Benefits Section */
.our-benefits {
	background: transparent;
	border-radius: 0;
	padding: 4rem 0;
	box-shadow: none;
	border: none;
}

.benefits-title {
	font-family: "Metropolis", sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	color: black;
	margin-bottom: 2rem;
}

.benefit-card {
	background: white;
	border-radius: 15px;
	padding: 1.5rem;
	text-align: center;
	height: 100%;
	transition: all 0.3s ease;
}

.benefit-icon {
	width: 80px; /* atur ukuran tetap */
	height: 80px;
	margin: 0 auto 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

.benefit-icon-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.benefit-title {
	font-family: "Metropolis", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	color: black;
	margin-bottom: 1rem;
	display: inline-block;
	text-transform: uppercase;
}

.benefit-description {
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	line-height: 1.6;
	margin-bottom: 0;
	color: black;
}
/* ===== RESPONSIVE DESIGN UNTUK LAYAR KECIL ===== */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	/* ===== GENERAL LAYOUT ===== */
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	/* ===== SERVICE CARDS SECTION ===== */
	.service-cards {
		margin-bottom: 0;
	}

	.service-card {
		height: 400px;
		margin-bottom: 0;
	}

	.service-card-content {
		padding: 1.5rem 1rem;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.service-card-title {
		font-size: 1.8rem;
		letter-spacing: 1px;
		margin-bottom: 0.8rem;
		line-height: 1.3;
	}

	.service-card-subtitle {
		margin-bottom: 0.8rem;
	}

	.service-subtitle-part {
		font-size: 1.2rem;
	}

	.service-subtitle-highlight {
		font-size: 1.4rem;
		margin: 0 0.3rem;
	}

	.service-card-description {
		font-size: 0.9rem;
		margin-bottom: 1.5rem;
	}

	.service-card-button {
		padding: 10px 20px;
		font-size: 0.8rem;
		letter-spacing: 0.5px;
		margin-top: 1rem;
		border-radius: 5px;
	}

	/* ===== INDONESIA BANNER SECTION ===== */
	.indonesia-banner {
		height: 300px;
		background-size: cover;
		background-position: center;
		margin-bottom: 2rem;
	}

	.indonesia-banner-content {
		position: absolute;
		top: 20px;
		left: 20px;
		right: 20px;
		text-align: center;
		max-width: none;
	}

	.indonesia-banner-title {
		font-size: 1.8rem;
		margin-bottom: 0.8rem;
		line-height: 1.2;
	}

	.indonesia-banner-description {
		font-size: 0.8rem;
		line-height: 1.6;
		color: white;
		background: rgba(0, 0, 0, 0.5);
		padding: 10px;
		border-radius: 5px;
	}

	/* ===== STRATEGIC PARTNER SECTION ===== */
	.strategic-partner {
		padding: 2rem 0;
		margin-bottom: 2rem;
	}

	.strategic-partner-title {
		font-size: 1.2rem;
		margin-bottom: 1rem;
		text-align: center;
	}

	.strategic-partner-description {
		font-size: 0.85rem;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 1.5rem;
	}

	.gzdw-logo {
		max-width: 180px;
		margin: 0 auto;
		display: block;
	}

	/* ===== ABOUT GZDW SECTION ===== */
	.about-gzdw {
		margin-bottom: 2rem;
	}

	.about-gzdw .row {
		flex-direction: column-reverse;
	}

	.about-gzdw-title {
		font-size: 1.2rem;
		text-align: center;
		margin-bottom: 1rem;
	}

	.about-gzdw-description {
		font-size: 0.85rem;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 1.5rem;
	}

	.gzdw-event-image {
		margin-bottom: 1rem;
		border-radius: 8px;
	}

	/* ===== WHAT WE OFFER SECTION ===== */
	.what-we-offer {
		padding: 2rem 0;
	}

	.what-we-offer-title {
		font-size: 1.6rem;
		margin-bottom: 1.5rem;
	}

	.offer-card {
		background: white;
		border-radius: 55px;
		padding: 1.5rem;
		text-align: center;
		height: 100%;
		transition: all 0.3s ease;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		border: 1px solid #e9ecef;
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.offer-icon {
		margin-bottom: 1rem;
	}

	.offer-icon-img {
		width: 50px;
		height: 50px;
	}

	.offer-card-title {
		font-size: 1rem;
		margin-bottom: 0.8rem;
	}

	.offer-card-list {
		text-align: center;
	}

	.offer-card-list li {
		font-size: 0.8rem;
		margin-bottom: 0.4rem;
		list-style: none;
		position: relative;
		padding-left: 15px;
	}

	.offer-card-list li::before {
		content: "•";
		color: #d9ab77;
		font-weight: bold;
		position: absolute;
		left: 0;
	}

	/* ===== CHINA BANNER SECTION ===== */
	.china-banner {
		height: 350px;
		background-size: cover;
		background-position: center;
		margin-bottom: 2rem;
	}

	.china-banner-content {
		position: absolute;
		top: 20px;
		left: 20px;
		right: 20px;
		text-align: center;
		max-width: none;
	}

	.china-banner-title {
		font-size: 1.8rem;
		margin-bottom: 0.8rem;
		line-height: 1.2;
	}

	.china-banner-description {
		font-size: 0.8rem;
		line-height: 1.6;
		background: rgba(0, 0, 0, 0.6);
		padding: 12px;
		border-radius: 5px;
	}

	/* ===== SUPPLY CHAIN SECTION ===== */
	.supply-chain {
		padding: 2rem 0;
		margin-bottom: 2rem;
	}

	.supply-chain-title {
		font-size: 1.8rem;
		margin-bottom: 0.8rem;
		text-align: center;
	}

	.supply-chain-subtitle {
		font-size: 0.9rem;
		margin-bottom: 1.5rem;
		text-align: center;
		padding: 0 10px;
	}

	.supply-flex-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}

	.supply-card-container {
		width: 100%;
		max-width: 280px;
		height: auto;
	}

	.supply-card {
		padding: 1.2rem;
		border-radius: 12px;
		min-height: 200px;
	}

	.supply-icon {
		margin-bottom: 1rem;
	}

	.supply-icon-img {
		width: 60px;
		height: 60px;
	}

	.supply-card-title {
		font-size: 1rem;
		margin-bottom: 0.8rem;
	}

	.supply-card-list {
		text-align: center;
	}

	.supply-card-list li {
		font-size: 0.8rem;
		margin-bottom: 0.4rem;
		list-style: none;
		position: relative;
		padding-left: 15px;
	}

	.supply-card-list li::before {
		content: "•";
		color: #d9ab77;
		font-weight: bold;
		position: absolute;
		left: 0;
	}

	.arrow-icon {
		width: 30px;
		height: 30px;
		transform: rotate(90deg);
		margin: 0.5rem 0;
	}

	.arrow-img {
		width: 20px;
		height: 20px;
	}

	/* ===== BENEFITS SECTION ===== */
	.our-benefits {
		padding: 2rem 0;
	}

	.benefits-title {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
		text-align: center;
		padding: 0 10px;
	}

	.benefit-card {
		padding: 1rem 0.8rem;
		margin-bottom: 1rem;
		border-radius: 12px;
		min-height: 200px;
		border: 1px solid #e9ecef;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	}

	.benefit-icon {
		width: 60px;
		height: 60px;
		margin: 0 auto 0.8rem;
	}

	.benefit-icon-img {
		width: 100%;
		height: 100%;
	}

	.benefit-title {
		font-size: 0.75rem;
		margin-bottom: 0.8rem;
		line-height: 1.3;
	}

	.benefit-description {
		font-size: 0.7rem;
		line-height: 1.5;
	}

	/* ===== UTILITY CLASSES FOR MOBILE ===== */
	.text-center-mobile {
		text-align: center;
	}

	.mb-mobile-1 {
		margin-bottom: 0.5rem;
	}

	.mb-mobile-2 {
		margin-bottom: 1rem;
	}

	.mb-mobile-3 {
		margin-bottom: 1.5rem;
	}

	.p-mobile-1 {
		padding: 0.5rem;
	}

	.p-mobile-2 {
		padding: 1rem;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	/* ===== SERVICE CARDS ===== */
	.service-card {
		height: 450px;
	}

	.service-card-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.service-card-title {
		font-size: 2rem;
	}

	.service-subtitle-part {
		font-size: 1.3rem;
	}

	.service-subtitle-highlight {
		font-size: 1.5rem;
	}

	.service-card-button {
		margin-top: 1.5rem;
	}

	/* ===== BANNERS ===== */
	.indonesia-banner,
	.china-banner {
		height: 350px;
	}

	.indonesia-banner-content,
	.china-banner-content {
		top: 30px;
		left: 30px;
		right: 30px;
	}

	.indonesia-banner-title,
	.china-banner-title {
		font-size: 2rem;
	}

	.indonesia-banner-description,
	.china-banner-description {
		font-size: 0.85rem;
	}

	/* ===== CARDS ===== */
	.offer-card,
	.supply-card,
	.benefit-card {
		padding: 1.3rem;
	}

	.supply-flex-wrapper {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.supply-card-container {
		width: 45%;
		max-width: none;
	}

	.arrow-icon {
		display: none;
	}

	.our-benefits .row .col-lg-2 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.service-card {
		height: 480px;
	}

	.service-card-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.service-card-button {
		margin-top: 1.5rem;
	}
	.indonesia-banner,
	.china-banner {
		height: 400px;
	}

	.supply-flex-wrapper {
		flex-direction: row;
		justify-content: center;
		gap: 0.5rem;
	}

	.supply-card-container {
		width: 30%;
	}

	.arrow-icon {
		width: 35px;
		transform: none;
	}

	.our-benefits .row .col-lg-2 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/* ===== ADDITIONAL RESPONSIVE FIXES ===== */
@media (max-width: 991.98px) {
	.indonesia-banner-content {
		text-align: center;
	}

	.china-banner-content {
		text-align: center;
	}

	.strategic-partner .row {
		flex-direction: column;
		text-align: center;
	}

	.about-gzdw .row {
		flex-direction: column;
		text-align: center;
	}

	.about-gzdw-title,
	.about-gzdw-description {
		text-align: center;
	}
}
