/* Custom styles for Zero-Sugar Consulting */

/* Additional styling for the navbar */
.navbar {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
}

/* Additional styling for the hero section */
.hero.is-info {
    background-color: #0a0a2a;
    background-image: url('https://images.unsplash.com/photo-1462331940025-496dfbfc7564?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2822&q=80');
    background-size: cover;
    background-position: center;
    color: white;
}

/* Enhance text readability on galactic background */
.hero.is-info .title, 
.hero.is-info .subtitle {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* Additional styling for the footer */
.footer {
    padding: 2rem 1.5rem;
    border-top: 1px solid #f5f5f5;
}
