.elementor-1218 .elementor-element.elementor-element-de9ef12{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1218 .elementor-element.elementor-element-3454251{width:var( --container-widget-width, 132.293% );max-width:132.293%;--container-widget-width:132.293%;--container-widget-flex-grow:0;}.elementor-1218 .elementor-element.elementor-element-3454251.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1218 .elementor-element.elementor-element-467808e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1218 .elementor-element.elementor-element-3454251{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS *//* =========================================================
   CAROUSEL
========================================================= */

.clients-carousel-shell {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
}

.clients-carousel-viewport {
	position: relative;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 12px 0 28px;
	scroll-behavior: smooth;
	scrollbar-width: none;
	cursor: grab;
	-webkit-mask-image: linear-gradient( 90deg, transparent 0%, black 4%, black 96%, transparent 100% );
	mask-image: linear-gradient( 90deg, transparent 0%, black 4%, black 96%, transparent 100% );
}

	.clients-carousel-viewport::-webkit-scrollbar {
		display: none;
	}

.clients-carousel-track {
	display: flex;
	align-items: stretch;
	gap: 8px;
	width: max-content;
	min-width: 100%;
	padding: 0 6vw;
}


/* =========================================================
   CLIENT PANELS
========================================================= */

button.client-panel {
	position: relative;
	width: 62px;
	height: 470px;
	flex: 0 0 62px;
	padding: 0;
	border: 0;
	border-radius: 9px;
	overflow: hidden;
	background: #0c0d10;
	color: white;
	cursor: pointer;
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
	transition: width 0.82s cubic-bezier(0.16, 1, 0.3, 1), flex-basis 0.82s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

	.client-panel:hover {
		transform: translateY(-5px);
	}

	.client-panel.is-active {
		width: clamp(320px, 31vw, 470px);
		flex-basis: clamp(320px, 31vw, 470px);
		transform: translateY(-4px);
	}

.client-panel-image {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: linear-gradient(155deg, rgba(2, 4, 10, 1) 0%, rgba(8, 18, 40, 0.98) 46%, rgba(3, 6, 14, 1) 100%);
	filter: saturate(1.04) brightness(0.99);
	transform: scale(1.01);
	transition: filter 0.7s ease, transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

	.client-panel-image::before,
	.client-panel-image::after {
		content: "";
		position: absolute;
		inset: -16%;
		pointer-events: none;
	}

	.client-panel-image::before {
		background: repeating-linear-gradient( 104deg, rgba(255, 255, 255, 0.70) 0 10px, var(--tone-a, rgba(246, 199, 150, 0.84)) 10px 24px, rgba(7, 16, 34, 0.96) 24px 42px, var(--tone-b, rgba(191, 207, 228, 0.82)) 42px 58px, rgba(3, 5, 12, 0.96) 58px 76px, var(--tone-c, rgba(203, 107, 55, 0.82)) 76px 92px, rgba(255, 255, 255, 0.56) 92px 100px, rgba(8, 19, 42, 0.96) 100px 122px ), linear-gradient(168deg, rgba(255, 255, 255, 0.08), transparent 42%, rgba(0, 0, 0, 0.12) 78%, transparent 100%);
		filter: blur(24px) contrast(145%) saturate(112%);
		opacity: 0.88;
		mix-blend-mode: screen;
		transform: scale(1.10) skewX(-3deg);
	}

	.client-panel-image::after {
		background: radial-gradient(58% 44% at 18% 24%, rgba(0, 0, 0, 0.52) 0%, transparent 72%), radial-gradient(62% 46% at 76% 28%, var(--tone-a, rgba(246, 199, 150, 0.24)) 0%, transparent 74%), radial-gradient(68% 48% at 34% 74%, var(--tone-b, rgba(191, 207, 228, 0.22)) 0%, transparent 76%), radial-gradient(52% 38% at 82% 80%, var(--tone-c, rgba(203, 107, 55, 0.20)) 0%, transparent 74%), linear-gradient(138deg, rgba(255, 255, 255, 0.06), transparent 28%, rgba(0, 0, 0, 0.12) 68%, transparent 100%);
		filter: blur(34px) contrast(108%) saturate(106%);
		opacity: 0.82;
		mix-blend-mode: screen;
		transform: scale(1.05);
	}

.client-panel.is-active .client-panel-image {
	filter: saturate(1.06) brightness(1.03);
	transform: scale(1);
}

.client-panel-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(5, 8, 18, 0.08) 34%, rgba(4, 6, 14, 0.34) 68%, rgba(3, 5, 12, 0.72) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent 50%);
}

.client-panel-closed {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 0;
	opacity: 1;
	transition: opacity 0.25s ease;
}

.client-panel.is-active .client-panel-closed {
	opacity: 0;
	pointer-events: none;
}

.client-panel-closed-name {
	display: block;
	width: 390px;
	font-size: 11px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.11em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.88);
	transform: rotate(-90deg);
}

.client-panel-open {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px 30px;
	text-align: left;
	text-wrap: auto;
	opacity: 0;
	transform: translateY(22px);
	pointer-events: none;
	transition: opacity 0.42s ease 0.25s, transform 0.62s cubic-bezier(0.16, 1, 0.3, 1) 0.18s;
}

.client-panel.is-active .client-panel-open {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.client-panel-number {
	margin-bottom: auto;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.56);
}

.client-panel-category {
	margin-bottom: 10px;
	font-size: 9px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--sand-light);
}

