/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/********************Custom*******************/

.row-slider {
    padding: 50px 0 0px 0;
}
.slider-nav-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.slider-nav-container {
    max-width: 450px;
}
.testimonialHeading {
    display: flex;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    font-family: var(--semiBold);
    color: var(--blue);
}
.testimonialText {
    display: flex;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: var(--text);
    font-family: var(--regular);
    margin-bottom: 20px;
}
.tesSlideDetail {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px;
}
.tesSlideContentCol {
    width: 100%;
    background-color: var(--white);
    border-radius: 20px;
    padding: 20px 30px 20px 30px;
    height: 338px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 15px 50px -15px rgba(90, 86, 236, 0.4);
    -webkit-box-shadow: 0px 15px 50px -15px rgba(90, 86, 236, 0.4);
    -moz-box-shadow: 0px 15px 50px -15px rgba(90, 86, 236, 0.4);
    /* box-shadow: 0px 40px 50px -30px rgba(90,86,236,0.25);
    -webkit-box-shadow: 0px 40px 50px -30px rgba(90,86,236,0.25);
    -moz-box-shadow: 0px 40px 50px -30px rgba(90,86,236,0.25); */
}
.tesSlideDesigCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0 0px 0 0px;
    width: 250px;
}
.tesDesigCard {
    width: 250px;
    height: 270px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0px 0px 15px 0px rgba(90, 86, 236, 0.4);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(90, 86, 236, 0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(90, 86, 236, 0.4);
}
.testimonialQuote {
    width: 100%;
    margin-bottom: 15px;
}
.testimonialQuote img {
    width: 40px;
}
.client-logo {
    height: 210px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-logo img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
}
.clientDetail {
    height: 60px;
    background: var(--bgGradient);
    padding: 10px;
}
.clientName {
    display: flex;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0px;
    font-family: var(--semiBold);
    color: var(--white);
}
.clientDesig {
    display: flex;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    font-family: var(--regular);
}
.tesRatingCard {
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    gap: 15px;
    background: var(--bgGradient);
    border-radius: 20px;
    width: 250px;
    padding: 10px;
    box-shadow: 0px 0px 15px 0px rgba(90, 86, 236, 0.4);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(90, 86, 236, 0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(90, 86, 236, 0.4);
}
.ratingStar {
    max-width: 25px;
    min-width: 25px;
}
.ratingStarRes {
    display: none;
}
.ratingDetail {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.ratingName {
    display: flex;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0px;
    font-family: var(--semiBold);
    color: var(--white);
}
.ratingDesig {
    display: flex;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    font-family: var(--regular);
}
.client-img {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 0px 15px 0px rgba(90, 86, 236, 0.4);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(90, 86, 236, 0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(90, 86, 236, 0.4);
}

.slider-for .slick-list {
    overflow: visible;
}
.slider-nav-wrapper .slick-slide {
    height: 100px;
    width: 100px;
    position: relative;
}

.slider-nav-wrapper .slick-slide .client-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.c-progress-ring {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: none;
}

.slick-current.progAdded .c-progress-ring {
    display: block;
}

.c-progress-ring circle {
    fill: none;
    stroke-width: 3px;
    stroke: rgba(82, 80, 237, 1);
}

.c-progress-ring circle:nth-child(2) {
    fill: none;
    stroke-width: 4px;
    stroke: var(--pink);
    transform: rotate(-90deg);
    transform: translate(0px 0px);
    transform-origin: 50% 50%;
    z-index: 10;
    animation: dash 3.2s linear;
    /* Adjust duration as needed */
}
.slick-prev,
.slick-next {
    width: 16px !important;
    height: 29px !important;
}
.slick-next::before {
    content: "" !important;
    width: 16px;
    height: 29px;
    background-image: url(../images/arrow-right.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: var(--white) !important;
    z-index: 10 !important;
}
.slick-prev::before {
    content: "" !important;
    width: 16px;
    height: 29px;
    background-image: url(../images/arrow-left.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    color: var(--white) !important;
    z-index: 10 !important;
}

.slider-for .slick-active {
    /* background-color: antiquewhite; */
}

.slider-nav .slick-active {
    /* background-color: rgb(236, 250, 215); */
}

.slider-nav .slick-active.slick-current {
    /* background-color: rgb(215, 225, 250); */
}

@keyframes dash {
    0% {
        stroke-dashoffset: 273.319px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/***************/

/* [dir='rtl'] .slider-for.slick-initialized.slick-slider {
    /* float: left !important; */
/*direction: ltr !important;
} */
