.tc-carousel-container-16f4a5b7 {
    position: relative;
    width: 100%;
}

.tc-swiper-16f4a5b7 .swiper-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.tc-swiper-16f4a5b7 .swiper-slide {
    flex-shrink: 0;
}

.tc-swiper-16f4a5b7 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.tc-wrapper-16f4a5b7 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 400px;
}

.tc-bg-16f4a5b7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease-in-out;
}

.tc-wrapper-16f4a5b7:hover .tc-bg-16f4a5b7 {
    transform: scale(1.08);
}

.tc-overlay-16f4a5b7 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
}

.tc-content-16f4a5b7 {
    position: relative;
    z-index: 2;
    padding: 30px;
    color: #ffffff;
}

.tc-stars-16f4a5b7 {
    color: #FFCC00;
    margin-bottom: 15px;
    display: flex;
    gap: 4px;
}

.tc-text-16f4a5b7 {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.tc-author-16f4a5b7 {
    font-weight: 700;
    font-size: 16px;
}

/* Controls Styles */
.tc-controls-16f4a5b7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 0 10px;
}

.tc-pagination-16f4a5b7 {
    display: flex;
    gap: 8px;
}

.tc-pagination-16f4a5b7 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    margin: 0 !important;
}

.tc-pagination-16f4a5b7 .swiper-pagination-bullet-active {
    background: #000;
}

.tc-nav-group-16f4a5b7 {
    display: flex;
    gap: 15px;
}

.tc-nav-btn-16f4a5b7 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFCC00;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
}

.tc-nav-btn-16f4a5b7:hover {
    opacity: 0.8;
}

.tc-nav-btn-16f4a5b7.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.tc-nav-btn-16f4a5b7 svg {
    fill: #000000;
}