.elementor-92 .elementor-element.elementor-element-9c29dc1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-92 .elementor-element.elementor-element-9c29dc1.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-92 .elementor-element.elementor-element-9c29dc1{--width:99.704%;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:wght@400;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

#beauty-service-page {
    --primary-dark: #2C3E50;
    --accent-teal: #0abbb5;
    --bg-light: #F9F9F9;
    --text-body: #555555;
    --white: #FFFFFF;

    font-family: 'Lato', sans-serif;
    color: var(--text-body);
    line-height: 1.6;
    background-color: var(--bg-light);
}

#beauty-service-page h1,
#beauty-service-page h2,
#beauty-service-page h3,
#beauty-service-page h4 {
    font-family: 'Playfair Display', serif;
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

#beauty-service-page a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

#beauty-service-page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#beauty-service-page .bs-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- BUTTON STYLES --- */
#beauty-service-page .bs-btn-outline {
    border: 2px solid var(--white);
    color: var(--white);
    padding: 10px 25px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
}

#beauty-service-page .bs-btn-outline:hover {
    background: var(--white);
    color: var(--primary-dark);
}

#beauty-service-page .bs-btn-price-cta {
    display: block;
    width: 100%;
    background-color: var(--primary-dark);
    color: var(--white);
    text-align: center;
    padding: 15px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 4px;
}
#beauty-service-page .bs-btn-price-cta:hover {
    background-color: var(--accent-teal);
}

/* --- SERVICE PAGE SPECIFIC STYLES --- */
#beauty-service-page .bs-page-hero {
    background: linear-gradient(rgba(44, 62, 80, 0.5), rgba(44, 62, 80, 0.5)), url('https://salon.cybervalleygroup.com/wp-content/uploads/2025/11/Beauty-Services-in-Jacksonville-Adrienne-Michelle-Salon-and-Spa.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
}

#beauty-service-page .bs-page-hero h1 {
    color: var(--white);
    font-size: 3rem;
    margin-bottom: 10px;
}

#beauty-service-page .bs-page-hero p {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#beauty-service-page .bs-service-intro {
    padding: 60px 0;
    text-align: center;
    max-width: 800px;
}

#beauty-service-page .bs-service-intro h2 {
    margin-bottom: 20px;
}

#beauty-service-page .bs-pricing-section {
    padding: 40px 0 80px;
}

#beauty-service-page .bs-pricing-wrapper {
    background: var(--white);
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-top: 4px solid var(--accent-teal);
}

#beauty-service-page .bs-price-category {
    margin-bottom: 40px;
}

#beauty-service-page .bs-price-category h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
}

#beauty-service-page .bs-price-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

#beauty-service-page .bs-price-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--primary-dark);
    background: var(--white);
    padding-right: 10px;
    position: relative;
    top: 1px;
}

#beauty-service-page .bs-price-cost {
    font-weight: 700;
    color: var(--accent-teal);
    background: var(--white);
    padding-left: 10px;
    position: relative;
    top: 1px;
}

#beauty-service-page .bs-price-desc {
    font-size: 0.9rem;
    color: #777;
    margin-top: -15px;
    margin-bottom: 20px;
    display: block;
}

#beauty-service-page .bs-feature-split {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

#beauty-service-page .bs-feature-col {
    flex: 1;
    min-width: 300px;
    padding: 40px;
    color: var(--white);
}

#beauty-service-page .bs-feature-bridal {
    background-color: var(--primary-dark);
}

#beauty-service-page .bs-feature-packages {
    background-color: var(--accent-teal);
}

#beauty-service-page .bs-feature-col h3 {
    color: var(--white);
    font-size: 2rem;
    margin-bottom: 20px;
}

#beauty-service-page .bs-feature-col p {
    margin-bottom: 20px;
    opacity: 0.9;
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
    #beauty-service-page .bs-feature-split {
        flex-direction: column;
    }
    #beauty-service-page .bs-page-hero h1 {
        font-size: 2rem;
    }
}/* End custom CSS */