/* =============================================================
   Programmes Promo Section — snippet-6503
   ============================================================= */

.pp-c3d4e5f6-section {
	padding: 80px 0;
}

.pp-c3d4e5f6-wrapper {
	display: flex;
	align-items: stretch;
	min-height: 420px;
	font-family: "Quicksand", sans-serif;
	overflow: hidden;
	border-radius: 4px;
}

/* ── Left: Dark Panel ── */
.pp-c3d4e5f6-panel {
	flex: 0 0 42%;
	max-width: 42%;
	background-color: #004a17;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.pp-c3d4e5f6-panel-inner {
	padding: 48px 40px;
	text-align: center;
}

.pp-c3d4e5f6-heading {
	font-family: "Quicksand", sans-serif;
	font-size: 30px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.25;
	margin: 0 0 24px;
	letter-spacing: -0.3px;
}

.pp-c3d4e5f6-desc {
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 28px;
}

/* "Read More" button */
.pp-c3d4e5f6-btn {
	display: inline-block;
	padding: 13px 36px;
	background: #ffffff;
	color: #004a17;
	border-radius: 50px;
	font-family: "Quicksand", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.3px;
	transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.pp-c3d4e5f6-btn:hover {
	background: #01A368;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(1, 163, 104, 0.35);
}

/* ── Right: Photo ── */
.pp-c3d4e5f6-photo-wrap {
	flex: 1 1 58%;
	overflow: hidden;
	position: relative;
}

.pp-c3d4e5f6-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.7s ease;
}

.pp-c3d4e5f6-photo-wrap:hover .pp-c3d4e5f6-photo {
	transform: scale(1.04);
}

/* Responsive */
@media (max-width: 900px) {
	.pp-c3d4e5f6-wrapper {
		flex-direction: column;
	}

	.pp-c3d4e5f6-panel,
	.pp-c3d4e5f6-photo-wrap {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.pp-c3d4e5f6-photo-wrap {
		min-height: 260px;
	}

	.pp-c3d4e5f6-heading {
		font-size: 24px;
	}
}
