/* SUBPAGE TITLE AREA - Hero Style with Glass Card             */
    /* ========================================================== */
    .title_outer {
        position: relative;
        overflow: hidden;
    }
    .title_outer .title {
        position: relative;
        min-height: 50vh !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: #171b21 !important;
        background-image: none !important;
        padding-bottom: -1vh;
        padding-top: 15vh;
    }
    .title_outer .title::before {
        content: "";
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        background: linear-gradient(135deg, rgba(30,35,45,0) 0%, #0d1014 100%);
        z-index: 1;
        pointer-events: none;
    }
    .title_outer .title .title_subtitle_holder {
        position: relative;
        z-index: 2;
        overflow: hidden;
        background: rgba(255,255,255,0.04);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 20px;
        padding: 50px 60px;
        max-width: 550px;
        text-align: left;
        box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    }
    .title_outer .title .title_subtitle_holder h1,
    .title_outer .title .title_subtitle_holder .entry_title {
        color: #ffffff !important;
        font-size: clamp(30px, 4vw, 46px) !important;
        font-weight: 700 !important;
        letter-spacing: 0px !important;
        text-transform: none !important;
        line-height: 1.2 !important;
        margin: 0 !important;
    }
    .title_outer .title .title_subtitle_holder .page_subtitle {
        color: rgba(255,255,255,0.6) !important;
        font-size: 15px !important;
        margin-top: 12px !important;
        line-height: 1.5 !important;
    }
    @media (max-width: 768px) {
        .title_outer .title {
            min-height: auto !important;
            justify-content: center !important;
            padding: 125px 0 50px 0 !important; /* Top: 125px (75px hidden under header + 50px visible), Bottom: 50px visible */
        }
        /* Remove Bridge theme's default container padding/width restrictions inside the hero */
        .title_outer .title .container,
        .title_outer .title .container_inner {
            width: 100% !important;
            max-width: 100% !important;
            padding: 0 !important;
            margin: 0 !important;
        }
        .title_outer .title .title_subtitle_holder {
            width: calc(100% - 40px) !important;
            max-width: calc(100% - 40px) !important;
            margin: 0 auto !important; /* Centered, leaving exactly 20px left and right */
            padding: 40px 20px;
            text-align: center;
            box-sizing: border-box;
        }
        .title_outer .title .title_subtitle_holder h1,
        .title_outer .title .title_subtitle_holder .entry_title {
            font-size: 28px !important;
            margin-bottom: 25px !important;
        }
    }
    /* ========================================================== */
    
/* HERO / ABOUT SECTION REUSABLE STYLES (Glassmorphism & Full Bleed) */
    /* ========================================================== */
    .wl-hero-section {
        display: flex;
        position: relative;
-       width: 100vw;
-       max-width: 100%;
+       width: 100%;
        min-height: 85vh;
        background-color: #171b21 !important;
        overflow: hidden;
        font-family: inherit;
-       margin-left: calc(-50vw + 50%);
-       margin-right: calc(-50vw + 50%);
    }
    /* iPad Pro hero fix */
    @media (min-width: 992px) and (max-width: 1100px) {
        .wl-hero-section {
            min-height: 60vh;
        }
        .wl-hero-glass-card {
            padding: 30px 25px !important;
            max-width: 45% !important;
        }
        .wl-hero-glass-card h1, .wl-hero-glass-card h2 {
            font-size: 28px !important;
        }
        .wl-hero-glass-card p {
            font-size: 15px !important;
        }
    }

    /* Global H2 size exception */
    h2:not(.elementor-element-56fe65b5 h2) {
        font-size: 30px !important;
    }

    /* Backgrounds */
    .title {
        position: relative;
        overflow: hidden;
        background-color: #171b21 !important;
    }
    .title::before {
        content: "";
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        background: linear-gradient(135deg, rgba(30,35,45,0) 0%, #0d1014 100%);
        z-index: 0;
        pointer-events: none;
    }
    .title::after {
        content: "";
        position: absolute;
        top: -20%;
        right: -10%;
        width: 60%;
        height: 140%;
        background: #1e242c;
        transform: rotate(-15deg);
        z-index: 0;
        pointer-events: none;
    }
    .title_holder {
        position: relative;
        z-index: 2 !important;
    }

    /* Fix Neuigkeiten Heading Font Size */
    .elementor-element-93d3681 .elementor-heading-title {
        font-size: 30px !important;
    }

    .wl-hero-bg-left {
        position: absolute;
        top: 0;
        left: 0;
        width: 55%; 
        height: 100%;
        background-size: cover;
        
        z-index: 1;
    }

    /* Soft fading edge to the right */
    .wl-hero-bg-left::before {
        content: "";
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        background: linear-gradient(to right, rgba(23,27,33,0) 50%, rgba(23,27,33,1) 95%);
        z-index: 2;
        pointer-events: none;
    }

    /* Dark overlay */
    .wl-hero-bg-left::after {
        content: "";
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        background: rgba(0,0,0,0.2); 
        z-index: 1;
        pointer-events: none;
    }

    /* Animated pulsing play button on the left image */
    .wl-play-btn {
        position: absolute;
        top: 50%;
        left: 60%; 
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        background: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 100; 
        text-decoration: none;
        animation: pulse-yellow 2s infinite;
        transition: box-shadow 0.3s ease;
        pointer-events: auto; 
    }
    .wl-play-btn:hover {
        transform: translate(-50%, -50%) scale(1.05);
        animation: none;
    }
    .wl-play-btn svg {
        width: 40px;
        height: 40px;
        fill: #FFEF12;
        margin-left: 5px; 
    }
    @keyframes pulse-yellow {
        0% { box-shadow: 0 0 0 0 rgba(255, 239, 18, 0.7); }
        70% { box-shadow: 0 0 0 25px rgba(255, 239, 18, 0); }
        100% { box-shadow: 0 0 0 0 rgba(255, 239, 18, 0); }
    }

    /* Right side shapes */
    .wl-hero-bg-right-shape {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: linear-gradient(135deg, rgba(30,35,45,0) 0%, #0d1014 100%);
        z-index: 1;
        pointer-events: none;
    }
    
    /* Geometric background polygon */
    .wl-hero-bg-right-poly {
        position: absolute;
        top: -20%;
        right: -10%;
        width: 60%;
        height: 140%;
        background: #1e242c;
        transform: rotate(15deg);
        z-index: 1;
        opacity: 0.5;
        clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
        pointer-events: none;
    }

    /* Content Container */
    .wl-hero-content-wrapper {
        position: relative;
        width: 100%;
        max-width: 1500px; 
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-end; 
        z-index: 10;
        padding: 40px 5%;
        pointer-events: none; 
    }

    /* Glass Card */
    .wl-hero-glass-card {
        position: relative;
        width: 100%;
        max-width: 650px;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 20px;
        padding: 60px;
        color: #ffffff;
        box-shadow: 0 30px 60px rgba(0,0,0,0.4);
        pointer-events: auto; 
    }

    /* Glow Effects */
    .wl-glow-1 {
        position: absolute;
        top: -30px;
        right: -30px;
        width: 180px;
        height: 180px;
        background: rgba(255, 239, 18, 0.15);
        filter: blur(70px);
        border-radius: 50%;
        z-index: -1;
        pointer-events: none;
    }
    .wl-glow-2 {
        position: absolute;
        bottom: -30px;
        left: 30px;
        width: 250px;
        height: 250px;
        background: rgba(255, 239, 18, 0.12);
        filter: blur(90px);
        border-radius: 50%;
        z-index: -1;
        pointer-events: none;
    }

    /* Text */
    .wl-hero-glass-card h1 {
        font-size: 46px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        margin-bottom: 25px !important;
        color: #ffffff !important;
        text-transform: none !important;
        letter-spacing: normal !important;
    }
    .wl-hero-glass-card h2 {
        font-size: 38px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        margin-bottom: 25px !important;
        color: #ffffff !important;
        text-transform: none !important;
        letter-spacing: normal !important;
    }
    @media (max-width: 1024px) {
        .wl-hero-content-wrapper {
            padding: 40px 4% !important;
            justify-content: center !important;
        }
        .wl-hero-glass-card {
            padding: 40px !important;
            max-width: 80% !important;
        }
        .wl-hero-glass-card h1 {
            font-size: 36px !important;
        }
        .wl-hero-glass-card h2 {
            font-size: 32px !important;
        }
        .elementor-widget-accordion,
        .elementor-widget-bridge_accordion .qode-accordion-holder {
            padding: 30px !important;
        }
        h2.elementor-heading-title {
            font-size: clamp(26px, 4vw, 36px) !important;
            line-height: 1.3 !important;
        }
    }
    @media (max-width: 768px) {
        .wl-hero-content-wrapper {
            padding: 20px 20px !important;
            justify-content: center !important;
        }
        .wl-hero-glass-card {
            padding: 30px 20px !important;
            max-width: 100% !important;
        }
        .wl-hero-glass-card h1 {
            font-size: 28px !important;
            margin-bottom: 15px !important;
        }
        .wl-hero-glass-card h2 {
            font-size: 26px !important;
            margin-bottom: 15px !important;
        }
        .elementor-widget-accordion,
        .elementor-widget-bridge_accordion .qode-accordion-holder {
            padding: 20px !important;
        }
        .wl-dark-box {
            padding: 20px !important;
        }
        h2.elementor-heading-title {
            font-size: clamp(22px, 5vw, 28px) !important;
            line-height: 1.3 !important;
        }
        /* Make blog slider exact same width as hero card on mobile (100vw minus 20px padding) */
        .elementor-widget-qi_addons_for_elementor_blog_slider {
            width: 100vw !important;
            max-width: 100vw !important;
            margin-left: calc(-50vw + 50%) !important;
            margin-right: calc(-50vw + 50%) !important;
            padding: 0 20px !important;
        }
    }
    .wl-hero-glass-card p {
        font-size: 18px !important;
        line-height: 1.6 !important;
        color: rgba(255,255,255,0.85) !important;
        margin-bottom: 40px !important;
    }

    /* Buttons */
    .wl-hero-buttons {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .wl-btn {
        display: inline-block;
        padding: 15px 35px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 8px;
        text-decoration: none;
        transition: all 0.3s ease;
        cursor: pointer;
        font-family: inherit;
        box-sizing: border-box;
    }
    .wl-btn-primary {
        background-color: #FFEF12 !important;
        color: #1a1e24 !important;
        border: none !important;
        box-shadow: 0 5px 20px rgba(255,239,18,0.2) !important;
    }
    .wl-btn-primary:hover {
        background-color: #e6d710 !important;
        transform: translateY(-3px) !important;
        box-shadow: 0 10px 25px rgba(255,239,18,0.4) !important;
        color: #1a1e24 !important;
    }
    .wl-btn-secondary {
        background-color: transparent !important;
        color: #ffffff !important;
        border: 1px solid rgba(255,255,255,0.3) !important;
    }
    .wl-btn-secondary:hover {
        background-color: rgba(255,255,255,0.1) !important;
        border-color: #ffffff !important;
        color: #ffffff !important;
        transform: translateY(-3px) !important;
    }
    
    /* Simple Modal Styles */
    .wl-video-modal {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0,0,0,0.9);
        z-index: 999999;
        display: none;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .wl-video-modal.active {
        display: flex;
        opacity: 1;
    }
    .wl-video-modal-content {
        position: relative;
        width: 90%;
        max-width: 1000px;
        aspect-ratio: 16/9;
    }
    .wl-video-modal-content iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
    .wl-video-modal-close {
        position: absolute;
        top: -40px;
        right: 0;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        background: transparent;
        border: none;
    }

    /* Responsive */
   @media (max-width: 991px) {
        .wl-hero-section {
            flex-direction: column;
-           min-height: 100vh !important;
+           min-height: 100% !important; 
+           height: 100%;
        }
        .wl-hero-bg-left {
            position: relative;
            width: 100%;
            height: 400px;
        }
        .wl-hero-bg-left::before {
            background: linear-gradient(to bottom, rgba(23,27,33,0) 50%, rgba(23,27,33,1) 95%);
        }
        .wl-play-btn {
            right: auto;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .wl-play-btn:hover {
            transform: translate(-50%, -50%) scale(1.05);
        }
        .wl-hero-bg-right-shape, .wl-hero-bg-right-poly {
            display: none;
        }
        .wl-hero-content-wrapper {
            justify-content: center;
            padding: 20px;
            margin-top: -100px; /* Overlap image slightly */
        }
        .wl-hero-glass-card {
            padding: 40px 30px;
        }
        .wl-hero-glass-card h1, .wl-hero-glass-card h2 {
            font-size: 34px !important;
        }
    }
    @media (max-width: 576px) {
        .wl-hero-glass-card h1, .wl-hero-glass-card h2 {
            font-size: 26px !important;
        }
        .wl-hero-buttons {
            flex-direction: column;
        }
        .wl-btn {
            width: 100%;
            text-align: center;
        }
        .qode-accordion-holder .qode-title-holder .qode-accordion-mark {
    height: 25px !important;
    width: 30px !important;
}
    }
    
