.elementor-2490 .elementor-element.elementor-element-bf7c981{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e89ab0e *//* --- Testimonial Section Styles (Final) --- */

.truehope-testimonial-final {
    /* Background Image from your link */
    background: url('https://navhope.com/wp-content/uploads/2025/12/Untitled-design-27.png') no-repeat center center; 
    background-size: cover; 
    background-attachment: fixed;
    
    padding: 80px 0; 
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden; 
}

/* Dark Overlay */
.truehope-testimonial-final::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.truehope-testimonial-final > * {
    position: relative;
    z-index: 2;
    color: #ffffff; 
}

/* Header Styling */
.thf-header-final {
    max-width: 1400px; /* Aligns with new slider width */
    margin: 0 auto;
    text-align: center;
    padding: 0 40px;
}

.thf-header-final h1 {
    font-size: 2.8em;
    font-family: 'Georgia', serif; 
    font-weight: 500;
    color: #ffffff; 
    margin-bottom: 50px; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/* Slider Container - Increased Max-Width */
.thf-slider-container-final {
    position: relative;
    max-width: 1400px; /* INCREASED WIDTH */
    margin: 0 auto;
    overflow: hidden; 
    padding: 0 40px; 
}

/* Testimonial Track */
.thf-testimonial-track-final {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    padding: 20px 0;
}

/* Testimonial Card Styling - Adjusted Width for 3 Cards */
.thf-testimonial-card-final {
    /* 3 cards per view on desktop: (100% / 3) - margin compensation */
    flex: 0 0 calc(33.333% - 14px); 
    background: #000000; 
    color: #f0f0f0;
    padding: 40px 25px;
    border-radius: 0; 
    margin-right: 20px; 
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.thf-donor-info-final {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.thf-user-icon-final {
    background: #fff;
    color: #3498db; 
    padding: 12px;
    border-radius: 3px;
    font-size: 1.5em;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.thf-donor-name-final {
    font-weight: 600;
    color: #A5D6A7; 
    font-size: 1.2em;
}

.thf-testimonial-card-final p {
    font-style: italic;
    line-height: 1.7;
    font-size: 1.05em;
    color: #ccc;
}


/* Navigation Arrows */
.thf-slider-arrow-final {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #E53935; 
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
    font-size: 1.5em;
    line-height: 1;
    transition: background 0.3s;
    width: 35px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thf-slider-arrow-final:hover {
    background: #cc0000;
}

.prev-arrow {
    left: 0; 
}

.next-arrow {
    right: 0;
}


/* --- Responsive Adjustments --- */

/* Tablet (2 cards per view) */
@media (max-width: 1023px) {
    .thf-testimonial-card-final {
        flex: 0 0 calc(50% - 10px); 
    }
    .thf-slider-container-final {
         max-width: 720px; /* Reduced width for smaller screens */
         padding: 0 20px;
    }
    .thf-header-final {
        max-width: 720px;
        padding: 0 20px;
    }
}

/* Mobile (1 card per view) */
@media (max-width: 767px) {
    .thf-header-final h1 {
        font-size: 1.6em;
    }
    .thf-testimonial-card-final {
        flex: 0 0 calc(100% - 20px); 
    }
    .thf-slider-container-final {
        max-width: 95%;
    }
}/* End custom CSS */