.ts-wrapper-ad142454 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.ts-main-container-ad142454 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 60px; /* space for arrows */
}

.ts-slide-inner-ad142454 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Card on right */
    min-height: 450px;
}

.ts-image-wrap-ad142454 {
    position: absolute;
    left: 0;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.ts-image-wrap-ad142454 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ts-card-ad142454 {
    position: relative;
    z-index: 2;
    background: #ffffff;
    width: 60%;
    padding: 50px 60px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    margin-right: 20px;
}

.ts-card-title-ad142454 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.ts-card-desc-ad142454 {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.ts-card-bottom-ad142454 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.ts-card-name-ad142454 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
}

.ts-card-role-ad142454 {
    font-size: 14px;
}

/* Nav Buttons */
.ts-nav-btn-ad142454 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    background: transparent;
    transition: all 0.3s;
}
.ts-nav-btn-ad142454:hover {
    background: rgba(0,0,0,0.03);
}

.ts-nav-prev-ad142454 { left: 0; }
.ts-nav-next-ad142454 { right: 0; }


/* Thumbs Slider */
.ts-thumbs-container-ad142454 {
    max-width: 1000px;
    margin: 0 auto;
}

.ts-thumbs-swiper-ad142454 {
    padding: 20px 0;
}

.ts-thumb-slide-ad142454 {
    width: 140px !important;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.ts-thumb-slide-ad142454 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.ts-thumb-slide-ad142454.swiper-slide-thumb-active {
    opacity: 1;
    transform: scale(1.1);
}

.ts-thumb-slide-ad142454.swiper-slide-thumb-active img {
    filter: grayscale(0%);
}

@media(max-width: 992px) {
    .ts-slide-inner-ad142454 {
        flex-direction: column;
        justify-content: center;
    }
    .ts-image-wrap-ad142454 {
        position: relative;
        width: 300px;
        height: 300px;
        margin-bottom: -50px;
    }
    .ts-card-ad142454 {
        width: 90%;
        margin-right: 0;
        padding: 30px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .ts-main-container-ad142454 {
        padding: 0 56px; /* keeps arrow clearance (arrows are 48px) */
    }
    .ts-image-wrap-ad142454 {
        width: 220px;
        height: 220px;
    }
    .ts-thumb-slide-ad142454 {
        width: 100px !important;
        height: 100px;
    }
    .ts-card-ad142454 {
        width: 75vw;
        margin-right: 0;
        box-sizing: border-box;
        max-height: 60vh;
        overflow-y: auto;
    }
}

@media (max-width: 480px) {
    .ts-main-container-ad142454 {
        padding: 0 52px;
    }
    .ts-card-ad142454 {
        padding: 20px 16px;
    }
    .ts-card-title-ad142454 {
        font-size: 20px;
    }
}
