/* <!-- section banner reward desktop --> */

.banner-reward {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
}

.banner-reward-img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.banner-reward-text {
    z-index: 10;
}

.main-content-banner {
    width: 62%;
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 9.5%;
    transform: translateY(-50%);
}

.banner-btn {
    padding: 15px 35px;
    border-radius: 30px;
    background-color: #fff;
    color: #0C4242;
}


.call-label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0.5px;
}

.call-number {
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
}

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

.treatment-carousel-wrapper {
    width: 86%;
    margin: 0 auto;
    position: relative;
}

.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: 32%;
    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 service list MOBILE*/


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

.service-major-card {
    padding: 65px 73px;
    border-radius: 20px;
    border: none;
}

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

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

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

.btn-padding-service: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);
}

.appointment-section {
    background-color: #fff;
}

/* Reponsive mobiel version */
@media (max-width: 991px) {

    /* <!-- section banner reward desktop --> */
    .banner-reward {
        padding: 0px 0px;
    }

    /* <!-- section banner reward mobile --> */
    .banner-reward-img {
        border-radius: 0px;
    }

    .main-content-banner {
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 11;
        top: 51%;
        left: 50%;
        padding: 0px 60px;
        transform: translate(-50%, 0%);
    }

    .description-banner {
        width: 100%;
    }

    .banner-btn {
        font-size: 16px;
    }

    /* <!-- section service category list --> */
    .head-title {
        padding: 0 24px;
    }

    .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 service major list --> */
    .container-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #EFF6F4;
    }

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

    /* .service-major-mobile-card:last-child {
        margin-bottom: 0px;
    } */

    .service-major-mobile-content {
        padding: 10px 16px;
    }

    .appointment-section {
        background-color: #EFF6F4;
    }
}

@media (max-width: 1440px) {

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

@media (max-width: 440px) {
    .main-content-banner {
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 11;
        top: 51%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
}