.wulooj-mobile-open {
	overflow: hidden;
}

body.single-project {
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.admin-bar .wulooj-site-header {
	top: calc(2rem + 32px);
}

@media (max-width: 782px) {
	.admin-bar .wulooj-site-header {
		top: calc(2rem + 46px);
	}
}

.wulooj-inline-icon {
	display: block;
	flex-shrink: 0;
}

.wulooj-inline-icon.w-4 {
	width: 1rem;
}

.wulooj-inline-icon.h-4 {
	height: 1rem;
}

.wulooj-inline-icon.w-7 {
	width: 1.75rem;
}

.wulooj-inline-icon.h-7 {
	height: 1.75rem;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wulooj-mobile-panel[hidden] {
	/* display: none !important; */
}

.wulooj-mobile-panel {
	padding-top: 7rem;
}






.wulooj-scroll-top {
	opacity: 0;
	pointer-events: none;
	transform: scale(0.7);
}

.wulooj-scroll-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

.wulooj-hero-ring {
	animation: wulooj-hero-ring var(--ring-duration, 22s) linear infinite;
	animation-delay: var(--ring-delay, 0s);
	transform-origin: center;
	opacity: 0.35;
}

.wulooj-hero-particle {
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.35);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.25);
	animation: wulooj-particle-rise var(--particle-duration, 14s) linear infinite;
	animation-delay: var(--particle-delay, 0s);
}

.wulooj-newsletter-form input {
	min-width: 0;
}

.wulooj-work-card {
	border-color: rgba(0, 199, 165, 0.3);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
	isolation: isolate;
}

.wulooj-work-card__image {
	opacity: 0.62;
}

.wulooj-work-card__overlay {
	background:
		linear-gradient(180deg, rgba(9, 3, 14, 0.12) 0%, rgba(9, 3, 14, 0.42) 48%, rgba(9, 3, 14, 0.9) 100%),
		linear-gradient(90deg, rgba(9, 3, 14, 0.72) 0%, rgba(9, 3, 14, 0.18) 62%, rgba(9, 3, 14, 0.04) 100%);
}

.wulooj-work-card__arrow {
	position: absolute;
	top: 2rem;
	right: 2rem;
	z-index: 2;
	display: inline-flex;
	width: 2.875rem;
	height: 2.875rem;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #00c7a5;
	color: #050505;
	box-shadow: 0 16px 40px rgba(0, 199, 165, 0.28);
	opacity: 0;
	pointer-events: auto;
	text-decoration: none;
	cursor: pointer;
	transform: translate3d(0, -0.25rem, 0) scale(0.82);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.wulooj-work-card:hover .wulooj-work-card__arrow,
.wulooj-work-card:focus-within .wulooj-work-card__arrow {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.wulooj-work-card__body {
	z-index: 1;
	padding: 2rem;
}

.wulooj-work-card__copy {
	max-width: 35rem;
	transform: translateY(0.75rem);
	transition: transform 0.5s ease;
	will-change: transform;
}

.wulooj-work-card:hover .wulooj-work-card__copy,
.wulooj-work-card:focus-within .wulooj-work-card__copy {
	transform: translateY(0);
}

.wulooj-work-card__tag {
	margin-bottom: 1rem;
	padding: 0.4rem 0.8rem;
	border: 1px solid rgba(0, 199, 165, 0.35);
	border-radius: 999px;
	background: rgba(0, 199, 165, 0.14);
	color: #00c7a5;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.wulooj-work-card__title {
	font-size: 2rem;
	line-height: 1.14;
	letter-spacing: 0;
}

.wulooj-blog-card .wulooj-work-card__body {
	padding: 1.5rem;
}

.wulooj-blog-card .wulooj-work-card__title {
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	line-height: 1.18;
}

.wulooj-blog-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wulooj-tabs a.is-active{
    background:#00c7a5;
    color:#050511;
    box-shadow:0 15px 35px rgba(0,199,165,.30);
}

/* CEO Message */
.wulooj-ceo-current-theme {
	isolation: isolate;
}

.wulooj-ceo-current-visual {
	position: relative;
	min-height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wulooj-ceo-current-frame {
	position: relative;
	z-index: 2;
	width: min(100%, 340px);
	height: 420px;
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #13111a;
	box-shadow:
		0 28px 80px rgba(0, 0, 0, 0.42),
		0 0 0 1px rgba(0, 199, 165, 0.08);
}

.wulooj-ceo-current-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(9, 3, 14, 0.02) 0%, rgba(9, 3, 14, 0.58) 100%),
		linear-gradient(135deg, rgba(0, 199, 165, 0.14), rgba(88, 40, 163, 0.18));
	pointer-events: none;
}

.wulooj-ceo-current-frame::after {
	content: "";
	position: absolute;
	inset: -1px;
	z-index: 3;
	border-radius: inherit;
	border: 1px solid rgba(0, 199, 165, 0.18);
	pointer-events: none;
}

.wulooj-ceo-current-frame img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* transition: transform 0.5s ease; */
}

.wulooj-ceo-current-visual:hover .wulooj-ceo-current-frame img {
	transform: scale(1.04);
}

