body {
    background-color: #1a1a2e;
    color: #e0e0e0;
    font-family: Arial, sans-serif;
}

.dark-theme .container {
    background-color: #1a1a2e;
}

.hero-section {
    background-color: #16213e;
    color: #e0e0e0;
    padding: 100px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    color: #e94560;
}

.hero-section .lead {
    font-size: 1.25rem;
    margin-bottom: 40px;
}

.btn-primary {
    background-color: #e94560;
    border-color: #e94560;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #b83f53;
    border-color: #b83f53;
}

.features-section, .how-it-works-section, .cta-section {
    padding: 80px 0;
}

.features-section h2, .how-it-works-section h2, .cta-section h2 {
    color: #e94560;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.feature-item, .step-item {
    background-color: #16213e;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-item .icon {
    font-size: 3rem;
    color: #0f3460;
    margin-bottom: 20px;
}

.feature-item h3, .step-item h3 {
    color: #e0e0e0;
    font-size: 1.75rem;
    margin-bottom: 15px;
}

.feature-item p, .step-item p {
    color: #b0b0b0;
    font-size: 1rem;
}

.step-item .step-number {
    font-size: 2.5rem;
    color: #e94560;
    margin-bottom: 15px;
    font-weight: bold;
}

.bg-dark-alt {
    background-color: #0f3460;
}

.cta-section {
    background-color: #16213e;
    color: #e0e0e0;
}

.footer-section {
    background-color: #0f3460;
    color: #b0b0b0;
    text-align: center;
    padding: 30px 0;
    font-size: 0.9rem;
}

.navbar-logo {
    height: 30px; /* Adjust as needed */
    width: auto;
    margin-right: 10px;
}

.bg-dark-custom {
    background-color: #16213e !important; /* Darker background for the navbar */
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar-dark .navbar-nav .nav-link {
    color: #e0e0e0;
    font-weight: bold;
    margin-left: 20px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #e94560;
}

.site-name {
    color: #e0e0e0;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: middle;
}
