.tw-wrapper{max-width:1000px;margin:auto}
.tw-buttons{text-align:center;margin-bottom:20px}
.tw-btn{padding:8px 14px;margin:5px;border:none;background:#ccc;cursor:pointer}
.tw-btn.active{background:#ff6600;color:#fff}
.tw-card{backdrop-filter:blur(10px);background:rgba(255,255,255,0.2);border-radius:20px;padding:25px;text-align:center;transition:0.5s;transform:scale(0.9)}
.swiper-slide-active .tw-card{transform:scale(1.1);background:#fff}
.tw-img{width:70px;height:70px;border-radius:50%;margin-bottom:10px}
.tw-stars{color:gold}
.tw-prev,.tw-next{position:absolute;top:50%;transform:translateY(-50%);background:#ff6600;color:#fff;padding:10px;cursor:pointer;z-index:10}
.tw-prev{left:-40px}
.tw-next{right:-40px}
.tw-pagination{margin-top:20px;text-align:center}
