/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 24 2025 | 15:53:19 */
.pum-container{
	padding: 0 !important;
}

.simple-testimonial-wrapper {
    position: relative;
/*     max-width: 600px; */
    margin: 0 auto;
    text-align: center;
}

.testimonial-item {
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.testimonial-item.active {
    display: block;
    opacity: 1;
}

.team_member_featured_image{
	position: relative;
}

.team_memnbers_main_container:hover .team_member_featured_image::before{
	content: "";
	background: #00000061;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
}

.simple-testimonial-wrapper .arrow {
    cursor: pointer;
    font-size: 28px;
    padding: 8px 4px;
    user-select: none;
}


.testimonial-text {
    text-align: left;
    padding: 0px;
}

.testimonial-controls {
    margin-top: 15px;
}

