/*
Theme Name: Viable Synergy
Theme URI: https://viablesynergy.com/
Template: hello-elementor
Author: Taazaa Inc.
Author URI: https://taazaa.com
Version: 1.0.1
Updated: 2025-01-26 19:12:43

*/
.bg_animate {
	background-repeat: no-repeat;
	background-size: 0;
	transition: background .8s linear !important;
	background-position: center bottom;
}
.home_banner_sec {
    background-image: url(/wp-content/uploads/2025/02/viablesynergy-min.png);
}
.home_last_sec{
    background-image: url(/wp-content/uploads/2025/01/vs-bg-blue-sun.png);	
}
.home_banner_sec.animated {
	background-size: 110%;
}
.adoptionBoxes > .elementor-container.elementor-column-gap-no {
    gap: 20px;
}
.adoptionBoxes > .elementor-container.elementor-column-gap-no > .elementor-column {
    max-width: 25%;
    width: 100%;
}
.adoptionBoxes > .elementor-container.elementor-column-gap-no .elementor-widget-wrap {
    margin: 0;
    border: 1px solid #EDEBE3 !important;
    box-shadow: 0px 40px 64px 0px #94949424;
}
.adoptionBoxes > .elementor-container.elementor-column-gap-no .elementor-widget-wrap .elementor-widget-wrap {
    margin: 0;
    border: none !important;
    box-shadow: none;
}
.home_last_sec.animated {
    background-size: 830px;
}
.stick_col .elementor-widget-wrap.elementor-element-populated{
	max-height: max-content;
    position: sticky;
    top: 40px;
}


/* TESTIMONIAL */
.testimonial-carousel {
	max-width: 600px;
	background: #fff;
	position:relative;
}
.testimonial-text {
	font-size: 20px;
    font-style: italic;
    text-align: left;
    color: #302D2B;
    margin-bottom: 35px;
    line-height: 36px;
    font-weight: 500;
}
.testimonial-author {
	font-weight: 600;
	color:#302D2B;
	font-size: 20px;
	line-height:32px;
	margin:0;
	
}
.testimonial-role {
	font-size: 14px;
	line-height:22px;
	color: #9D9D9D;
	font-weight:500;margin:0;
}
.testimonial-img-container {
	position: relative;
	display: inline-block;
}
.testimonial-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #ddd;
}
/* Progress Circle */
.progress-ring {
	position: absolute;
	top: -5px;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #007bff;
	animation: progress 5s linear infinite;
}
@keyframes progress {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
