:root {
	--qa-space-section: clamp(78px, 8vw, 110px);
	--qa-space-section-mobile: 72px;
	--qa-space-heading: clamp(38px, 4.5vw, 58px);
	--qa-space-grid: 22px;
	--qa-text-label: 14px;
	--qa-text-small: 16px;
	--qa-text-body: 16px;
	--qa-text-card-title: 20px;
	--qa-text-section: clamp(42px, 4.25vw, 50px);
	--qa-text-page-title: clamp(46px, 4.5vw, 52px);
	--qa-page-hero-height: 420px;
	--qa-page-hero-height-mobile: 350px;
	--qa-leading-body: 1.7;
	--qa-leading-heading: .98;
}

body {
	font-size: var(--qa-text-body);
	line-height: var(--qa-leading-body);
}

.language-link,
.mobile-language-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
	white-space: nowrap;
}

.language-link img,
.mobile-language-link img {
	display: block;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	padding: 5px;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	object-fit: contain;
}

.page-hero h1,
.qa-about .page-hero h1 {
	font-size: var(--qa-text-page-title);
	line-height: 1;
}

.page-hero,
.qa-about .page-hero,
.project-hero-v5 {
	min-height: var(--qa-page-hero-height);
}

.page-hero {
	padding: 92px 0 36px;
}

.page-hero-content {
	display: grid;
	align-content: center;
	min-height: calc(var(--qa-page-hero-height) - 128px);
}

.page-hero .eyebrow {
	margin-bottom: 10px;
}

.page-hero h1,
.qa-about .page-hero h1 {
	margin: 0 0 18px;
	font-weight: 600;
	letter-spacing: -.045em;
}

.project-hero-v5 {
	display: flex;
	align-items: flex-end;
	padding: 110px 0 54px;
	background-position: center;
}

.project-hero-v5__content {
	display: grid;
	align-content: end;
	width: min(calc(100% - 40px), var(--container));
	min-height: calc(var(--qa-page-hero-height) - 164px);
	margin-inline: auto;
	padding: 0;
}

.project-hero-v5 h1 {
	width: min(100%, 760px);
	max-width: none;
	margin: 0;
	font-size: var(--qa-text-page-title);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.045em;
}

.project-hero-v5__content > p:last-child {
	width: min(100%, 620px);
	max-width: none;
	margin: 18px 0 0;
	font-size: var(--qa-text-body);
	line-height: 1.65;
}

.v3-section,
.qa-about-section,
.qa-section {
	padding-block: var(--qa-space-section);
}

.v3-label,
.qa-label,
.qa-about-label,
.eyebrow {
	font-size: var(--qa-text-label);
	line-height: 1.4;
}

.v3-head,
.qa-services-heading,
.qa-section-head,
.qa-about-section-head {
	align-items: end;
	column-gap: clamp(52px, 7vw, 90px);
	margin-bottom: var(--qa-space-heading);
}

.v3-head h1,
.v3-head h2,
.qa-services-heading h2,
.qa-section-head h2,
.qa-about-section-head h2 {
	font-size: var(--qa-text-section);
	line-height: var(--qa-leading-heading);
	letter-spacing: -.052em;
}

.v3-head > p,
.qa-services-heading > p,
.qa-section-head > p,
.qa-about-section-head > p {
	align-self: end;
	width: 100%;
	max-width: 470px;
	margin: 0 0 4px;
	font-size: var(--qa-text-body);
	line-height: var(--qa-leading-body);
	direction: ltr;
	text-align: left;
}

.is-rtl .v3-head > p,
.is-rtl .qa-services-heading > p,
.is-rtl .qa-section-head > p,
.is-rtl .qa-about-section-head > p {
	direction: rtl;
	text-align: right;
}

.site-footer h2,
.site-footer h3 {
	font-size: 18px;
}

.footer-links a {
	font-size: 16px;
}

.site-footer address,
.footer-about p,
.footer-bottom p {
	font-size: 14px;
}

.footer-logo {
	width: 150px;
	height: auto;
}

.social-links img,
.mobile-menu-social img {
	display: block;
	width: 21px;
	height: 21px;
}

.qa-about-copy p,
.qa-about-section-head > p,
.contact-intro-v4 > p:not(.v3-label),
.team-join-layout-v4 p:not(.v3-label) {
	font-size: var(--qa-text-body);
	line-height: var(--qa-leading-body);
}

