.testimonial{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);width:100%;max-width:500px;transition:transform .3s ease-in-out}.testimonial:hover{transform:translateY(-5px)}.testimonial p{font-size:16px;line-height:1.6}.testimonial .author{font-weight:700;margin-top:10px;display:flex;align-items:center}.testimonial .author i{color:#f39c12;margin-right:8px}.testimonial .date{font-size:14px;color:gray}