body {
    font-family: Arial, sans-serif;
}
.navbar {
    background-color: #28a745 !important; /* Money Green */
}
.navbar-brand, .nav-link {
    color: white !important;
    font-weight: bold;
}
.navbar-nav .nav-link.active {
    color: #1e7e34 !important; /* Darker Money Green */
}
.navbar-nav .nav-link:hover {
    color: #1e7e34 !important;
}
.hero {
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hero h1 {
    font-size: 4rem;
    font-weight: bold;
}
.hero p {
    font-size: 1.5rem;
    margin-top: 1rem;
}
.section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: bold;
    font-size: 2.5rem;
    color: #333;
}
.footer {
    background-color: #28a745; /* Money Green */
    color: white;
    padding: 30px 0;
}
.footer-bar {
    background-color: #1e7e34; /* Darker Money Green */
    color: white;
    padding: 10px 0;
    text-align: center;
    font-size: 0.9rem;
}
.btn-primary {
    background-color: #28a745;
    border-color: #28a745;
}
.btn-primary:hover {
     background-color: #1e7e34;
     border-color: #1e7e34;
}
.feature-icon {
     font-size: 3rem;
    color: #28a745;
    margin-bottom: 15px;
}
.pricing-card {
    border: 1px solid #ddd;
    border-radius: 8px;
     padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.service-card {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.price {
    font-size: 2rem;
    font-weight: bold;
    color: #28a745;
}