/* Main Wrapper */
.bp-projekt-slider-outer-654d359b {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
}

/* Track Container - strictly hide left overflow, allow right */
.bp-slider-track-container-654d359b {
    position: relative;
    width: 100%;
    height: 520px;
    /* We use clip-path to enforce a strict left boundary while allowing the right side to overflow completely */
    clip-path: inset(-100px -100vw -100px 0);
}

/* Swiper - Ensure it overflows right */
.bp-projekt-swiper-654d359b {
    width: 100%;
    height: 100%;
    overflow: visible !important;
}

.bp-projekt-swiper-654d359b .swiper-wrapper {
    overflow: visible !important;
}

/* Cards - Strict Dimensions */
.bp-projekt-swiper-654d359b .swiper-slide {
    height: 500px !important; 
    min-height: 500px !important;
    max-height: 500px !important;
    display: flex;
    flex-direction: column;
    width: 393px !important;
    max-width: 393px !important;
    min-width: 393px !important;
    box-sizing: border-box;
    overflow: visible !important;
}

/* Force inner Elementor container to fit strictly inside the card */
.bp-projekt-swiper-654d359b .swiper-slide > div,
.bp-projekt-swiper-654d359b .swiper-slide > .elementor,
.bp-projekt-swiper-654d359b .swiper-slide > .elementor > *,
.bp-projekt-swiper-654d359b .swiper-slide > .elementor > .e-con,
.bp-projekt-swiper-654d359b .swiper-slide > .elementor > .e-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Bottom Bar */
.bp-projekt-bottom-bar-654d359b {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

/* Button */
.bpps-btn-654d359b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    padding: 0 32px;
    height: 56px;
    border-radius: 100px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Arrows */
.bpps-arrows-654d359b {
    display: flex;
    gap: 16px;
    align-items: center;
}

.bp-projekt-slider-outer-654d359b .bpps-arrows-654d359b button.bpps-arrow-654d359b {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    border-radius: 50% !important;
    aspect-ratio: 1/1 !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    box-sizing: border-box !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
}

.bp-projekt-slider-outer-654d359b .bpps-arrows-654d359b button.bpps-arrow-654d359b svg {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bpps-arrow-654d359b.swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}