.reviews-section{
padding:80px 0;
background:#f8f9fa;
}

#hw-google-reviews{
width:100%;
max-width:1400px;
margin:0 auto;
}

.hw-header{
text-align:center;
margin-bottom:5px;
}

.hw-rating{
font-size:16px;
font-weight:600;
color:#f96d00;
}

.hw-count{
font-size:11px;
color:#888;
margin-top:0;
}

.hw-controls{
text-align:right;
margin-bottom:20px;
}

.hw-controls button{
width:45px;
height:45px;
border:none;
border-radius:50%;
background:#f96d00;
color:#fff;
font-size:24px;
cursor:pointer;
margin-left:10px;
transition:0.3s;
}

.hw-controls button:hover{
opacity:0.9;
}

.hw-slider{
display:flex;
flex-wrap:nowrap;
overflow-x:auto;
gap:20px;
padding:10px 0 20px;
scroll-behavior:smooth;
scrollbar-width:thin;
}

.hw-slider::-webkit-scrollbar{
height:8px;
}

.hw-slider::-webkit-scrollbar-thumb{
background:#ddd;
border-radius:10px;
}

.hw-review-card{
flex:0 0 300px;
background:#fff;
border-radius:12px;
padding:20px;
box-shadow:0 4px 20px rgba(0,0,0,.08);
transition:.3s;
}

.hw-review-card:hover{
transform:translateY(-5px);
}

.hw-review-top{
display:flex;
align-items:center;
gap:12px;
margin-bottom:15px;
}

.hw-avatar{
width:55px;
height:55px;
border-radius:50%;
object-fit:cover;
}

.hw-date{
font-size:13px;
color:#888;
}

.hw-stars{
color:#f96d00;
font-size:18px;
margin-bottom:10px;
}

.hw-text{
font-size:14px;
line-height:1.6;
color:#444;
max-height:130px;
overflow:hidden;
}

.hw-footer{
text-align:center;
margin-top:35px;
}

.hw-footer a{
display:inline-block;
background:#4285F4;
color:#fff;
padding:14px 30px;
border-radius:6px;
text-decoration:none;
font-weight:600;
}

@media(max-width:767px){

```
.hw-rating{
    font-size:28px;
}

.hw-review-card{
    flex:0 0 260px;
}
```

}

.reviews-section .heading-section{
    margin-bottom: 15px !important;
}

.reviews-section .subheading{
    margin-bottom: 5px !important;
    display: block;
}

.reviews-section h2{
    margin-bottom: 10px !important;
}

.hw-header{
    margin-top: 0;
    margin-bottom: 10px;
}