﻿/*
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 *
 * Template Name: Dialia - Registered Massage Therapy HTML Template   
 * Template URI: https://thememarch.com/demo/html/dialia/
 * Description: Dialia is a registered massage therapy HTML template which comes with the unique and clean design. It helps you to create a beautiful massage therapy HTML website. It's a fully responsive website template. It has also e-commerce support. E-commerce pages are included on this template.
 * Author: Thememarch
 * Author URI: https://thememarch.com
 * Version: 2.0
 *
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
/*a:focus, a:hover {
    color: #fff !important;
}*/

.container {max-width:1500px !important;}

.tm-padding-section {
    padding-top:80px !important;
    padding-bottom:80px !important;
}

a.tm-button1:hover {
    color: #ffffff !important;
}

.tm-button1,
a.tm-button1,
button.tm-button1 {
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    background: #0075b7;
    height: 50px;
    line-height: 48px;
    padding: 0 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    border: 1px solid #0075b7;
    z-index: 1;
    vertical-align: middle;
    border-radius: 3px;
    white-space: nowrap;
    text-decoration: none !important;
}


.tm-button1::before,
a.tm-button1::before,
button.tm-button1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-90deg) scaleX(1);
    -ms-transform: rotate(-90deg) scaleX(1);
    transform: rotate(-90deg) scaleX(1);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    opacity: 1;
}


.tm-button1::after,
a.tm-button1::after,
button.tm-button1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-90deg) scaleX(1);
    -ms-transform: rotate(-90deg) scaleX(1);
    transform: rotate(-90deg) scaleX(1);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    opacity: 1;
}

.tm-button1:hover::before,
a.tm-button1:hover::before,
button.tm-button1:hover::before {
    -webkit-transform: rotate(0deg) scaleX(1);
    -ms-transform: rotate(0deg) scaleX(1);
    transform: rotate(0deg) scaleX(1);
    opacity: 0;
}

.tm-button1:hover::after,
a.tm-button1:hover::after,
button.tm-button1:hover::after {
    -webkit-transform: rotate(0deg) scaleX(1);
    -ms-transform: rotate(0deg) scaleX(1);
    transform: rotate(0deg) scaleX(1);
    opacity: 0;
}


.text-custom {
    font-size: 16px;
    text-align: justify;
}

.text-box {
    font-size: 21px;
    line-height:25px;
    font-weight: 700;
    text-align:center;
}


.price-card {
    background: #f5f5f6;
    padding: 14px 29px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 14px;
}

   .box2 {height:111px;}
   .box  {height:260px;}

    .price-card:before {
        position: absolute;
        content: "";
        top: 0;
        right: -35px;
        width: 88px;
        height: 88px;
        background: #005ba1;
        opacity: 0.2;
        border-radius: 8px;
        transform: rotate(45deg);
    }

    .price-card:after {
        position: absolute;
        content: "";
        top: 30px;
        right: -35px;
        width: 88px;
        height: 88px;
        background: #337ab7;
        opacity: 0.2;
        border-radius: 8px;
        transform: rotate(45deg);
    }

    .price-card h2 {
        font-size: 26px;
        font-weight: 600;
    }

    .price-card .btn {
        font-size: 11px;
        border-radius: 100px;
        padding: 0 25px;
        border: 0;
        color: #fff;
        float: right;
    }

        .price-card .btn.btn-primary {
            border: 0 !important;
        }

    .price-card.featured {
        background: #fff;
        border: 1px solid #ebebeb;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .price-card:hover .btn {
        background: #0cc652;
        border-color: #0cc652;
    }

p.price span {
    display: inline-block;
    padding: 45px 15px 50px;
    padding-right: 0;
    font-size: 50px;
    font-weight: 600;
    color: #0cc652;
    position: relative;
}

    p.price span:before {
        position: absolute;
        content: "$";
        font-size: 16px;
        top: 25px;
        font-weight: 300;
        left: 0;
    }

.pricing-offers {
    padding: 0 0 10px;
}

    .pricing-offers li {
        padding: 0 0 16px;
        line-height: 18px;
    }

    .process {text-align:justify;
              margin-top:16px;}


.tm-border {
    padding: 30px 20px;
    border: 2px solid #007bff70;
    background: #0075b7;
}


#popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}




@media only screen and (max-width: 767px) and (max-width:960px) {


    .tm-cta-content {
        margin-bottom: 48px !important;
    }

    .about-image {
        max-width: 100% !important;
    }


    .header-bottomarea  {
        display: none !important;
    }
    .ui-title {
        font-size: 66px !important;
        display: none !important;
    }

    .ui-title-2 {
        font-size: 38px !important;
        display: none !important;

    }

    .ui-title-11 {
        font-size:28px !important;
        text-align: center;
    }

    .ui-title-12 {
        font-size: 20px !important;
        text-align: center;

    }

    .ui-title-13 {
        font-size: 20px !important;
        text-align: center;
    }

    .ui-title-14 {
        font-size: 28px !important;
        text-align: center;
    }

    .ui-para {
        font-size: 17px !important;
        line-height: 26px !important;
        display: none !important;
    }

    .text-note {
        font-size: 16px !important;
        display: none !important;
      
    }

    .ui-title-7 {
        font-size: 28px !important;
    }

    .bg_back {
        background: none !important;
        
    }

    .tm-padding-section.bg_back {
        padding-top: 0 !important;
      
    }

    .bg_mobile {
        position: relative;
        width: 100%;
        display: block !important;
    }

        .bg_mobile img {
            width: 100%;
            height: auto;
            display: block !important;
        }

    .book-btn-container {
        position: absolute;
        bottom:40px;
        width: 95%;
        text-align: right;
    }

    .mobile-btn {
        border-radius: 100px;
        background: #FB9E00;
        color: #fff !important;
        padding: 6px 42px;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
    }


    .ui-title-5 {
        font-size: 40px !important;
    }

    .promo-badge {
        display: none !important;
    }

    .promo1-badge {
        display: none !important;
    }

    .tm-padding-section {
        padding-top: 43px !important;
        padding-bottom: 43px !important;
    }

    .form {
        border-radius: 0 !important;
        border: none !important;
        background: none !important;
        box-shadow: none !important;
        padding: 0 !important;
      
    }
}

