.use-case-slider {
	/* Tokens from the Figma node — override these rather than the rules below. */
	--ucs-purple: #782efd;
	--ucs-ink: #0a091b;
	--ucs-body: #4b4a5a;
	--ucs-arrow-border: #b69cfe;
	--ucs-font: "Outfit", sans-serif;

	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	gap: 48px;
	align-items: start;
	font-family: var(--ucs-font);
}

/* ---------- Left column ---------- */

.use-case-slider__nav-col {
	display: flex;
	flex-direction: column;
	/* Pushes the arrows to the bottom of the column, as in the design. */
	justify-content: space-between;
	min-height: 320px;
	height: 100%;
}

.use-case-slider__tabs {
	display: flex;
	flex-direction: column;
	gap: 14px; /* exact, from Figma */
}

.use-case-tab {
	display: inline-flex;
	align-items: center;
	gap: 7px; /* exact, from Figma */
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: -0.449px;
	color: var(--ucs-ink);
	transition: color 0.25s ease;
}

.use-case-tab__label {
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
}

/* 30px inactive -> 100% on hover/active. Both widths are from the design. */
.use-case-tab__label::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	background: currentColor;
	transition: width 0.3s ease;
}

.use-case-tab:hover .use-case-tab__label::after,
.use-case-tab:focus-visible .use-case-tab__label::after,
.use-case-tab.is-active .use-case-tab__label::after {
	width: 100%;
	color:#782EFD;
}
.use-case-tab:hover .use-case-tab__label{
	color:#782EFD;
}
.use-case-tab.is-active {
	color: var(--ucs-purple);
}

.use-case-tab__icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	display: block;
}

/* The design ships two icon colours. One asset + a filter is fragile, so if
you have both exports, swap the src in JS instead of tinting here. */
.use-case-tab.is-active .use-case-tab__icon {
	/* 	filter: invert(28%) sepia(87%) saturate(4500%) hue-rotate(255deg) brightness(102%) contrast(101%); */
}

.use-case-tab:hover .use-case-tab__icon, .use-case-tab.is-active .use-case-tab__icon{
	content: url('/wp-content/uploads/2026/07/highilighted-more.svg');
	height:20px;
	width:20px;
}
/* ---------- Arrows ---------- */

.use-case-slider__arrows {
	display: flex;
	gap: 12px;
	margin-top: 40px;
}

.use-case-arrow {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	/* Dashed because that's what the design shows — swap to solid if that was
	a placeholder style in the mock. */
	border: 1px dashed var(--ucs-arrow-border);
	background: none;
	color: var(--ucs-purple);
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.use-case-arrow svg {
	width: 18px;
	height: 18px;
}

.use-case-arrow:hover {
	background: var(--ucs-purple);
	border-color: var(--ucs-purple);
	color: #fff;
}

.use-case-arrow.is-disabled {
	opacity: 0.35;
	pointer-events: none;
}

/* ---------- Slides ---------- */

.use-case-slider__stage {
	min-width: 0;
}

.use-case-slide {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
	gap: 40px;
	align-items: top;
}

.use-case-slide__title {
	margin: 0 0 20px;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 400 !important;
	letter-spacing: -0.8px;
	    background: transparent linear-gradient(78deg, #32b0fb 0%, #9e4bfe 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.use-case-slide__desc {
	color: var(--ucs-body);
	font-size: 16px;
	line-height: 1.6;
}
.use-case-slide__desc p{
	color:#3A4D6C;
	font-size:16px !important;
}
.use-case-slide__desc p:last-child {
	margin-bottom: 0;
}

.use-case-slide__cta {
	display: inline-block;
	margin-top: 24px;
	color: var(--ucs-purple);
	text-decoration: underline;
}

.use-case-slide__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

/* ---------- Owl fade ----------
owl.carousel.css ships @keyframes fadeOut but NOT fadeIn, so animateIn
would silently do nothing without this. */
@keyframes ucsFadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.use-case-slider .owl-carousel .ucsFadeIn {
	animation-name: ucsFadeIn;
}

.use-case-slider .owl-carousel .animated {
	animation-duration: 400ms;
	animation-fill-mode: both;
}

/* ---------- Tablet / mobile ---------- */
.use-case-slider__arrows.hide_mobile{
	display:flex;
}
.use-case-slider__arrows.hide_desktop{
	display:none;
}
@media (max-width: 980px) {
	.use-case-slider {
		grid-template-columns: 1fr;
		gap: 32px;
		display:block;
	}

	.use-case-slider__nav-col {
		display: block;
		min-height: 0;
	}

	.use-case-slider__tabs {
		flex-direction: row;
		gap: 24px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		/* Bleed to the viewport edge so the last tab doesn't look clipped. */
		padding-bottom: 4px;
	}

	.use-case-slider__tabs::-webkit-scrollbar {
		display: none;
	}

	.use-case-tab {
		flex: 0 0 auto;
	}

	.use-case-slider__arrows {
		/* Arrows move below the slide on mobile. JS relocates the element. */
		margin-top: 32px;
	}

	.use-case-slide {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.use-case-slide__title {
		font-size: 26px !important;
		line-height:1.2em !important;
	}
	.use-case-slide__desc p{
		font-size:16px !important;
		line-height:23px !important;
	}
	.use-case-slider__arrows.hide_mobile{
		display:none;
	}
	.use-case-slider__arrows.hide_desktop{
		display:flex;
	}
	.use-case-slider__stage.owl-carousel{
		padding-top:32px;
	}
	
}