@import url('./window-cleaning.css');

/* You can override .service-content or other classes here if you want to tweak for fascia-cleaning specifically. */
/* Fascia Cleaning Page Styles - matches other service pages */
@import url('./index.css');

.service-content {
    background: none;
    color: #1a222c;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 44px 36px 36px 36px;
    max-width: 950px;
    margin: 48px auto;
}

.service-content a {
    color: #2196f3;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.18s;
}
.service-content a:hover {
    color: #1565c0;
    text-decoration: underline;
}

.service-content h1,
.service-content h2 {
    color: #59bffe;
}
.service-content .muted {
    color: #888;
    font-size: 1.1rem;
}
.service-content ul {
    color: #333;
    margin-bottom: 24px;
}
.service-content .service-images {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 32px 0;
}
.service-content .service-images img {
    width: 100%;
    max-width: 220px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(2,18,28,0.12);
    border: 2px solid rgba(89,191,254,0.08);
}