/* Content template typography */
.wulooj-content {
	color: rgba(255, 255, 255, 0.74);
	font-size: 1.05rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.wulooj-content > * + * {
	margin-top: 1.5rem;
}

.wulooj-content > :first-child {
	margin-top: 0;
}

.wulooj-content > :last-child {
	margin-bottom: 0;
}

.wulooj-content h1,
.wulooj-content h2,
.wulooj-content h3,
.wulooj-content h4,
.wulooj-content h5,
.wulooj-content h6 {
	color: #ffffff;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

.wulooj-content .wp-block-heading,
.wulooj-content .wp-block-paragraph,
.wulooj-content .wp-block-list,
.wulooj-content .wp-block-table,
.wulooj-content .wp-block-quote,
.wulooj-content .wp-block-image,
.wulooj-content .wp-block-media-text,
.wulooj-content .wp-block-columns,
.wulooj-content .wp-block-preformatted,
.wulooj-content .wp-block-code,
.wulooj-content .wp-block-separator {
	margin-left: 0;
	margin-right: 0;
}

.wulooj-content h1 {
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
	font-size: clamp(2.25rem, 4vw, 3.75rem);
}

.wulooj-content h2 {
	margin-top: 2.25rem;
	margin-bottom: 1rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.wulooj-content h3 {
	margin-top: 2rem;
	margin-bottom: 0.85rem;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.wulooj-content h4 {
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
	font-size: clamp(1.2rem, 1.7vw, 1.5rem);
}

.wulooj-content h5 {
	margin-top: 1.5rem;
	margin-bottom: 0.65rem;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.wulooj-content h6 {
	margin-top: 1.25rem;
	margin-bottom: 0.6rem;
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.8);
}

.wulooj-content p {
	margin: 0 0 1rem;
}

.wulooj-content .wp-block-paragraph {
	margin: 0 0 1rem;
}

.wulooj-content .wp-block-heading {
	color: #ffffff;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

.wulooj-content .wp-block-heading[style*="text-align:center"],
.wulooj-content .has-text-align-center {
	text-align: center;
}

.wulooj-content strong,
.wulooj-content b {
	color: #ffffff;
	font-weight: 700;
}

.wulooj-content i,
.wulooj-content em {
	color: rgba(255, 255, 255, 0.9);
	font-style: italic;
}

.wulooj-content u {
	text-decoration-color: #00c7a5;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.18em;
}

.wulooj-content a {
	color: #00c7a5;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(0, 199, 165, 0.45);
	text-underline-offset: 0.2em;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.wulooj-content a:hover,
.wulooj-content a:focus-visible {
	color: #ffffff;
	text-decoration-color: #ffffff;
}

.wulooj-content ul,
.wulooj-content ol {
	margin: 0 0 1rem;
	padding-left: 1.5rem;
	display: grid;
	gap: 0.75rem;
}

.wulooj-content ul {
	list-style: disc;
}

.wulooj-content ol {
	list-style: decimal;
}

.wulooj-content li::marker {
	color: #00c7a5;
	font-weight: 700;
}

.wulooj-content blockquote {
	margin: 2rem 0;
	padding: 1.5rem 1.5rem 1.5rem 1.75rem;
	border-left: 4px solid #00c7a5;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.88);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.wulooj-content blockquote > :first-child {
	margin-top: 0;
}

.wulooj-content blockquote > :last-child {
	margin-bottom: 0;
}

.wulooj-content hr {
	margin: 2rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.wulooj-content .wp-block-separator {
	margin: 2rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: transparent;
}

.wulooj-content img,
.wulooj-content iframe,
.wulooj-content video {
	max-width: 100%;
	height: auto;
}

.wulooj-content figure {
	margin: 2rem 0;
}

.wulooj-content .wp-block-image figcaption,
.wulooj-content .wp-block-gallery figcaption,
.wulooj-content .wp-block-table figcaption {
	margin-top: 0.75rem;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.58);
}

.wulooj-content figcaption {
	margin-top: 0.75rem;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.58);
}

.wulooj-content pre {
	overflow-x: auto;
	padding: 1.25rem 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	background: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 0.95rem;
	line-height: 1.7;
}

.wulooj-content .wp-block-preformatted,
.wulooj-content .wp-block-code {
	overflow-x: auto;
	padding: 1.25rem 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	background: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 0.95rem;
	line-height: 1.7;
	white-space: pre-wrap;
}

.wulooj-content code {
	padding: 0.15rem 0.4rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.45rem;
	background: rgba(255, 255, 255, 0.06);
	color: #f5f5f5;
	font-size: 0.92em;
}

.wulooj-content pre code {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: inherit;
}

.wulooj-content table {
	display: block;
	width: 100%;
	overflow-x: auto;
	margin: 2rem 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.03);
	border-collapse: collapse;
	white-space: nowrap;
}

.wulooj-content .wp-block-table table {
	margin: 0;
	border: 0;
	background: transparent;
	border-radius: 0;
}

.wulooj-content table thead {
	background: rgba(0, 199, 165, 0.12);
}

.wulooj-content .wp-block-table thead {
	background: rgba(0, 199, 165, 0.12);
}

.wulooj-content table th,
.wulooj-content table td {
	padding: 0.95rem 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: left;
	vertical-align: top;
}

.wulooj-content table th {
	color: #ffffff;
	font-weight: 700;
}

.wulooj-content table tr:last-child td {
	border-bottom: 0;
}

.wulooj-content table tbody tr:hover {
	background: rgba(255, 255, 255, 0.03);
}

.wulooj-content .wp-caption,
.wulooj-content .gallery {
	max-width: 100%;
}

.wulooj-content .alignleft {
	float: left;
	margin: 0 1.5rem 1rem 0;
}

.wulooj-content .alignright {
	float: right;
	margin: 0 0 1rem 1.5rem;
}

.wulooj-content .aligncenter {
	display: block;
	margin: 1.5rem auto;
}

.wulooj-content .wp-block-group,
.wulooj-content .wp-block-columns,
.wulooj-content .wp-block-media-text {
	display: grid;
	gap: 1.25rem;
}

.wulooj-content .wp-block-columns {
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.wulooj-content .wp-block-column > * + * {
	margin-top: 1rem;
}

.wulooj-content .wp-block-gallery {
	display: grid;
	gap: 1rem;
}

/* Service single template */
.wulooj-service-single {
	max-width: 1200px;
}

.wulooj-service-single__breadcrumbs {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	padding: 0.55rem 1rem;
	margin: 0 auto 2.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.45);
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.875rem;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.wulooj-service-single__breadcrumbs a {
	color: rgba(255, 255, 255, 0.66);
	text-decoration: none;
	transition: color 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.wulooj-service-single__breadcrumbs a:hover,
.wulooj-service-single__breadcrumbs a:focus-visible {
	color: #ffffff;
}

.wulooj-service-single__crumb-brand {
	font-weight: 700;
}

.wulooj-service-single__crumb-logo {
	display: block;
	width: 1.15rem;
	height: auto;
	flex-shrink: 0;
}

.wulooj-service-single__crumb-brand svg {
	opacity: 0.75;
}

.wulooj-service-single__crumb-separator {
	color: rgba(255, 255, 255, 0.18);
}

.wulooj-service-single__crumb-current {
	color: #00c7a5;
	font-weight: 700;
}

.wulooj-service-single__hero {
	margin: 0 auto 5rem;
}

.wulooj-service-single__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 4rem;
	align-items: center;
}

.wulooj-service-single__hero-copy {
	max-width: 540px;
}

.wulooj-service-single__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1.5rem;
	border-radius: 1rem;
	background: #00c7a5;
	color: #050505;
	box-shadow: 0 16px 36px rgba(0, 199, 165, 0.24);
}

.wulooj-service-single__title {
	color: #ffffff;
	font-size: clamp(3rem, 5vw, 5.25rem);
	line-height: 0.98;
	font-weight: 800;
	letter-spacing: -0.04em;
	margin: 0;
	max-width: 8.5ch;
}

.wulooj-service-single__lead {
	margin-top: 1.75rem;
	padding-left: 1.15rem;
	border-left: 2px solid #00c7a5;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	line-height: 1.9;
	max-width: 48rem;
}

.wulooj-service-single__lead p {
	margin: 0;
}

.wulooj-service-single__hero-visual {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wulooj-service-single__hero-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 760px);
	min-height: 430px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.5rem;
	background:
		radial-gradient(circle at 50% 45%, rgba(0, 199, 165, 0.08), rgba(0, 0, 0, 0) 46%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.wulooj-service-single__hero-icon {
	position: relative;
	z-index: 1;
	opacity: 0.22;
	color: rgba(255, 255, 255, 0.82);
}

.wulooj-service-single__subservices {
	margin-top: 0.5rem;
}

.wulooj-service-single__divider {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
}

.wulooj-service-single__divider span {
	height: 1px;
	background: rgba(255, 255, 255, 0.08);
}

.wulooj-service-single__divider h2 {
	margin: 0;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.wulooj-service-single__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.wulooj-service-single__card {
	padding: 1.75rem 1.7rem 1.85rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.1rem;
	background: rgba(255, 255, 255, 0.035);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
	transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.wulooj-service-single__card:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 199, 165, 0.24);
	background: rgba(255, 255, 255, 0.05);
}

.wulooj-service-single__card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	margin-bottom: 1.4rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 255, 255, 0.72);
}

.wulooj-service-single__card h3 {
	margin: 0 0 0.8rem;
	color: #ffffff;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.3;
}

.wulooj-service-single__card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.94rem;
	line-height: 1.7;
}

.wulooj-service-single__cta {
	display: flex;
	justify-content: center;
	margin-top: 4.5rem;
}

.wulooj-service-single__cta-button {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.95rem 1.9rem;
	border-radius: 999px;
	background: #00c7a5;
	color: #050505;
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-shadow: 0 14px 36px rgba(0, 199, 165, 0.22);
}

.wulooj-service-single__cta-button:hover,
.wulooj-service-single__cta-button:focus-visible {
	transform: translateY(-1px);
	background: #19d8b4;
	color: #050505;
	box-shadow: 0 18px 42px rgba(0, 199, 165, 0.3);
}

@media (max-width: 1100px) {
	.wulooj-service-single__hero-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.wulooj-service-single__hero-copy {
		max-width: none;
	}

	.wulooj-service-single__title {
		max-width: none;
	}

	.wulooj-service-single__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.wulooj-service-single__title {
		font-size: clamp(2.5rem, 11vw, 3.4rem);
	}

	.wulooj-service-single__lead {
		font-size: 0.95rem;
	}

	.wulooj-service-single__cards {
		grid-template-columns: 1fr;
	}

	.wulooj-service-single__divider {
		grid-template-columns: 1fr auto 1fr;
	}
}

.wulooj-ceo-current-card {
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 0;
	width: min(320px, calc(100% - 24px));
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	border: 0px solid rgba(255, 255, 255, 0.10);
	border-left: 0px solid #00c7a5;
	border-radius: 0px;
	/* background: rgb(19 17 26 / 78%); */
	/* box-shadow:
		0 22px 55px rgba(0, 0, 0, 0.38),
		0 0 35px rgba(0, 199, 165, 0.10); */ */
	backdrop-filter: blur(16px);
	transform: translateX(-50%);
}

.wulooj-ceo-current-logo {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 14px;
	background: rgba(0, 199, 165, 0.10);
	display: none;
}

.wulooj-ceo-current-logo img {
	display: block;
	max-width: 34px;
	height: auto;
}

.wulooj-ceo-current-line {
	width: 1px;
	height: 42px;
	background: linear-gradient(180deg, transparent, #00c7a5, transparent);
	flex: 0 0 auto;
	display: none;
}

.wulooj-ceo-current-card strong {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.wulooj-ceo-current-card span {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.56);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
}

.wulooj-ceo-current-copy h2 {
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.04em;
}

.wulooj-ceo-current-copy p {
	max-width: 720px;
}

.wulooj-ceo-current-quote {
	position: relative;
	margin-top: 36px;
	padding: 18px 22px 18px 28px;
	border-left: 3px solid #00c7a5;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(0, 199, 165, 0.10), rgba(88, 40, 163, 0.12)),
		rgba(255, 255, 255, 0.035);
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(20px, 2vw, 28px);
	font-style: italic;
	font-weight: 400;
	line-height: 1.55;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.20);
}

.wulooj-ceo-current-quote::before,
.wulooj-ceo-current-quote::after {
	content: '"';
	color: #00c7a5;
}

[dir="rtl"] .wulooj-ceo-current-card {
/* 	border-left: 1px solid rgba(255, 255, 255, 0.10);
	border-right: 3px solid #00c7a5; */
}

[dir="rtl"] .wulooj-ceo-current-quote {
	padding-left: 22px;
	padding-right: 28px;
	border-left: 0;
	border-right: 3px solid #00c7a5;
}

@media (max-width: 991px) {
	.wulooj-ceo-current-visual {
		min-height: 440px;
	}

	.wulooj-ceo-current-copy {
		text-align: center;
		margin-inline: auto;
	}

	.wulooj-ceo-current-quote {
		text-align: left;
	}
}

@media (max-width: 575px) {
	.wulooj-ceo-current-visual {
		/* min-height: 390px; */
	}

	.wulooj-ceo-current-frame {
		width: 100%;
		/* height: 350px; */
	}

	.wulooj-ceo-current-card {
		width: calc(100% - 24px);
		padding: 14px;
	}

	.wulooj-ceo-current-card strong {
		font-size: 16px;
	}

	.wulooj-ceo-current-card span {
		font-size: 12px;
	}
}

/* About Us stats colors */
.wulooj-about-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 48rem) {
    .wulooj-about-stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 64rem) {
    .wulooj-about-stats-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.state-item strong {
    color: #00c7a5;
}

.state-item:nth-child(4n + 2) strong {
    color: #5828a3;
}

.state-item:nth-child(4n + 3) strong {
    color: #aa90d3;
}

.state-item:nth-child(4n) strong {
    color: #ffffff;
}

.lg\:w-\[300px\] {
    width: auto;
}

.lg\:h-\[400px\] {
    height: auto;
}

@media (min-width: 64rem) {
    .lg\:w-\[300px\] {
        width: 300px;
    }

    .lg\:h-\[400px\] {
        height: 400px;
    }
}


.wulooj-tab-content{
    min-height:62px;
    margin-bottom:48px;
}

.wulooj-tab-panel{
    display:none;
}

.wulooj-tab-panel.is-active{
    display:block;
    animation:wuloojAboutFade .35s ease;
}

@keyframes wuloojAboutFade{
    from{opacity:0;transform:translateY(10px)}
    to{opacity:1;transform:translateY(0)}
}

.wulooj-about-media{
    display:grid;
    grid-template-columns:minmax(0,1fr) 390px minmax(0,1fr);
    gap:18px;
    align-items:center;
}

.wulooj-about-photo{
    position:relative;
    height:620px;
    overflow:hidden;
    border-radius:32px;
    background:#13111A;
    box-shadow:0 34px 80px rgba(0,0,0,.48);
}

.wulooj-about-photo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s ease;
}

.wulooj-about-photo:hover img{
    transform:scale(1.05);
}

.wulooj-about-photo--dubai{
    border:1px solid rgba(88,40,163,.70);
    transform:perspective(1400px) rotateY(7deg) rotateZ(2deg);
    transform-origin:center right;
}

.wulooj-about-photo--ksa{
    border:1px solid rgba(0,199,165,.75);
    transform:perspective(1400px) rotateY(-7deg) rotateZ(-2deg);
    transform-origin:center left;
}

.wulooj-about-photo::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 42%,rgba(5,4,11,.45));
    pointer-events:none;
}

.wulooj-badge-wrap{
    position:relative;
    display:flex;
    height: 400px;
    align-items:center;
    justify-content:center;
}

.wulooj-badge-wrap::before{
    content:"";
    position:absolute;
    width: 400px;
    height: 400px;
    border:1px dashed rgba(255,255,255,.18);
    border-radius:50%;
}

