.cyac-industries-slider 
{
    max-width: 100% !important;
}

.cyac-industries-slider {
    margin: 0 auto;
}


.cyac-industries-slider .slick-track {
    display: flex !important;
}

.cyac-industries-slider .slick-slide {
    height: auto !important;
    display: flex !important;
    
}

/* .cyac-industries-slider .slick-slide > div {
    display: flex;
    width: 100%;
}
 */
.cyac-industries-slider .slick-slide > div {
    display: flex;
    width: 96% !important;
    margin: 0 auto !important;
}

.cyac-industries-slider .slick-list.draggable {
    min-height: 250px !important;
}


.cyac-industries-slide {
    display: flex;
    flex-direction: column;
     justify-content: space-between;
    height: 100%;
    padding: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #E2E8F0;
     box-shadow: 0 1px 11px -1px rgba(0, 0, 0, .050);
     width: calc(90% - 20px) !important;
     text-align: left;
     position: relative;
     min-height: 250px;
}

.cyac-industries-slide:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #0c0233d9 90%);
}
.industries-icon {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: rgb(255 255 255 / 26%);
    backdrop-filter: blur(10px);
    padding: 10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industries-box {
    position: relative;
    z-index: 9;
    color: #fff;
}
.industries-name {
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}


.industries-designation {
    color: rgba(255, 255, 255, 0.60);
    font-family: inherit;
    font-size: 16px;   
    font-weight: 500;
    margin: 0;
}


.cyac-industries-slide > div:last-child {
    margin-top: auto;
}


.cy-client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}




.client-image {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #4F39F6 0%, #4F39F6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 10px 15px -3px rgba(97, 95, 255, 0.20), 0 4px 6px -4px rgba(97, 95, 255, 0.20);
}


.slick-dots li button:before {
    display: none;
}


.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 20px;;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-color: #4F39F6;
}

.slick-dots li.slick-active
{
      width: 40px;   
}

