/*
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
*/


.container.main-content, .container.normal-container.row {
    --scroll-bar-w: 0px !important;
}
/* header css  */
li#menu-item-14 a {
    background: #0C0A5A !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    line-height: 23px !important;
    font-family: 'Manrope' !important;
    padding: 14px 20px !important;
    box-shadow: unset !important;
    opacity: unset !important;
    position: relative !important;
    overflow: hidden !important;
    color: #ffffff !important;
    z-index: 1 !important;
    transition: color 0.4s ease !important;
    cursor: pointer;
    border: 1px solid rgba(255, 215, 0, 0.1) !important;
    display: inline-block !important;
}

li#menu-item-14 a::before {
    content: '' !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, #FFD700 !important, #FFA500 !important);
    border-radius: 50% 50% 0 0 !important;
    transform: scaleX(1.5) !important;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
    z-index: -1 !important;
}
li#menu-item-14 a::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    border: 2px solid #ffffff !important;
    border-radius: 8px !important;
    opacity: 0 !important;
    transform: scale(0.8) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}
li#menu-item-14 a:hover {
    color: #ffffff !important;
    box-shadow: 0 0 25px rgb(0 0 0 / 50%) !important;
}
li#menu-item-14 a:hover::before {
    top: 0 !important;
    border-radius: 0 !important;
    transform: scaleX(1) !important;
}
li#menu-item-14 a:hover::after {
    opacity: 1 !important;
    transform: scale(1) !important;
}

nav ul li a {
    color: #0C0A5A !important;
}
header#top {
    background: #F8F3F9;
}
/* end header css */
/* banner css */
div#main-banner h1 {
    max-width: 500px;
}
div#main-banner p {
    max-width: 550px;
}
#blue-btn {
    background: #0C0A5A !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    line-height: 23px !important;
    font-family: 'Manrope' !important;
    padding: 14px 20px !important;
    box-shadow: unset !important;
    opacity: unset !important;
    position: relative !important;
    overflow: hidden !important;
    color: #ffffff !important;
    z-index: 1 !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    cursor: pointer;
    border: 1px solid rgba(255, 215, 0, 0.1) !important;
    transform:unset !important;
}
#blue-btn::before {
    content: '' !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, #FFD700 !important, #FFA500 !important);
    border-radius: 50% 50% 0 0 !important;
    transform: scaleX(1.5) !important;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
    z-index: -1 !important;
}
#blue-btn::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    border: 2px solid #ffffff !important;
    border-radius: 8px !important;
    opacity: 0 !important;
    transform: scale(0.8) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}
#blue-btn:hover {
    color: #ffffff !important;
    box-shadow: 0 0 25px rgb(0 0 0 / 50%) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
#blue-btn:hover::before {
    top: 0 !important;
    border-radius: 0 !important;
    transform: scaleX(1) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
#blue-btn:hover::after {
    opacity: 1 !important;
    transform: scale(1) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
ul.sub-menu a[aria-current="page"] {
    color: #fff !important;
}
div#area-we .row-bg {
    background: #0C0A5A !important;
}
div#freq-sec.freq-alt h2 {
    color: #fff !important;
}
div#area-skin.titl h2 {
    color: #fff !important;
}
div#area-we h2 {
    color: #FFF !IMPORTANT;
}
div#freq-sec.change-sec .row-bg {
    background: #F8F3F9 !important;
}
div#freq-sec.change-sec h2 {
    color: #8E4C5E !important;
}
/* end banner css */

/* about us css */ 

div#about-sec {
    background: #fff;
    padding: 30px !important;
    border-radius: 18px;
}
div#about-sec img {
    width: 100%;
    border-radius: 8px;
}
div#freq-sec.change-sec .row-bg.viewport-desktop {
    background: #F8F3F9 !important;
}
div#freq-sec.change-sec h2 {
    color: #0C0A5A !important;
}
/* end about css */

/* dermal sec css */

div#dermal-care .vc_column-inner {
    background: #fff;
    padding: 20px 20px !important;
    border-radius: 18px;
    transition: all 0.5s !important;
}
div#dermal-care h4 {
    color: #0C0A5A !important;
}
h1 {
    color: #0C0A5A !important;
}

