﻿
/* 4 Hour ESA Section Styles */
.section_4hour_esa {
	/*background: #1e3a8a;*/
	padding: 50px 0;
	margin: 0;
	position: relative;
	font-family: 'Bricolage Grotesque';
	z-index: 1;
	clear: both;
	overflow: hidden;
}

	.section_4hour_esa .container {
		background: #4570B4;
		border-radius: 30px;
		padding: 10px;
	}

/* Ensure proper flow after hero section */
.bnr_section + .section_4hour_esa {
	margin-top: 15;
	position: static;
}

.s4hour_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	gap: 40px;
}

.s4hour_left {
	display: flex;
	align-items: center;
	justify-content: center;
}

.s4hour_right {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.s4hour_icon {
	display: flex;
	align-items: center;
	gap: 15px;
}

	.s4hour_icon img {
		width: 250px;
		height: 250px;
		object-fit: contain;
	}

.s4hour_right h3 {
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	font-family: "Bricolage Grotesque", sans-serif;
}

.s4hour_right p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	max-width: 600px;
	text-align: left;
	width: 100%;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: normal;
}

.section_4hour_esa .container {
	max-width: 90vw;
}
/* Mobile Responsiveness */
@media (max-width: 768px) {
	.s4hour_inner {
		flex-direction: column;
		text-align: center;
		gap: 20px; 
	}

	.s4hour_icon {
		justify-content: center;
	}

	.s4hour_right span {
		font-size: 30px;
		text-align: center;
	}

	.s4hour_right h3 {
		font-size: 40px;
		text-align: center;
	}

	.s4hour_right p {
		font-size: 16px;
		text-align: center;
		padding-bottom: 10px;
	}

}
