.elementor-25273 .elementor-element.elementor-element-ad472b7{padding:50px 0px 50px 0px;}.elementor-25273 .elementor-element.elementor-element-e1c0960 > .elementor-widget-container{background-color:#FFFFFF;padding:30px 30px 30px 30px;border-radius:10px 10px 10px 10px;}.elementor-25273 .elementor-element.elementor-element-08c2cb4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-25273 .elementor-element.elementor-element-08c2cb4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://shop.cloudlabs.ai/wp-content/uploads/2025/02/Image.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-25273 .elementor-element.elementor-element-08c2cb4 > .elementor-element-populated >  .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(146deg, #404040 0%, #000000 100%);opacity:0.56;}.elementor-bc-flex-widget .elementor-25273 .elementor-element.elementor-element-08c2cb4.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-25273 .elementor-element.elementor-element-08c2cb4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-25273 .elementor-element.elementor-element-08c2cb4.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-25273 .elementor-element.elementor-element-08c2cb4 > .elementor-element-populated, .elementor-25273 .elementor-element.elementor-element-08c2cb4 > .elementor-element-populated > .elementor-background-overlay, .elementor-25273 .elementor-element.elementor-element-08c2cb4 > .elementor-background-slideshow{border-radius:15px 15px 15px 15px;}.elementor-25273 .elementor-element.elementor-element-08c2cb4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 30px 0px 30px;--e-column-margin-right:30px;--e-column-margin-left:30px;padding:0px 0px 0px 0px;}.elementor-25273 .elementor-element.elementor-element-08c2cb4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25273 .elementor-element.elementor-element-cbb9aa4 > .elementor-widget-container{margin:0px 0px 107px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-25273 .elementor-element.elementor-element-08c2cb4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:50px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-cbb9aa4 *//* Testimonial section */
.testin_sec {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.test_img {
    width: 20%;
    max-width: 150px;
}



/* Testimonial container */


.testimonial_container {
    display: flex;
    flex-direction: row;
    
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    
    height: auto; /* Remove fixed height for responsiveness */
    min-height: 400px; /* Minimum height instead of fixed */
}

.testimonial_quote {
    font-family: "Inter", Sans-serif !important;
}  

.person_info {
    font-family: "Inter", Sans-serif !important;
    margin-left: 0; /* Reset margin that was causing issues */
}

div#pagination {
    display: flex; /* Show pagination for mobile/tablet */
    justify-content: center;
    margin-top: 20px;
}

/* Testimonial left side */
.testimonial_left {
    flex: 1;
    padding: 20px;
    position: relative;
    height: auto;
    overflow: hidden;
}

/* Testimonial content */
.testimonial_content {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    height: 50%%;
    left: 0;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial_content.active {
    opacity: 1;
    z-index: 1;
}

/* Quote text */
.testimonial_quote {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    overflow: auto;
    max-height: 250px;
    scrollbar-width: thin;
    scrollbar-color: #555 #222;
    color: #fff;
}

/* Testimonial person */
.testimonial_person {
    display: flex;
    align-items: center;
}

.person_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.person_info h4 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.person_info p {
    margin: 0;
    font-size: 12px;
    color: #fff;
}

/* Testimonial right side */
.testimonial_right {
    width: 300px;
    background-color: #0d0d0d;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Control buttons */
.control_buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.play_btn, .mute_btn {
    background-color: #333;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play_btn svg, .mute_btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

/* Wave visualizer */
.wave_visualizer {
    height: 100px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
}

.bar {
    flex: 1;
    background-color: #9539ff;
    height: 3px;
    transition: height 0.1s ease;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #555;
    cursor: pointer;
}

.dot.active {
    background-color: #9539ff;
}

/* Logos container */
.logos_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

/* Slider controls */
.slider_controls {
    display: flex;
    gap: 10px;
}

.prev_btn, .next_btn {
    background-color: #333;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.prev_btn svg, .next_btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

/* Media Queries for Tablet */
@media (max-width: 992px) {
    .testimonial_container {
        flex-direction: column;
        height: auto;
    }
    
    .testimonial_right {
        width: 100%;
        padding: 20px;
    }
    
    .testimonial_left {
        padding: 20px;
        height: 350px; /* Fixed height for testimonial area on tablet */
    }
    
    .test_img {
        width: 25%;
        margin-bottom: 15px;
    }

    .wave_visualizer {
        height: 80px;
    }
}

/* Media Queries for Mobile */
@media (max-width: 576px) {
    .testin_sec {
        padding: 20px 15px;
    }
    
    .testimonial_left {
        padding: 15px;
        height: 400px; /* More height for content on mobile */
    }
    
    .testimonial_right {
        padding: 15px;
    }
    
    .testimonial_content {
        padding: 15px;
    }
    
    .test_img {
        width: 40%;
        margin-bottom: 10px;
    }
    
    .testimonial_quote {
        font-size: 13px;
        margin-bottom: 15px;
        max-height: 200px;
    }
    
    .person_img {
        width: 40px;
        height: 40px;
    }
    
    .person_info h4 {
        font-size: 14px;
    }
    
    .person_info p {
        font-size: 11px;
    }
    
    .control_buttons {
        justify-content: center;
    }
    
    .play_btn, .mute_btn {
        width: 35px;
        height: 35px;
    }
    
    .wave_visualizer {
        height: 60px;
    }
    
    div#pagination {
        display: flex;
    }
    
    .logos_container {
        flex-direction: column;
        gap: 15px;
    }
    
    .slider_controls {
        margin-top: 10px;
    }
}


.person_info {
    margin-left: -60px;
}

#pagination {
    display: none !important;
}

.testimonial_right {
    display: none;
}/* End custom CSS */