
.ard-testimonial-9-area {
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
  }
  .ard-testimonial-9-area .bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 550px;
    height: 775px;
    overflow: hidden;
    border-radius: 300px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-testimonial-9-area .bg-img {
      height: 585px;
    }
  }
  
  .ard-testimonial-9-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 260px 95px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ard-testimonial-9-wrap {
      padding: 50px 25px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-testimonial-9-wrap {
      padding: 0px 0px;
    }
  }
  
  .ard-testimonial-tbs-content {
    max-width: 690px;
  }
  .ard-testimonial-tbs-content .tab-pane {
    position: relative;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  .ard-testimonial-tbs-content .tab-pane .comment {
    font-size: 38px;
    line-height: 1.31;
    color: #fff;
    font-weight: 600;
    transform: translateX(100px);
    opacity: 0;
    transition: 700ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  @media (max-width: 767px) {
    .ard-testimonial-tbs-content .tab-pane .comment {
      font-size: 26px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-testimonial-tbs-content .tab-pane .comment {
      font-size: 30px;
    }
  }
  .ard-testimonial-tbs-content .tab-pane .icon {
    font-size: 150px;
    line-height: 1;
    color: var(--ard-pr-9);
    position: absolute;
    opacity: 0.2;
    top: -70px;
    left: -50px;
  }
  .ard-testimonial-tbs-content .tab-pane:is(.active) .comment {
    transform: translateX(0px);
    opacity: 1;
  }
  
  .ard-testimonial-9-btn .nav-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .ard-testimonial-9-btn .nav-link {
    width: 210px;
    height: 70px;
    border-radius: 0;
    border-radius: 3px 100px 100px 3px;
    border: none;
    border-left: 3px solid;
    border-color: #fff;
    overflow: hidden;
    background: transparent;
    perspective: 2000px;
    transform-style: preserve-3d;
  }
  .ard-testimonial-9-btn .nav-link span {
    display: flex;
    background-color: #31271D;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: rotateY(100deg);
    transform-origin: left;
    transition: 600ms ease-in-out;
  }
  .ard-testimonial-9-btn .nav-link:is(.active) {
    border-color: var(--ard-pr-9);
  }
  .ard-testimonial-9-btn .nav-link:is(.active) span {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .ard-testimonial-9-btn .nav-link:hover {
    border-color: var(--ard-pr-9);
  }
  .ard-testimonial-9-btn .nav-link:hover span {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .ard-testimonial-9-btn {
    list-style: none;
    padding: 0;
    margin: 0;
}