.testimonial-page .new-contact-section,.testimonial-page .testinomial-contact-section{padding-top:5px}.testimonial-page-hero{position:relative;text-align:center;padding:100px 20px;color:#000;background:no-repeat bottom/cover;overflow:hidden}.testimonial-page-hero-content{position:relative;max-width:900px;z-index:1}.testimonial-page-hero-heading{font-size:42px;font-weight:700;line-height:1.3;margin-bottom:20px}.testimonial-page-hero-description{font-size:18px;color:#333;max-width:700px;margin:0 auto;line-height:1.6}.testimonial-page-section{padding:60px 20px;background-color:var(--background);text-align:center}.testimonial-page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:25px;max-width:1200px;margin:0 auto}.testimonial-page-card{background:var(--card-bg);border-radius:12px;padding:25px 20px;box-shadow:0 3px 3px rgba(0,0,0,.08);position:relative;text-align:left}.testimonial-page-quote-icon{display:block;margin-bottom:10px}.testimonial-page-quote-icon svg{height:30px}.testimonial-page-text{font-size:15px;color:var(--muted-dark-1);line-height:1.6;margin-bottom:20px}.testimonial-page-author{display:flex;width:calc(100% - 20px);align-items:center;gap:12px}.testimonial-page-author-img{width:45px;height:45px;border-radius:50%;object-fit:cover}.testimonial-page-author-name{font-size:16px;font-weight:700;margin:0}.testimonial-page-author-designation{font-size:14px;color:var(--muted-dark-2);margin:0}.testimonial-page-source-icon{width:24px;height:24px;margin-left:auto}.testimonials-container{display:flex;gap:32px;max-width:1200px;margin-inline:auto;justify-content:space-around;height:750px;width:100%;padding:24px}.testimonials-column{height:100%;width:30%;overflow:hidden;mask-image:linear-gradient(180deg,transparent 0,#000 15%,#000 85%,transparent)}.testimonials-column-inner{display:flex;flex-direction:column;gap:24px;animation-timing-function:linear;animation-iteration-count:infinite}.testimonials-column:hover .testimonials-column-inner{animation-play-state:paused}.testimonials-column:first-child .testimonials-column-inner{animation-name:scrollUp;animation-duration:12s}.testimonials-column:nth-child(2) .testimonials-column-inner{animation-name:scrollDown;animation-duration:20s}.testimonials-column:nth-child(3) .testimonials-column-inner{animation-name:scrollUp;animation-duration:15s}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scrollDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media (max-width:900px){.testimonials-container{gap:16px;padding:16px}.testimonials-column{width:48%}.testimonials-column:nth-child(3){display:none}.testimonials-column:hover .testimonials-column-inner{animation-play-state:running}}@media (max-width:640px){.testimonials-container{flex-direction:column;height:fit-content}.testimonial-page-card{margin:5px}.testimonial-page-text{height:200px;overflow-y:auto}.testimonials-container .testimonial-swiper{width:100%}.testimonial-button-next,.testimonial-button-prev{width:35px;height:35px;border-radius:50%;position:relative;background-color:#4f46e5;transition:.1s}.testimonial-button-next:hover,.testimonial-button-prev:hover{background-color:#322bc8}.testimonial-button-next img,.testimonial-button-prev img{width:19px;height:19px;filter:invert(1)}}