/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

a#btnn {
    background: linear-gradient(45deg, #14C1DB, #F8DD5D);
    color: #000;
    text-transform: uppercase;
    box-shadow: -4px 3px 5px -1px #00000057;
    font-weight: 600;
}
button.am-button.am-button--text.am-button--small.am-button--primary {
    display: none !important;
}
#top li.astm-search-menu.is-menu.default.menu-item span.is-search-icon {
    border-left: 0px !important;
}

#header-secondary-outer {
    background: linear-gradient(45deg, #14C1DB, #F8DD5D);
}

#header-secondary-outer .nectar-center-text {
    max-width: 100% !important;
}

#header-secondary-outer .top-nav {
    display: flex;
    justify-content: space-between;
}

#header-secondary-outer .top-nav a {
    margin: 0px 10px;
}

#header-secondary-outer .top-nav .box2 a:nth-child(2) {
    background-color: #000;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    margin: 0px;
}

ol, ul {
    margin-left: 19px !important;
    margin-bottom: 30px !important;
}
/* ------------        ------------        ------------        ------------        ------------         */

#ro-tar .txt-info {
    background-color: #fff;
    box-shadow: 0px 0px 11px 0px #0000004f;
    border-radius: 15px;
    padding: 15px 20px;
    min-height: 250px;
    margin-top: -40px;
    z-index: 999;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


/* ------------        ------------        ------------        ------------        ------------         */

#ro-2 .ball {
    position: absolute;
    left: -60px;
    top: -20px;
    animation: bal 3s infinite alternate linear;
}

@keyframes bal {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}

#ro-2 #inn .pic1,
#ro-2 #inn .pic2,
#ro-2 #inn .pic3 {
    transition: 0.5s;
    animation: bal 3s infinite alternate linear;
}

#ro-2 #inn img:hover {
    filter: brightness(0.5);
    transform: translateY(-10px);
}

#ro-2 #inn img.pic1 {
    animation: bal 3s infinite alternate-reverse linear;
}

#ro-2 #inn img.pic3 {
    animation: bal 3s 2s infinite alternate-reverse linear;
}

/* ------------        ------------        ------------        ------------        ------------         */


#ro-3 ul li {
    color: #000 !important;
}

/* ------------        ------------        ------------        ------------        ------------         */

#ro-4 .owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
    left: 130px;
}

#ro-4 .owl-nav {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 0px;
    bottom: 0px;
    justify-content: center;
    left: -140px;
}

#ro-4 .owl-nav button span {
    display: none;
}

#ro-4 .owl-nav button {
    border: none;
    background-color: transparent;
    border: solid 1px #000;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    color: #000;
}

#ro-4 .owl-nav button:hover {
    background: linear-gradient(90deg, #FF7D81 -10%, #FFCB5A 97%);
    color: #fff;
    border-color: transparent;
}

#ro-4 .owl-nav button:before {
    content: "\f060";
    font-family: fontawesome !important;
}

#ro-4 .owl-nav button.owl-next {
    transform: rotate(180deg);
}

#ro-4 .txt1 {
    margin-left: 160px;
}


/* ------------        ------------        ------------        ------------        ------------         */

#ro-6 .row-bg.viewport-desktop.using-image {
    background-size: 70%;
}

#ro-1 .txt1 h6,
#ro-6 .txt1 h6 {
    text-transform: uppercase;
    background-color: #DEEFF4;
    color: #11B196;
    display: table;
    padding: 6px 15px;
    margin-bottom: 18px !important;
}

#ro-6 .txt1 h6 {
    margin: auto;
}

#ro-6 .owl-dots span {
    transform: none;
    height: 4px;
    width: 20px;
    background-color: #DDDDDD;
}

#ro-6 .owl-dots .active span {
    background-color: #DD1D26 !important;
}


/* ------------        ------------        ------------        ------------        ------------         */

#ro-7 .vc_col-sm-8,
#ro-7 .vc_col-sm-8 div {
    position: unset;
}

#ro-7 {
    position: relative;
}

#ro-7 .owl-nav {
    display: flex;
    position: absolute !important;
    left: 0px;
    bottom: 0px;
}

#ro-7 .owl-nav button span {
    display: none;
}

#ro-7 .owl-nav button {
    border: none;
    background-color: transparent;
    background: #C2D8D8;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ro-7 .owl-nav button:before {
    content: "\f060";
    font-family: fontawesome !important;
}

#ro-7 .owl-nav button.owl-next {
    transform: rotate(180deg);
}

#ro-7 .owl-nav button:hover {
    background-color: #EFDC62;
}


/* ------------        ------------        ------------        ------------        ------------         */

#ro-8 label,
#ro-8 input::placeholder {
    font-size: 14px;
    color: #7A7A7A;
}

