.neeb-page-gradient{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(8,72,99,.10), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(8,72,99,.08), transparent 40%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.neeb-testimonial-section{
  position:relative;
  padding:90px 24px;
  background:transparent;
}

.neeb-testimonial-container{
  max-width:1240px;
  margin:0 auto;
}

.neeb-testimonial-header{
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}

.neeb-testimonial-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 14px;
  margin-bottom:16px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#084863;
  background:rgba(8,72,99,.08);
  border:1px solid rgba(8,72,99,.10);
  border-radius:999px;
}

.neeb-testimonial-header h2{
  margin:0 0 12px;
  font-size:42px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-0.03em;
  color:#084863;
}

.neeb-testimonial-header p{
  margin:0;
  font-size:18px;
  line-height:1.7;
  color:#556270;
}

.neeb-testimonial-slider{
  position:relative;
}

.neeb-testimonial-track{
  position:relative;
}

.neeb-testimonial-slide{
  display:none;
}

.neeb-testimonial-slide.is-active{
  display:block;
  animation:neebFadeSlide .45s ease;
}

@keyframes neebFadeSlide{
  from{
    opacity:0;
    transform:translateY(8px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.neeb-testimonial-card{
  display:grid;
  grid-template-columns:360px minmax(0, 1fr);
  overflow:hidden;
  background:#ffffff;
  border:1px solid rgba(8,72,99,.10);
  border-radius:30px;
  box-shadow:0 24px 60px rgba(15,23,42,.08);
}

.neeb-testimonial-media{
  position:relative;
  min-height:100%;
  background:linear-gradient(180deg, #dfeaf0 0%, #f2f7fa 100%);
}

.neeb-testimonial-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.neeb-testimonial-content{
  padding:42px 42px 38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.neeb-testimonial-quote-icon{
  font-size:72px;
  line-height:1;
  font-weight:700;
  color:rgba(8,72,99,.14);
  margin-bottom:12px;
}

.neeb-testimonial-text{
  margin:0 0 28px;
  font-size:18px;
  line-height:1.8;
  color:#334155;
}

.neeb-testimonial-person h3{
  margin:0 0 8px;
  font-size:24px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-0.02em;
  color:#0f172a;
}

.neeb-testimonial-person span{
  display:block;
  font-size:15px;
  line-height:1.6;
  color:#0b6b8d;
  font-weight:600;
}

.neeb-testimonial-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-top:26px;
}

.neeb-testimonial-arrow{
  width:54px;
  height:54px;
  border:1px solid rgba(8,72,99,.14);
  border-radius:999px;
  background:#ffffff;
  color:#084863;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
  transition:all .25s ease;
}

.neeb-testimonial-arrow:hover{
  background:#084863;
  color:#ffffff;
  border-color:#084863;
  transform:translateY(-2px);
}

.neeb-testimonial-arrow svg{
  width:22px;
  height:22px;
}

.neeb-testimonial-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.neeb-testimonial-dot{
  width:12px;
  height:12px;
  border-radius:999px;
  border:0;
  padding:0;
  background:rgba(8,72,99,.18);
  cursor:pointer;
  transition:all .25s ease;
}

.neeb-testimonial-dot.is-active{
  width:34px;
  background:#084863;
}

.neeb-testimonial-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
}

.neeb-testimonial-placeholder-inner{
  width:180px;
  height:180px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, #084863 0%, #0b6b8d 100%);
  box-shadow:0 20px 45px rgba(8,72,99,.22);
}

.neeb-testimonial-placeholder-inner span{
  font-size:72px;
  font-weight:800;
  color:#ffffff;
  line-height:1;
}

@media (max-width: 991px){
  .neeb-testimonial-section{
    padding:72px 20px;
  }

  .neeb-testimonial-header h2{
    font-size:36px;
  }

  .neeb-testimonial-card{
    grid-template-columns:280px minmax(0, 1fr);
  }

  .neeb-testimonial-content{
    padding:32px 30px;
  }

  .neeb-testimonial-text{
    font-size:17px;
    line-height:1.75;
  }
}

@media (max-width: 767px){
  .neeb-page-gradient{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
    background:#ffffff;
  }

  .neeb-testimonial-section{
    padding:56px 16px;
  }

  .neeb-testimonial-header{
    text-align:left;
    margin-bottom:26px;
  }

  .neeb-testimonial-header h2{
    font-size:30px;
    line-height:1.08;
  }

  .neeb-testimonial-header p{
    font-size:15px;
    line-height:1.6;
  }

  .neeb-testimonial-slide{
    height:auto;
  }

  .neeb-testimonial-card{
    display:flex;
    flex-direction:column;
    height:auto;
    border-radius:24px;
    overflow:visible;
  }

  .neeb-testimonial-media{
    aspect-ratio:16 / 11;
    min-height:auto;
    flex:0 0 auto;
    overflow:hidden;
    border-top-left-radius:24px;
    border-top-right-radius:24px;
  }

  .neeb-testimonial-placeholder{
    aspect-ratio:16 / 11;
  }

  .neeb-testimonial-placeholder-inner{
    width:120px;
    height:120px;
  }

  .neeb-testimonial-placeholder-inner span{
    font-size:46px;
  }

  .neeb-testimonial-content{
    padding:24px 20px 22px;
    height:auto;
    overflow:visible;
  }

  .neeb-testimonial-quote-icon{
    font-size:54px;
    margin-bottom:8px;
  }

  .neeb-testimonial-text{
    display:block;
    margin-bottom:20px;
    font-size:15px;
    line-height:1.7;
    overflow:visible;
    white-space:normal;
    word-break:normal;
  }

  .neeb-testimonial-person h3{
    font-size:20px;
  }

  .neeb-testimonial-person span{
    font-size:14px;
    line-height:1.5;
  }

  .neeb-testimonial-controls{
    margin-top:18px;
    gap:12px;
  }

  .neeb-testimonial-arrow{
    width:46px;
    height:46px;
  }

  .neeb-testimonial-dot{
    width:10px;
    height:10px;
  }

  .neeb-testimonial-dot.is-active{
    width:28px;
  }
}