.elementor-88 .elementor-element.elementor-element-51ea7ca{--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;}:root{--page-title-display:none;}/* 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');

#hair-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);
}

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

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

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

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

/* --- BUTTON STYLES --- */
#hair-service-page .hs-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;
}

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

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

#hair-service-page .hs-btn-primary-cta { /* New CTA button style */
    display: inline-block;
    background-color: var(--accent-teal);
    color: var(--white) !important;
    padding: 15px 35px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
    text-align: center;
    margin-top: 40px; /* Added top margin */
}

#hair-service-page .hs-btn-primary-cta:hover {
    background-color: var(--primary-dark);
}

#hair-service-page .hs-cta-container { /* New container for centering */
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* --- SERVICE PAGE SPECIFIC STYLES --- */
#hair-service-page .hs-page-hero {
    background: linear-gradient(rgba(44, 62, 80, 0.5), rgba(44, 62, 80, 0.5)), url('/wp-content/uploads/2025/11/slider.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
}

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

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

#hair-service-page .hs-service-intro {
    padding: 60px 0;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

#hair-service-page .hs-service-intro h2 {
    margin-bottom: 20px;
}

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

#hair-service-page .hs-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);
    margin-bottom: 40px; /* Added spacing between cards */
}

#hair-service-page .hs-price-category {
    margin-bottom: 20px; /* Adjusted margin */
}

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

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

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

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

#hair-service-page .hs-price-desc {
    font-size: 0.9rem;
    color: #777;
    margin-top: -15px;
    margin-bottom: 40px; /* Changed to 40px */
    display: block;
}

#hair-service-page .hs-price-disclaimer {
    text-align: center;
    font-size: 0.9rem;
    color: #777;
    margin-top: 20px;
    font-style: italic;
}

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

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

#hair-service-page .hs-feature-bridal {
    background-color: var(--primary-dark) !important;
}

#hair-service-page .hs-feature-packages {
    background-color: var(--accent-teal) !important;
}

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

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

#hair-service-page .hs-feature-col ul { /* Added styles for bullet points */
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px; /* Add some space below the list */
}

#hair-service-page .hs-feature-col ul li {
    margin-bottom: 10px; /* Space between list items */
}

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


.hs-faq-item {
  margin-bottom: 40px;
}/* End custom CSS */