/*.hero-and-testimonial*/
.hero-and-testimonial .hdng-wrapper {
	max-width: 800px;
	margin: 0 auto;
}
.hero-and-testimonial {
	position: relative;
	overflow: hidden;
}
/*.testimonial-slider-section::before*/
.hero-and-testimonial::before
{
	background: url("../../images/testimonials/slider-bg.svg") transparent center center;
	content: '';
	position: absolute;
	width: 1425px;
	height: 1095px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	/*! background-color: red; */
}
.testimonial-slider-section {
	padding-bottom: 25px;
	overflow: hidden;
}
.testimonial-card .testimonial-logo {
	padding: 0;
	max-height: 80px;
}
.testimonial-slider-wrap .testimonial-slide {
	border-radius: 24px;
	border: 1px solid var(--i2c-brand-100);
	box-shadow: 0 10px 12px 0 rgba(153, 198, 255, 0.10);
	padding: 56px;
	display: flex;
	flex-direction: column;
	gap: 28px;
	flex-shrink: 0;
	width: 715px;
	max-width: 715px;
	min-height:438px;
	height: auto;
	background-color: var(--white);
}
.testimonial-author-pic {
	background-color: var(--light-blue);
	border-radius: 100%;
	overflow: hidden;
	width: 80px;
	height: 80px;
}
.testimonial-author-pic img {
	width: 100%;
	height: 100%;
}
.testimonial-author-wrap {
	display: flex;
	gap: 1.5rem;
}
.testimonial-author-info {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	padding-left: 28px;
	position: relative;
}
.testimonial-author-info::before {
	content: '';
	width: 4px;
	height: 100%;
	background-color: #3F71FF;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}
.testimonial-short-desc {
	flex-grow: 1;
}
.testimonial-author-pic{
	display: none;
}
.testimonial-slider-wrap {
	/*display: flex;
	gap: 24px;*/
	/*overflow: hidden;*/
}
/* .testimonial-short-desc {
    min-height: 150px;
} */
/*.testimonial-logo img {
    max-height: 56px;
    height: 100%;
}*/
.testimonial-logo img {
	max-height: 100%;
	height: 80px;
	max-width: 280px;
    width: auto;
	object-fit: contain;
    object-position: left center;
}
/* .testimonial-logo {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 12px 0;
} */
.testimonial-slider-section .slick-list {
	overflow: visible;
}
.testimonial-slider-wrap:not(.slick-initialized),
.testimonial-slider-section .slick-track {
	gap: var(--gap);
	--gap: 32px;
	display: flex;
	/*overflow: visible;*/
}

/*-- this one belowww ----*/
.testimonials {
	padding: 7.5rem 0;
	/* display: flex; */
	/* gap: 1rem; */
	background: var(--blue);
	/* flex-direction: column; */
	color: var(--white);
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.testimonials::before {
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 72.125rem 46.9rem 0;
	border-color: var(--i2c-brand-950) transparent transparent;
	filter: blur(10rem);
	mix-blend-mode: soft-light;
	position: absolute;
	left: 10%;
	top: 0;
	transform: translateX(-50%);
	pointer-events: none;
}
.testimonials::after {
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 0 44.53rem 68.437rem;
	border-color: transparent transparent var(--i2c-brand-950) transparent;
	filter: blur(10rem);
	mix-blend-mode: soft-light;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translateX(20%);
	pointer-events: none;
}
/* .testimonials .container{ z-index: 10; position: relative;} */
.testimonial-card {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background: rgba(255,255,255,0.05);
	border: 2px solid #3F71FF;
	border-radius: 24px;
	padding: 2.5rem;
	color: #fff;
	position: relative;
	transition: all 0.3s ease;
	cursor: pointer;
	align-items: center;
}

.testimonial-card:hover {
	background: rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover .testimonial-video {
	mix-blend-mode: normal;
	opacity: 1;
}
.testimonial-card-wrap {
	display: flex;
	gap: 1rem;
	flex-direction: column;
}
div.testimonial-text {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-start;
	max-width: 67.375rem;
	gap:16px;
}

.testimonial-text {
	flex-grow: 1;
}

.testimonial-text .title {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.testimonial-text p {
	color: var(--white);
}

.testimonial-video {
	border-radius: 16px;
	opacity: 0.7;
	box-shadow: 0 36px 76px 0 rgba(0, 0, 0, 0.05);
	flex-basis: 21.125rem;
	min-width: 21.125rem;
	overflow: hidden;
	transition: all 1s ease-in-out;
	position: relative;
	pointer-events: none;
}

.play-btn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	background: #ff7b00;
	color: #fff;
	border: none;
	padding: 0.4rem 1rem;
	border-radius: 20px;
	font-weight: 600;
	font-size: 0.9rem;
	opacity: 0;
	transition: 0.3s ease;
	cursor: pointer;
}

.testimonial-card:hover .play-btn {
	opacity: 1;
}
/*-- end of this one aboveww ----*/
.testimonial-video video,
.testimonial-video img {
	width: 100%;
	height: 100%;
	border-radius: 24px;
}
.testimonials h2 {
	margin-bottom: 2.5rem;
	color: var(--white);
}
.play-btn-mob {
	position: absolute;
	width: 37px;
	height: 37px;
	background-color: var(--orange);
	right: 21px;
	bottom: 21px;
	border-radius: 50%;
	border: 1px solid var(--orange);
	display: none;
}

/*-- play button follower*/
.testimonial-cards-n-button {
	position: relative;
}
.play-cursor-btn.active {
	transform: translate(-50%, -50%) scale(1);
}
.play-cursor-btn {
	display: inline-flex;
	position: absolute;
	width: 95px;
	height: 44px;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border: none;
	border-radius: 25px;
	padding: 8px 20px 8px 22px;
	cursor: pointer;
	transform: translate(-50%, -50%) scale(0);
	transition: background 0.2s ease, transform 0.2s;
	z-index: 10;
	background-color: var(--orange);
	pointer-events: none; /* Prevents button from interfering with mouse tracking */
}
.play-cursor-btn svg {
	display: inline-block;
	margin-right: 2px;
}
.play-cursor-btn span {
	line-height: 1;
	font-family: "Inter", san-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 300;
	display: inline-block;
}
.play-cursor-btn:active {
	background-color: var(--text-brand-primary);
	/* even darker when pressed */
}
.cta-band.cta-band-light {
	background: url('../../images/cta-band/testimonial_cta_bg.webp') var(--light-blue) left top / 100% 100% !important;
}
.testimonial-slider-wrap:not(.slick-initialized) {
    display: flex;
    gap: 32px;
}
.testimonial-slider-wrap:not(.slick-initialized) .testimonial-slide { flex-shrink: 0;}
.testimonial-slider-wrap.reverse-animation .slick-list,
.testimonial-slider-wrap.reverse-animation .testimonial-slide { transform: scaleX(-1);}
.testimonial-slider-wrap .slick-arrow {
    box-shadow: 0px 2.5px 2.5px 0px #99C6FF4D;
    left: -0.5rem;
    background: var(--white) !important;
    color: var(--blue);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    z-index: 1;
    margin-top: 0.7rem;
    display: none !important;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}
.testimonial-slider-wrap .slick-arrow:hover{
    background: var(--blue) !important;
    color: var(--white);
    transform: translate(0,-50%) scale(1.1);
}
.testimonial-slider-wrap .slick-arrow.slick-next {
    right: -0.5rem;
    left: auto;
}
.testimonial-slider-wrap .slick-prev .i2c-icon-arrow-down {
    transform: rotate(180deg);
    display: block;
}
/**
.testimonial-slider-wrap.reverse-animation .slick-next{
    opacity: 0.5;
    pointer-events: none;
}
.testimonial-slider-wrap:not(.reverse-animation) .slick-prev{
    opacity: 0.5;
    pointer-events: none;
}
**/
.testimonial-slider-wrap:hover .slick-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.page-template-client-testimonials .lottie-wrapper dotlottie-player:first-child {
    display: none !important;
}

/* ============= */

@media (min-width: 992px) {
	.cta-band.cta-band-light .h1 { margin-bottom: 3.75rem; max-width: 90%; margin-inline: auto;}
}
@media (min-width: 1200px) {
	.cta-band.cta-band-light .h1 { margin-bottom: 3.75rem; max-width: 85%; margin-inline: auto;}
}
@media (min-width: 1601px) {
	.cta-band.cta-band-light .h1 { margin-bottom: 3.75rem; max-width: 90%; margin-inline: auto;}
}
/* =========== maxwidth queries */

@media (max-width: 1600px) {
	.testimonial-slider-wrap .testimonial-slide {
		padding: 48px;
		width: 600px;
		max-width: 600px;
		min-height: 382px;
	}
	/* div.testimonial-text {
		max-width: 41.5rem;
	} */
	/* .testimonial-short-desc {
		 min-height: 9rem;
	} */
	.testimonial-slider-section .slick-track {
		gap: 24px;
	}
}

@media (max-width: 1199px) {
	/* .testimonial-slider-section .slick-list{ padding-left: 28.25rem;} */
	/* .testimonial-slider-section {
		max-width: calc(var(--containerWidth) + (var(--gutterWidth) * 2));
		padding-inline: var(--gutterWidth);
		margin-inline: auto;
	} */
	.testimonial-slider-wrap .testimonial-slide {
		width: 452px;
		max-width: 452px;
		min-height: 382px;
		gap: 24px;
	}
	.testimonial-logo img {
		height: 60px;
	}
	.testimonial-card-wrap,
	.testimonial-card{padding: 2rem ;}
	.testimonial-video {
		flex-basis: 19.375rem;
		min-width: 19.375rem;
	}
	div.testimonial-text {
		max-width: 24.3125rem;
	}
	.testimonial-video {
		mix-blend-mode: unset;
	}
	.testimonial-slider-wrap .testimonial-slide,
	.testimonial-video, .testimonial-video video, .testimonial-video img,
	.testimonial-card {
		border-radius: 16px;
	}
	.testimonial-author-info {
		padding-left: 18px;
	}
	.testimonial-slider-wrap .slick-arrow {
        display: block !important;
    }
}

@media (max-width: 991px) {
	.testimonial-slider-wrap .testimonial-slide {
		width: 472px;
		max-width: 472px;
	}

	.testimonial-video {
		mix-blend-mode: unset;
	}
	div.testimonial-text {
		max-width: 19.25rem;
	}
	.testimonial-video {
		flex-basis: 19.25rem;
		min-width: 19.25rem;
	}
	.play-btn-mob {
		display: block;
	}
	.hero-and-testimonial::before,
	.testimonial-slider-section::before,
	.testimonials::after,
	.testimonials::before {
		display: none;
	}
	.testimonial-card {
		align-items: flex-start;
	}

}

@media (max-width: 767px) {
	.testimonial-slider-section .slick-list{ padding-left: 0;}
	.testimonial-slider-section {
		max-width: calc(var(--containerWidth) + (var(--gutterWidth) * 2));
		padding-inline: var(--gutterWidth);
		margin-inline: auto;
		min-height: 354px;
	}
	.testimonial-slider-section {
		overflow: hidden;
		max-width: 100%;
	}
	/* .testimonial-slider-wrap .testimonial-slide {
		margin-right: 24px;
	} */
	/* .testimonial-slider-wrap .testimonial-slide {
		max-width: 767px;
		min-width: 767px;
	} */
	.testimonial-slider-wrap .testimonial-slide {
		max-width: calc(100vw - var(--gutterWidth)*2);
		width: calc(100vw - var(--gutterWidth) * 2);
		min-width: 0;
		padding: 24px;
	}
	/* .testimonial-logo {
		height: 56px;
	} */
	/* .testimonial-slider-wrap .testimonial-logo {
		padding: 0;
		height: 46px;
		margin-bottom: 24px;
	} */
	.testimonial-short-desc {
		min-height: auto;
		margin-bottom: 41px;
	}
	.testimonial-author-wrap {
		gap: 0.6rem;
		align-items: center;
	}
	.testimonial-author-pic {
		width: 60px;
		height: auto;
	}
	div.testimonial-text {
		max-width: 100%;
		flex-direction: column;
	}
	.testimonial-card {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 24px;
	}
	.testimonial-video video,
	.testimonial-video img {
		width: 100%;
		height: auto;
	}
	.testimonial-video {
		/*flex-basis: auto;*/
		min-width: 100%;
	}
	.testimonial-card {
		padding: 1.5rem;
	}
	.testimonial-short-desc {
		min-height: 80px;
	}
	.testimonial-card .testimonial-logo {
		height: auto;
	}
	.testimonials {
		padding: 2.8rem 0;
	}
	.testimonials h2 {
		margin-bottom: 1.6rem;
	}
	body .testimonial-slider-section .slick-dots {
		padding: 1.5rem 0 0;
	}
}

@media (max-width: 650px) {
	.testimonial-video {
		flex-basis: auto;
	}
	.testimonial-short-desc {
		min-height: 100px;
	}
}