.slider-section-process .swiper-button-next,.slider-section-process .swiper-button-prev,.swiper-button-next {
    color: var(--theme-accent);
    top: 50%;
    transform: translateY(-50%)
}

.slider-section-process {
    padding: 8rem 0;
    background-color: var(--theme-bg-soft)
}

.faq .container,.portfolio .container,.seo-cta .container,.slider-section-process .container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1rem
}

.portfolio h2,.slider-section-process h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--theme-text-soft)
}

.slider-section-process .mySwiper .swiper-wrapper {
    overflow: visible
}

.slider-section-process .mySwiper .swiper-slide {
    /* Swiper will handle slide width based on slidesPerView */
}

.slider-section-process .mySwiper .swiper-slide:not(:last-child) {
    /* Swiper will handle space between slides */
}

.slide-card {
    background: linear-gradient(135deg, var(--theme-surface) 0%, var(--theme-surface-elevated) 100%);
    border-radius: 10px;
    padding: 20px;
    color: var(--theme-text-soft);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    height: 100%;
    box-sizing: border-box;
    position: relative; /* Needed for absolute positioning of the circle */
    min-height: 300px; /* Increase card height */
    margin-top: 50px; /* Add margin-top to create space for the circle */
}

.slide-icon {
    flex-shrink: 0
}

.slide-text h3 {
    margin: 0 0 8px;
    font-size: 1.4rem;
    color: rgba(245, 186, 3, 0.82);
    line-height: 1.2
}

.slide-text p {
    margin: 0;
    line-height: 1.6;
    font-size: 1rem;
    color: var(--theme-text-muted)
}

.step-number-circle {
    position: absolute;
    top: 0px; /* Position at the top edge of the card */
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: var(--theme-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-bg);
    font-size: 1rem;
    font-weight: 700;
    z-index: 10; /* Ensure it's above other elements */
    box-shadow: var(--theme-shadow);
}

.slider-section-process .swiper-pagination-bullet {
    background: var(--theme-accent);
    opacity: .7
}

.slider-section-process .swiper-pagination-bullet-active {
    opacity: 1
}


/* Reposition Swiper pagination to be below the slider */
#slider-section-process .swiper-pagination {
    position: relative !important;
    bottom: auto;
    margin-top: 2rem;
}
