

/* Các ảnh nằm trong container và được căn chỉnh */
.container-images [id^="qui_trinh_"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: block; 
}

.container-images [id^="qui_trinh_"].active {
  opacity: 1;
}

.container-images [id^="qui_trinh_"] img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}


/* ===== TESTIMONIAL EQUAL HEIGHTS ===== */
.slide_feedback .swiper-wrapper {
    align-items: stretch !important;
}

.slide_feedback .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.slide_feedback .elementor-testimonial {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* Giữ các style màu nền hiện tại */
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.slide_feedback .elementor-testimonial__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.slide_feedback .elementor-testimonial__text {
    flex: 1;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #333;
}

.slide_feedback .elementor-testimonial__footer {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

/* Màu nền pattern (giữ nguyên) */
.slide_feedback .swiper-slide.bg-gray .elementor-testimonial {
    background: #f8f9fa !important;
}

.slide_feedback .swiper-slide.bg-blue .elementor-testimonial {
    background: #e8f2f8 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .slide_feedback .swiper-slide {
        display: block !important;
    }
    
    .slide_feedback .elementor-testimonial {
        display: block;
    }
}
