/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2026 | 12:19:11 */
/* Continuous smooth logo marquee */
.xllm-wrapper {
    overflow: hidden !important;
    width: 100%;
}

.xllm-track {
    display: flex !important;
    width: max-content !important;
    will-change: transform;
    animation: none !important;
}

.xllm-group {
    display: flex !important;
    flex-shrink: 0 !important;
}

.xllm-item {
    flex-shrink: 0 !important;
}

/* Better GPU rendering */
.xllm-track,
.xllm-group,
.xllm-item {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}