﻿/* Shop Ship Slider --------------------------------------------------------------------------------------------------------*/

.testimonial-slider-main {
    padding: 24px 0 48px;
    position: relative;
    background-color: #F8F9FA;
}

    .testimonial-slider-main .container {
        max-width: 100%;
        padding-inline: 24px;
    }

    .testimonial-slider-main .section-title {
        font-size: 48px;
        font-weight: 900;
        line-height: 66px;
        text-align: center;
        color: #262261;
        padding-bottom: 24px;
    }

.testimonial-slider-main .section-title .text-primary {
    color: #FF795C !important;
    display: inline;
}

    .testimonial-slider-main .section-info {
        font-size: 28px;
        font-weight: 400;
        line-height: 56px;
        text-align: center;
        color: #383A47;
        padding-bottom: 70px;
    }

    .testimonial-slider-main .test-slider-outer {
        margin-bottom: 48px;
    }

        .testimonial-slider-main .test-slider-outer .card-outer {
            padding: 37px 28px 40px;
            border-radius: 8px;
            background-color: #F0EDF1;
            opacity: 0.4;
            width: 338px;
            margin: 15px;
            height: 100%;
            min-height: 418px;
            transition: all 300ms ease;
        }

            .testimonial-slider-main .test-slider-outer .card-outer .coma-start-icon {
                display: block;
                height: 46px;
                margin-bottom: 34px;
            }

            .testimonial-slider-main .test-slider-outer .card-outer .card-data {
                font-size: 20px;
                font-weight: 400;
                line-height: 28px;
                letter-spacing: -0.63px;
                color: #413D45;
                margin-bottom: 22px;
            }

            .testimonial-slider-main .test-slider-outer .card-outer .user-info {
                display: flex;
                align-items: center;
                gap: 16px;
            }

                .testimonial-slider-main .test-slider-outer .card-outer .user-info .name {
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 16px;
                    letter-spacing: -0.13px;
                    color: #67646A;
                }

                .testimonial-slider-main .test-slider-outer .card-outer .user-info .flag {
                    display: block;
                    border-radius: 50%;
                    height: 24px;
                    width: 24px;
                }

        .testimonial-slider-main .test-slider-outer .slick-prev,
        .testimonial-slider-main .test-slider-outer .slick-next {
            position: absolute;
            bottom: -78px;
            border: 0;
            box-shadow: none !important;
            width: 40px;
            height: 40px;
            padding: 2px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translateX(-50%);
            z-index: 1;
        }

            .testimonial-slider-main .test-slider-outer .slick-prev:hover,
            .testimonial-slider-main .test-slider-outer .slick-next:hover {
                background-color: rgba(255, 121, 92, 0.2);
            }

        .testimonial-slider-main .test-slider-outer .slick-prev {
            left: 49%;
        }

        .testimonial-slider-main .test-slider-outer .slick-next {
            left: calc(49% + 40px);
        }

        .testimonial-slider-main .test-slider-outer .slick-center .card-outer {
            background-color: #FFFFFF;
            box-shadow: 0px 2.65px 10.61px 0px #0000001F;
            opacity: 1;
        }

        .testimonial-slider-main .test-slider-outer .slick-active + .slick-active .card-outer {
            margin-top: 26px;
        }

       /* .testimonial-slider-main .test-slider-outer .slick-active.slick-center .card-outer {
            margin-top: 40px;
        }*/

        .testimonial-slider-main .test-slider-outer .slick-center + .slick-active + .slick-active .card-outer {
            margin-top: 15px;
        }
.user-info p {
    margin-bottom: 0;
}
[lang="ar"] .testimonial-slider-main .section-title {
    direction: rtl;
    display: flex;
    /* flex-direction: row-reverse; */
    align-items: center;
    justify-content: center;
}

/* Responsive Media Query --------------------------------------------------------------------------------------------------------*/

@media (max-width: 1199px) {
    .testimonial-slider-main .test-slider-outer .slick-active .card-outer {
        margin-top: 26px;
    }

    .testimonial-slider-main .test-slider-outer .slick-prev {
        left: 48%;
    }

    .testimonial-slider-main .test-slider-outer .slick-next {
        left: calc(48% + 40px);
    }
}

@media (max-width: 767px) {
    .testimonial-slider-main .section-title {
        font-size: 26px;
        line-height: 34px;
    }

    .testimonial-slider-main .section-info {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonial-slider-main .test-slider-outer .slick-prev {
        left: 44%;
    }

    .testimonial-slider-main .test-slider-outer .slick-next {
        left: calc(44% + 40px);
    }
}

@media (max-width: 575px) {
    .testimonial-slider-main .section-info {
        padding-bottom: 24px;
    }

    .testimonial-slider-main .test-slider-outer .card-outer,
    .testimonial-slider-main .test-slider-outer .slick-center .card-outer {
        background-color: #F5EFED;
        box-shadow: none;
        opacity: 1;
        height: 20px;
        border-radius: 0;
    }

    .testimonial-slider-main .test-slider-outer .card-outer {
        margin-block: 0 !important;
        margin-inline: 12px;
    }
}

/* Arabic CSS --------------------------------------------------------------------------------------------------------*/

[lang="ar"] {
    direction: rtl;
}

    [lang="ar"] .testimonial-slider-main .test-slider-outer {
        direction: ltr;
    }

        [lang="ar"] .testimonial-slider-main .test-slider-outer .card-outer {
            direction: rtl;
        }

            [lang="ar"] .testimonial-slider-main .test-slider-outer .card-outer .coma-start-icon {
                transform: scaleX(-1);
            }
