.elementor-21339 .elementor-element.elementor-element-333b5fb{--spacer-size:50px;}.elementor-21339 .elementor-element.elementor-element-155bd62{text-align:center;}.elementor-21339 .elementor-element.elementor-element-155bd62 .elementor-heading-title{color:var( --e-global-color-6384ef5 );}.elementor-21339 .elementor-element.elementor-element-ba4b3f9{color:var( --e-global-color-6e50285 );}.elementor-21339 .elementor-element.elementor-element-d433f45{--spacer-size:26px;}/* Start custom CSS for text-editor, class: .elementor-element-ba4b3f9 */.ti-intro-text {
  max-width: 950px;
  margin: 0 auto 50px;
  text-align: center;
  color: #7A4B8E;
}

.ti-intro-text p {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.8;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .ti-intro-text {
    padding: 0 16px;
    margin-bottom: 35px;
  }

  .ti-intro-text p {
    line-height: 1.7;
    margin-bottom: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8d50d2 */.ti-testimonial-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(83, 37, 103, 0.10);
  border: 1px solid rgba(83, 37, 103, 0.08);
  border-left: 6px solid #FBB702;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 30px;
  box-sizing: border-box;
  color: #222222;
}

.ti-testimonial-header {
  text-align: center;
  margin-bottom: 20px;
}

.ti-testimonial-header h3 {
  margin: 0;
  font-size: clamp(24px, 5vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  color: #532567;
}

.ti-testimonial-header p {
  margin: 6px 0 10px;
  font-size: clamp(14px, 3.5vw, 16px);
  color: #7A4B8E;
}

.ti-stars {
  color: #FBB702;
  font-size: clamp(18px, 4vw, 22px);
  letter-spacing: 2px;
}

.ti-testimonial-preview p,
.ti-testimonial-full p {
  font-size: clamp(15px, 3.8vw, 17px);
  line-height: 1.7;
  margin-bottom: 16px;
  color: #4a4a4a;
}

.ti-toggle {
  display: none;
}

.ti-testimonial-full {
  display: none;
}

.ti-toggle:checked ~ .ti-testimonial-full {
  display: block;
}

.ti-view-more {
  display: inline-block;
  margin-top: 10px;
  background: #FBB702;
  color: #532567;
  padding: 12px 24px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
  text-decoration: none;
}

.ti-view-more:hover {
  background: #e0a400;
  color: #532567;
  transform: translateY(-2px);
}

.ti-view-more::after {
  content: "View Full Testimonial";
}

.ti-toggle:checked ~ .ti-view-more::after {
  content: "Show Less";
}

.ti-signature {
  color: #532567;
  font-weight: 700;
  font-size: clamp(16px, 4vw, 18px);
  margin-top: 20px;
}

@media (max-width: 767px) {
  .ti-testimonial-card {
    padding: 22px 18px;
    border-radius: 14px;
    border-left: 4px solid #FBB702;
  }

  .ti-testimonial-content p,
  .ti-testimonial-preview p,
  .ti-testimonial-full p {
    line-height: 1.65;
  }

  .ti-view-more {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }
}

@media (max-width: 480px) {
  .ti-testimonial-card {
    padding: 20px 15px;
    box-shadow: 0 6px 18px rgba(83, 37, 103, 0.10);
  }

  .ti-stars {
    letter-spacing: 1px;
  }

  .ti-testimonial-preview p,
  .ti-testimonial-full p {
    margin-bottom: 14px;
  }
}/* End custom CSS */