.prop-gallery-bf901a94 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

.prop-gallery-bf901a94-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.prop-gallery-bf901a94-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    z-index: 1;
}

.prop-gallery-bf901a94-slide.active {
    opacity: 1;
    z-index: 2;
}

/* Nav Buttons */
.prop-gallery-bf901a94-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    border: none;
    font-size: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, opacity 0.2s;
}

.prop-gallery-bf901a94-nav:hover {
    background: rgba(0, 0, 0, 0.7);
}

.prop-gallery-bf901a94-nav.prev {
    left: 24px;
}

.prop-gallery-bf901a94-nav.next {
    right: 24px;
}

/* Dots */
.prop-gallery-bf901a94-dots {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.prop-gallery-bf901a94-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.2s;
}

.prop-gallery-bf901a94-dot.active {
    background: #ffffff;
}

/* Card Quote Card Overlay */
.prop-gallery-bf901a94-card {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 460px;
    padding: 48px;
    box-sizing: border-box;
    z-index: 15;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.prop-gallery-bf901a94-card-tag {
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.prop-gallery-bf901a94-card-quote {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 768px) {
    .prop-gallery-bf901a94 {
        height: 50vh !important;
    }
    .prop-gallery-bf901a94-card {
        position: relative;
        max-width: 100%;
        padding: 30px 20px;
    }
    .prop-gallery-bf901a94-card-quote {
        font-size: 20px;
    }
    .prop-gallery-bf901a94-nav {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
    .prop-gallery-bf901a94-nav.prev {
        left: 12px;
    }
    .prop-gallery-bf901a94-nav.next {
        right: 12px;
    }
}
