.elementor-285 .elementor-element.elementor-element-65fd0e22{--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 */#services-hub-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;
}

#services-hub-page h1,
#services-hub-page h2,
#services-hub-page h3 {
    font-family: 'Lato', sans-serif;
    color: var(--primary-dark);
    line-height: 1.3;
    margin: 0;
}

#services-hub-page h1 { font-size: 3rem; font-weight: 700; margin-bottom: 1rem; }
#services-hub-page h2 { font-size: 2rem; font-weight: 600; margin-bottom: 1.5rem; }
#services-hub-page h3 { font-size: 1.5rem; font-weight: 600; }
#services-hub-page p { margin: 0 0 1rem 0; font-size: 1rem; line-height: 1.7; }

/* Hero Section */
#services-hub-page .sh-page-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('/wp-content/uploads/2025/11/Adrienne-Michelle-Salon-and-Spa-Jacksonville-2.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
}

#services-hub-page .sh-hero-overlay h1 {
    color: var(--white);
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#services-hub-page .sh-hero-overlay p {
    font-size: 1.3rem;
    margin-bottom: 0;
    color: var(--white);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Container */
#services-hub-page .sh-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Intro Section */
#services-hub-page .sh-intro {
    text-align: center;
    background: var(--white);
}

#services-hub-page .sh-intro h2 {
    color: var(--primary-dark);
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

#services-hub-page .sh-intro p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Services Section */
#services-hub-page .sh-services-section {
    background: var(--bg-light);
    padding-top: 0px;
}

#services-hub-page .sh-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}

#services-hub-page .sh-service-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

#services-hub-page .sh-service-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
}

#services-hub-page .sh-service-card-link:hover .sh-service-card {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#services-hub-page .sh-service-card.sh-featured {
    border: 2px solid var(--accent-teal);
}

#services-hub-page .sh-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--accent-teal);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

#services-hub-page .sh-icon {
    margin-bottom: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}

#services-hub-page .sh-icon i {
    font-size: 3.5rem;
    color: var(--accent-teal);
}

#services-hub-page .sh-service-card h3 {
    color: var(--primary-dark);
    margin-bottom: 15px;
    font-size: 1.4rem;
}

#services-hub-page .sh-service-card p {
    color: var(--text-body);
    margin-bottom: 25px;
    font-size: 1rem;
    flex-grow: 1;
}

#services-hub-page .sh-service-link {
    color: var(--accent-teal);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: auto;
    padding-top: 10px;
}

#services-hub-page .sh-service-card-link:hover .sh-service-link {
    color: var(--primary-dark);
    transform: translateX(5px);
}

/* Packages Callout */
#services-hub-page .sh-packages-callout {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #1a252f 100%);
    padding: 60px 0;
}

#services-hub-page .sh-callout-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
}

#services-hub-page .sh-callout-text h2 {
    color: var(--white);
    margin-bottom: 1rem;
    font-size: 2rem;
}

#services-hub-page .sh-callout-text p {
    color: var(--white);
    margin-bottom: 0;
    font-size: 1.1rem;
    opacity: 0.9;
}

#services-hub-page .sh-callout-action {
    text-align: right;
}

/* Specials Banner */
#services-hub-page .sh-specials-banner {
    background: var(--accent-teal);
    padding: 50px 0;
}

#services-hub-page .sh-banner-content {
    text-align: center;
}

#services-hub-page .sh-banner-content h2 {
    color: var(--white);
    margin-bottom: 1rem;
    font-size: 2.2rem;
}

#services-hub-page .sh-banner-content p {
    color: var(--white);
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

/* CTA Section */
#services-hub-page .sh-cta-section {
    background: var(--white);
    padding: 80px 0;
    text-align: center;
}

#services-hub-page .sh-cta-section h2 {
    color: var(--primary-dark);
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

#services-hub-page .sh-cta-section > p {
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
}

#services-hub-page .sh-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
#services-hub-page .sh-btn-primary {
    display: inline-block;
    padding: 15px 40px;
    background: var(--accent-teal);
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid var(--accent-teal);
}

#services-hub-page .sh-btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

#services-hub-page .sh-btn-secondary {
    display: inline-block;
    padding: 15px 40px;
    background: transparent;
    color: var(--primary-dark);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 4px;
    border: 2px solid var(--primary-dark);
    transition: all 0.3s ease;
}

#services-hub-page .sh-btn-secondary:hover {
    background: var(--primary-dark);
    color: var(--white);
}

#services-hub-page .sh-btn-outline {
    display: inline-block;
    padding: 12px 35px;
    background: transparent;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 4px;
    border: 2px solid var(--white);
    transition: all 0.3s ease;
}

#services-hub-page .sh-btn-outline:hover {
    background: var(--white);
    color: var(--accent-teal);
}

/* Responsive Design */
@media (max-width: 992px) {
    #services-hub-page .sh-callout-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    #services-hub-page .sh-callout-action {
        text-align: center;
    }
}

@media (max-width: 768px) {
    #services-hub-page .sh-page-hero {
        height: 400px;
    }

    #services-hub-page .sh-hero-overlay h1 {
        font-size: 2.5rem;
    }

    #services-hub-page .sh-hero-overlay p {
        font-size: 1.1rem;
    }

    #services-hub-page .sh-container {
        padding: 40px 20px;
    }

    #services-hub-page .sh-services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    #services-hub-page .sh-intro h2 {
        font-size: 2rem;
    }

    #services-hub-page .sh-cta-section h2 {
        font-size: 2rem;
    }

    #services-hub-page .sh-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    #services-hub-page .sh-btn-primary,
    #services-hub-page .sh-btn-secondary {
        width: 100%;
        max-width: 300px;
    }
}/* End custom CSS */