/**
 * Iran Tosee Code enterprise visual layer.
 * Loaded last so the brand system remains consistent on native templates.
 */
:root {
	--itk-ink: #101312;
	--itk-paper: #f5f7f6;
	--itk-white: #ffffff;
	--itk-violet: #00a86b;
	--itk-violet-dark: #007d50;
	--itk-lime: #8fffc8;
	--itk-muted: #66706c;
	--itk-line: rgba(16, 19, 18, .12);
	--itk-radius: 28px;
	--itk-wide: 1280px;
	--itk-font: "Vazirmatn", Tahoma, "Segoe UI", Arial, sans-serif;
}

body {
	background: var(--itk-paper);
	color: var(--itk-ink);
}

:where(a, button, input, textarea, select, summary):focus-visible {
	outline: 3px solid rgba(0, 168, 107, .35);
	outline-offset: 3px;
}

.itk-preloader {
	align-items: center;
	background:
		radial-gradient(circle at 18% 20%, rgba(0, 168, 107, .25), transparent 28%),
		radial-gradient(circle at 83% 77%, rgba(143, 255, 200, .1), transparent 24%),
		#070b09;
	color: #fff;
	display: flex;
	inset: 0;
	justify-content: center;
	overflow: hidden;
	padding: 24px;
	position: fixed;
	z-index: 99999;
}

