.ct-testimonial-section {
    background: transparent !important;
    height: 500px;
    min-height: 500px !important;
    max-height: 500px !important;
    padding: 20px 0 !important;
    overflow: hidden !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
  
  .ct-section-header {
    text-align: center;
    margin-bottom: 15px !important;
    padding: 0 20px;
    flex-shrink: 0;
  }
  
  .ct-section-header h2 {
    color: #ffffff !important;
    font-size: 32px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    margin: 0 0 8px !important;
  }
  
  .ct-section-header p {
    color: rgba(255,255,255,0.65);
    font-size: 16px !important;
    line-height: 1.4;
    max-width: 820px;
    margin: 0 auto;
  }
  
  .ct-testimonial-slider {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    overflow: visible !important;
    padding-bottom: 0;
    flex-shrink: 0;
  }
  
  .ct-testimonial-slider .swiper-wrapper {
    align-items: center;
    display: flex;
  }
  
  .ct-testimonial-slider .swiper-slide {
    width: 800px !important;
    flex-shrink: 0;
    opacity: 0.35;
    transform: scale(0.9);
    transition: all 0.35s ease;
  }
  
  .ct-testimonial-slider .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
  }
  
  .ct-testimonial-card {
    background: #ffffff;
    border: 2px solid rgba(255,255,255,0.35);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: none;
    min-height: auto;
    text-align: left;
    height: 295px;
  }
  
  .ct-card-body {
    padding: 20px 36px 22px;
  }
  
  .ct-quote-icon {
    color: #8b3fa8;
    font-size: 64px;
    line-height: 0.9;
    font-weight: 800;
    margin-bottom: 10px;
    height: 35px;
  }
  
  .ct-review {
    color: #202020;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
  }
  
  .ct-card-footer {
    border-top: 1px solid #ded8e5;
    padding: 14px 36px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  
  .ct-client-details h4 {
    color: #7b3fa3;
    font-size: 20px !important;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 4px !important;
  }
  
  .ct-client-details p {
    color: #222222;
    font-size: 15px !important;
    line-height: 1.3;
    margin: 0 0 5px !important;
  }
  
  .ct-stars {
    color: #ffb000;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0;
  }
  
  .ct-footer-logo img {
    max-width: 180px;
    max-height: 55px;
    object-fit: contain;
    display: block;
  }
  
  .ct-navigation {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 12px;
    flex-shrink: 0;
  }
  
  .ct-nav-btn {
    width: 46px;
    height: 46px;
    border: 3px solid rgba(255,255,255,0.85);
    border-radius: 10px;
    background: transparent;
    color: #ffffff;
    font-size: 44px;
    line-height: 0.8;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ct-nav-btn:hover {
    background: #ffffff;
    color: #5b2679;
  }
  
  .swiper-pagination,
  .ct-logo-wrap,
  .ct-read-more,
  .ct-client-info {
    display: none !important;
  }
  
  @media (max-width: 1200px) {
    .ct-testimonial-slider .swiper-slide {
      width: 680px !important;
    }
    .ct-section-header h2 {
      font-size: 30px !important;
    }
    .ct-review {
      font-size: 15px;
    }
  }
  
  @media (max-width: 768px) {
    .ct-testimonial-section {
      height: auto !important;
      min-height: unset !important;
      max-height: unset !important;
      padding: 30px 0 40px !important;
    }
    .ct-section-header {
      margin-bottom: 25px !important;
    }
    .ct-section-header h2 {
      font-size: 28px !important;
    }
    .ct-section-header p {
      font-size: 16px !important;
    }
    .ct-testimonial-slider .swiper-slide {
      width: 88vw !important;
      transform: scale(0.96);
    }
    .ct-card-body {
      padding: 20px 22px 24px;
    }
    .ct-quote-icon {
      font-size: 48px;
    }
    .ct-review {
      font-size: 15px;
    }
    .ct-card-footer {
      padding: 14px 22px;
      flex-direction: column;
      align-items: flex-start;
    }
    .ct-client-details h4 {
      font-size: 20px !important;
    }
    .ct-client-details p {
      font-size: 14px !important;
    }
    .ct-footer-logo img {
      max-width: 140px;
    }
    .ct-nav-btn {
      width: 48px;
      height: 48px;
      font-size: 40px;
    }
    .ct-testimonial-card {
      height: auto;
    }
  }
  
  #ct-testimonial-new .et_pb_row {
    max-width: 100% !important;
  }

@media screen and (width: 1024px) and (height: 1292px) {
  .ct-testimonial-section {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    padding: 30px 0 40px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .ct-testimonial-section {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    padding: 30px 0 40px !important;
  }
}