.budi-tools-image-slider .swiper-wrapper {
    padding-block: 25px;
}

.budi-tools-image-slider__wrapper .budi-swiper-arrow-new {
    display: none !important;
}

.budi-tools-image-slider__item {
    aspect-ratio: 1/1;
    transition: all 0.9s ease;
}


.budi-tools-image-slider__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='82' height='82' viewBox='0 0 82 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M62.7391 80.9999H73.8C77.7765 80.9999 81 77.7763 81 73.7999V71.8695V62.739' stroke='%230B3753' stroke-opacity='1' stroke-width='1.6'/%3E%3Cpath d='M81 19.2609V8.19999C81 4.22354 77.7765 0.999986 73.8 0.999986H71.8696H62.7391' stroke='%230B3753' stroke-opacity='1' stroke-width='1.6'/%3E%3Cpath d='M19.2609 0.999987H8.19999C4.22354 0.999987 0.999986 4.22354 0.999986 8.19999V10.1304V19.2609' stroke='%230B3753' stroke-opacity='1' stroke-width='1.6'/%3E%3Cpath d='M0.999987 62.739V73.7999C0.999987 77.7763 4.22354 80.9999 8.19999 80.9999H10.1304H19.2609' stroke='%230B3753' stroke-width='1.6'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transition: all 0.9s ease;
    opacity: 0.2;
}

.budi-tools-image-slider__item.swiper-slide-active {
    transform: scale(1.2);
}

.budi-tools-image-slider__item.swiper-slide-active::before{
    opacity: 1;
}

.budi-tools-image-slider__img-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 0.5px solid rgba(11, 55, 83, 0.20);
    border-radius: 10px;
}

.budi-tools-image-slider__img {
    max-width: 55px;
    max-height: 55px;
    object-fit: contain;
}