body {
    background-color: #fcfcfc;
    color: #212529;
}

/* Navbar specific */
.navbar-custom {
    background-color: #0b0e11;
    padding: 1rem 0;
}

/* Hero Section with dark overlay */
.hero {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2072') center/cover;
    color: white;
    padding: 120px 0;
    text-align: center;
}

.hero h1 {
    font-weight: 700;
    text-transform: uppercase;
}

/* Application Box */
.bg-white {
    background-color: #ffffff !important;
    border-left: 4px solid #ffc107; /* Gold accent for the Brigade */
}