.testimonial-tpl1 .testimonial {
	padding: 80px 0;
}

.testimonial-tpl1 .container {
	width: 1200px;
	margin: auto;
}

.testimonial-tpl1 .testimonial-left {
	position: relative;
	margin-right: 33px;
}
.testimonial-tpl1 {
    background: var(--testimonial_background_color);
}
.testimonial-tpl1 .testimonial-left img {
	width: 100%;
	border-radius: 15px;
}

.testimonial-tpl1 .slick-dots li.slick-active {
	background: var(--bv-primary) !important;
}

.testimonial-tpl1 .review-box {
	position: absolute;
	bottom: 20px;
	right: -25px;
	background: #fff;
	padding: 20px 25px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.testimonial-tpl1 .review-box h2 {
	margin: 0;
	font-size: 37px;
	color: var(--bv-primary);
	font-weight: 800;
}

.testimonial-tpl1 .review-box p {
	margin: 5px 0 0;
	color: #666;
}

.testimonial-tpl1 .testimonial-right {
	flex: 1;
}

.testimonial-tpl1 .sub-title {
	color: var(--bv-primary);
	font-weight: 600;
}

.testimonial-tpl1 .testimonial-right h2 {
	font-size: 36px;
	margin: 3px 0;
	color: #000;
	font-weight: 700;
	padding-bottom: 12px;
}

.testimonial-tpl1 .highlight {
	color: var(--bv-primary);
}

.testimonial-tpl1 .desc {
	color: #666;
	margin-bottom: 30px;
}

.testimonial-tpl1 .testimonial-slider .testimonial-card {
	background: #eef1f4;
	padding: 25px;
	border-radius: 15px;
	position: relative;
}

.testimonial-tpl1 .stars {
	color: #ff5a1f;
	margin-bottom: 10px;
}

.testimonial-tpl1 .testimonial-card p {
	color: #555;
	line-height: 1.6;
}

.testimonial-tpl1 .user {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.testimonial-tpl1 .user img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-right: 10px;
}

.testimonial-tpl1 .user h4 {
	margin: 0;
	color: #0b2239;
}

.testimonial-tpl1 .user span {
	font-size: 14px;
	color: #777;
}

.testimonial-tpl1 .quote {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 60px;
	color: var(--bv-secondary);
}

.testimonial-tpl1 .quote svg path {
	fill: currentColor;
}

.testimonial-tpl1 .slick-dots {
	bottom: -35px;
}

.testimonial-tpl1 .slick-dots li button:before {
	font-size: 10px;
	color: #ccc;
}

.testimonial-tpl1 .slick-dots li.slick-active button:before {
	color: #ff5a1f;
}

.testimonial-tpl1 .slick-prev,
.testimonial-tpl1 .slick-next {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.testimonial-tpl1 .slick-prev:before,
.testimonial-tpl1 .slick-next:before {
	color: #ff5a1f;
	font-size: 18px;
}

.testimonial-tpl1 .slick-dots li {
	margin: unset;
}

.testimonial-tpl1 .slick-dots li button:before {
	color: #000;
}

@media (max-width: 992px) {
	.testimonial-tpl1 .container {
		width: 90%;
	}

	.testimonial-tpl1 .testimonial-wrap {
		flex-direction: column;
	}

	.testimonial-tpl1 .testimonial-left {
		padding-bottom: 20px;
	}

	.testimonial-tpl1 .testimonial-right h2 {
		font-size: 30px;
	}
}









/* testimonial v2  */
.testimonial-tpl2 {
	position: relative;
}


.testimonial-tpl2:before {
	content: "";
	background: url(https://images.bivaco.com/img/CHEAP_WEBSITE_TEST/tin-tuc/16-13_1773632602.jpg);
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	filter: blur(7px);
	z-index: 0;
}

.testimonial-tpl2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000a1;
	top: 0;
}


.testimonial-tpl2 .testimonial-section {
	width: 100%;
	padding: 30px 0px;
	position: relative;
	z-index: 9;
}

.testimonial-tpl2 .testimonial-slider-wrapper {
	overflow: hidden;
	width: 100%;
}

.testimonial-tpl2 .section-title-team .sub_title {
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.testimonial-tpl2 .section-title-team h2 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 56px;
	z-index: 2;
	position: relative;
	text-transform: uppercase;
}

.testimonial-tpl2 .section-title-team {
	margin-bottom: 32px;
}

.testimonial-tpl2 .testimonial-card {
	background: #fff;
	border-radius: 12px;
	padding: 15px 15px 15px 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.testimonial-tpl2 .stars {
	display: flex;
	gap: 4px;
	margin-bottom: 18px;
	justify-content: center;
}

.testimonial-tpl2 .stars span {
	font-size: 22px;
	color: #f5c518;
}

.testimonial-tpl2 .review-text {
	font-size: 17px;
	font-style: italic;
	color: #555;
	line-height: 1.75;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.testimonial-tpl2 .avatar-wrap {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	padding: 3px;
	background: conic-gradient(#1b6161 0deg 270deg, #e0e0e0 270deg 360deg);
	margin-bottom: 14px;
	flex-shrink: 0;
	margin: 0 auto 10px;
}

.testimonial-tpl2 .avatar-wrap img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	background: #d1d1d1;
}

.testimonial-tpl2 .avatar-placeholder {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #c8c8c8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #888;
	font-weight: 700;
}

.testimonial-tpl2 .reviewer-name {
	font-size: 19px;
	font-weight: 700;
	color: #01796f;
	margin-bottom: 4px;
}

.testimonial-tpl2 .reviewer-location {
	font-size: 16px;
	color: #1b6161;
	font-weight: 500;
}

.testimonial-tpl2 .slider-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}

.testimonial-tpl2 .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ccc;
	cursor: pointer;
	transition: background 0.3s, transform 0.3s;
	border: none;
	outline: none;
}

.testimonial-tpl2 .dot.active {
	background: #6c63ff;
	transform: scale(1.25);
}

@media (max-width: 900px) {
	.testimonial-tpl2 .testimonial-slide {
		gap: 16px;
	}
}

@media (max-width: 600px) {
	.testimonial-tpl2 {
		/* On mobile, we show 1 card at a time — handled by JS */
	}

	.testimonial-tpl2 .testimonial-slide {
		flex-direction: column;
		gap: 16px;
	}

	.testimonial-tpl2 .testimonial-card {
		padding: 28px 20px 22px 20px;
	}
}











































/* feback v3  */


.testimonial-tpl3 .slick-dots li.slick-active {
	background: var(--bv-secondary) !important;
}

.testimonial-tpl3 .testi-slider {
	margin: 0 -12px;
}

.testimonial-tpl3 .testi-slider .slick-slide {
	padding: 12px;
	outline: none;
}

.testimonial-tpl3 .testi-card {
	background: #fff;
	border-radius: 10px;
	padding: 32px 28px;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	height: 100%;
	cursor: default;
	opacity: 0;
	animation: fadeUp 0.5s ease forwards;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testimonial-tpl3 .testi-card:hover {
	box-shadow: var(--shadow-hover);
	transform: translateY(-4px);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.testimonial-tpl3 .slick-slide:nth-child(1) .testi-card {
	animation-delay: 0s;
}

.testimonial-tpl3 .slick-slide:nth-child(2) .testi-card {
	animation-delay: 0.1s;
}
.testimonial-tpl3 {
    background: var(--testimonial_background_color);
}
.testimonial-tpl3 .slick-slide:nth-child(3) .testi-card {
	animation-delay: 0.2s;
}

.testimonial-tpl3 .testi-author {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
}

.testimonial-tpl3 .avatar-wrap {
	position: relative;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
}

.testimonial-tpl3 .avatar-wrap img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.testimonial-tpl3 .quote-badge {
	position: absolute;
	bottom: -4px;
	right: -4px;
	width: 22px;
	height: 22px;
	background: var(--orange);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-tpl3 .quote-badge svg {
	width: 11px;
	height: 11px;
	fill: #fff;
}

.testimonial-tpl3 .author-info .name {
	font-size: 16px;
	font-weight: 700;
	color: var(--text-main);
	line-height: 1.3;
}

.testimonial-tpl3 .author-info .role {
	font-size: 13px;
	color: var(--text-sub);
	margin-top: 2px;
}

.testimonial-tpl3 .testi-text {
	font-size: 16.5px;
	line-height: 1.75;
	color: var(--text-body);
	font-style: italic;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.testimonial-tpl3 .testi-slider .slick-dots {
	bottom: -34px;
}

.testimonial-tpl3 .testi-slider .slick-dots li button::before {
	font-size: 9px;
	color: #c4c4c4;
	opacity: 1;
	transition: color 0.3s, transform 0.3s;
}

.testimonial-tpl3 .testi-slider .slick-dots li.slick-active button::before {
	color: var(--orange);
	transform: scale(1.4);
}

.testimonial-tpl3 .slick-prev,
.testimonial-tpl3 .slick-next {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 10;
	transition: background 0.25s, box-shadow 0.25s;
}

.testimonial-tpl3 .slick-prev:hover,
.testimonial-tpl3 .slick-next:hover {
	background: var(--orange);
	box-shadow: 0 4px 14px rgba(232, 76, 30, 0.35);
}

.testimonial-tpl3 .slick-prev {
	left: -20px;
}

.testimonial-tpl3 .slick-next {
	right: -20px;
}

.testimonial-tpl3 .slick-prev::before,
.testimonial-tpl3 .slick-next::before {
	font-size: 16px;
	color: var(--text-main);
	opacity: 1;
	transition: color 0.25s;
}

.testimonial-tpl3 .slick-prev:hover::before,
.testimonial-tpl3 .slick-next:hover::before {
	color: #fff;
}

@media (max-width: 768px) {
	.testimonial-tpl3 .slick-prev {
		left: -8px;
	}

	.testimonial-tpl3 .slick-next {
		right: -8px;
	}
}

@media (max-width: 480px) {
	.testimonial-tpl3 .testi-card {
		padding: 24px 20px;
	}

	.testimonial-tpl3 .slick-prev,
	.testimonial-tpl3 .slick-next {
		display: none !important;
	}
}





















































/* .testimonial-servicer-v4 */


.testimonial-servicer-v4 .s4 {
    background: var(--testimonial_background_color);
    padding: 30px 0px 60px;
}


.testimonial-servicer-v4 .s4-hd {
	text-align: center;
	margin-bottom: 52px;
}

.testimonial-servicer-v4 .s4-ey {
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #c06030;
	margin-bottom: 10px;
}

.testimonial-servicer-v4 .s4-tt {
	font-size: 30px;
	color: var(--bv-primary);
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
}

.testimonial-servicer-v4 .s4-tt em {
	font-style: italic;
	color: #c06030;
}

.testimonial-servicer-v4 .s4-wrap {}

.testimonial-servicer-v4 .s4-item {
	padding: 0 12px;
	outline: none;
}

.testimonial-servicer-v4 .s4-card {
	display: flex !important;
	gap: 0;
	overflow: hidden;
}

.testimonial-servicer-v4 .s4-card-img {
	flex: 0 0 223px;
}

.testimonial-servicer-v4 .s4-card-img img {
	width: 224px;
	height: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
}

.testimonial-servicer-v4 .s4-card-body {
	flex: 1;
	background: #fff;
	padding: 32px 28px;
	border-left: 4px solid #c06030;
}

.testimonial-servicer-v4 .s4-text {
	font-size: 15px;
	line-height: 1.9;
	color: #5a3020;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.testimonial-servicer-v4 .s4-name {
	font-size: 18px;
	color: #3a1a08;
	margin-bottom: 3px;
}

.testimonial-servicer-v4 .s4-srv {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #c06030;
}

.testimonial-servicer-v4 .s4-wrap .slick-prev,
.testimonial-servicer-v4 .s4-wrap .slick-next {
	background: #fff;
	border: 1px solid #e8c0a0;
}

.testimonial-servicer-v4 .s4-wrap .slick-prev:before,
.testimonial-servicer-v4 .s4-wrap .slick-next:before {
	color: #c06030;
}

.testimonial-servicer-v4 .s4-wrap .slick-dots li.slick-active button:before {
	color: #c06030;
}

@media (max-width: 600px) {
	.testimonial-servicer-v4 .s4-card {
		flex-direction: column;
	}

	.testimonial-servicer-v4 .s4-card-img {
		flex: none;
	}

	.testimonial-servicer-v4 .s4-card-img img {
		width: 100%;
		height: 180px;
	}
}












































/* .testimonial-servicer-v6  */

.testimonial-servicer-v6 .s8 {
	background: #f5ede4;
	padding: 90px 24px 120px;
}

.testimonial-servicer-v6 .s8-inner {
	max-width: 1060px;
	margin: 0 auto;
}

.testimonial-servicer-v6 .s8-hd {
	display: grid;
	/* grid-template-columns: 1fr 1fr; */
	grid-template-columns: 1fr;
	gap: 60px;
	align-items: center;
	margin-bottom: 56px;
}

.testimonial-servicer-v6 .s8-ey {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #8a5a30;
	margin-bottom: 10px;
}

.testimonial-servicer-v6 .s8-tt {
	font-family: 'Libre Baskerville', serif;
	font-size: 36px;
	color: #2c1a0c;
	line-height: 1.2;
}

.testimonial-servicer-v6 .s8-tt em {
	font-style: italic;
	color: #8a5a30;
}

.testimonial-servicer-v6 .s8-sub {
	font-size: 14px;
	line-height: 1.85;
	color: #7a5040;
	font-weight: 300;
}

.testimonial-servicer-v6 .s8-img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}

.testimonial-servicer-v6 .s8-wrap {
	padding: 0 28px;
}

.testimonial-servicer-v6 .s8-item {
	padding: 0 12px;
	outline: none;
}

.testimonial-servicer-v6 .s8-card {
	background: #fff;
	padding: 32px 28px;
	border-radius: 2px;
	box-shadow: 0 4px 20px rgba(44, 26, 12, 0.08);
	border-left: 3px solid #8a5a30;
}

.testimonial-servicer-v6 .s8-text {
	font-size: 14px;
	line-height: 1.9;
	color: #5a3820;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 22px;
}

.testimonial-servicer-v6 .s8-foot {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 16px;
	border-top: 1px solid #f0e0d0;
}

.testimonial-servicer-v6 .s8-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #e8cdb0;
}

.testimonial-servicer-v6 .s8-name {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	color: #2c1a0c;
}

.testimonial-servicer-v6 .s8-srv {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #8a5a30;
	margin-top: 2px;
}

.testimonial-servicer-v6 .s8-wrap .slick-prev,
.testimonial-servicer-v6 .s8-wrap .slick-next {
	background: #fff;
	border: 1px solid #d8b890;
	box-shadow: 0 2px 10px rgba(44, 26, 12, 0.1);
}

.testimonial-servicer-v6 .s8-wrap .slick-prev:before,
.testimonial-servicer-v6 .s8-wrap .slick-next:before {
	color: #8a5a30;
}

.testimonial-servicer-v6 .s8-wrap .slick-dots li.slick-active button:before {
	color: #8a5a30;
}

@media (max-width: 768px) {
	.testimonial-servicer-v6 .s8-hd {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.testimonial-servicer-v6 .s8-tt {
		font-size: 26px;
	}
}