.elementor-8411 .elementor-element.elementor-element-7160435{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:-7.7vw;--margin-bottom:0vw;--margin-left:0vw;--margin-right:0vw;}.elementor-8411 .elementor-element.elementor-element-5b14cfa{--display:flex;}.elementor-8411 .elementor-element.elementor-element-8aec4f4 > .elementor-widget-container{margin:7vw 0vw 0vw 0vw;}.elementor-8411 .elementor-element.elementor-element-624ce5a{width:var( --container-widget-width, 33vw );max-width:33vw;margin:-10vw 0vw calc(var(--kit-widget-spacing, 0px) + 0vw) 0vw;--container-widget-width:33vw;--container-widget-flex-grow:0;}.elementor-8411 .elementor-element.elementor-element-624ce5a.elementor-element{--align-self:center;}.elementor-8411 .elementor-element.elementor-element-311623f2 .sec-title p{display:show !important;text-align:center !important;font-family:"Play", Sans-serif;font-size:2.2vw;font-weight:900;color:#00B7FF !important;}.elementor-8411 .elementor-element.elementor-element-311623f2 .sec-title .big-title h1{display:none !important;}.elementor-8411 .elementor-element.elementor-element-311623f2 .single-testimonial-style1.style3 .text{display:show !important;border-radius:7px;}.elementor-8411 .elementor-element.elementor-element-311623f2 .single-testimonial-style1:before{display:show !important;text-align:center !important;}.elementor-8411 .elementor-element.elementor-element-311623f2 .single-testimonial-style1 .text p{display:show !important;text-align:left !important;}.elementor-8411 .elementor-element.elementor-element-311623f2 .single-testimonial-style1 .client-info{display:show !important;}.elementor-8411 .elementor-element.elementor-element-311623f2 .single-testimonial-style1 .client-info .icon-box span:before{border-radius:50%;}.elementor-8411 .elementor-element.elementor-element-311623f2 .single-testimonial-style1 .client-info .title-box h3{display:show !important;text-align:left !important;font-family:"Play", Sans-serif;font-size:0.7rem;}.elementor-8411 .elementor-element.elementor-element-311623f2 .single-testimonial-style1 .client-info .title-box p{display:show !important;text-align:left !important;font-family:"Play", Sans-serif;}.elementor-8411 .elementor-element.elementor-element-311623f2 .owl-carousel.owl-dot-style1 .owl-dots .owl-dot{display:show !important;border-radius:10px;}.elementor-8411 .elementor-element.elementor-element-87c14e5{--display:flex;}body.elementor-page-8411:not(.elementor-motion-effects-element-type-background), body.elementor-page-8411 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.behinehpayesh.com/wp-content/uploads/2025/08/circuit-2.png");}@media(min-width:768px){.elementor-8411 .elementor-element.elementor-element-7160435{--width:100vw;}.elementor-8411 .elementor-element.elementor-element-350e49cd{width:100%;}}@media(max-width:1024px){.elementor-8411 .elementor-element.elementor-element-8aec4f4 > .elementor-widget-container{margin:-45vw 0vw 0vw 0vw;}.elementor-8411 .elementor-element.elementor-element-624ce5a{margin:-20vw 0vw calc(var(--kit-widget-spacing, 0px) + 0vw) 0vw;--container-widget-width:40vw;--container-widget-flex-grow:0;width:var( --container-widget-width, 40vw );max-width:40vw;}.elementor-8411 .elementor-element.elementor-element-311623f2 .sec-title p{font-size:2.6vw;}}@media(max-width:767px){.elementor-8411 .elementor-element.elementor-element-8aec4f4 > .elementor-widget-container{margin:-74vw 0vw 0vw 0vw;}.elementor-8411 .elementor-element.elementor-element-624ce5a{width:var( --container-widget-width, 58vw );max-width:58vw;margin:-42vw 0vw calc(var(--kit-widget-spacing, 0px) + 0vw) 0vw;--container-widget-width:58vw;--container-widget-flex-grow:0;}.elementor-8411 .elementor-element.elementor-element-311623f2 > .elementor-widget-container{margin:-20vw 0vw 0vw 0vw;}.elementor-8411 .elementor-element.elementor-element-311623f2 .sec-title p{font-size:4.5vw;}}/* Start custom CSS for rinbuild_pagetitle, class: .elementor-element-8aec4f4 */.breadcrumb-area::before {
    content: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-624ce5a */.video-wrapper {
  position: relative;
  display: inline-block;
  max-width: 800px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.light-swipe {
  position: absolute;
  top: 0;
  left: -200px; /* شروع افکت از بیرون سمت چپ */
  width: 200px;  /* عرض افکت */
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(0, 150, 255, 0.9),
    rgba(255, 255, 255, 1),
    rgba(0, 150, 255, 0.9),
    transparent
  );
  transform: skewX(-25deg);
  pointer-events: none;
  opacity: 0;
  z-index: 10;
  box-shadow: 0 0 20px 10px rgba(0, 150, 255, 0.8); /* نور آبی درخشان */
}

@keyframes lightSwipeAnim {
  0% {
    left: -200px;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7160435 */.breadcrumb-area .breadcrumb-menu ul li {
display: none;    
}/* End custom CSS */
/* Start custom CSS for rinbuild_testimonials3, class: .elementor-element-311623f2 */.testimonial-style2-area.style3:before {
    content: none;
}
.single-testimonial-style1 .text:after {
    background: none;
}
.single-testimonial-style1.style3 .text:after {
    background: none;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7b204cc6 */.single-testimonial-style1:before {
    display: none;
}/* End custom CSS */