/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 22 2025 | 01:15:21 */
/* Fade animation for auto-rotating tabs */
.auto-tabs {
    transition: opacity 0.4s ease;
}

.auto-tabs.fade-out {
    opacity: 0.3;
}

.auto-tabs.fade-in {
    opacity: 1;
}
