/* Fallback styles for slider without JavaScript */
.slider-fallback {
    padding: 2rem;
    background: #f5f5f5;
    border-radius: 8px;
    margin: 2rem 0;
}

.slider-fallback ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider-fallback li {
    padding: 1.5rem;
    margin-bottom: 1rem;
    background: white;
    border-left: 4px solid #4256F9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.slider-fallback li:last-child {
    margin-bottom: 0;
}

.slider-fallback a {
    font-size: 1.25rem;
    font-weight: 600;
    color: #4256F9;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.slider-fallback a:hover {
    text-decoration: underline;
}

.slider-fallback strong {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 0.5rem;
}

.slider-fallback p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Ensure first slide is visible without JS */
.swiper-wrapper {
    display: flex;
}

.swiper-slide:first-child {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Language menu links - maintain visual consistency with previous sections */
.lang-menu-link {
    display: inline-block;
    margin: 0.5rem 0;
    cursor: pointer;
    color: #808080;
    font-size: 0.875rem;
    font-family: "FSEmeric-SemiBold", "Raleway", sans-serif;
    transition: all 900ms cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
    text-decoration: none;
}

.lang-menu-link:hover,
.lang-menu-link:focus {
    color: #4256f9;
    text-decoration: none;
}

/* Ensure links are keyboard accessible */
.lang-menu-link:focus {
    outline: 2px solid #4256f9;
    outline-offset: 2px;
}
