/* Custom Pagination Styles */
.swiper-custom-pagination {
    display: block;
    position: relative;
    width: max-content;
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
    background-color: #db2727; /* Active bullet color */
    transform: scale(1.3); /* Slightly enlarge active bullet */
}

/* Custom styles for next/prev buttons */
.swiper-button-next, .swiper-button-prev {
    background-color: #ddd;
    padding: 8px;
    border-radius: 50%;
    color: #333;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #db2727;
    color: white;
}
/*
.background-images{
    background-image: url("./backgroundimages.jpeg");
    background-repeat: no-repeat;
    opacity: 50%;
} */
