.about-page-main {
	background: #fff;
	color: #050505;
}

.about-page-main .eyebrow {
	background: rgba(255,255,255,.5);
	border: 1px solid var(--secondary);
	border-radius: 100px;
	color: var(--secondary);
	display: inline-flex;
	font-size: 12px;
	font-weight: 500;
	gap: 8px;
	letter-spacing: 1.5px;
	line-height: 1;
	padding: 10px 18px;
	text-transform: uppercase;
}

.about-page-main .eyebrow.light {
	border-color: rgba(255,255,255,.65);
	color: #fff;
}

.about-section-heading {
	max-width: 940px;
}

.about-section-heading h2,
.about-testimonial-section h2,
.about-milestones-section h2,
.about-agency-section h2 {
	color: #050505;
	font-size: clamp(28px, 2.1vw, 40px);
	font-weight: 400;
	line-height: 1.25;
	margin: 28px 0 0;
	text-transform: none;
}

.about-section-heading h2 strong,
.about-testimonial-section h2 strong,
.about-milestones-section h2 strong,
.about-agency-section h2 strong {
	font-weight: 700;
}

.about-section-heading p {
	font-size: 14px;
	line-height: 1.55;
	margin: 18px auto 0;
	max-width: 820px;
}

.about-soft-section {
	background: #f4f4f4;
}

.about-hero {
	background-color: #f6fcfe;
	background-image:
		linear-gradient(180deg, rgba(234,248,251,.93), rgba(255,255,255,.98) 78%),
		linear-gradient(rgba(8,171,201,.075) 1px, transparent 1px),
		linear-gradient(90deg, rgba(8,171,201,.075) 1px, transparent 1px);
	background-position: center top, center -3px, center -3px;
	background-size: auto, 76.8px 76.8px, 76.8px 76.8px;
	padding: 190px 0 64px;
}

.about-hero-copy {
	max-width: 1120px;
}

.about-hero-copy h1 {
	color: var(--secondary);
	font-size: clamp(34px, 2.7vw, 48px);
	font-weight: 700;
	line-height: 1.15;
	margin: 24px 0 12px;
}

.about-hero-copy p {
	color: #050505;
	font-size: clamp(20px, 1.75vw, 30px);
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
	max-width: 1180px;
}

.about-hero-panel {
	margin-top: 32px;
	position: relative;
}

.about-stats-strip {
	background: #fff;
	border-radius: 0 0 18px 18px;
	box-shadow: 0 18px 35px rgba(10,71,120,.09);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	left: 18%;
	overflow: hidden;
	position: absolute;
	right: 18%;
	top: 0;
	z-index: 2;
}

.about-stats-strip div {
	padding: 17px 16px 14px;
	text-align: center;
}

.about-stats-strip strong {
	color: var(--secondary);
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

.about-stats-strip span {
	color: #707070;
	display: block;
	font-size: 9px;
	margin-top: 6px;
}

.about-hero-card {
	background-image: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.58)), url("../images/hero-photo.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	color: #fff;
	display: grid;
	gap: 70px;
	grid-template-columns: 440px 1fr;
	min-height: 356px;
	padding: 112px 62px 42px;
}

.about-hero-card h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.25;
	margin: 18px 0 24px;
}

.about-hero-card h2 strong {
	display: block;
	font-weight: 700;
}

.about-hero-text p {
	color: rgba(255,255,255,.9);
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 11px;
}

.about-trusted-section {
	padding: 50px 0 50px;
}

.about-brand-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 48px;
}

.brand-card {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 10px;
	display: flex;
	height: 90px;
	justify-content: center;
	padding: 18px 24px;
}

.brand-card img {
	filter: grayscale(1);
	max-height: 34px;
	max-width: 100%;
	object-fit: contain;
	opacity: .46;
}

.about-defines-section,
.about-process-section,
.about-milestones-section,
.about-team-section,
.about-agency-section,
.about-testimonial-section,
.about-faq-section {
	padding: 50px 0;
}