h5 {
    color: #0C0A5A !important;
}
/* div#freq-sec .row-bg.viewport-desktop {
    background: #8E4C5E !important;
} */
div#treatment-sec .row-bg {
    background: #0C0A5A !important;
}
h2 {
    color: #0C0A5A !important;
}
div#dermal-care .vc_column-inner:hover {
    background: #0C0A5A !important;
    transition: all 0.5s !important;
}
div#main-banner.inner-page .row-bg.viewport-desktop {
    background: #D9D9D9 !important;
}
div#dermal-care .vc_column-inner:hover h4 {
    color: #fff !important;
}
div#dermal-care .vc_column-inner:hover p {
    color: #fff !important;
}
div#dermal-care .vc_column-inner:hover img {
    filter: brightness(25.5);
}
div#treatment-sec h2 {
    color: #fff !important;
}
/* end dermal css */

/* Testimonial css  */
div#testimonial-slider .card-container {
    position: relative;
    background-color: #8E4C5E;
    border-radius:25px;
    padding: 0;
    width: 100%;
    max-width: 580px;
    margin: 20px;
}
div#testimonial-slider .testimonial-card {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 25px;
    padding: 25px;
    display: flex;
    gap: 25px;
    align-items: center;
    transform: translate(-10px, -10px);
    transition: transform 0.3s ease;
}
div#testimonial-slider .profile-img-wrapper {
    flex-shrink: 0;
}
div#testimonial-slider .profile-img {
    width: 160px;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}
div#testimonial-slider .card-content {
    flex-grow: 1;
}
div#testimonial-slider .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
div#testimonial-slider .name {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 2px;
}
div#testimonial-slider .designation {
    color: #666;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}
div#testimonial-slider .stars {
    color: #ff9900;
    font-size: 14px;
    margin-bottom: 12px;
}
div#testimonial-slider .stars i {
    margin-right: 2px;
}
div#testimonial-slider .review-text {
    color: #333;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
}
div#testimonial-slider .quote-icon {
    background-color: #8E4C5E;
    color: #ffffff;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 24px;
}
div#testimonial-slider p {
    text-align: center;
}
.testimonial-card p {
    text-align: left !important;
}
div#testimonial-slider .owl-nav.disabled {
    display: block !important;
}
div#testimonial-slider .owl-nav .owl-prev, div#testimonial-slider .owl-nav .owl-next {
    background: unset !important;
    border: 1px solid #0C0A5A !important;
    height: 50px;
    width: 50px !important;
    color: #0C0A5A !important;
    font-size: 40px !important;
    line-height: 48px !important;
    padding: unset !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
div#testimonial-slider .owl-nav .owl-next:hover {
    background: #8E4C5E !important;
    color: #fff !important;
    border-color:#fff !important;
}
div#testimonial-slider .owl-nav .owl-prev:hover {
    background: #8E4C5E !important;
    color: #fff !important;
    border-color:#fff !important;
}
/* div#freq-sec h2 {
    color: #fff !important;
} */
.blue-col .vc_column-inner h5 {
    color: #fff !important;
}
/* end testimonial css */

/* treatment sec css */
.trt-img {
    margin: unset !important;
}
div#treatment-sec ul li {
    color: #fff;
    padding-bottom: 10px;
}
/* end treatment css */

/* innerpages css  */
div#main-banner.inner-page p {
    margin: 0 auto;
    max-width: 700px !important;
}
div#dermal-care.derm-inner .vc_column-inner {
    padding: 30px 12px !important;
    min-height: 320px !important;
}
div#dermal-care.derm-inner .vc_column-inner:hover {
    box-shadow: 5px 5px 0px 0px #fff  !important;
}
div#about-sec.aproch-sec {
    background: unset !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
