.ucw-tabs-carousel{
padding:30px;
background:#fff;
border-radius:10px;
}

.ucw-heading{
font-size:24px;
font-weight:700;
margin-bottom:20px;
}

.ucw-tabs{
display:flex;
gap:20px;
margin-bottom:20px;
list-style:none;
}

.ucw-tabs li{
cursor:pointer;
font-weight:600;
}

.ucw-card{
background:#f7f7f7;
padding:15px;
border-radius:10px;
text-align:center;
}

.ucw-card img{
width:100%;
}

.ucw-btn{
border:1px solid #ff4605;
padding:8px 16px;
display:inline-block;
margin-top:10px;
color:#ff4605;
border-radius:6px;
text-decoration:none;
}

.ucw-view-all{
display:inline-block;
margin-top:20px;
color:#ff4605;
font-weight:600;
}