/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1783487142
Updated: 2026-07-08 05:05:42

*/

/* All Elements */



[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #c69877;
    color: #fff;
    text-decoration: none;
}
.comments-area a, .page-content a {
    text-decoration: none;
}
dd, dl, dt, li, ol, ul {
    border: 0;
    margin-block-end: 0;
    margin-block-start: 0;
    outline: 0;
    vertical-align: middle;
    margin: 0px;
    padding: 0;
    list-style: none;
}
div#tahefobu-header {
    top: 0px;
}

/* sticky header */
.js-sticky-header {
    width: 100%;
    transition: all 0.3s ease;
}
.js-sticky-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
}
#tahefobu-header.ta-sticky-active, .turbo-header-template.ta-sticky-active {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
}

/* =====================================
   Salon Services Image Overlay Slider
  
===================================== */

.ss-slider-section {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}

.ss-slider-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 100%;
}

/* Card */
.ss-service-card {
    position: relative;
    display: block;
    height: 385px;
    border-radius: 5px;
    overflow: hidden;
    background: #111;
    text-decoration: none !important;
    color: #fff;
    box-shadow: none !important;
    transform: none !important;
}

/* Hover par shadow/move remove */
.ss-service-card:hover {
    box-shadow: none !important;
    transform: none !important;
}

/* Image full card cover karegi bottom tak */
.ss-service-img {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    transition: transform 0.45s ease;
}

/* Hover par image halka zoom */
.ss-service-card:hover .ss-service-img {
    transform: scale(1.05);
}

/* Default black overlay */
.ss-service-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.96) 0%,
        rgba(0, 0, 0, 0.78) 23%,
        rgba(0, 0, 0, 0.38) 52%,
        rgba(0, 0, 0, 0.05) 100%
    ) !important;
    transition: background 0.35s ease;
}

/* Hover orange overlay */
.ss-service-card:hover .ss-service-overlay,
.ss-service-card:focus-within .ss-service-overlay,
.ss-service-card:active .ss-service-overlay {
    background: linear-gradient(
        to top,
        rgba(198, 152, 119, 0.95) 0%,
        rgba(198, 152, 119, 0.75) 28%,
        rgba(0, 0, 0, 0.32) 60%,
        rgba(0, 0, 0, 0.03) 100%
    ) !important;
}


.ss-service-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 24px;
    z-index: 2;
    color: #fff;
    transition: all 0.35s ease;
}


.ss-service-content h3 {
    margin: 0 !important;
    padding: 0;
    color: #fff !important;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.4px;
    
}


.ss-service-content p {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0;
    color: #fff !important;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    transform: translateY(10px);
    
    transition: all 0.35s ease;
}


.ss-service-card:hover .ss-service-content p,
.ss-service-card:focus-within .ss-service-content p,
.ss-service-card:active .ss-service-content p {
    opacity: 1;
    visibility: visible;
    max-height: 90px;
    margin-top: 8px !important;
    transform: translateY(0);
}

/* Arrow */
.ss-service-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    color: #c85d16;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.85);
    transition: all 0.3s ease;
}


