.tab-buttons {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: 45px;
}

/* .tab-buttons li {
    max-width: 140px;
} */

.tab-buttons li a {
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
    min-height: 65px;
    display: flex;
    justify-items: center;
    align-items: center;
}

.tab-buttons li a.active {
    background-color: #ffffff;
    color: #333333;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3)
}

.btn-more-blog {
    display: inline-block;
    padding: 7px 30px;
    background: linear-gradient(270deg, #D72062 0%, #AD1D46 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border-radius: 6px;
}

.btn-more-blog:hover {
    background: #0D4E91;
    color: #fff;
    transform: translateY(-2px);
}


.tab-content-box {
    display: none;
}

.tab-content-box.active {
    display: block;
}

.be-well-section .quote-container {
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    gap: -20%;
}

.be-well-section .image-box {
    flex: 0 0 75%;
    position: relative;
    z-index: 1;
}

.news-author,
.news-date-update {
    color: #333333;
    text-align: left;
    font-size: 18px;
}

.news-date-update {
    margin-bottom: 15px;
}

.news-author {
    font-weight: bold;
}

.be-well-section .image-box img {
    width: 100%;
    height: 590px;
    border-radius: 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.be-well-section .quote-box {
    flex: 0 0 55%;
    margin-left: -22%;
    background: #fff;
    padding: 40px;
    border-radius: 35px;
    box-shadow: -10px 10px 0px #d9a4b7;
    position: relative;
    z-index: 2;
}

.be-well-section .quote-icon {
    font-size: 32px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
}

.be-well-section .quote-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: justify;
}

@media (max-width: 768px) {
    .tab-buttons {
        display: none;
    }

    .be-well-section .quote-icon {
        font-size: 24px;
        margin-top: 15px;
    }

    .news-author,
    .news-date-update {
        font-size: 18px;
    }

    .be-well-section .quote-text {
        font-size: 16px;
        margin-bottom: 0;
    }

    .be-well-section .quote-box {
        border-radius: 0 0 20px 20px;
    }

    .be-well-section .quote-box {
        box-shadow: unset;
    }

    .tab-content-wrapper {
        display: none;
    }

    .swiper-tab-wrapper {
        display: block;
    }

    .be-well-section .quote-container {
        flex-direction: column;
        gap: 0;
    }

    .be-well-section .image-box {
        flex: 0 0 100%;
    }

    .be-well-section .swiper-pagination {
        bottom: auto !important;
        margin-top: 12px;
    }

    .be-well-section .swiper-pagination-bullet {
        height: 12px !important;
        width: 12px !important;
    }

    .be-well-section .swiper-pagination-bullet-active {
        background: #334862;
    }

    .be-well-section .image-box img {
        height: 400px;
    }

    .be-well-section .quote-box {
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: -60px;
        padding: 15px;
        min-height: 490px;
        background-color: #fffcef;
        --t-bg-color: #fffcef;
    }

    .be-well-section .image-box img {
        border-radius: 20px;
    }

}

@media (min-width: 769px) {
    .swiper-tab-wrapper {
        display: none;
    }
}
