.ifag-testimonial-carousel-wrapper {
    position: relative;
    padding: 20px 0 60px 0; /* Vertical breathing room, zero side padding */
    width: 100%;
    box-sizing: border-box;
}

.ifag-testimonial-carousel-wrapper .swiper {
    width: 100%; /* Take 100% of the parent container */
    margin: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ifag-testimonial-carousel-wrapper .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
}

.ifag-testimonial-carousel-wrapper .swiper-slide {
    padding: 20px 10px; /* Slight side gap between slides */
    height: auto;
    box-sizing: border-box;
    flex-shrink: 0;
}

.ifag-testimonial-carousel-wrapper .ifag-testimonial-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 30px; /* More compact internal padding */
}

/* Custom Navigation arrows - Scaled Down */
.ifag-testimonial-carousel-wrapper .swiper-button-next,
.ifag-testimonial-carousel-wrapper .swiper-button-prev {
    position: absolute !important;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    color: #d5263d;
    box-shadow: none !important;
    border: 1px solid #f0f0f0;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 100;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    visibility: visible !important;
    transition: all 0.3s ease;
}

.ifag-testimonial-carousel-wrapper .swiper-button-prev {
    left: 15px !important;
}

.ifag-testimonial-carousel-wrapper .swiper-button-next {
    right: 15px !important;
}

.ifag-testimonial-carousel-wrapper .swiper-button-next i,
.ifag-testimonial-carousel-wrapper .swiper-button-prev i {
    font-size: 14px;
    color: #d5263d;
}

.ifag-testimonial-carousel-wrapper .swiper-button-next:hover,
.ifag-testimonial-carousel-wrapper .swiper-button-prev:hover {
    background-color: #d5263d;
    transform: translateY(-50%) scale(1.1) !important;
}

.ifag-testimonial-carousel-wrapper .swiper-button-next:hover i,
.ifag-testimonial-carousel-wrapper .swiper-button-prev:hover i {
    color: #ffffff;
}

/* Hide Swiper default after icons */
.ifag-testimonial-carousel-wrapper .swiper-button-next::after,
.ifag-testimonial-carousel-wrapper .swiper-button-prev::after {
    display: none !important;
}

/* Custom Pagination dots */
.ifag-testimonial-carousel-wrapper .swiper-pagination {
    bottom: 5px !important;
}

@media (max-width: 768px) {
    .ifag-testimonial-carousel-wrapper .swiper-button-next,
    .ifag-testimonial-carousel-wrapper .swiper-button-prev {
        display: none !important; /* Hide arrows on mobile for 100% touch width */
    }
}

.ifag-testimonial-carousel-wrapper .swiper-pagination-bullet {
    background: #cccccc;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
}

.ifag-testimonial-carousel-wrapper .swiper-pagination-bullet-active {
    background: #d5263d;
    width: 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
