.aide-testimonial-section {
    position: relative;
    padding: 80px 0;
    margin-top: 110px;
    background: linear-gradient(116deg, rgba(84, 79, 248, 0.10) 46.21%, rgba(46, 182, 174, 0.10) 100%), #FFF;
    
}

.testimonial-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aide-testimonial{
    gap:20px;
}

.testimonial-left {
    width: 356px;
}

.testimonial-right {
    width: 786px;
}

.testimonial-title {
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    margin-bottom: 4px;
}

.testimonial-heading {
   color: #1A1A1A;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 57.6px;
    margin-bottom: 0;
    initial-letter: 2px;
}

.testimonial-right {
    position: relative;
}

.testimonial-slider {
    opacity: 0;
}
.testimonial-slider-uninitialized .testimonial-slide {
    display: none;
}
.testimonial-slider-uninitialized .testimonial-slide:first-child {
    display: block;
}
.testimonial-slider.slick-initialized {
    opacity: 1;
}

.testimonial-slider::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2026/03/slider_background_tesrimonial.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}



.testimonial-slider {
    position: relative;
    z-index: 2;
}

.slick-initialized .testimonial-slide {
    display: block;
}

.testimonial-content {
    color: #4D4D4D;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; 
    margin-bottom: 24px;
}

.testimonial-author {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* width: 297px; */
    margin: 0;
    display: flex;
    align-items: flex-start;
}

/* .testimonial-author::before {
     content: "-";
    margin-right: 6px;
    flex-shrink: 0;
} */


.testimonial-controls {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
     margin-left: 7px;
}

.testimonial-arrows {
    display: flex;
    margin-left: 18px;
    height: 24px;
}

.testimonial-controls .slide-arrow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    font-size: 0;
     display: block !important;
    flex-shrink: 0;
}
.testimonial-controls .prev-arrow,
.testimonial-controls .next-arrow {
    width: 24px;
    height: 24px;
    background-size: contain;
}

.testimonial-controls .prev-arrow {
    background: url(https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2026/03/slider_arrow_24_left_new.svg);
}

.testimonial-controls .next-arrow {
    background: url(https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2026/03/slider_arrow_24_right_new.svg);
}
.testimonial-controls .prev-arrow:hover {
    background: url(https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2026/03/slider_active_arrow_24_left.svg) no-repeat;
}

.testimonial-controls .next-arrow:hover {
    background: url(https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2026/03/slider_active_arrow_24_right.svg) no-repeat;
}

.slick-disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
}
.aide-testimonial-section .testimonial-dots{
    position: relative;
}
.aide-testimonial-section .slick-dots{
    position: static !important;
    transform: none !important;
}


.aide-testimonial-section .testimonial-dots .slick-dots {
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin: 0 !important;
}

.aide-testimonial-section .testimonial-dots .slick-dots li {
    margin: 0 !important;
    padding: 0 !important;
}


.aide-testimonial-section .testimonial-dots .slick-dots li button,
.aide-testimonial-section .testimonial-dots .slick-dots li.slick-active button {
    background-color: transparent !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
}

.aide-testimonial-section .testimonial-dots .slick-dots li button:before {
    content: '' !important;
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    background-color: rgba(28, 28, 28, 0.30) !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    transform: none !important;
}
.aide-testimonial-section .testimonial-dots .slick-dots li{
    width: 10px;
    height: 10px;
}

.aide-testimonial-section .testimonial-dots .slick-dots li.slick-active button:before {
    content: '' !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #544FF8 0.02%, #2EB6AE 117.97%), #000 !important;
    width: 30px !important;
    height: 10px !important;
    opacity: 1 !important;
    transform: none !important;
}
.aide-testimonial-section .testimonial-dots .slick-dots li.slick-active{
    width: 30px !important;
    height: 10px !important;
}

@media (max-width: 1199.98px) {
    .aide-testimonial-section {
        margin-top: 80px;
    }
     .aide-testimonial {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .testimonial-left {
        width: 50%;
    }
    .testimonial-title {
        font-size: 22px;

    }
    .testimonial-heading{
        font-size: 44px;
    }
    .aide-testimonial {
        gap:32px;
    }
    .testimonial-right {
        width: 100%;
    }
    .testimonial-author {
         justify-content: center;
         font-size: 16px;
    }
    .testimonial-arrows{
        margin: 0 auto;
    }
    .testimonial-content {
        font-size: 18px;   
    }
}

@media (max-width: 991.98px) {
    .aide-testimonial-section {
        margin-top: 60px;
    }
    .aide-testimonial-section {
        padding: 60px 0;
    }
    .aide-testimonial {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-left{
         width: 60%;
    }
      .testimonial-title {
        font-size: 20px;

    }
    .testimonial-heading{
        font-size: 40px;
    }
    .testimonial-right {
        width: 100%;
    }
    .testimonial-author {
justify-content: center;
font-size: 14px;
    }
     .testimonial-content {
        font-size: 16px;
    }

    .testimonial-controls {
        align-items: center;
    }
    .testimonial-arrows{
        display: flex !important;
        justify-content: center;
        width: 100%;
    }

    
}
