.nb-video-showcase {
    background:
        radial-gradient(circle at 92% 4%, rgba(216,170,76,.14), transparent 24%),
        linear-gradient(135deg, #0d1928 0%, #122b47 100%);
    border-radius: 24px;
    box-shadow: 0 24px 65px rgba(16,28,44,.16);
    font-family: "Inter", "Raleway", sans-serif;
    margin-bottom: 52px;
    overflow: hidden;
    padding: 34px 34px 30px;
}

.nb-video-showcase *,
.nb-video-showcase *::before,
.nb-video-showcase *::after {
    box-sizing: border-box;
}

.nb-video-showcase__heading {
    align-items: flex-end;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 26px;
}

.nb-video-showcase__eyebrow {
    color: #d8aa4c;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.nb-video-showcase__heading h2 {
    color: #fff;
    font-family: "Sora", "Raleway", sans-serif;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.15;
    margin: 0 0 7px;
}

.nb-video-showcase__heading p {
    color: rgba(255,255,255,.64);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    max-width: 720px;
}

.nb-video-showcase__all {
    align-items: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 750;
    gap: 10px;
    min-height: 46px;
    padding: 12px 16px;
    transition: background .2s ease, border-color .2s ease;
}

.nb-video-showcase__all:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.35);
    color: #fff;
}

body.page-home .nb-video-showcase .nb-video-showcase__all,
body.page-home .nb-video-showcase .nb-video-showcase__all:hover {
    color: #fff;
}

.nb-video-swiper {
    margin: 0 -10px;
}

.nb-video-card-shell {
    height: 100%;
    padding: 10px;
}

.nb-video-card {
    background: #fff;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    box-shadow: 0 15px 38px rgba(0,0,0,.16);
    height: 100%;
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease;
}

.nb-video-card:hover {
    box-shadow: 0 20px 45px rgba(0,0,0,.24);
    transform: translateY(-4px);
}

.nb-video-card__media {
    aspect-ratio: 16 / 9;
    background: #101722;
    display: block;
    overflow: hidden;
    position: relative;
}

.nb-video-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    width: 100%;
}

.nb-video-card:hover .nb-video-card__media img {
    transform: scale(1.045);
}

.nb-video-card__placeholder {
    align-items: center;
    color: rgba(255,255,255,.35);
    display: flex;
    font-size: 32px;
    height: 100%;
    justify-content: center;
}

.nb-video-card__overlay {
    background: linear-gradient(180deg, rgba(7,14,24,.08) 35%, rgba(7,14,24,.72) 100%);
    inset: 0;
    position: absolute;
    transition: background .25s ease;
}

.nb-video-card:hover .nb-video-card__overlay {
    background: linear-gradient(180deg, rgba(7,14,24,.18), rgba(7,14,24,.7));
}

.nb-video-card__play {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 26px rgba(0,0,0,.3);
    color: #d9272e;
    display: flex;
    font-size: 17px;
    height: 54px;
    justify-content: center;
    left: 50%;
    padding-left: 3px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background .2s ease, color .2s ease, transform .2s ease;
    width: 54px;
}

.nb-video-card:hover .nb-video-card__play {
    background: #d9272e;
    color: #fff;
    transform: translate(-50%, -50%) scale(1.08);
}

.nb-video-card__badge {
    align-items: center;
    background: rgba(10,24,41,.78);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    bottom: 12px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 6px;
    left: 12px;
    padding: 6px 9px;
    position: absolute;
}

.nb-video-card__body {
    display: flex;
    flex-direction: column;
    min-height: 172px;
    padding: 19px 20px 18px;
}

.nb-video-card__category {
    color: #c28f2f;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.nb-video-card__category:hover {
    color: #9f7120;
}

.nb-video-card h3 {
    font-family: "Sora", "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42;
    margin: 0 0 15px;
}

.nb-video-card h3 a {
    color: #101c2c;
}

.nb-video-card h3 a:hover {
    color: #123f72;
}

.nb-video-card__link {
    align-items: center;
    color: #123f72;
    display: inline-flex;
    font-size: 13px;
    font-weight: 750;
    gap: 7px;
    margin-top: auto;
}

.nb-video-card__link:hover {
    color: #c28f2f;
}

.nb-video-pagination {
    margin-top: 20px !important;
    position: static !important;
}

.nb-video-showcase .pagination .swiper-pagination-switch {
    background: rgba(255,255,255,.28) !important;
    border: 0 !important;
    height: 9px !important;
    margin: 0 5px !important;
    opacity: 1 !important;
    width: 9px !important;
}

.nb-video-showcase .pagination .swiper-active-switch {
    background: #d8aa4c !important;
    width: 25px !important;
}

body.page-home .nb-video-showcase .pagination .swiper-active-switch {
    background: #d8aa4c !important;
}

@media (max-width: 760px) {
    .nb-video-showcase {
        border-radius: 18px;
        padding: 27px 18px 23px;
    }

    .nb-video-showcase__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .nb-video-showcase__all {
        justify-content: center;
        width: 100%;
    }

    .nb-video-card__body {
        min-height: 155px;
    }
}
