#pk_flex_content .flex_layout.testimonial_swiper .flex_layout_wrapper {
	padding: 50px 20px;
}

#pk_flex_content .flex_layout.testimonial_swiper .swiper-pagination {
	position: relative;
	inset: 0;
}

.flex_layout.testimonial_swiper .testimonial-swiper-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
}

.flex_layout.testimonial_swiper .swiper.testimonial-swiper .swiper-slide{
	position:relative;
	border:unset !important;
	border-radius:10px;
	padding:20px;
	display: flex;
	align-items: center;
	gap:40px;
	transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -webkit-transition: all 0.3s ease-in-out;
	 
}

.flex_layout.testimonial_swiper .swiper.testimonial-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(240deg, #8C7458, #D5C7B7); 
  -webkit-mask: 
	linear-gradient(#fff 0 0) content-box, 
	linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
		  mask-composite: exclude;
  z-index: -1;
}

.flex_layout.testimonial_swiper .swiper.testimonial-swiper {
	overflow: visible;
	margin-top:40px;
}

.flex_layout.testimonial_swiper .swiper.testimonial-swiper .testimonial-quote {
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	color: var(--Kraftor-Brown, #917354);
}

.flex_layout.testimonial_swiper .swiper.testimonial-swiper .testimonial-image {
	height: 280px;
	width: 100%;
	border-radius: 10px;
	min-width: 310px;
	max-width:310px;
}

.flex_layout.testimonial_swiper .swiper.testimonial-swiper .testimonial-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.flex_layout.testimonial_swiper .testimonial-title{
	font-weight: 600;
}

.flex_layout.testimonial_swiper .swiper.testimonial-swiper .testimonial-content-top {
	display: flex;
	gap:5px;
	font-size: 25px;
	font-style: normal;
	line-height: 1.2;
	color: var(--Kraftor-Brown, #917354);
	margin-bottom:1.4em;
	transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -webkit-transition: all 0.3s ease-in-out;
}

#pk_flex_content .flex_layout.testimonial_swiper .testimonial-swiper .swiper-slide.testimonial-slide.swiper-slide-visible.is-visible.swiper-slide-active{
	background: linear-gradient(256deg, #917354 13%, #D8C6B5 85.06%);
}

#pk_flex_content .flex_layout.testimonial_swiper .testimonial-swiper .swiper-slide.testimonial-slide.swiper-slide-visible.is-visible.swiper-slide-active * {
	color: #ffff;
}

#pk_flex_content .flex_layout.testimonial_swiper .swiper-button-prev-testimonial.swiper-button-disabled,
#pk_flex_content .flex_layout.testimonial_swiper .swiper-button-next-testimonial.swiper-button-disabled {
	opacity: 0.5;
}

.flex_layout.testimonial_swiper .swiper-buttons {
	display: flex;
	gap: 20px;
	align-items: center;
}

.flex_layout.testimonial_swiper .swiper-interactions {
	display: flex;
	gap: 40px;
	align-items: center;
}


.flex_layout.testimonial_swiper .swiper-interactions .swiper-pagination{
	width: fit-content;
}

.flex_layout.testimonial_swiper .swiper-interactions .swiper-pagination-bullet {
	border-radius: 2px;
	height: 11px;
	width: 11px;
	background: #D9D9D9;
	opacity: 1;
	margin: 0 6px;
	transition: background 0.3s ease-in-out;
	widith:fit-content;
}

.flex_layout.testimonial_swiper .swiper-interactions .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000;
}

@media screen and (max-width: 992px) {
	.flex_layout.testimonial_swiper .swiper.testimonial-swiper .swiper-slide{
   flex-direction: column;
 } 
 
 #pk_flex_content .flex_layout.testimonial_swiper .swiper.testimonial-swiper .testimonial-image{
	 min-width:100%;
	 height:200px;
 }
 
 .flex_layout.testimonial_swiper .swiper.testimonial-swiper {
	 margin-top:20px;
 }
 
 .flex_layout.testimonial_swiper .swiper.testimonial-swiper .swiper-slide img{
	 width:100%;
	 max-width:100%;
 }
 .flex_layout.testimonial_swiper .swiper.testimonial-swiper .testimonial-content-top {
	 margin-bottom: 10px;
 }
 .flex_layout.testimonial_swiper .swiper-interactions {
	 justify-content: space-between;
	 align-items: center;
	 width:100%;
 }
}
