.about-header {
	background: linear-gradient(135deg, #FF9933, #FF9933 33%, #FFFFFF 33%, #FFFFFF 66%, #138808 66%);
	color: #fff;
	padding: 20px 0;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
}
.about-header::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-5a3 3 0 1 1 0-6 3 3 0 0 1 0 6z' fill='rgba(67,56,202,1)'/%3E%3C/svg%3E");
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.1;
}        
.about-logo {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #333;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}        
.about-tagline {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}        
.hero {
	background-color: #fff;
	padding: 60px 0;
	text-align: center;
	border-bottom: 1px solid #eee;
}        
.hero h1 {
	font-size: 36px;
	margin-bottom: 20px;
	color: #138808;
}        
.hero p {
	font-size: 18px;
	max-width: 800px;
	margin: 0 auto;
	color: #555;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}        
.mission-vision {
	padding: 60px 0;
	background-color: #f1f7f1;
}        
.mission-vision-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}
.mission, .vision {
	flex: 1;
	min-width: 300px;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	transition: transform 0.3s ease;
}
.mission:hover, .vision:hover {
	transform: translateY(-5px);
}        
.mission h2, .vision h2 {
	color: #FF9933;
	margin-bottom: 15px;
	font-size: 24px;
	position: relative;
	padding-bottom: 10px;
} 
.mission p, .vision p {
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}       
.mission h2:after, .vision h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background-color: #138808;
}        
.work-areas {
	padding: 60px 0;
	background-color: #fff;
}        
.about-section-title {
	text-align: center;
	margin-bottom: 50px;
	color: #138808;
	font-size: 32px;
	position: relative;
}
.about-section-title:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: #FF9933;
}        
.areas-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 30px;
}        
.area-card {
	background-color: #f8f5f0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}
.area-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}        
.area-icon {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f1f7f1;
	font-size: 48px;
	color: #138808;
}
.area-content {
	padding: 25px;
}        
.area-content h3 {
	color: #FF9933;
	margin-bottom: 15px;
	font-size: 20px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}   
.area-content p {
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}        
.area-content ul {
	list-style-type: none;
	padding-left: 0;
}        
.area-content li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}        
.area-content li:before {
	content: "•";
	color: #138808;
	position: absolute;
	left: 0;
	font-weight: bold;
}        
.join-us {
	padding: 60px 0;
	background: linear-gradient(rgba(19, 136, 8, 0.9), rgba(19, 136, 8, 0.9)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1'/%3E%3C/svg%3E");
	color: #fff;
	text-align: center;
}        
.join-us h2 {
	font-size: 32px;
	margin-bottom: 20px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	color: #ff9933;
}
.join-us p {
	max-width: 800px;
	margin: 0 auto 30px;
	font-size: 18px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}        
.about-btn {
	display: inline-block;
	background-color: #FF9933;
	color: #fff;
	padding: 12px 30px;
	border-radius: 30px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	border: 2px solid #FF9933;
}
.about-btn:hover {
	background-color: transparent;
	color: #fff;
}
/* Redesigned Key Information Section */
.info-section {
	padding: 60px 0;
	background: linear-gradient(135deg, #f8f5f0, #f1f7f1);
	position: relative;
	overflow: hidden;
}        
.info-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23138808' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	opacity: 0.5;
}        
.info-section h2 {
	text-align: center;
	color: #138808;
	font-size: 32px;
	margin-bottom: 40px;
	position: relative;
}
.info-section h2:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: #FF9933;
}
.info-grid {	
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 25px;
	position: relative;
	z-index: 1;
}        
.info-item-card {
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	border-left: 5px solid #FF9933;
	display: flex;
	flex-direction: column;
}
.info-item-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}        
.info-item-card:nth-child(2n) {
	border-left-color: #138808;
}        
.info-item-card:nth-child(3n) {
	border-left-color: #000080;
}        
.info-label {
	font-size: 14px;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 8px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}        
.info-value {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}        
.bank-info-card {
	grid-column: 1 / -1;
	background: linear-gradient(to right, #138808, #1e5631);
	color: white;
	border-radius: 15px;
	padding: 30px;
	box-shadow: 0 15px 35px rgba(0,0,0,0.15);
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.bank-info-card::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 150px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm0 2v12h16V6H4zm8 3h6v2h-6V9zm0 4h6v2h-6v-2zm-4-4h2v2H8V9zm0 4h2v2H8v-2z' fill='rgba(255,255,255,0.15)'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.2;
}
.bank-info-title {
	font-size: 22px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	color: #fff;
}        
.bank-info-title::before {
	content: "🏦";
	margin-right: 10px;
	font-size: 24px;
}        
.bank-details {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
}        
.bank-detail-item {
	margin-bottom: 10px;
}        
.bank-detail-label {
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.7);
	margin-bottom: 5px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}        
.bank-detail-value {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}        
/* Enhanced Mobile Responsiveness */
@media (max-width: 768px) {
	.hero h1 {
		font-size: 26px;
	}
	.hero p {
		font-size: 16px;
	}
	.about-section-title, .info-section h2 {
		font-size: 24px;
	}
	.mission, .vision {
		min-width: 100%;
	}
	.area-icon {
		height: 100px;
		font-size: 36px;
	}        
	.area-content h3 {
		font-size: 18px;
	}            
	.join-us h2 {
		font-size: 24px;
	}
	.join-us p {
		font-size: 16px;
	}           
	.about-btn {
		padding: 10px 25px;
		font-size: 14px;
	}           
	.info-value {
		font-size: 16px;
	}		
	.bank-info-title {
		font-size: 20px;
	}           
	.bank-detail-value {
		font-size: 14px;
	}
}        
@media (max-width: 480px) {
	.about-logo {
		font-size: 22px;
	}
	.about-tagline {
		font-size: 14px;
	}           
	.hero h1 {
		font-size: 22px;
	}
	.hero p {
		font-size: 14px;
	}
	.about-section-title, .info-section h2 {
		font-size: 22px;
	}           
	.mission h2, .vision h2 {
		font-size: 20px;
	}		
	.area-content h3 {
		font-size: 16px;
	}           
	.info-grid {
		gap: 15px;
	}
	.info-item-card {
		padding: 20px;
	}
	.bank-info-card {
		padding: 20px;
	}
	.bank-details {
		grid-template-columns: 1fr;
	}
}