/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
html {
    scroll-behavior: smooth;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*************** FONT EMBED   ***************/

.abhaya-libre-regular {
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    font-style: normal;
}

.abhaya-libre-regular-italic {
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    font-style: italic;
}

.abhaya-libre-medium {
    font-family: "Abhaya Libre", serif;
    font-weight: 500;
    font-style: normal;
}

.abhaya-libre-semibold {
    font-family: "Abhaya Libre", serif;
    font-weight: 600;
    font-style: normal;
}

.abhaya-libre-semibold-italic {
    font-family: "Abhaya Libre", serif;
    font-weight: 600;
    font-style: italic;
}

.abhaya-libre-bold {
    font-family: "Abhaya Libre", serif;
    font-weight: 700;
    font-style: normal;
}

.abhaya-libre-bold-italic {
    font-family: "Abhaya Libre", serif;
    font-weight: 700;
    font-style: italic;
}

.abhaya-libre-extrabold {
    font-family: "Abhaya Libre", serif;
    font-weight: 800;
    font-style: normal;
}

.playfair-400 {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.playfair-500-italic {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-variation-settings:
        "wdth" 100;
}

.playfair-700 {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.playfair-400-italic {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-variation-settings:
        "wdth" 100;
}

.dm-sans-regular {
    font-family: "DM Sans", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400 !important;
    font-style: normal;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.mb-0 {
    margin-bottom: 0px;
}

.d-inline-block {
    display: block;
}

.font-weight-400 {
    font-weight: 400;
}

.high-tower-text-regular {
    font-family: "High Tower Text";
}

.p-relative {
    position: relative;
}

.align-items-center {
    align-items: center;
}

.text-justify {
    text-align: justify;
}

.corinthia-regular {
    font-family: "Corinthia", cursive;
    font-weight: 400;
    font-style: normal;
}

.corinthia-bold {
    font-family: "Corinthia", cursive;
    font-weight: 700;
    font-style: normal;
}

.text-uppercase {
    text-transform: uppercase;
}

/* Footer */
.btn-footer {
    max-width: 195px;
}

.business-hours ul {
    list-style: none;
    margin-bottom: 0;
}

.business-hours .days {
    font-weight: 700;
    color: var(--primary-color);
}

.business-hours {
    display: flex;
    gap: 10px;
}

.business-hours ul>li {
    margin-left: 0px;
    margin-bottom: 0px;
    min-height: 2.5em;
    padding-bottom: .3em;
    padding-top: .3em;
}

.footer-contact-icon {
    align-items: center;
}

.footer-contact-icon .icon-box-text {
    padding-left: 8px !important;
}

.footer-contact-icon img {
    padding-top: 0px;
}

.follow-social-icon {
    display: flex;
    gap: 15px
}

/* End footer */

.hero-banner-gradient .section-bg-overlay {
    background: linear-gradient(270deg, rgb(255 255 255 / 27%) 5.6%, #141414b3 103.31%) !important;
}

.banner-gradient .section-bg-overlay {
    background: linear-gradient(270deg, rgb(255 255 255 / 0%) 19.6%, #000000a1 103.31%) !important;
}

.heading-gradient {
    background: linear-gradient(84deg, #ECCB92 2.85%, #D89218 97.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.border-left-text {
    border-left: 4px solid var(--primary-color);
    padding-left: 15px;
}

.border-right-text {
    border-right: 4px solid var(--primary-color);
    padding-right: 15px;
}

.image-hover-scale {
    transition: all 0.9s;
    border-radius: 8px;
    overflow: hidden;
}

.image-hover-scale:hover {
    transform: scale(1.05);
    transition: all 0.9s;
}

.img-overlays {
    position: absolute;
    width: 306px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.9s;
}

.img-overlays:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.background-float-right .section-bg {
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 50% !important;
    transition: all 0.9s !important;
}

.background-float-right:hover .section-bg.bg-loaded {
    transform: scale(1.05);
    transition: all 0.9s;
}

.overlays-box-right {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
    width: 194px !important;
    transform: translate(100%, 25%);
}

.border-bottom-dash {
    border-bottom: 2px dashed #adadad;
    padding-bottom: 24px;
}

.dash-line {
    border-bottom: 2px dashed #E9AC4D;
    width: 70%;
    margin: 40px auto;

}

.policy-menu .ux-menu-title {
    font-size: 1.8rem;
    text-transform: none;
    background: linear-gradient(23deg, #6E4616 32.68%, #ECB34F 99.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    min-height: auto;
    margin-bottom: 27px;
}

.policy-menu .ux-menu-link__link {
    font-family: "Abhaya Libre", serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.5rem;
    color: #2E2E2E;
    min-height: auto;
    position: relative;
}

.policy-menu .ux-menu-link__link::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
    opacity: 0;
    margin-top: 4px;
}

.policy-menu .ux-menu-link__link:hover::after {
    opacity: 1;
    transition: all 0.3s;
}

.policy-menu .ux-menu-link__link:hover {
    margin-bottom: 5px;
}

.message-contact-box label {
    color: #623B14;
}

.message-contact-box textarea {
    max-height: 92px;
    border: 2px solid #E9AC4D !important;
    border-radius: 6px !important;
}

.message-contact-box input[type="submit"] {
    line-height: 1;
    text-transform: none;
    padding: 8px 24px;
    background: var(--fs-color-primary) !important;
    font-family: "High Tower Text";
    font-weight: 400;
    font-size: 18px;
}

.message-contact-box input[type="submit"]:hover {
    color: #fff !important;
}

.message-contact-box #nf-field-9-container {
    margin-bottom: 15px !important;
}

.title-typescript {
    background: linear-gradient(14deg, #4B402C 18.27%, #746B52 50.08%, #8B7654 75.4%, #695D34 104.2%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.instagram-feed-module .sb_instagram_header {
    display: none !important;
}

.instagram-feed-module .sbi_photo {
    border-radius: 6px;
    overflow: hidden;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.owl-dots button {
    display: flex;
    width: 12px;
    height: 12px;
    min-height: 12px;
    background-color: #E2E2E2 !important;
}

.owl-dots button.active {
    background-color: #B78538 !important;
}

.price_accordion_title {
    font-family: "High Tower Text";
    text-transform: uppercase;
    font-size: 1.4rem;
    display: inline-block;
    padding: 14px 16px;
    border: 2px solid #CE9740;
    font-weight: 500;
}

.price-lis-layout .accordion-title {
    border-top: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    font-weight: 700;
    align-items: center;
}

.price-lis-layout .divider {
    flex: 1 1 auto;
    height: 1px;
    background-color: #D9D9D9;
    margin: 0 20px;
}

.price-lis-layout .accordion-inner {
    padding: 0.1em 2.3em;
    color: #4D4D4D;
    ;
}

.price-lis-layout .accordion-title.active {
    background-color: #9f753111;
}

.price-lis-layout .accordion-title {
    padding: .6em 0em .6em 2.3em;
}

.price-lis-layout .accordion-title .toggle::before {
    content: url("/wp-content/uploads/2024/04/add-square.svg");
}

.price-lis-layout .accordion-title .toggle::after {
    content: url("/wp-content/uploads/2024/04/minus-square.svg");
    display: none;
}

.price-lis-layout .accordion-title.active .toggle::after {
    content: url("/wp-content/uploads/2024/04/minus-square.svg");
    display: block;
}

.price-lis-layout .accordion-title.active .toggle::before {
    content: url("/wp-content/uploads/2024/04/add-square.svg");
    display: none;
}

.addon-list-menu {
    font-size: 18px;
}

.addon-list-menu :is(.ux-menu-title, a) {
    justify-content: flex-end;
}

.addon-list-menu .ux-menu-title {
    font-size: 24px;
    color: var(--primary-secondary);
    min-height: auto;
}

.addon-list-menu a {
    font-style: italic;
}

.price-tabs {
    font-size: 130%;
}

.price-tabs ul {
    gap: 20px;
    padding-left: 10px;
    padding: 10px 0px 10px 20px;
    border-left: 2px solid #CE9740;
    margin-bottom: 30px;
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    font-style: normal;
}

.price-tabs .tab a {
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    font-style: normal;
    padding: 8px;
    color: #b8b8b8;
    font-size: 24px;
}

.price-tabs .tab.active a {
    font-family: "Abhaya Libre", serif;
    font-weight: 700;
    font-style: normal;
    color: var(--primary-color);
}

.services-image {
    position: relative;
    cursor: pointer;
}

.services-image .img-inner {
    border-radius: 12px;
    overflow: hidden;
}

.services-image img {
    transition: all 0.5s;
}

.services-image:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.services-image::before {
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.services-image-1::before {
    background-image: url("/wp-content/uploads/2025/04/fm-MANICURE.png");
}

.services-image-2::before {
    background-image: url("/wp-content/uploads/2025/04/fm-PEDRICURE.png");
}

.services-image-3::before {
    background-image: url("/wp-content/uploads/2025/04/fm-WAXING.png");
}

.services-image-4::before {
    background-image: url("/wp-content/uploads/2025/04/fm-ACRYLIC.png");
}

.services-image-5::before {
    background-image: url("/wp-content/uploads/2025/04/fm-BIAB.png");
}

.our-services-box {
    padding-bottom: 160px !important;
}

.our-services-desc {
    margin-top: -180px;
}

.review-box-header {
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: 12px;
    margin-bottom: 12px;
}

.review-box {
    padding: 16px 24px;
    background-color: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.review-box-content p {
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.review-star {
    display: flex;
    color: #DCB52A;
    gap: 4px;
}

.review-box-container {
    background-image: url("/wp-content/uploads/2025/04/fb-222-1.jpg");
    padding: 0px 30px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.review-box-container::before {
    content: "";
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.review-box-container::after {
    content: "";
    width: 120%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.banner-background-gradient {
    background: rgb(249, 255, 233);
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 59%) 50%, rgb(255 255 255 / 0%) 100%);
    padding-top: 30px;
    padding-bottom: 30px;
}

.effect-sliding-glass {
    background-image: url(/wp-content/themes/flatsome/assets/img/effects/glass1.png) !important;
}

.banner-footer-background {
    background: #DBDBDB;
    background: linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(255, 250, 239, 1) 100%);
}

.footer-button {
    color: #FF8C00 !important;
}

.border-12 {
    border-radius: 12px !important;
    background-color: #efefef;
}

.social-group-left {
    display: flex;
    flex-direction: column;
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    z-index: 9099;
    left: 0;
    align-items: flex-start;
}

.social-group-left a {
    display: inline-block;
    background-color: #BEBEBE !important;
    color: #fff;
    font-weight: 700;
    width: 54px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9099;
    ;

}

.social-group-left a span {
    display: none;

}

.social-group-left a:hover {
    padding-right: 20px;
    width: 100%;
}

.social-group-left a:hover>span {
    display: block;
}

.social-group-right {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    align-items: flex-end;
    z-index: 9099;
}

.social-group-right a {
    display: inline-block;
    background-color: #BEBEBE;
    color: #fff;
    font-weight: 700;
    display: flex;
    width: 54px;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    z-index: 9099;
}

.social-group-right a span {
    display: none;

}

.social-group-right a:hover {
    padding-left: 20px;
    width: 100%;
}

.social-group-right a:hover>span {
    display: block;
}

.image-resize img {
    height: 450px;
    object-fit: cover;
    object-position: left;
}

.image-resize:nth-child(1) {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    transform: translateY(-50%);
    transition: all 0.5s;
    max-height: 584px;
    margin-bottom: 0;
}

.image-resize:nth-child(1):hover {
    opacity: 0;
}

.image-resize:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transform: translateY(-50%);
    max-height: 584px;
    margin-bottom: 0;
}

.inner-box-shadow .section-bg.fill {
    background: #FFF;
    box-shadow: 10px 12px 11.7px -3px rgba(249, 216, 140, 0.81) inset;
}

a.btn-green-hover:hover {
    background-color: #D8C3A5 !important;
    /* Green */
    color: white;
    box-shadow: none !important;
}

a.btn-green-hover:hover span {
    color: white;
}

a.btn-green-hover:hover img {
    filter: brightness(24.5) grayscale(1);
}

.button.is-outline {
    border: 1px solid !important;
}
#footer #section_1260538713{
    font-family: dm-sans-regular !important;
}
@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .background-float-right .section-bg.bg-loaded {
        display: none;
    }
}