/* .testimonial-slider .testimonial-card {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.testimonial-slider .testi-qoute {
    position: relative;
    padding-top: 35px;
    margin-bottom: 25px;
    flex-grow: 1; 
}

.testimonial-slider .testi-qoute .quote {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    opacity: 0.5;
}

.testimonial-slider .testi-qoute p {
    font-style: italic;
    color: #555;
    margin: 0;
}

.testimonial-slider .testi-name-img {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto; 
}

.testimonial-slider .testi-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-slider .testi-author-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.testimonial-slider .testi-name {
    font-weight: bold;
    color: #222;
    font-size: 16px;
}

.testimonial-slider .testi-company {
    font-size: 14px;
    color: #777;
}

.testimonial-slider.owl-carousel .owl-dots {
    text-align: center;
    padding-top: 20px;
}
.testimonial-slider.owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #d6d6d6;
    display: inline-block;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}
.testimonial-slider.owl-carousel .owl-dot.active {
    background-color: #0073e6;
} */