#customer_success_stories_category {
	margin: 50px 0;
}

.WhatOurCustomersSay {
    text-align: center;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 60px;
}


.Rectangle426 {
    background: #fff;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.17);
    border-radius: 19px;
    padding: 30px;
    min-height: 356px;
    position: relative;
    width: 100%;
    margin: 30px;
}

.wrapper {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.splide__slide {
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 0 auto;
    display: flex;
}

.Ellipse49 img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.LoremIpsum {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

#customer-slider {
    padding-left: 50px;
    padding-right: 50px;
}

.CustomerContent {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}

.ReadMore {
    color: #EA5829;
    font-weight: 700;
    cursor: pointer;
}

.Stars {
    margin-top: 20px;
}

.IcBaselineStar {
    color: #EA5829;
    font-size: 20px;
}
#customer-slider .splide__track {
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: content-box;
}
#customer-slider .splide__pagination {
	margin-top: 40px
}
#customer-slider .splide__pagination li button {
	background: #ccc;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
}

#customer-slider .splide__pagination li.is-active button {
	background: #EA5829;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.7);
    align-items: center;
    justify-content: center;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    background: #fff;
    max-width: 700px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 30px;
    border-radius: 8px;
    position: relative;
}

.lightbox-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}

@media ( max-width: 650px ) {
    .Rectangle426 {
        width: 80%;
    }
}