/* pop spacing amends */

:root {
    --pbSpacing: 10rem;
}

main .pb-image-overlay:last-child {
    padding-bottom: 0;
}

.pb,
.pb-client-logo-banner,
.pb.pb-content {
    padding-bottom: 10rem;
}

.pb-client-logo-banner,
.pb--small-padding-top {
    margin-top: 0;
}

.pb:last-of-type {
    margin-bottom: 0;
}

.testimonial-slider {
    margin-top: 5rem;
}

.pb-logos,
.pb-hero,
.pb-banner,
.pb-hero--product {
    margin-bottom: 10rem;
}

.pb-logos {
    padding: 10rem 0;
}

@media (max-width: 768px) {
        {
        --pbSpacing: 6rem;
    }

    .pb,
    .pb-client-logo-banner {
        padding-bottom: 6rem;
    }

    .pb-client-logo-banner {
        margin-top: 0;
    }

    .testimonial-slider {
        margin-top: 3rem;
    }

    .pb-logos {
        padding: 6rem 0;
    }

    main .pb-image-overlay:last-child,
    .pb-logos {
        margin-bottom: 6rem;
    }
}

/* pop spacing amends end */

.pb-client-logo-banner__logo {
    object-fit: contain;
}

/* page builder hero-video block  */

.pb-hero.pb-hero--home-video {
    height: auto;
}

.pb-hero.pb-hero--home-video .bg-image-container {
    height: 60%;
    overflow: hidden;
    text-align: center;
    background-color: #000;
}

.pb-hero.pb-hero--home-video .bg-image-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.pb-hero.pb-hero--home-video .bg-image-container video {
    width: 100%;
    max-width: 1600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -42%);
    z-index: -1;
}

.pb-hero.pb-hero--home-video h1 {
    color: #fff;
    text-align: center;
    font-size: 54px;
    margin-bottom: 100px;
}

.pb-hero--home-text-box-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.pb-hero--home-text-box {
    background-color: #fff;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.pb-hero--home-text-box a {
    margin-top: auto;
}

.pb-hero--home-text-box h2 {
    font-size: 32px;
}

.pb-hero--home-text-box .btn {
    color: var(--primary);
    background-image: url(https://www.redhelix.com/wp-content/themes/red-helix/assets/images/right-arrow-red.svg);
    transition: all 0.2s ease;
}

.pb-hero--home-text-box .btn:hover {
    color: #fff;
    background-image: url(https://www.redhelix.com/wp-content/themes/red-helix/assets/images/right-arrow-white.svg);
}

.pb-hero--home-text-box .btn:after {
    display: none;
}

@media (max-width: 800px) {
    .pb-hero.pb-hero--home-video {
        padding-top: 150px;
    }

    .pb-hero--home-text-box-row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding: 0 15px;
    }

    .pb-hero.pb-hero--home-video h1 {
        font-size: 40px;
        margin-bottom: 60px;
    }

    .pb-hero.pb-hero--home-video .bg-image-container {
        height: 420px;
    }

    .pb-hero.pb-hero--home-video .bg-image-container video {
        width: 130%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1350px) {
    .pb-hero.pb-hero--home-video .container {
        max-width: 1060px;
    }
}

@media (min-width: 1540px) {
    .pb-hero.pb-hero--home-video .container {
        max-width: 1200px;
    }
}

@media (min-width: 1820px) {
    .pb-hero.pb-hero--home-video .container {
        max-width: 1454px;
    }
}

/* page builder hero-video block end */

.hero-menu-icon {
    grid-area: icon;
    width: 75px;
}