*{box-sizing:border-box;margin:0;padding:0}.testimonials-section{margin:0 auto;max-width:1200px;padding:2rem 1rem;width:100%}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.testimonial-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:space-between}.testimonial-header{align-items:center;border-bottom:1px solid #d3d3d3;display:flex;margin-bottom:.5rem;padding-top:1.5rem}.testimonial-photo{border-radius:50%;height:60px;margin-left:1.5rem;margin-right:1rem;object-fit:cover;width:60px}.testimonial-info{display:flex;flex-direction:column;justify-content:center}.testimonial-name{font-size:1.1rem;margin-bottom:.25rem}.testimonial-stars .star{color:#ff9800;font-size:1rem;margin-right:2px}.testimonial-date{color:#777;font-size:.9rem;margin-bottom:.5rem}.testimonial-text{color:#333;display:-webkit-box;height:9em;line-height:1.5em;margin:1.5rem 0;padding:0 1.5rem;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}.testimonial-google{align-items:center;color:#4285f4;display:inline-flex;font-weight:500;justify-content:space-between;padding:1.5rem;text-decoration:none}.google-icon{height:30px;margin-right:.5rem;width:30px}.view_on_google:hover{text-decoration:underline}.copyLinkButton{background:transparent;border:none;color:#0050a4}@media (max-width:992px){.testimonials-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.testimonials-container{grid-template-columns:1fr}}.callout{border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#fff;padding:1rem;position:fixed;right:20px;top:20px;transition:opacity .5s ease;z-index:1000}.callout.hidden{opacity:0;pointer-events:none}.callout.visible{opacity:1}.callout.success{background-color:#4caf50}.callout.error{background-color:#f44336}