/* ========= Hero / Headline background ========= */
.custom-headline-bg,
.custom-headline-dy-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-headline-bg::before,
.custom-headline-dy-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(35, 44, 55, 0.6);
}

.custom-headline-bg>*,
.custom-headline-dy-bg>* {
    position: relative;
    z-index: 1;
}

/* ========= Carousel ========= */
.carousel-width-limited {
    max-width: 50%;
    margin: auto;
}

.carousel-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 1rem;
}

.nav-pills .nav-link.active {
    background-color: #0d6efd; /* Bootstrap Primary Color */
    color: #fff;
}
.nav-pills .nav-link {
    color: #adb5bd;
}
.nav-pills .nav-link:hover {
    color: #fff;
}