.wulooj-badge-wrap::after{
    content:"";
    position:absolute;
    width: 400px;
    height: 400px;
    border-radius:50%;
    background:conic-gradient(from 212deg,#5828A3,#00c7a5,#AA90D3,#5828A3);
    filter:blur(14px);
    opacity:.42;
}

.wulooj-experience-badge{
    position:relative;
    z-index:2;
    width: 360px;
    height: 360px;
    border-radius:50%;
    background:radial-gradient(circle at 50% 48%,rgba(0,199,165,.10),rgba(10,10,30,.92) 57%,rgba(5,5,17,.98));
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    box-shadow:inset 0 0 42px rgba(0,199,165,.08),0 0 55px rgba(0,199,165,.13);
}

.wulooj-experience-badge::before{
    content:"";
    position:absolute;
    inset:-2px;
    border-radius:50%;
    padding:2px;
    background:conic-gradient(from 215deg,#5828A3,#00c7a5,#AA90D3,#5828A3);
    -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
}

.wulooj-online{
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height: 40px;
    padding: 0 20px;
    margin-bottom:30px;
    border:1px solid rgba(0,199,165,.45);
    border-radius:999px;
    background:rgba(0,199,165,.14);
    color:#73f0bf;
    /* font-size:16px; */
    /* font-weight:700; */
}

.wulooj-online::before{
    content:"";
    width:12px;
    height:12px;
    border-radius:999px;
    background:#00c7a5;
    box-shadow:0 0 18px rgba(0,199,165,.90);
}

.wulooj-bottom-copy{
    margin-top:48px;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:1280px){
    .wulooj-about-media{
        grid-template-columns:1fr;
        max-width:800px;
        margin-inline:auto;
    }

    .wulooj-badge-wrap{
        order:-1;
    }

    .wulooj-about-photo--dubai,
    .wulooj-about-photo--ksa{
        transform:none;
    }

}



.wulooj-works-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 3rem;
}

.wulooj-works-pagination .page-numbers {
	display: inline-flex;
	min-width: 2.75rem;
	height: 2.75rem;
	align-items: center;
	justify-content: center;
	padding: 0 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.wulooj-works-pagination a.page-numbers:hover,
.wulooj-works-pagination a.page-numbers:focus {
	border-color: rgba(0, 199, 165, 0.55);
	background: rgba(0, 199, 165, 0.12);
	color: #ffffff;
	transform: translateY(-0.125rem);
}

.wulooj-works-pagination .page-numbers.current {
	border-color: #00c7a5;
	background: #00c7a5;
	color: #050505;
	box-shadow: 0 14px 32px rgba(0, 199, 165, 0.24);
}

.wulooj-works-pagination .page-numbers.dots {
	min-width: auto;
	padding: 0 0.25rem;
	border-color: transparent;
	background: transparent;
	color: rgba(255, 255, 255, 0.45);
}

.wulooj-works-pagination .prev,
.wulooj-works-pagination .next {
	min-width: 5.5rem;
}

.wulooj-projects-section.bg-background {
	position: relative;
	background:
		radial-gradient(circle at top right, rgba(0, 199, 165, 0.1) 0%, rgba(0, 199, 165, 0) 30%),
		radial-gradient(circle at bottom left, rgba(170, 144, 211, 0.1) 0%, rgba(170, 144, 211, 0) 30%),
		#140d1b;
}

.bg-background {
	position: relative;
	background:
		radial-gradient(circle at top right, rgba(0, 199, 165, 0.1) 0%, rgba(0, 199, 165, 0) 30%),
		radial-gradient(circle at bottom left, rgba(170, 144, 211, 0.1) 0%, rgba(170, 144, 211, 0) 30%),
		#140d1b;
}
.py-section-gap {
	padding-block: clamp(5rem, 7vw, 7.5rem);
}

.max-w-container-max {
	max-width: 82rem;
}

.px-margin-desktop {
	padding-inline: 1.5rem;
}

@media (min-width: 768px) {
	.px-margin-desktop {
		padding-inline: 2rem;
	}
}

.wulooj-projects-section .font-label-caps,
.wulooj-projects-section .text-label-caps {
	font-size: 0.7rem;
	/* font-weight: 700; */
	/* line-height: 1; */
}

.wulooj-projects-section .font-headline-xl,
.wulooj-projects-section .text-headline-xl {
	font-size: clamp(2.75rem, 5vw, 4.35rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.wulooj-projects-section .font-headline-lg,
.wulooj-projects-section .text-headline-lg {
	font-size: clamp(2rem, 2.5vw, 2rem);
	font-weight: 500;
}

.wulooj-projects-section .font-headline-md,
.wulooj-projects-section .text-headline-md {
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	font-weight: 600;
	line-height: 1;
}

.wulooj-projects-section .font-body-md,
.wulooj-projects-section .text-body-md {
	line-height: normal;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wulooj-projects-section .text-primary {
	color: #00c7a5;
}

.wulooj-projects-section .text-on-surface-variant {
	color: rgba(255, 255, 255, 0.68);
}

.wulooj-projects-section .bg-surface-container-low {
	background: rgba(255, 255, 255, 0.04);
}

.wulooj-projects-section .border-glass-stroke {
	border-color: rgba(255, 255, 255, 0.08);
}

.wulooj-projects-section .glass-card {
	position: relative;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.025) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 60px rgba(4, 4, 10, 0.35);
	backdrop-filter: blur(14px);
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.wulooj-projects-section .glass-card:hover,
.wulooj-projects-section .glass-card:focus-within {
	transform: translateY(-6px);
	border-color: rgba(0, 199, 165, 0.55);
	box-shadow: 0 28px 70px rgba(4, 4, 10, 0.42);
}

.wulooj-projects-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 1.9rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #00c7a5;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.wulooj-projects-section__button:hover,
.wulooj-projects-section__button:focus {
	border-color: rgba(0, 199, 165, 0.4);
	background: rgba(255, 255, 255, 0.1);
	color: #8ff3de;
}

.wulooj-services-section.bg-background {
	position: relative;
	background: #09050d;
}

.wulooj-services-section .font-label-caps,
.wulooj-services-section .text-label-caps {
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
/* 	letter-spacing: 0.22em; */
}

.wulooj-services-section .font-headline-xl,
.wulooj-services-section .text-headline-xl {
	font-size: clamp(2.8rem, 5vw, 3.5rem);
	font-weight: 600;
	line-height: 1.04;
}

.wulooj-services-section .font-headline-md,
.wulooj-services-section .text-headline-md {
	/* font-size: clamp(1.1rem, 2vw, 1.5rem); */
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0;
}

.wulooj-services-section .font-body-sm,
.wulooj-services-section .text-body-sm {
	font-size: 0.875rem;
	/* line-height: 1.55; */
	margin-bottom: 0;
}

.wulooj-services-section .text-primary {
	color: #00c7a5;
}

.wulooj-services-section .text-on-surface-variant {
	color: rgba(255, 255, 255, 0.62);
}

.wulooj-services-section .gap-gutter {
	gap: 1.5rem;
}

.wulooj-services-section .glass-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.02) 100%);
/* 	border: 1px solid rgba(255, 255, 255, 0.08); */
	box-shadow: 0 20px 55px rgba(2, 2, 8, 0.28);
	backdrop-filter: blur(10px);
}

.wulooj-services-section__header {
	align-items: flex-end;
}

.wulooj-services-section__description {
	margin-top: 1rem;
	max-width: 34rem;
}

.wulooj-services-section__link {
	flex-shrink: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.wulooj-services-section__link-icon,
.wulooj-services-section__link-icon .wulooj-inline-icon {
	display: inline-flex;
	width: 1.3rem;
	height: 1.3rem;
}

.wulooj-services-section__link-icon {
	color: #00c7a5;
	transition: transform 0.3s ease, color 0.3s ease;
}

.wulooj-services-section__link:hover .wulooj-services-section__link-icon,
.wulooj-services-section__link:focus .wulooj-services-section__link-icon {
	transform: translateX(0.25rem);
	color: #8ff3de;
}

.wulooj-service-card {
	text-decoration: none;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.wulooj-service-card:hover,
.wulooj-service-card:focus-within {
	transform: translateY(-6px);
/* 	border-color: rgba(255, 255, 255, 0.16); */
	box-shadow: 0 28px 70px rgba(2, 2, 8, 0.38);
}

.wulooj-service-card__image-wrap {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    position: relative;
}

.wulooj-service-card__image-wrap img{
    position: relative;
    width: auto;
    height: 50%;
    margin: auto;
    transform: translate(0%, 50%);
    left: 0;
    top: 0;
}

.wulooj-service-card__image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at top, rgba(0, 199, 165, 0.16) 0%, rgba(0, 199, 165, 0) 52%),
		linear-gradient(135deg, rgba(170, 144, 211, 0.28) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.wulooj-service-card__title {
	min-height: 3rem;
}

.wulooj-service-card__description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.wulooj-services-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 1.9rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #00c7a5;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.wulooj-services-toggle:hover,
.wulooj-services-toggle:focus {
	border-color: rgba(0, 199, 165, 0.4);
	background: rgba(255, 255, 255, 0.1);
	color: #8ff3de;
}

.wulooj-project-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wulooj-project-card__media {
	position: relative;
	overflow: hidden;
	height: 18.9rem;
	background: #18111f;
}

.wulooj-project-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.wulooj-project-card__media-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at top, rgba(0, 199, 165, 0.18) 0%, rgba(0, 199, 165, 0) 55%),
		linear-gradient(135deg, rgba(170, 144, 211, 0.32) 0%, rgba(0, 199, 165, 0.18) 100%);
}

.wulooj-project-card__media-overlay {
	background: linear-gradient(180deg, rgba(20, 13, 27, 0) 15%, rgba(20, 13, 27, 0.96) 100%);
}

.wulooj-project-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 2rem;
	color: #ffffff;
}

.wulooj-project-card__title {
	margin: 0;
	color: #ffffff;
}

.wulooj-project-card__description {
	margin: 0;
}

.wulooj-project-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wulooj-project-card__stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 6rem;
	padding: 1rem 0.75rem;
	text-align: center;
}

.wulooj-project-card__stat-value {
	color: #00c7a5;
	line-height: 1;
}

.wulooj-project-card__stat-label {
	margin-top: 0.45rem;
	line-height: 1.2;
}

.wulooj-project-card__stat-desc {
	display: none;
}

.wulooj-project-card__cta-wrap {
	margin-top: auto;
}

