body {
    background-color: #f8f9fa;
}

.hero-section {
    padding: 100px 20px;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
}

.hero-subtitle {
    color: #0d6efd;
    font-size: 2.5rem;
    font-weight: 600;
}

.hero-text {
    font-size: 1.1rem;
    color: #444;
    max-width: 600px;
    margin: 20px auto;
}

.hero-button {
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer {
    font-size: 0.9rem;
    color: #666;
    padding: 30px 0;
    background-color: #fff;
}

.navbar .nav-link.active {
    color: #0d6efd;
    font-weight: 500;
    border-bottom: 2px solid #0d6efd;
}

.navbar-brand-icon {
    background-color: #0d6efd;
    color: white;
    border-radius: 8px;
    padding: 6px 8px;
    display: inline-block;
    margin-right: 8px;
}
