.hero {
    /*background-image: url("../img/logo.png");
    /*background-size: cover;*/
    background-position: center;
    min-height: 500px;
    position: relative;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.navbar {
    background-color: #2c5e1e !important;
}

.service-card {
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.bg-green {
    background-color: #2c5e1e;
}

.text-green {
    color: #2c5e1e;
}

.btn-green {
    background-color: #2c5e1e;
    color: white;
}

.btn-green:hover {
    background-color: #1a4011;
    color: white;
}

.expertise-section {
    background-color: #f8f9fa;
}
