/** testimonial-section — Arbana approved home design **/

.testimonial-section{
  position: relative;
}

.testimonial-section .sec-title h2{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.testimonial-section .sec-title h2 img{
  width: 42px;
  height: auto;
}

.testimonial-section hr{
  margin: 0 0 10px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

.testimonial-section .owl-carousel .owl-stage-outer{
  overflow: hidden;
}

.testimonial-section .owl-carousel .owl-stage{
  display: flex;
  align-items: stretch;
}

.testimonial-section .owl-carousel .owl-item{
  display: flex;
  height: auto;
}

.testimonial-block-one{
  width: 100%;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0;
  background: transparent;
  padding: 0;
  min-height: 0;
  border-radius: 0;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 230px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  box-shadow: none;
  text-align: left;
  padding: 18px 18px 16px;
  margin-bottom: 0;
}

.testimonial-block-one .inner-box .thumb-box{
  display: none;
}

.testimonial-block-one .inner-box h4{
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  margin: 0 0 8px;
  text-align: left;
}

.testimonial-block-one .inner-box .designation{
  display: none;
}

.testimonial-block-one .inner-box .rating{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.testimonial-block-one .inner-box .rating li{
  color: #eb7a01;
  font-size: 14px;
  line-height: 1;
}

.testimonial-block-one .inner-box .rating li.light{
  color: rgba(0, 0, 0, 0.18);
}

.testimonial-block-one .inner-box p{
  font-size: 15px;
  line-height: 24px;
  color: #444;
  margin: 0;
  text-align: left;
  flex: 1;
}

/* Bottom circular prev/next — match approved design */
.testimonial-section .owl-nav,
.testimonial-section .four-item-carousel .owl-nav,
.testimonial-section .nav-style-one .owl-nav{
  position: static !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 22px 0 0;
  top: auto;
  left: auto;
  transform: none;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next,
.testimonial-section .nav-style-one .owl-nav button{
  position: static !important;
  left: auto !important;
  right: auto !important;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #EEF2EC;
  color: #333;
  line-height: 48px;
  text-align: center;
  box-shadow: none;
  float: none;
  overflow: hidden;
}

.testimonial-section .nav-style-one .owl-nav .owl-prev{
  margin-right: 0;
}

.testimonial-section .nav-style-one .owl-nav button:before{
  display: none;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover,
.testimonial-section .nav-style-one .owl-nav button:hover{
  background: #eb7a01 !important;
  border-color: #eb7a01;
  color: #fff;
}

.testimonial-section .owl-dots{
  display: none !important;
}

@media only screen and (max-width: 767px){
  .testimonial-block-one .inner-box{
    min-height: 200px;
  }

  .testimonial-section .owl-nav{
    display: flex !important;
  }
}
