/* WCU CLIENT TESTIMONIALS CSS START */

.wcu-client-testimonials {
	position: relative;
	font-family: "Inter Tight" , sans-serif;
	color: #fff;
}

.wcu-client-testimonials__slider {
	position: relative;
	min-height: 100%;
}

.wcu-client-testimonials__slide {
	position: relative;
}

.wcu-client-testimonials__slide[hidden] {
	display: none;
}

.wcu-client-testimonials__quote-mark {
	margin-bottom: 24px;
}
.wcu-client-testimonials__comment {
	margin: 0 0 24px;
	font-family: "Inter Tight",sans-serif;
	font-size: 18px;
	line-height: 1.42;
	font-weight: 500;
	color: #fff;
}
.contact-us .wcu-client-testimonials__comment{
margin: 0 0 48px;
}


.wcu-client-testimonials__person-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 60px;
}
.contact-us .wcu-client-testimonials__person-row{
	margin-bottom: 48px;
}
.wcu-client-testimonials__person {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.wcu-client-testimonials__person-image {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	object-fit: cover;
	flex: 0 0 auto;
}

.wcu-client-testimonials__person-copy {
	min-width: 0;
}

.wcu-client-testimonials__person-name {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	color: #fff;
	margin-bottom: 6px;
}

.wcu-client-testimonials__person-role {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 400;
	color:#F4F4F5;
}

.wcu-client-testimonials__controls {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 14px;
	flex: 0 0 auto;
}

.wcu-client-testimonials__arrows {
	display: flex;
	gap: 15px;
	margin-bottom:16px;
}

.wcu-client-testimonials__arrow-btn {
	display: inline-flex;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.wcu-client-testimonials__arrow-btn::before {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.wcu-client-testimonials__arrow-btn[data-action="prev"]::before {
	background-image: url("https://staging.zeeframes.com/wp-content/uploads/2026/07/button-13.svg");
}

.wcu-client-testimonials__arrow-btn[data-action="next"]::before {
	background-image: url("https://staging.zeeframes.com/wp-content/uploads/2026/07/button-9.svg");
}

.wcu-client-testimonials__arrow-btn.is-inactive {
	opacity: 0.35;
	pointer-events: none;
	cursor: default;
}

.wcu-client-testimonials__progress {
	width: 112px;
	height: 2px;
	background: rgba(255, 255, 255, 0.16);
	overflow: hidden;
}

.wcu-client-testimonials__progress-fill {
	width: 0%;
	height: 100%;
	background: #fff;
}

.wcu-client-testimonials__awards-box {
	padding: 24px;
	border-radius: 8px;
	background:rgba(255, 255, 255, 0.04);
}

.wcu-client-testimonials .wcu-client-testimonials__awards-title {
	margin: 0 0 20px;
	font-family: "Inter Tight",sans-serif;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 500;
	color: #fff;
}

.wcu-client-testimonials__logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;
	padding-left: 0.5px;
}

.wcu-client-testimonials__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 68px;
}

.wcu-client-testimonials__logo img {
	max-width: 100%;
	max-height: 68px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}
@media screen and (max-width:1024px){
	.wcu-client-testimonials__logos {
    gap: 15px;
    flex-wrap: nowrap;
}
	.wcu-client-testimonials__person-row {
     margin-bottom:50px;
}
	.contact-form-container{
    column-gap:48px;
}
}
@media screen and (max-width:768px){
.contact-form-container .white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__upload-trigger{
right:15px;
}
}
@media screen and (max-width: 768px) {
	.wcu-client-testimonials__quote-mark {
		font-size: 4rem;
		margin-bottom: 4px;
	}

	.wcu-client-testimonials__comment {
		margin-bottom: 22px;
		font-size: 1rem;
		line-height: 1.45;
	}

	.wcu-client-testimonials__person-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		margin-bottom:40px;
	}

	.wcu-client-testimonials__controls {
		width: 100%;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
	}

	.wcu-client-testimonials__progress {
		flex: 1 1 auto;
		max-width: 132px;
	}

	.wcu-client-testimonials__awards-box {
		padding: 18px 16px;
	}

	.wcu-client-testimonials__awards-title {
		margin-bottom: 16px;
		font-size: 1.125rem;
	}

	.wcu-client-testimonials__logos {
		justify-content: space-between;
		gap: 16px;
	}

	.wcu-client-testimonials__logo {
		flex: 0 0 60px;
		min-height: 56px;
		justify-content: space-between;
	}

	.wcu-client-testimonials__logo img {
		max-height: 56px;
	}
	.wcu-client-testimonials__logos {
    gap: 15px;
    flex-wrap:wrap;
}
}

/* WCU CLIENT TESTIMONIALS CSS END */
