.testimonials-section{position:relative;width:100%;height:100vh;background-image:url(/images/testimonials/security-background-photo.webp);background-position:center center;background-size:cover;display:flex;align-items:center;justify-content:end;padding:5rem 0 4rem 3rem}.background-container{width:100%;max-width:2000px;height:100%;min-height:500px;display:flex;position:relative}.background-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(108.65deg,#1aab7a,#12408e 96.79%);opacity:.8;z-index:0}.green-panel{position:relative;width:35%;padding:3rem 1.5rem 3rem 2rem;display:flex;flex-direction:column;justify-content:space-around}.quote-icon{position:absolute;top:0;transform:translateY(-30%);left:4rem;width:160px;height:160px}.quote-icon svg{width:100%;filter:drop-shadow(0 15px 35px rgba(0,0,0,.2))}.title{font-size:3rem;font-weight:700;color:#fff;line-height:1.1;padding-top:7.5rem}.testimonials-container{flex:1;display:flex;flex-direction:column;padding:0 0 50px;position:relative;min-height:0}.testimonials-wrapper{flex:1;display:grid;grid-area:1 / 1;grid-template-columns:1fr 1fr;gap:30px;padding:0 0 0 30px;overflow:hidden;position:relative;min-height:0}.testimonial-card{margin-bottom:20px;overflow-y:auto;background-color:#dde6e2;padding:40px 25px 30px;flex-direction:column;align-items:center;text-align:left;gap:20px;box-shadow:8px 8px 17px #00000040;display:none;transform:translate(0);border-radius:0 0 20px 20px;transition:opacity .5s ease,transform .6s ease;min-height:0}.testimonial-card.active{display:flex}.testimonial-card.slide-out-left{animation:slideOutLeft .6s ease forwards}.testimonial-card.slide-in-right{animation:slideInRight .6s ease forwards}.testimonial-card.slide-out-right{animation:slideOutRight .6s ease forwards}.testimonial-card.slide-in-left{animation:slideInLeft .6s ease forwards}@keyframes slideOutLeft{0%{display:none;transform:translate(0) scale(1)}to{display:flex;transform:translate(-100%) scale(.9)}}@keyframes slideInRight{0%{display:none;transform:translate(100%) scale(.9)}to{display:flex;transform:translate(0) scale(1)}}@keyframes slideOutRight{0%{display:none;transform:translate(0) scale(1)}to{display:flex;transform:translate(100%) scale(.9)}}@keyframes slideInLeft{0%{display:none;transform:translate(-100%) scale(.9)}to{display:flex;transform:translate(0) scale(1)}}.avatar{width:130px;height:130px;border-radius:50%;border:2px solid #254463;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:2px 4px 4px #25446340}.avatar img{max-width:105px;max-height:105px}.testimonial-card.active .avatar{animation:avatarZoom .6s ease .2s backwards}@keyframes avatarZoom{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.name{font-size:1.5rem;font-weight:700;color:#254463;margin-top:1rem;align-self:start}.testimonial-card.active .name{animation:fadeInUp .6s ease .3s backwards}.testimonial-text{font-size:.85rem;color:#4a4a4a;margin:0}.testimonial-card.active .testimonial-text{animation:fadeInUp .6s ease .4s backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.controls-wrapper{display:flex;align-items:center;justify-content:space-between;width:50%;padding:0 0 0 30px}.nav-button{width:40px;height:40px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.nav-button:hover{background:#ffffff26;border-color:#fffc;transform:scale(1.05)}.slider-dots{display:flex;gap:10px}.dot{width:10px;height:10px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);padding:0}.dot.active{background:#fff;width:28px;border-radius:5px}@media (min-height: 1000px){.testimonials-section{height:65vh}}@media (max-width: 900px){.testimonial-text{font-size:1.2rem}.testimonials-section{padding:3rem 2rem;height:80vh}.green-panel{width:100%}.title{padding-top:3.5rem;font-size:3rem}.testimonials-wrapper{padding:0 1rem;grid-template-columns:1fr}.testimonials-container{padding:0}.background-container{width:100%;height:100%;flex-direction:column}.background-container:before{width:100%;height:100%}.testimonial-card{border-radius:20px}.controls-wrapper{width:100%;padding:0 1.2rem 1.5rem}}@media (max-width: 700px){.testimonial-text{font-size:.85rem}.testimonials-section{padding:2rem 1rem;height:100vh}.green-panel{padding:20px 30px}.title{font-size:1.8rem}.quote-icon{left:1rem;width:90px;height:90px}.testimonial-card{padding:20px 25px}.nav-button{width:45px;height:45px}.background-container{width:100%;height:100%;flex-direction:column}.background-container:before{width:100%;height:100%}.name{margin-top:0}}.testimonial-card{scrollbar-width:thin;scrollbar-color:#c5c5c5 transparent}.testimonial-card::-webkit-scrollbar{width:8px}.testimonial-card::-webkit-scrollbar-track{background:transparent}.testimonial-card::-webkit-scrollbar-thumb{background-color:#c5c5c5;border-radius:10px;border:2px solid transparent;background-clip:content-box}.testimonial-card::-webkit-scrollbar-thumb:hover{background-color:#a8a8a8}.testimonial-card::-webkit-scrollbar-button{width:0;height:0;display:none}
