/* Neuronwell Mobile Banner Carousel */
@media (max-width:768px){
.next-to-carousel-banners{
display:flex!important;
overflow-x:auto;
overflow-y:hidden;
gap:18px;
padding:0 16px 20px;
scroll-snap-type:x mandatory;
scroll-behavior:smooth;
-webkit-overflow-scrolling:touch;
scrollbar-width:none;
}
.next-to-carousel-banners::-webkit-scrollbar{display:none;}
.next-to-carousel-banners .banner-wrapper{
flex:0 0 86%;
scroll-snap-align:center;
}
.next-to-carousel-banners img{
display:block;
width:100%;
height:auto;
border-radius:22px;
box-shadow:0 12px 35px rgba(0,0,0,.10);
}
.nw-carousel-dots{
display:flex;
justify-content:center;
gap:10px;
margin:16px 0 10px;
}
.nw-carousel-dot{
width:8px;
height:8px;
border-radius:20px;
background:#D7D9E5;
transition:.3s;
}
.nw-carousel-dot.active{
width:28px;
background:#6F5BFF;
}
}
