/**
 * Home hero slider caption — bottom gradient bar, centered text.
 */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');

body.home-main-crev.page-home .slider.showcase-full .swiper-slide .bg-img {
    position: relative;
}

body.home-main-crev.page-home .slider.showcase-full .hero-caption-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 72px 24px 88px;
    background: linear-gradient(
        to top,
        rgba(12, 10, 8, 0.82) 0%,
        rgba(20, 16, 12, 0.55) 45%,
        rgba(20, 16, 12, 0.18) 75%,
        transparent 100%
    );
    pointer-events: none;
    text-align: center;
}

body.home-main-crev.page-home .slider.showcase-full .hero-caption {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    text-align: center;
    pointer-events: auto;
    font-family: 'Outfit', sans-serif !important;
}

body.home-main-crev.page-home .slider.showcase-full .hero-caption::before {
    display: none;
}

body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption,
body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption h1,
body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption h6,
body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption h1 a,
body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption h1 span,
body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__title,
body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__title a,
body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__title span {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-text-stroke: 0 !important;
}

body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__subtitle,
body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption h6.sub-title {
    color: rgba(232, 213, 163, 0.95) !important;
    -webkit-text-fill-color: rgba(232, 213, 163, 0.95) !important;
    -webkit-text-stroke: 0 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    margin: 0 0 10px !important;
    line-height: 1.5 !important;
}

body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__title,
body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__title a,
body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__title span {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__title {
    font-size: clamp(24px, 4vw, 42px) !important;
    margin: 0 !important;
}

body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__title a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1em;
}

body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__title span {
    display: block;
    background: none;
    padding: 0;
}

body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__title a:hover,
body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__title a:hover span {
    color: #f5e6c8 !important;
    -webkit-text-fill-color: #f5e6c8 !important;
}

@media (max-width: 991px) {
    body.home-main-crev.page-home .slider.showcase-full .hero-caption-bar {
        padding: 56px 18px 72px;
    }
}

@media (max-width: 600px) {
    body.home-main-crev.page-home .slider.showcase-full .hero-caption-bar {
        padding: 40px 14px 28px;
    }

    body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__subtitle,
    body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption h6.sub-title {
        font-size: 10px !important;
        letter-spacing: 0.16em !important;
        margin-bottom: 6px !important;
    }

    body.home-main-crev.page-home .slider.showcase-full.slider-caption-dark .hero-caption__title {
        font-size: clamp(18px, 5.5vw, 24px) !important;
    }
}

/* Home slider — circular icon nav + dots */
body.page-home .showcase-full .slider-contro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    z-index: 6;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    pointer-events: none;
}

body.page-home .showcase-full .slider-contro .swiper-nav-ctrl {
    position: static !important;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #fff !important;
    pointer-events: auto;
    transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

body.page-home .showcase-full .slider-contro .swiper-nav-ctrl:after {
    display: none !important;
    content: none !important;
}

body.page-home .showcase-full .slider-contro .swiper-nav-ctrl i {
    margin: 0 !important;
    font-size: 14px;
    color: #fff !important;
    line-height: 1;
}

body.page-home .showcase-full .slider-contro .swiper-nav-ctrl:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.7);
    transform: scale(1.06);
}

body.page-home .showcase-full .dots {
    bottom: 38px !important;
    z-index: 6 !important;
}

body.page-home .showcase-full .dots span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 5px !important;
    background: rgba(255, 255, 255, 0.4) !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    transition: transform 0.25s ease, background 0.25s ease;
}

body.page-home .showcase-full .dots span.swiper-pagination-bullet-active {
    background: #fff !important;
    transform: scale(1.15);
}

body.page-home .showcase-full .dots span.swiper-pagination-bullet-active:after {
    display: none !important;
}

body.page-home .showcase-full .hero-caption-bar {
    padding-bottom: 96px;
}

@media (max-width: 600px) {
    body.page-home .showcase-full .slider-contro {
        bottom: 14px;
        padding: 0 14px;
    }

    body.page-home .showcase-full .slider-contro .swiper-nav-ctrl {
        width: 38px !important;
        height: 38px !important;
    }

    body.page-home .showcase-full .slider-contro .swiper-nav-ctrl i {
        font-size: 12px;
    }

    body.page-home .showcase-full .dots {
        bottom: 22px !important;
    }

    body.page-home .showcase-full .hero-caption-bar {
        padding-bottom: 64px;
    }

    body.page-home .showcase-full .slider-contro {
        display: flex !important;
    }
}

