.elementor-60075 .elementor-element.elementor-element-808dd5d{--display:flex;--min-height:100vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-808dd5d */.testimonialSwiper2 {
    width: 100%;
    position: relative;
    overflow: hidden !important; 
    padding-bottom: 40px;
}

.testimonial-background {
    position: relative;
    width: 100%;
    min-height: 100vh; 
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 100px 300px 0px;
}

.testimonial-mobile-image { display: none; }

.testimonial-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    padding: 45px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: left;
    padding-right: 40px;
}

.testimonial-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
    width: 100%;
}

.testimonial-logo {
    width: 4em;
    height: 4em;
    padding-bottom: 1.5em;
    border-radius: 0 !important;
    object-fit: contain;
}

.pf-nav-container {
    display: flex;
    border: 1px solid #E6E9EA;
    border-radius: 6px;
    overflow: hidden;
    background: white;
    position: absolute;
    top: 45px;
    right: 45px;
}

.pf-prev-btn, .pf-next-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    background: #fff;
}

.pf-prev-btn:hover, .pf-next-btn:hover {
    background: #BC346E; 
    color: #fff;
}

.testimonial-quote-wrapper { margin-bottom: auto; }
.testimonial-quote {
    font-size: 40px;
    line-height: 1.2;
    color: #253272;
    font-weight: 500;
    text-indent: -0.4em;
    margin-right: 8px;
}
.testimonial-quote::before, .testimonial-quote::after { content: '"'; color: #0DAEA8; font-weight: bold; }

.testimonial-author-info { display: flex; align-items: center; justify-content: space-between; }
.testimonial-author-name { font-size: 20px; color: #253272; margin-bottom: 2px; }
.testimonial-author-title { font-size: 20px; color: #253272; white-space: nowrap; }

.testimonial-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 26px;
    background: transparent;
    color: var(--e-global-color-accent) !important;
    text-decoration: none;
    border: 1.5px solid var(--e-global-color-accent);
    border-radius: 11px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    transition: .3s;
    white-space: nowrap;
}
.testimonial-button:hover {
    background: var(--e-global-color-accent);
    color: #fff;
    border-color: var(--e-global-color-accent);
    
}


@media (max-width: 768px) {
    
    .testimonialSwiper2 {
        height: auto !important;
        min-height: 0!important;
        padding-bottom: 0 !important;
        overflow: hidden;
    }
    
    .testimonial-background {
        padding: 20px;
        min-height: 0 !important;
        height: auto;
        background-image: none !important;
        display: block;
    }
    
    .elementor-element-808dd5d {
        min-height: 0 !important;
        height: auto !important;
    }
    
    .testimonial-mobile-image {
        display: block;
        width: 100%;
        height: 175px;
        background-size: cover;
        background-position: center top;
        border-radius: 30px 30px 0 0;
        margin-bottom: -1px; 
    }
    
    .testimonial-content-wrapper {
        max-width: 100%;
        width: 100%;
        min-height: auto;
        border-radius: 0 0 30px 30px; 
        overflow: visible; 
        padding: 50px 30px 50px 30px; 
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        margin-top: 0;
    }

    .testimonial-logo-container {
        position: absolute;
        top: -45px; 
        left: 30px;
        width: 90px;
        height: 90px;
        background: white;
        border-radius: 16px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    
    .testimonial-logo {
        width: 100%;
        height: 100%;
        padding-bottom: 0;
        object-fit: contain; 
    }
    

    .pf-nav-container {
        top: auto; 
        right: auto;
        bottom: 15px; 
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        border: 1px solid #E6E9EA;
        border-radius: 6px;
        background: white;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        padding: 0;
        gap: 0;
    }
    
    .pf-prev-btn, .pf-next-btn {
        width: 40px; 
        height: 40px;
        border-radius: 0;
        background-color: white; 
    }

    .testimonial-cta { width: 100%; }
    
    .testimonial-button {
        display: block;
        width: 100%;
        text-align: left;
        border: none;
        background: transparent;
        padding: 0;
        color: #D91A5B; 
        font-weight: bold;
        font-size: 18px; 
    }
    
    .testimonial-button::after {
        content: ' ›';
        font-size: 1.2em;
        vertical-align: middle;
        margin-left: 5px;
    }
    
    .testimonial-button:hover {
        background-color: transparent;
        color: #D91A5B;
        border: none;
    }

    .testimonial-header-row { margin-bottom: 10px; }
    .testimonial-author-name { font-size: 18px; }
    .testimonial-author-title { padding-bottom: 20px; font-size: 18px; }
    .testimonial-quote { font-size: 30px; padding-bottom: 20px; }
    .testimonial-author-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-bottom: 20px;
        margin-top: 30px;
    }
}/* End custom CSS */