/* ==========================================================
   AIRVENTURE INFRA SOLUTIONS LLP
   Premium Engineering Team Section
==========================================================*/
.dr1064team {
	font-family: Inter, Arial, sans-serif;
	background: #f5f8fc;
	color: #24384d;
	overflow: hidden;
}

/*====================================================
Hero
====================================================*/
.dr1064teamHero {
	position: relative;
	min-height: 88vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.dr1064teamHeroImage {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(.70);
}

.dr1064teamHeroOverlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(0, 38, 76, .72), rgba(0, 46, 95, .78)),
		linear-gradient(120deg, rgba(0, 91, 170, .45), rgba(245, 124, 0, .20));
}

.dr1064teamHeroContent {
	position: relative;
	z-index: 10;
	max-width: 950px;
	padding: 40px;
}

.dr1064teamBadge {
	display: inline-block;
	padding: 12px 28px;
	background: #F57C00;
	color: #fff;
	border-radius: 60px;
	font-size: .85rem;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
}

#dr1064team-title {
	font-size: clamp(3rem, 6vw, 5.5rem);
	color: #fff;
	margin: 30px 0;
	font-weight: 800;
	line-height: 1.1;
}

.dr1064teamHeroContent p {
	max-width: 850px;
	margin: auto;
	color: #edf5ff;
	line-height: 1.9;
	font-size: 1.15rem;
}

/*====================================================
Sections
====================================================*/
.dr1064teamIntro, .dr1064ceoSection, .dr1064leadership,
	.dr1064engineeringProcess, .dr1064teamStats, .dr1064teamValues,
	.dr1064teamCTA {
	padding: 100px 7%;
}

/*====================================================
Heading
====================================================*/
.dr1064sectionHeading {
	max-width: 900px;
	margin: auto auto 70px;
	text-align: center;
}

.dr1064sectionHeading span {
	color: #005baa;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}

.dr1064sectionHeading h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	margin: 18px 0;
	color: #16314d;
}

.dr1064sectionHeading p {
	color: #5f6f80;
	line-height: 1.9;
	font-size: 1.05rem;
}

/*====================================================
CEO
====================================================*/
.dr1064ceoCard {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 60px;
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.dr1064ceoImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dr1064ceoContent {
	padding: 60px;
}

.dr1064ceoDesignation {
	color: #005baa;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.dr1064ceoContent h2 {
	margin: 18px 0;
	color: #15324e;
	font-size: 2.5rem;
}

.dr1064ceoContent p {
	line-height: 1.9;
	color: #66788b;
}

.dr1064ceoContent blockquote {
	margin-top: 30px;
	padding-left: 25px;
	border-left: 5px solid #F57C00;
	color: #16314d;
	font-style: italic;
	font-size: 1.2rem;
}

/*====================================================
Leadership
====================================================*/
.dr1064leadershipGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 35px;
}

.dr1064leaderCard {
	background: #fff;
	border-radius: 24px;
	padding: 45px;
	text-align: center;
	transition: .35s;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .08);
	border-top: 5px solid transparent;
}

.dr1064leaderCard:hover {
	transform: translateY(-12px);
	border-color: #F57C00;
	box-shadow: 0 30px 60px rgba(0, 0, 0, .12);
}

.dr1064leaderIcon {
	font-size: 3.4rem;
	margin-bottom: 20px;
}

.dr1064leaderCard h3 {
	color: #16314d;
	margin-bottom: 15px;
}

.dr1064leaderCard p {
	color: #647789;
	line-height: 1.8;
}

/*====================================================
Timeline
====================================================*/
.dr1064timeline {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.dr1064timeline li {
	background: #fff;
	padding: 35px;
	text-align: center;
	border-radius: 20px;
	font-weight: 700;
	color: #005baa;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	position: relative;
}

.dr1064timeline li:before {
	content: "✓";
	display: block;
	width: 55px;
	height: 55px;
	margin: auto auto 20px;
	border-radius: 50%;
	background: #005baa;
	color: #fff;
	line-height: 55px;
	font-size: 1.3rem;
}

/*====================================================
Statistics
====================================================*/
.dr1064teamStats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 30px;
}

.dr1064statCard {
	background: #005baa;
	color: #fff;
	text-align: center;
	padding: 45px;
	border-radius: 22px;
}

.dr1064statCard h3 {
	font-size: 3.2rem;
	margin-bottom: 12px;
}

.dr1064statCard span {
	font-size: 1rem;
	letter-spacing: 1px;
}

/*====================================================
Values
====================================================*/
.dr1064valuesGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 25px;
}

.dr1064valuesGrid div {
	background: #fff;
	padding: 30px;
	text-align: center;
	border-radius: 18px;
	font-weight: 700;
	color: #005baa;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
	transition: .3s;
}

.dr1064valuesGrid div:hover {
	background: #005baa;
	color: #fff;
}

/*====================================================
CTA
====================================================*/
.dr1064teamCTA {
	text-align: center;
	background: linear-gradient(135deg, #004f95, #006fc8);
	color: #fff;
}

.dr1064teamCTA h2 {
	font-size: clamp(2rem, 5vw, 3.4rem);
	margin-bottom: 20px;
}

.dr1064teamCTA p {
	max-width: 850px;
	margin: auto;
	line-height: 1.9;
	color: #e8f3ff;
}

.dr1064ctaButtons {
	margin-top: 45px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.dr1064primaryButton, .dr1064secondaryButton {
	padding: 16px 38px;
	border-radius: 60px;
	text-decoration: none;
	font-weight: 700;
	transition: .35s;
}

.dr1064primaryButton {
	background: #F57C00;
	color: #fff;
}

.dr1064primaryButton:hover {
	background: #ff9835;
}

.dr1064secondaryButton {
	border: 2px solid #fff;
	color: #fff;
}

.dr1064secondaryButton:hover {
	background: #fff;
	color: #005baa;
}

/*====================================================
Responsive
====================================================*/
@media ( max-width :900px) {
	.dr1064ceoCard {
		grid-template-columns: 1fr;
	}
	.dr1064ceoContent {
		padding: 40px;
	}
	#dr1064team-title {
		font-size: 3rem;
	}
}