.custom-carousel-wrapper-05008a34 {
    position: relative;
    width: 100%;
}

.custom-carousel-container-05008a34 {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px; /* space for pagination if enabled */
}

/* Ensure slides have layout in case Swiper fails to load */
.custom-carousel-container-05008a34 .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.carousel-slide-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    outline: none;
    flex-shrink: 0;
}

.carousel-slide-inner {
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.carousel-slide-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.carousel-slide-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    transition: transform 0.5s ease;
}

.carousel-slide-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.carousel-slide-title {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.carousel-slide-desc {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

/* Swiper navigation tweaks */
.custom-carousel-container-05008a34 .swiper-button-next,
.custom-carousel-container-05008a34 .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.custom-carousel-container-05008a34 .swiper-button-next::after,
.custom-carousel-container-05008a34 .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

.custom-carousel-container-05008a34 .swiper-pagination-bullet-active {
    background: #0073aa;
}
