/* =========================================================
   ITKF CMB2 Banner Slider Fix
   Use with .itkf-cmb2-hero-slider / .itkf-cmb2-hero-slide
   ========================================================= */

.itkf-cmb2-hero-slider {
    position: relative !important;
    overflow: hidden !important;
    background: #071526 !important;
    min-height: 78vh !important;
}

.itkf-cmb2-hero-slide {
    position: absolute !important;
    inset: 0 !important;
    min-height: 78vh !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: scale(1.015) !important;
    transition: opacity 900ms ease, visibility 900ms ease, transform 1400ms ease !important;
    z-index: 1 !important;
}

.itkf-cmb2-hero-slide.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) !important;
    z-index: 2 !important;
}

.itkf-cmb2-hero-slide picture,
.itkf-cmb2-hero-slide picture img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.itkf-cmb2-hero-slide picture img {
    object-fit: cover !important;
}

.itkf-cmb2-hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background:
        radial-gradient(circle at 80% 20%, rgba(201,162,74,.18), transparent 30%),
        linear-gradient(120deg, rgba(7,21,38,.94), rgba(11,42,74,.66), rgba(15,95,159,.24)) !important;
}

.itkf-cmb2-hero-content {
    position: relative !important;
    z-index: 2 !important;
    color: #fff !important;
    padding: 7rem 0 5rem !important;
}

.itkf-cmb2-hero-content h1 {
    color: #fff !important;
    font-size: clamp(2.8rem, 6vw, 5.4rem) !important;
    line-height: .95 !important;
    margin: 0 0 1rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.itkf-cmb2-hero-content p {
    color: rgba(255,255,255,.86) !important;
    max-width: 760px !important;
    font-size: 1.06rem !important;
    line-height: 1.8 !important;
}

.itkf-cmb2-slider-dots {
    position: absolute !important;
    z-index: 5 !important;
    left: 50% !important;
    bottom: 26px !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    gap: 10px !important;
}

.itkf-cmb2-slider-dot {
    width: 12px !important;
    height: 12px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    background: rgba(255,255,255,.22) !important;
    padding: 0 !important;
    cursor: pointer !important;
}

.itkf-cmb2-slider-dot.is-active {
    background: #C9A24A !important;
    border-color: #C9A24A !important;
    box-shadow: 0 0 16px rgba(201,162,74,.45) !important;
}

@media (max-width: 767px) {
    .itkf-cmb2-hero-slider,
    .itkf-cmb2-hero-slide {
        min-height: 82vh !important;
    }

    .itkf-cmb2-hero-slide {
        align-items: flex-end !important;
    }

    .itkf-cmb2-hero-content {
        padding: 6rem 0 3.4rem !important;
    }

    .itkf-cmb2-hero-content h1 {
        font-size: clamp(2rem, 10vw, 3.2rem) !important;
    }
}
