.tc-7be716b0-carousel-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

.tc-7be716b0-carousel-container {
    overflow: hidden;
    width: 100%;
}

.tc-7be716b0-carousel-track {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

.tc-7be716b0-slide {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.tc-7be716b0-slide-content {
    background-color: #fcfbfa;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: 10px;
    box-sizing: border-box;
    border: 1px solid #efebe9;
}

.tc-7be716b0-quote {
    font-size: 1.15rem;
    line-height: 1.6;
    font-style: italic;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.tc-7be716b0-title {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #795548;
}

.tc-7be716b0-dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.tc-7be716b0-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d7ccc8;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.tc-7be716b0-dot:hover {
    transform: scale(1.1);
}

.tc-7be716b0-dot.active {
    background-color: #795548;
    transform: scale(1.2);
}
