.bg-primary {
    background-color: #1e3a8a !important; /* Example: navy blue */
}

.text-primary {
    color: #1e3a8a !important;
}

.btn-primary {
    background-color: #1e3a8a !important;
    border-color: #1e3a8a !important;
}
.btn-outline-primary {
    color: #1e3a8a !important;
    border-color: #1e3a8a !important;
}


.btn-outline-primary:hover {
        color: white !important;
        background-color: #1e3a8a !important;
        border-color: #1e3a8a !important;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Adjust opacity as needed */
    z-index: 1;
}

.hero {
    background-image: url("/images/hero.jpg");
}

#map {
    width: 100%;
    height: 400px;
    z-index: 1;
}

#applicant-form {
    position: relative;
    z-index: 2;
}

[x-cloak] {
    display: none !important;
}
