

.treatment-section {
    padding: 36px 0 80px;       
    background: #fff;
}

.treatment-section .section-title-wrap {
    text-align: center;
    margin-bottom: 34px;
}

.treatment-section .section-title-wrap h2 {
    margin: 0;
    color: #062657;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
}

.treatment-all-btn .see-all {
    color: #ff7a00;
    font-size: 80%;
    border: 2px solid #ff7a00;
    border-radius: 50px;
    padding: 6px 10px;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .treatment-all-btn {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .treatment-section .section-title-wrap h2 {
        font-size: 24px;
    }
}


.treatment-carousel-wrap {
    position: relative;
    padding: 0 26px;
}

@media (max-width: 991px) {
    .treatment-carousel-wrap {
        padding: 0 18px;
    }
}

.treatment-carousel .splide__slide {
    height: auto;
    display: flex;
}

.treatment-item {
    width: 100%;
    display: flex;
    height: 100%;
    padding: 0 8px 18px;           
}


.treatment-card {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 298px;
    display: flex;
    flex-direction: column;
    padding: 28px 0 26px;
    border-radius: 34px;
    overflow: visible;
    z-index: 1;
    background: transparent;
}

.treatment-card::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    top: 120px;
    bottom: 0;
    z-index: 0;
}

.treatment-card-orange::before {
    background: #ff7a00;
}

.treatment-card-light::before {
    background: #e9e9e9;
}


.treatment-image {
    position: relative;
    z-index: 3;
    width: calc(100% - 44px);
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
}

.treatment-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.treatment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.treatment-image-blue {
    border: 10px solid #062657;
    background: #062657;
}

.treatment-image-white {
    border: 10px solid #ffffff;
    background: #ffffff;
}


.treatment-body {
    position: relative;
    z-index: 3;
    width: calc(100% - 44px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: start;
    align-content: center;
}

.treatment-body h3 {
    margin: 22px 0 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.3px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: unset;
}

.treatment-card-light .treatment-body h3 {
    color: #062657;
}

.treatment-card-orange .treatment-body h3 {
    color: #ffffff;
}

.treatment-body p {
    margin: 10px 0 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 400;
    max-width: 95%;
}

.treatment-card-light .treatment-body p {
    color: #222;
}

.treatment-card-orange .treatment-body p {
    color: #ffffff;
}

.mini-detail-btn {
    position: absolute;
    bottom: 0;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 130px;
    padding: 10px 20px;
    border-radius: 24px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.mini-detail-btn-dark {
    color: #062657;
    border: 1px solid #062657;
    background: transparent;
}

.mini-detail-btn-light {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
}

@media (max-width: 991px) {
    .treatment-card {
        padding: 22px 0;
        border-radius: 28px;
    }

    .treatment-card::before {
        top: 175px;
        border-radius: 0 0 28px 28px;
    }

    .treatment-image {
        width: calc(100% - 34px);
        height: 185px;
    }

    .treatment-body {
        width: calc(100% - 34px);
    }
}

@media (max-width: 767px) {
    .treatment-card {
        padding: 18px 0 20px;
        border-radius: 24px;
    }

    .treatment-card::before {
        top: 145px;
        border-radius: 0 0 24px 24px;
    }

    .treatment-image {
        height: 175px;
    }

    .treatment-body h3 {
        -webkit-line-clamp: 2;
    }
}

.treatment-carousel .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 84px;
    background: rgba(255, 255, 255, .92);
    border: 0;
    padding: 0;
    opacity: 1;
    z-index: 5;
}

.treatment-carousel .splide__arrow svg {
    display: none;
}

.treatment-carousel .splide__arrow::before {
    color: #062657;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
}

.treatment-carousel .splide__arrow--prev {
    inset-inline-start: -6px;
    inset-inline-end: auto;
    border-radius: 0 20px 20px 0;
}

.treatment-carousel .splide__arrow--prev::before {
    content: '\2039';              /* ‹ */
}

.treatment-carousel .splide__arrow--next {
    inset-inline-end: -6px;
    inset-inline-start: auto;
    border-radius: 20px 0 0 20px;
}

.treatment-carousel .splide__arrow--next::before {
    content: '\203A';              /* › */
}

.treatment-carousel .splide__arrow:disabled {
    opacity: 1;
}

.treatment-carousel-wrap.shine-left,
.treatment-carousel-wrap.shine-right {
    overflow: hidden;
    isolation: isolate;
}

.treatment-carousel-wrap.shine-left::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 140px;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    opacity: .82;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, .95) 0%,
        rgba(255, 255, 255, .72) 18%,
        rgba(255, 255, 255, .38) 42%,
        rgba(255, 255, 255, .12) 72%,
        rgba(255, 255, 255, 0) 100%);
}

.treatment-carousel-wrap.shine-right::after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 140px;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    opacity: .82;
    background: linear-gradient(270deg,
        rgba(255, 255, 255, .95) 0%,
        rgba(255, 255, 255, .72) 18%,
        rgba(255, 255, 255, .38) 42%,
        rgba(255, 255, 255, .12) 72%,
        rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 991px) {
    .treatment-carousel-wrap.shine-left::before,
    .treatment-carousel-wrap.shine-right::after {
        width: 90px;
    }
}

@media (max-width: 575px) {
    .treatment-carousel-wrap.shine-left::before,
    .treatment-carousel-wrap.shine-right::after {
        width: 58px;
        opacity: .55;
    }
}
