    
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+Linear+A&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
        :root {
            --st-green: #5aaf4c;
            --st-dark: #111827;
            --st-muted: #6b7280;

        }

        body {
            color: #333;
                font-family: 'Lato', sans-serif;
            
        }

        .logo svg {
            width: 40px;
            height: 40px;
            flex-shrink: 0;
        }

        .logo-text {
            font-size: 1.1rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: var(--st-dark);
        }

        .hero {
            min-height: 500px;
            background: url(images/cropped-careback.jpeg) center/cover no-repeat;
        }
        .quote-band {
    background: #d4eee8;
    font-size: 0.95rem;
}

        .hero-card {
            background: #008000ad;
            max-width: 700px;
        }

        .mission-icon {
            width: 80px;
            height: 80px;
        }

        .service-icon {
            width: 80px;
            height: 80px;
            background: var(--st-green);
        }

        .service-icon svg {
            width: 48px;
            height: 48px;
            color: #fff;
            stroke-width: 2.5;
        }

        .testimonials {
            background: var(--st-green);
            position: relative;
            overflow: hidden;
        }

        .testimonials-bg {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0.1;
            width: 100%;
            max-width: 800px;
        }

        .footer-link {
            color: var(--st-muted);
            text-decoration: none;
        }

        .footer-link:hover {
            color: var(--st-dark);
        }

        .social-icon {
            width: 34px;
            height: 34px;
            background: #374151;
            color: #fff;
            text-decoration: none;
        }

        .social-icon:hover {
            background: #1f2937;
        }

        .social-icon svg {
            width: 16px;
            height: 16px;
        }
        .services-hero {
    position: relative;
    max-height: 260px;
    overflow: hidden;
    background: #aedde8;
}

.services-hero-img {
    object-fit: cover;
    object-position: center top;
    display: block;
}

.hero-figure {
    position: absolute;
    right: 3%;
    bottom: 2%;
    width: min(34vw, 300px);
    pointer-events: none;
}

.hero-figure-svg {
    width: 100%;
    height: auto;
    display: block;
}



/* Content cards */
.info-card {
    background: #fff;
    border-color: #e5e7eb !important;
}

.services-list {
    padding-left: 1.25rem;
    line-height: 1.9;
}

.services-list li {
    color: #374151;
}

/* ARMHS icon */
.armhs-icon-wrap {
    width: 220px;
    height: 220px;
}

.armhs-svg {
    width: 100%;
    height: 100%;
}

/* Map placeholder */
.map-placeholder {
    width: 160px;
    height: 200px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}
.breadcrumb-item {

    font-size: 19px;
    font-weight: 800;

}
.breadcrumb-item a:hover {
    text-decoration: overline;
}
.mn-map-svg {
    width: 140px;
    height: 180px;
}

/* Testimonials */
.testimonials {
    background: var(--st-green, #5aaf4c);
}

.testimonial-divider {
    width: 50px;
    border-top: 3px solid rgba(255,255,255,0.7);
    opacity: 1;
}

.testimonial-quote {
    max-width: 680px;
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.95;
}

.testimonials-bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
    width: 100%;
    max-width: 800px;
}

/* Footer */
.footer-link {
    color: var(--st-muted, #6b7280);
    text-decoration: none;
}

.footer-link:hover {
    color: var(--st-dark, #111827);
}

@media (max-width: 992px) {
    .hero-figure {
        width: min(42vw, 240px);
        right: 1.5%;
        bottom: 1%;
    }
}

@media (max-width: 640px) {
    .services-hero {
        max-height: 210px;
    }

    .hero-figure {
        width: min(48vw, 190px);
        right: 0;
        bottom: 0;
        opacity: 0.95;
    }
}