/**
 * Testimonial Slider Clean - Premium Design
 * Version: 3.1.0
 * Designed to match BCA Business Coaching Akademie
 */

/* ================================
   WRAPPER - VOLLE BREITE
   ================================ */

.tsc-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 100px 0;
    transition: all 0.6s ease-in-out;
	background-color:#e15632;
}

.tsc-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

/* ================================
   HEADLINE (OPTIONAL)
   ================================ */


.tsc-swiper {
    width: 100%;
    padding: 0 80px;
}

/* OVERRIDE BCA SLIDER */
.tsc-swiper .swiper-slide::before,
.tsc-swiper .swiper-slide::after {
    display: none !important;
    content: none !important;
}

.tsc-swiper .swiper-slide {
    opacity: 0;
    transition: opacity 0.7s ease;
    background: transparent !important;
}

.tsc-swiper .swiper-slide-active {
    opacity: 1;
}

/* ================================
   CARD & BUBBLE - PREMIUM DESIGN
   ================================ */

.tsc-card {
    max-width: 850px;
    margin: 0 auto;
}

.tsc-bubble {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 65px 80px 65px 80px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* Bubble Arrow - Elegant */
.tsc-bubble::after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #FFFFFF;
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.04));
}

.tsc-quote-icon {
    position: absolute;
    top: 30px;
    left: 35px;
    font-size: 90px;
    line-height: 1;
    color: #F4E8D8;
    font-family: Georgia, serif;
    font-weight: bold;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}

.tsc-quote {
    position: relative;
    z-index: 2;             /* Über dem " */
}

/* Quote Text - Premium Typography */
.tsc-quote {
    font-size: 19px;
    line-height: 1.75;
    color: #2b53bc;
    text-align: center;
    margin: 0;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.tsc-quote p {
    margin: 0 0 1em 0;
}

.tsc-quote p:last-child {
    margin-bottom: 0;
}

/* Author - Professional */
.tsc-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    margin-top: 12px;
}

.tsc-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.02em;
}

.tsc-position {
    font-size: 16px;
    font-weight: 400;
    color: #efefef;
    letter-spacing: 0.01em;
}

/* ================================
   NAVIGATION - DEUTLICH SICHTBAR
   ================================ */

.tsc-swiper .swiper-button-next,
.tsc-swiper .swiper-button-prev {
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    /* background: rgba(200, 168, 120, 0.95); */
	background: #b89434;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.18);
}

.tsc-swiper .swiper-button-next::after,
.tsc-swiper .swiper-button-prev::after {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.tsc-swiper .swiper-button-next:hover,
.tsc-swiper .swiper-button-prev:hover {
    background: #b89434;
    transform: scale(1.12);
    box-shadow: 0 8px 30px rgba(200, 168, 120, 0.45);
}

/* ================================
   RESPONSIVE - PERFEKT OPTIMIERT
   ================================ */

@media (max-width: 1024px) {
    .tsc-wrapper {
        padding: 80px 0;
    }
    
    .tsc-headline {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    
    .tsc-swiper {
        padding: 0 70px;
    }
    
    .tsc-bubble {
        padding: 60px 60px 55px 60px;
        border-radius: 22px;
    }
    
    .tsc-bubble::after {
        bottom: -22px;
        border-left: 28px solid transparent;
        border-right: 28px solid transparent;
        border-top: 22px solid #FFFFFF;
    }
    
    .tsc-quote-icon {
        font-size: 80px;
        margin-bottom: 25px;
    }
    
    .tsc-quote {
        font-size: 20px;
        line-height: 1.7;
    }
    
    .tsc-name {
        font-size: 19px;
    }
    
    .tsc-position {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .tsc-wrapper {
        padding: 60px 0;
    }
    
    .tsc-headline {
        font-size: 2rem;
        margin-bottom: 35px;
    }
    
    .tsc-container {
        padding: 0 20px;
    }
    
    .tsc-swiper {
        padding: 0 60px;
    }
    
    .tsc-bubble {
        padding: 50px 45px;
        border-radius: 20px;
    }
    
    .tsc-bubble::after {
        bottom: -20px;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 20px solid #FFFFFF;
    }
    
    .tsc-quote-icon {
        font-size: 70px;
        margin-bottom: 22px;
    }
    
    .tsc-quote {
        font-size: 19px;
        line-height: 1.65;
    }
    
    .tsc-name {
        font-size: 18px;
    }
    
    .tsc-position {
        font-size: 15px;
    }
    
    .tsc-swiper .swiper-button-next,
    .tsc-swiper .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    
    .tsc-swiper .swiper-button-next::after,
    .tsc-swiper .swiper-button-prev::after {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .tsc-wrapper {
        padding: 50px 0;
    }
    
    .tsc-container {
        padding: 0 15px;
    }
    
    .tsc-swiper {
        padding: 0;
    }
    
    .tsc-bubble {
        padding: 40px 35px;
        border-radius: 18px;
    }
    
    .tsc-bubble::after {
        bottom: -18px;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-top: 18px solid #FFFFFF;
    }
    
    .tsc-quote-icon {
        font-size: 60px;
        margin-bottom: 20px;
    }
    
    .tsc-quote {
        font-size: 17px;
        line-height: 1.6;
    }
    
    .tsc-name {
        font-size: 17px;
    }
    
    .tsc-position {
        font-size: 14px;
    }
    
    .tsc-swiper .swiper-button-next,
    .tsc-swiper .swiper-button-prev {
        display: none;
    }
}
