.cts-slider {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
}

.cts-slide {
    padding: 14px;
}

.cts-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height: 370px;
}

.cts-client-name{
    margin: 0 !important;
    color:#28a745;
}

/* Disable Hover Effect */
.cts-box:hover {
    transform: none;
}

/* Quote Style */
.cts-quote {
    font-size: 65px;
    color: #ff8000;
    margin-bottom: 10px;
}

/* Title Style */
.cts-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin: 5px 0;
}

/* Job Role Styling */
.cts-role {
    font-size: 16px;
    color: #28a745;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Testimonial Content */
.cts-text {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}
.slick-slide {
    min-height: 100% !important;
    
}

/* Slick Dots */
.slick-dots {
    text-align: center;
    margin-top: 10px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    font-size: 15px;
    width: 17px;
    height: 19px;
    background: #ccc;
    border-radius: 50%;
    border: none;
}
.slick-dots button:hover{
    background: #28a745;
}

.slick-dots .slick-active button {
    background: #28a745;
}

.slick-dots li button {
    font-size: 0px !important; /* Hide numbers inside dots */
}

.slick-dots li button:before {
    font-size: 12px !important; /* Keep default dot size */
    color: #000; /* Change dot color if needed */
}

.slick-prev:hover, .slick-next:hover {
    background: #28a745;
}


/* @media (max-width: 768px) {
    .slick-prev, .slick-next { 
        width: 30px;
        height: 30px;
        font-size: 18px;
        left: 5px;
        right: 5px;
    }
    .cts-box {
        width: 100% !important;
        max-width: none !important;
        height: 500px;
    }

    .cts-slider .slick-slide {
        display: flex;
        justify-content: center;
    }
} */

@media (max-width: 768px) {
    .cts-box {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 400px !important;
        height: auto !important;
        padding: 10px;
    }

    .cts-slide{
        padding: 10px;
    }
    .cts-slider .slick-slide {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .slick-list {
        overflow: visible !important;
    }

    .slick-track {
        display: flex !important;
    }
}


.cts-quote {
    font-size: 50px;
    color: #ff8000;
    text-align: center;
    /* margin-bottom: 10px; */
    margin: -77px 0px 20px;
}

.cts-quote i {
    font-size: 75px; /* Adjust size */
    color: #ff8000; /* Match design */
}


