/*
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); }
}


/* code added for yoast faq by Akansha*/
.schema-faq-section {
    border: 1px solid #d5d8dc;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 12px;
}
strong.schema-faq-question {
    display: block;
    padding: 20px 20px 20px 20px;
    font-size: 16px;
    line-height: 24px;
    cursor:pointer;
}
strong.schema-faq-question svg{
    float:right;
    margin-top: 5px;
}
.schema-faq-section.active  strong.schema-faq-question{
    padding-bottom:0;
}
.schema-faq-section.active{
    border: 1px solid #0066cc66 !important;
    /*border-bottom: 0px !important;*/
    background: #f5f8fb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
p.schema-faq-answer {
    display: none;
    padding: 12px 20px 20px 20px;
    margin-bottom: 0;
}
.wp-block-audio {
    box-sizing: border-box;
    background: #f1f3f4;
    border-radius: 8px;
    padding: 0px 16px;
    margin: 30px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
figure.wp-block-audio::before {
    content: "Listen to article";
    display: inline-block;
    /*font-family: 'Lexend', sans-serif;*/
    font-weight: 600;
    font-size: 16px;
    color: #12334E;
    width: 140px;
}

@media  (max-width:1024px){
   p.schema-faq-answer {
        font-size:16px!important;
        line-height:24px!important;
        font-weight:400!important;
    } 
}
@media  (max-width:767px){
   strong.schema-faq-question {
        display: block;
        /*padding: 16px 0px 16px 0px;*/
        font-size: 16px;
        line-height: 24px;
    } 
    .wp-block-audio {
        box-sizing: border-box;
        background: #f1f3f4;
        border-radius: 8px;
        padding: 0 16px;
        margin: 30px 0;
        position: relative;
        display: block;
        justify-content: center;
        align-items: center;
        border-radius: 25px;
        padding-top: 20px;
    }
    figure.wp-block-audio::before {
        content: "Listen to article";
        display: inline-block;
        font-weight: 600;
        font-size: 16px;
        color: #12334e;
        width: 100%;
        padding-left: 25px;
    }
    /*p.schema-faq-answer {*/
    /*    display: none;*/
        /*padding: 16px 0;*/
    /*}*/
}