.elementor-1310 .elementor-element.elementor-element-6340e0c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7b123fa */.test-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0px 0 50px 0;
}

.slider-track {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.slide-card {
  min-width: 420px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.quote img{
    width:60px;
    height: 60px;
    object-fit: contain;
  
}

.slide-card p {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 35px;
  color:#263358;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.user-box {
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  padding: 15px 22px;
  border-radius: 16px;
  position: absolute;
  bottom: -30px;
  width:200px;

}

.user-box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  color:#263358;
}

.stars {
  margin-top: 4px;
 font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  color: #f4b400;
}

@media (max-width: 767px){
   .slide-card {
  min-width: 300px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 26px;
  padding: 15px;

}
.slide-card p {
    font-size:15px;
    line-height:1.2;
}
}/* End custom CSS */