.press-slider-wrapper-32dee75d {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.press-swiper-32dee75d {
    width: 100%;
    padding: 40px 0 60px; /* space for pagination and scale */
    overflow: visible;
}

.ps-slide-inner-32dee75d {
    text-align: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform-origin: center center;
    padding: 0 20px;
}

.ps-source-32dee75d {
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.ps-quote-32dee75d {
    font-family: 'Georgia', serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
}

/* Pagination specific styling (short horizontal bars) */
.press-swiper-32dee75d .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    border-radius: 2px;
    margin: 0 5px !important;
    transition: background-color 0.3s, opacity 0.3s;
}

.press-swiper-32dee75d .swiper-pagination {
    bottom: 10px;
}

/* Arrows styling */
.ps-nav-arrow-32dee75d {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.ps-nav-arrow-32dee75d.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* ps-prev and ps-next positions are now controlled via Elementor settings */
/* .ps-prev-32dee75d { left: 10px; } */
/* .ps-next-32dee75d { right: 10px; } */

/* Hide Swiper default icon arrows */
.ps-nav-arrow-32dee75d::after {
    display: none;
}
