.elementor-13070 .elementor-element.elementor-element-6b190fca{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13070 .elementor-element.elementor-element-2841d459{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13070 .elementor-element.elementor-element-2841d459:not(.elementor-motion-effects-element-type-background), .elementor-13070 .elementor-element.elementor-element-2841d459 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-0fce2bf );}@media(max-width:1024px){.elementor-13070 .elementor-element.elementor-element-6b190fca{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-13070 .elementor-element.elementor-element-2841d459{--padding-top:30px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}}/* Start custom CSS for html, class: .elementor-element-3d15a4d8 */.videos-depoiments-dep {
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f4f4f4;
  color: #fcfcfc; 
  font-size: 40px;
  z-index: 20;
  font-family: 'Archivo', sans-serif;
  box-sizing: border-box; 
  width: 100%; 
}

.depoiments-inner-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  gap: 60px;
}

.left-dep {
  flex: 0 0 50%; 
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
}

.right-dep {
  flex: 0 0 50%; 
  padding: 0;
  max-width: 580px;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  color: #5e5e5e;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-video-dep {
  position: relative;
  display: flex;
  align-items: left;
  justify-content: left;
  margin: 0;
  width: 100%;
  max-width: 600px;
  border-radius: 41px;
  overflow: hidden;
}

.main-video-player-dep {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  transition: all .5s ease;
}

.main-video-dep.video-zoom-enter {
  animation: zoomIn .7s cubic-bezier(.22, 1, .36, 1) forwards;
}

@keyframes zoomIn {
  from {
    transform: translate(var(--start-x), var(--start-y)) scale(.2);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}

.play-big-icon-dep,
.pause-big-icon-dep {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.8);
  width: 74px;
  height: 74px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}

.pause-big-icon-dep {
  width: 60px !important;
  height: 60px !important;
}

.play-big-icon-dep {
  background: url('https://getnuva.com/wp-content/uploads/2025/06/play-vid-hover.png') center/cover no-repeat;
  animation: pulse-purple 1.5s infinite ease-in-out;
}

.play-big-icon-dep:hover {
  background-image: url('https://getnuva.com/wp-content/uploads/2025/06/play-vid-hover.png');
}

.pause-big-icon-dep {
  background: url('https://getnuva.com/wp-content/uploads/2025/06/pause-button.png') center/cover no-repeat;
}
.main-video-dep.playing .play-big-icon-dep {
    animation: none !important;
}

.main-video-dep:not(.interactive) .play-big-icon-dep {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity .4s ease-out, transform .4s ease-out;
}

