.csf-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: white;
}
.csf-slider {
    display: flex;
    transition: transform 0.5s ease;
}
.csf-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 40px;
    text-align: center;
}
.csf-image img {
    width: 100%;
    height: auto;
}
.green-btn, .white-btn {
    display: inline-block;
    margin: 10px;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
}
.green-btn {
    background-color: #28a745;
    color: white;
}
.white-btn {
    background-color: white;
    color: #2b44ff;
    border: 1px solid #2b44ff;
}
.csf-content {
    padding: 100px 0;
}
.csf-content h2 {
    color: white;
}
.csf-subtitle {
    font-size: 20px;
    color: #ccc;
    margin: 10px 0;
}
.csf-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 5;
}
.csf-dots .csf-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}
.csf-dots .csf-dot.active {
    background: white;
}
 .csf-prev, .csf-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
}
.csf-prev { left: 10px; }
.csf-next { right: 10px; } 


.csf-content h3{
	color: #fff !important;
}
.highlight {
   color: #06F76E !important;
	font-weight: bold;
}


.csf-subtitle span{
/*     color: #28a745 !important; */
	color: #06F76E !important;
    font-weight: bold;
}

