#heroCarousel .carousel-item {
    padding-top: 90px;
    height: 500px;
    background-size: cover;
    background-position: center;
}

#services .card {
    background: none !important;
}
.text-dblue {
    color: #536d87;
}
.btn-dblue {
    background: #536d87;
    color: white;
}
.bg-dblue {
    background: #536d87;
    color: white;
}
.btn-dblue:hover {
    border: 1px solid #3b4f61 !important;
    color: #536d87;
    background: white;
}
.mainmenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.headline {
    height: 400px;
    padding-top: 90px;
    background: #efefef;
}

.step-card {

.jumbotron-section {
    background: #f8f9fa;
    border-radius: 1rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.jumbotron-section .brand-name {
    color: #007bff;
    font-weight: 600;
}
.jumbotron-section .btn {
    min-width: 180px;
}
.jumbotron-section .fw-semibold {
    font-weight: 600;
}
    margin-bottom: 20px;
    border-left: 5px solid #212529;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.step-card h5 {
    margin-bottom: 10px;
    font-weight: 600;
}

.contact .inner-row {
    position: relative;
}

@media screen and (min-width: 768px) {
    .contact .inner-row .info {
        position: absolute;
        right: -80px;
        bottom: 0;
        top: 0;
    }
}