/* Ana sayfa slayt — video (dikey/yatay) tam alanı kaplasın */
.swiper-inner.slider-has-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-inner.slider-has-video .slider-video-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0;
    overflow: hidden;
    z-index: 0;
}

.swiper-inner.slider-has-video .slider-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
    background: #000;
}

.swiper-inner.slider-has-video .sw-caption {
    z-index: 2;
    pointer-events: none;
}

.swiper-inner.slider-has-video .sw-caption a {
    pointer-events: auto;
}

.swiper-slide.slider-video-slide {
    min-height: inherit;
}

@media only screen and (max-width: 767px) {
    section.section-dark .v-center {
        min-height: 92vh;
        min-height: 92dvh;
    }

    section.section-dark .v-center > .swiper {
        min-height: 92vh;
        min-height: 92dvh;
    }

    .swiper-inner.slider-has-video .slider-hero-video {
        object-fit: cover;
        object-position: center center;
    }

    .swiper-slide.slider-video-slide .sw-caption {
        top: auto;
        bottom: 0;
        transform: none;
        padding-bottom: env(safe-area-inset-bottom, 12px);
    }

    .swiper-slide.slider-video-slide .sw-caption .spacer-double,
    .swiper-slide.slider-video-slide .sw-caption .spacer-single:first-child {
        display: none;
    }

    .swiper-slide.slider-video-slide .sw-text-wrapper {
        padding: 14px 16px !important;
        margin: 0 12px 12px;
    }

    .swiper-slide.slider-video-slide h1.slider-title {
        font-size: 28px !important;
        line-height: 1.15;
    }

    .swiper-slide.slider-video-slide h3.slider-teaser {
        font-size: 15px !important;
        line-height: 1.35;
        margin-bottom: 0.5rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .swiper-inner.slider-has-video .slider-hero-video {
        border-radius: 20px;
    }

    .swiper-inner.slider-has-video .slider-video-container {
        padding: 0 12px;
        box-sizing: border-box;
    }
}
