/* ==========================================================
   MEDIVOX - ABOUT PAGE STYLES
   Sab kuch ".mv-about-root" ke andar scope hai, isliye yeh CSS
   sirf About Page template pe hi apply hogi, kahin aur nahi.
   (Load bhi sirf isi template pe hoti hai - about-customizer.php dekho)
   ========================================================== */

.mv-about-root {
	/*font-family: 'Poppins', Arial, sans-serif;*/
	color: #16305c;
}

.mv-about-root * {
	box-sizing: border-box;
}

.mv-about-root .mv-about-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.mv-about-root .mv-about-heading {
	font-size: 32px;
	font-weight: 600;
	color: #16305c;
	margin-bottom: 20px;
}

.mv-about-root .mv-about-btn {
	display: inline-block;
	padding: 14px 32px;
	border-radius: 30px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.25s ease;
	font-size: 15px;
}

.mv-about-root .mv-about-btn-outline {
	background: transparent;
	color: #16305c;
	border: 2px solid #16305c;
}

.mv-about-root .mv-about-btn-outline:hover {
	background: #16305c;
	color: #ffffff;
}

/* -----------------------------------------------------------
   01. HERO SECTION
----------------------------------------------------------- */
.mv-about-root .mv-about-hero {
	position: relative;
	background-color: #223a5e;
	background-size: cover;
	background-position: center;
	border-radius: 16px;
	overflow: hidden;
	margin: 40px auto;
	max-width: 1200px;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mv-about-root .mv-about-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(10, 25, 50, 0.45);
}

.mv-about-root .mv-about-hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #ffffff;
	padding: 60px 24px;
}

.mv-about-root .mv-about-hero-heading {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 20px;
}

.mv-about-root .mv-about-hero-subtext {
	max-width: 700px;
	margin: 0 auto 30px;
	font-size: 16px;
	line-height: 1.7;
	color: #e6ecf5;
}

.mv-about-root .mv-about-hero .mv-about-btn-outline {
	background: #ffffff;
	color: #16305c;
	border: 2px solid #ffffff;
}

.mv-about-root .mv-about-hero .mv-about-btn-outline:hover {
	background: transparent;
	color: #ffffff;
}

/* -----------------------------------------------------------
   02. INTRO SECTION
----------------------------------------------------------- */
.mv-about-root .mv-about-intro {
	padding: 60px 0;
}

.mv-about-root .mv-about-intro-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.mv-about-root .mv-about-intro-text p {
	font-size: 15px;
	line-height: 1.8;
	color: #4b5a72;
	margin-bottom: 16px;
}

.mv-about-root .mv-about-intro-image img,
.mv-about-root .mv-about-image-placeholder {
	width: 100%;
	border-radius: 12px;
	display: block;
	min-height: 320px;
	background: #e8edf5;
	object-fit: cover;
}

/* -----------------------------------------------------------
   03. APPROACH SECTION
----------------------------------------------------------- */
.mv-about-root .mv-about-approach {
	position: relative;
	background-color: #14213d;
	background-size: cover;
	background-position: center;
	padding: 90px 0 0;
	margin-top: 40px;
}

.mv-about-root .mv-about-approach-overlay {
	position: absolute;
	inset: 0;
	background: rgba(10, 20, 40, 0.72);
}

.mv-about-root .mv-about-approach-content {
	position: relative;
	z-index: 2;
	color: #ffffff;
}

.mv-about-root .mv-about-approach-label {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #9fb3d6;
	margin-bottom: 20px;
}

.mv-about-root .mv-about-label-line {
	width: 40px;
	height: 2px;
	background: #9fb3d6;
	display: inline-block;
}

.mv-about-root .mv-about-approach-heading {
	font-size: 36px;
	font-weight: 600;
	max-width: 700px;
	line-height: 1.3;
	margin-bottom: 60px;
}

.mv-about-root .mv-about-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	transform: translateY(60px);
}

.mv-about-root .mv-about-feature-card {
	background: #ffffff;
	color: #16305c;
	border-radius: 10px;
	padding: 32px 28px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.mv-about-root .mv-about-feature-icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-bottom: 18px;
}

.mv-about-root .mv-about-feature-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #1f5fac;
}

.mv-about-root .mv-about-feature-desc {
	font-size: 14px;
	line-height: 1.7;
	color: #5a6b85;
	margin: 0;
}

/* -----------------------------------------------------------
   04. PROCESS SECTION
----------------------------------------------------------- */
.mv-about-root .mv-about-process {
	padding: 140px 0 80px;
}

.mv-about-root .mv-about-process-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

.mv-about-root .mv-about-process-label {
	font-size: 15px;
	font-weight: 500;
	color: #1f5fac;
	margin-bottom: 10px;
}

.mv-about-root .mv-about-process-heading {
	font-size: 32px;
	font-weight: 600;
	color: #16305c;
	margin-bottom: 30px;
	line-height: 1.35;
}

.mv-about-root .mv-about-stats {
	display: flex;
	gap: 16px;
	margin-top: 40px;
}

.mv-about-root .mv-about-stat-box {
	background: #e7eefb;
	border-radius: 10px;
	padding: 18px 26px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 130px;
}

.mv-about-root .mv-about-stat-number {
	font-size: 26px;
	font-weight: 700;
	color: #1f5fac;
}

.mv-about-root .mv-about-stat-label {
	font-size: 13px;
	color: #5a6b85;
	margin-top: 4px;
}

.mv-about-root .mv-about-process-right {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.mv-about-root .mv-about-step {
	padding: 22px 0;
	border-bottom: 1px solid #e3e8f0;
}

.mv-about-root .mv-about-step:last-child {
	border-bottom: none;
}

.mv-about-root .mv-about-step-icon {
	width: 30px;
	height: 30px;
	object-fit: contain;
	margin-bottom: 12px;
}

.mv-about-root .mv-about-step-title {
	font-size: 19px;
	font-weight: 600;
	color: #16305c;
	margin-bottom: 8px;
}

.mv-about-root .mv-about-step-desc {
	font-size: 14px;
	line-height: 1.7;
	color: #5a6b85;
	margin: 0;
}

/* -----------------------------------------------------------
   SCROLL REVEAL (used by about-script.js)
----------------------------------------------------------- */
.mv-about-root .mv-about-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.mv-about-root .mv-about-reveal-visible {
	opacity: 1;
	transform: translateY(0);
}

/* -----------------------------------------------------------
   RESPONSIVE
----------------------------------------------------------- */
@media (max-width: 900px) {
	.mv-about-root .mv-about-intro-grid,
	.mv-about-root .mv-about-process-grid {
		grid-template-columns: 1fr;
	}

	.mv-about-root .mv-about-features-grid {
		grid-template-columns: 1fr;
		transform: none;
	}

	.mv-about-root .mv-about-approach {
		padding-bottom: 60px;
	}

	.mv-about-root .mv-about-hero-heading {
		font-size: 32px;
	}

	.mv-about-root .mv-about-approach-heading {
		font-size: 26px;
	}

	.mv-about-root .mv-about-stats {
		flex-wrap: wrap;
	}
}

@media (max-width: 600px) {
	.mv-about-root .mv-about-hero {
		min-height: 420px;
		border-radius: 0;
	}

	.mv-about-root .mv-about-container {
		padding: 0 18px;
	}
}