.process-slider-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 0;
}

.process-slider {
    position: relative;
    width: 100%;
}

.slide-content {
    display: grid;
    grid-template-columns: 40px 1fr 1fr 40px;
    gap: 40px;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    min-height: 400px;
}

.slide-content .slide-container {
    display: contents;
}

/* Left Bar - with Previous Button */
.slide-bar-left {
    width: 40px;
    height: 100%;
    min-height: 400px;
    background: #D8D4D1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide-bar-left .swiper-button-prev {
    position: relative !important;
    width: 100% !important;
    height: 60px !important;
    background: transparent !important;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
}

.slide-bar-left .swiper-button-prev::after {
    color: #333;
    font-size: 28px !important;
    font-weight: bold;
}

/* Right Bar - with Next Button */
.slide-bar-right {
    width: 40px;
    height: 100%;
    min-height: 400px;
    background: #EDA321;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide-bar-right .swiper-button-next {
    position: relative !important;
    width: 100% !important;
    height: 60px !important;
    background: transparent !important;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
}

.slide-bar-right .swiper-button-next::after {
    color: #fff;
    font-size: 28px !important;
    font-weight: bold;
}

/* Text Content */
.slide-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px;
    justify-content: flex-start;
}

.slide-text h2 {
    color: #f39c12 !important;
    margin: 0 !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    font-family: "Montserrat" !important;
    line-height: 1.2 !important;
}

.slide-text .description {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #333 !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    max-width: 100%;
}

.slide-text .description li {
    margin-bottom: 8px;
    list-style-position: inside;
}

/* Image */
.slide-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 350px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

/* Pagination - Bottom */
.process-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.process-pagination-item {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 8px;
    min-width: auto;
    min-height: auto;
}

.process-pagination-item:not(.active) {
    font-size: 28px;
    color: #000;
    background: transparent;
}

.process-pagination-item.active {
    background: #EDA321;
    color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

/* Tablet - 1024px and below */
@media (max-width: 1024px) {
    .slide-content {
        grid-template-columns: 30px 1fr 1fr 30px;
        gap: 30px;
        padding: 0 15px;
        min-height: 350px;
    }

    .slide-bar-left,
    .slide-bar-right {
        width: 30px;
        min-height: 350px;
    }

    .slide-bar-left .swiper-button-prev,
    .slide-bar-right .swiper-button-next {
        height: 50px !important;
    }

    .slide-bar-left .swiper-button-prev::after,
    .slide-bar-right .swiper-button-next::after {
        font-size: 24px !important;
    }

    .slide-text {
        gap: 20px;
        padding: 30px 15px;
    }

    .slide-text h2 {
        font-size: 32px !important;
    }

    .slide-text .description {
        font-size: 15px !important;
    }

    .slide-image img {
        min-height: 300px;
    }

    .process-pagination-item.active {
        width: 90px;
        height: 90px;
        font-size: 48px;
    }

    .process-pagination-item:not(.active) {
        font-size: 24px;
    }

    .process-pagination {
        gap: 18px;
    }
}

/* Tablet - 768px and below */
@media (max-width: 768px) {
    .process-slider-wrapper {
        gap: 30px;
        padding: 30px 0;
    }

    .slide-content {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
        min-height: auto;
    }

    .slide-bar-left {
        width: 100%;
        min-height: auto;
        height: 60px;
        flex-direction: row;
        border-radius: 10px;
        order: 0;
        margin-bottom: 10px;
    }

    .slide-bar-left .swiper-button-prev {
        width: 100% !important;
        height: 100% !important;
    }

    .slide-text {
        gap: 15px;
        padding: 20px 0;
        order: 1;
    }

    .slide-text h2 {
        font-size: 28px !important;
    }

    .slide-text .description {
        font-size: 14px !important;
    }

    .slide-image {
        order: 2;
        width: 100%;
    }

    .slide-image img {
        width: 100%;
        height: 280px;
        min-height: 280px;
    }

    .slide-bar-right {
        width: 100%;
        min-height: auto;
        height: 60px;
        flex-direction: row;
        border-radius: 10px;
        order: 3;
        margin-top: 10px;
    }

    .slide-bar-right .swiper-button-next {
        width: 100% !important;
        height: 100% !important;
    }

    .process-pagination {
        gap: 12px;
        padding: 0 15px;
    }

    .process-pagination-item {
        font-size: 18px;
    }

    .process-pagination-item:not(.active) {
        font-size: 20px;
    }

    .process-pagination-item.active {
        width: 80px;
        height: 80px;
        font-size: 42px;
    }
}

/* Mobile - 480px and below */
@media (max-width: 480px) {
    .process-slider-wrapper {
        gap: 25px;
        padding: 20px 0;
    }

    .slide-content {
        padding: 0 15px;
    }

    .slide-bar-left {
        height: 50px;
        border-radius: 8px;
    }

    .slide-bar-left .swiper-button-prev::after {
        font-size: 24px !important;
    }

    .slide-text {
        gap: 12px;
        padding: 15px 0;
    }

    .slide-text h2 {
        font-size: 24px !important;
    }

    .slide-text .description {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    .slide-image img {
        height: 220px;
        min-height: 220px;
    }

    .slide-bar-right {
        height: 50px;
        border-radius: 8px;
    }

    .slide-bar-right .swiper-button-next::after {
        font-size: 24px !important;
    }

    .process-pagination {
        gap: 10px;
        padding: 0 10px;
    }

    .process-pagination-item {
        font-size: 14px;
    }

    .process-pagination-item:not(.active) {
        font-size: 16px;
    }

    .process-pagination-item.active {
        width: 70px;
        height: 70px;
        font-size: 36px;
    }
}