.fzt-testimonial-container {
	align-items: start;
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
	justify-content: start;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: start;
	width: 100%;
}

.fzt-testimonial-item {
	align-items: inherit;
	background: var(--nexira-secondary-color);
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: inherit;
	padding: 50px;
	position: relative;
	width: 100%;
}

.fzt-testimonial-container[class*="fzt-col"] .fzt-testimonial-item:not(:first-child) {
	display: none;
}

.fzt-testimonial-container[class*="fzt-col"] .fzt-heading-container+.fzt-testimonial-item,
.fzt-testimonial-container[class*="fzt-col"] .fzt-testimonial-item:first-child {
	display: flex;
}

.fzt-testimonial-container.swiper-fade .fzt-testimonial-item.swiper-slide .fzt-testimonial-content {
	opacity: 0 !important;
	visibility: hidden;
}

.fzt-testimonial-container.swiper-fade .fzt-testimonial-item.swiper-slide.swiper-slide-active .fzt-testimonial-content {
	opacity: 1 !important;
	visibility: visible;
}

.fzt-testimonial-item .fzt-testimonial-rating>span {
	color: #FFD335;
	font-size: calc(var(--nexira-body-font-size) - 2px);
}

.fzt-testimonial-item .fzt-testimonial-rating {
	line-height: 1;
}

.fzt-testimonial-item .fzt-testimonial-rating:not(:only-child) {
	margin: 0 0 10px 0;
}

.fzt-testimonial-item .fzt-testimonial-rating>span:not(:last-child) {
	margin-right: 5px;
}

.fzt-testimonial-item .fzt-testimonial-content {
	background: transparent;
	color: var(--nexira-heading-color);
	display: flex;
	flex-direction: column;
	font-family: var(--nexira-h2-font-family);
	font-size: clamp(1.125rem, 0.9rem + 1.125vw, 2.25rem);
	font-weight: 700;
	line-height: 2;
	padding-right: 130px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 100%;
	z-index: 1;
}

.fzt-testimonial-item .fzt-testimonial-content:not(:only-child) {
	padding-bottom: 45px;
}

.fzt-testimonial-item .fzt-testimonial-thumb-content {
	align-items: center;
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 20px;
	justify-content: inherit;
	position: relative;
	position: relative;
	width: 100%;
}

.fzt-testimonial-item .fzt-testimonial-thumb-content .fzt-testimonial-thumb {
	border-radius: 12px;
	display: inline-block;
	height: 50px;
	overflow: hidden;
	position: relative;
	width: 50px;
}

.fzt-testimonial-item .fzt-testimonial-thumb-content .fzt-testimonial-name {
	color: var(--nexira-heading-color);
	font-family: var(--nexira-h2-font-family);
	font-size: calc(var(--nexira-h6-font-size) - 2px);
	font-weight: 700;
	line-height: 1.86;
	text-transform: uppercase;
}

.fzt-testimonial-item .fzt-testimonial-thumb-content .fzt-testimonial-role {
	font-family: var(--nexira-body-font-family);
	font-size: var(--nexira-body-font-size);
	font-weight: normal;
	line-height: 1.7;
}

