.ghana-timeline-2071 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.ghana-timeline-2071::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 4px;
	background-color: #EEB707; /* Default gold */
	transform: translateX(-50%);
}

.ghana-timeline-item-2071 {
	position: relative;
	margin-bottom: 60px;
	width: 100%;
}

.ghana-timeline-item-2071:last-child {
	margin-bottom: 0;
}

.timeline-dot-2071 {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 20px;
	height: 20px;
	background-color: #EEB707;
	border-radius: 50%;
	transform: translateX(-50%);
	z-index: 2;
	box-shadow: 0 0 0 4px #fff;
}

.timeline-content-wrapper-2071 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

/* Even items: Image left, Text right */
.ghana-timeline-item-2071:nth-child(even) .timeline-content-wrapper-2071 {
	flex-direction: row;
}

/* Odd items: Text left, Image right */
.ghana-timeline-item-2071:nth-child(odd) .timeline-content-wrapper-2071 {
	flex-direction: row-reverse;
}

.timeline-text-2071,
.timeline-image-wrap-2071 {
	width: 45%;
}

.ghana-timeline-item-2071:nth-child(odd) .timeline-text-2071 {
	text-align: right;
}

.ghana-timeline-item-2071:nth-child(even) .timeline-text-2071 {
	text-align: left;
}

.timeline-image-wrap-2071 img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px; /* Default */
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.timeline-year-2071 {
	font-size: 24px;
	font-weight: 700;
	color: #EEB707;
	margin-bottom: 10px;
}

.timeline-title-2071 {
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #242424;
}

.timeline-desc-2071 {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 15px;
}

.timeline-ended-2071 {
	font-size: 15px;
	color: #333;
	background: #f9f9f9;
	padding: 10px 15px;
	border-left: 4px solid #EEB707;
	display: inline-block;
}

.ghana-timeline-item-2071:nth-child(odd) .timeline-ended-2071 {
	border-left: none;
	border-right: 4px solid #EEB707;
}

/* Responsive Styles */
@media (max-width: 767px) {
	.ghana-timeline-2071::before {
		left: 20px;
	}

	.timeline-dot-2071 {
		left: 20px;
	}

	.timeline-content-wrapper-2071,
	.ghana-timeline-item-2071:nth-child(even) .timeline-content-wrapper-2071,
	.ghana-timeline-item-2071:nth-child(odd) .timeline-content-wrapper-2071 {
		flex-direction: column-reverse; /* Image on top of text */
		padding-left: 50px;
	}

	.timeline-text-2071,
	.timeline-image-wrap-2071 {
		width: 100%;
		text-align: left !important;
	}

	.timeline-image-wrap-2071 {
		margin-bottom: 20px;
	}

	.ghana-timeline-item-2071:nth-child(odd) .timeline-ended-2071 {
		border-right: none;
		border-left: 4px solid #EEB707;
	}
}