/* About Us Page Styles */

/* About Section */
.nm-about-section {
	background: #000000;
}

.nm-about-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.nm-about-header {
	text-align: center;
	margin-bottom: 60px;
	animation: fadeInDown 0.6s ease;
}

.nm-about-header h2 {
	font-size: 50px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.nm-about-header p {
	font-size: 18px;
	color: #bfbfbf;
	max-width: 600px;
	margin: 0 auto;
	letter-spacing: 1px;
	line-height: 1.6;
}

.nm-about-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	margin-bottom: 80px;
}

.nm-about-text h3 {
	font-size: 32px;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.nm-about-text p {
	font-size: 15px;
	color: #d6d6d6;
	line-height: 1.8;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.nm-about-text ul {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

.nm-about-text ul li {
	font-size: 15px;
	color: #e5e5e5;
	padding-left: 30px;
	margin-bottom: 12px;
	position: relative;
	line-height: 1.6;
	letter-spacing: 1px;
}

.nm-about-text ul li:before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #7f24c6;
	font-weight: bold;
	font-size: 18px;
}

.nm-about-image {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.nm-about-image img {width: 100%;}

/* Mission & Vision Section */
.nm-mission-vision-section {
	padding: 40px 0;
	background: #000000;
}

.nm-mission-vision-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 0;
}

.nm-mission-card,
.nm-vision-card {
	background: #2e3034;
	padding: 40px;
	border-radius: 12px;
	border-left: 4px solid #aa27ce;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nm-mission-card:hover,
.nm-vision-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.nm-mission-card h3,
.nm-vision-card h3 {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.nm-mission-card p,
.nm-vision-card p {
	font-size: 15px;
	color: #c8c8c8;
	letter-spacing: 1px;
	line-height: 1.8;
}

/* Values Section */
.nm-values-section {
	padding: 60px 0 80px;
	background: #000000;
}

.nm-values-title {
	text-align: center;
	margin-bottom: 60px;
}

.nm-values-title h2 {
	font-size: 45px;
	color: #ffffff;
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing: 1px;
}

.nm-values-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

.nm-value-card {
	background: white;
	padding: 25px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nm-value-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.nm-value-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #0618ae 0%, #af28cf 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 28px;
	color: white;
}

.nm-value-card h4 {
	font-size: 22px;
	color: #1a1a1a;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

.nm-value-card p {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	letter-spacing: 1px;
}

/* Why Choose Us Section */
.nm-why-choose-section {
	padding: 80px 0 0px;
	background: #000000;
}

.nm-why-choose-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.nm-why-choose-text h2 {
	font-size: 40px;
	color: #ffffff;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.nm-why-choose-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nm-why-choose-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
	font-size: 15px;
	color: #e3e3e3;
	line-height: 1.6;
	letter-spacing: 1px;
}

.nm-why-choose-list li:before {
	content: "→";
	color: #7f24c6;
	font-weight: bold;
	font-size: 20px;
	margin-right: 15px;
	flex-shrink: 0;
}

.nm-why-choose-image {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.nm-why-choose-image img {
	width: 100%;
}

/* CTA Section */
.nm-cta-section {
	padding: 60px 0;
	background: #0000;
	color: white;
	text-align: center;
}

.nm-cta-content h2 {
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 20px;
	color: #fff;
	letter-spacing: 2px;
}

.nm-cta-content p {
	letter-spacing: 1px;
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 1.6;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #cfcfcf;
}

.nm-cta-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.nm-cta-btn {
	padding: 15px 40px;
	font-size: 16px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	font-weight: 600;
	letter-spacing: 1px;
}

.nm-cta-btn-primary {
	background: #7f24c6;
	color: white;
}

.nm-cta-btn-primary:hover {
	background: #ff3d47;
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(250, 40, 55, 0.3);
}

.nm-cta-btn-secondary {
	background: transparent;
	color: white;
	border: 2px solid white;
}

.nm-cta-btn-secondary:hover {
	background: white;
	color: #1a1a1a;
	transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991px) {
	.nm-about-content,
	.nm-mission-vision-grid,
	.nm-why-choose-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.nm-about-header h2,
	.nm-why-choose-text h2,
	.nm-services-title h2,
	.nm-cta-content h2 {
		font-size: 32px;
	}

	.nm-about-section,
	.nm-mission-vision-section,
	.nm-values-section,
	.nm-why-choose-section,
	.nm-cta-section {
		padding: 60px 0;
	}

	.nm-about-image,
	.nm-why-choose-image {
		height: 300px;
	}

	.nm-values-grid,
	.nm-services-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}

	.nm-cta-buttons {
		flex-direction: column;
		align-items: center;
	}

	.nm-cta-btn {
		width: 100%;
		max-width: 300px;
	}
}

@media (max-width: 576px) {
	.nm-about-header h2,
	.nm-services-title h2,
	.nm-cta-content h2 {
		font-size: 28px;
	}

	.nm-about-text h3,
	.nm-why-choose-text h2 {
		font-size: 24px;
	}

	.nm-mission-card,
	.nm-vision-card {
		padding: 25px;
	}

	.nm-value-card,
	.nm-service-item {
		padding: 25px;
	}

	.nm-value-icon {
		width: 50px;
		height: 50px;
		font-size: 24px;
	}

	.nm-services-grid,
	.nm-values-grid {
		grid-template-columns: 1fr;
	}

	.nm-cta-content p {
		font-size: 16px;
	}
}

/* Animations */
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.nm-value-card,
.nm-service-item,
.nm-mission-card,
.nm-vision-card {
	animation: fadeInUp 0.6s ease;
}

.nm-value-card:nth-child(2) {
	animation-delay: 0.1s;
}

.nm-value-card:nth-child(3) {
	animation-delay: 0.2s;
}

.nm-value-card:nth-child(4) {
	animation-delay: 0.3s;
}
