.custom-testimonials-slider-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    opacity: 1 !important;
    visibility: visible !important;
}

.testimonial-swiper {
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    display: block !important;
}

.swiper-wrapper {
    display: flex !important;
    height: auto !important;
    width: 100% !important;
}

.swiper-slide {
    width: 100% !important;
    height: auto !important;
    flex-shrink: 0 !important;
}

.testimonial-card {
    background: #ffffff !important;
    border-radius: 40px !important;
    padding: 50px 60px !important;
    display: flex !important;
    align-items: center !important;
    gap: 50px !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08) !important;
    margin: 30px 15px !important;
    min-height: 350px !important;
    position: relative !important;
    z-index: 1 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.testimonial-left {
    flex-shrink: 0;
    width: 200px;
}

.testimonial-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background: #f7f7f7;
    position: relative;
    border: 1px solid #eee;
}

.testimonial-avatar img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-right {
    flex-grow: 1;
    padding-right: 40px;
}

.testimonial-rating {
    margin-bottom: 20px;
    display: flex;
    gap: 4px;
}

.testimonial-rating i {
    color: #e0e0e0;
    font-size: 18px;
}

.testimonial-rating i.filled {
    color: #ff9d00 !important;
}

.testimonial-content {
    font-size: 26px;
    line-height: 1.45;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: inherit;
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
}

.elementor-2670 .elementor-element.elementor-element-27b4030 .testimonial-navigation-wrapper .swiper-pagination-bullet-active {
  background-color: #FF0E80 !important;
}

.slick-next::before {
  content: '→';
  color: #FF0E80 !important;
  font-size: 2rem !important;
}

.slick-prev::before {
  content: '→';
  color: #FF0E80 !important;
  font-size: 2rem !important;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.testimonial-job {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

/* Navigation & Pagination */
.testimonial-navigation-wrapper {
    position: absolute;
    bottom: 105px;
    right: 80px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 20;
}

.testimonial-navigation-wrapper .swiper-button-prev,
.testimonial-navigation-wrapper .swiper-button-next {
    position: static;
    width: 36px;
    height: 36px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-navigation-wrapper .swiper-button-prev:after,
.testimonial-navigation-wrapper .swiper-button-next:after {
    display: none;
}

.testimonial-navigation-wrapper .swiper-button-prev i,
.testimonial-navigation-wrapper .swiper-button-next i {
    font-size: 12px;
    color: #666;
}

.testimonial-navigation-wrapper .swiper-button-prev:hover,
.testimonial-navigation-wrapper .swiper-button-next:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

.testimonial-navigation-wrapper .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto !important;
}

.testimonial-navigation-wrapper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #e0e0e0;
    opacity: 1;
    margin: 0 !important;
    transition: all 0.3s ease;
}

.testimonial-navigation-wrapper .swiper-pagination-bullet-active {
    background: #4a4ae2;
    transform: scale(1.3);
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-card {
        flex-direction: column;
        padding: 30px;
        gap: 20px;
        border-radius: 30px;
        text-align: center;
    }
    .testimonial-left {width: auto;}
    .testimonial-rating { justify-content: center;}
    .testimonial-right { padding-right: 0;}

    .testimonial-avatar {
        width: 150px;
        height: 150px;
    }

    .testimonial-content {
        font-size: 18px;
    }

    .testimonial-navigation-wrapper {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 20px;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .testimonial-card { padding: 1.5rem !important; }
}
