/* Hero slider — Özgür Döküm / slider-newstil yazı stili (V26 swiper) */

.hero-slide-text-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    padding: 40px 80px 80px;
    pointer-events: none;
}

.hero-slide-text-overlay .slider-newstil,
.hero-slide-text-overlay a {
    pointer-events: auto;
}

.hero-slide-dark-top,
.hero-slide-dark-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;
}

.hero-slide-dark-top {
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.80) 0%, rgba(0, 0, 0, 0) 25%, rgba(165, 14, 14, 0) 0%);
}

.hero-slide-dark-bottom {
    background: linear-gradient(0deg, rgba(5, 5, 5, 0.99) 0%, rgba(0, 0, 0, 0) 80%, rgba(165, 14, 14, 0) 100%);
}

.slider-newstil .text-area .h {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 8px;
}

.slider-newstil .text-area .s {
    font-family: 'Barlow', sans-serif;
    font-size: 70px;
    line-height: 5rem;
    text-align: center;
    -webkit-text-stroke: 1px #ccc;
    color: transparent;
    text-shadow: 2px 2px transparent;
    font-weight: 900;
    margin-bottom: 0;
}

.slider-newstil .text-area a.slider-section {
    display: inline-block;
    margin-top: 24px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}

.button-1x { font-size: 13px; padding: 4px 10px; font-weight: 400 !important; }
.button-2x { font-size: 14px; padding: 10px 25px; }
.button-3x { font-size: 16px; padding: 15px 25px; }
.button-4x { font-size: 18px; padding: 15px 25px; }
.button-5x { font-size: 22px; padding: 11px 40px; font-weight: 300; }

.button-white { background: #fff; border: 1px solid #fff; color: #000; }
.button-white:hover { background: #ebebeb; color: #000; }
.button-white-out { background: none; border: 1px solid #fff; color: #fff; }
.button-white-out:hover { background: #fff; color: #000; }
.button-black { background: #000; border: 1px solid #000; color: #fff; }
.button-black:hover { background: #1f1f1f; color: #fff; }
.button-black-out { background: none; border: 1px solid #000; color: #000; }
.button-black-out:hover { background: #000; color: #fff; }
.button-gold { background: #cfb481; border: 1px solid #cfb481; color: #000; }
.button-gold:hover { background: #b89d6f; color: #000; }
.button-gold-out { background: none; border: 1px solid #cfb481; color: #cfb481; }
.button-gold-out:hover { background: #cfb481; color: #000; }
.button-yellow { background: #f3d95d; border: 1px solid #f3d95d; color: #000; }
.button-yellow-out { background: none; border: 2px solid #f3d95d; color: #f3d95d; }
.button-red { background: #f94453; border: 1px solid #f94453; color: #fff; }
.button-red-out { background: none; border: 1px solid #f94453; color: #f94453; }
.button-green { background: #2fba47; border: 1px solid #2fba47; color: #fff; }
.button-green-out { background: none; border: 1px solid #279c3d; color: #279c3d; }
.button-blue { background: #558cff; border: 1px solid #558cff; color: #fff; }
.button-blue-out { background: none; border: 1px solid #558cff; color: #558cff; }
.button-white-black { background: #fff; border: 1px solid #fff; color: #000; }
.button-white-black:hover { background: #000; color: #fff; }
.button-black-white { background: #000; border: 1px solid #000; color: #fff; }
.button-black-white:hover { background: #fff; color: #000; }

/* Sağ dikey pagination (referans görünüm) */
.slider-newstil-hero .hero-slider-pagination {
    position: absolute !important;
    right: 30px !important;
    left: auto !important;
    bottom: 300px !important;
    top: auto !important;
    width: auto !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 0 !important;
}

.slider-newstil-hero .hero-slider-pagination .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.95) !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
}

.slider-newstil-hero .hero-slider-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
    border-color: #fff !important;
    width: 14px !important;
}

.slider-newstil-hero .hero-slider-nav {
    display: none;
}

@media screen and (max-width: 991px) {
    .hero-slide-text-overlay {
        padding: 24px 20px 48px;
        align-items: flex-end;
    }

    .slider-newstil .text-area .s {
        display: none !important;
    }

    .slider-newstil .text-area .h {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
        padding: 0 15px;
    }

    .slider-newstil .text-area a.slider-section {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    .slider-newstil-hero .hero-slider-pagination {
        bottom: 72px !important;
        right: 16px !important;
    }
}
