/* Custom CSS for MART website */

/* Disable circle progress animation on mobile devices */
@media (max-width: 767px) {
    .circle-container path {
        display: none;
    }
    
    .circle-container {
        background-color: rgba(255, 255, 255);
        border-radius: 50%;
        cursor: pointer;
    }
}