.promo-badge {
    background-image: url('../img/promo_badge.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    display: block;
  
}

.promo1-badge {
    background-image: url('../img/promo1_badge.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    display: block;
}

.form-check label {
    margin-right: 20px;
}

.section {
    padding-top: 40px;
    padding-bottom: 55px;
}

.section-gap {
   margin-top:60px;
}

.ui-text {
    font-size:16px;
}

.header-bottomarea {
    padding: 0 16px 0 6%;
}


.ui-title {
    font-size:75px;
    color: #0075B7;
    padding: 10px 0 10px 0;
    font-weight: 700;
    line-height: 0.85em;
    width:86%;
}
.ui-para {
    font-size: 25px;
    color: #064578;
    padding: 10px 38% 10px 0;
    line-height:29px;
    font-weight: 500;
}
.ui-para1 {
    font-size:20px;
    color: #000;
    padding: 38px 0 20px 0;
   
}
.ui-title-2 {
    font-size: 50px;
    color: #064578;
    padding: 10px 19% 10px 0;
    font-weight: 700;
    line-height: 46px;

}

.ui-title-11 {
    font-size:40px;
    color: #064578;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
}

.ui-title-12 {
    color: #0075B7;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.ui-title-13 {
    color: #0075B7;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}


.ui-title-14 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.ui-title-3 {
    font-size: 35px;
    color: #064578;
    text-align: center;
    padding: 10px 0 10px 0;
    font-weight: 600;
}

.ui-title-4 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height:43px;
}

.ui-title-5 {
    font-size: 45px;
    font-weight: 700;
    background: linear-gradient(90deg, #064578 0%, #0B80DE 69.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ui-title-6 {
    font-size:22px;
    color: #064578;
    padding: 10px 0 10px 0;
    font-weight: 700;
    line-height:26px;
}


.ui-title-7 {
    font-size:36px;
    color: #064578;
    padding: 10px 0 10px 0;
    font-weight:700;
    
}


.ui-title-8 {
    font-size:20px;
   
}


.ui-title-9 {
    font-size:20px;
    color: #000;
    font-weight: 700;
}


.free {
    font-size: 43px;
    font-weight:800;
    padding: 10px 0 10px 0;
}
.form {
    border-radius:30px;
    border: 0.7px solid #D3DAE5;
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    padding:28px;
}
.bg_back {
    background: url(/Landing-Page/assets/images/bg/background-new.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7%;
}

.bg_mobile {
    display: none;
}

  


.chkValid {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.label {
    font-weight: 600;
    margin-bottom: 0.2em;
}

.text-note {
    font-size: 20px;
    color: #fff;
    font-style: italic;
    position: relative;
    margin-top: 1rem;
    text-align: left;
    font-weight: 600;
    width: 277px;
    max-width: 100%;
}

.bg-blue {
    background: linear-gradient(63deg, #F1F6F8 50%, #A2D7F0 100%), linear-gradient(0deg, #F1F6F8 0%, #F1F6F8 100%), #FFF;
}


.icon-img {
    margin-right:30px;
}



.icon-img1 {
    margin-right:8px;
}



.tm-btn {
    border-radius: 100px;
    background: #FB9E00;
    color: #fff !important;
    padding: 16px 64px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

    .tm-btn:hover {
        background: #d98900; 
        transform: scale(1.05); 
        color: #ffffff; 
    }

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}




a:visited {
    color: #fff !important;
}


.am-btn {
    border-radius: 100px;
    background: #064578;
    color: #fff;
    padding:4px 64px;
    font-weight: 700;
    cursor: pointer;
}

.box-about {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    margin: 9px;
    padding: 35px 20px 20px 20px;
    min-height: 300px;
    height: auto;
    text-align: center;
}


.box-why {
    padding: 20px 20px 50px 20px !important;
    text-align: center;
}


.form-pad {
    padding-top: 20px;
}

.form-control {
    border: 1px solid #323232 !important;
    border-radius: 4px !important;
}


.validator {
    position: absolute;
    top:5px;
    left: 14px;
    color: red;
    font-weight: bold;
    pointer-events: none;
   
}
 
.tm-cta-content {margin-bottom:120px;}






    @media only screen and (max-width: 767px) {
       
        .comparison-table {
            display: table !important;
            width: 100% !important;
            table-layout: fixed !important;
            border-collapse: collapse;
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

           
            .comparison-table th,
            .comparison-table td {
                white-space: normal !important;
                word-wrap: break-word !important;
                overflow-wrap: break-word !important;
                font-size: 15px !important;
                line-height: 1.5 !important;
                text-align: center;
                vertical-align: middle;
                padding: 10px;
            }

              
                .comparison-table th:first-child,
                .comparison-table td:first-child {
                    width: 125px !important; 
                    text-align: left;
                }

                .comparison-table th:nth-child(2),
                .comparison-table th:nth-child(3),
                .comparison-table th:nth-child(4),
                .comparison-table th:nth-child(5),
                .comparison-table td:nth-child(2),
                .comparison-table td:nth-child(3),
                .comparison-table td:nth-child(4),
                .comparison-table td:nth-child(5) {
                    width: 269px !important;
                    display: table-cell !important;
                }

           
            .comparison-table thead th.highlight-col {
                position: static !important;
                height: auto !important;
                font-size: 18px !important;
                line-height: 1.4 !important;
                text-align: center !important;
                padding: 15px 10px !important;
                background: linear-gradient(46deg, #BAE9FF 11.1%, #F0FFF5 87.89%) !important;
                border-radius: 0 !important;
            }

      
        .table-responsive {
            overflow-x: auto !important;
            -webkit-overflow-scrolling: touch;
        }



   

            
            .comparison-table-1 th,
            .comparison-table-1 td {
                white-space: normal !important;
                word-wrap: break-word !important;
                overflow-wrap: break-word !important;
                font-size: 15px !important;
                line-height: 1.5 !important;
                text-align: center;
                vertical-align: middle;
                padding: 10px;
            }

              
                .comparison-table-1 th:first-child,
                .comparison-table-1 td:first-child {
                    width: 125px !important; 
                    text-align: left;
                }

                .comparison-table-1 th:nth-child(2),
                .comparison-table-1 th:nth-child(3),
                .comparison-table-1 th:nth-child(4),
                .comparison-table-1 th:nth-child(5),
                .comparison-table-1 td:nth-child(2),
                .comparison-table-1 td:nth-child(3),
                .comparison-table-1 td:nth-child(4),
                .comparison-table-1 td:nth-child(5) {
                    width: 269px !important;
                    display: table-cell !important;
                }
        

    }




    
    .comparison-table {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

        .comparison-table thead th {
            background: #ffff;
            color: #004E7C;
            font-weight: 700;
            text-align: center;
            border-bottom: none;
            font-size: 20px;
        }

        .comparison-table th.highlight {
            background: linear-gradient(46deg, #BAE9FF 11.1%, #F0FFF5 87.89%);
            border-radius: 24px 24px 0 0;
        }

       
        .comparison-table td,
        .comparison-table th {
            border-color: #CFEAF3 !important;
            background-color: #fff;
            color: #004E7C;
            vertical-align: middle;
            font-size: 18px;
        }


        
        .comparison-table tbody td:nth-child(1),
        .comparison-table tbody td:nth-child(3),
        .comparison-table tbody td:nth-child(4),
        .comparison-table tbody td:nth-child(5) {
            font-weight: 600;
        }

    /* ZEISS SMILE PRO column highlight */
    .highlight-col {
        background: linear-gradient(46deg, #BAE9FF 11.1%, #F0FFF5 87.89%);
        font-weight: 600;
    }

 


.comparison-table thead th.highlight-col {
    background: linear-gradient(46deg, #BAE9FF 11.1%, #F0FFF5 87.89%);
    border-radius: 24px 24px 0 0;
    font-size: 24px;
    position: absolute;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height:54px;
    margin-top: -30px;
}


.comparison-table th:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table th:nth-child(4),
.comparison-table th:nth-child(5),
.comparison-table td:nth-child(2),
.comparison-table td:nth-child(3),
.comparison-table td:nth-child(4),
.comparison-table td:nth-child(5) {
    width: 21.2%;
    text-align: center;
    vertical-align: middle;
}

   
    .comparison-table th:first-child,
    .comparison-table td:first-child {
        width: 13%; 
        white-space: nowrap;
        text-align: left;
        vertical-align: middle;
    }

    
  


    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .comparison-table-1 th:nth-child(3),
    .comparison-table td:nth-child(3),
    .comparison-table th:nth-child(4),
    .comparison-table td:nth-child(4) {
        background-color: #F5FDFF;
    }


.comparison-table-1 th:nth-child(3),
.comparison-table-1 td:nth-child(3),
.comparison-table-1 th:nth-child(4),
.comparison-table-1 td:nth-child(4) {
    background-color: #F5FDFF;
}


    /*Baru today*/


/* Table container */
.comparison-table-1 {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #004E7C !important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

/* First column bold */
.comparison-table-1 tbody td:nth-child(1)
 {
    font-weight: 900;
}


/* Header */
.comparison-table-1 thead th {
   
    color: #004E7C;
    font-weight: 900;
    text-align: center;
    border-bottom: none;
    font-size: 20px;
}




/* Cells */
    .comparison-table-1 td,
    .comparison-table-1 th {
        border-color: #CFEAF3 !important;
        background-color: #fff;
        color: #004E7C;
        vertical-align: middle;
        font-size: 18px;
        font-weight: 600;
    }


        .comparison-table-1 th:nth-child(2),
        .comparison-table-1 th:nth-child(3),
        .comparison-table-1 th:nth-child(4),
        .comparison-table-1 th:nth-child(5),
        .comparison-table-1 td:nth-child(2),
        .comparison-table-1 td:nth-child(3),
        .comparison-table-1 td:nth-child(4),
        .comparison-table-1 td:nth-child(5) {
            width: 269px !important;
            display: table-cell !important;
        }



.embed-responsive-item {
    border-radius: 16px;
    width: 500px;
    height: 250px; /* default height */
}

.video-wrapper {
    margin-bottom: 20px; /* gap between videos */
}

/* Smaller videos on mobile */
@media (max-width: 767px) {
    .embed-responsive-item {
        width: 300px;
        height:200px; /* smaller height on mobile */
    }
    .video-wrapper {
        padding:2px; /* smaller padding on mobile */
    }
}

