
/* Services Hero */
.services-hero {
    padding: 80px 0 60px 0;
    background-color: var(--light-grey);
    text-align: center;
}

.services-hero h1 {
    color: var(--navy);
}
.detailed-services{
    padding: 50px 0 40px 0;
}

/* Services Grid */
.services-grid{
    padding: 100px 0;
}
.who-we-serve,.cta-section {
    padding: 80px 0;
}
.service-category{
    padding: auto;
}

.services-grid h2 {
    text-align: center;
    margin-bottom: 60px;
}

/* Card styles are now inherited from global.css, but we can add specifics */
.service-card .icon {
    font-size: 40px;
    color: var(--accent-blue);
    margin-bottom: 25px;
}

.service-card h4 {
    color: var(--navy);
    font-size: 1.4rem;
    margin-bottom: 15px;
}
