.service-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #cbd5e1; /* gray-300 */
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.service-dot.active {
    background-color: #4b5563; /* gray-600 */
}

#service-carousel-container,
#service-carousel-track,
#service-carousel-track .service-card,
#service-carousel-track a,
#service-carousel-track img {
    touch-action: pan-y;
}

#service-carousel-container {
    cursor: grab;
    margin: -0.25rem;
    padding: 0.25rem;
}

#service-carousel-container.is-dragging {
    cursor: grabbing;
}

#service-carousel-track,
#service-carousel-track * {
    user-select: none;
    -webkit-user-select: none;
}

#service-carousel-track a {
    -webkit-user-drag: none;
}
