.gymnastics-hero {
    padding: 120px 20px 60px;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/images/gym_10_meditation.png') center/cover no-repeat;
    color: white;
}

.gymnastics-container {
    max-width: 800px;
    margin: 40px auto;
}

.slider-wrapper {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    text-align: center;
}

.slide-content {
    min-height: 400px;
}

.slide-image img {
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    margin-bottom: 20px;
}

.nav-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}

.nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.indicator {
    margin: 0 20px;
    font-weight: bold;
    color: var(--primary-color);
}