.project-card-v3 h2,
.studio-item h2,
.qa-service-grid h3,
.qa-steps h3,
.qa-cap-list h3,
.qa-use-card h3,
.qa-method-step h3,
.value-v3 h3,
.contact-steps-v4 h3 {
	font-size: var(--qa-text-card-title);
	line-height: 1.25;
}

.member-v3 h2,
.qa-team-track h3 {
	font-size: 18px;
	line-height: 1.3;
}

.project-card-v3 p,
.studio-item p,
.member-v3 p,
.qa-team-track p,
.qa-service-grid p,
.qa-steps p,
.qa-cap-list p,
.qa-use-card p,
.qa-method-step p,
.qa-case p,
.qa-about-values p,
.value-v3 p,
.contact-steps-v4 p,
.package-v3 header p,
.package-v3 li,
.blog-card-v4 p {
	font-size: var(--qa-text-small);
	line-height: 1.65;
}

.blog-card-v4 h2,
.qa-blog-grid h3 {
	font-size: 24px;
	line-height: 1.25;
}

.blog-card-v4 time,
.qa-blog-grid time {
	font-size: 14px;
}

/* Approved services composition. */
.qa-services-approved-head {
	margin-bottom: 72px;
}

.qa-service-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.qa-service-pillar {
	min-width: 0;
	overflow: hidden;
	padding: 0 36px 36px;
	border-radius: 22px;
	background: #fff;
	transition: transform .3s ease;
}

.qa-service-pillar:hover {
	transform: translateY(-6px);
}

.qa-service-pillar-image {
	height: 240px;
	margin: 0 -36px 30px;
	background-position: center;
	background-size: cover;
	transition: transform .55s ease;
}

.qa-service-pillar:hover .qa-service-pillar-image {
	transform: scale(1.025);
}

.qa-service-pillar h2 {
	margin: 0 0 13px;
	font-size: 24px;
	line-height: 1.2;
}

.qa-service-pillar p {
	margin: 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.65;
}

.qa-service-pillar ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.qa-service-pillar li {
	padding: 7px 11px;
	border: 1px solid #d8e4e7;
	border-radius: 999px;
	color: #687178;
	font-size: 11px;
}

.qa-service-capabilities {
	background: #fff;
}

.qa-service-list-approved .qa-service-row {
	grid-template-columns: 65px minmax(0, 1fr) minmax(260px, 390px) 48px;
	min-height: 132px;
	gap: 28px;
}

.qa-service-list-approved .qa-service-number {
	align-self: center;
	padding-top: 0;
	font-size: 15px;
}

.qa-service-list-approved .qa-service-copy {
	display: contents;
}

.qa-service-list-approved .qa-service-copy h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
}

.qa-service-list-approved .qa-service-copy p {
	max-width: 390px;
	font-size: 16px;
	line-height: 1.65;
}

.qa-service-row-arrow {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid #bccdd1;
	border-radius: 50%;
	font-size: 20px;
	transition: color .25s ease, background .25s ease, transform .25s ease;
}

.qa-service-row:hover .qa-service-row-arrow {
	color: #fff;
	background: var(--aqua);
	transform: rotate(45deg);
}

.is-rtl .qa-service-row-arrow {
	transform: scaleX(-1);
}

