/* section bodycare headerpage */

/* section bodycare category list DESKTOP*/
.treatment-container {
    display: flex;
    justify-content: space-between;
}

.treatment-card {
    text-align: center;
    transition: all 0.3s ease;
}

.treatment-border {
    padding: 6px;
    border-radius: 50%;
    transition: border 0.3s ease;
}

.treatment-image {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.treatment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.treatment-title {
    margin-top: 14px;
}

.treatment-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: transparent;
    border-radius: 50%;
    z-index: 1;
}

.treatment-card:hover {
    cursor: pointer;
}

.treatment-card.active .treatment-title {
    color: #0C4242;
}


.treatment-card.active .treatment-image::before {
    background-color: rgba(112, 142, 134, 0.6);
}

.treatment-card.active .treatment-border {
    border: 1px solid #AFBEBB;
}

.treatment-card:hover .treatment-title {
    color: #0C4242;
}


.treatment-card:hover .treatment-image::before {
    background-color: rgba(112, 142, 134, 0.6);
}

.treatment-card:hover .treatment-border {
    border: 1px solid #AFBEBB;
}

#treatment-carousel .owl-nav {
    position: absolute;
    top: 41%;
    left: 50%;
    right: 0;
    width: 127.3%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

#treatment-carousel .owl-prev,
#treatment-carousel .owl-next {
    width: 50px;
    height: 50px;
    background-color: #EFF6F4;
    color: #0C4242;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

#treatment-carousel .owl-prev:hover,
#treatment-carousel .owl-next:hover {
    cursor: pointer;
}

#treatment-carousel .owl-nav.disabled {
    display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
}

.owl-theme .owl-dots {
    margin-top: 50px;
}

.owl-dot span {
    background: #AFBEBB !important;
}


.owl-dot.active span {
    background: #0C4242 !important;
}


/* section bodycare list MOBILE*/


/* <!-- section bodycare major list --> */
.bodycare-major-carousel-wrapper {
    width: 100%;
    margin: 0 auto;
}

.bodycare-major-card {
    padding: 65px 98px;
    border-radius: 20px;
    border: none;
}

.bodycare-major-card:hover {
    background-color: #EFF6F4;
}

.bodycare-major-content {
    padding-left: 38px;
}

.btn-padding-bodycare {
    background-color: #0C4242;
    color: white;
    padding: 16px 40px;
    border-radius: 30px;
    border: none;
    border: solid 1px #0C4242;
}

.btn-padding-bodycare:hover {
    background-color: white;
    border: solid 1px #0C4242;
    color: #0C4242 !important;
}

/* pagination custom */
.custom-dots {
    display: flex;
    justify-content: center;
}

.custom-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #AFBEBB;
    cursor: pointer;
    transition: background 0.3s;
}

.custom-dot.active {
    background: #0C4242;
}

.btn-nav {
    width: 50px;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    border-radius: 50%;
    background-color: #EFF6F4;
}

.btn-nav img {
    vertical-align: initial;
}

.btn-nav:hover {
    background-color: rgba(12, 66, 66, 0.2);
}

@media (max-width: 991px) {

    /* <!-- section bodycare category list --> */
    .treatment-border {
        padding: 3px
    }

    .treatment-mb-container {
        padding: 0px 12px;
        padding-top: 50px;
        background-color: #EFF6F4;
    }

    .treatment-title {
        margin-top: 8.9px;
    }

    #treatment-carousel .owl-nav,
    .owl-theme .owl-dots {
        display: none;
    }

    .treatment-card {
        width: 80px;
        flex: 0 0 auto;
    }

    .owl-carousel .owl-item {
        width: auto !important;
    }

    /* < !-- section bodycare major list --> */
    .container-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #EFF6F4;
    }

    .bodycare-major-mobile-card {
        width: fit-content;
        border-radius: 20px;
        border: none;
        margin-bottom: 25px;
    }

    .bodycare-major-mobile-card:last-child {
        margin-bottom: 100px;
    }

    .bodycare-major-mobile-content {
        padding: 10px 17px;
    }
}

/* @media (max-width: 1440px) {
    .treatment-image {
        border-radius: 0px;
        width: 20%;
    }

    .owl-carousel.owl-drag .owl-item {
        width: 170px !important;
    }

} */

/* Điều chỉnh chiều rộng tối đa của carousel */
@media (max-width: 1440px) {


    #treatment-carousel .owl-nav {
        position: absolute;
        top: 31%;
        left: 50%;
        right: 0;
        width: 111.3%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-between;
        pointer-events: none;
    }
}