.about-value-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 50px;
}

.about-value-card {
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 20px;
	padding: 28px;
}

.about-value-wide {
	grid-column: 1 / -1;
}

.value-icon {
	align-items: center;
	border-radius: 12px;
	display: inline-flex;
	font-size: 26px;
	height: 60px;
	justify-content: center;
	margin-right: 18px;
	vertical-align: middle;
	width: 60px;
}

.value-icon.blue { background: rgba(35,144,247,.08); color: #2390f7; }
.value-icon.pink { background: rgba(231,76,134,.08); color: #e74c86; }
.value-icon.violet { background: rgba(72,39,252,.08); color: #4827fc; }

.about-value-card h3 {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	vertical-align: middle;
}

.about-value-card p,
.about-milestones-section p,
.about-agency-section p,
.about-testimonial-section p {
	color: #707070;
	font-size: 15px;
	line-height: 1.65;
	margin: 20px 0 0;
}

.about-process-grid {
	display: grid;
	gap: 54px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 62px;
}

.process-card {
	text-align: center;
}

.process-card span {
	align-items: center;
	border-radius: 50%;
	display: inline-flex;
	font-size: 28px;
	height: 74px;
	justify-content: center;
	outline: 2px dashed currentColor;
	outline-offset: 10px;
	width: 74px;
}

.process-card.cyan span { background: #e9f8fc; color: #24b9df; }
.process-card.yellow span { background: #fff9dc; color: #e0bf19; }
.process-card.orange span { background: #fff0e6; color: #ff9c56; }
.process-card.violet span { background: #f0ebff; color: #5936ff; }

.process-card h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 42px 0 12px;
}

.process-card p {
	color: #707070;
	font-size: 14px;
	line-height: 1.55;
	margin: 0 auto;
	max-width: 260px;
}

.milestone-img,
.agency-main-img {
	border-radius: 22px;
	display: block;
	height: 360px;
	object-fit: cover;
	width: 100%;
}

.about-milestones-section h2 {
	max-width: 680px;
}

.team-grid {
	display: grid;
	gap: 54px;
	grid-template-columns: repeat(5, 1fr);
	margin: 52px auto 0;
	max-width: 1080px;
}

.team-card {
	text-align: center;
}

.team-card img {
	border-radius: 50%;
	box-shadow: 0 18px 28px rgba(10,71,120,.16);
	height: 130px;
	object-fit: cover;
	width: 130px;
}

.team-card h3 {
	font-size: 15px;
	font-weight: 700;
	margin: 18px 0 4px;
}

.team-card p {
	color: #707070;
	font-size: 11px;
	margin: 0;
}

.about-agency-section h2 {
	max-width: 790px;
}

.agency-main-img {
	height: 430px;
}

.agency-mini-card {
	align-items: center;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 18px 36px rgba(10,71,120,.08);
	display: grid;
	gap: 28px;
	grid-template-columns: 260px 1fr;
	margin-top: 34px;
	max-width: 830px;
	padding: 20px;
}

.agency-mini-card img {
	border-radius: 18px;
	height: 220px;
	object-fit: cover;
	width: 260px;
}

.agency-mini-card h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.28;
	margin: 0;
}

.agency-mini-card h3 strong {
	font-weight: 700;
}

.agency-mini-card p {
	font-size: 14px;
	margin-top: 14px;
}

.about-testimonial-section {
	background: #fff;
}

.about-testimonial-section h2 {
	max-width: 620px;
	text-transform: capitalize;
}

.about-testimonial-controls {
	display: flex;
	gap: 10px;
	margin-top: 34px;
}

.about-testimonial-controls button {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(10,71,120,.16);
	border-radius: 50%;
	color: var(--secondary);
	display: inline-flex;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.about-quote-card {
	padding-left: 42px;
	position: relative;
}

.about-testimonial-carousel,
.about-testimonial-carousel .owl-stage-outer,
.about-testimonial-carousel .owl-stage,
.about-testimonial-carousel .owl-item {
	min-height: 100%;
}

.about-testimonial-carousel .owl-item {
	display: flex;
}

.about-testimonial-carousel .about-quote-card {
	width: 100%;
}

.about-quote-card::before {
	color: rgba(10,71,120,.12);
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 110px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: -18px;
}

.about-quote-card p {
	color: #050505;
	font-size: 21px;
	line-height: 1.55;
	margin: 0 0 34px;
	position: relative;
}

.quote-person {
	align-items: center;
	display: flex;
	gap: 15px;
}

.quote-person img {
	border-radius: 50%;
	height: 60px;
	object-fit: cover;
	width: 60px;
}

.about-testimonial-carousel .quote-person img {
	display: block;
	flex: 0 0 60px;
	height: 60px;
	max-width: 60px;
	min-width: 60px;
	object-fit: cover;
	width: 60px !important;
}

.quote-person strong,
.quote-person span {
	display: block;
}

.quote-person strong {
	font-size: 18px;
	font-weight: 600;
}

.quote-person span {
	color: #707070;
	font-size: 14px;
}

.about-faq-section {
	padding-bottom: 128px;
}

.about-faq-accordion {
	margin-top: 50px;
	max-width: 1196px;
}

.about-faq-accordion .accordion-item {
	background: #f8f8f8;
	border: 1px solid rgba(0,0,0,.08) !important;
	border-radius: 12px !important;
	box-shadow: none;
	margin-bottom: 15px;
}

.about-faq-accordion .accordion-button {
	background: transparent;
	font-size: 18px;
	font-weight: 500;
	min-height: 70px;
	padding: 20px 30px;
	text-transform: capitalize;
}

.about-faq-accordion .accordion-button:not(.collapsed) {
	background: #fff;
}

.about-faq-accordion .accordion-body {
	background: #fff;
	color: #707070;
	font-size: 15px;
	line-height: 1.6;
	padding: 0 30px 24px;
}

@media (max-width: 1199.98px) {
	.about-brand-grid,
	.about-process-grid {
		gap: 18px;
	}

	.about-hero-card {
		gap: 42px;
		grid-template-columns: .85fr 1.15fr;
	}

	.team-grid {
		gap: 28px;
	}
}

@media (max-width: 991.98px) {
	.about-hero {
		padding-top: 118px;
	}

	.about-stats-strip {
		border-radius: 18px;
		grid-template-columns: repeat(2, 1fr);
		left: 24px;
		position: relative;
		right: auto;
		width: calc(100% - 48px);
	}

	.about-hero-card,
	.about-value-grid,
	.about-process-grid,
	.team-grid,
	.agency-mini-card {
		grid-template-columns: 1fr;
	}

	.about-hero-card {
		margin-top: -10px;
		padding: 54px 28px 34px;
	}

	.about-defines-section,
	.about-process-section,
	.about-milestones-section,
	.about-team-section,
	.about-agency-section,
	.about-testimonial-section,
	.about-faq-section,
	.about-trusted-section {
		padding: 50px 0;
	}

	.about-brand-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.team-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.agency-mini-card img {
		height: 240px;
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.about-page-main .eyebrow {
		font-size: 10px;
		padding: 9px 14px;
	}

	.about-hero-copy h1,
	.about-section-heading h2,
	.about-testimonial-section h2,
	.about-milestones-section h2,
	.about-agency-section h2 {
		font-size: 28px;
	}

	.about-hero-copy p {
		font-size: 18px;
	}

	.about-brand-grid,
	.team-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.about-hero-card {
		border-radius: 16px;
	}

	.about-value-card,
	.agency-mini-card {
		border-radius: 16px;
	}

	.milestone-img,
	.agency-main-img {
		height: 280px;
	}

	.about-quote-card p {
		font-size: 16px;
	}

	.about-faq-accordion .accordion-button {
		font-size: 14px;
		min-height: 58px;
		padding: 16px 18px;
	}
}
