/* =========================================
   Elementor Testimonial Carousel - Landscaping v126
   ========================================= */
.elementor-testimonial-carousel,
.elementor-image-carousel .elementor-testimonial {
    position: relative;
}

/* Testimonial Container */
.elementor-testimonial-carousel .swiper-slide {
    transition: all 0.5s ease;
    opacity: 0.8;
}

.elementor-testimonial-carousel .swiper-slide-active {
    opacity: 1;
}

.elementor-testimonial-carousel .elementor-testimonial {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.elementor-testimonial-carousel .swiper-slide-active .elementor-testimonial {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Testimonial Avatar */
.elementor-testimonial-carousel .elementor-testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.elementor-testimonial-carousel .elementor-testimonial-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Testimonial Rating Stars */
.elementor-testimonial-carousel .elementor-star-rating,
.elementor-testimonial-carousel [class*="star-rating"] {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    align-items: center;
    font-size: 0;
}

.elementor-testimonial-carousel .elementor-star-rating .star,
.elementor-testimonial-carousel .elementor-star-rating i,
.elementor-testimonial-carousel [class*="star-rating"] .star,
.elementor-testimonial-carousel [class*="star-rating"] i {
    color: #ffa726;
    font-size: 16px;
    display: inline-block;
}

.elementor-testimonial-carousel .elementor-star-rating .star.empty,
.elementor-testimonial-carousel .elementor-star-rating i.empty {
    color: #ddd;
    opacity: 0.5;
}

/* Testimonial Content */
.elementor-testimonial-carousel .elementor-testimonial-content {
    color: #333333;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-style: italic;
}

.elementor-testimonial-carousel .elementor-testimonial-content::before {
    content: '"';
    font-size: 40px;
    color: #2d5016;
    opacity: 0.3;
    position: absolute;
    top: -10px;
    left: 10px;
}

/* Testimonial Meta (Author Name & Title) */
.elementor-testimonial-carousel .elementor-testimonial-meta {
    display: flex;
    flex-direction: column;
}

.elementor-testimonial-carousel .elementor-testimonial-name {
    font-weight: 600;
    color: #1b1b1b;
    font-size: 16px;
    margin: 0;
}

.elementor-testimonial-carousel .elementor-testimonial-title,
.elementor-testimonial-carousel .elementor-testimonial-job {
    font-size: 13px;
    color: #777777;
    margin: 0;
    font-weight: 400;
}

/* Testimonial Carousel Navigation */
.elementor-testimonial-carousel .elementor-swiper-button {
    width: 50px;
    height: 50px;
    background: #2d5016;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.elementor-testimonial-carousel .elementor-swiper-button:hover {
    background: #7cb342;
    transform: scale(1.1);
}

/* Testimonial Carousel Pagination */
.elementor-testimonial-carousel .swiper-pagination {
    margin-top: 20px;
}

.elementor-testimonial-carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    transition: all 0.3s ease;
}

.elementor-testimonial-carousel .swiper-pagination-bullet-active {
    background: #2d5016;
    width: 28px;
    border-radius: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .elementor-testimonial-carousel .elementor-testimonial {
        padding: 20px;
    }
    
    .elementor-testimonial-carousel .elementor-testimonial-avatar {
        width: 50px;
        height: 50px;
    }
    
    .elementor-testimonial-carousel .elementor-star-rating .star,
    .elementor-testimonial-carousel .elementor-star-rating i {
        font-size: 14px;
    }
}