#ro-8 input,
#ro-8 textarea {
    border: solid 1px #EEEEEE;
    border-radius: 8px;
}

#ro-8 textarea {
    resize: none;
    height: 100px;
}

#ro-8 button.frm_button_submit {
    background: linear-gradient(45deg, #14C1DB, #F8DD5D);
    color: #222222;
    text-transform: uppercase;
    box-shadow: -4px 3px 5px -1px #00000057;
    border: none;
    width: 100%;
    font-weight: 700 !important;
}


/* ------------        ------------        ------------        ------------        ------------         */

#footer-outer #footer-widgets ul#menu-contact-us a {
    position: relative;
}

#footer-outer #footer-widgets ul#menu-contact-us a i {
    position: absolute;
    left: 0px;
    width: 37px;
    height: 38px;
    color: #fff;
    border-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #FF7D81 -10%, #FFCB5A 97%);
}

#footer-outer #footer-widgets ul#menu-contact-us a {
    padding-left: 44px !important;
    margin-bottom: 14px;
}

#footer-outer #footer-widgets a:hover {
    color: #000 !important;
    text-decoration: underline;
    font-weight: 600;
    opacity: 100% !important;
}

#footer-outer #footer-widgets a {
    color: #7E7E7E !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
}

#footer-outer #footer-widgets .widget h4 {
    color: #111111 !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 20px;
    font-weight: bold;
}

#footer-outer #footer-widgets #nav_menu-3 {
    position: relative;
    left: 90px;
}

#footer-outer #footer-widgets #nav_menu-2 {
    position: relative;
    left: 70px;
}

#footer-outer #footer-widgets .container>div {
    padding-bottom: 0px;
    border-bottom: solid 1px #A2BDB2;
}


/* ------------        ------------        ------------        ------------        ------------         */

#copyright {
    padding: 11px 0px !important;
}

#copyright .col.span_5 {
    max-width: 100% !important;
}

#copyright .col.span_5 p {
    text-align: justify;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
/*     background-image: url("http://stagingserver3.com/empowerkolourlab/wp-content/uploads/2024/06/footer-payment-method.png.png"); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}


/* ------------        ------------        ------------        ------------        ------------         */


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1440px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1366px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1340px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1320px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1280px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
    #ro-1 p br {
        display: none;
    }
    #ro-tar .txt-info {
        min-height: 357px;
        width: 96%;
    }
    #ro-7 .owl-nav {
        left: 0px;
        bottom: -40px;
    }
    #ro-2 #inn .vc_col-sm-6 {
        width: 50%;
    }
    #ro-2 .ball {
        position: absolute;
        left: -10px;
        top: -20px;
    }
    #ro-6 .row-bg.viewport-desktop.using-image {
        background-size: 97%;
    }
    #ro-7 .owl-nav {
        left: 0px;
        bottom: -50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    #ro-7 .owl-dots {
        margin-top: -20px;
    }
    #footer-outer #footer-widgets #nav_menu-2,
    #footer-outer #footer-widgets #nav_menu-3 {
        position: relative;
        left: 0px;
    }
    #ro-1 .imgg {
        width: 55%;
        margin-bottom: -24px;
    }
    #ro-1 .txt1 h6,
    #ro-6 .txt1 h6 {
        margin: auto;
    }
    #ro-4 .txt1 {
        margin-left: 0px;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 900px) {
    #footer-outer #footer-widgets .col.span_4 {
        margin-bottom: 0px;
    }
    #ro-tar .txt-info {
        width: 60%;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 480px) {
    #ro-1 .imgg {
        width: 95%;
        margin-bottom: -24px;
    }
    #ro-4 .owl-nav {
        display: none;
    }
    #ro-4 .owl-carousel.owl-theme.owl-loaded.owl-drag {
        position: relative;
        left: 0px;
    }
    #ro-6 .txt-info p br {
        display: none;
    }
    #ro-6 .row-bg.viewport-desktop.using-image {
        background-size: 94%;
        background-position: 36% 20% !important;
    }
    #footer-outer #copyright p {
        padding-top: 30px;
        background-size: 250px;
        background-position: top;
    }
    #ro-tar .txt-info {
        width: 76%;
    }
}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 414px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 375px) {}


/*-----------------------------------------------------------------------------------------------------*/

@media (max-width: 360px) {}



/* Hide date and time picker for specific sub-service */
.am-appointment[data-service-id="4"] .am-datepicker,
.am-appointment[data-service-id="4"] .am-timepicker {
    display: none !important;
}

/* Add additional specificity if needed */
.am-booking-form .am-appointment[data-service-id="4"] .am-datepicker,
.am-booking-form .am-appointment[data-service-id="4"] .am-timepicker {
    display: none !important;
}




.am-fcis__info-tab__wrapper {
    display: none !important;
}