/* Kopi Saigon Autoplay Progress Bar and Smooth Slide Transitions */
.e-n-tab-title {
    position: relative !important;
    overflow: visible !important; /* Ensure progress bar is not cropped */
    padding-bottom: 12px !important;
}

.tab-progress-container-c49aa8d6 {
    position: absolute;
    bottom: -4px; /* Move slightly below or keep at 0 but with overflow visible */
    left: 0;
    width: 100%;
    height: 4px; /* Slightly thicker for visibility */
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 999; /* Ensure it is on top of any borders */
}

.tab-progress-bar-c49aa8d6 {
    height: 100%;
    width: 0%;
    background-color: #6d4c41; /* Clean brand matching progress color */
    transition: width 0.05s linear;
}

/* Slide Right Animation overrides - Slower and Smoother (0.9s duration) */
.elementor-widget-nested-tabs .e-n-tab-content {
    transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.9s ease !important;
}
