.guide-hero-section {
	background-color: #0f2469;
	color: #fff;
	padding: 60px 20px;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif !important;
}

.guide-hero-wrapper {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	gap: 40px;
	flex-wrap: wrap;
}

.guide-hero-image {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.guide-hero-image img {
	max-width: 450px !important;
	width: 100%;
	height: auto;
	display: block;
}

.guide-hero-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
}

.guide-hero-title {
	font-size: 42px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1.3;
	color: #fff;
	font-family: "Poppins", sans-serif !important;
}

.guide-hero-title span {
	color: #ffcc45;
}

.guide-hero-body {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
	max-width: 550px;
	font-family: "Poppins", sans-serif !important;
	text-align: justify;
}

.guide-hero-cta {
	margin-top: 10px;
}

.guide-hero-button {
	display: inline-block;
	background-color: #ffd042;
	color: #000;
	font-family: "Poppins", sans-serif !important;
	padding: 14px 28px;
	border-radius: 30px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.guide-hero-button:hover {
	text-decoration: none;
	color: #000;
	background-color: #c3c3c3;
}

/* ===============================
Responsive adjustments
=============================== */

@media (max-width: 768px) {
	.guide-hero-content: {
		width: 100%;
	}

	.guide-hero-image {
		width: 100%;
		align-items: center;
		margin-left: 64px;
	}

	.guide-hero-section {
		padding: 40px 20px;
		margin-bottom: -60px;
	}

	.guide-hero-wrapper {
		gap: 20px;
	}

	.guide-hero-content {
		align-items: center;
	}

	.guide-hero-image img {
		max-width: 450px !important;
		margin: 0 auto;
	}

	.guide-hero-title {
		font-size: 30px;
		margin-bottom: 16px;
		text-align: center;
	}

	.guide-hero-body {
		font-size: 14px;
		margin-bottom: 20px;
		max-width: 100%;
		text-align: center;
	}

	.guide-hero-button {
		font-size: 0.95rem;
		padding: 12px 20px;
	}
}
