

.slider-header {
    margin-bottom: 1.5rem;
}

.slider-header h2 {
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 0;
}

.slider-nav .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #333;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-nav .btn:hover {
    background-color: #f8f9fa;
    border-color: #ccc;
}

.swiper-container {
    width: 100%;
    overflow: hidden; 
}

.swiper-slide {
    width: auto; 
}
