.testimonial-container{padding:20px 55px}.testimonial-container.bg-black{background-color:black;color:white}.testimonial-container.bg-white{background-color:white;color:black}.testimonial-header{display:flex;justify-content:space-between;align-items:center}.testimonial-header .header-text{display:flex;flex-direction:column;align-items:flex-start}.quote-icon{position:absolute;top:15px;right:15px;font-size:22px;color:red}.testimonial-header .header-text h3{margin:0;font-size:17px;color:red!important}.testimonial-header .header-text h2{margin-top:5px;font-size:40px;font-weight:500}.testimonial-container.bg-black .testimonial-header .header-text h2{color:white}.testimonial-container.bg-white .testimonial-header .header-text h2{color:black}.testimonial-header .header-arrows{display:flex;gap:15px}.testimonial-header .arrow-circle{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.testimonial-container.bg-black .testimonial-header .arrow-circle{border:1px solid #aaa;color:#aaa}.testimonial-container.bg-white .testimonial-header .arrow-circle{border:1px solid black;color:black}.testimonial-header .arrow-circle:hover{background-color:white;color:black}.testimonial-container.bg-white .testimonial-header .arrow-circle:hover{background-color:#eee;color:black}.testimonial-container.bg-black .testimonial-header .arrow-circle:hover{background-color:#333;color:white}.testimonial-header .arrow-circle svg{font-size:1.2em}.testimonial-grid-container{overflow-x:auto;padding:20px 5px;scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.testimonial-grid-container::-webkit-scrollbar{display:none}.testimonial-grid{display:flex;gap:25px}.testimonial-item{flex:0 0 auto;position:relative;width:400px;padding:24px;height:400px;border-radius:8px;display:flex;flex-direction:column;align-items:start;justify-content:center;text-align:start;scroll-snap-align:start}.testimonial-container.bg-black .testimonial-item{border:1px solid rgba(255,255,255,.1);background-color:rgba(0,0,0,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.testimonial-container.bg-white .testimonial-item{border:1px solid rgba(0,0,0,.1);background-color:rgba(255,255,255,.8);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.testimonial-item h3{font-size:20px;font-weight:500;margin-bottom:20px}.testimonial-container.bg-black .testimonial-item h3{color:white}.testimonial-container.bg-white .testimonial-item h3{color:black}.testimonial-container.bg-black .testimonial-item p{color:#aaa}.testimonial-container.bg-white .testimonial-item p{color:#555}.testimonial-item .link{margin-top:20px;font-weight:400;text-transform:uppercase;text-decoration:underline}.testimonial-container.bg-black .testimonial-item .link{color:white}.testimonial-container.bg-white .testimonial-item .link{color:black}.testimonial-author{margin-top:20px}.star-rating{display:flex;gap:4px;margin-top:8px}@media (max-width:767px){.testimonial-container{padding:10px 25px}.testimonial-header .header-text h3{font-size:16px}.testimonial-header .header-text h2{font-size:24px}.testimonial-item{width:calc(100vw - 50px);height:auto;min-height:300px}.testimonial-item p{font-size:15px}.testimonial-header .arrow-circle{width:30px;height:30px}.testimonial-header .arrow-circle svg{font-size:12px}.quote-icon{font-size:18px}}@media (max-width:480px){.testimonial-item{width:calc(100vw - 50px);height:auto;min-height:300px}.testimonial-item h3{font-size:17px}}