.bp-slider-b9e78518-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0 20px 0; 
}

.bp-slider-b9e78518-swiper {
    width: 100%;
    overflow: visible; 
}

.bp-slider-b9e78518-swiper .swiper-slide {
    width: 1044px; /* Same base size for all slides */
    height: 676px;
    opacity: 0.6;
    transform: scale(0.85); /* Use scale for non-active slides */
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    align-items: center;
}

.bp-slider-b9e78518-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1); /* Active slide is full scale */
    z-index: 2;
}

.bp-slider-b9e78518-slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 60px 40px;
    border-radius: inherit;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bp-slider-b9e78518-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.bp-slider-b9e78518-slide-bg-placeholder {
    background-color: #ccc;
}

.bp-slider-b9e78518-slide-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
    border-radius: inherit;
}

.bp-slider-b9e78518-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 20;
    color: #FFFFFF;
    background-color: rgba(113, 214, 221, 0.16); /* Hex #71D6DD29 equivalent */
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 700;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
}

.bp-slider-b9e78518-content {
    position: relative;
    z-index: 10; 
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    backface-visibility: hidden;
}

.bp-slider-b9e78518-text-wrap {
    flex: 1;
    padding-right: 20px;
}

.bp-slider-b9e78518-title {
    margin: 0 0 15px 0;
    color: #fff;
}

.bp-slider-b9e78518-subtitle {
    margin: 0;
}

.bp-slider-b9e78518-btn-wrap {
    flex-shrink: 0;
    text-align: right;
}

.bp-slider-b9e78518-btn {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
    z-index: 20; 
}

.bp-slider-b9e78518-nav-wrapper {
    position: relative;
    width: 1044px; 
    max-width: 100%;
    margin: 75px auto 0 auto; 
    display: flex;
    justify-content: space-between;
    z-index: 90;
}

.bp-slider-b9e78518-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: #ffffff; 
}

.bp-slider-b9e78518-nav-btn svg {
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.bp-slider-b9e78518-nav-btn svg path {
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.bp-slider-b9e78518-nav-btn img {
    width: 100%;
    height: auto;
}

.bp-slider-b9e78518-editor-notice {
    padding: 20px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    text-align: center;
}

@media (max-width: 1044px) {
    .bp-slider-b9e78518-nav-wrapper {
        width: 80%; 
    }
    .bp-slider-b9e78518-swiper .swiper-slide {
        width: 80%;
        height: 500px;
    }
    .bp-slider-b9e78518-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .bp-slider-b9e78518-text-wrap {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .bp-slider-b9e78518-btn-wrap {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .bp-slider-b9e78518-nav-wrapper {
        width: 85%;
        margin-top: 55px; /* Moved 20px up from the default 75px */
    }
    .bp-slider-b9e78518-swiper .swiper-slide {
        width: 85%;
        height: 400px;
    }
    .bp-slider-b9e78518-slide-inner {
        padding: 30px 20px;
    }
    .bp-slider-b9e78518-badge {
        top: 20px;
        left: 20px;
    }
}
