body {body}

.header {
    background-color: #2e7d32;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.header h1 {
    margin: 0;
    font-size: 2.5rem;
}

.header p {
    margin: 5px 0;
    font-size: 1.2rem;
}

.call-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #fff;
    color: #2e7d32;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}

.hero {
    background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb');
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    color: #fff;
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.cta-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #2e7d32;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
}

.services, .about {
    padding: 30px 20px;
    text-align: center;
}

.services ul {
    list-style: none;
    padding: 0;
}

.services li {
    font-size: 1.1rem;
    margin: 10px 0;
}

.service-img, .about-img {
    width: 80%;
    max-width: 600px;
    margin-top: 20px;
    border-radius: 10px;
}

footer {
    background-color: #2e7d32;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 0.9rem;
}

    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f9f9f9;
