
/*html {
    overflow: auto;
}
*/
/*hero section*/
.customer-stars img {
    display: block;
}
.custumer-star-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}
.customer-img img {
    max-width: 58px;
    display: block;
}
span.rate-customers {
    font-size: 16px;
}






/**/
.more-link a:after {content: ""; background: url(/wp-content/uploads/2026/01/right-arrow.svg) no-repeat; background-size: contain; width: 24px; height: 24px; display: block; }
.more-link a {display: flex; align-items: center; justify-content: center; gap: 5px; }


/*stack card*/

.stack-card-scroll .card:nth-child(2) .card__inner .card__content * {color: #101828; }




@media (max-width: 1200px) {
/**/
.client-trusted-card-img img {max-width: 180px;}



}

@media (min-width: 960px) {
.button-link.mobile-btn{display: none !important;}


}

@media (max-width: 960px) {
.custumer-star-rating {justify-content: center;}
.button-link.desktop-btn {display: none !important; }

/*hero section*/
.hero-right {margin-bottom: 50px; }
.button-link.mobile-btn {display: block !important; width: 100%; }
.button-link.mobile-btn a.vc_general {width: 100%; justify-content: center; }


/**/
.trusted-overlay {width: unset !important; }
.client-trusted-card-img img {max-width: 100%; }
.client-trusted-card {flex-direction: column; width: 220px; padding: 12px; margin-right: 12px; }
.client-trusted-content .sub-title { font-size: 18px;}



}

@media (max-width: 767px) {
span.rate-customers {font-size: 12px; }
.hero-customers-strip.mb-3 {margin-bottom: 0 !IMPORTANT; }
.client-trusted-content .sub-title { font-size: 16px;}
.client-trusted-content p {font-size: 14px;}
.marquee-btn a.marquee-link {justify-content: start; font-size: 14px; font-weight: 600; padding: 0; border: 0; }

/*stack card*/
    .home .stack-card-scroll .cards .card {top: 140px; }



}



@media (max-width: 480px) {
.client-trusted-content .sub-title { font-size: 14px;}
.client-trusted-content p {font-size: 12px;}

}