.ss-service-card:hover .ss-service-arrow,
.ss-service-card:focus-within .ss-service-arrow,
.ss-service-card:active .ss-service-arrow {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


.ss-service-card,
.ss-service-card:hover,
.ss-service-card:focus {
    text-decoration: none !important;
    outline: none;
}

.ss-service-card img {
    margin-bottom: 0 !important;
}

/* =====================================
   Tablet Slider
===================================== */

@media (max-width: 1024px) {

    .ss-slider-track {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 18px 12px;
    }

    .ss-slider-track::-webkit-scrollbar {
        display: none;
    }

    .ss-slider-track {
        scrollbar-width: none;
    }

    .ss-service-card {
        flex: 0 0 305px;
        width: 305px;
        height: 365px;
        scroll-snap-align: start;
        border-radius: 5px;
        box-shadow: none !important;
    }

    .ss-service-content h3 {
        font-size: 22px;
    }

    .ss-service-content p {
        font-size: 16px;
        line-height: 1.35;
    }
}

/* =====================================
   Small Mobile
===================================== */

@media (max-width: 480px) {

    .ss-slider-track {
        gap: 18px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .ss-service-card {
        flex: 0 0 304px;
        width: 304px;
        height: 360px;
        box-shadow: none !important;
    }

    .ss-service-content {
        left: 20px;
        right: 20px;
        bottom: 24px;
    }

    .ss-service-content h3 {
        font-size: 22px;
    }

    .ss-service-content p {
        font-size: 15px;
    }

    .ss-service-arrow {
        width: 56px;
        height: 56px;
        top: 20px;
        right: 20px;
    }
}





/* About Us */
.counter-item-two {
    position: relative;
}
.counter-item-two::after {
    content: "";
    background: #c69877;
    width: 2px;
    height: 50px;
    position: absolute;
    right: 21px;
}

.about-section-two .who-we-are-section {
    position: relative;
}





/* Beauty Service M arquee */

.beauty-service-marquee {
    width: 100%;
    overflow: hidden;
    background: #C69877;
    padding: 15px 0;
    white-space: nowrap;
}

.beauty-service-track {
    display: flex;
    width: max-content;
    animation: beautyServiceMarquee 28s linear infinite;
}

.beauty-service-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.beauty-service-group span {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
    margin: 0 22px;
    font-family: inherit;
}

.beauty-service-group img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: inline-block;
    margin: 0 10px;
    filter: brightness(0) invert(1);
    opacity: 1;
    transform: rotate(-18deg);
}

@keyframes beautyServiceMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.beauty-service-marquee:hover .beauty-service-track {
    animation-play-state: paused;
}

@media (max-width: 1024px) {
    .beauty-service-marquee {
        padding: 18px 0;
    }

    .beauty-service-group span {
        font-size: 20px;
        margin: 0 16px;
    }

    .beauty-service-group img {
        width: 20px;
        height: 20px;
        margin: 0 8px;
    }
}

@media (max-width: 575px) {
    .beauty-service-marquee {
        padding: 16px 0;
    }

    .beauty-service-group span {
        font-size: 17px;
        margin: 0 13px;
    }

    .beauty-service-group img {
        width: 18px;
        height: 18px;
        margin: 0 7px;
    }

    .beauty-service-track {
        animation-duration: 22s;
    }
}


/* Circle behind Elementor image */
.bg-circle {
    position: relative !important;
    overflow: visible !important;
    z-index: 2;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.bg-circle::before {
    content: "";
    position: absolute;
    width: 87%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #c69877 0%, #e6c5ae00 100%);
    z-index: 0;
}

.bg-circle img {
    position: relative !important;
    z-index: 2;
    display: block;
    
}








/* Main Contact Form======== */
.masters-contact-form br{
	display:none !important;
}
.masters-contact-form .wpcf7-spinner {
    display: none !important;
}
.masters-contact-form {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Form Group */
.masters-contact-form .masters-form-group {
    margin-bottom: 20px;
}

/* Labels */
.masters-contact-form label {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    color: #363636;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

/* Red Required Star */
.masters-contact-form .required-star {
    color: #e12727;
}

/* CF7 Field Wrapper */
.masters-contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Text and Email Fields */
.masters-contact-form input[type="text"],
.masters-contact-form input[type="email"] {
    display: block;
    width: 100%;
    height: 46px;
    padding: 11px 14px;
    margin: 0;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #ffffff;
    color: #333333;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

/* Message Field */
.masters-contact-form textarea {
    display: block;
    width: 100%;
    height: 96px;
    min-height: 96px;
    padding: 11px 10px;
    margin: 0;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #ffffff;
    color: #333333;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    outline: none;
    box-shadow: none;
    resize: vertical;
    box-sizing: border-box;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}


.masters-contact-form input::placeholder,
.masters-contact-form textarea::placeholder {
    color: #999999;
    opacity: 1;
}


.masters-contact-form input[type="text"]:focus,
.masters-contact-form input[type="email"]:focus,
.masters-contact-form textarea:focus {
    border-color: #c25414;
    box-shadow: 0 0 0 2px rgba(194, 84, 20, 0.12);
}

/* Submit Area */
.masters-contact-form .masters-submit-area {
    width: 100%;
    margin-top: 24px;
}

/* Submit Button */
.masters-contact-form input[type="submit"].masters-submit {
    display: block;
    width: 100%;
    min-height: 45px;
    margin: 0;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    background-color: #c69877;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    appearance: none;
    transition: background-color 0.25s ease;
}

/* Button Hover */
.masters-contact-form input[type="submit"].masters-submit:hover,
.masters-contact-form input[type="submit"].masters-submit:focus {
    background-color: #c69877;
    color: #ffffff;
}


.masters-contact-form .wpcf7-not-valid {
    border-color: #dc3232 !important;
}


.masters-contact-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 6px;
    color: #dc3232;
    font-size: 13px;
    font-weight: 400;
}


.wpcf7 form .wpcf7-response-output {
    margin: 18px 0 0 !important;
    padding: 12px 14px !important;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
}


.masters-contact-form .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}


.masters-contact-form p {
    margin: 0;
}


@media screen and (max-width: 767px) {
    .masters-contact-form .masters-form-group {
        margin-bottom: 17px;
    }

    .masters-contact-form input[type="text"],
    .masters-contact-form input[type="email"] {
        height: 46px;
        font-size: 15px;
    }

    .masters-contact-form textarea {
        min-height: 100px;
    }
}















/* ==================================================
   Masters of Beauty Lounge – Contact Hover Cards
   Replace the previous card CSS with this code
================================================== */

.mobl-contact-cards,
.mobl-contact-cards *,
.mobl-contact-cards *::before,
.mobl-contact-cards *::after {
    box-sizing: border-box;
}

.mobl-contact-cards {
    --mobl-accent: #C69877;
    --mobl-card-height: 450px;

    display: flex !important;
    align-items: stretch;
    gap: 26px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    
}

/* =========================
   Main Card
========================= */

.mobl-contact-card {
    position: relative;
    display: flex !important;
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    height: var(--mobl-card-height);
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 7px;
    background: #ffffff;
    outline: none;
    cursor: pointer;

    transition:
        flex 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.mobl-contact-card:hover,
.mobl-contact-card:focus-within {
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

/* =========================
   Image Area
========================= */

.mobl-contact-card__media {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: #222222;

    transition:
        flex-basis 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
        width 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mobl-contact-card__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);

    transition:
        transform 0.6s ease,
        filter 0.4s ease;
}

.mobl-contact-card:hover .mobl-contact-card__media img,
.mobl-contact-card:focus-within .mobl-contact-card__media img {
    transform: scale(1.045);
}

/* Dark overlay on closed cards */

.mobl-contact-card__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.46) 0%,
            rgba(0, 0, 0, 0.67) 100%
        );

    transition: background 0.4s ease;
}

/* Card number on image */

.mobl-contact-card__media-number {
    position: absolute;
    top: 31%;
    left: 50%;
    z-index: 3;
    display: block;
    margin: 0;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    transition: opacity 0.3s ease,
        transform 0.4s ease,
        visibility 0.3s ease;
    letter-spacing: 0.5px;
    text-align: center;
    transform: translate(-50%, -50%);
    background: #c69877;
    padding: 3px 16px;
    border-radius: 10px;
}

/* Closed card title */

.mobl-contact-card__compact-title {
    position: absolute;
    top: 50%;
    right: 28px;
    left: 28px;
    z-index: 3;
    display: block;
    width: auto;
    margin: 0 !important;
    padding: 0;
    color: #ffffff !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: center;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    transform: translateY(-50%);

    transition:
        opacity 0.3s ease,
        transform 0.4s ease,
        visibility 0.3s ease;
}

/* =========================
   Details Area
========================= */

.mobl-contact-card__details {
    position: relative;
    z-index: 4;
    flex: 0 0 0;
    width: 0;
    min-width: 0;
    height: 100%;
    padding: 42px 0;
    overflow: hidden;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(28px);

    transition:
        flex-basis 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
        width 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
        padding 0.45s ease,
        opacity 0.3s ease 0.08s,
        visibility 0.3s ease,
        transform 0.45s ease;
}

.mobl-contact-card__detail-number {
    display: block;
    margin: 0 0 14px;
    padding: 0;
    color: var(--mobl-accent) !important;
    font-size: 25px;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: 0.5px;
}

.mobl-contact-card__title {
    display: block;
    width: 100%;
    margin: 0 0 13px !important;
    padding: 0;
    color: #222222 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: left;
    white-space: normal;
    word-break: normal !important;
    overflow-wrap: break-word;
    hyphens: none;
}

.mobl-contact-card__description {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    color: #606060 !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.7 !important;
    text-align: left;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
}

.mobl-contact-card__contact {
    display: block;
    width: 100%;
    margin: 17px 0 0;
    padding: 0;
    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none !important;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;

    transition: color 0.25s ease;
}

.mobl-contact-card__contact strong {
    display: inline;
    color: #222222 !important;
    font-weight: 700;
}

.mobl-contact-card__contact span {
    color: inherit;
}

.mobl-contact-card__contact:hover {
    color: var(--mobl-accent) !important;
}

/* ==================================================
   Desktop Default State
   Card 02 remains open before hovering
================================================== */

@media screen and (min-width: 1101px) {

    .mobl-contact-cards:not(:hover)
    .mobl-contact-card:nth-child(2) {
        flex: 2.35 1 0 !important;
    }

    .mobl-contact-cards:not(:hover)
    .mobl-contact-card:nth-child(2)
    .mobl-contact-card__media {
        flex-basis: 46%;
        width: 46%;
    }

    .mobl-contact-cards:not(:hover)
    .mobl-contact-card:nth-child(2)
    .mobl-contact-card__details {
        flex-basis: 54%;
        width: 54%;
        min-width: 0;
        padding: 43px 34px;
        overflow: visible;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .mobl-contact-cards:not(:hover)
    .mobl-contact-card:nth-child(2)
    .mobl-contact-card__shade {
        background: rgba(0, 0, 0, 0.08);
    }

    .mobl-contact-cards:not(:hover)
    .mobl-contact-card:nth-child(2)
    .mobl-contact-card__media-number,
    .mobl-contact-cards:not(:hover)
    .mobl-contact-card:nth-child(2)
    .mobl-contact-card__compact-title {
        opacity: 0;
        visibility: hidden;
    }

    /* =========================================
       Reset all cards when cards area is hovered
    ========================================= */

    .mobl-contact-cards:hover .mobl-contact-card {
        flex: 1 1 0 !important;
    }

    .mobl-contact-cards:hover
    .mobl-contact-card__media {
        flex-basis: 100%;
        width: 100%;
    }

    .mobl-contact-cards:hover
    .mobl-contact-card__details {
        flex-basis: 0;
        width: 0;
        min-width: 0;
        padding-right: 0;
        padding-left: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transform: translateX(28px);
    }

    .mobl-contact-cards:hover
    .mobl-contact-card__shade {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.46) 0%,
                rgba(0, 0, 0, 0.67) 100%
            );
    }

    .mobl-contact-cards:hover
    .mobl-contact-card__media-number,
    .mobl-contact-cards:hover
    .mobl-contact-card__compact-title {
        opacity: 1;
        visibility: visible;
    }

    /* =========================================
       Open hovered card
    ========================================= */

    .mobl-contact-cards
    .mobl-contact-card:hover,
    .mobl-contact-cards
    .mobl-contact-card:focus-within {
        flex: 2.35 1 0 !important;
    }

    .mobl-contact-cards
    .mobl-contact-card:hover
    .mobl-contact-card__media,
    .mobl-contact-cards
    .mobl-contact-card:focus-within
    .mobl-contact-card__media {
        flex-basis: 46%;
        width: 46%;
    }

    .mobl-contact-cards
    .mobl-contact-card:hover
    .mobl-contact-card__details,
    .mobl-contact-cards
    .mobl-contact-card:focus-within
    .mobl-contact-card__details {
        flex-basis: 54%;
        width: 54%;
        min-width: 0;
        padding: 43px 34px;
        overflow: visible;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .mobl-contact-cards
    .mobl-contact-card:hover
    .mobl-contact-card__shade,
    .mobl-contact-cards
    .mobl-contact-card:focus-within
    .mobl-contact-card__shade {
        background: rgba(0, 0, 0, 0.08);
    }

    .mobl-contact-cards
    .mobl-contact-card:hover
    .mobl-contact-card__media-number,
    .mobl-contact-cards
    .mobl-contact-card:hover
    .mobl-contact-card__compact-title,
    .mobl-contact-cards
    .mobl-contact-card:focus-within
    .mobl-contact-card__media-number,
    .mobl-contact-cards
    .mobl-contact-card:focus-within
    .mobl-contact-card__compact-title {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

/* ==================================================
   Small Desktop and Tablet
================================================== */

@media screen and (max-width: 1100px) {

    .mobl-contact-cards {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 22px;
        max-width: 850px;
    }

    .mobl-contact-card,
    .mobl-contact-card:nth-child(2) {
        display: grid !important;
        grid-template-columns: minmax(290px, 43%) 1fr;
        width: 100% !important;
        height: auto;
        min-height: 370px;
    }

    .mobl-contact-card__media,
    .mobl-contact-card:nth-child(2)
    .mobl-contact-card__media {
        width: 100% !important;
        min-height: 370px;
    }

    .mobl-contact-card__details,
    .mobl-contact-card:nth-child(2)
    .mobl-contact-card__details {
        width: 100% !important;
        min-width: 0;
        height: auto;
        padding: 38px 32px !important;
        overflow: visible;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .mobl-contact-card__shade,
    .mobl-contact-card:nth-child(2)
    .mobl-contact-card__shade {
        background: rgba(0, 0, 0, 0.08);
    }

    .mobl-contact-card__media-number,
    .mobl-contact-card__compact-title,
    .mobl-contact-card:nth-child(2)
    .mobl-contact-card__media-number,
    .mobl-contact-card:nth-child(2)
    .mobl-contact-card__compact-title {
        display: none;
    }
}

/* ==================================================
   Mobile
================================================== */

@media screen and (max-width: 640px) {

    .mobl-contact-cards {
        gap: 18px;
    }

    .mobl-contact-card,
    .mobl-contact-card:nth-child(2) {
        display: block !important;
        min-height: 0;
        border-radius: 8px;
    }

    .mobl-contact-card__media,
    .mobl-contact-card:nth-child(2)
    .mobl-contact-card__media {
        width: 100% !important;
        height: 250px;
        min-height: 250px;
    }

    .mobl-contact-card__details,
    .mobl-contact-card:nth-child(2)
    .mobl-contact-card__details {
        width: 100% !important;
        padding: 27px 22px 31px !important;
    }

    .mobl-contact-card__detail-number {
        margin-bottom: 11px;
        font-size: 54px;
    }

    .mobl-contact-card__title {
        font-size: 21px !important;
    }

    .mobl-contact-card__description,
    .mobl-contact-card__contact {
        font-size: 14px !important;
    }
}




















/* ==================================================
   Masters of Beauty Lounge Pricing Accordion
   Fixed Single Divider Line Version
================================================== */

.mobl-pricing-accordion,
.mobl-pricing-accordion *,
.mobl-pricing-accordion *::before,
.mobl-pricing-accordion *::after {
    box-sizing: border-box;
}

.mobl-pricing-accordion {
    --mobl-accent: #c69877;
    --mobl-accent-dark: #a97450;
    --mobl-border: #ead8cb;
    --mobl-heading: #171412;
    --mobl-text: #342f2c;
    --mobl-muted: #756d68;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    font-family: inherit;
}

/* ==================================================
   Accordion Box
================================================== */

.mobl-pricing-section {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--mobl-border);
    border-radius: 11px;
    background-color: #ffffff;
    box-shadow: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.mobl-pricing-section:hover {
    border-color: rgba(198, 152, 119, 0.75);
}

.mobl-pricing-section[open] {
    box-shadow: 0 10px 30px rgba(63, 39, 25, 0.04);
}

/* Remove browser default arrow */

.mobl-pricing-summary {
    list-style: none;
}

.mobl-pricing-summary::-webkit-details-marker {
    display: none;
}

.mobl-pricing-summary::marker {
    display: none;
    content: "";
}

/* ==================================================
   Accordion Header
================================================== */

.mobl-pricing-summary {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 68px;
    margin: 0;
    padding: 11px 58px 11px 13px;
    border: 0;
    background:
        linear-gradient(
            90deg,
            #fff8f4 0%,
            #ffffff 55%,
            #fffaf7 100%
        );
    color: var(--mobl-heading);
    cursor: pointer;
    outline: none;
    user-select: none;
}

.mobl-pricing-section[open] .mobl-pricing-summary {
    border-bottom: 1px solid var(--mobl-border);
    background:
        linear-gradient(
            90deg,
            #fdf3ed 0%,
            #fffaf7 50%,
            #ffffff 100%
        );
}

.mobl-pricing-summary:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(198, 152, 119, 0.45);
}

/* ==================================================
   Header Icon
================================================== */

.mobl-pricing-icon {
    display: inline-flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 16px;
    overflow: hidden;
    border-radius: 10px;
    background:
        linear-gradient(
            135deg,
            #c99876 0%,
            #b57c58 100%
        );
    color: #ffffff;
    box-shadow: 0 5px 14px rgba(169, 116, 80, 0.18);
}

.mobl-pricing-icon-image {
    display: block;
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: contain;
    box-shadow: none !important;
}

.mobl-pricing-icon-fallback {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

/* ==================================================
   Accordion Heading
================================================== */

.mobl-pricing-heading {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: var(--mobl-heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    word-break: normal;
    overflow-wrap: break-word;
}

/* ==================================================
   Plus and Minus
================================================== */

.mobl-pricing-toggle {
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
}

.mobl-pricing-toggle::before,
.mobl-pricing-toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 3px;
    background-color: var(--mobl-accent-dark);
    content: "";
    transform: translate(-50%, -50%);
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.mobl-pricing-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mobl-pricing-section[open] .mobl-pricing-toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

/* ==================================================
   Open Content
================================================== */

.mobl-pricing-content {
    width: 100%;
    margin: 0;
    padding: 15px 20px 19px;
    border: 0;
    background-color: #ffffff;
}

.mobl-pricing-section[open] .mobl-pricing-content {
    animation: moblPricingFade 0.3s ease both;
}

@keyframes moblPricingFade {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==================================================
   Two Column Price Grid
================================================== */

.mobl-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 50px;
    row-gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

/* ==================================================
   Individual Service Row
   Bottom border removed to fix double lines
================================================== */

.mobl-pricing-item {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 46px;
    margin: 0;
    padding: 9px 0;

    /* Important fix */
    border: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;

    background: transparent !important;
    box-shadow: none !important;
    color: var(--mobl-text);
}

/* Service name */

.mobl-service-name {
    flex: 0 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0 !important;
    color: var(--mobl-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

/* Single dotted divider line */

.mobl-service-divider {
    display: block;
    flex: 1 1 auto;
    min-width: 20px;
    height: 1px;
    margin: 0 12px;
    padding: 0;
    border: 0 !important;
    border-bottom: 1px dotted #d8c8bd !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Service price */

.mobl-service-price {
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    padding: 0;
    border: 0 !important;
    color: #171412;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: right;
    white-space: nowrap;
}

/* Prevent theme-generated lines */

.mobl-pricing-item::before,
.mobl-pricing-item::after,
.mobl-service-name::before,
.mobl-service-name::after,
.mobl-service-price::before,
.mobl-service-price::after {
    display: none !important;
    content: none !important;
}

/* ==================================================
   Please Note Box
================================================== */

.mobl-pricing-note {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 18px 0 0;
    padding: 15px 18px;
    border: 1px solid #eee3dc;
    border-radius: 10px;
    background:
        linear-gradient(
            90deg,
            #faf7f5 0%,
            #fffaf7 100%
        );
}

.mobl-pricing-note-icon {
    display: inline-flex;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin: 1px 12px 0 0;
    border: 1.5px solid #756d68;
    border-radius: 50%;
    color: #5c5551;
    font-family: Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
}

.mobl-pricing-note-content {
    flex: 1 1 auto;
    min-width: 0;
}

.mobl-pricing-note-content h3 {
    margin: 0 0 3px !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--mobl-heading);
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

.mobl-pricing-note-content p {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--mobl-muted);
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.55 !important;
}

/* Error messages */

.mobl-pricing-error,
.mobl-pricing-empty {
    margin: 0;
    padding: 15px 18px;
    border: 1px solid var(--mobl-border);
    border-radius: 9px;
    background-color: #fffaf7;
    color: var(--mobl-text);
    font-size: 14px;
}

/* ==================================================
   Tablet
================================================== */

@media screen and (max-width: 900px) {

    .mobl-pricing-grid {
        column-gap: 30px;
    }

    .mobl-pricing-heading {
        font-size: 17px;
    }

    .mobl-service-name,
    .mobl-service-price {
        font-size: 14px;
    }
}

/* ==================================================
   Mobile
================================================== */

@media screen and (max-width: 700px) {

    .mobl-pricing-section {
        margin-bottom: 9px;
        border-radius: 9px;
    }

    .mobl-pricing-summary {
        min-height: 60px;
        padding: 8px 45px 8px 10px;
    }

    .mobl-pricing-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        margin-right: 12px;
        border-radius: 8px;
    }

    .mobl-pricing-icon-image {
        width: 22px !important;
        height: 22px !important;
        max-width: 22px !important;
    }

    .mobl-pricing-heading {
        font-size: 15px;
        line-height: 1.35;
    }

    .mobl-pricing-toggle {
        right: 16px;
    }

    .mobl-pricing-content {
        padding: 8px 15px 15px;
    }

    .mobl-pricing-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 0;
    }

    .mobl-pricing-item {
        min-height: 43px;
        padding: 8px 0;
    }

    .mobl-service-name,
    .mobl-service-price {
        font-size: 13px;
    }

    .mobl-service-divider {
        margin: 0 9px;
    }

    .mobl-pricing-note {
        padding: 13px 14px;
    }
}

/* ==================================================
   Small Mobile
================================================== */

@media screen and (max-width: 420px) {

    .mobl-pricing-summary {
        padding-right: 42px;
    }

    .mobl-service-divider {
        min-width: 10px;
        margin: 0 7px;
    }

    .mobl-service-name {
        max-width: 58%;
    }

    .mobl-service-price {
        max-width: 38%;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .mobl-pricing-note-content p {
        font-size: 11px !important;
    }
}












/* =========================================================
   MASTERS OF BEAUTY – CLEAN SINGLE PRODUCT PAGE CSS
   Theme: Hello Elementor Child
   No custom gallery, thumbnail or zoom styling
========================================================= */

body.single-product {
	--mob-product-accent: #c89573;
	--mob-product-accent-dark: #a97150;
	--mob-product-heading: #1d1918;
	--mob-product-text: #4d4743;
	--mob-product-muted: #756d68;
	--mob-product-border: #eadfd8;
	--mob-product-soft: #faf7f5;
	--mob-product-white: #ffffff;
	--mob-product-dark: #1d1918;

	background-color: #ffffff;
}


/* =========================================================
   BOX SIZING
========================================================= */

body.single-product *,
body.single-product *::before,
body.single-product *::after {
	box-sizing: border-box;
}


/* =========================================================
   REMOVE UNWANTED WOOCOMMERCE ELEMENTS
========================================================= */

body.single-product .woocommerce-breadcrumb,
body.single-product .product_meta,
body.single-product .sku_wrapper,
body.single-product .posted_in,
body.single-product .tagged_as,
body.single-product form.cart,
body.single-product .quantity,
body.single-product .single_add_to_cart_button,
body.single-product .add_to_cart_button,
body.single-product .ajax_add_to_cart,
body.single-product .buy-now-button,
body.single-product .buy_now_button,
body.single-product .mob-review-button,
body.single-product .mob-sidebar-review-button,
body.single-product a[href*="rate-this-product"],
body.single-product a[href*="rate-product"] {
	display: none !important;
}

body.single-product .mob-product-action-buttons:empty {
	display: none !important;
}


/* =========================================================
   PAGE WRAPPER RESET
========================================================= */

body.single-product .site-main,
body.single-product #content,
body.single-product .woocommerce {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.single-product .woocommerce-notices-wrapper {
	width: 100%;
	max-width: 1180px;
	margin: 20px auto 0;
	padding: 0 24px;
}


/* =========================================================
   PRODUCT BANNER
========================================================= */

body.single-product .mob-product-banner {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 300px;
    margin-left: calc(50% - 50vw);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 15px;
}

body.single-product .mob-product-banner-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 58px 24px;
	text-align: center;
}

body.single-product .mob-product-banner-title,
body.single-product .mob-product-banner h1,
body.single-product h1.mob-product-banner-title {
	max-width: 900px;
	margin: 0 auto 16px !important;
	padding: 0;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.5px;
	opacity: 1 !important;
	visibility: visible !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}


/* =========================================================
   CUSTOM BREADCRUMB
========================================================= */

body.single-product .mob-product-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 0;
	color: rgba(255, 255, 255, 0.85) !important;
	font-size: 14px;
	line-height: 1.5;
}

body.single-product .mob-product-breadcrumb a {
	color: #ffffff !important;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

body.single-product .mob-product-breadcrumb a:hover {
	color: var(--mob-product-accent) !important;
}

body.single-product .mob-product-breadcrumb .current {
	color: var(--mob-product-accent) !important;
}


/* =========================================================
   MAIN PRODUCT AND SIDEBAR LAYOUT
========================================================= */

body.single-product .mob-single-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 32px;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 65px 24px 95px;
	align-items: start;
}

body.single-product .mob-single-product-main,
body.single-product .mob-product-sidebar {
	min-width: 0;
}

body.single-product .mob-product-sidebar-sticky {
	position: sticky;
	top: 110px;
}


/* =========================================================
   MAIN WOOCOMMERCE PRODUCT AREA
========================================================= */

body.single-product .mob-single-product-main div.product {
	width: 100%;
	margin: 0;
	padding: 0;
}

body.single-product .mob-single-product-main div.product::after {
	display: table;
	clear: both;
	content: "";
}


/*
 * Product gallery is intentionally not styled here.
 * Default WooCommerce / Hello Elementor gallery styling will apply.
 */


/* =========================================================
   PRODUCT SUMMARY
========================================================= */

body.single-product
.mob-single-product-main
.product_title {
	margin: 0 0 17px !important;
	padding: 0;
	color: var(--mob-product-heading) !important;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.3px;
}

body.single-product
.mob-single-product-main
div.product
p.price,
body.single-product
.mob-single-product-main
div.product
span.price {
	display: block;
	margin: 0 0 20px;
	color: var(--mob-product-accent-dark) !important;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3;
}

body.single-product
.mob-single-product-main
.price
del {
	margin-right: 7px;
	color: #938b86 !important;
	font-size: 17px;
	font-weight: 500;
	opacity: 0.75;
}

body.single-product
.mob-single-product-main
.price
ins {
	color: var(--mob-product-accent-dark) !important;
	text-decoration: none;
}

body.single-product
.mob-single-product-main
.woocommerce-product-details__short-description {
	color: var(--mob-product-text);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
}

body.single-product
.mob-single-product-main
.woocommerce-product-details__short-description
p {
	margin: 0 0 15px;
}

body.single-product
.mob-single-product-main
.woocommerce-product-details__short-description
p:last-child {
	margin-bottom: 0;
}

body.single-product
.mob-single-product-main
.woocommerce-product-details__short-description
ul {
	margin: 12px 0 18px 20px;
	padding: 0;
}

body.single-product
.mob-single-product-main
.woocommerce-product-details__short-description
li {
	margin-bottom: 6px;
}


/* =========================================================
   CUSTOM PRODUCT TABS
========================================================= */

body.single-product
.mob-single-product-main
.woocommerce-tabs {
	clear: both;
	width: 100%;
	margin: 35px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}


/* Tabs navigation */

body.single-product
.mob-single-product-main
.woocommerce-tabs
ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
	margin: 0 0 22px !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	background: transparent !important;
	list-style: none;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
ul.tabs::before {
	display: none !important;
	border: 0 !important;
	content: none !important;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
ul.tabs
li {
	position: relative;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #ded9d5 !important;
	border-radius: 6px !important;
	background: #ffffff !important;
	box-shadow: none !important;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
ul.tabs
li::before,
body.single-product
.mob-single-product-main
.woocommerce-tabs
ul.tabs
li::after {
	display: none !important;
	content: none !important;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
ul.tabs
li
a {
	display: block;
	min-width: 110px;
	padding: 13px 21px !important;
	color: #514b47 !important;
	font-size: 15px;
	font-weight: 500 !important;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
ul.tabs
li:hover {
	border-color: var(--mob-product-accent) !important;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
ul.tabs
li:hover
a {
	color: var(--mob-product-accent-dark) !important;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
ul.tabs
li.active {
	border-color: var(--mob-product-dark) !important;
	background: var(--mob-product-dark) !important;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
ul.tabs
li.active
a {
	color: #ffffff !important;
}


/* =========================================================
   TAB CONTENT PANEL
========================================================= */

body.single-product
.mob-single-product-main
.woocommerce-tabs
.woocommerce-Tabs-panel {
	width: 100%;
	margin: 0 !important;
	padding: 28px 30px !important;
	border: 1px solid #dfdcd9;
	border-radius: 7px;
	background: #f7f7f7;
	box-shadow: none;
	animation: mobProductTabFade 0.25s ease both;
}

@keyframes mobProductTabFade {
	from {
		opacity: 0;
		transform: translateY(4px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
.woocommerce-Tabs-panel
h2 {
	margin: 0 0 20px !important;
	padding: 0;
	color: var(--mob-product-heading);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
.woocommerce-Tabs-panel
h3 {
	margin: 24px 0 10px;
	color: var(--mob-product-heading);
	font-size: 19px;
	font-weight: 650;
	line-height: 1.35;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
.woocommerce-Tabs-panel
p {
	margin: 0 0 16px;
	color: var(--mob-product-text);
	font-size: 15px;
	line-height: 1.75;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
.woocommerce-Tabs-panel
p:last-child {
	margin-bottom: 0;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
.woocommerce-Tabs-panel
a {
	color: var(--mob-product-accent-dark);
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
.woocommerce-Tabs-panel
ul:not(.mob-product-benefits-list) {
	margin: 10px 0 20px 21px;
	padding: 0;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
.woocommerce-Tabs-panel
ol {
	margin: 10px 0 20px 22px;
	padding: 0;
}

body.single-product
.mob-single-product-main
.woocommerce-tabs
.woocommerce-Tabs-panel
li {
	margin-bottom: 7px;
	color: var(--mob-product-text);
	font-size: 15px;
	line-height: 1.65;
}


/* =========================================================
   BENEFITS TAB
========================================================= */

body.single-product .mob-product-benefits-list {
	display: grid;
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.single-product .mob-product-benefits-list li {
	position: relative;
	margin: 0 !important;
	padding: 0 0 0 27px;
	color: var(--mob-product-text);
	font-size: 15px;
	line-height: 1.65;
}

body.single-product .mob-product-benefits-list li::before {
	position: absolute;
	top: 8px;
	left: 2px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--mob-product-accent);
	content: "";
}


/* =========================================================
   HOW TO USE TAB
========================================================= */

body.single-product .mob-how-to-use-description {
	color: var(--mob-product-text);
}

body.single-product
.mob-how-to-use-description
p:last-child {
	margin-bottom: 0;
}


/* =========================================================
   SIZES TAB
========================================================= */

body.single-product .mob-product-size-value {
	display: inline-flex;
	min-height: 45px;
	margin: 0 !important;
	padding: 11px 18px;
	align-items: center;
	border: 1px solid #e2d5cc;
	border-radius: 6px;
	background: #ffffff;
	color: var(--mob-product-heading);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.4;
	box-shadow: 0 3px 12px rgba(50, 35, 27, 0.04);
}

body.single-product .mob-empty-tab-message {
	color: #7a746f !important;
	font-style: italic;
}


/* =========================================================
   SIDEBAR PRICE CARD
========================================================= */

body.single-product .mob-sidebar-price-card {
	width: 100%;
	margin: 0 0 22px;
	padding: 22px;
	border-radius: 8px;
	background: var(--mob-product-dark);
	box-shadow: 0 10px 30px rgba(28, 22, 19, 0.15);
}

body.single-product .mob-sidebar-price-content {
	margin: 0 0 18px;
}

body.single-product .mob-sidebar-price-label {
	display: block;
	margin: 0 0 5px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

body.single-product .mob-sidebar-product-price {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
}

body.single-product .mob-sidebar-product-price .amount {
	color: #ffffff !important;
}

body.single-product .mob-sidebar-product-price del {
	margin-right: 7px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 17px;
}

body.single-product .mob-sidebar-product-price ins {
	color: #ffffff;
	text-decoration: none;
}


/* =========================================================
   SIDEBAR BUTTON
========================================================= */

body.single-product .mob-sidebar-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

body.single-product .mob-sidebar-button {
	display: flex;
	width: 100%;
	min-height: 46px;
	padding: 12px 18px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

body.single-product .mob-sidebar-enquiry-button {
	border: 1px solid var(--mob-product-accent);
	background: var(--mob-product-accent);
	color: #ffffff !important;
}

body.single-product .mob-sidebar-enquiry-button:hover {
	border-color: var(--mob-product-accent-dark);
	background: var(--mob-product-accent-dark);
	color: #ffffff !important;
	transform: translateY(-1px);
}


/* =========================================================
   SIDEBAR CARDS
========================================================= */

body.single-product .mob-sidebar-card {
	width: 100%;
	margin: 0 0 22px;
	overflow: hidden;
	border: 1px solid var(--mob-product-border);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 7px 25px rgba(35, 27, 23, 0.06);
}

body.single-product .mob-sidebar-card-heading {
	padding: 20px 22px 15px;
	border-bottom: 1px solid var(--mob-product-border);
}

body.single-product .mob-sidebar-card-heading h2 {
	margin: 0 !important;
	padding: 0;
	color: var(--mob-product-heading);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
}

body.single-product .mob-heading-line {
	display: block;
	width: 36px;
	height: 2px;
	margin: 13px 0 0;
	border-radius: 3px;
	background: var(--mob-product-accent);
}


/* =========================================================
   WHY BOOK WITH US
========================================================= */

body.single-product .mob-why-book-list {
	display: grid;
	gap: 15px;
	margin: 0 !important;
	padding: 22px !important;
	list-style: none !important;
}

body.single-product .mob-why-book-list li {
	display: flex;
	margin: 0 !important;
	padding: 0 !important;
	align-items: center;
	gap: 13px;
	color: var(--mob-product-muted);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
}

body.single-product .mob-why-book-list li::before {
	display: none !important;
	content: none !important;
}

body.single-product .mob-why-icon {
	display: inline-flex;
	width: 39px;
	height: 39px;
	flex: 0 0 39px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--mob-product-accent);
	color: #ffffff;
	box-shadow: 0 5px 14px rgba(169, 113, 80, 0.18);
}

body.single-product .mob-why-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}


/* =========================================================
   PRODUCT ADVICE CARD
========================================================= */

body.single-product .mob-sidebar-help-card {
	padding: 24px 22px;
}

body.single-product .mob-sidebar-help-card h2 {
	margin: 0 0 11px !important;
	padding: 0;
	color: var(--mob-product-heading);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
}

body.single-product .mob-sidebar-help-card p {
	margin: 0 0 18px;
	color: var(--mob-product-muted);
	font-size: 14px;
	line-height: 1.65;
}

body.single-product .mob-help-button {
	display: inline-flex;
	min-height: 43px;
	padding: 11px 19px;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: var(--mob-product-accent);
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.3;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
}

body.single-product .mob-help-button:hover {
	background: var(--mob-product-accent-dark);
	color: #ffffff !important;
	transform: translateY(-1px);
}


/* =========================================================
   WOOCOMMERCE MESSAGES
========================================================= */

body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error {
	max-width: 1180px;
	margin: 25px auto;
	padding: 18px 20px 18px 48px;
	border-top-color: var(--mob-product-accent);
	border-radius: 6px;
	background: var(--mob-product-soft);
	color: var(--mob-product-text);
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media screen and (max-width: 1050px) {

	body.single-product .mob-single-product-layout {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 25px;
	}

	body.single-product .mob-product-sidebar-sticky {
		top: 90px;
	}
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 900px) {

	body.single-product .mob-single-product-layout {
		grid-template-columns: 1fr;
		padding-top: 45px;
	}

	body.single-product .mob-product-sidebar {
		display: block;
		width: 100%;
		margin-top: 35px;
	}

	body.single-product .mob-product-sidebar-sticky {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 22px;
		row-gap: 22px;
		width: 100%;
	}

	body.single-product .mob-sidebar-price-card,
	body.single-product .mob-sidebar-card {
		width: 100%;
		margin: 0;
	}

	body.single-product .mob-sidebar-help-card {
		grid-column: 1 / -1;
	}
}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 767px) {

	body.single-product .mob-product-banner {
		min-height: 225px;
	}

	body.single-product .mob-product-banner-inner {
		padding: 45px 18px;
	}

	body.single-product .mob-product-banner-title,
	body.single-product .mob-product-banner h1 {
		font-size: 30px;
	}

	body.single-product .mob-product-breadcrumb {
		gap: 6px;
		font-size: 13px;
	}

	body.single-product .mob-single-product-layout {
		display: block;
		padding: 38px 17px 65px;
	}

	body.single-product
	.mob-single-product-main
	.product_title {
		font-size: 27px;
	}

	body.single-product
	.mob-single-product-main
	div.product
	p.price,
	body.single-product
	.mob-single-product-main
	div.product
	span.price {
		font-size: 21px;
	}

	/* Product tabs */

	body.single-product
	.mob-single-product-main
	.woocommerce-tabs
	ul.tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	body.single-product
	.mob-single-product-main
	.woocommerce-tabs
	ul.tabs
	li
	a {
		min-width: 0;
		padding: 12px 9px !important;
		font-size: 13px;
		white-space: normal;
	}

	body.single-product
	.mob-single-product-main
	.woocommerce-tabs
	.woocommerce-Tabs-panel {
		padding: 22px 18px !important;
	}

	body.single-product
	.mob-single-product-main
	.woocommerce-tabs
	.woocommerce-Tabs-panel
	h2 {
		font-size: 20px;
	}

	/* Sidebar responsive gap */

	body.single-product .mob-product-sidebar {
		display: block;
		width: 100%;
		margin-top: 35px;
	}

	body.single-product .mob-product-sidebar-sticky {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
		width: 100%;
	}

	body.single-product .mob-sidebar-price-card,
	body.single-product .mob-sidebar-card {
		width: 100%;
		margin: 0;
	}

	body.single-product .mob-sidebar-help-card {
		grid-column: auto;
	}
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media screen and (max-width: 420px) {

	body.single-product .mob-product-banner-title,
	body.single-product .mob-product-banner h1 {
		font-size: 26px;
	}

	body.single-product .mob-product-banner-inner {
		padding-right: 15px;
		padding-left: 15px;
	}

	body.single-product .mob-single-product-layout {
		padding-right: 14px;
		padding-left: 14px;
	}

	body.single-product
	.mob-single-product-main
	.woocommerce-tabs
	ul.tabs {
		grid-template-columns: 1fr;
	}

	body.single-product
	.mob-single-product-main
	.woocommerce-tabs
	.woocommerce-Tabs-panel {
		padding: 20px 15px !important;
	}

	body.single-product .mob-product-sidebar-sticky {
		gap: 16px;
	}

	body.single-product .mob-sidebar-price-card,
	body.single-product .mob-sidebar-card {
		border-radius: 6px;
	}

	body.single-product .mob-why-book-list {
		padding: 19px 17px !important;
	}

	body.single-product .mob-why-book-list li {
		font-size: 14px;
	}
}

























/* =========================================================
   PRODUCT & SERVICE BOOKING POPUP
========================================================= */

body.mob-booking-modal-open {
	overflow: hidden;
}

.mob-booking-modal,
.mob-booking-modal * {
	box-sizing: border-box;
}

.mob-booking-modal {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: flex;
	padding: 18px;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.25s ease,
		visibility 0.25s ease;
}

.mob-booking-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mob-booking-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(20, 18, 17, 0.7);
	backdrop-filter: blur(2px);
}

.mob-booking-modal-dialog {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 550px;
	max-height: calc(100vh - 36px);
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #e3dedb;
	border-radius: 9px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
	transform: translateY(15px);
	transition: transform 0.25s ease;
}

.mob-booking-modal.is-open .mob-booking-modal-dialog {
	transform: translateY(0);
}


/* Header */

.mob-booking-modal-header {
	display: flex;
	min-height: 64px;
	padding: 15px 24px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e5e0dd;
}

.mob-booking-modal-header h2 {
	margin: 0 !important;
	color: #262220;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
}

.mob-booking-modal-close {
	display: inline-flex;
	width: 32px;
	height: 32px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: #686563;
	color: #ffffff;
	font-size: 23px;
	line-height: 1;
	cursor: pointer;
}

.mob-booking-modal-close:hover {
	background: #1d1918;
}


/* Selected item displayed separately above form */

.mob-selected-item-card {
	display: flex;
	margin: 20px 24px 0;
	padding: 15px;
	align-items: center;
	gap: 16px;
	border: 1px solid #eadfd8;
	border-radius: 8px;
	background: #faf7f5;
}

.mob-selected-item-image-wrap {
	width: 82px;
	height: 82px;
	flex: 0 0 82px;
	overflow: hidden;
	border: 1px solid #eee5df;
	border-radius: 7px;
	background: #ffffff;
}

.mob-selected-item-image-wrap[hidden] {
	display: none;
}

.mob-selected-item-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mob-selected-item-information {
	min-width: 0;
	flex: 1;
}

.mob-selected-item-type {
	display: block;
	margin-bottom: 4px;
	color: #8a7d75;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mob-selected-item-information h3 {
	margin: 0 0 7px !important;
	color: #1d1918;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.mob-selected-item-price-row {
	display: flex;
	margin-bottom: 7px;
	align-items: center;
	gap: 6px;
	color: #5d5652;
	font-size: 14px;
}

.mob-selected-item-price-row strong {
	color: #c89573;
	font-size: 16px;
	font-weight: 700;
}

.mob-selected-item-url {
	display: inline-block;
	color: #a97150;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}

.mob-selected-item-url:hover {
	color: #1d1918;
}


/* CF7 form */
.mob-booking-modal-form br {
    display: none;
}
.mob-booking-modal-form {
	padding: 20px;
}

.mob-form-grid {
	display: grid;
	grid-template-columns: 1fr;

}

.mob-form-field label {
	display: block;
	color: #44403d;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.4;
}

.mob-required {
	color: #d22b20;
}

.mob-form-field .wpcf7-form-control-wrap {
	display: block;
	margin-top: 7px;
}

.mob-form-field input[type="text"],
.mob-form-field input[type="email"],
.mob-form-field input[type="tel"],
.mob-form-field textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 11px 13px;
	border: 1px solid #dcd7d4;
	border-radius: 5px;
	background: #ffffff;
	color: #272321;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4;
	outline: none;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.mob-form-field input[type="text"],
.mob-form-field input[type="email"],
.mob-form-field input[type="tel"] {
	height: 47px;
}

.mob-form-field textarea {
    resize: vertical;
    height: 86px;
}

.mob-form-field input:focus,
.mob-form-field textarea:focus {
	border-color: #c89573;
	box-shadow: 0 0 0 3px rgba(200, 149, 115, 0.14);
}

.mob-booking-form .wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #c62828;
	font-size: 12px;
}

.mob-booking-form .wpcf7-response-output {
	margin: 18px 0 0 !important;
	padding: 11px 13px !important;
	border-width: 1px !important;
	border-radius: 5px;
	font-size: 13px;
	line-height: 1.5;
}


/* Form footer */

.mob-form-actions {
    display: flex;
    margin: 24px -24px -20px;
    padding: 19px 15px;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #e5e0dd;
    background: #ffffff;
    justify-content: center;
}

.mob-popup-cancel, .mob-booking-form .mob-form-submit {
    display: inline-flex;
    padding: 15px 38px !important;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 5px !important;
    font-size: 14px !important;
    line-height: 1.3;
    cursor: pointer !important;
}
.mob-form-actions br {
    display: none;
}
.mob-popup-cancel {
	background: #1d1918;
	color: #ffffff;
}

.mob-popup-cancel:hover {
	background: #393230;
}

.mob-booking-form .mob-form-submit {
	background: #c89573;
	color: #ffffff;
}

.mob-booking-form .mob-form-submit:hover {
	background: #a97150;
}


/* =========================================================
   SERVICES PAGE
========================================================= */

.mob-booking-services {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 40px 20px 80px;
}

.mob-service-category-tabs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 9px;
	margin-bottom: 38px;
}

.mob-service-category-tab {
	display: flex;
	min-height: 88px;
	padding: 15px 12px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: 1px solid #dfdcda;
	border-radius: 6px;
	background: #ffffff;
	color: #1d1918;
	text-align: center;
	cursor: pointer;
}

.mob-service-category-tab strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.mob-service-category-tab span {
	color: #6c6662;
	font-size: 13px;
}

.mob-service-category-tab:hover,
.mob-service-category-tab.active {
	border-color: #c89573;
	background: #fffaf7;
}

.mob-service-category-tab.active strong {
	color: #a97150;
}


/* Service cards */

.mob-service-booking-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px 25px;
}

.mob-service-booking-card {
	overflow: hidden;
	border: 1px solid #ebe4df;
	border-radius: 7px;
	background: #ffffff;
	box-shadow: 0 7px 24px rgba(35, 27, 23, 0.05);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.mob-service-booking-card:hover {
	box-shadow: 0 12px 32px rgba(35, 27, 23, 0.1);
	transform: translateY(-3px);
}

.mob-service-booking-card[hidden] {
	display: none !important;
}

.mob-service-booking-image {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f5f2f0;
}

.mob-service-booking-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.mob-service-booking-card:hover
.mob-service-booking-image img {
	transform: scale(1.04);
}

.mob-service-booking-content {
	padding: 18px;
}

.mob-service-booking-content h3 {
	margin: 0 0 8px !important;
	color: #1d1918;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.mob-service-booking-content p {
	min-height: 44px;
	margin: 0 0 17px;
	color: #5c5652;
	font-size: 14px;
	line-height: 1.55;
}

.mob-service-booking-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.mob-service-booking-price {
	color: #a97150;
	font-size: 14px;
	font-weight: 700;
}

.mob-service-enquiry-button {
	padding: 9px 14px;
	border: 0;
	border-radius: 5px;
	background: #c89573;
	color: #ffffff;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.mob-service-enquiry-button:hover {
	background: #a97150;
}
span.wpcf7-spinner {
    display: none;
}

/* Responsive */

@media screen and (max-width: 980px) {

	.mob-service-category-tabs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mob-service-booking-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 650px) {

	.mob-booking-modal {
		padding: 10px;
		align-items: flex-start;
	}

	.mob-booking-modal-dialog {
		max-height: calc(100vh - 20px);
	}

	.mob-booking-modal-header {
		min-height: 58px;
		padding: 13px 17px;
	}

	.mob-selected-item-card {
		margin: 15px 17px 0;
		padding: 12px;
	}

	.mob-selected-item-image-wrap {
		width: 68px;
		height: 68px;
		flex-basis: 68px;
	}

	.mob-selected-item-information h3 {
		font-size: 16px;
	}

	.mob-booking-modal-form {
		padding: 19px 17px 17px;
	}



	.mob-service-category-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mob-service-booking-grid {
		grid-template-columns: 1fr;
	}

	.mob-service-booking-content p {
		min-height: 0;
	}
}

@media screen and (max-width: 420px) {

	.mob-selected-item-card {
		align-items: flex-start;
	}

	.mob-form-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.mob-popup-cancel,
	.mob-booking-form .mob-form-submit {
		width: 100%;
	}

	.mob-service-category-tabs {
		grid-template-columns: 1fr;
	}
}





























/* =========================================================
   MASTERS OF BEAUTY – PRODUCTS / SHOP PAGE
========================================================= */

body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
	--mob-shop-accent: #c89573;
	--mob-shop-accent-dark: #a97150;
	--mob-shop-heading: #1d1918;
	--mob-shop-text: #56504c;
	--mob-shop-border: #eadfd8;
	--mob-shop-soft: #faf7f5;
	--mob-shop-white: #ffffff;
	--mob-shop-dark: #1d1918;

	background: #ffffff;
}


/* =========================================================
   Box sizing
========================================================= */

.mob-shop-banner *,
.mob-shop-page *,
.mob-shop-banner *::before,
.mob-shop-banner *::after,
.mob-shop-page *::before,
.mob-shop-page *::after {
	box-sizing: border-box;
}


/* =========================================================
   Remove default WooCommerce shop elements
========================================================= */

body.woocommerce-shop .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_tag .woocommerce-breadcrumb,

body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_tag .woocommerce-result-count,

body.woocommerce-shop .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.tax-product_tag .woocommerce-ordering,

body.woocommerce-shop .page-title,
body.post-type-archive-product .page-title,
body.tax-product_cat .page-title,
body.tax-product_tag .page-title,

.mob-product-card .star-rating,
.mob-product-card .button,
.mob-product-card .added_to_cart,
.mob-product-card .onsale {
	display: none !important;
}


/* =========================================================
   Hello Elementor wrapper reset
========================================================= */

body.woocommerce-shop .site-main,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}


/* =========================================================
   Shop banner
========================================================= */

.mob-shop-banner {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 300px;
	margin-left: calc(50% - 50vw);
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



.mob-shop-banner-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 58px 24px;
	text-align: center;
}

.mob-shop-banner-title,
.mob-shop-banner h1.mob-shop-banner-title {
	max-width: 900px;
	margin: 0 auto 16px !important;
	padding: 0;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.5px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}


/* =========================================================
   Shop breadcrumb
========================================================= */

.mob-shop-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
	line-height: 1.5;
}

.mob-shop-breadcrumb a {
	color: #ffffff !important;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.mob-shop-breadcrumb a:hover {
	color: var(--mob-shop-accent) !important;
}

.mob-shop-breadcrumb .current {
	color: var(--mob-shop-accent) !important;
}


/* =========================================================
   Main products section
========================================================= */

.mob-shop-page {
	width: 100%;
	background: #ffffff;
}

.mob-shop-container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 70px 24px 95px;
}


/* =========================================================
   Product grid
========================================================= */

.mob-shop-container ul.products.mob-products-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.mob-shop-container
ul.products.mob-products-grid::before,
.mob-shop-container
ul.products.mob-products-grid::after {
	display: none !important;
	content: none !important;
}


/* =========================================================
   Product card
========================================================= */

.mob-shop-container
ul.products.mob-products-grid
li.product.mob-product-card {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid var(--mob-shop-border);
	border-radius: 10px;
	background: var(--mob-shop-white);
	box-shadow: 0 7px 25px rgba(35, 27, 23, 0.07);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease;
}

.mob-shop-container
ul.products.mob-products-grid
li.product.mob-product-card:hover {
	border-color: rgba(200, 149, 115, 0.65);
	box-shadow: 0 15px 38px rgba(35, 27, 23, 0.13);
	transform: translateY(-5px);
}


/* Full card link */

.mob-product-card-link {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none !important;
}


/* =========================================================
   Product image area
========================================================= */

.mob-product-card-media {
	position: relative;
	display: flex;
	width: 100%;
	aspect-ratio: 4 / 3;
	padding: 24px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background:
	#fff;
}

.mob-product-card-image,
.mob-product-card-media img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	transition:
		transform 0.35s ease,
		opacity 0.35s ease;
}

.mob-product-card:hover
.mob-product-card-image,
.mob-product-card:hover
.mob-product-card-media img {
	transform: scale(1.045);
}


/* Hover overlay */

.mob-product-card-media::after {
	position: absolute;
	inset: 0;
	background: rgba(29, 25, 24, 0.1);
	content: "";
	opacity: 0;
	transition: opacity 0.25s ease;
}

.mob-product-card:hover
.mob-product-card-media::after {
	opacity: 1;
}


/* View product hover label */

.mob-product-card-view {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: inline-flex;
	min-height: 42px;
	padding: 10px 18px;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: var(--mob-shop-dark);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	opacity: 0;
	transform: translate(-50%, -42%);
	transition:
		opacity 0.25s ease,
		transform 0.25s ease;
	white-space: nowrap;
}

.mob-product-card:hover
.mob-product-card-view {
	opacity: 1;
	transform: translate(-50%, -50%);
}


/* =========================================================
   Product card content
========================================================= */

.mob-product-card-content {
	min-height: 122px;
	padding: 22px 22px 23px;
	border-top: 1px solid var(--mob-shop-border);
	background: #ffffff;
}

.mob-product-card-title {
	margin: 0 0 13px !important;
	padding: 0 !important;
	color: var(--mob-shop-heading) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	transition: color 0.2s ease;
}

.mob-product-card:hover
.mob-product-card-title {
	color: var(--mob-shop-accent-dark) !important;
}


/* =========================================================
   Product price
========================================================= */

.mob-product-card-price {
	color: var(--mob-shop-accent-dark);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.mob-product-card-price .amount {
	color: var(--mob-shop-accent-dark) !important;
}

.mob-product-card-price del {
	margin-right: 7px;
	color: #938b86;
	font-size: 14px;
	font-weight: 500;
	opacity: 0.75;
}

.mob-product-card-price ins {
	color: var(--mob-shop-accent-dark);
	text-decoration: none;
}


/* =========================================================
   Pagination
========================================================= */

.mob-shop-pagination {
	display: flex;
	width: 100%;
	margin-top: 50px;
	justify-content: center;
}

.mob-shop-pagination
.woocommerce-pagination {
	width: 100%;
}

.mob-shop-pagination
.woocommerce-pagination
ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none;
}

.mob-shop-pagination
.woocommerce-pagination
ul.page-numbers
li {
	margin: 0 !important;
	border: 0 !important;
}

.mob-shop-pagination
.woocommerce-pagination
.page-numbers
a,
.mob-shop-pagination
.woocommerce-pagination
.page-numbers
span {
	display: inline-flex;
	width: 43px;
	height: 43px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--mob-shop-border);
	border-radius: 50%;
	background: #ffffff;
	color: var(--mob-shop-heading);
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
}

.mob-shop-pagination
.woocommerce-pagination
.page-numbers
a:hover,
.mob-shop-pagination
.woocommerce-pagination
.page-numbers
.current {
	border-color: var(--mob-shop-accent);
	background: var(--mob-shop-accent);
	color: #ffffff;
}


/* =========================================================
   No products message
========================================================= */

.mob-no-products {
	width: 100%;
	padding: 35px 25px;
	border: 1px solid var(--mob-shop-border);
	border-radius: 8px;
	background: var(--mob-shop-soft);
	text-align: center;
}

.mob-no-products
.woocommerce-info {
	margin: 0;
	border: 0;
	background: transparent;
	color: var(--mob-shop-text);
}


/* =========================================================
   Tablet
========================================================= */

@media screen and (max-width: 900px) {

	.mob-shop-container
	ul.products.mob-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}

	.mob-shop-container {
		padding-top: 55px;
	}
	.rt-container, .rt-container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px ;
}
}


/* =========================================================
   Mobile
========================================================= */

@media screen and (max-width: 600px) {

	.mob-shop-banner {
		min-height: 225px;
	}

	.mob-shop-banner-inner {
		padding: 45px 18px;
	}

	.mob-shop-banner-title,
	.mob-shop-banner h1.mob-shop-banner-title {
		font-size: 30px;
	}

	.mob-shop-breadcrumb {
		gap: 6px;
		font-size: 13px;
	}

	.mob-shop-container {
		padding: 40px 17px 65px;
	}

	.mob-shop-container
	ul.products.mob-products-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.mob-product-card-content {
		min-height: auto;
		padding: 19px 18px 21px;
	}

	.mob-product-card-title {
		font-size: 19px !important;
	}

	.mob-product-card-price {
		font-size: 17px;
	}
}


/* =========================================================
   Small mobile
========================================================= */

@media screen and (max-width: 420px) {

	.mob-shop-banner-title,
	.mob-shop-banner h1.mob-shop-banner-title {
		font-size: 26px;
	}

	.mob-shop-container {
		padding-right: 14px;
		padding-left: 14px;
	}

	.mob-product-card-media {
		padding: 18px;
	}
}






























/* ==========================================================
   Single Service Related Slider
========================================================== */

.service-slider-section,
.service-slider-section * {
    box-sizing: border-box;
}

.service-slider-section {
    width: 100%;
    position: relative;
    overflow: visible;
}

/* Slider heading */

.service-slider-heading {
    margin: 0 0 25px;
    padding: 0;
    color: #111111;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
}

/* Swiper container */

.service-related-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 1px;
}

.service-related-slider .swiper-wrapper {
    align-items: stretch;
}

.service-related-slider .swiper-slide {
    height: auto;
    display: flex;
}

/* ==========================================================
   Service Card
========================================================== */

.service-slider-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;

    color: #111111;
    background-color: #ffffff;

    border: 1px solid #e5e5e5;
    border-radius: 9px;

    text-decoration: none !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.service-slider-card:hover,
.service-slider-card:focus {
    color: #111111;
    text-decoration: none !important;
    border-color: #dddddd;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* Card image */

.service-card-image {
    width: 100%;
    height: 226px;
    overflow: hidden;
    background-color: #f3f3f3;
}

.service-card-image img,
.service-card-image .service-card-img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 0.4s ease;
}

.service-slider-card:hover .service-card-image img {
    transform: scale(1.025);
}

/* Card text section */

.service-card-content {
    min-height: 89px;
    padding: 19px 15px 18px;

    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    background-color: #ffffff;
}

.service-card-title {
    margin: 0;
    padding: 0;

    color: #050505;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
}

.service-card-price {
    margin: 8px 0 0;
    padding: 0;

    color: #C69877;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    text-align: center;
}

/* ==========================================================
   Slider Navigation
========================================================== */

.service-slider-navigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 22px;
}

/* Arrow button */

.service-slider-arrow {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;

    position: static !important;
    inset: auto !important;

    margin: 0 !important;
    padding: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #292929;
    background-color: #ffffff;

    border: 1px solid #e2e2e2;
    border-radius: 50%;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);

    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.2s ease;
}

/* Remove Swiper default arrow */

.service-slider-arrow::before,
.service-slider-arrow::after {
    display: none !important;
    content: none !important;
}

/* Custom SVG arrow */

.service-slider-arrow svg {
    width: 22px;
    height: 22px;
    display: block;
    pointer-events: none;
}

/* Arrow hover */

.service-slider-arrow:hover,
.service-slider-arrow:focus-visible {
    color: #ffffff;
    background-color: #C69877;
    border-color: #C69877;

    box-shadow:
        0 5px 14px rgba(198, 152, 119, 0.35);

    outline: none;
}

/* Arrow click */

.service-slider-arrow:active {
    transform: scale(0.94);
}

/* Disabled arrow */

.service-slider-arrow.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

/* Swiper arrows ko automatically hide na kare */

.service-slider-arrow.swiper-button-lock {
    display: inline-flex !important;
}

/* ==========================================================
   Tablet Responsive
========================================================== */

@media screen and (max-width: 1199px) {

    .service-card-image {
        height: 220px;
    }
}

@media screen and (max-width: 1024px) {

    .service-slider-heading {
        font-size: 27px;
    }

    .service-card-title {
        font-size: 19px;
    }

    .service-card-image {
        height: 230px;
    }
    .elementor-57 .elementor-element.elementor-element-9b394dc .tahefobu-mobile-nav-menu .tahefobu-mobile-sub-menu-item {
    font-size: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
} 

}

/* ==========================================================
   Mobile Responsive
========================================================== */

@media screen and (max-width: 767px) {

    .service-slider-heading {
        margin-bottom: 18px;
        font-size: 24px !important;
        text-align:center;
    }

    .service-card-image {
        height: 240px;
    }

    .service-card-content {
        min-height: 84px;
        padding: 18px 14px 16px;
    }

    .service-card-title {
        font-size: 20px !important;
    }

    .service-card-price {
        margin-top: 7px;
        font-size: 14px;
    }

    .service-slider-navigation {
        width: 100%;
        margin-top: 18px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .service-slider-arrow {
        width: 46px;
        height: 46px;
        min-width: 46px;
        min-height: 46px;
    }
    .elementor-57 .elementor-element.elementor-element-9b394dc .tahefobu-mobile-nav-menu .tahefobu-mobile-sub-menu-item {
    font-size: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
} 

   
}



@media screen and (max-width: 479px) {

    .service-card-image {
        height: 220px;
    }
       .counter-item-two::after {
        display: none;
    }
}




.hover-bg .hover-heading .elementor-heading-title,
.hover-bg .hover-image img {
    transition: all 0.3s ease;
}


.hover-bg:hover .hover-heading .elementor-heading-title {
    color: #ffffff !important;
}


.hover-bg:hover .hover-image img {
    filter: brightness(0) invert(1);
}