@media (max-width: 1050px) {
	html.menu-open,
	body.menu-open {
		overflow: hidden;
		overscroll-behavior: none;
	}

	body.menu-open {
		position: fixed;
		right: 0;
		left: 0;
		width: 100%;
	}

	body.menu-open .site-header {
		inset: 0;
		width: 100%;
		height: 100dvh;
		min-height: 100dvh;
		background: transparent !important;
		box-shadow: none !important;
		backdrop-filter: none !important;
	}

	.primary-nav {
		direction: ltr;
		inset: 0;
		width: 100vw;
		max-width: none;
		height: 100dvh;
		min-height: 100dvh;
		padding-top: max(20px, env(safe-area-inset-top));
		padding-bottom: max(24px, env(safe-area-inset-bottom));
	}

	.mobile-menu-brand {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		min-height: 78px;
		margin-bottom: 14px;
		padding: 0 62px 18px 0;
	}

	.is-rtl .mobile-menu-brand {
		padding: 0 0 18px 62px;
	}

	.mobile-menu-brand > img {
		visibility: hidden;
		width: 108px;
		height: auto;
	}

	.mobile-language-link {
		align-self: center;
		min-height: 36px;
		padding: 0 12px;
		border: 1px solid rgba(255,255,255,.28);
		border-radius: 999px;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
	}

	.mobile-language-link img {
		width: 32px;
		height: 32px;
		padding: 5px;
	}

	.is-rtl .primary-nav {
		transform: translateX(100%);
	}

	.is-rtl .primary-nav.is-open {
		transform: translateX(0);
	}

	.is-rtl .primary-nav .nav-list a,
	.is-rtl .primary-nav .mobile-menu-social {
		direction: rtl;
		text-align: right;
	}

	.is-rtl .primary-nav .nav-list a {
		justify-content: flex-start;
	}

	.is-rtl .primary-nav .nav-list .sub-menu {
		padding-right: 16px;
		padding-left: 0;
	}

	.is-rtl .mobile-menu-social > div {
		justify-content: flex-end;
	}

	.header-inner > .language-link {
		display: none;
	}

	.qa-service-pillars {
		grid-template-columns: 1fr;
	}

	.qa-service-pillar {
		min-height: 0;
	}

	.qa-service-list-approved .qa-service-row {
		grid-template-columns: 55px minmax(0, 1fr) 44px;
	}

	.qa-service-list-approved .qa-service-copy {
		display: block;
	}

	.qa-service-list-approved .qa-service-copy p {
		margin-top: 8px;
	}
}

@media (max-width: 700px) {
	.v3-section,
	.qa-about-section,
	.qa-section {
		padding-block: var(--qa-space-section-mobile);
	}

	.v3-head,
	.qa-services-heading,
	.qa-section-head,
	.qa-about-section-head {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 24px;
		margin-bottom: 38px;
	}

	.v3-head h1,
	.v3-head h2,
	.qa-services-heading h2,
	.qa-section-head h2,
	.qa-about-section-head h2 {
		font-size: 38px;
	}

	.page-hero h1,
	.qa-about .page-hero h1 {
		font-size: 46px;
	}

	.page-hero,
	.qa-about .page-hero,
	.project-hero-v5 {
		min-height: var(--qa-page-hero-height-mobile);
	}

	.page-hero {
		padding: 86px 0 28px;
	}

	.page-hero-content {
		min-height: calc(var(--qa-page-hero-height-mobile) - 114px);
	}

	.project-hero-v5 {
		padding: 100px 0 38px;
	}

	.project-hero-v5__content {
		width: min(calc(100% - 28px), var(--container));
		min-height: calc(var(--qa-page-hero-height-mobile) - 138px);
	}

	.project-hero-v5 h1 {
		font-size: 46px;
	}

	.project-hero-v5__content > p:last-child {
		margin-top: 14px;
		font-size: 16px;
	}

	.v3-head > p,
	.qa-services-heading > p,
	.qa-section-head > p,
	.qa-about-section-head > p {
		justify-self: start;
		margin: 0;
	}

	.qa-services-approved-head {
		margin-bottom: 42px;
	}

	.qa-service-pillar {
		padding: 0 28px 28px;
	}

	.qa-service-pillar-image {
		height: 210px;
		margin: 0 -28px 25px;
	}

	.qa-service-list-approved .qa-service-row {
		grid-template-columns: 42px minmax(0, 1fr) 36px;
		min-height: 108px;
		padding: 22px 0;
		gap: 12px;
	}

	.qa-service-list-approved .qa-service-copy h2 {
		font-size: 19px;
	}

	.qa-service-list-approved .qa-service-copy p {
		display: none;
	}

	.qa-service-row-arrow {
		width: 34px;
		height: 34px;
	}
}

/* 3.7 component contracts: one authoritative layer for approved layouts. */
.header-inner .brand img {
	width: 116px;
}

.header-inner > .primary-nav > .nav-list > li > a {
	font-size: .90rem;
}

.language-link span,
.mobile-language-link span {
	font-family: "Almarai", sans-serif;
}

.nav-list a[role="button"] {
	cursor: pointer;
}

.lang-en .language-link,
.lang-en .mobile-language-link {
	flex-direction: row-reverse;
}

