        .banner-text {
    width: 100%;
    transform: translateY(-50%);
}
.img-responsive {
      filter: grayscale(100%) brightness(0) invert(1);
}
.banner-text__content {
    max-width: 780px;
}

.subtitle-banner {
    border-left: 1px solid var(--tp-primary);
}

.icon-play-banner .tp-icon {
    position: relative;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: var(--tp-primary);
    border-radius: 50%;
}

.icon-play-banner .tp-icon::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid var(--tp-primary);
    border-radius: 50%;
}

.slide-banner .swiper-button-prev {
    left: 40px;
    width: 50px;
    height: 50px;
    background-color: var(--tp-primary);
    border-radius: 50%;
}
.slide-banner .swiper-button-next {
    right: 40px;
    width: 50px;
    height: 50px;
    background-color: var(--tp-primary);
    border-radius: 50%;
}

.slide-banner .swiper-button-prev::after,
.slide-banner .swiper-button-next::after{
    font-size: 20px;
    color: #fff;
}

.slide-banner .swiper-slide > img {
    /*min-height: calc(100vh + 270px);*/
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-filter: blur(108px);
    filter: blur(108px);
    -webkit-transform: scaleX(150%);
    transform: scaleX(150%);
    -webkit-transition: -webkit-filter 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
    transition: -webkit-filter 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
    transition: filter 2s cubic-bezier(0.4, 0, 0.2, 1), transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
}

.slide-banner .swiper-slide.swiper-slide-active > img {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-filter 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
    transition: -webkit-filter 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
}

.slide-banner .banner-title .tp-feature__heading .split-line {
    opacity: 0;
    transition: 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.slide-banner .swiper-slide.swiper-slide-active .banner-title .tp-feature__heading .split-line {
    opacity: 1;
    transform: rotateY(360deg);
    transition: 2s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.subtitle-banner {
    transform: translateX(50px);
    transition: 1.5s cubic-bezier(0.61, -0.63, 0.46, 1.48);
}

.slide-banner .swiper-slide.swiper-slide-active .subtitle-banner {
    transform: translateX(0);
    transition: 1.5s cubic-bezier(0.61, -0.63, 0.46, 1.48);
}

.banner-text__btn,
.banner-bottom__box{
    transform: scaleY(0); 
    transform-origin: bottom;
    opacity: 0;
    visibility: hidden;
    transition: 800ms cubic-bezier(0.61, -0.63, 0.46, 1.48);
}

.slide-banner .swiper-slide.swiper-slide-active .banner-text__btn,
.slide-banner .swiper-slide.swiper-slide-active .banner-bottom__box {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    transition: 800ms cubic-bezier(0.61, -0.63, 0.46, 1.48);
}

.slide-banner .banner-bottom img {
    width: 50px;
}

.banner-bottom {
    max-width: 690px;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

/*.banner-text.box_border_admin .banner-bottom {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    flex-direction: column;*/
/*}*/

.banner-bottom__box{
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px 20px;
}

.banner-bottom__box .content_button_link {
    padding: 0 !important;
    justify-content: space-between;
    gap: 70px;
}

.banner-bottom__box .content_button_link i {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border: 1px solid #ffffff26;
    border-radius: 50%;
}
.overlay-video.active-preview-off {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
}
.overlay-video {
    position: fixed;
    inset: 0;
    background-color: #0b0b0bcc;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 10;
}
.overlay-video.show {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}

.video-platform {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.video-platform.active-preview-off {
    width: 500px;
}

.main-video {
    max-width: 900px;
}











.marquee-section .tp-feature__body,
.marquee-section .tp-feature__text {
    display: flex;
    align-items: center;
    gap: 25px;
}

.marquee-section .tp-feature__text {
    flex-shrink: 0;
    animation: 30s linear 0s infinite normal none running marquee-scroll;
}



.section-services::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    background-image: url('/files_upload/service-light1.png');
    background-repeat: no-repeat;
    background-position: bottom;
}


.section-services__list > .row > .col:not(:last-child) {
    margin-bottom: 60px;
}
.section-services__list .tp-post__number {
    display: block;
    font-size: 44px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: rgba(3, 175, 229, 0.5);
    margin-bottom: 50px;
}

.section-services__list .tp-body ul {
    padding-left: 0;
    margin-top: 20px;
}

.section-services__list .tp-body ul li i {
    color: var(--tp-primary);
    padding-right: 8px;
}

.section-services__list .tp-body ul li:not(:last-child) {
    margin-bottom: 10px;
}

.section-services__list .tp-post-item {
    padding: 30px;
    border: 1px solid #21212133;
    border-radius: 20px;
    background-color: #fff;
}

.section-services__list .tp-post__thumbnail {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.section-services__list .tp-post__thumbnail img {
    border-radius: 10px;
    transition: all .4s;
}

.section-services__list .tp-title a {
    transition: all .4s;
}

.section-services__list .tp-post__thumbnail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center center;
    width: 200%;
    height: 0px;
    background-color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    z-index: 2;
    transition: 0.6s;
}

.section-services__list .tp-post__content {
    height: 100%;
    position: relative;
}

.section-services__list .bp_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.section-services__list .bp_tag_item {
    padding: 10px 14px;
    border: 1px solid #DADADA;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 300;
    color: var(--tp-text-color);
    line-height: 14px;
}

.section-services__list .bp_tag_item:hover {
    background-color: var(--tp-primary);
    color: #fff;
    border-color: var(--tp-primary);
}

.section-services__list .tp-post-item:hover .tp-post__thumbnail img {
    transform: scale(1.1);
    transition: all .4s;
}

.section-services__list .tp-post-item:hover .tp-post__thumbnail::before {
    height: 250%;
    background-color: transparent;
    transition: all .4s;
}

.section-services__list .tp-title:hover a {
    color: var(--tp-primary);
    transition: all .4s;
}




.process-step {
    border-top: 1px solid #ffffff33;
}
.process-step__box {
    align-items: center;
    margin-bottom: 28px;
}
.process-step__number .content_button_link {
    position: relative;
    width: 67px;
    min-width: 67px;
    height: 67px;
    background-color: #fff3;
    border-radius: 50%;
    font-size: 26px;
    color: var(--tp-primary);
    font-weight: 600;
    z-index: 1;
} 

.process-step__number .content_button_link::before {
    content: "";
    position: absolute;
    inset: 5px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

.process-arrow {
    width: auto;
    transform: translate(-100%, -50%);
}
.process-step__desc {
    max-width: 250px;
}


.main-booking {
    position: relative;
    background: #ffffff1a;
    border-radius: 20px;
    padding: 100px 100px 0 100px;
}
.booking-left {
    position: relative;
    padding: 40px;
    background-color: var(--tp-primary);
    border-radius: 10px;
    margin-bottom: 100px;
    z-index: 1;
}

.booking-left::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    background-color: #ffffff1c;
    border-radius: 10px;
    transform: rotate(4deg) translateY(-30px);
    z-index: -1;
}
.form-booking form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.form-booking form > .bp_form_field {
    width: 100%;
}
.form-booking form > .bp_form_field:not(:has(textarea)):not(:has(button)){
    width: calc(50% - 8px);
}

.form-booking form input,
.form-booking form textarea {
    padding: 16px 14px;
    border: 1px solid #ffffff40;
    background-color: transparent !important;
    font-size: 16px;
    color: #fff !important;
    border-radius: 8px;
    outline: none;
    box-shadow: none !important;
}

.form-booking form input::placeholder,
.form-booking form textarea::placeholder{
    color: #fff;
}

.form-booking form textarea {
    min-height: 190px;
}

.form-booking form button {
    width: 100%;
    padding: 20px 18px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    color: var(--tp-primary);
    border: none;
    outline: none;
    box-shadow: none !important;
    transition: all .4s;
}

.form-booking form button:hover {
    background-color: var(--tp-title-color);
    color: #fff;
    transition: all .4s;
}

.booking-right__image-small {
    width: auto;
    animation: rotateImage 5s linear infinite;
}




.core-treatment__image .tp-img-item {
    position: relative;
    z-index: 1;
}
.core-treatment__image .tp-img-item::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--tp-primary);
    filter: blur(115px);
    z-index: -1;
}

.core-treatment__content .tp-feature__text  ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    margin-top: 35px;
}
.core-treatment__content .tp-feature__text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--tp-title-color);
}

