﻿/* === HeroSlider Styles === */

.swiper {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    height: 100vh;
    color: white;
    text-align: left;
}

.swiper-inner {
    width: 100%;
    position: relative;
    height: 100vh;
    z-index: 1;
}

    .swiper-inner .container {
        display: flex;
        height: 100vh;
    }

.sw-caption {
    align-self: center;
    position: relative;
    z-index: 2;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.subtitle.s2 {
    font-size: 1.2rem;
    color: var(--naranjaps);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slider-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.slider-teaser {
    font-size: 1rem;
    color: #ddd;
    margin-bottom: 1rem;
}

.btn-main {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    background: #00c7ff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

    .btn-main:hover {
        background: #009ecb;
    }

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-pagination {
    color: #fff;
}

.sw-overlay.s2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 0;
}

.de_count {
    margin-bottom: 1rem;
    text-align: left;
}

    .de_count h3 {
        font-size: 2rem;
        margin: 0;
        color: #00c7ff;
    }

    .de_count h4 {
        font-size: 1rem;
        color: #fff;
    }
