/* Main Container */
.testimonials-section-main {
  width: 100%;
  max-width: 1800px;
  margin: 160px auto 0;
  padding: 0 20px;
  font-weight: 500;
}

/* Header Styles */
.testimonials-header {
  margin-bottom: 36px;
}

.testimonials-title {
  font-size: 80px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #000;
  margin-bottom: 16px;
}

.testimonials-title-highlight {
  color: #ff7415;
}

.testimonials-subtitle {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.75;
  color: #000;
  margin: 0;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}

/* Row Spacing */
.testimonials-top-row {
  margin-bottom: 8px;
}

.testimonials-bottom-row {
  margin-bottom: 0;
}

.testimonials-top-row .col-xl-6,
.testimonials-top-row .col-xl-3,
.testimonials-top-row .col-lg-6,
.testimonials-top-row .col-lg-3,
.testimonials-top-row .col-md-12,
.testimonials-top-row .col-md-6,
.testimonials-bottom-row .col-xl-4,
.testimonials-bottom-row .col-lg-4,
.testimonials-bottom-row .col-md-6,
.testimonials-bottom-row .col-sm-12 {
  margin-bottom: 18px;
  /* display: flex; */
  align-items: stretch;
}

/* Video Testimonial Card */
.testimonial-video-card {
  background: #fff7f0;
  border: 1.29px solid #ff7415;
  border-radius: 24px;
  padding: 14px;
  height: 100%;
}

