.testimonial-carousel-container-88fe0a61 {
    --tc-accent: #879039;
    --tc-accent-rgb: 135, 144, 57;
    --tc-gap: 22px;
    --tc-visible: 3;
    --tc-shell-bg: rgba(255, 255, 255, 0.58);
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    color: #26271f;
    font-family: var(--e-global-typography-text-font-family, "Poppins", Arial, sans-serif);
    isolation: isolate;
}

.testimonial-carousel-container-88fe0a61,
.testimonial-carousel-container-88fe0a61 * {
    box-sizing: border-box;
}

.tc-shell-88fe0a61 {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 56px 56px 42px;
    border: 1px solid rgba(var(--tc-accent-rgb), 0.14);
    border-radius: 30px;
    background:
        radial-gradient(circle at 7% 8%, rgba(var(--tc-accent-rgb), 0.10), transparent 30%),
        radial-gradient(circle at 93% 100%, rgba(200, 147, 116, 0.12), transparent 34%),
        var(--tc-shell-bg);
    box-shadow: 0 24px 70px rgba(76, 61, 48, 0.08);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.tc-shell-88fe0a61::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -70px;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(var(--tc-accent-rgb), 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.tc-section-header-88fe0a61 {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    align-items: end;
    gap: 36px;
    margin-bottom: 34px;
}

.tc-heading-copy-88fe0a61 {
    min-width: 0;
}

.tc-eyebrow-88fe0a61 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--tc-accent);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tc-eyebrow-line-88fe0a61 {
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.tc-heading-88fe0a61 {
    max-width: 760px;
    margin: 0;
    color: #26271f;
    font-family: var(--e-global-typography-primary-font-family, "Cormorant Garamond", Georgia, serif);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.tc-description-88fe0a61 {
    max-width: 460px;
    margin: 0 0 3px auto;
    color: #67675f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}

.tc-track-wrapper-88fe0a61 {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    outline: none;
    touch-action: pan-y;
    cursor: grab;
}

.tc-track-wrapper-88fe0a61:active {
    cursor: grabbing;
}

.tc-track-wrapper-88fe0a61:focus-visible {
    border-radius: 24px;
    outline: 3px solid rgba(var(--tc-accent-rgb), 0.22);
    outline-offset: 5px;
}

.tc-track-88fe0a61 {
    display: flex;
    align-items: stretch;
    gap: var(--tc-gap);
    width: 100%;
    min-width: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.tc-track-88fe0a61.is-dragging {
    transition: none;
}

.testimonial-card-88fe0a61 {
    position: relative;
    display: flex;
    flex: 0 0 calc((100% - (var(--tc-visible) - 1) * var(--tc-gap)) / var(--tc-visible));
    flex-direction: column;
    min-width: 0;
    min-height: 300px;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(var(--tc-accent-rgb), 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 38px rgba(63, 50, 40, 0.08);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transform: translateZ(0);
    transition:
        transform 280ms ease,
        box-shadow 280ms ease,
        border-color 280ms ease;
}

.testimonial-card-88fe0a61::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--tc-accent), rgba(var(--tc-accent-rgb), 0.18));
    opacity: 0;
    transform: scaleX(0.5);
    transform-origin: left;
    transition: opacity 280ms ease, transform 280ms ease;
}

.testimonial-card-88fe0a61:hover {
    border-color: rgba(var(--tc-accent-rgb), 0.30);
    box-shadow: 0 22px 52px rgba(63, 50, 40, 0.13);
    transform: translateY(-5px);
}

.testimonial-card-88fe0a61:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.tc-card-glow-88fe0a61 {
    position: absolute;
    top: -64px;
    right: -64px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(var(--tc-accent-rgb), 0.08);
    filter: blur(2px);
    pointer-events: none;
}

.tc-quote-mark-88fe0a61 {
    position: absolute;
    top: 22px;
    right: 22px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(var(--tc-accent-rgb), 0.13);
    border-radius: 50%;
    background: rgba(var(--tc-accent-rgb), 0.08);
    color: var(--tc-accent);
}

.tc-quote-mark-88fe0a61 svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.tc-rating-88fe0a61 {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 3px;
    width: fit-content;
    margin: 2px 58px 22px 0;
    line-height: 1;
}

.tc-star-88fe0a61 {
    display: inline-block;
    color: var(--tc-accent);
    font-size: 17px;
    line-height: 1;
}

.tc-star-88fe0a61.is-empty {
    color: rgba(38, 39, 31, 0.17);
}

.tc-message-88fe0a61 {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    margin: 0 0 28px;
    padding: 0;
    border: 0;
    color: #4d4d47;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
}

.tc-customer-88fe0a61 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(38, 39, 31, 0.08);
}

.tc-avatar-wrapper-88fe0a61 {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    place-items: center;
    border: 3px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(var(--tc-accent-rgb), 0.24), rgba(200, 147, 116, 0.20));
    box-shadow: 0 5px 16px rgba(67, 54, 43, 0.12);
}

.tc-avatar-88fe0a61 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tc-avatar-fallback-88fe0a61 {
    color: #505629;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.tc-meta-88fe0a61 {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.tc-name-88fe0a61 {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    color: #24251f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-chip-88fe0a61 {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: 4px;
    padding: 5px 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #f0e6de;
    color: #7a5745;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-chip-88fe0a61 svg {
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.tc-nav-88fe0a61 {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 44px;
    margin-top: 28px;
}

.tc-arrow-88fe0a61 {
    display: inline-grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(var(--tc-accent-rgb), 0.22);
    border-radius: 50%;
    outline: none;
    background: rgba(255, 255, 255, 0.78);
    color: var(--tc-accent);
    box-shadow: 0 7px 18px rgba(72, 60, 48, 0.08);
    cursor: pointer;
    transition:
        color 220ms ease,
        background-color 220ms ease,
        border-color 220ms ease,
        transform 220ms ease,
        opacity 220ms ease;
    -webkit-appearance: none;
    appearance: none;
}

.tc-arrow-88fe0a61 svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.tc-arrow-88fe0a61:hover,
.tc-arrow-88fe0a61:focus-visible {
    border-color: var(--tc-accent);
    background: var(--tc-accent);
    color: #fff;
    transform: translateY(-2px);
}

.tc-arrow-88fe0a61:focus-visible {
    outline: 3px solid rgba(var(--tc-accent-rgb), 0.22);
    outline-offset: 3px;
}

.tc-arrow-88fe0a61:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

.tc-dots-88fe0a61 {
    display: flex;
    max-width: min(52vw, 340px);
    align-items: center;
    justify-content: center;
    gap: 7px;
    overflow-x: auto;
    padding: 8px 3px;
    scrollbar-width: none;
}

.tc-dots-88fe0a61::-webkit-scrollbar {
    display: none;
}

.tc-dot-88fe0a61 {
    display: block;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    outline: none;
    background: rgba(38, 39, 31, 0.18);
    cursor: pointer;
    transition: width 240ms ease, background-color 240ms ease, transform 240ms ease;
    -webkit-appearance: none;
    appearance: none;
}

.tc-dot-88fe0a61:hover {
    transform: scale(1.15);
}

.tc-dot-88fe0a61.is-active {
    width: 24px;
    flex-basis: 24px;
    background: var(--tc-accent);
}

.tc-dot-88fe0a61:focus-visible {
    outline: 3px solid rgba(var(--tc-accent-rgb), 0.24);
    outline-offset: 3px;
}

.testimonial-carousel-container-88fe0a61.is-static .tc-nav-88fe0a61 {
    display: none;
}

@media (max-width: 900px) {
    .tc-shell-88fe0a61 {
        padding: 44px 34px 34px;
        border-radius: 26px;
    }

    .tc-section-header-88fe0a61 {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 28px;
    }

    .tc-description-88fe0a61 {
        max-width: 620px;
        margin-left: 0;
    }

    .tc-heading-88fe0a61 {
        font-size: clamp(34px, 6vw, 48px);
    }
}

@media (max-width: 600px) {
    .testimonial-carousel-container-88fe0a61 {
        --tc-gap: 14px;
    }

    .tc-shell-88fe0a61 {
        padding: 34px 18px 26px;
        border-radius: 22px;
    }

    .tc-shell-88fe0a61::before {
        width: 180px;
        height: 180px;
    }

    .tc-section-header-88fe0a61 {
        margin-bottom: 22px;
    }

    .tc-heading-88fe0a61 {
        font-size: clamp(31px, 10vw, 42px);
    }

    .tc-description-88fe0a61 {
        font-size: 13px;
        line-height: 1.7;
    }

    .testimonial-card-88fe0a61 {
        min-height: 286px;
        padding: 24px 22px;
        border-radius: 20px;
    }

    .tc-quote-mark-88fe0a61 {
        top: 18px;
        right: 18px;
        width: 40px;
        height: 40px;
    }

    .tc-rating-88fe0a61 {
        margin-right: 50px;
        margin-bottom: 18px;
    }

    .tc-message-88fe0a61 {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 1.7;
    }

    .tc-nav-88fe0a61 {
        gap: 10px;
        margin-top: 20px;
    }

    .tc-arrow-88fe0a61 {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tc-track-88fe0a61,
    .testimonial-card-88fe0a61,
    .testimonial-card-88fe0a61::after,
    .tc-arrow-88fe0a61,
    .tc-dot-88fe0a61 {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
