/* Breadcrumb */
.breadcrumb {
	background-color: transparent;
	padding: 10px 0;
}

.breadcrumb-item a {
	color: var(--primary-color);
	text-decoration: none;
}

/* Hero Section */
.about-hero {
	background: linear-gradient(rgba(46, 125, 50, 0.9), rgba(46, 125, 50, 0.8)), url('https://cdn.sarvjobs.com/uploads/1404/08/13/sarvjobs.com_14040813194102_759995623.jpg') center/cover no-repeat;
	color: white;
	padding: 80px 0;
	margin-bottom: 60px;
	border-radius: 10px;
}

.hero-title {
	font-weight: 700;
	margin-bottom: 20px;
}

.hero-subtitle {
	font-size: 1.2rem;
	margin-bottom: 30px;
	opacity: 0.9;
}

/* Stats Section */
.stats-section {
	margin-bottom: 60px;
}

.stat-card {
	background: white;
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	height: 100%;
}

.stat-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.stat-icon {
	width: 70px;
	height: 70px;
	background-color: rgba(46, 125, 50, 0.1);
	color: var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 1.8rem;
}

.stat-number {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.stat-text {
	color: var(--light-text);
	font-weight: 500;
}

/* Mission Section */
.mission-section {
	background: white;
	border-radius: 10px;
	padding: 60px 40px;
	margin-bottom: 60px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	position: relative;
	overflow: hidden;
}

.mission-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
	border-radius: 0 0 100px 0;
}

.section-title {
	color: var(--primary-color);
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.section-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 60px;
	height: 3px;
	background-color: var(--primary-color);
}

.mission-text {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 25px;
}

/* Team Section */
.team-section {
	margin-bottom: 60px;
}

.team-card {
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	height: 100%;
	margin-bottom: 30px;
}

.team-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.team-image {
	height: 250px;
	background-color: #f5f5f5;
	background-size: cover;
	background-position: center;
}

.team-content {
	padding: 25px;
}

.team-name {
	font-weight: 700;
	margin-bottom: 5px;
	color: var(--text-color);
}

.team-position {
	color: var(--primary-color);
	font-weight: 500;
	margin-bottom: 15px;
}

.team-bio {
	color: var(--light-text);
	margin-bottom: 20px;
	line-height: 1.6;
}

.team-social {
	display: flex;
	gap: 10px;
}

.team-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: #f0f0f0;
	color: var(--primary-color);
	border-radius: 50%;
	text-decoration: none;
	transition: all 0.3s;
}

.team-social a:hover {
	background-color: var(--primary-color);
	color: white;
	transform: translateY(-3px);
}

/* Values Section */
.values-section {
	margin-bottom: 60px;
}

.value-card {
	background: white;
	border-radius: 10px;
	padding: 30px 25px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	height: 100%;
	margin-bottom: 30px;
	border-top: 4px solid var(--primary-color);
}

.value-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.value-icon {
	width: 60px;
	height: 60px;
	background-color: rgba(46, 125, 50, 0.1);
	color: var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 1.5rem;
}

.value-title {
	font-weight: 600;
	margin-bottom: 15px;
	color: var(--text-color);
}

.value-text {
	color: var(--light-text);
	line-height: 1.6;
}

/* Timeline Section */
.timeline-section {
	margin-bottom: 60px;
}

.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}

.timeline::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	width: 3px;
	background-color: var(--primary-color);
	transform: translateX(50%);
}

.timeline-item {
	position: relative;
	margin-bottom: 40px;
}

.timeline-content {
	position: relative;
	background: white;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	width: 45%;
}

.timeline-item:nth-child(odd) .timeline-content {
	margin-right: 55%;
}

.timeline-item:nth-child(even) .timeline-content {
	margin-left: 55%;
}

.timeline-year {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: var(--primary-color);
	color: white;
	padding: 10px 20px;
	border-radius: 25px;
	font-weight: 600;
	z-index: 1;
}

.timeline-item:nth-child(odd) .timeline-year {
	left: 55%;
}

.timeline-item:nth-child(even) .timeline-year {
	right: 55%;
}

.timeline-title {
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--primary-color);
}

/* CTA Section */
.cta-section {
	background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
	color: white;
	padding: 60px 0;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 60px;
}

.cta-title {
	font-weight: 700;
	margin-bottom: 20px;
}

.cta-text {
	font-size: 1.1rem;
	margin-bottom: 30px;
	opacity: 0.9;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
	.timeline::before {
		right: 30px;
	}
	
	.timeline-content {
		width: calc(100% - 80px);
	}
	
	.timeline-item:nth-child(odd) .timeline-content,
	.timeline-item:nth-child(even) .timeline-content {
		margin-right: 0;
		margin-left: 0;
	}
	
	.timeline-year {
		position: relative;
		top: auto;
		transform: none;
		margin-bottom: 15px;
		display: inline-block;
	}
	
	.timeline-item:nth-child(odd) .timeline-year,
	.timeline-item:nth-child(even) .timeline-year {
		left: auto;
		right: auto;
	}
}

@media (max-width: 768px) {
	.about-hero {
		padding: 60px 0;
	}
	
	.mission-section {
		padding: 40px 25px;
	}
	
	.stat-number {
		font-size: 2rem;
	}
}

@media (max-width: 576px) {
	.hero-title {
		font-size: 1.8rem;
	}
	
	.section-title {
		font-size: 1.5rem;
	}
}