.elementor-87 .elementor-element.elementor-element-3f0e7749{--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-87 .elementor-element.elementor-element-2f88b84{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:2%;--padding-bottom:2%;--padding-left:8%;--padding-right:8%;}.elementor-87 .elementor-element.elementor-element-2f88b84:not(.elementor-motion-effects-element-type-background), .elementor-87 .elementor-element.elementor-element-2f88b84 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0ABBB5;}.elementor-87 .elementor-element.elementor-element-134058c{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-87 .elementor-element.elementor-element-c638b66 img{height:301px;object-fit:contain;object-position:center center;}.elementor-87 .elementor-element.elementor-element-bc95f87{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-87 .elementor-element.elementor-element-ee6286d{color:#FFFFFF;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-87 .elementor-element.elementor-element-134058c{--width:58%;}}/* Start custom CSS */#about-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;
}

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

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

/* Hero */
#about-page .abt-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-5-1.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
}

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

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

/* Intro */
#about-page .abt-intro { text-align: center; background: var(--white); }
#about-page .abt-intro h2 { color: var(--primary-dark); margin-bottom: 1.5rem; }
#about-page .abt-intro p { max-width: 900px; margin: 0 auto; font-size: 1.05rem; }

/* Mission Section */
#about-page .abt-mission-section {
    background: linear-gradient(135deg, var(--accent-teal) 0%, #08a39e 100%);
    padding: 60px 0;
}

#about-page .abt-mission-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: var(--white);
}

#about-page .abt-mission-content h2 {
    color: var(--white);
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

#about-page .abt-mission-content p {
    color: var(--white);
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Services Section */
#about-page .abt-services-section {
    background: var(--bg-light);
}

#about-page .abt-services-section h2 {
    text-align: center;
    color: var(--primary-dark);
    margin-bottom: 3rem;
}

#about-page .abt-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

#about-page .abt-service {
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#about-page .abt-service:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

#about-page .abt-service h3 {
    color: var(--accent-teal);
    margin-bottom: 15px;
    font-size: 1.4rem;
}

#about-page .abt-service p {
    color: var(--text-body);
    font-size: 1rem;
}

/* Values Section */
#about-page .abt-values-section {
    background: var(--white);
    padding: 60px 0;
}

#about-page .abt-values-section h2 {
    text-align: center;
    color: var(--primary-dark);
    margin-bottom: 3rem;
}

#about-page .abt-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

#about-page .abt-value {
    text-align: center;
    padding: 30px 20px;
}

#about-page .abt-value h3 {
    color: var(--accent-teal);
    margin-bottom: 15px;
    font-size: 1.3rem;
}

#about-page .abt-value p {
    color: var(--text-body);
    font-size: 1rem;
}

/* Location Section */
#about-page .abt-location-section {
    text-align: center;
    background: var(--bg-light);
}

#about-page .abt-location-section h2 {
    color: var(--primary-dark);
    margin-bottom: 1.5rem;
}

#about-page .abt-location-section > p {
    max-width: 900px;
    margin: 0 auto 2rem;
    font-size: 1.05rem;
}

#about-page .abt-location-info {
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 0 auto 2rem;
}

#about-page .abt-location-info p {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

#about-page .abt-location-info strong {
    color: var(--accent-teal);
}

#about-page .abt-cta-text {
    font-size: 1.1rem;
    color: var(--primary-dark);
    font-weight: 600;
    margin-top: 2rem;
}

/* Responsive */
@media (max-width: 768px) {
    #about-page .abt-page-hero { height: 400px; }
    #about-page .abt-hero-overlay h1 { font-size: 2.5rem; }
    #about-page .abt-container { padding: 40px 20px; }
    #about-page .abt-services-grid { grid-template-columns: 1fr; }
    #about-page .abt-values-grid { grid-template-columns: 1fr; }
    #about-page .abt-mission-content h2 { font-size: 2rem; }
}/* End custom CSS */