:root {
    --accent-color: #78B57D; /* Vibrant sage green for a fresh, growth-oriented accent */
}

.hero .icon-box {
    background: #2E3B2F; /* Deep forest green for a grounded, immersive feel */
}

.form-control {
    border-color: #4A704B !important; /* Muted green for cohesive, subtle emphasis */
}

.services .service-item {
    text-align: center;
}

.footer .footer-links ul a{
    color: #fff;
}

.services .service-item .icon {
    margin-left: auto;
    margin-right: auto;
}

.service-item {
    text-align: center;
}

.section h2 {
    color: #5A9F5E !important; /* Bright leafy green for engaging section titles */
}

#hero h2 {
    color: #F8FAF8 !important; /* Clean off-white for strong hero section contrast */
}

.header {
    --background-color: #4A704B; /* Earthy green for a warm, inviting header */
}

.accent-background {
    --background-color: #457749; /* Soft mint green for a welcoming, lively vibe */
}