.elementor-33991 .elementor-element.elementor-element-e740132{--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;}@media(min-width:768px){.elementor-33991 .elementor-element.elementor-element-e740132{--content-width:1280px;}}/* Start custom CSS for html, class: .elementor-element-8c05a6a */.testimonial-slider {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-content {
  flex: 1;
  padding: 20px;
    min-height: 250px;
    display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically centers the content */
  align-items: center;
}

#testimonial-text {
    color: var(--e-global-color-612db3d);
    font-family: "Poppins", Sans-serif;
    font-size: 2rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1.5;
}

#testimonial-name{
    color: var(--e-global-color-612db3d);
    font-family: "Poppins", Sans-serif;
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.5;
}

.prev-btn, .next-btn {
  background-color: #333;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.client-logo {
  max-height: 2em;
  height: auto;
  opacity: 0.3;
  margin: 10px;
  transition: opacity 0.7s ease;
  cursor: pointer;
}



.client-logo:hover, .client-logo.active {
  opacity: 1;
}

.logos {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}


@media (max-width: 768px) {
    #testimonial-text{
        font-size: 1.2rem;
    }
    
    #testimonial-name {
        font-size: 0.8rem !important;
    }

  .client-logo {
    display: none;
  }

 
  .client-logo.active {
    display: inline-block;
    opacity: 1;
  }

  .logos {
    display: flex;
    justify-content: center;
  }

  .client-logo.active {
    max-height: 3em; 
    height: auto;
  }
}/* End custom CSS */