.testimonial-module-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom-container {
  display: flex;
  align-items: center;
}

/* Left Side Styles */
.left-side-container-testimonial {
  width: 689px;
  height: 375px;
  flex-shrink: 0;
  border-radius: 20px 0px 0px 20px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(49, 49, 153, 0.16);
  padding: 33px 48px 68px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Dynamic Text Styles */
.dynamic-text {
  display: flex;
  width: 53px;
  height: 94px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #313199;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: -30px;
}

/* Testimonial Text Styles */
.testimonial-container {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

/* Footer Testimonial Author Styles */
.footer-testimonial-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hs_cos_wrapper_widget_1727471873677 .testimonial-item-link {
display:none;}
.footer-testimonial-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}

.author-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.author-name {
  font-size: 18px;
  font-weight: 700;
}

.author-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.author-image img {
  width: auto;
  height: 47px;
  flex-shrink: 0;
}

/* Right Side Video Styles */
.right-side-video {
  width: 468px;
  height: 375px;
  flex-shrink: 0;
  border-radius: 0px 20px 20px 0px;
  background: url("/path-to-image") lightgray -206.105px 0px / 145.188% 102.133%
    no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Video Placeholder if no video is provided */


.background-testimonial {
  background-color: #fff3eb;
  position: absolute;
  width: 100%;
  height: 541px;
  flex-shrink: 0;
  top: 195px;
  z-index: -1;
}

/* Testimonial Stats Section */
.bottom-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 80px;
  width: 60%;
}

.testimonial-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.testimonial-bar-left {
  width: 3px;
  height: 91px;
  background-color: #ff6600;
  flex-shrink: 0;
  margin-right: 20px;
}

.testimonal-item-container {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.testimonial-item-number {
  color: #313199;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
}

.testimonial-item-text {
  color: #313199;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 32px;
}

.testimonial-item-subtext {
  color: #313199;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 18px !important;
  font-weight: 300;
  line-height: 28.8px;
}

.testimonial-item-img img {
  width: 200px;
  height: 50px;
  flex-shrink: 0;
  object-fit: none;
  object-position: left;
  margin-top: 25px;
}

.last {
  width: auto !important;
}

.testimonial-item-img:last-child img {
  height: 50px;
  flex-shrink: 0;
  object-fit: contain;
  margin-top: 25px;
}

.testimonial-item-link {
  color: #ff6600;
  font-size: 18px !important;
  font-weight: 500;
  margin-top: 19px;
  cursor: pointer;
}
.testimonial-slider-mobile {
  display: none;
}

@media (min-width: 1180px) {
  .hide-mobile-mobile{
    display: flex !important;
  }
}

@media (min-width: 1181px) {
  .logos-carrousel3{
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .owl-item{
/*     width: auto !important; */
  }
}

@media (max-width: 1180px) {
  .bottom-container.mobile-container-outcomer{
    width: 100% !important;
  }
  
  .testimonial-item{
    justify-content: center;
  }
  
  .hide-mobile-mobile {
        display: none !important;
    }
}

@media (max-width: 1000px) {
  .testimonial-bar-left{
    height: 3px !important;
    margin-left: 20px !important;
    width: 91px !important;
    margin-bottom: 22px;
  }
  .testimonal-item-container{
    margin-left: 0px !important;
  }
  .testimonial-item{
    align-items: center;
  }
}

@media (max-width: 768px) {
  .testimonial-slider-mobile {
    display: block;
  }

  .testimonial-slider-mobile {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .owl-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .testimonial-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    flex-shrink: 0;
  }
  
  .testimonial-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .owl-prev,
  .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ff6600;
    border: none;
    color: #fff;
    padding: 10px;
    cursor: pointer;
  }
  
  .owl-prev {
    left: 10px;
  }
  
  .owl-next {
    right: 10px;
  }
  
  /* Dots for carousel navigation */
  .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  
  .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .owl-dot.active {
    background-color: #ff6600;
  }
  
  .custom-container {
    flex-direction: column;
    width:100%;
  }

  .left-side-container-testimonial {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
  }

  .video-placeholder {
    border-radius: 0px 0px 20px 20px;
  }

  .right-side-video {
    width: 100%;
    border-radius: 20px;
  }

  .background-testimonial {
    width: 100%;
    top: 0;
    visibility: hidden;
    display: none;
  }

  .bottom-container {
/*     display: none; /* Override the default flex layout for mobile */ */
/*     overflow: hidden; /* Hide overflow when sliding */ */
  }

  video {
    border-radius: 20px;
  }
  .testimonial-wrapper {
    padding: 0 20px;
  }

  .dynamic-text {
    width: 100%;
    height: 100px;
    font-size: 60px;
  }

  .testimonial-container {
    font-size: 16px;
  }

  .footer-testimonial-container {
    flex-direction: column;
    gap: 20px;
  }

  .footer-testimonial-author {
    width: 100%;
    justify-content: space-between;
  }

  .author-image img {
    width: 100%;
    height: auto;
  }

  .bottom-container {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .testimonial-item {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-bar-left {
    width: 91px;
    height: 3px;
    margin-left: 20px;
    margin-bottom: 22px;
  }

  .testimonal-item-container {
    margin-left: 10px;
    align-items: center;
  }

  .testimonial-item-number {
/*     font-size: 30px; */
  }

  .testimonial-item-text {
/*     font-size: 16px; */
  }

  .testimonial-item-subtext {
/*     font-size: 14px; */
  }

  .testimonial-item-img img {
    width: 250px;
    height: 50px;
  }

  .testimonial-item-img:last-child {
    width: auto;
  }

  .testimonial-item-link {
/*     font-size: 12px; */
  }
}

.oembed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.oembed_container_iframe {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.oembed_custom-thumbnail,
.oembed_custom-thumbnail:hover,
.oembed_custom-thumbnail:focus,
.oembed_custom-thumbnail:active {
  align-items: center;
  appearance: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  border: none;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.oembed_custom-thumbnail_icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
}

.oembed_custom-thumbnail_icon svg {
  display: block;
  height: auto;
  width: 12%;
}

/* SVGs in IE11 require the max-width to be set to non in order to display scaling properly */
_:-ms-fullscreen, :root .oembed_custom-thumbnail_icon svg {
  max-width: none;
}

.oembed_custom-thumbnail--hide {
  display: none;
}

.embed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.embed_container iframe {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.oembed-info {
  height:1px;
  left:-10000px;
  overflow:hidden;
  position:absolute;
  top:auto;
  width:1px;
}

/* Placeholder styles */
:not(.hs-inline-edit) .hs-video-placeholder {
  display: none;
}

.hs-inline-edit .hs-video-placeholder {
  background-color: #f5f8fa !important;
  border: 1px dashed #516f90 !important;
  display: block !important;
  font-size: 14px !important;
  margin: 2px 1px !important;
  outline: 1px dashed #fff !important;
  text-align: center !important;
}

.hs-video-placeholder > * {
  box-sizing: border-box !important;
  display: block !important;
  margin: 1px !important;
  padding: 12px !important;
  width: calc(100% - 2px) !important;  
}

p.hs-video-placeholder__title {
  color: #7c98b6 !important;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: initial !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  padding: 0 !important;  
  text-shadow: 0 -1px 0 hsla(0,0%,100%,.5) !important;
}

p.hs-video-placeholder__description {
  color: #7c98b6 !important;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  margin: 0 !important;  
  text-shadow: 0 -1px 0 hsla(0,0%,100%,.5) !important;
}