/* Style sheet for Global Footer ef4abbe8 */

.scc-global-footer-ef4abbe8 {
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #111111;
    padding: 40px 20px;
    border-top: 1px solid #eaeaea;
    width: 100%;
}

.scc-footer-container-ef4abbe8 {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Top Row styling */
.scc-footer-top-row-ef4abbe8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.scc-footer-col-photo-ef4abbe8 {
    flex-shrink: 0;
}

.scc-therapist-portrait-ef4abbe8 {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.scc-footer-col-nav-center-ef4abbe8 {
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.scc-footer-nav-ef4abbe8 {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.scc-footer-nav-ef4abbe8 a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: color 0.2s ease;
}

.scc-footer-nav-ef4abbe8 a:hover {
    color: #008080;
}

.scc-footer-tagline-ef4abbe8 {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 20px;
    color: #008080;
    margin: 0;
    line-height: 1.4;
}

.scc-footer-col-logo-ef4abbe8 {
    flex-shrink: 0;
}

.scc-footer-logo-img-ef4abbe8 {
    width: 140px;
    height: auto;
    display: block;
}

/* Bottom Row details */
.scc-footer-bottom-row-ef4abbe8 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
}

.scc-footer-info-block-ef4abbe8 h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #000000;
}

.scc-footer-info-block-ef4abbe8 p {
    font-size: 15px;
    margin: 4px 0;
    color: #444444;
    line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .scc-footer-top-row-ef4abbe8 {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .scc-footer-nav-ef4abbe8 {
        gap: 15px;
    }
    
    .scc-footer-bottom-row-ef4abbe8 {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}
