.testimonial-svg-clip {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  display: block !important;
}

.testimonials-section {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.testimonials-section .section-header {
  margin-bottom: 50px;
}
.testimonials-section .section-header .section-title {
  color: #3d4b29;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.testimonials-section .section-header .section-title .highlight {
  color: #97aa1b;
  background: none;
  -webkit-text-fill-color: initial;
}
.testimonials-section .testimonials-slider-container {
  position: relative;
  width: 100%;
}
.testimonials-section .testimonials-slider {
  width: 100%;
  margin-bottom: 50px;
}
.testimonials-section .testimonials-slider .slick-list {
  padding: 0;
  margin: 0 -12px;
  overflow: visible;
}
.testimonials-section .testimonials-slider .slick-slide {
  padding: 0 12px;
  height: auto !important;
  display: flex;
}
.testimonials-section .testimonials-slider .slick-slide > div {
  width: 100%;
}
.testimonials-section .testimonials-slider .slick-track {
  display: flex !important;
  align-items: flex-start;
}
.testimonials-section .testimonial-slide {
  outline: none;
}
.testimonials-section {
  /* ==========================================================
     1. VIDEO TESTIMONIAL STYLES (Original Design)
     ========================================================== */
}
.testimonials-section .slide-video .slide-card {
  position: relative;
  width: 100%;
  height: 412px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
  transition: height 0.45s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.45s ease;
}
.testimonials-section .slide-video .slide-card:hover, .testimonials-section .slide-video .slide-card.touch-active {
  height: 454px;
  box-shadow: 0 15px 35px rgba(61, 75, 41, 0.15);
  transition: height 0.65s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.65s ease;
}
.testimonials-section .slide-video .slide-card:hover .nameplate-small, .testimonials-section .slide-video .slide-card.touch-active .nameplate-small {
  background: linear-gradient(180deg, #0077c5 0%, #004d80 100%) !important;
  transition: background 0.65s ease, height 0.65s cubic-bezier(0.25, 1, 0.5, 1);
}
.testimonials-section .slide-video .student-photo {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.testimonials-section .slide-video .student-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.testimonials-section .slide-video .slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
.testimonials-section .slide-video .testimonial-nameplate {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 10;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.testimonials-section .slide-video .testimonial-svg-clip {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}
.testimonials-section .slide-video .nameplate-small {
  width: calc(100% - 20px);
  height: 118px;
  padding: 16px;
  background: linear-gradient(180deg, #9baa3a 0%, #3e4417 141.03%) !important;
  clip-path: url(#clip-video-testimonial);
  -webkit-clip-path: url(#clip-video-testimonial);
  transition: background 0.45s ease, height 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
.testimonials-section .slide-video .nameplate-content {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  text-align: left;
}
.testimonials-section .slide-video .nameplate-content .student-name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.testimonials-section .slide-video .nameplate-content .student-course {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.2px;
  text-transform: capitalize;
}
.testimonials-section .slide-video .btn-play-video {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f3791d;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  box-shadow: 0 4px 10px rgba(243, 121, 29, 0.3);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.testimonials-section .slide-video .btn-play-video svg {
  margin-left: 2px;
}
.testimonials-section .slide-video .btn-play-video:hover {
  background-color: #e2670d;
  transform: scale(1.1);
}
.testimonials-section {
  /* ==========================================================
     2. TEXT TESTIMONIAL STYLES (Clip-Path Multi-Layer Design)
     ========================================================== */
  /* ==========================================================
       2. TEXT TESTIMONIAL STYLES (Clip-Path Multi-Layer Design)
       ========================================================== */
}
.testimonials-section .slide-text .testimonial-card {
  position: relative;
  width: 100%;
  height: 412px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(180deg, #9baa3a 0%, #3e4417 141.03%);
  border-radius: 28px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  /* Base collapse (slide up) transition timing */
  transition: height 0.45s cubic-bezier(0.25, 1, 0.5, 1), background 0.45s ease, transform 0.45s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.45s ease;
}
.testimonials-section .slide-text .testimonial-card.touch-active, .testimonials-section .slide-text .testimonial-card:hover {
  height: 454px;
  background: linear-gradient(180deg, #1f78b4 0%, #0d4a75 100%);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  /* Slower expansion (slide down) transition timing */
  transition: height 0.65s cubic-bezier(0.25, 1, 0.5, 1), background 0.65s ease, transform 0.65s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.65s ease;
}
.testimonials-section .slide-text .testimonial-card.touch-active .testimonial-upper, .testimonials-section .slide-text .testimonial-card:hover .testimonial-upper {
  height: 232px;
  transition: height 0.65s cubic-bezier(0.25, 1, 0.5, 1);
}
.testimonials-section .slide-text .testimonial-card.touch-active .testimonial-bottom, .testimonials-section .slide-text .testimonial-card:hover .testimonial-bottom {
  background: linear-gradient(180deg, #0077c5 0%, #004d80 100%);
}
.testimonials-section .slide-text .testimonial-card.card-expanded {
  min-height: 440px !important;
  height: auto !important;
}
.testimonials-section .slide-text .testimonial-upper {
  position: relative;
  width: 100%;
  height: 190px;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #1a202c;
  border-radius: 20px;
  /* Base collapse (slide up) transition timing */
  transition: height 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
.testimonials-section .slide-text .testimonial-upper .testimonial-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.testimonials-section .slide-text .testimonial-bottom {
  position: relative;
  width: 100%;
  height: 182px;
  flex-shrink: 0;
  padding: 16px;
  background: linear-gradient(180deg, #9baa3a 0%, #3e4417 141.03%);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Smooth background shift on hover */
  transition: background 0.4s ease;
  /* Apply Text SVG Clip Path */
  clip-path: url(#clip-text-testimonial);
  -webkit-clip-path: url(#clip-text-testimonial);
}
.testimonials-section .slide-text .testimonial-bottom.expanded {
  clip-path: none !important;
  -webkit-clip-path: none !important;
  height: auto !important;
  min-height: 200px !important;
  border-radius: 20px !important;
  z-index: 50 !important;
}
.testimonials-section .slide-text .testimonial-bottom.expanded .testimonial-text-wrap {
  max-height: 70px !important;
  overflow-y: auto !important;
  padding-right: 4px;
}
.testimonials-section .slide-text .testimonial-bottom.expanded .student-desc {
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
}
.testimonials-section .slide-text .testimonial-content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.testimonials-section .slide-text .testimonial-content .student-name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px 0;
  line-height: 1.2;
  color: #ffffff;
}
.testimonials-section .slide-text .testimonial-content .student-course {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
  opacity: 0.9;
  text-transform: capitalize;
}
.testimonials-section .slide-text .testimonial-content .testimonial-text-wrap {
  max-height: 42px;
  overflow: hidden;
  margin-top: 8px;
  padding-right: 4px;
  transition: max-height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.testimonials-section .slide-text .testimonial-content .testimonial-text-wrap::-webkit-scrollbar {
  width: 4px;
}
.testimonials-section .slide-text .testimonial-content .testimonial-text-wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.testimonials-section .slide-text .testimonial-content .testimonial-text-wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}
.testimonials-section .slide-text .testimonial-content .student-desc {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonials-section .slide-text .btn-read-more-testimonial {
  position: relative;
  z-index: 20;
  pointer-events: auto !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start;
  width: 105px !important;
  min-width: 105px !important;
  max-width: 105px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  text-align: center !important;
  border-radius: 999px;
  border: 0.8px solid #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, #ffffff 100%);
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  margin-top: auto !important;
  transition: background 0.2s ease, color 0.2s ease;
}
.testimonials-section .slide-text .btn-read-more-testimonial:hover {
  background: linear-gradient(90deg, #ff6600 -38.63%, #ffffff 100%);
  color: #ffffff;
}

/* ==========================================================
   3. RESPONSIVE ADJUSTMENTS (Combined Single Media Query)
   ========================================================== */
@media (min-width: 1024px) and (max-width: 1280px) {
  .testimonials-section .slide-video .nameplate-content .student-name {
    font-size: 16px;
  }
  .testimonials-section .slide-text .testimonial-content .student-name {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .testimonials-section .section-header {
    margin-bottom: 30px;
  }
  .testimonials-section .testimonials-slider {
    margin-bottom: 30px;
  }
  .testimonials-section .testimonials-slider .slick-list {
    margin: 0 -8px;
  }
  .testimonials-section .testimonials-slider .slick-slide {
    padding: 0 8px;
  }
  .testimonials-section .slide-video .slide-card {
    height: 412px;
  }
  .testimonials-section .slide-video .slide-card:hover, .testimonials-section .slide-video .slide-card.touch-active {
    height: 454px;
    box-shadow: 0 15px 35px rgba(61, 75, 41, 0.15);
  }
  .testimonials-section .slide-video .slide-card:hover .nameplate-small, .testimonials-section .slide-video .slide-card.touch-active .nameplate-small {
    background: linear-gradient(180deg, #0077c5 0%, #004d80 100%) !important;
  }
  .testimonials-section .slide-video .nameplate-small {
    width: calc(100% - 20px);
    max-width: none;
    height: 118px;
    background-size: 100% 100% !important;
  }
  .testimonials-section .slide-video .btn-play-video {
    right: 18px;
    bottom: 10px;
    width: 38px;
    height: 38px;
  }
  .testimonials-section .slide-text .testimonial-card {
    height: 412px;
    padding: 12px;
    gap: 12px;
  }
  .testimonials-section .slide-text .testimonial-upper {
    height: 190px;
  }
  .testimonials-section .slide-text .testimonial-bottom.expanded .testimonial-text-wrap {
    max-height: 64px !important;
  }
  .testimonials-section .btn-play-video {
    right: 28px;
    bottom: 10px;
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 480px) {
  .testimonials-section .slide-video .nameplate-content {
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .testimonials-section .slide-video .nameplate-content {
    margin-left: 0;
  }
}
/* ==========================================================
   4. LARGE SCREEN MEDIA QUERIES (1440px & 1920px)
   ========================================================== */
@media (min-width: 1440px) {
  .testimonials-section .slide-video .slide-card {
    height: 440px;
  }
  .testimonials-section .slide-video .slide-card:hover {
    height: 480px;
  }
  .testimonials-section .slide-video .nameplate-small {
    height: 132px;
    padding: 18px 20px;
  }
  .testimonials-section .slide-video .nameplate-content .student-name {
    font-size: 18px;
  }
  .testimonials-section .slide-video .nameplate-content .student-course {
    font-size: 15px;
  }
  .testimonials-section .slide-video .btn-play-video {
    right: 24px;
    bottom: 10px;
    width: 48px;
    height: 48px;
  }
  .testimonials-section .slide-text .testimonial-card {
    height: 440px;
  }
  .testimonials-section .slide-text .testimonial-card:hover {
    height: 480px;
  }
  .testimonials-section .slide-text .testimonial-card:hover .testimonial-upper {
    height: 250px;
  }
  .testimonials-section .slide-text .testimonial-upper {
    height: 210px;
  }
  .testimonials-section .slide-text .testimonial-bottom {
    height: 194px;
  }
}
@media (min-width: 1920px) {
  .testimonials-section .slide-video .slide-card {
    height: 470px;
  }
  .testimonials-section .slide-video .slide-card:hover {
    height: 515px;
  }
  .testimonials-section .slide-video .nameplate-small {
    height: 144px;
    padding: 22px 24px;
  }
  .testimonials-section .slide-video .nameplate-content .student-name {
    font-size: 22px;
  }
  .testimonials-section .slide-video .nameplate-content .student-course {
    font-size: 16px;
  }
  .testimonials-section .slide-video .btn-play-video {
    right: 28px;
    bottom: 12px;
    width: 52px;
    height: 52px;
  }
  .testimonials-section .slide-text .testimonial-card {
    height: 470px;
  }
  .testimonials-section .slide-text .testimonial-card:hover {
    height: 515px;
  }
  .testimonials-section .slide-text .testimonial-card:hover .testimonial-upper {
    height: 275px;
  }
  .testimonials-section .slide-text .testimonial-upper {
    height: 230px;
  }
  .testimonials-section .slide-text .testimonial-bottom {
    height: 206px;
  }
}/*# sourceMappingURL=testimonial.css.map */