/* ======================== About Us Page Styles ====================== */

/* Mission Section */
.em-mission-section {
	color: white;
	display: flex;
	align-items: center;
	min-height: 350px;
	position: relative;
	overflow: hidden;
	background: #1f304d;
}

.em-mission-section::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 500px;
	height: 500px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
}

.em-mission-section::after {
	content: '';
	position: absolute;
	bottom: -30%;
	left: -5%;
	width: 400px;
	height: 400px;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 50%;
}

.em-mission-title {
	font-size: 56px;
	font-weight: 600;
	margin-bottom: 40px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	color: #fff;
}

.em-mission-text {
	font-size: 20px;
	line-height: 1.9;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}

/* Values Section */
.em-section-title {
	font-size: 50px;
	font-weight: 700;
	color: #20314d;
	margin-bottom: 0;
	text-align: center;
	letter-spacing: 1px;
	font-family: "Roboto", sans-serif;
}

.em-value-box {
	background: white;
	padding: 30px 20px;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	height: 100%;
	border-top: 4px solid transparent;
}

.em-value-box:hover {
	transform: translateY(-15px);
	box-shadow: 0 20px 50px rgba(102, 126, 234, 0.2);
	border-top-color: #1f304e;
}

.em-value-icon {
	width: 90px;
	height: 90px;
	background: #1f304d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 40px;
	margin: 0 auto 25px;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
	transition: all 0.3s ease;
}

.em-value-box:hover .em-value-icon {
	transform: scale(1.1) rotate(5deg);
}

.em-value-box h5 {
	font-size: 22px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.em-value-box p {
	font-size: 15px;
	color: #666;
	line-height: 1.7;
	margin: 0;
	font-weight: 400;
	letter-spacing: 1px;
}

/* Features Section */
.em-features-section {
	position: relative;
	overflow: hidden;
}

.em-features-section::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -150px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(102, 126, 234, 0.08) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
	transform: translateY(-50%);
}

.em-feature-highlight {
	background: white;
	padding: 30px 20px;
	border-radius: 15px;
	border-left: 5px solid #1f304e;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	height: 100%;
}

.em-feature-highlight::before {
	content: '';
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, transparent 100%);
	transition: all 0.4s ease;
	z-index: 0;
}

.em-feature-highlight:hover {
	transform: translateY(-12px) scale(1.02);
	box-shadow: 0 25px 60px rgba(102, 126, 234, 0.2);
	border-left-color: #764ba2;
}

.em-feature-highlight:hover::before {
	right: 0;
}

.em-feature-number {
	font-size: 56px;
	font-weight: 900;
	background: #1f304d;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 15px;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.em-feature-highlight h4 {
	font-size: 20px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 15px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}

.em-feature-highlight p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin: 0;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}

.em-online-banner{
	background: #ff9900;
	position: relative;
	overflow: hidden;
	padding: 48px 0;
}

/* decorative large cream circle on left */
.em-online-banner::before{
	content: "";
	position: absolute;
	left: -10%;
	top: -30%;
	width: 90vmin;
	height: 90vmin;
	background: #fdebd0;
	border-radius: 50%;
	transform: translateZ(0);
	z-index: 0;
}

/* container */
.em-container1{
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	display:flex;
	gap: 24px;
	align-items:center;
	position: relative;
	z-index: 2;
}

/* left text */
.em-left{
	flex: 1.1;
	color: var(--em-dark);
}
.em-kicker{
	font-size: 18px;
	margin: 0 0 6px;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
}
.em-kicker span{ 
	font-weight:700; 
}

.em-title{
	font-size: clamp(36px, 6.2vw, 84px);
	line-height: 0.95;
	color: #000;
	font-weight: 700;
	margin-top: 10px;
	letter-spacing: 1px;
}

.em-sub{
	font-size: 18px;
	margin: 10px 0 0;
	color: rgba(25,30,37,0.9);
	letter-spacing: 1px;
}

/* right features & CTA */
.em-right{
	flex: .7;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	gap:18px;
}

.em-features{
	list-style:none;
	padding:0;
	margin:0;
	color: var(--em-dark);
	font-size: 15px;
	text-align: right;
	line-height:1.6;
}

.em-features li{
	display:block;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

/* CTA button */
.em-cta{
	display:inline-block;
	background: #fff;
	color: #000;
	padding: 12px 26px;
	border-radius:10px;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 1px;
	box-shadow: 0 8px 18px rgba(0,0,0,0.15);
	transition: transform .15s ease, box-shadow .15s ease;
}
.em-cta:hover{ 
	transform: translateY(-3px); 
	box-shadow:0 14px 30px rgba(0,0,0,0.18); 
}

/* Responsive Design */
@media (max-width: 768px) {
	.em-mission-title {
		font-size: 32px;
	}

	.em-section-title {
		font-size: 28px;
		margin-bottom: 0;
	}

	.em-value-box {
		padding: 30px 20px;
	}

	.em-feature-highlight {
		padding: 30px;
	}

	.em-mission-text {
		font-size: 16px;
	}

	/* Responsive Banner */
	.em-online-banner {
		padding: 40px 0;
	}

	.em-container1 {
		flex-direction: column;
		gap: 30px;
	}

	.em-left {
		flex: 1;
		text-align: center;
	}

	.em-right {
		flex: 1;
		align-items: center;
	}

	.em-features {
		text-align: center;
	}

	.em-title {
		font-size: clamp(28px, 5vw, 48px);
	}

	.em-kicker {
		font-size: 16px;
	}

	.em-sub {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.em-mission-title {
		font-size: 24px;
	}

	.em-section-title {
		font-size: 35px;
	}

	.em-feature-number {
		font-size: 36px;
	}

	.em-feature-highlight h4 {
		font-size: 18px;
	}

	.em-mission-text {
		font-size: 15px;
	}

	.em-value-box p,
	.em-feature-highlight p {
		font-size: 14px;
	}

	/* Responsive Banner Mobile */
	.em-online-banner {
		padding: 30px 0;
	}

	.em-container1 {
		width: 95%;
		gap: 20px;
	}

	.em-left {
		text-align: center;
	}

	.em-right {
		gap: 15px;
	}

	.em-title {
		font-size: 40px;
		margin-top: 8px;
	}

	.em-kicker {
		font-size: 18px;
		margin: 0 0 4px;
	}

	.em-sub {
		font-size: 16px;
		margin: 8px 0 0;
	}

	.em-features {
		font-size: 13px;
		gap: 8px;
	}

	.em-features li {
		margin-bottom: 6px;
	}

	.em-cta {
		padding: 10px 20px;
		font-size: 14px;
	}

	.em-online-banner::before {
		width: 120vmin;
		height: 120vmin;
		left: -20%;
		top: -40%;
	}
}