.elementor-4749 .elementor-element.elementor-element-fde4fe9{--display:flex;--min-height:75vh;}.elementor-4749 .elementor-element.elementor-element-6815516{padding:0px 0px 650px 0px;}@media(max-width:767px){.elementor-4749 .elementor-element.elementor-element-fde4fe9{--min-height:1150px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}}/* Start custom CSS for html, class: .elementor-element-6815516 */.carousel {
        position: absolute;
        width: 100%;
        max-width: 1150px;
        overflow: visible;
        padding: 5%;
        
        
        background-position: center right;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .carousel-track {
        display: flex;
        position: relative;
    }

    .carousel-slide {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 100%;
        box-sizing: border-box;
        padding: 20px;
        text-align: left;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.7s ease;
    }

    .carousel-slide.active {
        opacity: 1;
        position: relative;
    }

    .testimonial {
        margin-bottom: 15px;
        font-style: italic;
        padding-right: 35px;
        opacity: 0;
        transition: opacity 0.7s ease;
    }

    .testimonial.active {
        opacity: 1;
    }

    .author {
        font-weight: bold;
        opacity: 0;
        transition: opacity 0.7s ease;
    }

    .author.active {
        opacity: 1;
    }

    .author span {
        font-weight: normal;
        margin-left: 1px;
        opacity: .45;
    }

    .quote-background {
        font-size: 30rem;
        color: gray;
        opacity: .10;
        position: absolute;
        top: 0px;
        left: 20px;
        z-index: 1;
        line-height: 1;
        pointer-events: none;
    }

    .testimonial-wrapper {
        position: relative;
        z-index: 2;
        flex: 1;
    }

    .author-image-wrapper {
        position: relative;
        width: 315px;
        height: 390px;
        margin: 0 auto; 
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible; 
    }

    .author-image {
        width: 100%; 
        height: 100%;
        border-radius: 8px;
        background-size: cover;
        background-position: top;
        position: relative;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .stars {
        text-align: left;
        color: gold;
        font-size: 1.5rem;
        margin-top: -5px;
    }
    
    .star-and-logo-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        position: absolute;
        top: -30px;
    }
    
    .logo-wrapper {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        align-self: center;
        width: 120px;
        padding: 8px;
        background: #fff;
        border-radius: 8px;
        position: absolute;
        right: -20px;
        top: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .star-wrapper {
        display: block;
        width: auto;
    }

    .carousel-nav {
       display: inline-flex;
       flex-direction: row;
       gap: 10px;
       position: relative;
       bottom: 10px;
       left: 23px;
       z-index: 2;
    }

    .carousel-dot {
        width: 12px;
        height: 12px;
        background: #ccc;
        border-radius: 50%;
        cursor: pointer;
    }

    .carousel-dot.active {
        background: #AF202F;
    }

    .buttons {
        display: flex;
        justify-content: flex-end;
        z-index: 15;
        margin-right: 253px;
        margin-top: -57px;
        position: absolute;
        right: 0;
        background: #AF202F;
        border-radius: 20px;
    }

    .buttons .previous,
    .buttons .next {
        width: 40px;
        height: 40px;
        border: none;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 1.6rem;
    }

    .buttons .previous:hover,
    .buttons .next:hover {
        transform: scale(1.4);
    }
    
    .carousel h3  {
        padding: 20px;
    }
    
    
@media only screen and (max-width: 600px) {
  .carousel-slide {
      flex-direction: column-reverse;
      padding: 0;
  }
  
  .carousel {
      padding: 20px;
  }
  
  .author-image-wrapper {
      width: 100%;
      padding: 0;
      margin: 0 0 35px 0;
      z-index: 5;
  }
  
  .buttons {
      position: relative;
        left: auto;
        right: 0;
        margin: -55px 55px 0 0;
        display: inline-flex;
        bottom: -35px;
  }
  
  /*Hide dots on mobile - periodically*/
  
  .carousel-nav {
      display: none;
  }
  
  .quote-background {
      display: none;
  }
  
  
  .author {
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0;
  }
  
  .author span {
      margin: 0;
  }
  
  .carousel h3 {
      padding: 0 0 30px 0;
  }
  
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fde4fe9 */.elementor-4749 .elementor-element.elementor-element-fde4fe9 {
    position: relative;
}/* End custom CSS */