.carousel{background:var(--alabaster-grey);border-radius:20px;width:100%;max-width:900px;margin:40px auto;display:flex;overflow:hidden;box-shadow:0 8px 20px #00000014}.carousel-image{width:50%}.carousel-image img{object-fit:cover;width:100%;height:100%}.carousel-content{flex-direction:column;justify-content:center;width:50%;padding:30px;display:flex}.review-text{color:#2a4e64;margin-bottom:15px;font-size:1.1rem;font-style:italic;line-height:1.5}.stars{color:gold;margin-bottom:15px;font-size:1.3rem}.inactive-stars{color:#fff}.reviewer{color:#2a4e64;align-items:center;gap:12px;margin-bottom:20px;font-weight:600;display:flex}.avatar{background:var(--ink-black);border-radius:50%;width:45px;height:45px}.carousel-controls{margin-top:20px}.carousel-controls button{background:var(--dusk-blue);color:var(--white);cursor:pointer;border:none;border-radius:10px;margin-right:10px;padding:8px 40px;font-size:1.5rem}.carousel-controls button:hover{background:#2a4e64}@media (max-width:768px){.carousel{flex-direction:column;max-width:80%}.carousel-image{width:100%;height:250px}.carousel-image img{object-fit:cover;width:100%;height:100%}.carousel-content{text-align:center;width:100%}.reviewer{justify-content:center}.carousel-controls{justify-content:center;gap:10px;display:flex}}
