.ts-a8c3360c-container {
    --ts-accent-color: #ff6b2c;
    font-family: 'Inter', sans-serif;
    padding: 60px 20px;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
}

.ts-a8c3360c-header {
    text-align: center;
    margin-bottom: 50px;
}

.ts-a8c3360c-badge {
    display: inline-block;
    padding: 6px 12px;
    background-color: rgba(255, 107, 44, 0.1);
    color: var(--ts-accent-color);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ts-a8c3360c-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
}

.ts-a8c3360c-subheading {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.ts-a8c3360c-slider-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 50px;
}

.ts-a8c3360c-slider-wrapper.ts-hide-arrows {
    padding: 0;
}

.ts-a8c3360c-swiper {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0 60px 0 !important;
}

.ts-hide-dots .ts-a8c3360c-swiper {
    padding-bottom: 20px !important;
}

.ts-a8c3360c-card {
    background: #fff;
    border: 1.5px solid var(--ts-accent-color);
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUpIn 0.6s forwards;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.ts-a8c3360c-bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 0.15;
}

.ts-a8c3360c-card-inner {
    position: relative;
    z-index: 1;
}

.swiper-slide-active .ts-a8c3360c-card {
    opacity: 1;
    transform: translateY(0);
}

.ts-a8c3360c-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.ts-a8c3360c-stars {
    color: var(--ts-accent-color);
    margin-bottom: 10px;
    display: flex;
    gap: 4px;
}

.ts-a8c3360c-content-split {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    width: 100%;
}

/* Image Positioning Styles */
.ts-image-pos-right .ts-a8c3360c-content-split {
    flex-direction: row-reverse;
}

.ts-image-pos-left .ts-a8c3360c-content-split {
    flex-direction: row;
}

.ts-image-pos-top .ts-a8c3360c-content-split {
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.ts-image-pos-top .ts-a8c3360c-stars,
.ts-image-pos-bottom .ts-a8c3360c-stars {
    justify-content: center;
}


.ts-image-pos-bottom .ts-a8c3360c-content-split {
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
}

.ts-image-pos-middle .ts-a8c3360c-content-split {
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.ts-image-pos-middle .ts-a8c3360c-text-area {
    display: flex;
    flex-direction: column;
}
.ts-image-pos-middle .ts-a8c3360c-review {
    order: 1;
}
.ts-image-pos-middle .ts-a8c3360c-image-area {
    order: 2;
    margin: 20px 0;
}
.ts-image-pos-middle .ts-a8c3360c-stars {
    order: 3;
    justify-content: center;
}
.ts-image-pos-middle .ts-a8c3360c-name {
    order: 4;
}
.ts-image-pos-middle .ts-a8c3360c-designation {
    order: 5;
}



.ts-a8c3360c-text-area {
    flex: 1;
}

.ts-a8c3360c-review {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin: 0 0 20px 0;
    font-style: italic;
}

.ts-a8c3360c-name {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 5px 0;
}

.ts-a8c3360c-designation {
    font-size: 14px;
    color: #888;
    display: block;
}

.ts-a8c3360c-image-area {
    flex-shrink: 0;
}

/* Image Shapes */
.ts-a8c3360c-avatar {
    width: 80px;
    height: 80px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 2px solid #fff;
    display: block;
    margin: 0 auto;
}

.ts-shape-circle {
    border-radius: 50%;
}

.ts-shape-square {
    border-radius: 0;
}

.ts-shape-rounded {
    border-radius: 12px;
}


.ts-a8c3360c-prev,
.ts-a8c3360c-next {
    color: var(--ts-accent-color) !important;
    background: #fff;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    top: 45% !important;
}

.ts-a8c3360c-prev:after,
.ts-a8c3360c-next:after {
    font-size: 18px !important;
    font-weight: bold;
}

.ts-a8c3360c-pagination {
    bottom: 0 !important;
}

.ts-a8c3360c-pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
}

.ts-a8c3360c-pagination .swiper-pagination-bullet-active {
    background: var(--ts-accent-color);
    width: 24px;
    border-radius: 4px;
}

@keyframes fadeUpIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsiveness Override */
@media (max-width: 768px) {
    .ts-a8c3360c-slider-wrapper {
        padding: 0 20px;
    }
    .ts-a8c3360c-prev, .ts-a8c3360c-next {
        display: none !important;
    }
    
    .ts-image-pos-right .ts-a8c3360c-content-split,
    .ts-image-pos-left .ts-a8c3360c-content-split {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .ts-image-pos-right .ts-a8c3360c-stars,
    .ts-image-pos-left .ts-a8c3360c-stars {
        justify-content: center;
    }
}