body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    
}

.swiper {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ca8929;
    height: 100%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.swiper-slide img {
    width: 100%;
    height: 500px; /* Image height */
    object-fit: cover;
}
