.ts-7eda88f9-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.ts-7eda88f9-container .swiper-slide {
    display: flex;
    flex-direction: row;
    min-height: 60vh;
    background-color: transparent !important;
}

.ts-7eda88f9-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    box-sizing: border-box;
    /* Gradient applied inline via PHP/JS */
}

.ts-7eda88f9-right {
    width: 50%;
    background-color: transparent;
}

.ts-7eda88f9-content h3 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.ts-7eda88f9-content .slide-content {
    font-size: 1.2rem;
    line-height: 1.6;
}

.ts-7eda88f9-container .swiper-button-next,
.ts-7eda88f9-container .swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.2);
    padding: 30px 20px;
    border-radius: 5px;
}

.ts-7eda88f9-container .swiper-pagination-bullet-active {
    background: #31ACD9;
}

/* Responsive */
@media (max-width: 768px) {
    .ts-7eda88f9-container .swiper-slide {
        flex-direction: column;
    }
    .ts-7eda88f9-left, .ts-7eda88f9-right {
        width: 100%;
    }
    .ts-7eda88f9-left {
        min-height: 50vh;
        padding: 2rem;
    }
}