.testimonials {
    background-color: var(--black);
    color: #ffffff;
}

.testimonials .container {
    position: relative;
}

.testimonials_header {
    max-width: 980px;
}

.testimonials_tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #f04b3f;
    color: #f04b3f;
    font-size: 12px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 700;
}

.testimonials_heading {
    margin: 20px 0 50px;
    font-size: clamp(28px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 300;
    color: #ffffff;
}

.testimonials_heading strong {
    font-weight: 700;
}

.testimonials_slider {
    max-width: 100%;
}

.testimonials_slide {
    display: flex !important;
    flex-direction: row;
    width: 100%;
    gap: 40px;
   
}
.testimonials_content{
    width: 80%;
}

.testimonials_quote_icon {
    width: auto;
 
}

.testimonials_quote_icon svg {
    width: 72px;
    height: 72px;
}

.testimonials_quote {
    color: #e6e6e6;
    font-size: 18px;
    line-height: 1.7;
}

.testimonials_quote p {
    margin-top: 0;
}

.testimonials_author {
    margin-top: 28px;
}

.testimonials_author_line {
    font-style: italic;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    line-height: 121%;
}

.testimonials_company {
    margin-top: 6px;
    color: #f04b3f;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 121%;
}

.testimonials_dots .slick-dots {
    margin: 34px 0 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex !important;
    gap: 3px;
    justify-content: center !important;
}

.testimonials_dots .slick-dots li {
    line-height: 0 !important;
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

.testimonials_dots .slick-dots button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    border: 1px solid #ffffff !important;
    background: transparent !important;
    font-size: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
}

.testimonials_dots .slick-dots .slick-active button {
    background: #f04b3f !important;
    border-color: #f04b3f !important;
}

@media (max-width: 991px) {
    .testimonials {
        padding: 70px 0;
    }

    .testimonials_slide {
        gap: 24px;
    }

    .testimonials_quote_icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 600px) {
    .testimonials_header {
        text-align: center;
    }
    .testimonials_content {
       text-align: center;
       width: 100%;
    }
    .testimonials_slide {
        flex-direction: column !important;
        align-items: center;
    }
    .testimonials_heading {
        margin-bottom: 36px;
    }

    .testimonials_quote {
        font-size: 16px;
    }
}
