.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
  line-height: 1.2;
}
.witr_section_title_inner h2 {
  color: #888;
  font-size: 18px;
  margin: 0;
  display: inline-block;
}
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span,
.witr_section_title_inner p span,
.witr_section_title_inner p span a {
  color: var(--color-primary);
}

.witr_section_title {
  margin-bottom: 45px;
}
.witr_section_title_inner p {
  width: 100%;
  padding: 10px 0 0 0;
}
.witr_section_title_inner.text-center p {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

/* ===== 12. Testimonial Area CSS ===== */
.dt_test_area {
  padding: 95px 0 65px;
}
.dt_test_area .witr_section_title {
  margin-bottom: 20px;
}
.witr_testi_itemt {
  padding: 0 10px;
}
.test_active.tshover {
  position: relative;
  padding: 0 70px;
}
.test_active.tshover .home-testimonial-swiper {
  overflow: hidden;
}
.test_active.tshover .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.test_active.tshover .home-testimonial-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .test_active.tshover .home-testimonial-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .test_active.tshover .home-testimonial-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.test_active.tshover .home-testimonial-swiper:not(.swiper-initialized) .swiper-slide {
  width: auto !important;
  margin: 0 !important;
}
.em_single_testimonial {
  background-image: url(../images/testi-bg.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
  padding: 37px 30px 26px;
  margin-top: 20px;
  box-shadow: 0 0 10px 0 rgb(240 241 243);
  overflow: hidden;
  position: relative;
  text-align: left;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.test-part {
  display: inline-block;
  margin-bottom: 10px;
}
.test-part ul li {
  display: inline-block;
  padding-top: 0;
}
.execllent_toggol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.em_crating i.active {
  color: var(--color-primary);
  font-size: 22px;
}
.execllent_star {
  margin-left: 15px;
}
.execllent_star h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  font-style: italic;
  color: var(--color-primary);
}
.em_testi_content {
  position: relative;
  text-align: left;
}
.em_testi_text {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
.witr_testi_s_12 .em_test_thumb {
  float: none;
  margin-right: 0;
}
.witr_testi_s_12 .em_test_thumb img {
  width: auto;
  margin: auto;
  height: 80px;
  border-radius: 50%;
}
.all_color_testimonial h6,
.all_color_testimonial h2 {
  padding: 10px 0 0 0;
  font-size: 24px;
}
.em_testi_title span {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
}
.em_single_testimonial:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
}
.serv_page_test {
  background: #f6f6f6;
}

/* testimonial swiper nav – 同 huake-banner 圆形箭头 */
.test_active.tshover .testimonial-nav.is-hidden {
  display: none;
}
.test_active.tshover .testimonial-nav .swiper-button-prev,
.test_active.tshover .testimonial-nav .swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  outline: none;
  z-index: 9;
  opacity: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin-top: -30px;
  top: 50%;
  border: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}
.test_active.tshover .testimonial-nav .swiper-button-prev {
  left: 0;
  right: auto;
}
.test_active.tshover .testimonial-nav .swiper-button-next {
  right: 0;
  left: auto;
}
.test_active.tshover .testimonial-nav .swiper-button-prev::after,
.test_active.tshover .testimonial-nav .swiper-button-next::after {
  display: none;
}
.test_active.tshover .testimonial-nav .swiper-button-prev i,
.test_active.tshover .testimonial-nav .swiper-button-next i {
  font-size: 16px;
  line-height: 1;
  color: var(--color-primary, #555);
}
.test_active.tshover .testimonial-nav .swiper-button-prev:hover,
.test_active.tshover .testimonial-nav .swiper-button-next:hover {
  background: var(--bg-color, var(--color-primary, #555));
}
.test_active.tshover .testimonial-nav .swiper-button-prev:hover i,
.test_active.tshover .testimonial-nav .swiper-button-next:hover i {
  color: #f8f6f5;
}
.test_active.tshover .testimonial-nav .swiper-button-prev.swiper-button-disabled,
.test_active.tshover .testimonial-nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
button:focus {
  outline: 0;
}
.simages_id11:hover .slick-prev,
.simages_id11:hover .slick-next {
  opacity: 1;
}
.dastra_blog_area:hover .slick-prev,
.dastra_blog_area:hover .slick-next {
  opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1440px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 87%;
  }
  .title_in_area {
    width: 100%;
  }

  .witr_section_title_inner h1,
  .witr_section_title_inner h3 {
    font-size: 34px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* section_title */
  .witr_section_title_inner h1,
  .witr_section_title_inner h3 {
    font-size: 30px;
  }
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 90%;
  }
  .title_in_area {
    width: 100%;
  }

  .slider_btn .witr_btn {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .witr_section_title_inner h2 {
    font-size: 17px !important;
    padding-top: 10px;
  }
  .witr_section_title_inner p {
    padding-top: 10px;
  }
  .witr_section_title {
    text-align: center;
  }
  .witr_section_title .text-right {
    text-align: center !important;
  }
  .title_btn {
    margin: 30px 0 20px;
  }
  .witr_section_title_inner h1,
  .witr_section_title_inner h2,
  .witr_section_title_inner h3 {
    font-size: 21px;
  }

  .slider_btn .witr_btn {
    margin-top: 10px;
  }

  .witr_testi_itemt {
    padding: 0 8px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* section_title */
  .witr_section_title_inner h1,
  .witr_section_title_inner h2,
  .witr_section_title_inner h3 {
    font-size: 25px;
  }
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 91%;
  }
}

@media (max-width: 575px) {
  .test_active.tshover {
    padding: 0 40px;
  }

  .test_active.tshover .testimonial-nav .swiper-button-prev,
  .test_active.tshover .testimonial-nav .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .test_active.tshover .testimonial-nav .swiper-button-prev i,
  .test_active.tshover .testimonial-nav .swiper-button-next i {
    font-size: 12px;
  }

  .test_active.tshover .testimonial-nav .swiper-button-prev {
    left: 0;
  }

  .test_active.tshover .testimonial-nav .swiper-button-next {
    right: 0;
  }
}