
.splide__arrow svg {
    fill: #fff;
}

button.splide__arrow.splide__arrow--next {
    margin-right: -100px;
    color: #fff;
    background: #68a7ff;
    width: 60px;
    height: 60px;
}

.splide__pagination {
    margin: 0 auto;
    text-align: center;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
}

.splide__pagination__page.is-active {
    background: #93bffe;
    width: 13px;
    border-radius: 5px;
    transform: unset !important;
}

.splide__pagination__page {
    transition:  1s all;
}


button.splide__arrow.splide__arrow--prev {
    margin-left: -100px;
    color: #fff;
    background: #68a7ff;
    width: 60px;
    height: 60px;
}
.splide__track {
    will-change: transform;
}

.splide__list {
    display: flex;
}

.splide__slide {
    will-change: transform;
    flex-shrink: 0;
}


.tp-testimonial-slider-section-four .splide__track,
.tp-testimonial-slider-section-four .splide__list,
.bl-testimonial__active .splide__track,
.bl-testimonial__active .splide__list {
    min-height: 200px;
}

.tp-testimonial-slider-section-four .splide__list,
.bl-testimonial__active .splide__list {
    display: flex;
}

.tp-testimonial-slider-section-four .splide__slide,
.bl-testimonial__active .splide__slide {
    flex-shrink: 0;
    width: 100%;
}

.bl-hero__slider-active .splide__list {
    display: flex;
}

.bl-hero__slider-active .splide__slide {
    flex-shrink: 0;
    width: 100%;
}

/* Instagram slider */
.bl-instagram__slider-active .splide__list {
    display: flex;
}

/* Service slider */
.bl-service-active .splide__list {
    display: flex;
}

/* Project slider */
.bl-project-active .splide__list {
    display: flex;
}

/* Brand sliders */
.bl-brand-active .splide__list,
.corporate-brand__active .splide__list,
.brand-slider-active .splide__list {
    display: flex;
}

/* Project slider three */
.project-slider-three-active .splide__list {
    display: flex;
}


.bl-service-active .splide__track,
.bl-service-active .splide__list,
.bl-project-active .splide__track,
.bl-project-active .splide__list {
    min-height: 250px;
}

.bl-brand-active .splide__track,
.bl-brand-active .splide__list,
.corporate-brand__active .splide__track,
.corporate-brand__active .splide__list,
.brand-slider-active .splide__track,
.brand-slider-active .splide__list {
    min-height: 100px;
}

.project-slider-three-active .splide__track,
.project-slider-three-active .splide__list {
    min-height: 300px;
}

/* Optimize slide transitions */
.splide__slide img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.splide__track {
    overflow: hidden;
}

.splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}