/* =========================================================
   QTECH ABOUT US PAGE
========================================================= */

.qtech-about-page {
	width: 100%;
	background: #ffffff;
	color: #243447;
}

.qtech-about-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}


/* =========================================================
   HERO
========================================================= */

.qtech-about-hero {
	position: relative;
	overflow: hidden;
	padding: 120px 0;
	background: #f5f7f8;
}

.qtech-about-hero::after {
	position: absolute;
	right: -180px;
	bottom: -220px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(47, 143, 70, 0.12);
	border-radius: 50%;
	content: "";
}

.qtech-about-hero .qtech-about-container {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
	align-items: center;
	gap: 80px;
}

.qtech-about-eyebrow,
.qtech-about-section-heading > span,
.qtech-about-cta-inner > div > span {
	display: inline-block;
	margin-bottom: 18px;
	color: #2f8f46;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.qtech-about-hero h1 {
	margin: 0 0 25px;
	color: #243447;
	font-size: clamp(48px, 6vw, 76px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -2px;
}

.qtech-about-hero h1 span {
	color: #2f8f46;
}

.qtech-about-hero-content > p {
	max-width: 650px;
	margin: 0 0 35px;
	color: #617080;
	font-size: 19px;
	line-height: 1.75;
}

.qtech-about-hero-actions,
.qtech-about-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.qtech-about-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 26px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
}

.qtech-about-button:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.qtech-about-button-primary {
	background: #2f8f46;
	border-color: #2f8f46;
	color: #ffffff;
}

.qtech-about-button-primary:hover {
	background: #26783a;
	border-color: #26783a;
	color: #ffffff;
}

.qtech-about-button-secondary {
	background: transparent;
	border-color: #d1d7dc;
	color: #243447;
}

.qtech-about-button-secondary:hover {
	border-color: #2f8f46;
	color: #2f8f46;
}

.qtech-about-button-whatsapp {
	background: #ffffff;
	border-color: rgba(255, 255, 255, 0.5);
	color: #243447;
}

.qtech-about-button-whatsapp:hover {
	background: #f1f5f2;
	color: #243447;
}


/* HERO VISUAL */

.qtech-about-hero-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 470px;
	padding: 35px;
	background:
		linear-gradient(
			135deg,
			#243447 0%,
			#1d2b3a 60%,
			#2f8f46 100%
		);
}

.qtech-about-hero-panel {
	width: 100%;
	min-height: 390px;
	padding: 42px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.05);
}

.qtech-about-hero-panel-label {
	margin-bottom: 80px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
}

.qtech-about-hero-panel-title {
	color: #ffffff;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.08;
}

.qtech-about-hero-panel-line {
	width: 55px;
	height: 2px;
	margin: 35px 0 22px;
	background: #6abf78;
}

.qtech-about-hero-panel-text {
	max-width: 300px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.7;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.qtech-about-introduction {
	padding: 120px 0;
	background: #ffffff;
}

.qtech-about-section-heading {
	max-width: 800px;
	margin-bottom: 60px;
}

.qtech-about-section-heading h2 {
	margin: 0;
	color: #243447;
	font-size: clamp(38px, 4.5vw, 58px);
	line-height: 1.12;
	letter-spacing: -1.5px;
}

.qtech-about-section-heading p {
	max-width: 700px;
	margin: 25px 0 0;
	color: #64748b;
	font-size: 18px;
	line-height: 1.75;
}

.qtech-about-introduction-grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 100px;
	padding-top: 55px;
	border-top: 1px solid #e5e8eb;
}

.qtech-about-introduction-lead p {
	margin: 0;
	color: #243447;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.45;
}

.qtech-about-introduction-copy p {
	margin: 0 0 25px;
	color: #64748b;
	font-size: 17px;
	line-height: 1.8;
}

.qtech-about-introduction-copy p:last-child {
	margin-bottom: 0;
}


/* =========================================================
   WHAT WE DO
========================================================= */

.qtech-about-services {
	padding: 120px 0;
	background: #f7f8fa;
}

.qtech-about-services-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: #dfe4e8;
	border: 1px solid #dfe4e8;
}

.qtech-about-service-card {
	min-height: 330px;
	padding: 35px;
	background: #ffffff;
}

