.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

.swift-home-full-new-hire {
    display: block;
}

.swift-home-mobile-new-hire {
    display: none;
}

.new-hire li {
    background-color: transparent !important;
    cursor: default;
}

.c-li-mobile {
    background-color: transparent !important;
}

h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 250;
}

.page-link {
    background-color: #80c6cd;
    border: 1px solid #80c6cd;
}

.page-item.active .page-link {
    color: white;
    background-color: #80c6cd;
    border-color: #80c6cd;
}

.a-prod-pagination li {
    height: 35px;
}

.a-prod-pagination li:last-child {
    width: 50px;
}

.vlb_blue {
    background-color: #6ec8ce;
    width: 6px;
    height: 60px;
    display: flex;
    margin: 0 auto;
}
.vlb_red {
    background-color: #d44a60;
    width: 6px;
    height: 60px;
    display: flex;
    margin: 0 auto;
}
.vlb_yellow {
    background-color: #efaa47;
    width: 6px;
    height: 60px;
    display: flex;
    margin: 0 auto;
}

.hl_blue {
    border-top: 6px solid #6ec8ce;
    width: 120px;
    display: inline-block;
    font-size: 0px;
    margin-left: -5px;
}
.hl_red {
    border-top: 6px solid #d44a60;
    width: 120px;
    display: inline-block;
    font-size: 0px;
}
.hl_yellow {
    border-top: 6px solid #efaa47;
    width: 120px;
    display: inline-block;
    padding: 0px;
    margin-left: -5px;
}

.swift-home-full-new-hire {
    display: block;
}

.swift-home-mobile-new-hire {
    display: none;
}

ul,
ol {
    list-style-type: none; /* Remove the default markers */
}

::marker {
    content: ""; /* Hide the marker */
}

.bg-img-start {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.content-space-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.capitalize-first-letter::first-letter {
    text-transform: uppercase;
}

.hero-banner {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    text-align: center;
    color: #fff;
    position: relative;
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* Optional: dark overlay */
    z-index: 1;
}

.hero-banner .hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
}

@media (max-width: 768px) {
    .hero-banner {
        min-height: 40vh;
        padding: 2rem 1rem;
    }

    .hero-banner h1 {
        font-size: 1.75rem;
    }
}