.itk-preloader:before {
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 52px 52px;
	content: "";
	inset: 0;
	mask-image: radial-gradient(circle, #000 30%, transparent 78%);
	position: absolute;
}

.itk-preloader__glow {
	animation: itk-preloader-orbit 6s linear infinite;
	border: 1px solid rgba(0, 168, 107, .4);
	border-radius: 50%;
	height: min(72vw, 760px);
	position: absolute;
	width: min(72vw, 760px);
}

.itk-preloader__glow:before,
.itk-preloader__glow:after {
	border: 1px solid rgba(255, 255, 255, .06);
	border-radius: inherit;
	content: "";
	inset: 10%;
	position: absolute;
	transform: rotateX(64deg);
}

.itk-preloader__glow:after {
	inset: 26%;
	transform: rotateY(62deg);
}

.itk-preloader__card {
	backdrop-filter: blur(28px);
	background: rgba(16, 23, 19, .84);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 34px;
	box-shadow: 0 40px 120px rgba(0, 0, 0, .42);
	max-width: 660px;
	padding: clamp(28px, 5vw, 54px);
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.itk-preloader__logo {
	background: rgba(255, 255, 255, .95);
	border-radius: 18px;
	display: inline-flex;
	margin-bottom: 26px;
	padding: 8px 14px;
}

.itk-preloader__logo img {
	display: block;
	height: auto;
	max-height: none;
	width: clamp(190px, 38vw, 310px);
}

.itk-preloader .itk-preloader__eyebrow {
	background: transparent;
	color: rgba(255, 255, 255, .42);
	direction: ltr;
	display: block;
	font: 800 8px Arial, sans-serif;
	height: auto;
	letter-spacing: .17em;
	transform: none;
	width: auto;
}

.itk-preloader h2 {
	font-size: clamp(24px, 4vw, 40px);
	letter-spacing: -.05em;
	line-height: 1.5;
	margin: 17px auto 30px;
	max-width: 540px;
}

.itk-preloader__status {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.itk-preloader__status > div {
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 85px;
	padding: 17px;
}

.itk-preloader__status span {
	background: transparent;
	color: rgba(255, 255, 255, .4);
	display: block;
	font-size: 8px;
	font-weight: 800;
	height: auto;
	transform: none;
	width: auto;
}

.itk-preloader__status strong {
	font-size: 11px;
	line-height: 1.7;
}

.itk-preloader__progress {
	background: rgba(255, 255, 255, .09);
	border-radius: 20px;
	height: 4px;
	margin-top: 27px;
	overflow: hidden;
}

.itk-preloader__progress i {
	animation: itk-preloader-progress 1.85s cubic-bezier(.25, .8, .25, 1) forwards;
	background: linear-gradient(90deg, var(--itk-violet), var(--itk-lime));
	border-radius: inherit;
	display: block;
	height: 100%;
	transform-origin: right;
	width: 100%;
}

.itk-preloader__card > small {
	color: rgba(255, 255, 255, .35);
	display: block;
	font-size: 8px;
	margin-top: 13px;
}

.itk-header__inner {
	background: rgba(245, 247, 246, .82);
}

.itk-header.is-scrolled .itk-header__inner {
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 16px 50px rgba(0, 68, 43, .09);
}

.itk-button--primary {
	background: var(--itk-violet);
	box-shadow: 0 14px 32px rgba(0, 168, 107, .22);
}

.itk-button--primary:hover {
	background: var(--itk-violet-dark);
	box-shadow: 0 18px 36px rgba(0, 125, 80, .25);
}

.itk-sound-consent {
	background: transparent;
	border: 0;
	border-bottom: 1px dashed rgba(16, 19, 18, .35);
	color: var(--itk-muted);
	cursor: pointer;
	font-size: 10px;
	padding: 5px 0;
}

.itk-sound-consent[aria-pressed="true"] {
	color: var(--itk-violet-dark);
}

.itk-hero {
	background:
		radial-gradient(circle at 85% 20%, rgba(0, 168, 107, .14), transparent 35%),
		linear-gradient(rgba(16, 19, 18, .032) 1px, transparent 1px),
		linear-gradient(90deg, rgba(16, 19, 18, .032) 1px, transparent 1px);
	background-size: auto, 56px 56px, 56px 56px;
}

.itk-hero:before {
	background: linear-gradient(90deg, var(--itk-paper), transparent 24%, transparent 76%, var(--itk-paper));
}

.itk-hero__visual:before {
	background: radial-gradient(circle at 35% 35%, #effff8, #9ef5ca 45%, rgba(0, 168, 107, .02) 72%);
}

.itk-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
}

.itk-hero__trust li {
	align-items: center;
	color: var(--itk-muted);
	display: flex;
	font-size: 10px;
	font-weight: 750;
	gap: 7px;
}

.itk-hero__trust i {
	background: var(--itk-violet);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(0, 168, 107, .1);
	height: 6px;
	width: 6px;
}

.itk-three-scene {
	align-items: center;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .1)),
		radial-gradient(circle at 50% 45%, rgba(0, 168, 107, .18), transparent 62%);
	border: 1px solid rgba(0, 168, 107, .14);
	border-radius: 42px;
	box-shadow: -35px 50px 90px rgba(0, 70, 45, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
	display: flex;
	height: 78%;
	justify-content: center;
	left: 4%;
	overflow: hidden;
	position: absolute;
	top: 8%;
	transform: rotateY(-7deg) rotateX(3deg) rotateZ(2deg);
	width: 84%;
	z-index: 3;
}

.itk-three-scene:after {
	border: 1px solid rgba(0, 168, 107, .16);
	border-radius: 50%;
	content: "";
	height: 68%;
	position: absolute;
	transform: rotateX(68deg);
	width: 68%;
}

.itk-three-scene canvas {
	height: 100% !important;
	inset: 0;
	position: absolute;
	width: 100% !important;
	z-index: 2;
}

.itk-three-scene__fallback {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: opacity .45s;
	width: 100%;
}

div.itk-three-scene__fallback {
	align-items: center;
	display: flex;
	justify-content: center;
}

.itk-three-scene__fallback i {
	border: 1px solid rgba(0, 168, 107, .26);
	border-radius: 50%;
	height: 58%;
	position: absolute;
	transform: rotateX(62deg) rotateZ(15deg);
	width: 58%;
}

.itk-three-scene__fallback i:nth-child(2) {
	transform: rotateY(68deg) rotateZ(-14deg);
}

.itk-three-scene__fallback i:nth-child(3) {
	height: 38%;
	transform: rotate(45deg);
	width: 38%;
}

.itk-three-scene__fallback strong {
	color: #083f2b;
	display: flex;
	flex-direction: column;
	font: 900 clamp(42px, 6vw, 88px)/.85 Arial, sans-serif;
	position: relative;
	z-index: 1;
}

.itk-three-scene__fallback small {
	color: var(--itk-violet);
	font-size: 8px;
	letter-spacing: .28em;
	margin-top: 15px;
	text-align: center;
}

.itk-three-scene.is-ready .itk-three-scene__fallback {
	opacity: 0;
}

.itk-three-scene__status {
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(0, 168, 107, .14);
	border-radius: 99px;
	bottom: 18px;
	color: #396052;
	font-size: 8px;
	padding: 8px 11px;
	position: absolute;
	right: 18px;
	z-index: 4;
}

.itk-three-scene.is-ready .itk-three-scene__status {
	opacity: 0;
}

.itk-glass-stat {
	box-shadow: 0 18px 50px rgba(0, 70, 45, .13);
	left: 1%;
}

.itk-glass-stat b {
	color: var(--itk-violet-dark);
}

.itk-glass-code {
	backdrop-filter: blur(18px);
	background: rgba(13, 17, 16, .88);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 18px;
	color: #c9ded5;
	display: flex;
	flex-direction: column;
	font: 700 8px/1.8 Arial, sans-serif;
	gap: 2px;
	padding: 16px 18px;
	position: absolute;
	right: 3%;
	top: 18%;
	transform: rotate(5deg);
	z-index: 6;
}

.itk-glass-code span:before {
	color: var(--itk-lime);
	content: "✓";
	margin-right: 7px;
}

.itk-services article:hover {
	border-color: rgba(0, 168, 107, .3);
	box-shadow: 0 24px 55px rgba(0, 90, 58, .1);
}

.itk-service__head i {
	background: #eafaf3;
}

.itk-tech {
	background: #0d1110;
}

.itk-tech:before {
	background: radial-gradient(circle, rgba(0, 168, 107, .32), transparent 67%);
}

.itk-tech h2 em {
	color: #71efb3;
}

.itk-tech__core {
	background: radial-gradient(circle at 30% 25%, #8fffc8, #00a86b 60%, #00442d);
	box-shadow: 0 35px 100px rgba(0, 168, 107, .22);
}

.itk-tech__orbit {
	aspect-ratio: 1;
	height: auto;
	max-width: 540px;
	width: min(100%, 540px);
}

.itk-tech__ring {
	height: auto;
	inset: 4%;
	width: auto;
}

.itk-tech__ring--inner {
	height: auto;
	inset: 20%;
	width: auto;
}

.itk-tech-icon {
	box-shadow: 0 18px 45px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .09);
	transform: translate(-50%, -50%);
	z-index: 3;
}

.itk-tech-icon--python {
	background: linear-gradient(145deg, #3478a8, #ffd348);
	color: #fff;
	left: 50%;
	top: 5%;
}

.itk-tech-icon--react {
	left: 18%;
	top: 18%;
}

.itk-tech-icon--js {
	right: auto;
	left: 82%;
	top: 18%;
}

.itk-tech-icon--wp {
	left: 95%;
	right: auto;
	top: 50%;
}

.itk-tech-icon--csharp {
	background: linear-gradient(145deg, #8a4cc2, #51227d);
	color: #fff;
	left: 82%;
	top: 82%;
}

.itk-tech-icon--figma {
	bottom: auto;
	left: 50%;
	right: auto;
	top: 95%;
}

.itk-tech-icon--php {
	background: linear-gradient(145deg, #777bb3, #4f5388);
	color: #fff;
	font-size: 12px;
	left: 18%;
	top: 82%;
}

.itk-tech-icon--flutter {
	left: 5%;
	top: 50%;
}

div.itk-three-scene__fallback {
	background:
		radial-gradient(circle at 50% 46%, rgba(143, 255, 200, .88) 0 9%, rgba(0, 168, 107, .32) 22%, transparent 48%),
		linear-gradient(145deg, rgba(255, 255, 255, .36), rgba(0, 168, 107, .08));
}

div.itk-three-scene__fallback:before {
	background: radial-gradient(circle at 32% 25%, #baffdd, #17c982 34%, #00794e 70%, #003c29);
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 34px 80px rgba(0, 125, 80, .3), inset -18px -22px 38px rgba(0, 38, 25, .24);
	content: "";
	height: min(34%, 190px);
	position: absolute;
	width: min(34%, 190px);
}

.itk-three-scene__fallback i {
	box-shadow: 0 0 45px rgba(0, 168, 107, .08);
}

.itk-three-scene__fallback strong {
	color: #fff;
	text-shadow: 0 8px 24px rgba(0, 55, 36, .34);
}

.itk-footer__bottom [data-itk-back-top] {
	cursor: pointer;
	font-size: 11px;
	transition: color .2s, transform .2s;
}

.itk-footer__bottom [data-itk-back-top]:hover {
	color: #fff;
	transform: translateY(-2px);
}

.itk-tech__list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.itk-tech__list li {
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 99px;
	color: rgba(255, 255, 255, .62);
	direction: ltr;
	font: 700 9px Arial, sans-serif;
	padding: 8px 11px;
}

.itk-project__image--1 {
	background: linear-gradient(135deg, #006b46, #43d99d);
}

.itk-project__image--2 {
	background: #0d1110;
}

.itk-project__image--3 {
	background: linear-gradient(135deg, #d9f6e9, #f5fff9);
	color: #153f30;
}

.itk-about {
	background: #0d1110;
}

.itk-about:after {
	background: radial-gradient(circle, rgba(0, 168, 107, .42), transparent 65%);
}

.itk-about__copy .itk-text-link {
	color: #a9f7d1;
	display: inline-block;
	margin-top: 20px;
}

.itk-stats sup {
	color: var(--itk-lime);
}

.itk-testimonials {
	background: #eef4f1;
	max-width: none;
	padding-inline: max(7%, calc((100% - var(--itk-wide)) / 2));
}

.itk-testimonials__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.itk-testimonial {
	background: #fff;
	border: 1px solid rgba(16, 19, 18, .07);
	border-radius: var(--itk-radius);
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 280px;
	padding: 30px;
}

.itk-testimonial > span {
	color: var(--itk-violet);
	font: 900 54px/.7 Georgia, serif;
}

.itk-testimonial p {
	font-size: 14px;
	line-height: 2;
	margin: 28px 0;
}

.itk-testimonial footer {
	border-top: 1px solid var(--itk-line);
	color: var(--itk-muted);
	font-size: 10px;
	margin-top: auto;
	padding-top: 18px;
}

.itk-faq {
	display: grid;
	gap: 9%;
	grid-template-columns: .7fr 1.3fr;
	margin: 0 auto;
	max-width: var(--itk-wide);
	padding: 120px 0;
}

.itk-faq__heading > span,
.itk-contact__intro > span {
	color: var(--itk-muted);
	font: 800 10px Arial, sans-serif;
	letter-spacing: .1em;
}

.itk-faq__heading h2 {
	font-size: clamp(40px, 4.7vw, 68px);
	letter-spacing: -.07em;
	line-height: 1.1;
	margin: 18px 0 22px;
}

.itk-faq__heading h2 em {
	color: var(--itk-violet);
	font-style: normal;
}

.itk-faq__heading p {
	color: var(--itk-muted);
	font-size: 12px;
	line-height: 2;
}

.itk-faq__items {
	border-top: 1px solid var(--itk-line);
}

.itk-faq__item {
	border-bottom: 1px solid var(--itk-line);
}

.itk-faq__item summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: space-between;
	list-style: none;
	padding: 24px 0;
}

.itk-faq__item summary::-webkit-details-marker {
	display: none;
}

.itk-faq__item summary i {
	align-items: center;
	background: #fff;
	border: 1px solid var(--itk-line);
	border-radius: 50%;
	display: flex;
	font-style: normal;
	height: 34px;
	justify-content: center;
	transition: .2s;
	width: 34px;
}

.itk-faq__item[open] summary i {
	background: var(--itk-violet);
	color: #fff;
	transform: rotate(45deg);
}

.itk-faq__item p {
	color: var(--itk-muted);
	font-size: 12px;
	line-height: 2;
	margin: -6px 0 25px;
	max-width: 88%;
}

.itk-contact {
	background: #eef4f1;
	gap: 7%;
	grid-template-columns: .75fr 1.25fr;
}

.itk-contact__intro {
	align-self: start;
	position: sticky;
	top: 120px;
}

.itk-contact__direct {
	border-top: 1px solid var(--itk-line);
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 32px;
	padding-top: 22px;
}

.itk-contact__direct a {
	direction: ltr;
	font: 700 12px Arial, sans-serif;
	text-align: right;
}

.itk-contact__card {
	justify-content: flex-start;
	min-height: auto;
}

.itk-contact-form__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr 1fr;
}

.itk-contact-form label {
	color: var(--itk-muted);
	display: flex;
	flex-direction: column;
	font-size: 10px;
	font-weight: 800;
	gap: 8px;
}

.itk-contact-form__message {
	grid-column: 1 / -1;
}

.itk-contact-form input,
.itk-contact-form select,
.itk-contact-form textarea {
	appearance: none;
	background: #f4f7f5;
	border: 1px solid transparent;
	border-radius: 13px;
	color: var(--itk-ink);
	outline: 0;
	padding: 13px 14px;
	resize: vertical;
	transition: .2s;
	width: 100%;
}

.itk-contact-form :is(input, select, textarea):focus {
	background: #fff;
	border-color: rgba(0, 168, 107, .5);
	box-shadow: 0 0 0 4px rgba(0, 168, 107, .08);
}

.itk-contact-form__consent {
	align-items: center;
	flex-direction: row !important;
	margin: 18px 0;
}

.itk-contact-form__consent input {
	accent-color: var(--itk-violet);
	height: 18px;
	margin: 0;
	width: 18px;
}

.itk-honeypot {
	inset-inline-start: -10000px;
	position: absolute;
}

.itk-contact-form button {
	border: 0;
	cursor: pointer;
}

.itk-contact-form button:disabled {
	cursor: wait;
	opacity: .65;
}

.itk-contact-form__status {
	border-radius: 12px;
	font-size: 10px;
	margin-top: 15px;
	padding: 0;
}

.itk-contact-form__status.is-success,
.itk-contact-form__status.is-error {
	padding: 12px 14px;
}

.itk-contact-form__status.is-success {
	background: #e8f8f0;
	color: #08724b;
}

.itk-contact-form__status.is-error {
	background: #fff0f0;
	color: #9e3333;
}

.itk-final-cta {
	align-items: center;
	background: #00a86b;
	color: #fff;
	display: flex;
	gap: 7%;
	justify-content: space-between;
	padding: 78px max(7%, calc((100% - var(--itk-wide)) / 2));
}

.itk-final-cta span {
	color: rgba(255, 255, 255, .68);
	font-size: 10px;
	font-weight: 800;
}

.itk-final-cta h2 {
	font-size: clamp(30px, 4vw, 56px);
	letter-spacing: -.06em;
	line-height: 1.2;
	margin: 12px 0 0;
	max-width: 800px;
}

.itk-footer {
	background: #0d1110;
}

.itk-footer__cta i {
	background: var(--itk-violet);
}

.itk-brand,
.itk-footer__brand {
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(16, 19, 18, .08);
	border-radius: 14px;
	padding: 5px 9px;
}

.itk-brand .itk-bundled-logo {
	height: auto;
	max-height: none;
	width: clamp(135px, 13vw, 185px);
}

.itk-footer__brand {
	width: fit-content;
}

.itk-footer__brand .itk-bundled-logo {
	height: auto;
	max-height: none;
	width: clamp(180px, 18vw, 245px);
}

.itk-theme-toggle {
	align-items: center;
	background: rgba(16, 19, 18, .05);
	border: 1px solid rgba(16, 19, 18, .07);
	border-radius: 50%;
	color: var(--itk-ink);
	cursor: pointer;
	display: flex;
	height: 42px;
	justify-content: center;
	transition: .2s;
	width: 42px;
}

.itk-theme-toggle span {
	font: 900 17px/1 Arial, sans-serif;
}

.itk-theme-toggle:hover {
	background: rgba(16, 19, 18, .1);
	transform: translateY(-2px) rotate(8deg);
}

.itk-flutter-trigger,
.itk-falling-flutter {
	display: none !important;
}

.itk-contact__direct address,
.itk-footer__contact address {
	color: var(--itk-muted);
	font-size: 10px;
	font-style: normal;
	line-height: 1.9;
	margin-top: 5px;
}

.itk-footer__contact address {
	color: rgba(255, 255, 255, .4);
	margin: 0;
}

.itk-footer__grid {
	grid-template-columns: repeat(5, 1fr);
}

html[data-itk-theme="dark"] body {
	background: #090d0b;
	color: #f3f7f4;
}

html[data-itk-theme="dark"] .itk-header__inner,
html[data-itk-theme="dark"] .itk-header.is-scrolled .itk-header__inner {
	background: rgba(8, 13, 10, .92);
	border-color: rgba(255, 255, 255, .09);
	box-shadow: 0 18px 55px rgba(0, 0, 0, .28);
}

html[data-itk-theme="dark"] .itk-nav__menu a {
	color: rgba(255, 255, 255, .72);
}

html[data-itk-theme="dark"] .itk-theme-toggle {
	background: rgba(255, 255, 255, .07);
	border-color: rgba(255, 255, 255, .1);
	color: #fff;
}

html[data-itk-theme="dark"] .itk-menu-toggle i {
	background: #fff;
}

html[data-itk-theme="dark"] .itk-button--dark {
	background: var(--itk-violet);
	color: #06180f;
}

html[data-itk-theme="dark"] .itk-hero {
	background:
		radial-gradient(circle at 85% 20%, rgba(0, 168, 107, .18), transparent 35%),
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
		#0b100d;
	background-size: auto, 56px 56px, 56px 56px;
}

html[data-itk-theme="dark"] .itk-hero:before {
	background: linear-gradient(90deg, #0b100d, transparent 24%, transparent 76%, #0b100d);
}

html[data-itk-theme="dark"] .itk-eyebrow {
	background: rgba(255, 255, 255, .06);
	border-color: rgba(255, 255, 255, .09);
	color: rgba(255, 255, 255, .66);
}

html[data-itk-theme="dark"] .itk-hero__copy > p,
html[data-itk-theme="dark"] .itk-section-heading > p,
html[data-itk-theme="dark"] .itk-services p,
html[data-itk-theme="dark"] .itk-faq__heading p,
html[data-itk-theme="dark"] .itk-faq__item p,
html[data-itk-theme="dark"] .itk-contact > div:first-child > p {
	color: rgba(255, 255, 255, .55);
}

html[data-itk-theme="dark"] .itk-services article,
html[data-itk-theme="dark"] .itk-pricing__grid article:not(.is-featured),
html[data-itk-theme="dark"] .itk-testimonial,
html[data-itk-theme="dark"] .itk-contact__card {
	background: #121814;
	border-color: rgba(255, 255, 255, .075);
	color: #f3f7f4;
}

html[data-itk-theme="dark"] .itk-pricing,
html[data-itk-theme="dark"] .itk-testimonials,
html[data-itk-theme="dark"] .itk-contact {
	background: #0f1511;
}

html[data-itk-theme="dark"] .itk-faq__items,
html[data-itk-theme="dark"] .itk-faq__item,
html[data-itk-theme="dark"] .itk-testimonial footer,
html[data-itk-theme="dark"] .itk-section-heading--line,
html[data-itk-theme="dark"] .itk-contact__direct {
	border-color: rgba(255, 255, 255, .1);
}

html[data-itk-theme="dark"] .itk-faq__item summary i {
	background: #161e19;
	border-color: rgba(255, 255, 255, .12);
}

html[data-itk-theme="dark"] .itk-contact-form input,
html[data-itk-theme="dark"] .itk-contact-form select,
html[data-itk-theme="dark"] .itk-contact-form textarea {
	background: #1c251f;
	color: #fff;
}

html[data-itk-theme="dark"] .itk-contact-form label {
	color: rgba(255, 255, 255, .5);
}

@keyframes itk-preloader-orbit {
	to { transform: rotate(360deg); }
}

@keyframes itk-preloader-progress {
	from { transform: scaleX(.04); }
	to { transform: scaleX(1); }
}

@media (max-width: 1180px) {
	.itk-faq {
		padding-inline: 5%;
	}

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

@media (max-width: 820px) {
	.itk-three-scene {
		left: 8%;
		width: 84%;
	}

	.itk-tech__orbit {
		margin: 38px auto 0;
		transform: none;
		width: min(82vw, 500px);
	}

	.itk-glass-code {
		right: 1%;
	}

	.itk-testimonials__grid {
		grid-template-columns: 1fr 1fr;
	}

	.itk-testimonial:last-child {
		grid-column: 1 / -1;
	}

	.itk-faq,
	.itk-contact {
		grid-template-columns: 1fr;
	}

	.itk-faq {
		gap: 45px;
		padding: 90px 5%;
	}

	.itk-contact__intro {
		position: static;
	}

	.itk-final-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.itk-final-cta .itk-button {
		margin-top: 28px;
	}

	html[data-itk-theme="dark"] .itk-nav {
		background: rgba(9, 14, 11, .98);
		border-color: rgba(255, 255, 255, .1);
	}
}

@media (max-width: 520px) {
	.itk-hero__trust {
		display: grid;
	}

	.itk-three-scene {
		border-radius: 28px;
		box-shadow: 0 30px 75px rgba(0, 94, 60, .22), inset 0 1px 0 rgba(255, 255, 255, .9);
		height: 86%;
		left: 4%;
		top: 4%;
		transform: rotateY(-5deg) rotateX(2deg) rotateZ(1deg);
		width: 92%;
	}

	.itk-hero__visual:before {
		height: auto;
		inset: 6% -16% auto;
		aspect-ratio: 1;
		width: 125%;
	}

	.itk-tech {
		overflow: hidden;
		padding-bottom: 72px;
	}

	.itk-tech__orbit {
		height: auto;
		margin: 34px auto 0;
		transform: none;
		width: min(88vw, 390px);
	}

	.itk-tech-icon {
		border-radius: 15px;
		font-size: 12px;
		height: 52px;
		width: 52px;
	}

	.itk-tech-icon--php {
		font-size: 10px;
	}

	.itk-tech__core {
		font-size: 34px;
		height: 112px;
		width: 112px;
	}

	.itk-tech__ring {
		inset: 5%;
	}

	.itk-tech__ring--inner {
		inset: 21%;
	}

	.itk-glass-code {
		display: none;
	}

	.itk-glass-stat {
		bottom: 5%;
	}

	.itk-testimonials__grid {
		grid-template-columns: 1fr;
	}

	.itk-testimonial:last-child {
		grid-column: auto;
	}

	.itk-faq {
		padding: 75px 20px;
	}

	.itk-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.itk-contact-form__message {
		grid-column: auto;
	}

	.itk-contact__card {
		padding: 25px 20px;
	}

	.itk-final-cta {
		padding: 60px 20px;
	}

	.itk-preloader {
		padding: 14px;
	}

	.itk-preloader__card {
		border-radius: 26px;
		padding: 28px 18px;
	}

	.itk-preloader__logo img {
		width: 210px;
	}

	.itk-preloader h2 {
		font-size: 26px;
	}

	.itk-preloader__status {
		grid-template-columns: 1fr;
	}

	.itk-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.itk-three-scene canvas {
		display: none;
	}

	.itk-three-scene__fallback {
		opacity: 1 !important;
	}
}
