.eslam-testimonial-wrapper {
    direction: rtl;
    padding: 20px 0;
    overflow: hidden;
}

.eslam-testimonial-card {
    background-color: #1b3b6f;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 30px 25px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
    position: relative;
    box-sizing: border-box;
    background: #1b447e;
    box-shadow: 0 1px 0 hsl(220 20% 90%), 0 12px 32px -12px hsl(222 47% 11% / .08);
    border: 1px solid #3969ac;
}

.quote-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    opacity: 0.1;
}

.testimonial-content {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.8;
    text-align: right;
    margin-top: 30px;
}

.testimonial-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.testimonial-stars svg {
    width: 14px;
    height: 14px;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    gap: 15px;
    flex-direction: row-reverse;
}

.author-info {
    text-align: right;
}

.author-name {
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

.author-title {
    font-size: 12px;
    color: #a0aec0;
}

.author-avatar {
    width: 40px;
    height: 40px;
    background-color: #2b5b9c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}

.boxes_testmonial .eslam-testimonial-card {
    box-shadow: 0 1px 0 #e0e4eb, 0 12px 32px -12px #0f172914 !important;
}

.eslam-testimonial-wrapper .swiper-wrapper {
    transition-timing-function: linear !important;
}