.bsbio-testimonial-carousel {
    display: flex;
}

.bsbio-testimonial-item {
    display: grid;
    gap: 25px;
    padding: 25px;
    grid-template-columns: 300px 1fr;
}

.bti-detail {
    display: flex;
    align-items: center;
}

.bsbio-testimonial-carousel .owl-item.center {
    width: 700px !important;
    transform: scale(1) !important;
    opacity: 1 !important;
    transition: all 0.6s ease-in-out !important;
}

.bsbio-testimonial-carousel .owl-item {
    transform: scale(0.85) !important;
    opacity: 0.4 !important;
    transition: all 0.6s ease-in-out !important;
}

.bsbio-testimonial-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.bti-detail {
    position: relative;
}

.bti-testimoni {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bd-image img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px !important;
}

.bd-title {
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    height: 235px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    padding: 20px 70px 0px 20px;
    background-repeat: no-repeat;
    background-position-y: 108px;
    background-size: contain;
    background-position-x: -24px;
}

.bt-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
}

.bt-position {
    font-size: 12px;
    color: #929292;
}

.bt-rating-star svg {
    color: gold;
    width: 18px;
    height: 18px;
}

.bt-rating-star {
    margin-top: 10px;
}

.bsbio-testimonial-carousel .owl-item .testi-limit-text {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Batasi teks hanya 3 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Menambahkan "..." jika teks lebih panjang dari 3 baris */
    line-height: 1.5; /* Jarak antar baris, bisa disesuaikan */
    max-height: 200px; /* Mengatur tinggi maksimum untuk 3 baris */
    margin: 0px;
}

.bsbio-testimonial-carousel .owl-item.active.center .testi-limit-text {
    -webkit-line-clamp: 12; /* Batasi teks hanya 3 baris */
    max-height: 400px; /* Mengatur tinggi maksimum untuk 3 baris */
}

.btn-prev-nav {
    cursor: pointer;
}

.btn-next-nav {
    cursor: pointer;
}

.bs-filter-product {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bs-filter-product span {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.bs-filter-product select {
    width: max-content;
    border-radius: 7px ;
    font-size: 14px;
}

.btn-apply-filter {
    font-size: 14px !important;
    border-radius: 6px !important;
}

.bfp-filter-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bs-category-post {
    display: flex;
    gap: 6px;
    font-size: 12px;
    flex-wrap: wrap;
}

.bs-category-post span {
    color: #397D0C;
    background: #F7FAF5;
    padding: 3px 10px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .bsbio-testimonial-item {
        grid-template-columns: 1fr;
    }

    .bsbio-testimonial-carousel .owl-item.center {
        width: 80vw !important;
    }

    .bs-filter-product {
        display: flex;
        align-items: start;
        gap: 10px;
        flex-direction: column;
        font-size: 14px;
    }

    .bs-filter-product span {
        font-size: 16px;
    }

    .bs-filter-product select {
        width: 100%;
    }
}