.customers-page {
	background: white;
}


.customers-page .hero {
	background: radial-gradient(412.45% 101.88% at 54.06% -1.88%, #050072 0%, #715DFF 60%, #FFF 95%);
	padding: 126px 0 130px 0;
}

.customers-page .hero h1 {
	
	color: #FFF;
	
	/* H1 */
	font-family: PlutoRegular, Adjusted Verdana Fallback;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -2px;
	
	margin-bottom: 12px;
}

.customers-page .hero p {
	color: #FFF;
	
	/* Paragraph */
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%; /* 25.16px */
	margin-bottom: 40px;
}

.customers-page .hero .ctas {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.customers-page .hero .ctas .trial {
	padding: 9px 27px 10px 27px;
	border-radius: 40px;
	background: #FFF031;
	border: 2px solid #FFF031;
	color: #030038;
	font-family: Roboto;
	font-size: 15.4px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 149.351% */
	text-transform: capitalize;
}

.customers-page .hero .ctas .trial:hover {
	background: white;
	border-color: white;
	text-decoration: none;
}

.customers-page .hero .ctas .demo {
	padding: 9px 27px 10px 27px;
	border: 2px solid #FFF;
	background: rgba(255, 255, 255, 0.49);
	border-radius: 40px;
	color: #1B1851;
	text-align: right;
	font-family: Roboto;
	font-size: 15.4px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 149.351% */
	text-transform: capitalize;
}

.customers-page .hero .ctas .demo:hover {
	background: white;
	color: #1b1851;
	text-decoration: none;
}

@media (max-width: 768px) {
	.customers-page .hero h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.customers-page .hero .ctas {
		gap: 8px;
	}
	.customers-page .hero .ctas a {
		padding: 9px 20px;
	}
}

.customers-page .hero .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.customers-page .title-cases {
	background: white;
	padding: 50px 0;
	
}
.customers-page .title-cases .box {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.customers-page .title-cases .box h2 {
	color: #1B1851;
	text-align: center;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px; /* 125% */
	margin-bottom: 0;
}

.customers-page .title-cases .box p {
	color: #4B4B4B;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%;
	margin-bottom: 0;
	text-align: center;
}

.customers-page .case-studies-index .box {
	border: 1px solid #F5F5F5;
}

.customers-page .case-studies-index .box h3 {
	color: #1B1851;
	
	/* H5 */
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; 
}

.customers-page .case-studies-index {
	margin-bottom: 0;
}

.customers-page .case-studies-index .custom-button a {
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}


.customers-page .case-studies-index .box p.inner {
	color: #585A56;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


/* ── Testimonials section ─────────────────────────────────────── */

.customers-page .testimonials-section {
	padding: 80px 0;
	background: white;
}

.customers-page .testimonials-section h2 {
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 36px;
	font-weight: 900;
	line-height: 45px;
	margin-bottom: 50px;
}

.customers-page .testimonials-section .slider .slides-viewport {
	overflow: hidden;
	padding-top: 50px;
	position: relative;
}

.customers-page .testimonials-section .slider .slides-track {
	position: relative;
}

.customers-page .testimonials-section .slider .single-slide {
	width: 100%;
}

.customers-page .testimonials-section .slider .single-slide .images {
	display: flex;
	gap: 25px;
	align-items: flex-start;
}

.customers-page .testimonials-section .slider .single-slide .images img {
	width: calc(50% - 13px);
}

.customers-page .testimonials-section .slider .single-slide .images img:first-child {
	margin-top: -50px;
}

.customers-page .testimonials-section .slider .single-slide .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.customers-page .testimonials-section .slider .single-slide .content h3 {
	color: #000;
	font-family: Roboto;
	font-size: 28px;
	font-weight: 900;
	line-height: 124.735%;
	margin-bottom: 23px;
}

.customers-page .testimonials-section .slider .single-slide .content .description {
	color: #585a56;
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	line-height: 122%;
	margin-bottom: 16px;
}

.customers-page .testimonials-section .slider .single-slide .content .person {
	color: #8979ff;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 47px;
}

.customers-page .testimonials-section .slider .single-slide .content .numbers {
	margin-bottom: 43px;
}

.customers-page .testimonials-section .slider .single-slide .content .numbers div {
	margin-bottom: 6px;
	display: flex;
	gap: 5px;
	align-items: center;
}

.customers-page .testimonials-section .slider .single-slide .content .numbers span {
	color: #8979ff;
	font-family: Roboto;
	font-size: 21.339px;
	font-weight: 700;
	line-height: 22.579px;
}

.customers-page .testimonials-section .slider .single-slide .content .numbers span:first-child {
	color: #000;
	font-family: Roboto;
	font-size: 56.903px;
	font-weight: 900;
	line-height: 51.568px;
}

.customers-page .testimonials-section .slider .single-slide .content a {
	color: #33268c;
	font-family: Roboto;
	font-size: 16.024px;
	font-weight: 700;
	line-height: 26.44px;
	letter-spacing: 0.501px;
	text-decoration: underline;
}

.customers-page .testimonials-section .slider .single-slide.active .images {
	animation: tsm-images 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.customers-page .testimonials-section .slider .single-slide.active .content h3 {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.06s both;
}
.customers-page .testimonials-section .slider .single-slide.active .content .description {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.16s both;
}
.customers-page .testimonials-section .slider .single-slide.active .content .person {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.24s both;
}
.customers-page .testimonials-section .slider .single-slide.active .content .numbers {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.32s both;
}
.customers-page .testimonials-section .slider .single-slide.active .content a {
	animation: tsm-up 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

@media (max-width: 991.98px) {
	.customers-page .testimonials-section {
		padding: 48px 0;
	}
	.customers-page .testimonials-section h2 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 32px;
	}
	.customers-page .testimonials-section .slider .single-slide .content h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.customers-page .testimonials-section .slider .single-slide .content .numbers span:first-child {
		font-size: 38px;
		line-height: 38px;
	}
	.customers-page .testimonials-section .slider .single-slide .content .person {
		margin-bottom: 24px;
	}
	.customers-page .testimonials-section .slider .single-slide .content .numbers {
		margin-bottom: 24px;
	}
}




