.fzt-testimonial-item .fzt-testimonial-quote {
	bottom: 0;
	left: auto;
	-webkit-mask-image: url(images/quote.svg);
	mask-image: url(images/quote.svg);
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	position: absolute;
	right: 50px;
	top: auto;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.fzt-testimonial-container .fzt-heading-container {
	z-index: 1;
}

.fzt-testimonial-container .fzt-carousel-pagination {
	margin: 0;
}

/* Type - 1 */

.fzt-testimonial-container.type-1 {
	padding: 20px;
}

.fzt-testimonial-container.type-1 .fzt-testimonial-item:before,
.fzt-testimonial-container.type-1 .fzt-testimonial-item:after {
	background: var(--nexira-secondary-color);
	content: "";
	height: 20px;
	left: 0;
	-webkit-mask-image: url(images/testimonial-bg.png);
	mask-image: url(images/testimonial-bg.png);
	mask-position: center center;
	-webkit-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	position: absolute;
	right: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 100%;
	z-index: 0;
}

.fzt-testimonial-container.type-1 .fzt-testimonial-item:before {
	left: auto;
	right: -5%;
	top: -20px;
}

.fzt-testimonial-container.type-1 .fzt-testimonial-item:after {
	bottom: -20px;
	left: -5%;
	right: auto;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.fzt-testimonial-container.type-1 .fzt-testimonial-item .fzt-testimonial-quote {
	background: var(--nexira-primary-color);
	height: 102px;
	width: 137px;
}

/* Type - 2 */

.fzt-testimonial-container.type-2 .fzt-testimonial-item {
	background-color: var(--nexira-secondary-color);
}

.fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-quote {
	background: var(--nexira-body-background-color);
	height: 209px;
	width: 279px;
}

.fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-rating>span {
	color: var(--nexira-primary-color);
}

.fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-rating-title {
	color: var(--nexira-heading-color);
	font-family: var(--nexira-body-font-family);
	font-size: var(--nexira-body-font-size);
	font-weight: 600;
	line-height: 1;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}

.fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-rating-holder {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	width: 100%;
}

.fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-rating-holder:not(:only-child) {
	margin: 0 0 20px;
}

.fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-rating-holder .fzt-testimonial-rating {
	line-height: 1;
}

.fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-rating-holder .fzt-testimonial-rating:not(:only-child) {
	margin: 0 0 20px 0;
}

/* Type - 3 */

.fzt-testimonial-container.type-3 {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.fzt-testimonial-container.type-3 .fzt-testimonial-item {
	padding: 130px 60px 60px;
}

.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-content {
	padding: 0 130px;
}

.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-content:not(:only-child) {
	padding-bottom: 30px;
}

.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-thumb-content .fzt-testimonial-thumb {
	border-radius: 50px;
	height: 60px;
	width: 60px;
}

.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-thumb-content .fzt-testimonial-thumb>img {
	height: 100%;
	object-fit: cover;
}

.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-thumb-content .fzt-testimonial-name {
	display: inline-flex;
	flex-wrap: wrap;
}

.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-thumb-content .fzt-testimonial-name>span {
	color: var(--nexira-primary-color);
	display: inline-flex;
	font-family: var(--nexira-body-font-family);
	font-size: calc(var(--nexira-body-font-size) - 2px);
	font-weight: 400;
	width: 100%;
}

.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-quote {
	background: var(--nexira-primary-color);
	height: 40px;
	width: 40px;
}

.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-quote {
	background: var(--nexira-primary-color);
	bottom: auto;
	height: 40px;
	left: 0;
	margin: auto;
	right: 0;
	top: 60px;
	width: 40px;
}

/* Fzt Custom Decor - Testimonial */

.fzt-custom-decor .fzt-testimonial-container.type-1 .fzt-testimonial-item,
.fzt-custom-decor .fzt-testimonial-container.type-2 .fzt-testimonial-item {
	background-color: var(--nexira-body-background-color);
}

.fzt-custom-decor .fzt-testimonial-container.type-1 .fzt-testimonial-item:before,
.fzt-custom-decor .fzt-testimonial-container.type-1 .fzt-testimonial-item:after {
	background-color: var(--nexira-body-background-color);
}

.fzt-custom-decor .fzt-testimonial-container.type-1 .fzt-testimonial-item .fzt-testimonial-content .fzt-custom-decor .fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-content {
	color: var(--nexira-heading-color);
}

.fzt-custom-decor.fzt-primary-bg .fzt-testimonial-container.type-1 .fzt-testimonial-item .fzt-testimonial-quote,
.fzt-custom-decor.fzt-primary-bg .fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-quote {
	background: var(--nexira-primary-color);
}

.fzt-custom-decor.fzt-primary-bg .fzt-testimonial-container.type-1 .fzt-testimonial-item .fzt-testimonial-quote,
.fzt-custom-decor.fzt-secondary-bg .fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-quote {
	background: var(--nexira-secondary-color);
}

.fzt-custom-decor.fzt-primary-bg .fzt-testimonial-container.type-1 .fzt-testimonial-item .fzt-testimonial-quote,
.fzt-custom-decor.fzt-teritary-bg .fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-quote {
	background: var(--nexira-teritary-color);
}

/* Fzt With Gradient - Testimonial */

.fzt-with-gradient .fzt-testimonial-container.type-1 .fzt-testimonial-item .fzt-testimonial-quote,
.fzt-with-gradient .fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-quote,
.fzt-with-gradient .fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-quote {
	background: linear-gradient(90deg, var(--nexira-gradient-color) 20%, var(--nexira-primary-color) 100%);
}

/* Responsive */

/* Laptop, 1281px and up */
@media (min-width: 1281px) and (max-width: 1440px) {

	.fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-quote {
		height: 149px;
		width: 219px;
	}

}

/* Tablets - Landscape, 1025px and up */
@media (min-width: 1025px) and (max-width: 1280px) {

	.fzt-carousel-arrow-pagination {
		top: 0;
	}

	.fzt-testimonial-item .fzt-testimonial-content {
		padding-right: 100px;
	}

	.fzt-testimonial-container.type-1 .fzt-testimonial-item .fzt-testimonial-quote {
		height: 62px;
		width: 97px;
	}

	.fzt-testimonial-container.type-1 .fzt-testimonial-item:after {
		left: -10%;
	}

	.fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-quote {
		height: 139px;
		width: 209px;
	}

	.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-content {
		padding: 0;
	}
}

/* Tablets - Portrait, 768px and up */
@media (min-width: 768px) and (max-width: 1024px) {

	.fzt-carousel-arrow-pagination {
		top: 0;
	}

	.fzt-testimonial-container.type-1 .fzt-testimonial-item:before,
	.fzt-testimonial-container.type-1 .fzt-testimonial-item:after {
		content: none;
	}

	.fzt-testimonial-item .fzt-testimonial-content {
		padding-right: 0;
	}

	.fzt-testimonial-container.type-1 {
		padding: 0;
	}

	.fzt-testimonial-container.type-1 .fzt-testimonial-item .fzt-testimonial-quote {
		height: 62px;
		width: 97px;
	}

	.fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-quote {
		height: 99px;
		width: 139px;
	}

	.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-content {
		padding: 0;
	}
}

/* Mobile - Landscape, less than 767px */
@media (min-width: 576px) and (max-width: 767px) {

	.fzt-carousel-arrow-pagination {
		top: 0;
	}

	.fzt-testimonial-container.type-1 .fzt-testimonial-item:before,
	.fzt-testimonial-container.type-1 .fzt-testimonial-item:after {
		content: none;
	}

	.fzt-testimonial-item {
		padding: 40px 30px;
	}

	.fzt-testimonial-item .fzt-testimonial-content {
		padding-right: 0;
	}

	.fzt-testimonial-container.type-1 {
		padding: 0;
	}

	.fzt-testimonial-container.type-1 .fzt-testimonial-item .fzt-testimonial-quote {
		height: 62px;
		right: 20px;
		width: 97px;
	}

	.fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-quote {
		height: 99px;
		width: 139px;
	}

	.fzt-testimonial-container.type-3 .fzt-testimonial-item {
		padding: 100px 30px 30px;
	}

	.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-content {
		padding: 0;
	}

	.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-quote {
		top: 30px;
	}
}

/* Mobile - Portrait, less than 575px */
@media (max-width: 575px) {

	.fzt-carousel-arrow-pagination {
		top: 0;
	}

	.fzt-testimonial-container.type-1 .fzt-testimonial-item:before,
	.fzt-testimonial-container.type-1 .fzt-testimonial-item:after {
		content: none;
	}

	.fzt-testimonial-item {
		padding: 40px 30px;
	}

	.fzt-testimonial-item .fzt-testimonial-content {
		padding-right: 0;
	}

	.fzt-testimonial-container.type-1 {
		padding: 0;
	}

	.fzt-testimonial-container.type-1 .fzt-testimonial-item .fzt-testimonial-quote {
		height: 62px;
		right: 20px;
		width: 97px;
	}

	.fzt-testimonial-container.type-2 .fzt-testimonial-item .fzt-testimonial-quote {
		height: 59px;
		right: 10px;
		width: 89px;
	}

	.fzt-testimonial-container.type-3 .fzt-testimonial-item {
		padding: 80px 20px 40px;
	}

	.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-content {
		padding: 0;
	}

	.fzt-testimonial-container.type-3 .fzt-testimonial-item .fzt-testimonial-quote {
		top: 30px;
	}
}