.video-content-container {
  position: relative;
  background-color: #000;
  border-radius: 24px;
  min-height: 472px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.video-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.play-video-btn {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #dd630f 0%, #ffa245 100%);
  border: 1.29px solid #ff7415;
  border-radius: 129px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.play-video-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(221, 99, 15, 0.4);
}

.play-btn-text {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: white;
  line-height: 1.3;
}

.play-btn-icon {
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.video-testimonial-text {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  color: white;
  margin: 0;
}

/* Image Testimonial Card */
.testimonial-image-card {
  background: #fff7f0;
  border: 1.29px solid #ff7415;
  border-radius: 24px;
  padding: 14px;
  height: 100%;
}

.testimonial-main-image {
  width: 100%;
  border-radius: 24px;
  aspect-ratio: 0.78;
  object-fit: cover;
}

/* Author Info (for Video and Image Cards) */
.testimonial-author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-top: 16px;
}

.author-details {
  flex: 1;
}

.author-name {
  font-size: 45px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #ff7415;
  line-height: 1;
  margin-bottom: 6px;
}

.author-role {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.3;
  color: #000;
  margin: 0;
}

.author-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

/* Detailed Testimonial Card */
.testimonial-detailed-card {
  background: #fff7f0;
  border: 1.29px solid #ff7415;
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.detailed-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.author-info-section {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.author-profile-image {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  object-fit: cover;
}

.author-text-info {
  flex: 1;
}

.author-name-detailed {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.3;
  color: #ff7415;
  margin-bottom: 2px;
}

.author-role-detailed {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  color: #000;
  margin: 0;
}

.rating-section {
  display: flex;
  align-items: center;
  gap: 4px;
}

.star-icon {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.testimonial-divider {
  width: 100%;
  height: 1px;
  background: #ff7415;
  border: 1px solid #ff7415;
  margin-bottom: 28px;
}

.testimonial-text {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
  color: #000;
  margin: 0;
  flex: 1;
}

/* Responsive Design */

/* Laptop screens (1024px – 1440px) */
@media (min-width: 1024px) and (max-width: 1550px) {
  .testimonials-section-main {
    margin-top: 120px;
    padding: 0 30px;
  }

  .testimonials-title {
    font-size: 64px;
    line-height: 1.1;
  }

  .testimonials-subtitle {
    font-size: 18px;
    max-width: 700px;
  }

  .testimonials-header {
    margin-bottom: 28px;
  }

  .video-content-container {
    min-height: 400px;
    padding: 28px;
  }

  .play-btn-text {
    font-size: 18px;
  }

  .video-testimonial-text {
    font-size: 18px;
  }

  .author-name {
    font-size: 36px;
  }

  .author-role {
    font-size: 18px;
  }

  .author-avatar {
    width: 50px;
    height: 50px;
  }

  .testimonial-detailed-card {
    padding: 32px;
  }

  .author-profile-image {
    width: 64px;
    height: 64px;
  }

  .author-name-detailed {
    font-size: 18px;
  }

  .author-role-detailed {
    font-size: 14px;
  }

  .testimonial-text {
    font-size: 18px;
    line-height: 1.6;
  }

  .star-icon {
    width: 20px;
    height: 20px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
  .testimonials-section-main {
    margin-top: 80px;
    padding: 0 20px;
  }

  .testimonials-title {
    font-size: 80px;
  }

  .testimonials-subtitle {
    font-size: 18px;
  }

  .author-name {
    font-size: 48px;
  }

  .video-content-container {
    min-height: 350px;
    padding: 24px;
  }

  .testimonial-detailed-card {
    padding: 30px;
  }

  .testimonials-header {
    margin-bottom: 24px;
  }
}

/* Tablet devices (768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonials-title {
    font-size: 56px;
    line-height: 1.1;
  }

  .testimonials-subtitle {
    font-size: 16px;
    line-height: 1.6;
  }

  .author-name {
    font-size: 38px;
  }

  .author-role {
    font-size: 18px;
  }

  .video-content-container {
    min-height: 320px;
  }

  .play-btn-text,
  .video-testimonial-text {
    font-size: 17px;
  }
}                 

/* Mobile devices (576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .testimonials-section-main {
    margin-top: 60px;
    padding: 0 16px;
  }

  .testimonials-header {
    margin-bottom: 30px;
  }

  .testimonials-title {
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .testimonials-subtitle {
    font-size: 15px;
    line-height: 1.5;
  }

  .testimonials-top-row,
  .testimonials-bottom-row {
    margin-bottom: 0;
  }

  .testimonials-top-row > div,
  .testimonials-bottom-row > div {
    margin-bottom: 16px;
  }

  .video-content-container {
    min-height: 280px;
    padding: 20px;
  }

  .play-video-btn {
    padding: 12px 16px;
  }

  .play-btn-text {
    font-size: 16px;
  }

  .play-btn-icon {
    width: 24px;
    height: 24px;
  }

  .video-testimonial-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .testimonial-author-info {
    padding: 14px;
    margin-top: 14px;
  }

  .author-name {
    font-size: 32px;
    margin-bottom: 4px;
  }

  .author-role {
    font-size: 15px;
  }

  .author-avatar {
    width: 48px;
    height: 48px;
  }

  .testimonial-detailed-card {
    padding: 24px;
  }

  .detailed-card-header {
    margin-bottom: 22px;
  }

  .author-profile-image {
    width: 60px;
    height: 60px;
  }

  .author-name-detailed {
    font-size: 17px;
  }

  .author-role-detailed {
    font-size: 14px;
  }

  .star-icon {
    width: 20px;
    height: 20px;
  }

  .testimonial-divider {
    margin-bottom: 22px;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* Extra small devices (below 576px) */
@media (max-width: 575.98px) {
  .testimonials-section-main {
    margin-top: 50px;
    padding: 0 12px;
  }

  .testimonials-header {
    margin-bottom: 24px;
  }

  .testimonials-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .testimonials-subtitle {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 5px;
  }

  .testimonials-top-row,
  .testimonials-bottom-row {
    margin-bottom: 0;
  }

  .testimonials-top-row > div,
  .testimonials-bottom-row > div {
    margin-bottom: 14px;
  }

  .testimonial-video-card,
  .testimonial-image-card,
  .testimonial-detailed-card {
    border-radius: 20px;
    padding: 12px;
  }

  .video-content-container {
    min-height: 250px;
    padding: 18px;
    border-radius: 20px;
  }

  .video-background-image {
    border-radius: 20px;
  }

  .play-video-btn {
    padding: 10px 14px;
  }

  .play-btn-text {
    font-size: 14px;
  }

  .play-btn-icon {
    width: 22px;
    height: 22px;
  }

  .video-testimonial-text {
    font-size: 13px;
    line-height: 1.55;
  }

  .testimonial-main-image {
    border-radius: 20px;
  }

  .testimonial-author-info {
    padding: 12px;
    margin-top: 12px;
  }

  .author-name {
    font-size: 26px;
    margin-bottom: 3px;
  }

  .author-role {
    font-size: 13px;
    line-height: 1.4;
  }

  .author-avatar {
    width: 42px;
    height: 42px;
  }

  .testimonial-detailed-card {
    padding: 20px;
  }

  .detailed-card-header {
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .author-info-section {
    gap: 8px;
  }

  .author-profile-image {
    width: 54px;
    height: 54px;
  }

  .author-name-detailed {
    font-size: 15px;
    line-height: 1.3;
  }

  .author-role-detailed {
    font-size: 12px;
    line-height: 1.4;
  }

  .rating-section {
    gap: 3px;
  }

  .star-icon {
    width: 18px;
    height: 18px;
  }

  .testimonial-divider {
    margin-bottom: 18px;
  }

  .testimonial-text {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* Very small devices (below 400px) */
@media (max-width: 399.98px) {
  .testimonials-section-main {
    margin-top: 40px;
    padding: 0 10px;
  }

  .testimonials-header {
    margin-bottom: 20px;
  }

  .testimonials-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .testimonials-subtitle {
    font-size: 13px;
    line-height: 1.5;
  }

  .testimonials-top-row > div,
  .testimonials-bottom-row > div {
    margin-bottom: 12px;
  }

  .testimonial-video-card,
  .testimonial-image-card,
  .testimonial-detailed-card {
    border-radius: 18px;
    padding: 10px;
  }

  .video-content-container {
    min-height: 220px;
    padding: 16px;
    border-radius: 18px;
  }

  .video-background-image {
    border-radius: 18px;
  }

  .play-video-btn {
    padding: 8px 12px;
  }

  .play-btn-text {
    font-size: 13px;
  }

  .play-btn-icon {
    width: 20px;
    height: 20px;
  }

  .video-testimonial-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .testimonial-main-image {
    border-radius: 18px;
  }

  .testimonial-author-info {
    padding: 10px;
    margin-top: 10px;
  }

  .author-name {
    font-size: 22px;
    margin-bottom: 2px;
  }

  .author-role {
    font-size: 12px;
  }

  .author-avatar {
    width: 38px;
    height: 38px;
  }

  .testimonial-detailed-card {
    padding: 16px;
  }

  .detailed-card-header {
    margin-bottom: 16px;
    gap: 8px;
  }

  .author-info-section {
    gap: 6px;
  }

  .author-profile-image {
    width: 48px;
    height: 48px;
  }

  .author-name-detailed {
    font-size: 14px;
  }

  .author-role-detailed {
    font-size: 11px;
  }

  .star-icon {
    width: 16px;
    height: 16px;
  }

  .testimonial-divider {
    margin-bottom: 16px;
  }

  .testimonial-text {
    font-size: 12px;
    line-height: 1.55;
  }
}