div#about-sec.aproch-sec .row-bg {
    background: unset !important;
}
#dermal-care.what-inner .vc_column-inner {
    padding: 40px 10px !important;
    min-height: 420px !important;
}
div#freq-sec .toggle.default.open {
    background: #fff;
    padding: 0px 20px !important;
    border: unset !important;
    margin-bottom: 20px !important;
}
div#freq-sec .toggle.default {
    background: #fff;
    padding: 0px 20px !important;
    border: unset !important;
    margin-bottom: 20px !important;
}
div#freq-sec .toggle.default a {
    font-size: 30px !important;
    line-height: 38px !important;
    font-family: 'Marcellus' !important;
    color: #0C0A5A !important;
}
div#freq-sec .toggle.default p{
    color:#000;
}
div#freq-sec .toggle.default.open a{
    color: #0C0A5A !important;
}
div[data-style*=minimal] .toggle>.toggle-title i {
    border: unset !important;
}
div#dermal-care.height-fit .vc_column-inner {
    min-height: 370px !important;
}
.dark-list li {
    list-style: none !important;
    position: relative;
    color: #000;
}
.dark-list li:before {
    position: absolute;
    content: '\f00c';
    left: -30px;
    font-family: 'FontAwesome' !important;
    background: #000;
    width: 20px;
    height: 20px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#about-sec li {
    color: #000;
}
#skin-boster {
    padding-top: 100px !important;
}
#skin-boster .vc_column-inner {
    background: #fff;
    padding: 40px 20px !important;
    border-radius: 10px !important;
}
div#skin-boster img {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
div#area-skin p {
    max-width: 750px;
    margin: 0 auto;
}
div#skin-boster p {
    max-width: unset !important;
}
.trt-white .vc_column-inner {
    background: #fff;
    padding: 40px 20px !important;
    border-radius: 20px !important;
}
.trt-white .vc_column-inner li {
    color: #000 !important;
}
ul.sub-menu.tracked-pos li a:hover {
    color: #fff !important;
}
div#policy-content h3 {
    color: #0C0A5A;
}
div#policy-content p, div#policy-content li {
    color: #000;
}
/* end innerpages css */

/* ft css  */
div#contact-sec .nectar-text-inline-images {
    background: #fff;
    padding: 20px;
    max-width: 570px;
    border-radius: 8px !important;
}
div#contact-sec h2 {
    color: #000;
}
div#contact-sec .blue-col .vc_column-inner {
    background: #0C0A5A;
    padding: 30px;
    border-radius: 18px !important;
}
div#contact-sec .blue-col .form input, div#contact-sec .blue-col .form textarea {
    background: #fff;
}
div#contact-sec .blue-col .form textarea {
    height: 100px;
    resize: none !important;
}
div#contact-sec .btn-sub p {
    text-align: right;
}
div#contact-sec .wpcf7-spinner {
    display: none !important;
}
div#contact-sec .btn-sub input.wpcf7-form-control.wpcf7-submit.send-btn, body[data-button-style*="slightly_rounded"] input[type=submit] {
    background: #fff !important;
    color: #0C0A5A;
    font-size: 20px !important;
    font-family: 'Poppins' !important;
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
}
div#contact-sec .blue-col h3, div#contact-sec .blue-col p, div#contact-sec .blue-col h5 {
    color: #fff;
}
div#gallery-sec img {
    border-radius: 20px !important;
}
div#footer-outer {
    display: none;
}
div#main-ft .row-bg {
    background: #0C0A5A;
}
div#main-ft {
    padding-top: 40px !important;
}
div#main-ft .com-col .vc_column-inner {
    padding-left: 70px;
}
div#main-ft li {
    list-style: none !important;
    padding-bottom: 10px;
}
div#main-ft ul {
    margin: 0;
}
div#main-ft a, div#main-ft p, div#main-ft h6 {
    color: #fff;
}
div#main-ft .social-icons {
    display: flex;
    gap: 10px;
}
div#main-ft .social-icons i {
    background: #fff;
    color: #0C0A5A;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px !important;
}
div#ft-end {
    text-align: center;
    border-top: 1px solid #ffffff54;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
div#main-ft input.tnp-submit {
    width: 50%;
    font-size: 15px !important;
    line-height: 23px !important;
}
div#main-ft label {
    display: none !important;
}
div#main-ft input#tnp-1 {
    background: unset !important;
    color: #fff !important;
}
div#main-ft input#tnp-1::placeholder {
    color: #fff !important;
}
/* ft end css */




















