:root {
    --accent-color: #F28C38; /* Warm coral for an energetic, creative accent */
}

.hero .icon-box {
    background: #4A2E3D; /* Deep plum for a bold, artistic aesthetic */
}

.form-control {
    border-color: #D95F3A !important; /* Burnt orange for a vibrant outline */
}

.services .service-item {
    text-align: center;
}

.services .service-item .icon {
    margin-left: auto;
    margin-right: auto;
}

.footer .footer-links ul a{
    color: #fff;
}

.service-item {
    text-align: center;
}

.section h2 {
    color: #E86A33 !important; /* Bright orange for eye-catching section titles */
}

#hero h2 {
    color: #FEF9F3 !important; /* Creamy off-white for hero section contrast */
}

.header {
    --background-color: #A63E4D; /* Warm berry for a lively, modern header */
}

.accent-background {
    --background-color: #c0783e; /* Soft peach for a warm, inviting vibe */
}