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