.swiper-container {
    width: 100%;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    width: 220px !important; /* Custom width */
    height: 230px !important; /* Custom height */
    border-radius: 20px;

}

.carousel-image {
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 8px;
}

.carousel-content {
    text-align: center;
    color: #ffffff; /* Text color */
    width: 80%;
    height: 80%;
    margin-top: 10px !important;
}

.align-left .carousel-content {
    text-align: left;
    align-items: flex-start;
}

.align-center .carousel-content {
    text-align: center;
    align-items: center;
}

.align-right .carousel-content {
    text-align: right;
    align-items: flex-end;
}

.carousel-title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
    padding: 0;
}

.carousel-description {
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 0;
}

/*!* RTL support *!*/
/*.swiper-container.rtl {*/
/*    direction: rtl;*/
/*}*/

/*.swiper-container.ltr {*/
/*    direction: ltr;*/
/*}*/