.qa-hero-layout {
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.qa-hero-copy {
	display: grid;
	align-content: center;
	grid-template-rows: 20px 128px 72px auto;
	width: 100%;
}

.qa-hero-copy .qa-label,
.qa-hero-copy h1,
.qa-hero-copy > p,
.qa-hero-copy .qa-actions {
	align-self: start;
}

.qa-hero-copy h1 {
	margin-block: 15px 0;
}

.qa-hero-copy > p:not(.qa-label) {
	margin-top: 17px;
}

.qa-hero-copy .qa-actions {
	margin-top: 22px;
}

.qa-client-title {
	margin-bottom: 22px;
	font-size: 12px;
}

.qa-logo-track {
	gap: 44px;
	padding-right: 44px;
}

.qa-logo-track span {
	width: 132px;
	min-width: 132px;
	height: 92px;
	overflow: visible;
	padding: 8px 10px;
}

.qa-logo-track img {
	width: auto !important;
	height: auto !important;
	max-width: 112px !important;
	max-height: 68px !important;
	object-fit: contain !important;
	object-position: center;
}

.qa-photo-collage > div {
	background-position: center;
	background-size: cover;
}

.qa-service-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qa-service-grid article {
	display: flex;
	flex-direction: column;
	min-height: 300px;
}

.qa-service-grid .qa-service-icon {
	flex: 0 0 auto;
}

.qa-service-grid .qa-service-icon::before {
	content: "◇";
}

.qa-service-grid .qa-icon-camera::before,
.qa-service-grid .qa-icon-photography::before {
	content: "◎";
}

.qa-service-grid .qa-icon-digital::before,
.qa-service-grid .qa-icon-development::before {
	content: "↗";
}

.qa-service-grid h3 {
	margin-top: auto;
}

.qa-cap-list {
	margin-top: 0;
}

.qa-testimonial-slide cite {
	padding-inline-end: 120px;
}

.qa-testimonial-nav {
	top: auto;
	right: 0;
	bottom: 0;
}

.is-rtl .qa-testimonial-nav {
	right: auto;
	left: 0;
}

.qa-cta h2,
.qa-about-cta h2 {
	font-size: 42px;
}

.qa-services-heading,
.v3-head {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
}

.qa-services-heading > p,
.v3-head > p {
	justify-self: end;
	width: 100%;
	max-width: 470px;
}

.qa-service-row-arrow,
.qa-case-arrow {
	direction: ltr;
	font-family: Arial, sans-serif;
	line-height: 1;
}

.qa-service-row:hover .qa-service-row-arrow {
	transform: translate(2px, -2px);
}

.is-rtl .qa-service-row-arrow,
.is-rtl .qa-case-arrow {
	transform: scaleX(-1);
}

.qa-method .qa-services-heading,
.qa-cases .qa-services-heading {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
}

.qa-method .qa-services-heading > p,
.qa-cases .qa-services-heading > p {
	justify-self: end;
}

.qa-method-line::before {
	z-index: 0;
}

.qa-method-step b {
	border: 7px solid #0b1f32;
	box-sizing: content-box;
	transform: translate(-7px, -7px);
}

.qa-method-step:hover b {
	transform: translate(-7px, -7px) scale(1.08);
}

.blog-intro-v4,
.portfolio-intro-v3 {
	padding-bottom: 0;
}

.package-tabs-v3 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: visible;
}

.package-tabs-v3 button {
	width: 100%;
	white-space: normal;
}

.package-grid-v3 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.package-v3,
.package-v3:nth-child(2) {
	overflow: hidden;
	padding: 0;
	color: var(--ink);
	background: #f9f9f9;
}

.package-v3 header {
	display: grid;
	place-items: center;
	gap: 0;
	min-height: 106px;
	padding: 18px 14px;
	color: #fff;
	background: var(--aqua);
	text-align: center;
}

.package-v3 h3,
.package-v3 header p {
	margin: 0;
}

.package-v3 header p {
	min-height: 0;
	color: rgba(255,255,255,.96);
	font-size: 16px;
	line-height: 1.3;
}

.package-v3:nth-child(2) header p {
	color: rgba(255,255,255,.96);
}

