.gallery-carousel-controls { display: flex; justify-content: center; gap: 10px; margin-top: 10px; }.gallery-carousel-controls button { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid #f0d7c1; border-radius: 50%; background: #fff; color: #8a3b00; cursor: pointer; font: 400 1.35rem/1 "Source Sans 3", sans-serif; transition: background .2s ease, color .2s ease, transform .2s ease; }.gallery-carousel-controls button:hover { transform: translateY(-2px); border-color: #FC6C00; background: #FC6C00; color: #fff; }
.testimonial-dots { display: flex; justify-content: center; gap: 11px; margin-top: 27px; }.testimonial-dots button { width: 11px; height: 11px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.34); cursor: pointer; transition: transform .2s ease, background .2s ease; }.testimonial-dots button:hover { background: rgba(255,255,255,.78); }.testimonial-dots button.is-active { background: #ffc145; transform: scale(1.25); }
