.inner-page__banner {
    background-image: url('../testimonials/testimonials.png') !important;
}


#testimonial .nav-tabs{
    background: var(--footer1);
    border: none;
}
#testimonial .nav-tabs .nav-link{
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #777986;
    background: transparent;
    border: none;
}
#testimonial .nav-tabs .nav-link.active{
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.03em;
    color: var(--font-color);
    border-bottom: 1px solid;
    width: fit-content;
    margin: 0 auto;
}
:is([data-theme="light"]) :is(.testimonial-details){
    box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
}
.testimonial-details{
    background: var(--bg-item-color);
    border-radius: 2px;
    padding: 60px 40px 40px 40px;
}
.testimonial-details img{
    margin-top: -120px;
}
.testimonial-details p{
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.0025em;
    color: var(--font-color);
    opacity: 0.7;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.testimonial-details .name h3{
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: var(--font-color);
}
.testimonial-details .name > p{
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: var(--font-color);
    opacity: 0.7;
    border: none;
    padding-bottom: 0px;
    margin: 0px;
}
#testimonial .tab-pane .fade{
    transition: opacity 0.5s linear;
}
:root {
    --star-size: 25px;
    --star-color: lightgray;
    --star-background: #FFC107;
    ;
 }
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    line-height: 0;
 }
.Stars::before {
    content: '★★★★★';
    letter-spacing: 5px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#testimonial .client_btn a{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #D8425C;
    border: 1px solid #D8425C;
    padding: 13px 43px 13px 43px;
    text-decoration: none;
}



#cta .cloud_cta{
    background-image:url('../testimonials/img.png');
    padding: 50px;
    background-repeat: no-repeat;
}
#cta .title {
    position: relative;
    margin-top: 110px;
}
#cta .cloud_cta h2{
    font-weight: 700;
    font-size: 32px;
    line-height: 65px;
    letter-spacing: 0.05em;
    color: var(--hover-color);
}
#cta .cloud_cta p{
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: var(--hover-color);
    opacity: 0.8;
    padding-bottom: 20px; 
}
#cta .cloud_cta a{
    color: var(--hover-color);
    text-decoration: none;
    margin-top: 20px;
}
.about__it{
    padding: 184px 0 140px;
}

@media (max-width:767px){
    .about__it{
        padding: 0;
    }
    .c__cta{
        padding: 50px 0 0;
    }
    #cta .cloud_cta{
        padding: 30px;
    }
    #cta .cloud_cta h2{
        font-size: 18px;
        line-height: 26px;
    }
    #cta .cloud_cta p{
        font-size: 12px;
        line-height: 15px;
        margin: 15px 0;
    }
    #cta .cloud_cta a{
        font-size: 12px;
        margin-top: 0;
    }
    #testimonial .nav-tabs .nav-link.active,#testimonial .nav-tabs .nav-link,.testimonial-details p{
        font-size: 14px;
        line-height: 22px;
    }
    .testimonial-details .name h3{
        font-size: 14px;
        line-height: 22px;
        margin: 0px;
    }
    .testimonial-details{
        padding: 25px 20px 40px 20px;
    }
    .testimonial-details .name > p{
        font-size: 12px;
        line-height: 22px;
    }
    .Stars{
        font-size: 18px;
    }
    .Stars::before{  
        letter-spacing: 2px;
    }
    .testimonial-details img{
        width: 55px;
        margin-top: -60px;
    }
    #testimonial .client_btn a{
        font-size: 12.6933px;
        line-height: 14px;
    }
}