
/* Testimonials */
.sectestmonbg{
  background-image: url(../images/textembgimg.png);
  padding: 60px 10px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.texthidbg h5{
  justify-content: center;
}
.testimonialsslider{
  padding-top: 40px;
}


.testimonial-card{
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 25px;
  color: var(--white);
  min-height: 260px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.testimonial-card:hover{
  transform: translateY(-10px);
}

.testimonial-header{
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.user-img{
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--white);
}

.testimonial-header h5{
  font-family: 'Inter';
  font-size: 16px;
  margin: 0;
}

.testimonial-header span{
  font-family: 'Inter';
  font-size: 13px;
  opacity: .7;
}

.quote-icon p {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 28px !important;
    color: var(--white);
    background: var(--primary-color);
    border-radius: 50px;
    width: 36px;
    height: 38px;
    padding-left: 11px;
    padding-top: 1px;
}
.stars{
  color: var(--primary-color);
  font-size: 18px;
  margin: 15px 0;
}

.testimonial-card p{
  font-family: 'Inter';
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

.testimonialsslider .owl-nav{
  display: none;
}

.testimonialsslider .owl-dots{
  display: none;
}
.secexpbg{
  padding: 80px 0;
  position: relative;
  text-align: center;
}

.secexpbg::before{
  content:"";
  position:absolute;
  inset:0;
}

.rating-box{
  position: relative;
  color:var(--white);
  z-index: 2;
}

.top-text{
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 15px;
}

.top-text a{
  color:var(--primary-color);
  text-decoration: none;
  font-weight: 600;
}

.rating-row{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 22px;
  font-weight: 600;
}

.rating-num{
  font-size: 24px;
  font-weight: 700;
}

.stars{
  color:var(--primary-color);
  font-size: 24px;
  letter-spacing: 3px;
}

.review-text{
  font-size: 18px;
  opacity: 0.9;
}
/* Testimonials end */