/* =========================================
   Extra Large Screens / 4K / Wide Monitors
========================================= */
@media (min-width: 1600px) {
}
/* =========================================
   Large Desktop Screens
========================================= */
@media (min-width: 1400px) and (max-width: 1599px) {
div#main-banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}	
}
/* =========================================
   Desktop / Large Laptop
========================================= */
@media (min-width: 1200px) and (max-width: 1399px) {
div#main-banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}	
p {
    font-size: 12px !important;
    line-height: 20px !important;
}
div#testimonial-slider .card-container {
   max-width: 470px;
}	
}
/* =========================================
   Small Laptop / Notebook
========================================= */
@media (min-width: 992px) and (max-width: 1199px) {
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 64px !important;
    }

div#main-banner {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
}
div#main-banner .nectar-split-heading {
    margin-bottom: 12px !important;
}
div#testimonial-slider .card-container {
    position: relative;
    background-color: #0b1354;
    border-radius: 25px;
    padding: 0;
    width: 100%;
    max-width: 840px;
    margin: 20px;
}
.owl-dots {
    display: none !important;
}
div#contact-sec .nectar-text-inline-images {
    background: #fff;
    padding: 20px;
    max-width: unset;
    border-radius: 8px !important;
}
div#contact-sec .row {
    padding: unset !important;
}
div#gallery-sec img {
    width: 100%;
}
div#main-ft .com-col .vc_column-inner {
    padding-left: 0px !important;
}	
}
/* =========================================
   Tablet / iPad
========================================= */
@media (min-width: 768px) and (max-width: 991px) {
}
/* =========================================
   Large Mobile Devices
========================================= */
@media (min-width: 576px) and (max-width: 767px) {
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 64px !important;
    }	
	div#header-outer {
        background: #f8f3f9;
    }
#main-banner .row-bg-wrap .row-bg {
        background-position: 80% center !important;
        background-size: cover !important;
        display: block !important;
        visibility: visible !important;
    }
#main-banner .vc_col-sm-8 {
        max-width: 65% !important; 
        width: 65% !important;
        float: left !important;
    }
#main-banner .vc_column-inner {
        background: linear-gradient(to right, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.6) 70%, rgba(255,255,255,0) 100%) !important;
        padding: 15px !important;
        border-radius: 8px;
    }
#main-banner h1 {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }
#main-banner p {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }	
div#main-ft .com-col .vc_column-inner {
    padding-left: 0px !important;
}
div#gallery-sec img {
    width: 109%;
}
div#gallery-sec .row_col_wrap_12.col.span_12.dark {
    display: inline-flex !important;
    flex-wrap: nowrap;
}
.form .row {
    padding: unset !important;
}	
}
/* =========================================
   Mobile Devices
========================================= */
@media (max-width: 575px) {
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 64px !important;
    }
div#header-outer {
        background: #f8f3f9;
    }
    div#dermal-care .vc_column-inner {
    background: #fff;
    padding: 20px 20px !important;
    border-radius: 18px;
    transition: all 0.5s !important;
}
#main-banner .row-bg-wrap .row-bg {
        background-position: 80% center !important;
        background-size: cover !important;
        display: block !important;
        visibility: visible !important;
    }
#main-banner .vc_col-sm-8 {
        max-width: 100% !important; 
        width: 100% !important;
        float: left !important;
    }
#main-banner .vc_column-inner {
        background: linear-gradient(to right, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.6) 70%, rgba(255,255,255,0) 100%) !important;
        padding: 15px !important;
        border-radius: 8px;
    }
#main-banner h1 {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }
#main-banner p {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

div#main-banner {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
div#main-ft .com-col .vc_column-inner {
    padding-left: 0px !important;
}
div#gallery-sec img {
    width: 109%;
}
div#gallery-sec .row_col_wrap_12.col.span_12.dark {
    display: inline-flex !important;
    flex-wrap: nowrap;
}
.form .row {
    padding: unset !important;
}	
    div#dermal-care {
    padding-bottom: 0 !important;
}

div#testimonial-slider h2 {
    text-align: center;
}

div#treatment-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#main-ft input.tnp-submit {
    width: 100%;
}

div#contact-sec {
    padding-bottom: unset !important;
}
	div#freq-sec .toggle.default a {
    font-size: 20px !important;
    line-height: 28px !important;
    font-family: 'Marcellus' !important;
    color: #0C0A5A !important;
}
	div#about-sec.aproch-sec {
    padding: unset !important;
}
}