.core-treatment__tab .nav-tabs {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 45px;
}

.core-treatment__tab .nav-link {
    padding: 8px 18px;
    border-radius: 50px;
    background-color: #fff;
    color: var(--tp-primary);
    font-size: 14px;
    box-shadow: none !important;
}
.core-treatment__tab .nav-link::after {
    display: none;
}

.core-treatment__tab .nav-link:hover,
.core-treatment__tab .nav-link.active{
    background-color: var(--tp-primary);
    color: #fff;
}

.core-treatment__tab .tab-content {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}






@media (min-width: 1400px) {
    .section-services__list > .row > .col {
        position: sticky;
        top: 120px;
    }
}

@media (min-width: 991px) {
    .section-services__list .bp_tag {
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media (max-width: 1600px) {
    .booking-right__image-small {
        right: 10px !important;
    }
}

@media (max-width: 1400px) {
    .process-arrow {
        display: none;
    }
    .main-booking {
        padding: 70px 70px 0 70px;
    }
    .booking-left {
        margin-bottom: 70px;
    }
}

@media (max-width: 1200px) {
    .banner-bottom__box {
        background-color: var(--tp-primary);
    }
    
    .slide-banner .swiper-button-prev {
        top: unset;
        bottom: 40px;
    }
    .slide-banner .swiper-button-next {
        top: unset;
        bottom: 40px;
        right: unset;
        left: 100px;
    }
    
    .banner-bottom__box .content_button_link {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    
    

    
    
    
    .main-booking {
        padding: 70px 30px 0 30px;
    }
    .booking-right__image-small {
        display: none;
    }
}

@media (max-width: 991px) {
    .subtitle-banner {
        text-align: center !important;
        border-left: none;
    }
    
    .banner-title .tp-feature__heading,
    .banner-title .tp-feature__text {
        text-align: center !important;
    }
    
    .banner-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner-text__btn {
        justify-content: center;
        gap: 20px !important;
    }
    
    

    
    
    
    .section-services__list .tp-post__number {
        margin-bottom: 30px;
    }
    .section-services__list .bp_tag {
        margin: 30px 0;
    }
    
    
    
    .main-booking {
        padding: 40px 30px 0 30px;
    }
    .booking-left {
        margin-bottom: 0;
    }
    .booking-left::before {
        display: none;
    }
    
    
    .core-treatment__tab .nav-tabs {
        margin-bottom: 20px;
    }
    
    

}

@media (max-width: 767.98px) {
    /*.slide-banner .swiper-slide > img {*/
    /*    min-height: 145vh;*/
    /*}*/
    .slide-banner .swiper-button-prev,
    .slide-banner .swiper-button-next {
        display: none;
    }
    

    
    
    .form-booking form > .bp_form_field:not(:has(textarea)):not(:has(button)) {
        width: 100%;
    }
    .main-booking {
        padding: 20px 20px 0 20px;
    }
}