.client-panel-title {
	max-width: 390px;
	font-size: clamp(29px, 3.1vw, 48px);
	line-height: 0.91;
	font-weight: 400;
	letter-spacing: -0.055em;
	text-transform: uppercase;
	color: white;
}


/* =========================================================
   CAROUSEL FOOTER
========================================================= */

.clients-carousel-footer {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 25px;
	max-width: 1420px;
	margin: 22px auto 0;
	padding: 0 6vw;
}

.clients-position {
	justify-self: start;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.38);
}

.clients-position-current {
	color: var(--sand-light);
}

.clients-position-line {
	width: 45px;
	height: 1px;
	background: rgba(255, 255, 255, 0.22);
}

.clients-drag-message {
	justify-self: center;
	font-size: 9px;
	line-height: 1;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.28);
}

.clients-arrows {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 10px;
}

.clients-arrow {
	width: 43px;
	height: 43px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 50%;
	background: rgba(3, 4, 5, 0.56);
	color: rgba(255, 255, 255, 0.88);
	font-size: 23px;
	line-height: 1;
	cursor: pointer;
	backdrop-filter: blur(12px);
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

	.clients-arrow:hover {
		background: var(--sand);
		border-color: var(--sand);
		color: #050505;
		transform: translateY(-2px);
	}

.clients-empty {
	display: none;
	width: 100%;
	min-height: 300px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.42);
}

.clients-empty.is-visible {
	display: flex;
}
	
/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {
	.client-panel {
		width: 56px;
		flex-basis: 56px;
		height: 440px;
	}

	.client-panel.is-active {
		width: min(43vw, 390px);
		flex-basis: min(43vw, 390px);
	}

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {
	.clients-filters {
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 10px;
		margin-bottom: 27px;
		padding: 0 24px 7px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.clients-filters::-webkit-scrollbar {
		display: none;
	}

	.clients-filter {
		flex: 0 0 auto;
		min-height: 36px;
		padding: 0 15px;
		white-space: nowrap;
	}

	.clients-carousel-viewport {
		padding-bottom: 22px;
		-webkit-mask-image: linear-gradient( 90deg, black 0%, black 92%, transparent 100% );
		mask-image: linear-gradient( 90deg, black 0%, black 92%, transparent 100% );
	}

	.clients-carousel-track {
		gap: 6px;
		padding: 0 24px;
	}

	.client-panel {
		width: 48px;
		height: 390px;
		flex-basis: 48px;
		border-radius: 7px;
	}

	.client-panel.is-active {
		width: min(72vw, 285px);
		flex-basis: min(72vw, 285px);
	}

	.client-panel-closed-name {
		font-size: 10px;
	}

	.client-panel-open {
		padding: 24px 20px;
	}

	.client-panel-title {
		font-size: 31px;
	}

	.clients-carousel-footer {
		grid-template-columns: 1fr auto;
		padding: 0 24px;
	}

	.clients-drag-message {
		display: none;
	}

	.clients-arrows {
		grid-column: 2;
	}

	.clients-arrow {
		width: 39px;
		height: 39px;
	}
}

@media (max-width: 480px) {
	.client-panel {
		width: 44px;
		flex-basis: 44px;
		height: 370px;
	}

	.client-panel.is-active {
		width: min(74vw, 275px);
		flex-basis: min(74vw, 275px);
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}/* End custom CSS */