.zrgcore-testimonials-slider .swiper-pagination-bullet {
	width: 37px;
	height: 8px;
	background: #3B412E;
	border-radius: 100px;
	opacity: 1;
	margin: 0 !important;
}
.zrgcore-testimonials-slider .swiper-pagination-bullet-active {
	background-color: var(--zrg-primary-color);
}
.zrgcore-swiper-container.zrgcore-testimonials-slider {
	padding-bottom: 100px;
}
.zrgcore-testimonials-slider .swiper-wrapper {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.zrgcore-swiper-container .testimonials-item {
	height: 840px;
}
.zrgcore-testimonials-slider .testimonials-content {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 755px;
	max-height: 475px;
	max-width: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 35%);
	box-shadow: 0 4px 10px rgb(0 0 0 / 35%);
}
.zrgcore-swiper-container .testimonials-content-body, .zrgcore-swiper-container .testimonials-content-footer {
	padding: 60px;
}
.zrgcore-swiper-container .testimonials-content-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.zrgcore-swiper-container .testimonials-content-body, .zrgcore-swiper-container .testimonials-content-footer {
	background: #121D2C;
}
.zrgcore-swiper-container .content-footer-texts {
	margin-left: 20px;
	margin-top: 6px;
}
.zrgcore-swiper-container .content-footer-texts h4 {
	margin-bottom: 8px;
}
.testimonials-content-body h2 {
	margin-bottom: 20px;
}
.zrgcore-swiper-container .testimonials-author-img {
	width: 80px;
	height: 80px;
	min-width: 80px;
}
.zrgcore-swiper-container .testimonials-review, .zrgcore-swiper-container .vip {
	padding-left: 15px;
	margin-left: 12px;
	position: relative;
}
.zrgcore-swiper-container .testimonials-review:before, .zrgcore-swiper-container .vip:before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 1.5px);
	width: 3px;
	height: 3px;
	background-color: #FFFFFF;
	border-radius: 50%;
}
.zrgcore-swiper-container .testimonials-star {
	margin-right: 4px;
	font-size: 20px;
}
.testimonials-star svg path {
	fill: var(--zrg-primary-color);
}
.zrgcore-swiper-container .zrgcore-full-width {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.zrgcore-swiper-container .swiper-slide {
	max-width: unset;
}
.zrgcore-swiper-container .container {
	padding: 0;
}
.zrgcore-review .swiper-pagination {
	position: absolute;
	top: -40px;
	bottom: unset;
	left: unset;
	right: 0;
	width: unset;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.zrgcore-review {
	position: relative;
}
.zrgcore-swiper-container .testimonials-item .image-wrapper {
	height: 100%;
}
.zrgcore-testimonials-slider .testimonials-content-footer {
	padding: 20px 60px;
}
.zrgcore-swiper-container .testimonials-author-img img {
	width: 80px;
	height: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%;
}
/*  Slider 2 Customizations */
.zrgcore-testimonials-slider-2 .testimonials-content-body h2 {
	font-style: normal;
	font-weight: 600;
}
.zrgcore-testimonials-slider-2 .zrgcore-full-width {
	min-height: 542px;
	max-height: 542px;
}
.zrgcore-testimonials-slider-2 .slider-images {
	max-height: 100%;
	height: 100%;
}
.zrgcore-testimonials-slider-2 .testimonials-content-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.zrgcore-testimonials-slider-2 .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #121D2C;
}
.zrgcore-testimonials-slider-2 .slider-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 0.75px solid #FFFFFF;;
}
.zrgcore-testimonials-slider-2 .slider-next {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	margin-left: 12px;
}
.zrgcore-testimonials-slider-2 .swiper-button-disabled {
	opacity: .6;
	pointer-events: none;
}
.zrgcore-testimonials-slider-2 .slider-arrow:not(.swiper-button-disabled):hover {
	border-color: var(--zrg-primary-color);
}

.zrgcore-testimonials-slider-2 .slider-arrow {
	transition: .2s;
}

.zrgcore-testimonials-slider-2 .slider-arrow:not(.swiper-button-disabled):hover path {
	fill: var(--zrg-primary-color);
}

.zrgcore-testimonials-slider-2 .slider-arrow path {
	transition: .2s;
}
@media only screen and (max-width: 1200px) {
	.zrgcore-swiper-container .testimonials-content {
		right: -8vw;
		bottom: -8vh;
	}
}
@media only screen and (max-width: 992px) {
	.zrgcore-testimonials-slider .testimonials-content {
		position: initial;
	}
	.zrgcore-swiper-container .testimonials-item {
		height: 500px;
	}
	.zrgcore-testimonials-slider .swiper-wrapper {
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}
	.zrgcore-swiper-container .testimonials-content-body, .zrgcore-swiper-container .testimonials-content-footer {
		padding: 40px;
	}
	.zrgcore-swiper-container.zrgcore-testimonials-slider {
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 768px) {
	.zrgcore-testimonials-slider-2 .content-footer-texts h4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.zrgcore-testimonials-slider-2 .vip {
		margin-left: 0;
	}
	.zrgcore-review .swiper-pagination {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0;
		margin-top: 30px;
	}
	.zrgcore-swiper-container .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.zrgcore-swiper-container .testimonials-item {
		height: 340px;
	}
}
@media only screen and (max-width: 576px) {
	.zrgcore-swiper-container .card {
		margin-bottom: 15px;
	}
	.zrgcore-testimonials-slider-2 .testimonials-content-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.zrgcore-swiper-container .slider-arrows {
		margin: 30px auto 0;
	}
	.zrgcore-testimonials-slider .testimonials-content {
		max-height: initial;
	}
}
