/*.clean-testimonial-area .section-sub-title {
  position: relative;
  display: inline-block;
}

.clean-testimonial-area .section-sub-title::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background: var(--color-second);
  left: -54px;
  top: 8px;
}

.clean-testimonial-area .section-sub-title::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background: var(--color-second);
  right: -56px;
  top: 8px;
}

.clean-testimonial-area .section-sub-title h4 {
  font-size: 17px;
  color: var(--color-second);
  font-weight: 600;
  margin-bottom: 19px;
}

.clean-testimonial-area .section-main-title {
  margin-bottom: 13px;
}

.clean-testimonial-area .section-main-title h2 {


  font-weight: 600;
    font-size: 60px;
    color: #000;
    line-height: 1;
    text-align: center;
}

.clean-testimonial-area .section-discription {
  width: 44%;
  margin: auto;
  margin-bottom: 60px;
}

.clean-testimonial-area .section-discription p {
  color: #616161;
  font-weight: 400;
  opacity: 0.800;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.clean-testimonial-area {
  padding: 0px 0 60px;
}

.clean-testimonial-area .testimonial-single-box {
  background-color: #fff;
  display: flex;
  padding: 20px;
}

.clean-testi-list .col-lg-6 {
  margin-bottom: 50px; 
}

.clean-testi-list .col-lg-6:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.clean-testimonial-area .testimonial-thumb {
  width: 100%;
}

.clean-testimonial-area .testimonila-icon-thumb {
  padding-bottom: 30px;
}

.clean-testimonial-area .testimonila-icon-thumb img {
  max-height: 65px;
}

.clean-testimonial-area .testimonila-content {
  width: 130%;
}

.clean-testimonial-area .testimonila-content p {
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 22px;
  color: #616161;
  font-weight: 400;
  padding-bottom: 9px;
  width: 78%;
}

.clean-testimonial-area .testimonila-content h5 {
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 24px;
  color: var(--color-second);
  font-weight: 600;
  padding-bottom: 4px;
}

.clean-testimonial-area .testimonila-content span {
  opacity: 0.502;
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}

@media(max-width:1280px){
  .clean-testi-list .col-lg-6 {margin-bottom: 30px; }

}

@media(max-width:991px){
  .clean-testi-list .col-lg-6 {margin-bottom: 30px; }
  .clean-testimonial-area .testimonial-single-box {padding:0;flex-direction: column-reverse;}
  .clean-testimonial-area .testimonila-content{width:100%}
  .clean-testimonial-area .testimonila-icon-thumb { padding:15px 0;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


  .clean-testimonial-area .testimonila-content p {
    width: 100%;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .clean-testimonial-area {
    padding: 0px 0 0px;
  }

  .clean-testimonial-area .testimonila-content p {
    width: 100%;
  }

  .clean-testimonial-area .owl-nav {
    display: none;
  }
}


@media only screen and (min-width: 600px) and (max-width: 767px) {
  .clean-testimonial-area {
    padding: 0px 0 0px;
  }


  .clean-testimonial-area .testimonila-content p {
    width: 100%;
  }

  .clean-testimonial-area .owl-nav {
    display: none;
  }

  .clean-testimonial-area .section-discription {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .clean-testimonial-area {
    padding: 0px 0 0px;
  }


  .clean-testimonial-area .testimonila-content p {
    width: 100%;
  }

  .clean-testimonial-area .owl-nav {
    display: none;
  }

  .clean-testimonial-area .section-discription {
    width: 100%;
  }
}

@media only screen and (min-width: 220px) and (max-width: 599px) {
  .clean-testimonial-area {
    padding: 0px 0 0px;
  }

  .clean-testimonial-area .testimonial-single-box {
    text-align: center;
    flex-direction: column;
  }

  .clean-testimonial-area .testimonila-content p {
    width: 84%;
    margin: auto;
  }




  .clean-testimonial-area .owl-carousel .owl-item img {
    display: inline-block;
  }

  .clean-testimonial-area .section-discription {
    width: 100%;
  }
}*/








/* =========================================================
   team.css  -  Leadership Team Section
   横向名片式 · 高级简约
   ========================================================= */



/* ===== 板块 ===== */
.team-section {
  padding: 100px 0 120px;
  background: #f5f6f8;
}

/* ===== 标题 ===== */
.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(24px, 3.13vw, 60px);
  font-weight: 700;
  color: #000;
  letter-spacing: -0.3px;
  margin-bottom: 18px;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.section-divider span {
  display: block;
  width: 70px;
  height: 1px;
  background: #ccd5e0;
}

.section-divider img {
  height: 28px;
  width: auto;
  opacity: 0.5;
}

/* ===== 网格 ===== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* ===== 单张名片 ===== */
.team-card {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeIn 0.5s ease forwards;
}
.team-card:nth-child(1) { animation-delay: 0.04s; }
.team-card:nth-child(2) { animation-delay: 0.10s; }
.team-card:nth-child(3) { animation-delay: 0.16s; }
.team-card:nth-child(4) { animation-delay: 0.22s; }
.team-card:nth-child(5) { animation-delay: 0.28s; }
.team-card:nth-child(6) { animation-delay: 0.34s; }

@keyframes fadeIn {
  to { opacity: 1; transform: translateY(0); }
}

.team-card-inner {
  background: #ffffff;
  border-radius: 10px;
  padding: 28px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  height: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.team-card-inner:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

/* ===== 照片 ===== */
.team-photo {
  flex-shrink: 0;
  width: 150px;
}

.team-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* ===== 信息区 ===== */
.team-info {
  flex: 1;
  min-width: 0;
}

.team-name {
  font-size: 17px;
  font-weight: 700;
  color: #0b1a3a;
  margin-bottom: 4px;
}

.team-position {
  font-size: 13px;
  color: #7a8ca0;
  line-height: 1.5;
  margin-bottom: 10px;
}

.team-sep {
  width: 28px;
  height: 2px;
  background: var(--color-primary);
  margin-bottom: 12px;
}

.team-bio {
  font-size: 13px;
  line-height: 1.65;
  color: #5a6678;
}

/* ===== 响应式 ===== */
@media screen and (max-width: 900px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .team-section {
    padding: 64px 0 80px;
  }

  .section-header {
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .team-section {
    padding: 44px 0 56px;
  }

  .section-title {
    font-size: 26px;
  }

  .team-card-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
    gap: 16px;
  }

  .team-photo {
    width: 120px;
  }

  .team-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .team-sep {
    margin: 10px auto 12px;
  }

  .team-name {
    font-size: 17px;
  }

  .team-position {
    font-size: 12.5px;
  }

  .team-bio {
    font-size: 12.5px;
  }
}