.main-video-dep.interactive.paused:hover .play-big-icon-dep {
  opacity: .95;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.main-video-dep.interactive.playing:hover .pause-big-icon-dep {
  opacity: .95;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.main-video-dep.playing .play-big-icon-dep {
  opacity: 0 !important;
  pointer-events: none;
}

.main-video-dep.paused .pause-big-icon-dep {
  opacity: 0 !important;
  pointer-events: none;
}

.related-dep {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 14px;
}

.heading1-dep-tag {
  border: 1px solid #5E5E5E;
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 18px;
  margin-bottom: 10px;
}

.related-2-dep {
  display: inline-block;
}

.heading3-dep {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  color: #070707;
  margin-bottom: 20px;
}

.real-results1 {
  color: #8D4DE8;
}

.paragraph-test-dep-desc {
  font-size: 16px;
  line-height: 25px;
  color: #5e5e5e;
  min-height: 50px;
  height: auto; 
  overflow: visible;
  margin-bottom: 30px; 
}

.button-testimonial-dep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px !important;
  margin-top: 20px;
  border-radius: 300px;
  cursor: pointer;
  background: #8d4de8;
  color: white !important;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

.mini-videos-dep {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  margin: 20px 0 40px 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.mini-videos-dep::-webkit-scrollbar {
  display: none;
}

.video-card-dep {
  position: relative;
  flex: 0 0 auto;
  width: 170px;
  height: 170px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  cursor: pointer;
  scroll-snap-align: center;
  transform: scale(.93);
  will-change: transform, opacity, box-shadow, border-color;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1),
              opacity .7s cubic-bezier(.22, 1, .36, 1),
              box-shadow .7s cubic-bezier(.22, 1, .36, 1),
              border-color .7s cubic-bezier(.22, 1, .36, 1);
}

.video-card-dep img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card-dep.active {
  transform: scale(1);
  opacity: 1;
  border: 3px solid #8d4de8;
  box-shadow: 0 0 20px rgba(141, 77, 232, .35);
}

.video-card-dep:not(.active):hover {
  transform: scale(.96);
  opacity: .8;
}

.play-button-dep {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("https://getnuva.com/wp-content/uploads/2025/06/play-vid-01.png") center/contain no-repeat;
  transition: background-image .3s ease;
}

.carousel-arrows-dep {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  margin-top: 0; 
  margin-left: 0px;
}

.carousel-arrows-dep img {
  width: 8px;
  cursor: pointer;
  transition: transform .3s ease;
}

.carousel-arrows-dep img:hover {
  transform: scale(1.2);
}

.volume-control-dep {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.volume-icon-dep {
  width: 30px;
  height: 30px;
  background: url("https://getnuva.com/wp-content/uploads/2025/06/volume-high.png") center/contain no-repeat;
  cursor: pointer;
  transition: opacity .25s ease;
}

.volume-icon-dep.muted {
  background-image: url("https://getnuva.com/wp-content/uploads/2025/06/volume-mute.png");
}

.volume-slider-dep {
  -webkit-appearance: none;
  width: 0;
  height: 4px;
  border-radius: 2px;
  cursor: pointer;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #d1d1d1 0%, #d1d1d1 100%);
  transition: width .25s ease, opacity .25s ease, background .15s linear;
  opacity: 0;
}

.volume-control-dep:hover .volume-slider-dep {
  width: 110px;
  opacity: 1;
}

.volume-slider-dep::-moz-range-track {
  background: #d1d1d1;
  height: 4px;
  border-radius: 2px;
}

.volume-slider-dep::-moz-range-progress {
  background: #ffffff;
  height: 4px;
  border-radius: 2px;
}

.volume-slider-dep::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8d4de8;
  cursor: pointer;
}

.volume-slider-dep::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8d4de8;
  cursor: pointer;
}

.heading3-dep, .paragraph-test-dep-desc {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-change: opacity, transform;
}

.text-fade-out {
  animation: fadeOut 0.25s ease-out forwards;
}

.text-fade-in {
  animation: fadeIn 0.35s ease-in forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.related-dep-mob,
.related-2-dep-mob,
.carousel-arrows-dep-mob {
  display: none !important;
}

@media(max-width: 1025px) {
  .videos-depoiments-dep {
    padding: 5px 50px 30px 50px;
  }
  
  .depoiments-inner-container {
    flex-direction: column;
  }
  
  .left-dep,
  .right-dep {
    flex: 0 0 100%;
  }
  
  .main-video-dep {
    max-width: 100%;
  }
}

@media(max-width: 768px) {
  .related-dep-mob,
  .related-2-dep-mob {
    display: block !important;
    width: 100%;
    text-align: center;
  }

.heading1-dep-tag
{
    font-size: 16px;
}
  .related-dep,
  .related-2-dep {
    display: none;
  }

  .videos-depoiments-dep {
    padding: 100px 0px 20px 0px;
  }

  .left-dep,
  .right-dep {
    width: 100%;
    text-align: center;
  }

  .main-video-dep {
    flex-direction: column;

    max-width: 330px;
  }

  .main-video-player-dep {
    width: 100%;
    aspect-ratio: 0.75/1;
    height: auto;
    border-radius: 24px;
  }

  .play-big-icon-dep,
  .pause-big-icon-dep {
    width: 54px;
    height: 54px;
  }
  
  .heading3-dep {
    font-size: 28px;
    margin-top: 30px;
  }

  .mini-videos-dep {
    margin: 30px auto; 
    padding: 0;
    gap: 12px;
    width: 100%;
    justify-content: flex-start; 
  }

  .video-card-dep {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    scroll-snap-align: start;
  }

  .play-button-dep {
    width: 36px;
    height: 36px;
  }

  .carousel-arrows-dep {
    position: relative;
    margin: 20px auto 0;
    left: 0;
    margin-left: 0; 
    justify-content: center;
  }
}

@keyframes pulse-purple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.85;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}


.play-button-dep {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 60px;
  height: 60px;
  
  
  background: url("https://getnuva.com/wp-content/uploads/2025/06/play-vid-hover.png") center/contain no-repeat;
 
  animation: pulse-purple 1.5s infinite ease-in-out;
  

  transition: background-image 0.3s ease, transform 0.3s ease;
  

  will-change: transform, opacity, background-image;
}


.video-card-dep:not(.active):hover .play-button-dep {
 
  background-image: url("https://getnuva.com/wp-content/uploads/2025/06/play-vid-01.png");
  

  animation: none;
  

  transform: translate(-50%, -50%) scale(1.1);
}

.video-card-dep.active .play-button-dep {

  background-image: url("https://getnuva.com/wp-content/uploads/2025/06/play-vid-01.png");
  
  animation: none;

  transform: translate(-50%, -50%) scale(1);
}/* End custom CSS */