body {
    font-family: 'Arial', sans-serif;
}

.hero {
    background-image: url('https://source.unsplash.com/featured/?office,finance'); /* Replace with a professional image */
    background-size: cover;
    background-position: center;
    color: white;
}

.card {
    margin-bottom: 20px;
}

footer {
    margin-top: 50px;
}

/* Color for "Welcome to Hebare & Co." heading in Home section */
#home h1 {
    color: #0056b3; /* Dark blue; change to your preferred color */
}

/* Color for the subtitle in Home section ("Expert Chartered Accountants...") */
#home .lead {
    color: #007bff; /* Lighter blue; change to your preferred color */
}
