.elementor-20245 .elementor-element.elementor-element-aee9a37{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-767a389 */.npw-testimonial-section *,
.npw-testimonial-section *::before,
.npw-testimonial-section *::after{
  box-sizing:border-box;
}

.npw-testimonial-section{
  font-family:'Inter',sans-serif;
  padding:40px 20px;
}

.npw-testimonial-box{
  background:#fff;
  border-radius:28px;
  padding:60px 40px;
  position:relative;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
  max-width:1150px;
  margin:auto;
}

.npw-top-tag{
  text-align:center;
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
  color:#0f8d6d;
  margin-bottom:10px;
}

.npw-main-heading{
  text-align:center;
  font-size:54px;
  line-height:1;
  font-weight:800;
  color:#111;
  margin:0;
}

.npw-main-heading span{
  color:#000;
  font-style:popin !important;
  text-transform: capitalize;
}

.npw-sub-text{
  text-align:center;
  color:#777;
  max-width:700px;
  margin:20px auto 60px;
  line-height:1.7;
  font-size:15px;
}

.npw-carousel{
  position:relative;
  overflow:hidden;
}

.npw-carousel-track{
  display:flex;
  gap:24px;
  transition:0.6s ease;
}

.npw-testimonial-card{
  min-width:calc(33.333% - 16px);
  background:#fff;
  border:1px solid #c50102;
  border-radius:24px;
  padding:35px 28px;
  transition:0.4s ease;
  opacity:.6;
  transform:scale(.93);
  position:relative;
}

.npw-testimonial-card.active{
  background:#c50102;
  color:#fff;
  opacity:1;
  transform:scale(1);
  box-shadow:0 18px 45px rgba(15,141,109,.25);
}




.npw-quote{
  font-size:15px;
  line-height:1.9;
  margin-bottom:30px;
  color:#666;
}

.npw-testimonial-card.active .npw-quote{
  color:#fff;
}

.npw-user{
  display:flex;
  align-items:center;
  gap:14px;
}

.npw-user img{
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:cover;
}

.npw-user-info h4{
  font-size:15px;
  margin:0 0 4px;
}

.npw-user-info p{
  font-size:13px;
  color:#888;
  margin:0;
}

.npw-testimonial-card.active .npw-user-info p{
  color:#d9fff2;
}

.npw-quote-icon{
  position:absolute;
  top:28px;
  right:28px;
  font-size:50px;
  opacity:.12;
  font-weight:900;
}

.npw-bottom-text{
  text-align:center;
  margin-top:50px;
  color:#777;
 
  font-size:15px;
}

.npw-view-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:25px;
  font-size:15px;
  font-weight:700;
  color:#111;
  text-decoration:none;
}

.npw-shape{
  position:absolute;
  border:1px solid #e9e9e9;
  border-radius:30px;
  opacity:.6;
}

.npw-shape1{
  width:130px;
  height:130px;
  top:70px;
  right:90px;
}

.npw-shape2{
  width:80px;
  height:80px;
  bottom:60px;
  left:80px;
}

/* RESPONSIVE */

@media(max-width:991px){

  .npw-testimonial-card{
    min-width:calc(50% - 12px);
  }

  .npw-main-heading{
    font-size:42px;
  }

}

@media(max-width:767px){

  .npw-testimonial-box{
    padding:45px 20px;
  }

  .npw-testimonial-card{
    min-width:100%;
  }

  .npw-main-heading{
    font-size:34px;
  }

}/* End custom CSS */