.qtech-about-service-number {
	margin-bottom: 80px;
	color: #2f8f46;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
}

.qtech-about-service-card h3 {
	margin: 0 0 18px;
	color: #243447;
	font-size: 23px;
}

.qtech-about-service-card p {
	margin: 0;
	color: #64748b;
	font-size: 15px;
	line-height: 1.75;
}


/* =========================================================
   WHY QTECH
========================================================= */

.qtech-about-why {
	padding: 120px 0;
	background: #243447;
	color: #ffffff;
}

.qtech-about-why-grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 100px;
}

.qtech-about-why-heading > span {
	display: inline-block;
	margin-bottom: 18px;
	color: #71c17e;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.5px;
}

.qtech-about-why-heading h2 {
	margin: 0 0 25px;
	color: #ffffff;
	font-size: clamp(38px, 4vw, 55px);
	line-height: 1.12;
	letter-spacing: -1px;
}

.qtech-about-why-heading p {
	max-width: 480px;
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 17px;
	line-height: 1.75;
}

.qtech-about-why-list {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.qtech-about-why-item {
	display: grid;
	grid-template-columns: 50px 1fr;
	gap: 20px;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.qtech-about-why-item > span {
	color: #71c17e;
	font-size: 12px;
	font-weight: 700;
}

.qtech-about-why-item h3 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 21px;
}

.qtech-about-why-item p {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 15px;
	line-height: 1.7;
}


/* =========================================================
   PORTFOLIO
========================================================= */

.qtech-about-portfolio {
	padding: 120px 0;
	background: #ffffff;
}

.qtech-about-portfolio-categories {
	border-top: 1px solid #dfe4e8;
}

.qtech-about-portfolio-categories > div {
	display: grid;
	grid-template-columns: 80px 1fr;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid #dfe4e8;
}

.qtech-about-portfolio-categories strong {
	color: #2f8f46;
	font-size: 12px;
	letter-spacing: 1px;
}

.qtech-about-portfolio-categories span {
	color: #243447;
	font-size: 22px;
	font-weight: 500;
}

.qtech-about-portfolio-action {
	margin-top: 35px;
}

.qtech-about-text-link {
	color: #2f8f46;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.qtech-about-text-link span {
	display: inline-block;
	margin-left: 8px;
	transition: transform 0.25s ease;
}

.qtech-about-text-link:hover span {
	transform: translateX(5px);
}


/* =========================================================
   APPROACH
========================================================= */

.qtech-about-approach {
	padding: 120px 0;
	background: #f7f8fa;
}

.qtech-about-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid #dfe4e8;
	border-bottom: 1px solid #dfe4e8;
}

.qtech-about-process-item {
	min-height: 300px;
	padding: 30px;
	border-right: 1px solid #dfe4e8;
}

.qtech-about-process-item:last-child {
	border-right: 0;
}

.qtech-about-process-item > span {
	display: block;
	margin-bottom: 80px;
	color: #2f8f46;
	font-size: 12px;
	font-weight: 700;
}

.qtech-about-process-item h3 {
	margin: 0 0 15px;
	color: #243447;
	font-size: 23px;
}

.qtech-about-process-item p {
	margin: 0;
	color: #64748b;
	font-size: 15px;
	line-height: 1.75;
}


/* =========================================================
   CTA
========================================================= */

.qtech-about-cta {
	padding: 90px 0;
	background: #2f8f46;
}

.qtech-about-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.qtech-about-cta-inner > div:first-child {
	max-width: 720px;
}

.qtech-about-cta-inner > div > span {
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.7);
}

.qtech-about-cta h2 {
	margin: 0 0 15px;
	color: #ffffff;
	font-size: clamp(35px, 4vw, 50px);
	line-height: 1.12;
}