.wulooj-project-cta {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.wulooj-project-cta-title {
	color: #00c7a5;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.wulooj-project-cta-icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	color: #00c7a5;
	transition: transform 0.3s ease, color 0.3s ease;
}

.wulooj-project-cta-icon .wulooj-inline-icon {
	width: 1.25rem;
	height: 1.25rem;
	stroke-width: 1.7px;
}

.wulooj-project-cta:hover .wulooj-project-cta-title,
.wulooj-project-cta:focus .wulooj-project-cta-title {
	color: #8ff3de;
}

.wulooj-project-cta:hover .wulooj-project-cta-icon,
.wulooj-project-cta:focus .wulooj-project-cta-icon {
	transform: translateX(6px);
	color: #8ff3de;
}

@media (max-width: 991px) {
	.wulooj-projects-section .font-headline-xl,
	.wulooj-projects-section .text-headline-xl {
		font-size: clamp(2.4rem, 7vw, 3.4rem);
	}

	.wulooj-services-section .font-headline-xl,
	.wulooj-services-section .text-headline-xl {
		font-size: clamp(2.35rem, 6vw, 3.5rem);
	}

	.wulooj-services-section__header {
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.wulooj-project-card__media {
		height: 14rem;
	}

	.wulooj-project-card__body {
		padding: 1.5rem;
	}

	.wulooj-services-section .gap-gutter {
		gap: 1.25rem;
	}

	.wulooj-service-card__title {
		min-height: 0;
	}
}

@media (max-width: 575px) {
	.wulooj-project-card__stats {
		gap: 0.65rem;
	}

	.wulooj-project-cta-title {
		font-size: 0.8rem;
	}

	.wulooj-project-card__stat {
		min-height: 5.3rem;
		padding: 0.85rem 0.5rem;
	}

	.wulooj-project-card__stat-label {
		font-size: 0.56rem;
		letter-spacing: 0.16em;
	}

	.wulooj-services-section .font-headline-xl,
	.wulooj-services-section .text-headline-xl {
		font-size: 2.35rem;
	}

	.wulooj-services-section .font-body-sm,
	.wulooj-services-section .text-body-sm {
		font-size: 0.94rem;
	}

	.wulooj-services-toggle {
		width: 100%;
	}
}

.wulooj-project-single {
	position: relative;
	isolation: isolate;
}

.wulooj-project-single::before,
.wulooj-project-single::after {
	/* content: ""; */
	position: absolute;
	inset: auto;
	z-index: 0;
	pointer-events: none;
	border-radius: 999px;
	filter: blur(140px);
	opacity: 0.22;
}

.wulooj-project-single::before {
	top: 9rem;
	right: -10rem;
	width: 28rem;
	height: 28rem;
	background: rgba(88, 40, 163, 0.55);
}

.wulooj-project-single::after {
	left: -9rem;
	bottom: 18rem;
	width: 24rem;
	height: 24rem;
	background: rgba(0, 199, 165, 0.38);
}

.wulooj-project-single__eyebrow {
	display: inline-flex;
	margin-bottom: 1rem;
	padding: 0.4rem 0.8rem;
	border: 1px solid rgba(0, 199, 165, 0.4);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(0, 199, 165, 0.18), rgba(0, 199, 165, 0.1));
	color: #00c7a5;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wulooj-project-single__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 2rem;
}

.wulooj-project-single__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.85rem 1.35rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.wulooj-project-single__button:hover,
.wulooj-project-single__button:focus {
	border-color: rgba(0, 199, 165, 0.55);
	background: rgba(0, 199, 165, 0.12);
	color: #ffffff;
	transform: translateY(-0.125rem);
}

.wulooj-project-single__button.is-primary {
	border-color: #00c7a5;
	background: #00c7a5;
	color: #050505;
}

.wulooj-project-single__hero {
	position: relative;
	overflow: hidden;
	margin: 0 auto 5rem;
	border: 1px solid rgba(0, 199, 165, 0.3);
	border-radius: 1.5rem;
	background: #13111a;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.wulooj-project-single__hero img {
	width: 100%;
	max-height: 42rem;
	object-fit: cover;
	opacity: 0.78;
}

.wulooj-project-single__section {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 3rem;
	max-width: 85rem;
	/* margin: 0 auto 5rem; */
}

.wulooj-project-single__intro h2 {
	margin-bottom: 1.25rem;
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: 0;
}

.wulooj-project-single__intro.is-centered {
	max-width: 56rem;
	margin: 0 auto;
	text-align: center;
	grid-column: 1 / -1;
}

.wulooj-project-single__copy {
	max-width: 54rem;
	color: rgba(255, 255, 255, 0.62);
	font-size: 1.05rem;
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

.wulooj-project-single__copy p + p {
	margin-top: 1rem;
}

.wulooj-project-case-study {
	--wulooj-case-study-sticky-top: calc(6.5rem + var(--wp-admin--admin-bar--height, 0px));
	display: block;
	grid-column: 1 / -1;
	max-width: 94rem;
	/* margin: 0 auto 5rem; */
	color: rgba(255, 255, 255, 0.92);
}

.wulooj-project-case-study__layout {
	grid-template-columns: minmax(18rem, 0.86fr) minmax(0, 2.14fr);
	gap: 1.75rem;
	align-items: start;
}

.wulooj-project-case-study__aside {
	position: -webkit-sticky;
	position: sticky;
	top: var(--wulooj-case-study-sticky-top);
	align-self: start;
	order: 1;
	z-index: 5;
	max-width: 22rem;
}

.wulooj-project-case-study__content {
	order: 2;
}

.wulooj-project-case-study__rail {
	max-height: calc(100vh - var(--wulooj-case-study-sticky-top) - 1.5rem);
	overflow: auto;
	border-color: rgba(255, 255, 255, 0.10);
	background:
		radial-gradient(circle at top left, rgba(0, 199, 165, 0.16), transparent 35%),
		radial-gradient(circle at bottom right, rgba(88, 40, 163, 0.16), transparent 38%),
		linear-gradient(180deg, rgba(20, 18, 28, 0.98) 0%, rgba(13, 11, 18, 0.94) 100%);
	box-shadow:
		0 26px 80px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(0, 199, 165, 0.04) inset;
}

.wulooj-project-case-study__readtime {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: rgba(255, 255, 255, 0.72);
}

.wulooj-project-case-study__readtime-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 999px;
	background: rgba(0, 199, 165, 0.12);
	color: #00c7a5;
}

.wulooj-project-case-study__readtime-text {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.wulooj-project-case-study__toc-wrap {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wulooj-project-case-study__toc-label {
	margin: 0;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.wulooj-project-case-study__toc {
	margin-top: 1rem;
	display: grid;
	gap: 0.7rem;
}

.wulooj-project-case-study__toc-item {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	padding: 0.86rem 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.15rem;
	background: rgba(255, 255, 255, 0.035);
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.wulooj-project-case-study__toc-item:hover,
.wulooj-project-case-study__toc-item:focus {
	border-color: rgba(0, 199, 165, 0.7);
	background: rgba(0, 199, 165, 0.1);
	color: #00c7a5;
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(0, 199, 165, 0.08);
}

.wulooj-project-case-study__toc-item.is-active,
.wulooj-project-case-study__toc-item[aria-current="true"] {
	border-color: rgba(0, 199, 165, 0.85);
	background: linear-gradient(135deg, rgba(0, 199, 165, 0.18), rgba(88, 40, 163, 0.12));
	color: #00c7a5;
	box-shadow: 0 0 0 1px rgba(0, 199, 165, 0.22) inset, 0 16px 34px rgba(0, 199, 165, 0.08);
}

.wulooj-project-case-study__toc-item.is-active .wulooj-project-case-study__toc-index,
.wulooj-project-case-study__toc-item[aria-current="true"] .wulooj-project-case-study__toc-index {
	color: rgba(0, 199, 165, 0.75);
}

.wulooj-project-case-study__toc-index {
	display: inline-block;
	min-width: 2rem;
	color: rgba(255, 255, 255, 0.38);
	font-size: 0.88rem;
	font-weight: 600;
}

.wulooj-project-case-study__toc-text {
	font-size: 0.95rem;
	font-weight: 500;
}

.wulooj-project-case-study__content {
	display: grid;
	gap: 5rem;
}

.wulooj-project-case-study__block {
	position: relative;
	overflow: hidden;
	padding: 1.75rem 1.9rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.75rem;
	background:
		radial-gradient(circle at top right, rgba(88, 40, 163, 0.16), transparent 32%),
		linear-gradient(180deg, rgba(19, 17, 26, 0.92) 0%, rgba(19, 17, 26, 0.98) 100%);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.wulooj-project-case-study__headline {
	margin: 0 0 0.85rem;
	color: #ffffff;
	font-size: clamp(1.7rem, 2.8vw, 2.7rem);
	font-weight: 300;
	line-height: 1.06;
	letter-spacing: 0;
}

.wulooj-project-case-study__subheadline {
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 1.15;
}

.wulooj-project-case-study__lead {
	max-width: 52rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.05rem;
	line-height: 1.85;
}

.wulooj-project-case-study__lead p + p {
	margin-top: 1rem;
}

.wulooj-project-case-study__content h3 {
	font-weight: 300 !important;
}

.wulooj-project-case-study__callout {
	max-width: 52rem;
	padding: 1.1rem 1.2rem;
	border: 1px solid rgba(251, 191, 89, 0.35);
	border-radius: 1.25rem;
	background: rgba(251, 191, 89, 0.14);
	color: #fde7b2;
	line-height: 1.7;
}

.wulooj-project-case-study__about {
	max-width: 52rem;
	display: grid;
	gap: 1.25rem;
}

.wulooj-project-case-study__detail-list,
.wulooj-project-case-study__point-list,
.wulooj-project-case-study__metric-list {
	display: grid;
	gap: 0.9rem;
}

.wulooj-project-case-study__detail-item,
.wulooj-project-case-study__point,
.wulooj-project-case-study__metric {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.15rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
}

.wulooj-project-case-study__detail-icon,
.wulooj-project-case-study__point-icon,
.wulooj-project-case-study__metric-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.95rem;
	background: rgba(0, 199, 165, 0.12);
	color: #00c7a5;
}

.wulooj-project-case-study__detail-icon {
	position: relative;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 0;
	background: #00c7a5;
	color: #ffffff;
	clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.wulooj-project-case-study__metric-icon {
	background: #00c7a5;
	color: #050505;
}

.wulooj-project-case-study__eyebrow-label {
	margin-bottom: 0.3rem;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.wulooj-project-case-study__detail-value,
.wulooj-project-case-study__point,
.wulooj-project-case-study__metric-title {
	color: rgba(255, 255, 255, 0.92);
}

.wulooj-project-case-study__metric-title {
	font-size: 1.05rem;
}

.wulooj-project-case-study__detail-value,
.wulooj-project-case-study__metric-desc {
	line-height: 1.7;
}

.wulooj-project-case-study__point {
	position: relative;
	padding-left: 1.3rem;
}

.wulooj-project-case-study__point::before {
	content: "";
	position: absolute;
	left: 1rem;
	top: 1.45rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: #00c7a5;
	box-shadow: 0 0 0 4px rgba(0, 199, 165, 0.12);
}

.wulooj-project-case-study__point span:first-child {
	color: #00c7a5;
}

.wulooj-project-case-study__quote {
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}



.wulooj-project-case-study__content > section[id="about-the-client"] > div:last-of-type > div {
	padding: 1.15rem 0;
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.wulooj-project-case-study__content > section[id="about-the-client"] > div:last-of-type > div:hover {
	transform: translateX(0.25rem);
}

.wulooj-project-case-study__content > section[id="challenge"],
.wulooj-project-case-study__content > section[id="solution"],
.wulooj-project-case-study__content > section[id="process"],
.wulooj-project-case-study__content > section[id="outcome"] {
	scroll-margin-top: calc(var(--wulooj-case-study-sticky-top) + 1.5rem);
}


.wulooj-project-case-study__point-icon {
	width: 2.4rem;
	height: 2.4rem;
	font-size: 1rem;
}

.wulooj-project-case-study__quote {
	max-width: 44rem;
	padding: 1.5rem 1.6rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.wulooj-project-case-study__quote-text {
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.05rem;
	line-height: 1.85;
}

.wulooj-project-case-study__quote-author {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 1.5rem;
}

.wulooj-project-case-study__quote-image {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 1rem;
	object-fit: cover;
}

.wulooj-project-case-study__quote-name {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
}

.wulooj-project-case-study__quote-role {
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.wulooj-project-case-study__process {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 1.4rem;
	align-items: stretch;
}

.wulooj-project-case-study__process-col {
	display: grid;
	gap: 1.4rem;
}

.wulooj-project-case-study__subsection {
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.65rem;
	background:
		radial-gradient(circle at top left, rgba(0, 199, 165, 0.10), transparent 38%),
		linear-gradient(180deg, rgba(19, 17, 26, 0.92) 0%, rgba(19, 17, 26, 0.98) 100%);
}

.wulooj-project-case-study__subsection .wulooj-project-case-study__point {
	background: rgba(255, 255, 255, 0.04);
}

.wulooj-project-case-study__media {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.75rem;
	background: #13111a;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.wulooj-project-case-study__media-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 34rem;
	object-fit: cover;
}

.wulooj-project-case-study__metric {
	padding: 1rem 1.05rem;
	background: rgba(251, 191, 89, 0.12);
	border-color: rgba(251, 191, 89, 0.22);
}

.wulooj-project-case-study__metric-title {
	font-size: 1.02rem;
	font-weight: 500;
}



.wulooj-project-case-study__content > section[id="challenge"] .space-y-3,
.wulooj-project-case-study__content > section[id="process"] .space-y-3,
.wulooj-project-case-study__content > section[id="outcome"] > div:last-of-type {
	display: grid;
	gap: 0.85rem;
}



.wulooj-project-single__details,
.wulooj-project-single__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.wulooj-project-single__detail-card,
.wulooj-project-single__stat-card,
.wulooj-project-single__content {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
	background: rgba(19, 17, 26, 0.82);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.wulooj-project-single__detail-card {
	display: flex;
	gap: 0.875rem;
	align-items: center;
	padding: 1.15rem;
}

.wulooj-project-single__detail-card img {
	width: 3rem;
	height: 3rem;
	flex: 0 0 auto;
	border-radius: 0.75rem;
	object-fit: cover;
}

.wulooj-project-single__detail-card span,
.wulooj-project-single__stat-card span {
	display: block;
	margin-bottom: 0.35rem;
	color: #00c7a5;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wulooj-project-single__detail-card strong {
	display: block;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.875rem;
	line-height: normal;
	font-weight: 400;
}

.wulooj-project-single__stats {
	grid-column: 1 / -1;
}

.wulooj-project-single__stat-card {
	padding: 1.5rem;
	text-align: center;
}

.wulooj-project-single__stat-card strong {
	display: block;
	margin-bottom: 0.45rem;
	color: #ffffff;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 {
	gap: 1.5rem;
	align-items: stretch;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child,
.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child {
	position: relative;
	overflow: hidden;
	padding: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.75rem;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child {
	background:
		radial-gradient(circle at top left, rgba(0, 199, 165, 0.14), transparent 40%),
		linear-gradient(180deg, rgba(19, 17, 26, 0.92) 0%, rgba(19, 17, 26, 0.98) 100%);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child {
	background:
		radial-gradient(circle at top right, rgba(88, 40, 163, 0.22), transparent 28%),
		linear-gradient(180deg, rgba(88, 40, 163, 0.18) 0%, rgba(19, 17, 26, 0.96) 45%, rgba(19, 17, 26, 0.98) 100%);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child h2 {
	background: linear-gradient(90deg, #00c7a5 0%, #aa90d3 50%, #ffffff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > div:last-child {
	color: rgba(255, 255, 255, 0.72);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > div.mt-10 > div {
	border-color: rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > div.mt-10 > div:nth-child(1) span {
	color: #00c7a5;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > div.mt-10 > div:nth-child(2) span {
	color: #ffffff;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > div.mt-10 > div:nth-child(3) span {
	background: linear-gradient(90deg, #00c7a5 0%, #aa90d3 50%, #ffffff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: #aa90d3;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child > div:first-child {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(135deg, rgba(0, 199, 165, 0.14), rgba(19, 17, 26, 0.9) 55%, rgba(19, 17, 26, 0.98));
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child > div:last-child {
	border-color: rgba(88, 40, 163, 0.2);
	background:
		linear-gradient(135deg, rgba(88, 40, 163, 0.24), rgba(170, 144, 211, 0.08) 40%, rgba(19, 17, 26, 0.96));
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .text-slate-400,
.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .text-slate-500 {
	color: rgba(255, 255, 255, 0.72);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .text-violet-800 {
	color: #ffffff;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .text-violet-900 {
	color: rgba(255, 255, 255, 0.9);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .border-violet-200 {
	border-color: rgba(170, 144, 211, 0.26);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .bg-violet-500 {
	background: linear-gradient(135deg, #00c7a5 0%, #5828a3 100%);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .bg-violet-50 {
	background: rgba(88, 40, 163, 0.16);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .bg-rose-50 {
	background: rgba(0, 199, 165, 0.12);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .bg-rose-100,
.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .bg-violet-200\/30 {
	background: rgba(170, 144, 211, 0.22);
}

.wulooj-project-single__content {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.2rem;
	background: rgba(19, 17, 26, 0.82);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.wulooj-project-single__detail-card {
	display: flex;
	gap: 0.875rem;
	align-items: center;
	padding: 1.15rem;
	background:
		radial-gradient(circle at top left, rgba(0, 199, 165, 0.08), transparent 38%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
	transition:
		transform 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease;
}

.wulooj-project-single__detail-card img {
	width: 3rem;
	height: 3rem;
	flex: 0 0 auto;
	border-radius: 0.75rem;
	object-fit: cover;
}

.wulooj-project-single__detail-card span,
.wulooj-project-single__stat-card span {
	display: block;
	margin-bottom: 0.35rem;
	color: #00c7a5;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wulooj-project-single__detail-card strong {
	display: block;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.9rem;
	line-height: 1.55;
	font-weight: 400;
}

.wulooj-project-single__detail-card:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 199, 165, 0.25);
	box-shadow: 0 20px 48px rgba(0, 199, 165, 0.08);
}

.wulooj-project-single__stats {
	grid-column: 1 / -1;
}

.wulooj-project-single__stat-card {
	padding: 1.55rem;
	text-align: center;
	background:
		radial-gradient(circle at top left, rgba(88, 40, 163, 0.14), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
}

.wulooj-project-single__stat-card strong {
	display: block;
	margin-bottom: 0.45rem;
	color: #ffffff;
	font-size: clamp(1.8rem, 2.8vw, 2.25rem);
	font-weight: 500;
	line-height: 1;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 {
	gap: 1.5rem;
	align-items: stretch;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child,
.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child {
	position: relative;
	overflow: hidden;
	padding: 1.9rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.75rem;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child {
	background:
		radial-gradient(circle at top left, rgba(0, 199, 165, 0.14), transparent 40%),
		linear-gradient(180deg, rgba(19, 17, 26, 0.92) 0%, rgba(19, 17, 26, 0.98) 100%);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child {
	background:
		radial-gradient(circle at top right, rgba(88, 40, 163, 0.22), transparent 28%),
		linear-gradient(180deg, rgba(88, 40, 163, 0.18) 0%, rgba(19, 17, 26, 0.96) 45%, rgba(19, 17, 26, 0.98) 100%);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child h2 {
	background: linear-gradient(90deg, #00c7a5 0%, #aa90d3 50%, #ffffff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > div:last-child {
	color: rgba(255, 255, 255, 0.74);
	max-width: 34rem;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > div.mt-10 > div {
	border-color: rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > div.mt-10 > div:nth-child(1) span {
	color: #00c7a5;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > div.mt-10 > div:nth-child(2) span {
	color: #ffffff;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > div.mt-10 > div:nth-child(3) span {
	background: linear-gradient(90deg, #00c7a5 0%, #aa90d3 50%, #ffffff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: #aa90d3;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child > div:first-child {
	border-color: rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(135deg, rgba(0, 199, 165, 0.14), rgba(19, 17, 26, 0.9) 55%, rgba(19, 17, 26, 0.98));
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child > div:last-child {
	border-color: rgba(88, 40, 163, 0.2);
	background:
		linear-gradient(135deg, rgba(88, 40, 163, 0.24), rgba(170, 144, 211, 0.08) 40%, rgba(19, 17, 26, 0.96));
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .text-slate-400,
.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .text-slate-500 {
	color: rgba(255, 255, 255, 0.72);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .text-violet-800 {
	color: #ffffff;
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .text-violet-900 {
	color: rgba(255, 255, 255, 0.9);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .border-violet-200 {
	border-color: rgba(170, 144, 211, 0.26);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .bg-violet-500 {
	background: linear-gradient(135deg, #00c7a5 0%, #5828a3 100%);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .bg-violet-50 {
	background: rgba(88, 40, 163, 0.16);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .bg-rose-50 {
	background: rgba(0, 199, 165, 0.12);
}

.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .bg-rose-100,
.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child .bg-violet-200\/30 {
	background: rgba(170, 144, 211, 0.22);
}

.wulooj-project-single__content {
	max-width: 56rem;
	margin: 0 auto;
	padding: 2.1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.75rem;
	background:
		radial-gradient(circle at top right, rgba(88, 40, 163, 0.18), transparent 30%),
		linear-gradient(180deg, rgba(20, 18, 28, 0.92) 0%, rgba(14, 12, 20, 0.98) 100%);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.02) inset;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.05rem;
	line-height: 1.85;
}

.wulooj-project-single__content h2,
.wulooj-project-single__content h3,
.wulooj-project-single__content h4 {
	margin: 1.4rem 0 0.8rem;
	color: #ffffff;
}

.wulooj-project-single__content p + p {
	margin-top: 1rem;
}

.wulooj-blog-single__hero {
	max-width: 80rem;
}

.wulooj-blog-single__content {
	max-width: 60rem;
	padding: 2.5rem;
}

.wulooj-blog-single__entry {
	color: rgba(255, 255, 255, 0.72);
}

.wulooj-blog-single__entry > * + * {
	margin-top: 1.15rem;
}

.wulooj-blog-single__entry h2,
.wulooj-blog-single__entry h3,
.wulooj-blog-single__entry h4 {
	margin-top: 2rem;
	margin-bottom: 0.9rem;
	color: #ffffff;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0;
}

.wulooj-blog-single__entry h2 {
	font-size: clamp(2rem, 4vw, 3rem);
}

.wulooj-blog-single__entry h3 {
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.wulooj-blog-single__entry h4 {
	font-size: 1.25rem;
}

.wulooj-blog-single__entry a {
	color: #00c7a5;
	text-decoration: none;
}

.wulooj-blog-single__entry a:hover,
.wulooj-blog-single__entry a:focus {
	color: #ffffff;
}

.wulooj-blog-single__entry ul,
.wulooj-blog-single__entry ol {
	padding-left: 1.3rem;
}

.wulooj-blog-single__entry ul {
	list-style: disc;
}

.wulooj-blog-single__entry ol {
	list-style: decimal;
}

.wulooj-blog-single__entry li + li {
	margin-top: 0.5rem;
}

.wulooj-blog-single__entry blockquote {
	margin: 2rem 0;
	padding: 1.5rem;
	border-left: 3px solid #00c7a5;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.15rem;
	line-height: 1.75;
}

.wulooj-blog-single__entry img {
	border-radius: 1rem;
}

.wulooj-blog-single__entry .w-single-article__table-wrap {
	overflow-x: auto;
	margin: 2rem 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
}

.wulooj-blog-single__entry table {
	width: 100%;
	min-width: 38rem;
	border-collapse: collapse;
}

.wulooj-blog-single__entry th,
.wulooj-blog-single__entry td {
	padding: 0.9rem 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: left;
}

.wulooj-blog-single__entry th {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.05);
}

.wulooj-blog-single__share-link svg {
	width: 1rem;
	height: 1rem;
}

.wulooj-blog-single__comments {
	margin-top: 3rem;
}

.wulooj-blog-single__comments .comment-list {
	margin: 0 0 2.5rem;
	padding: 0;
	list-style: none;
}

.wulooj-blog-single__comments .children {
	margin-top: 1.5rem;
	margin-left: 1.5rem;
	padding-left: 1.5rem;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	list-style: none;
}

.wulooj-blog-single__comments .comment-body {
	padding: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.04);
}

.wulooj-blog-single__comments .comment-meta,
.wulooj-blog-single__comments .comment-metadata {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.875rem;
}

.wulooj-blog-single__comments .comment-author {
	color: #ffffff;
	font-weight: 700;
}

.wulooj-blog-single__comments .comment-author img {
	margin-right: 0.75rem;
	border-radius: 999px;
}

.wulooj-blog-single__comments .comment-content {
	margin-top: 1rem;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.75;
}

.wulooj-blog-single__comments .reply {
	margin-top: 1rem;
}

.wulooj-blog-single__comments .comment-reply-link,
.wulooj-blog-single__comments .comment-edit-link {
	color: #00c7a5;
	font-weight: 700;
	text-decoration: none;
}

.wulooj-blog-single__comments .comment-reply-link:hover,
.wulooj-blog-single__comments .comment-edit-link:hover {
	color: #ffffff;
}

.wulooj-products-page__intro,
.wulooj-product-single__related-header {
	max-width: 52rem;
	margin: 0 auto 3.5rem;
	text-align: center;
}

.wulooj-products-page__intro > span,
.wulooj-product-single__related-header > span {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.35rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #00c7a5;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wulooj-products-page__intro h2,
.wulooj-product-single__related-header h2 {
	margin: 0 0 1rem;
	color: #ffffff;
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	line-height: 1.05;
	letter-spacing: 0;
}

.wulooj-products-page__intro p {
	margin: 0 auto;
	max-width: 44rem;
	color: rgba(255, 255, 255, 0.62);
	font-size: 1.0625rem;
	line-height: 1.75;
}

.wulooj-products-page__intro strong {
	display: inline-flex;
	margin-top: 1.5rem;
	padding: 0.65rem 1rem;
	border: 1px solid rgba(0, 199, 165, 0.28);
	border-radius: 999px;
	background: rgba(0, 199, 165, 0.1);
	color: #ffffff;
	font-size: 0.875rem;
}

.wulooj-products-page__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	max-width: 80rem;
	margin: 0 auto;
}

.wulooj-products-page__grid.is-related {
	/* grid-template-columns: repeat(3, minmax(0, 1fr)); */
}

.wulooj-products-page__empty {
	max-width: 40rem;
	margin: 0 auto;
	padding: 3rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.68);
	text-align: center;
}

.wulooj-products-page__empty svg {
	margin: 0 auto 1rem;
	color: #00c7a5;
}

.wulooj-products-page__empty h1,
.wulooj-products-page__empty h2 {
	margin: 0 0 0.75rem;
	color: #ffffff;
	font-size: 2rem;
}

.wulooj-product-card {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	min-height: 26rem;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 1.5rem;
	background: #13111a;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
	isolation: isolate;
}

.wulooj-product-card__link {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.wulooj-product-card__media,
.wulooj-product-card__image,
.wulooj-product-card__placeholder,
.wulooj-product-card__overlay {
	position: absolute;
	inset: 0;
}

.wulooj-product-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.78;
	transition: transform 0.7s ease, opacity 0.35s ease;
}

.wulooj-product-card:hover .wulooj-product-card__image,
.wulooj-product-card:focus-within .wulooj-product-card__image {
	transform: scale(1.06);
	opacity: 0.95;
}

.wulooj-product-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at 25% 20%, rgba(0, 199, 165, 0.22), transparent 34%),
		linear-gradient(135deg, rgba(88, 40, 163, 0.28), rgba(0, 199, 165, 0.12));
	color: #00c7a5;
}

.wulooj-product-card__overlay {
	background:
		linear-gradient(180deg, rgba(9, 3, 14, 0.08) 0%, rgba(9, 3, 14, 0.42) 46%, rgba(9, 3, 14, 0.92) 100%),
		linear-gradient(90deg, rgba(9, 3, 14, 0.7) 0%, rgba(9, 3, 14, 0.14) 70%, rgba(9, 3, 14, 0.04) 100%);
}

.wulooj-product-card__arrow {
	position: absolute;
	top: 2rem;
	right: 2rem;
	z-index: 3;
	display: inline-flex;
	width: 2.875rem;
	height: 2.875rem;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #00c7a5;
	color: #050505;
	box-shadow: 0 16px 40px rgba(0, 199, 165, 0.28);
	opacity: 0;
	/* pointer-events: none; */
	transform: translate3d(0, -0.25rem, 0) scale(0.82);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.wulooj-product-card:hover .wulooj-product-card__arrow,
.wulooj-product-card:focus-within .wulooj-product-card__arrow {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.wulooj-product-card__body {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	padding: 2rem;
}

.wulooj-product-card__copy {
	width: 100%;
	transform: translateY(0.7rem);
	transition: transform 0.45s ease;
}

.wulooj-product-card:hover .wulooj-product-card__copy,
.wulooj-product-card:focus-within .wulooj-product-card__copy {
	transform: translateY(0);
}

.wulooj-product-card__tag {
	position: relative;
	z-index: 4;
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.4rem 0.8rem;
	border: 1px solid rgba(0, 199, 165, 0.35);
	border-radius: 999px;
	background: rgba(0, 199, 165, 0.14);
	color: #00c7a5;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.wulooj-product-card__title {
	position: relative;
	z-index: 3;
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.5rem, 2.3vw, 2.2rem);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

.wulooj-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.wulooj-product-card__excerpt {
	margin: 0.85rem 0 0;
	max-width: 34rem;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.95rem;
	line-height: 1.65;
}

.wulooj-product-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	margin-top: 1.25rem;
}

.wulooj-product-card__price,
.wulooj-product-card__stock,
.wulooj-product-card__pill,
.wulooj-product-card__action {
	display: inline-flex;
	align-items: center;
	min-height: 2.25rem;
	padding: 0.5rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
}

.wulooj-product-card__price del {
	margin-right: 0.4rem;
	color: rgba(255, 255, 255, 0.45);
}

.wulooj-product-card__price ins {
	color: #00c7a5;
	text-decoration: none;
}

.wulooj-product-card__stock.is-in-stock {
	border: 1px solid rgba(0, 199, 165, 0.35);
	color: #00c7a5;
}

.wulooj-product-card__stock.is-out-of-stock {
	border: 1px solid rgba(170, 144, 211, 0.35);
	color: #aa90d3;
}

.wulooj-product-card__pill {
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.82);
}

.wulooj-product-card__action {
	border: 1px solid rgba(0, 199, 165, 0.35);
	color: #00c7a5;
}

.wulooj-product-single__breadcrumbs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin-bottom: 2rem;
	padding: 0.5rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.45);
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.875rem;
}

.wulooj-product-single__breadcrumbs a {
	color: rgba(255, 255, 255, 0.66);
	text-decoration: none;
	transition: color 0.2s ease;
}

.wulooj-product-single__breadcrumbs a:hover {
	color: #ffffff;
}

.wulooj-product-single__breadcrumbs span {
	color: #00c7a5;
	font-weight: 700;
}

.wulooj-product-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
	gap: 3rem;
	align-items: start;
}

.wulooj-product-single__gallery,
.wulooj-product-single__summary,
.wulooj-product-single__content,
.wulooj-product-single__acf-section,
.wulooj-product-single__related {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.75rem;
	background: rgba(255, 255, 255, 0.035);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.wulooj-product-single__gallery {
	overflow: hidden;
}

.wulooj-product-single__main-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #13111a;
}

.wulooj-product-single__main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wulooj-product-single__image-placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #00c7a5;
	background:
		radial-gradient(circle at 25% 20%, rgba(0, 199, 165, 0.22), transparent 34%),
		linear-gradient(135deg, rgba(88, 40, 163, 0.28), rgba(0, 199, 165, 0.12));
}

.wulooj-product-single__thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	padding: 1rem;
}

.wulooj-product-single__thumbs img {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 1rem;
	object-fit: cover;
	background: #13111a;
}

.wulooj-product-single__summary {
	padding: 2rem;
}

.wulooj-product-single__summary h1 {
	margin: 1rem 0;
	color: #ffffff;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 0;
}

.wulooj-product-single__price {
	margin-bottom: 1.25rem;
	color: #00c7a5;
	font-size: 1.75rem;
	font-weight: 800;
}

.wulooj-product-single__price del {
	margin-right: 0.5rem;
	color: rgba(255, 255, 255, 0.42);
	font-size: 1.1rem;
}

.wulooj-product-single__price ins {
	text-decoration: none;
}

.wulooj-product-single__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.wulooj-product-single__meta-row span {
	display: inline-flex;
	align-items: center;
	min-height: 2.2rem;
	padding: 0.45rem 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.8125rem;
	font-weight: 700;
}

.wulooj-product-single__meta-row .is-in-stock {
	border-color: rgba(0, 199, 165, 0.35);
	color: #00c7a5;
}

.wulooj-product-single__meta-row .is-out-of-stock {
	border-color: rgba(170, 144, 211, 0.35);
	color: #aa90d3;
}

.wulooj-product-single__description,
.wulooj-product-single__content {
	color: rgba(255, 255, 255, 0.68);
	font-size: 1rem;
	line-height: 1.8;
}

.wulooj-product-single__purchase {
	margin: 2rem 0;
}

.wulooj-product-single__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
	margin-top: 2rem;
}

.wulooj-product-single__purchase form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.wulooj-product-single__purchase .quantity input {
	width: 5rem;
	height: 3.25rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	text-align: center;
}

.wulooj-product-single__purchase .single_add_to_cart_button,
.wulooj-product-single__button {
	display: inline-flex;
	min-height: 3.25rem;
	align-items: center;
	justify-content: center;
	padding: 0 1.5rem;
	border: 0;
	border-radius: 999px;
	background: #00c7a5;
	color: #050505;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.wulooj-product-single__purchase .single_add_to_cart_button:hover,
.wulooj-product-single__button:hover {
	background: #ffffff;
	transform: translateY(-0.125rem);
}

.wulooj-product-single__button.is-secondary {
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
}

.wulooj-product-single__button.is-secondary:hover {
	border-color: rgba(0, 199, 165, 0.5);
	background: rgba(0, 199, 165, 0.12);
	color: #00c7a5;
}

.wulooj-product-single__purchase .variations {
	width: 100%;
	margin-bottom: 1rem;
	border-collapse: collapse;
}

.wulooj-product-single__purchase .variations th,
.wulooj-product-single__purchase .variations td {
	padding: 0.4rem 0;
	color: rgba(255, 255, 255, 0.72);
	text-align: left;
}

.wulooj-product-single__purchase select {
	min-height: 3rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1rem;
	background: #13111a;
	color: #ffffff;
	padding: 0 1rem;
}

.wulooj-product-single__purchase .reset_variations {
	display: inline-block;
	margin-left: 0.75rem;
	color: #00c7a5;
	font-size: 0.875rem;
	text-decoration: none;
}

.wulooj-product-single__attributes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.wulooj-product-single__attributes div {
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.04);
}

.wulooj-product-single__attributes span {
	display: block;
	margin-bottom: 0.35rem;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.wulooj-product-single__attributes strong {
	color: #ffffff;
	font-size: 0.95rem;
}

.wulooj-product-single__content,
.wulooj-product-single__acf-section,
.wulooj-product-single__related {
	margin-top: 3rem;
	padding: 2rem;
}

.wulooj-product-single__acf-section {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.wulooj-product-single__acf-section::before {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: var(--product-section-bg);
	background-position: center;
	background-size: cover;
	content: "";
	opacity: 0.14;
}

.wulooj-product-single__acf-section::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(135deg, rgba(9, 3, 14, 0.96), rgba(19, 17, 26, 0.86)),
		radial-gradient(circle at 85% 15%, rgba(0, 199, 165, 0.15), transparent 34%);
	content: "";
}

.wulooj-product-single__section-header {
	max-width: 48rem;
	margin-bottom: 2rem;
}

.wulooj-product-single__section-header span {
	display: inline-flex;
	margin-bottom: 0.875rem;
	padding: 0.35rem 0.75rem;
	border: 1px solid rgba(0, 199, 165, 0.28);
	border-radius: 999px;
	background: rgba(0, 199, 165, 0.1);
	color: #00c7a5;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wulooj-product-single__section-header h2 {
	margin: 0 0 1rem;
	color: #ffffff;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
}

.wulooj-product-single__section-header p {
	margin: 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 1rem;
	line-height: 1.8;
}

.wulooj-product-single__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.wulooj-product-single__item-card {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.055);
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
}

.wulooj-product-single__item-media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #13111a;
}

.wulooj-product-single__item-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wulooj-product-single__item-copy {
	padding: 1.35rem;
}

.wulooj-product-single__item-copy h3 {
	margin: 0 0 0.75rem;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}

.wulooj-product-single__item-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.95rem;
	line-height: 1.7;
}

.wulooj-product-single__item-points {
	display: grid;
	gap: 0.65rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.wulooj-product-single__item-points li {
	position: relative;
	padding-left: 1.25rem;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.9rem;
	line-height: 1.55;
}

.wulooj-product-single__item-points li::before {
	position: absolute;
	top: 0.55rem;
	left: 0;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: #00c7a5;
	content: "";
}

.wulooj-product-single__item-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 1.15rem;
}

.wulooj-product-single__item-link {
	display: inline-flex;
	min-height: 2.35rem;
	align-items: center;
	justify-content: center;
	padding: 0 0.9rem;
	border: 1px solid rgba(0, 199, 165, 0.32);
	border-radius: 999px;
	background: rgba(0, 199, 165, 0.1);
	color: #00c7a5;
	font-size: 0.78rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.wulooj-product-single__item-link:hover {
	background: #00c7a5;
	color: #050505;
}

.wulooj-product-single__intro-section {
	position: relative;
	margin-top: 3rem;
	margin-bottom: 4rem;
	padding: 1rem 0 0;
}

.wulooj-product-single__intro-header {
	display: grid;
	gap: 1.25rem;
	justify-items: center;
	margin-bottom: 2rem;
	text-align: center;
}

.wulooj-product-single__intro-title-row {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 1rem;
}

.wulooj-product-single__intro-title-row h2 {
	flex: 0 0 auto;
	margin: 0;
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

.wulooj-product-single__intro-rule {
	flex: 1 1 auto;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
}

.wulooj-product-single__intro-header p {
	max-width: 56rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 1rem;
	line-height: 1.8;
}

.wulooj-product-single__intro-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.wulooj-product-single__intro-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-height: 100%;
	padding: 1.5rem 1.4rem 1.55rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.045);
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
	transition:
		transform 0.25s ease,
		border-color 0.25s ease,
		background-color 0.25s ease,
		box-shadow 0.25s ease;
}

.wulooj-product-single__intro-icon {
	display: inline-flex;
	width: 2.75rem;
	height: 2.75rem;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.84);
	overflow: hidden;
	transition:
		background-color 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease;
}

.wulooj-product-single__intro-icon svg {
	display: block;
	width: 1rem;
	height: 1rem;
}

.wulooj-product-single__intro-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wulooj-product-single__intro-copy h3 {
	margin: 0 0 0.7rem;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	transition: color 0.25s ease;
}

.wulooj-product-single__intro-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.95rem;
	line-height: 1.7;
	transition: color 0.25s ease;
}

.wulooj-product-single__intro-card:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 199, 165, 0.55);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 24px 60px rgba(0, 199, 165, 0.12);
}

.wulooj-product-single__intro-card:hover .wulooj-product-single__intro-icon {
	background: #00c7a5;
	transform: translateY(-1px);
}

.wulooj-product-single__intro-card:hover .wulooj-product-single__intro-icon svg {
	color: #050505 !important;
}

.wulooj-product-single__intro-card:hover .wulooj-product-single__intro-copy h3 {
	color: #00c7a5;
}

.wulooj-product-single__intro-card:hover .wulooj-product-single__intro-copy p {
	color: rgba(255, 255, 255, 0.72);
}

.wulooj-product-single__intro-actions {
	display: flex;
	justify-content: center;
	padding-top: 2.75rem;
}

.wulooj-product-single__intro-button {
	display: inline-flex;
	min-height: 3.2rem;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0 1.5rem;
	border-radius: 999px;
	background: #00c7a5;
	color: #050505;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 18px 35px rgba(0, 199, 165, 0.22);
}

.wulooj-product-single__intro-button:hover {
	background: #10d8b6;
	color: #050505;
}

.wulooj-product-single__content h2 {
	margin: 0 0 1rem;
	color: #ffffff;
	font-size: 2rem;
	font-weight: 600;
}

.wulooj-product-single__content p + p {
	margin-top: 1rem;
}

@media (max-width: 960px) {
	.wulooj-project-case-study__layout,
	.wulooj-project-case-study__process {
		grid-template-columns: 1fr;
	}

	.wulooj-project-case-study__aside {
		order: 0;
		position: static;
		max-width: none;
		z-index: auto;
	}

	.wulooj-project-case-study__content {
		order: 0;
	}

	.wulooj-project-case-study__rail {
		max-height: none;
		overflow: visible;
	}

	.wulooj-project-case-study__block {
		padding: 1.5rem;
	}

	.wulooj-project-case-study__headline {
		font-size: clamp(1.7rem, 2.8vw, 2.7rem);
	}

	.wulooj-project-case-study__subheadline {
		font-size: 1.55rem;
	}

	.wulooj-project-case-study__media-image {
		min-height: 24rem;
	}




	.wulooj-project-single__hero {
		margin-bottom: 3.5rem;
		border-radius: 1.5rem;
	}

	.wulooj-project-single__content {
		padding: 1.4rem;
		border-radius: 1.35rem;
	}

	.wulooj-project-single__details,
	.wulooj-project-single__stats {
		grid-template-columns: 1fr;
	}

	.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child,
	.wulooj-project-single__intro + .grid.grid-cols-1.lg\:grid-cols-2 > div:last-child {
		padding: 1.35rem;
		border-radius: 1.35rem;
	}

	.wulooj-project-single {
		padding-top: 7rem;
		padding-bottom: 4rem;
	}

	.wulooj-project-single > .container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.wulooj-project-single__actions {
		gap: 0.75rem;
	}

	.wulooj-project-single__button {
		min-height: 2.85rem;
		padding: 0.8rem 1.1rem;
	}

	.wulooj-project-case-study__layout {
		gap: 1.5rem;
	}

	.wulooj-project-case-study__content > section,
	.wulooj-project-case-study__content > article {
		/* padding: 1.5rem; */
		/* border-radius: 1.5rem; */
	}
}

@media (max-width: 960px) {
	.wulooj-products-page__grid,
	.wulooj-products-page__grid.is-related,
	.wulooj-product-single__items,
	.wulooj-product-single__layout {
		grid-template-columns: 1fr;
	}

	.wulooj-product-single__layout {
		gap: 2rem;
	}
}

@media (max-width: 640px) {
	.wulooj-work-card {
		min-height: 25rem;
		aspect-ratio: auto;
	}

	.wulooj-work-card__arrow {
		top: 1.25rem;
		right: 1.25rem;
		width: 2.5rem;
		height: 2.5rem;
	}

	.wulooj-work-card__body {
		padding: 1.5rem;
	}

	.wulooj-work-card__title {
		font-size: 1.5rem;
		line-height: 1.2;
	}

	.wulooj-works-pagination {
		gap: 0.5rem;
	}

	.wulooj-works-pagination .page-numbers {
		min-width: 2.4rem;
		height: 2.4rem;
		padding: 0 0.75rem;
	}

	.wulooj-project-single__hero {
		margin-bottom: 3rem;
	}

	.wulooj-project-single__section,
	.wulooj-project-single__details,
	.wulooj-project-single__stats {
		grid-template-columns: 1fr;
	}

	.wulooj-project-single__section {
		gap: 1.5rem;
		/* margin-bottom: 3rem; */
	}

	.wulooj-project-single__intro h2 {
		font-size: 1.8rem;
		line-height: 1.12;
	}

	.wulooj-project-single__eyebrow {
		margin-bottom: 0.85rem;
	}

	.wulooj-project-single__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.wulooj-project-single__button {
		width: 100%;
	}

	.wulooj-project-case-study__content {
		gap: 2rem;
	}

	.wulooj-project-case-study__headline,
	.wulooj-project-case-study__subheadline {
		font-size: 1.65rem;
		line-height: 1.15;
	}

	.wulooj-project-case-study__toc {
		gap: 0.5rem;
	}

	.wulooj-project-case-study__toc-item {
		padding: 0.78rem 0.85rem;
	}

	.wulooj-project-single__content {
		padding: 1.5rem;
	}

	.wulooj-blog-single__comments .children {
		margin-left: 0.5rem;
		padding-left: 1rem;
	}

	.wulooj-products-page__intro,
	.wulooj-product-single__related-header {
		margin-bottom: 2.25rem;
		text-align: left;
	}

	.wulooj-products-page__intro h2,
	.wulooj-product-single__related-header h2,
	.wulooj-product-single__summary h1 {
		font-size: 2.25rem;
		line-height: 1.1;
	}

	.wulooj-product-card {
		min-height: 25rem;
		aspect-ratio: auto;
	}

	.wulooj-product-card__body {
		padding: 1.5rem;
	}

	.wulooj-product-card__arrow {
		top: 1.25rem;
		right: 1.25rem;
		width: 2.5rem;
		height: 2.5rem;
	}

	.wulooj-product-single__breadcrumbs {
		border-radius: 1.25rem;
	}

	.wulooj-product-single__summary,
	.wulooj-product-single__content,
	.wulooj-product-single__acf-section,
	.wulooj-product-single__related {
		padding: 1.5rem;
	}

	.wulooj-product-single__thumbs,
	.wulooj-product-single__attributes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wulooj-product-single__purchase form.cart {
		align-items: stretch;
	}

	.wulooj-product-single__purchase .single_add_to_cart_button,
	.wulooj-product-single__button {
		width: 100%;
	}

	.wulooj-product-single__actions,
	.wulooj-product-single__item-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wulooj-product-single__intro-title-row {
		flex-direction: column;
	}

	.wulooj-product-single__intro-rule {
		width: 100%;
	}

	.wulooj-product-single__intro-title-row h2 {
		font-size: 2rem;
	}

	.wulooj-product-single__intro-grid {
		grid-template-columns: 1fr;
	}
}

.wulooj-contact-notice {
	padding: 1rem 1.25rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.88);
}

.wulooj-contact-notice.is-success {
	border-color: rgba(0, 199, 165, 0.35);
	box-shadow: 0 0 0 1px rgba(0, 199, 165, 0.12) inset;
}

.wulooj-contact-notice.is-error {
	border-color: rgba(170, 144, 211, 0.35);
	box-shadow: 0 0 0 1px rgba(170, 144, 211, 0.12) inset;
}

.wulooj-service-hero-icon {
	width: 120px;
	height: 120px;
}

[data-accordion-content][hidden] {
	display: none !important;
}

.wulooj-footer-distortion {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 4rem;
	padding: 0 1.5rem;
}

.wulooj-footer-distortion__content {
	position: relative;
	height: clamp(9.5rem, 24vw, 24.625rem);
	overflow: hidden;
	border: 1px solid rgba(0, 199, 165, 0.35);
	background: #30ed8c;
	cursor: crosshair;
	isolation: isolate;
}

.wulooj-footer-distortion__canvas-wrap {
	position: relative;
	height: 100%;
}

.wulooj-footer-distortion__canvas {
	display: block;
	width: 100%;
	height: 100%;
}

.wulooj-footer-distortion__fallback {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.5rem;
	color: #000000;
	font-family: Inter, Arial Black, Impact, sans-serif;
	font-size: clamp(4rem, 18vw, 18rem);
	font-weight: 900;
	line-height: 0.8;
	letter-spacing: 0;
	text-align: center;
	opacity: 1;
	transition: opacity 0.25s ease;
}

.wulooj-footer-distortion.is-ready .wulooj-footer-distortion__fallback {
	opacity: 0;
}

.wulooj-footer-distortion.is-fallback .wulooj-footer-distortion__fallback {
	opacity: 1;
}

@media (max-width: 640px) {
	.wulooj-footer-distortion {
		margin-bottom: 3rem;
		padding: 0 1rem;
	}

	.wulooj-footer-distortion__content {
		height: 8.5rem;
	}

	.wulooj-footer-distortion__fallback {
		font-size: clamp(3.35rem, 18vw, 5rem);
	}
}

@keyframes wulooj-hero-ring {
	0% {
		transform: rotate(0deg) scale(1);
		opacity: 0.25;
	}

	50% {
		opacity: 0.65;
	}

	100% {
		transform: rotate(360deg) scale(1.02);
		opacity: 0.25;
	}
}

@keyframes wulooj-particle-rise {
	0% {
		transform: translate3d(0, 0, 0) scale(0.5);
		opacity: 0;
	}

	20% {
		opacity: 0.8;
	}

	100% {
		transform: translate3d(0, -160px, 0) scale(1);
		opacity: 0;
	}
}

/* Contact Us Page */
.wulooj-contact-section {
}

.wulooj-contact-layout {
	display: grid;
	grid-template-columns: 0.95fr 0.95fr;
	gap: 18px;
	max-width: 1001px;
	margin: 0 auto;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(20px);
}

.wulooj-contact-left {
	position: relative;
	min-height: 520px;
	padding: 42px 36px;
	border-radius: 24px;
	background:
		radial-gradient(circle at right bottom, rgba(255, 255, 255, 0.14), transparent 28%),
		linear-gradient(145deg, #5828A3, #210E5B);
	color: #ffffff;
	overflow: hidden;
}

.wulooj-contact-label {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 8px 15px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #00C7A5;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	display: none;
}

.wulooj-contact-left h2 {
	max-width: -webkit-fill-available;
	margin: 0 0 18px;
	color: #ffffff;
	font-size: clamp(34px, 4vw, 40px);
	line-height: 1.08;
	font-weight: 600;
}

.wulooj-contact-left p {
	max-width: 440px;
	margin: 0 0 32px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.55;
	font-weight: 400;
}

.wulooj-contact-left ul {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wulooj-contact-left li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
}

.wulooj-contact-left li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #00C7A5;
	color: #000000;
	font-size: 13px;
	font-weight: 800;
	flex: 0 0 auto;
}

.wulooj-contact-quote {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	padding: 13px 24px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.10);
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.wulooj-contact-shape {
	position: absolute;
	right: -54px;
	bottom: -54px;
	width: 170px;
	height: 170px;
	border: 17px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
}
.wulooj-contact-w {
	position: absolute;
	right: -68px;
	bottom: -12px;
	width: auto;
	height: 140px;
	/* border: 17px solid rgba(255, 255, 255, 0.16); */
	/* border-radius: 50%; */
	filter: opacity(0.16);
}

.wulooj-contact-right {
	padding: 42px 40px;
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
		#0A0A0A;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.wulooj-contact-heading {
	margin-bottom: 20px;
	text-align: center;
}

.wulooj-contact-heading span {
	display: inline-block;
	margin-bottom: 8px;
	color: #00C7A5;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	display: none;
}

.wulooj-contact-heading h3 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: clamp(22px, 3vw, 26px);
	line-height: 1.18;
	font-weight: 600;
}

.wulooj-contact-heading p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 15px;
	line-height: 1.1;
	font-weight: 400;
}

.wulooj-contact-html-form {
	display: grid;
	gap: 15px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	font-size: 16px;
	box-sizing: border-box;
}

.wulooj-contact-html-form *,
.wulooj-contact-html-form *::before,
.wulooj-contact-html-form *::after {
	box-sizing: border-box;
}

.wulooj-hidden-field {
	position: absolute;
	left: -9999px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.wulooj-form-field {
	position: relative;
	width: 100%;
	min-width: 0;
}



.wulooj-form-row {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 10px;
}

.wulooj-contact-html-form input,
.wulooj-contact-html-form select,
.wulooj-contact-html-form textarea {
	width: 100%;
	min-height: 40px;
	padding: 8px 8px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	outline: none;
	transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.wulooj-contact-html-form textarea {
	min-height: 70px;
	padding: 8px 8px 8px 8px;
	resize: none;
	margin: 0;
	margin: 0;
	line-height: 1.1;
}

.wulooj-contact-html-form input::placeholder,
.wulooj-contact-html-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.40);
}

.wulooj-contact-html-form select option {
	color: #000000;
}

.wulooj-contact-html-form input:focus,
.wulooj-contact-html-form select:focus,
.wulooj-contact-html-form textarea:focus {
	border-color: #00C7A5;
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 0 0 4px rgba(0, 199, 165, 0.12);
}
.wulooj-captcha-field {
	display: block !important;
	overflow: visible !important;
	height: 78px;
	margin-bottom: 0px;
}

.wulooj-recaptcha-box {
	display: block !important;
	height: 78px;
}

.wulooj-recaptcha-box iframe {
	display: block !important;
}

[dir="rtl"] .wulooj-contact-html-form .g-recaptcha {
	transform-origin: right top;
}

.wulooj-contact-submit {
	width: 100%;
	min-height: 40px;
	padding: 8px;
	border: 0;
	padding: 8px 16px;
	border-radius: 8px;
	background: #00C7A5;
	color: #FFFFFFF;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.wulooj-contact-submit:hover {
	transform: translateY(0px);
	background: rgba(0, 199, 165, 0.25);
	box-shadow: 0 18px 40px rgba(0, 199, 165, 0.25);
}

.wulooj-contact-html-form .is-invalid {
	border-color: #ff6b6b !important;
	background: rgba(255, 107, 107, 0.06) !important;
	box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.12) !important;
}

.wulooj-error {
	margin-top: 0px;
	color: #ff6b6b;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
}

.wulooj-form-alert {
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(255, 107, 107, 0.10);
	border: 1px solid rgba(255, 107, 107, 0.25);
	color: #ffb4b4;
	font-size: 14px;
	line-height: 1.5;
}

.wulooj-contact-notice {
	padding: 14px 18px;
	border-radius: 14px;
	font-size: 15px;
	line-height: 1.5;
}

.wulooj-contact-notice.is-success {
	background: rgba(0, 199, 165, 0.10);
	border: 1px solid rgba(0, 199, 165, 0.28);
	color: #00C7A5;
}

.wulooj-contact-notice.is-error {
	background: rgba(255, 107, 107, 0.10);
	border: 1px solid rgba(255, 107, 107, 0.28);
	color: #ff8b8b;
}

.wulooj-contact-layout.is-rtl .wulooj-contact-left {
	text-align: right;
}

.wulooj-contact-layout.is-rtl .wulooj-contact-left li {
	flex-direction: row-reverse;
}

.wulooj-contact-layout.is-rtl .wulooj-contact-shape {
	right: auto;
	left: -54px;
}

@media (max-width: 991px) {
	.wulooj-contact-layout {
		grid-template-columns: 1fr;
		max-width: 680px;
	}

	.wulooj-contact-left {
		min-height: auto;
	}

	.wulooj-contact-right {
		padding: 34px 26px;
	}
}

@media (max-width: 575px) {
	.wulooj-contact-section {
		padding: 10px 0 60px;
	}

	.wulooj-contact-layout {
		padding: 8px;
		border-radius: 24px;
	}

	.wulooj-contact-left {
		padding: 32px 24px;
		border-radius: 20px;
	}

	.wulooj-contact-left h2 {
		font-size: 32px;
	}

	.wulooj-contact-left p {
		font-size: 16px;
	}

	.wulooj-contact-right {
		padding: 28px 18px;
		border-radius: 20px;
	}

	.wulooj-form-row {
		grid-template-columns: 1fr;
	}
}
/* Contact Us Page End */
.logo-img--soft {
	filter: grayscale(100%) brightness(0) invert(1);
}

.logo-img--strong {
	filter: grayscale(100%) brightness(0.85) invert(1);
}

.animate-scroll-left,
.animate-scroll-right {
	display: flex;
	width: max-content;
	will-change: transform;
	backface-visibility: hidden;
	transform: translateZ(0);
}

@keyframes wulooj-scroll-left {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@keyframes wulooj-scroll-right {
	from {
		transform: translate3d(-50%, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

.animate-scroll-left {
	animation: wulooj-scroll-left 40s linear infinite;
}

.animate-scroll-right {
	animation: wulooj-scroll-right 40s linear infinite;
}

.animate-scroll-left-fast {
	animation: wulooj-scroll-left 15s linear infinite;
}

.animate-scroll-right-fast {
	animation: wulooj-scroll-right 15s linear infinite;
}

.animate-scroll-left:has(> div:hover),
.animate-scroll-right:has(> div:hover) {
	animation-play-state: paused !important;
}

/* Arabic ticker behavior */
[dir="rtl"] .animate-scroll-left,
[dir="rtl"] .animate-scroll-right {
	display: flex;
	width: max-content;
	will-change: transform;
	backface-visibility: hidden;
	transform: translateZ(0);
}

@keyframes wulooj-scroll-left-ar {
	from {
		transform: translate3d(50%, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes wulooj-scroll-right-ar {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(50%, 0, 0);
	}
}

[dir="rtl"] .animate-scroll-left {
	animation: wulooj-scroll-right-ar 40s linear infinite;
}

[dir="rtl"] .animate-scroll-right {
	animation: wulooj-scroll-left-ar 40s linear infinite;
}

[dir="rtl"] .animate-scroll-left-fast {
	animation: wulooj-scroll-right-ar 15s linear infinite;
}

[dir="rtl"] .animate-scroll-right-fast {
	animation: wulooj-scroll-left-ar 15s linear infinite;
}

[dir="rtl"] .animate-scroll-left:has(> div:hover),
[dir="rtl"] .animate-scroll-right:has(> div:hover) {
	animation-play-state: paused !important;
}

[dir="rtl"] .bottom_logos .animate-scroll-right {
	animation-delay: 20s;
}

[dir="rtl"] .wulooj-services-section__link-icon,
[dir="rtl"] .wulooj-project-cta-icon {
	transform: rotateY(180deg);	
}

[dir="rtl"] a svg.wulooj-inline-icon {
	transform: rotateY(180deg);
}
