.feedback-section .feedback-container{align-items:center;display:flex;gap:2rem;margin:auto}.feedback-section .feedback-cards-wrapper{flex:1 1}.feedback-section .feedback-cards-wrapper,.feedback-section .feedback-viewport{overflow:hidden;position:relative;width:100%}.feedback-section .feedback-cards{display:flex;gap:1.5rem;width:-webkit-fit-content;width:fit-content;will-change:transform}.feedback-section .feedback-card{background:#fff;border-radius:20px;box-shadow:0 6px 20px #00000014;box-sizing:border-box;flex:0 0 360px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease;width:360px}.feedback-section .feedback-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.feedback-section .feedback-card .quote{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#444;display:-webkit-box;font-size:.95rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem;overflow:hidden}.feedback-section .profile{align-items:center;display:flex;gap:1rem}.feedback-section .avatar-wrapper{align-items:center;background:linear-gradient(135deg,var(--primaryColor),#8b1c1c);border-radius:50%;display:flex;flex-shrink:0;height:64px;justify-content:center;padding:3px;width:64px}.feedback-section .avatar{border:2px solid #fff;border-radius:50%;height:58px;object-fit:cover;width:58px}.feedback-section .name{color:#222;font-weight:700;margin-bottom:2px}.feedback-section .role{color:#777;font-size:.8rem;margin-bottom:4px}.feedback-section .stars{color:gold;font-size:.9rem;letter-spacing:1px}.feedback-section .arrow{align-items:center;background:var(--primaryColor);border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .18s ease;width:44px;z-index:20}.feedback-section .arrow.left{left:8px}.feedback-section .arrow.right{background:var(--primaryColor);color:#fff;right:8px}.feedback-section .arrow.disabled{cursor:not-allowed;opacity:.45;pointer-events:none;transform:translateY(-50%) scale(.98)}.feedback-section .arrow.active:hover{box-shadow:0 6px 20px #00000038;transform:translateY(-50%) scale(1.06)}.feedback-section .arrow.left.active:hover,.feedback-section .arrow.right.active:hover{background:var(--secondaryColor)}.feedback-section .dots-container{display:flex;gap:8px;justify-content:center;margin-top:2rem}.feedback-section .dot{background:#fff;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .2s ease;width:12px}.feedback-section .dot.active{background:var(--primaryColor);transform:scale(1.2)}.feedback-section .dot:hover{background:#bbb}.feedback-section .dot.active:hover{background:var(--primaryColor)}@media (max-width:1200px){.feedback-section .feedback-cards{gap:1rem}.feedback-section .feedback-card{flex:0 0 320px;width:320px}}@media (max-width:900px){.feedback-section .feedback-container{align-items:flex-start;flex-direction:column;gap:1.5rem}.feedback-section .arrow{display:flex;font-size:1.1rem;height:40px;opacity:.98;width:40px}.feedback-section .feedback-viewport{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.feedback-section .feedback-card{flex:0 0 300px;max-width:320px;min-width:280px;width:300px}.feedback-section .dots-container{display:none}}@media (max-width:640px){.feedback-section{padding:2rem 1rem}.feedback-section .feedback-card{flex:0 0 280px;max-width:300px;min-width:260px;width:280px}.feedback-section .arrow{height:36px;width:36px}.feedback-section .arrow.left{left:6px}.feedback-section .arrow.right{right:6px}}
/*# sourceMappingURL=836.f17a89fd.chunk.css.map*/