.slider.slider_version_v2 {
    min-height: 100vh;
    position: relative;
}

.slider.slider_version_v2 .slide-item,
.slider.slider_version_v2 .slide-item-content,
.slider.slider_version_v2 .video-container {
    min-height: 100vh;
}

.slider.slider_version_v2 .video-container video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-soft-section {
    background: #ffefef;
}

.home-offset-card {
    position: relative;
    left: 25px;
}

.home-dark-overlay-90 {
    background: rgb(34 2 2 / 90%);
    z-index: 1;
}

.home-dark-overlay-75 {
    background: rgb(34 2 2 / 75%);
    z-index: 1;
}

.home-z-2 {
    z-index: 2;
}

.home-z-3 {
    z-index: 3;
}

.home-z-0 {
    z-index: 0;
}

.home-trusted-copy {
    text-align: center !important;
    line-height: 1.8;
    letter-spacing: 0;
}

.home-client-nav {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-director-image {
    max-width: 100%;
    max-height: 520px;
    height: auto;
    border-radius: 10px;
}

.home-testimonial-title {
    font-style: jost;
    font-size: 26px;
}

.home-project-band {
    background: #740513;
}

/* Reserve media space before lazy assets load to prevent carousel layout shifts. */
.custom-client-container {
    min-height: 180px;
}

.custom-client-container img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}
