/* Case Study Carousel Styles */
.case-study-carousel {
    position: relative;
}

.case-study-carousel .react-multi-carousel-list {
    padding: 0;
}

.case-study-carousel .react-multi-carousel-track {
    align-items: center;
}

.case-study-carousel .react-multi-carousel-item {
    display: flex;
    justify-content: center;
}

.custom-dot-list-style {
    margin-top: 2rem;
    justify-content: center;
}

.react-multi-carousel-dot-list {
    position: absolute;
    bottom: -30px;
    display: flex;
    left: 0;
    right: 0;
    justify-content: center;
    margin: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.custom-dot-list-style li {
    margin: 0 0.25rem;
}

.custom-dot-list-style li button {
    border: none;
    background: transparent;
    padding: 0;
}