.qtech-about-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 17px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width: 1024px) {

	.qtech-about-hero .qtech-about-container {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.qtech-about-hero-visual {
		max-width: 700px;
	}

	.qtech-about-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.qtech-about-why-grid {
		gap: 60px;
	}

	.qtech-about-process {
		grid-template-columns: repeat(2, 1fr);
	}

	.qtech-about-process-item:nth-child(2) {
		border-right: 0;
	}

	.qtech-about-process-item:nth-child(-n+2) {
		border-bottom: 1px solid #dfe4e8;
	}

	.qtech-about-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

}


@media screen and (max-width: 767px) {

	.qtech-about-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.qtech-about-hero {
		padding: 75px 0;
	}

	.qtech-about-hero h1 {
		font-size: 46px;
		letter-spacing: -1px;
	}

	.qtech-about-hero-content > p {
		font-size: 17px;
	}

	.qtech-about-hero-visual {
		min-height: 350px;
		padding: 20px;
	}

	.qtech-about-hero-panel {
		min-height: 300px;
		padding: 30px;
	}

	.qtech-about-hero-panel-title {
		font-size: 36px;
	}

	.qtech-about-hero-panel-label {
		margin-bottom: 55px;
	}

	.qtech-about-introduction,
	.qtech-about-services,
	.qtech-about-why,
	.qtech-about-portfolio,
	.qtech-about-approach {
		padding: 75px 0;
	}

	.qtech-about-section-heading {
		margin-bottom: 40px;
	}

	.qtech-about-introduction-grid,
	.qtech-about-why-grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.qtech-about-introduction-lead p {
		font-size: 23px;
	}

	.qtech-about-services-grid {
		grid-template-columns: 1fr;
	}

	.qtech-about-service-card {
		min-height: auto;
		padding: 28px;
	}

	.qtech-about-service-number {
		margin-bottom: 45px;
	}

	.qtech-about-process {
		grid-template-columns: 1fr;
	}

	.qtech-about-process-item {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid #dfe4e8;
	}

	.qtech-about-process-item:last-child {
		border-bottom: 0;
	}

	.qtech-about-process-item > span {
		margin-bottom: 45px;
	}

	.qtech-about-portfolio-categories span {
		font-size: 19px;
	}

	.qtech-about-cta {
		padding: 70px 0;
	}

	.qtech-about-cta-actions {
		width: 100%;
		flex-direction: column;
	}

	.qtech-about-cta-actions .qtech-about-button {
		width: 100%;
	}

}

/* =========================================================
   ABOUT PAGE IMAGES
========================================================= */

.qtech-about-image-placeholder {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	min-height: 430px;
	background:
		linear-gradient(
			135deg,
			#243447 0%,
			#34485b 55%,
			#2f8f46 100%
		);
}

.qtech-about-image-placeholder::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			135deg,
			transparent 30%,
			rgba(255,255,255,0.05) 30%,
			rgba(255,255,255,0.05) 31%,
			transparent 31%
		);
	background-size: 80px 80px;
	content: "";
}

.qtech-about-image-placeholder-content {
	position: relative;
	z-index: 2;
	max-width: 500px;
	padding: 40px;
	color: #ffffff;
}

.qtech-about-image-placeholder-content span {
	display: block;
	margin-bottom: 12px;
	color: #71c17e;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
}

.qtech-about-image-placeholder-content strong {
	display: block;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 1.2;
}

.qtech-about-image-placeholder-content p {
	margin: 0;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	line-height: 1.6;
}


/* HERO */

.qtech-about-hero-image {
	min-height: 470px;
	background:
		linear-gradient(
			135deg,
			#172534,
			#314558
		);
}


/* TEAM IMAGE */

.qtech-about-team-image {
	margin-bottom: 65px;
	min-height: 420px;
	background:
		linear-gradient(
			135deg,
			#34485b,
			#243447
		);
}


/* WIDE IMAGE */

.qtech-about-about-image-wide {
	margin-bottom: 80px;
}

.qtech-about-wide-image {
	min-height: 430px;
	background:
		linear-gradient(
			120deg,
			#243447,
			#426176,
			#2f8f46
		);
}


/* MOBILE */

@media screen and (max-width: 767px) {

	.qtech-about-image-placeholder {
		min-height: 300px;
	}

	.qtech-about-image-placeholder-content {
		padding: 25px;
	}

	.qtech-about-image-placeholder-content strong {
		font-size: 24px;
	}

	.qtech-about-team-image {
		margin-bottom: 45px;
	}

	.qtech-about-about-image-wide {
		margin-bottom: 50px;
	}

}