.swiper-container {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    background-color: #131313;
    overflow: hidden;
    transition: transform 0.3s;
}

.swiper-slide:hover {
    transform: scale(1.05);
}

.sp-service-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.sp-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sp-service-content {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: left;
    padding: 10px;
/*     background: rgba(0, 0, 0, 0.5); */
    z-index: 1;
}

.sp-category {
    display: inline-block;
    background-color: #f4b400;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.sp-service-content h3{
           backdrop-filter: blur(10px);
    margin: 3px 0px 0px 0px;
}

.sp-location-row {
    display: flex;
    justify-content: left;
    align-items: left;
    backdrop-filter: blur(10px); /* Blur background */
}

.sp-price {
    color: #fff;
    font-size: 1rem;
    padding: 5px 10px;
    display: inline-block;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -10px!important;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet-active {
    width: 10px!important;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fa0000!important;
    height: 10px!important;
}
.swiper-pagination-bullet{
	height:10px!important;
	width:10px!important;
}