.package-v3 h3 {
	font-size: clamp(30px, 2.4vw, 40px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.035em;
}

.package-price-v3 {
	display: grid;
	place-items: center;
	gap: 3px;
	margin: 0;
	padding: 30px 20px 24px;
	text-align: center;
}

.package-v3 .price {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 0;
	color: #4c4f56;
	font-size: 0;
	line-height: 1;
}

.package-currency-v3 {
	margin: 8px 7px 0 0;
	font-size: 18px;
	font-weight: 700;
}

.package-major-v3 {
	font-size: 64px;
	font-weight: 800;
	letter-spacing: -.055em;
}

.package-minor-v3 {
	margin: 5px 0 0 4px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

.package-price-text-v3 {
	font-size: 42px;
	font-weight: 800;
	letter-spacing: -.045em;
}

.package-unit-v3 {
	margin: 0;
	color: #303541;
	font-size: 16px;
	line-height: 1.4;
}

.package-v3:nth-child(2) li,
.package-v3:nth-child(2) .package-unit-v3 {
	color: var(--muted);
}

.package-v3 ul {
	margin: 0 28px;
	padding: 24px 0;
}

.package-v3 li {
	font-size: 14px;
}

.package-v3 .button {
	align-self: center;
	margin: auto 28px 28px;
	font-size: 14px;
}

.qa-service-pillar h3 {
	margin: 0 0 13px;
	font-size: 24px;
	line-height: 1.2;
}

.qa-home-service-pillars .qa-service-pillar-image {
	background-color: #dff2f5;
	background-position: center;
	background-size: cover;
}

.studio-intro-v3 {
	padding-bottom: 0;
}

.packages-page-v3 .v3-cta h2 {
	font-size: 48px;
}

.value-icon svg {
	width: 27px;
	height: 27px;
	fill: currentColor;
}

.blog-sidebar-v4 .search-form {
	display: grid;
	gap: 12px;
}

.blog-sidebar-v4 .search-submit {
	margin-top: 8px;
}

.contact-intro-v4 h1 {
	font-size: var(--qa-text-section);
}

.contact-steps-v4 {
	gap: 0;
	background: transparent;
}

.contact-steps-v4 article {
	position: relative;
	min-height: 245px;
	padding: 30px 36px;
}

.contact-steps-v4 article + article {
	border-left: 1px solid rgba(255,255,255,.16);
}

.is-rtl .contact-steps-v4 article + article {
	border-right: 1px solid rgba(255,255,255,.16);
	border-left: 0;
}

.contact-steps-v4 h3 {
	margin-top: 58px;
}

@media (max-width: 1050px) {
	.qa-services-heading,
	.v3-head,
	.qa-method .qa-services-heading,
	.qa-cases .qa-services-heading {
		grid-template-columns: 1fr;
	}

	.qa-services-heading > p,
	.v3-head > p,
	.qa-method .qa-services-heading > p,
	.qa-cases .qa-services-heading > p {
		justify-self: start;
	}

	.package-grid-v3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.header-inner {
		min-height: 86px;
		padding-top: max(8px, env(safe-area-inset-top));
	}

	.menu-toggle {
		top: max(23px, calc(env(safe-area-inset-top) + 15px));
	}

	.is-rtl .menu-toggle {
		right: 24px;
		left: auto;
	}

	.qa-hero-layout {
		grid-template-columns: 1fr;
	}

	.qa-hero-copy {
		grid-template-rows: 18px 84px 72px auto;
	}

	.qa-hero-copy h1 {
		margin-top: 10px;
	}

	.qa-hero-copy > p:not(.qa-label) {
		margin-top: 13px;
	}

	.qa-actions .button {
		font-size: 12px;
	}

	.qa-client-title {
		font-size: 12px;
	}

	.qa-logo-track span {
		width: 112px;
		min-width: 112px;
		height: 78px;
		padding: 7px 8px;
	}

	.qa-logo-track img {
		max-width: 94px !important;
		max-height: 58px !important;
	}

	.qa-cap-layout {
		gap: 30px;
	}

	.qa-cap-list article {
		min-height: 94px;
	}

	.qa-momentum > .container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.qa-testimonial-slide cite {
		padding-inline-end: 0;
		padding-bottom: 58px;
	}

	.qa-testimonial-nav,
	.is-rtl .qa-testimonial-nav {
		right: auto;
		bottom: 0;
		left: 0;
	}

	.package-tabs-v3 {
		display: flex;
		gap: 9px;
		overflow-x: auto;
		padding-bottom: 5px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.package-tabs-v3::-webkit-scrollbar {
		display: none;
	}

	.package-tabs-v3 button {
		width: auto;
		min-width: max-content;
		white-space: nowrap;
		scroll-snap-align: start;
	}

	.package-grid-v3 {
		grid-template-columns: 1fr;
	}

	.qa-home-service-pillars {
		grid-template-columns: 1fr;
	}

	.footer-about {
		text-align: center;
	}

	.footer-logo {
		margin-inline: auto;
	}

	.footer-about .social-links {
		justify-content: center;
	}

	.social-links img,
	.mobile-menu-social img {
		width: 22px;
		height: 22px;
	}

	.contact-steps-v4 article {
		min-height: 0;
		padding: 28px 0;
	}

	.contact-steps-v4 article + article,
	.is-rtl .contact-steps-v4 article + article {
		border-top: 1px solid rgba(255,255,255,.16);
		border-right: 0;
		border-left: 0;
	}

	.contact-steps-v4 h3 {
		margin-top: 28px;
	}
}

/* Arabic typography contract. Keep every Arabic template on one scale. */
body.is-rtl {
	--qa-text-label: 14px;
	--qa-text-small: 16px;
	--qa-text-body: 16px;
	--qa-text-card-title: 20px;
	--qa-text-section: 42px;
	--qa-text-page-title: clamp(46px, 4.5vw, 52px);
	font-family: "Almarai", Arial, sans-serif;
	font-size: 16px;
}

.is-rtl .header-inner > .primary-nav > .nav-list > li > a {
	font-size: 1.4rem;
}

.is-rtl .page-hero h1,
.is-rtl .qa-about .page-hero h1,
.is-rtl .project-hero-v5 h1 {
	font-size: var(--qa-text-page-title);
}

.is-rtl .v3-head h1,
.is-rtl .v3-head h2,
.is-rtl .qa-services-heading h2,
.is-rtl .qa-section-head h2,
.is-rtl .qa-about-section-head h2,
.is-rtl .contact-intro-v4 h1 {
	font-size: 42px;
}

.is-rtl .qa-service-pillar h2,
.is-rtl .qa-service-pillar h3,
.is-rtl .qa-service-list-approved .qa-service-copy h2 {
	font-size: 24px;
}

.is-rtl .project-card-v3 h2,
.is-rtl .studio-item h2,
.is-rtl .qa-service-grid h3,
.is-rtl .qa-steps h3,
.is-rtl .qa-cap-list h3,
.is-rtl .qa-use-card h3,
.is-rtl .qa-method-step h3,
.is-rtl .value-v3 h3,
.is-rtl .contact-steps-v4 h3 {
	font-size: 20px;
}

.is-rtl .blog-card-v4 h2,
.is-rtl .qa-blog-grid h3 {
	font-size: 24px;
}

.is-rtl .member-v3 h2,
.is-rtl .qa-team-track h3 {
	font-size: 18px;
}

.is-rtl .v3-head > p,
.is-rtl .qa-services-heading > p,
.is-rtl .qa-section-head > p,
.is-rtl .qa-about-section-head > p,
.is-rtl .qa-service-pillar p,
.is-rtl .project-card-v3 p,
.is-rtl .studio-item p,
.is-rtl .member-v3 p,
.is-rtl .qa-team-track p,
.is-rtl .qa-service-grid p,
.is-rtl .qa-steps p,
.is-rtl .qa-cap-list p,
.is-rtl .qa-use-card p,
.is-rtl .qa-method-step p,
.is-rtl .qa-case p,
.is-rtl .qa-about-values p,
.is-rtl .value-v3 p,
.is-rtl .contact-steps-v4 p,
.is-rtl .package-v3 header p,
.is-rtl .package-v3 li,
.is-rtl .blog-card-v4 p {
	font-size: 16px;
}

.is-rtl .v3-label,
.is-rtl .qa-label,
.is-rtl .qa-about-label,
.is-rtl .eyebrow,
.is-rtl .blog-card-v4 time,
.is-rtl .qa-blog-grid time {
	font-size: 14px;
}

.is-rtl .site-footer h2,
.is-rtl .site-footer h3 {
	font-size: 18px;
}

.is-rtl .footer-links a {
	font-size: 16px;
}

.is-rtl .site-footer address,
.is-rtl .footer-about p {
	font-size: 14px;
}

.is-rtl .footer-bottom p {
	font-size: 16px;
}

@media (max-width: 700px) {
	.is-rtl .page-hero h1,
	.is-rtl .qa-about .page-hero h1,
	.is-rtl .project-hero-v5 h1 {
		font-size: 46px;
	}

	.is-rtl .v3-head h1,
	.is-rtl .v3-head h2,
	.is-rtl .qa-services-heading h2,
	.is-rtl .qa-section-head h2,
	.is-rtl .qa-about-section-head h2,
	.is-rtl .contact-intro-v4 h1 {
		font-size: 38px;
	}
}
