.flex-layout.hero-content-video-layout {
    background: var(--blue-100);
    padding-right: 0;
}

.flex-layout.hero-content-video-layout .pk-row {
    padding-block: 0;
    max-width: 100%;
}

.flex-layout.hero-content-video-layout .pk-row .pk-grid-container {
    max-width: 100%;
}

.flex-layout.hero-content-video-layout .hero-content-video-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    padding-block: 100px;

}

.flex-layout.hero-content-video-layout .hero-content-video-content-wrapper .heading-wrapper {
    padding-bottom: 2rem;
}

.flex-layout.hero-content-video-layout .hero-content-video-content-wrapper .hero-content-video-text {
    padding-bottom: 2rem;
    max-width: 500px;
    width: fit-content;
}

.flex-layout.hero-content-video-layout .hero-content-video-video {
    width: 100%;
    height: 100%;
    position: relative;
}

.flex-layout.hero-content-video-layout .hero-content-video-video .hero-content-video_image-fallback {
    height: 100%;
}

.flex-layout.hero-content-video-layout .hero-content-video-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.flex-layout.hero-content-video-layout .hero-content-video-video .read_more {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
}

.flex-layout.hero-content-video-layout .hero-content-video-video {
    position: relative;
}

.flex-layout.hero-content-video-layout .hero-content-video-video::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 185px;
    width: 185px;
    background-image: url('/wp-content/uploads/2025/12/shape_square_white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}

@media screen and (max-width: 1360px) {
    .flex-layout.hero-content-video-layout .hero-content-video-content-wrapper {
        padding-left: 0px;
    }
}

@media screen and (max-width: 992px) {
    .flex-layout.hero-content-video-layout {
        padding-inline: 0;
        padding-bottom: 60px;
    }

    .flex-layout.hero-content-video-layout .hero-content-video-video::after {
        transform: none;
        left: 1.5rem;
    }

    .flex-layout.hero-content-video-layout .pk-row .pk-grid-container {
        gap: 1.5rem;
    }

    .flex-layout.hero-content-video-layout .hero-content-video-content-wrapper {
        padding-inline: 1rem;
        order: 2;
        padding-block: 40px;
    }

    .flex-layout.hero-content-video-layout .hero-content-video-video {
        max-height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .flex-layout.hero-content-video-layout {
        padding-bottom: 40px;
    }

    .flex-layout.hero-content-video-layout .hero-content-video-video {
        max-height: 300px;
    }

    .flex-layout.hero-content-video-layout .pk-row {
        padding-inline: 0;
    }

    .flex-layout.hero-content-video-layout .hero-content-video-content-wrapper {
        padding-block: 20px 0;
    }

    .flex-layout.hero-content-video-layout .hero-content-video-video::after {
        height: 92px;
        width: 92px;
    }
}