.event-list-block {
  overflow-x: hidden;
}

.testimonial-slider {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* Keep slick track LTR so slides stay visible in RTL */
html.rtl .testimonial-slider,
html.rtl .testimonial-slider .slick-list,
html.rtl .testimonial-slider .slick-track,
html[dir="rtl"] .testimonial-slider,
html[dir="rtl"] .testimonial-slider .slick-list,
html[dir="rtl"] .testimonial-slider .slick-track {
  direction: ltr;
}
html.rtl .testimonial-slider .event-card,
html[dir="rtl"] .testimonial-slider .event-card {
  direction: rtl;
  text-align: right;
}

/* RTL navigation arrows fix - keep arrows centered at bottom */
html.rtl .testimonial-slider .slick-arrow,
html[dir="rtl"] .testimonial-slider .slick-arrow {
  direction: ltr;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}
html.rtl .testimonial-slider .slick-arrow.slick-prev,
html[dir="rtl"] .testimonial-slider .slick-arrow.slick-prev {
  margin-left: -32px !important;
  margin-right: 0 !important;
}
html.rtl .testimonial-slider .slick-arrow.slick-next,
html[dir="rtl"] .testimonial-slider .slick-arrow.slick-next {
  margin-left: 32px !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  html.rtl .testimonial-slider .slick-arrow.slick-prev,
  html[dir="rtl"] .testimonial-slider .slick-arrow.slick-prev {
    margin-left: -28px !important;
  }
  html.rtl .testimonial-slider .slick-arrow.slick-next,
  html[dir="rtl"] .testimonial-slider .slick-arrow.slick-next {
    margin-left: 28px !important;
  }
}
@media (max-width: 480px) {
  html.rtl .testimonial-slider .slick-arrow.slick-prev,
  html[dir="rtl"] .testimonial-slider .slick-arrow.slick-prev {
    margin-left: -24px !important;
  }
  html.rtl .testimonial-slider .slick-arrow.slick-next,
  html[dir="rtl"] .testimonial-slider .slick-arrow.slick-next {
    margin-left: 24px !important;
  }
}

.testimonial-slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.testimonial-slider-wrapper .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1220px) {
  .testimonial-slider-wrapper .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .testimonial-slider-wrapper .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Title header styles for testimonial slider */
.testimonial-slider-wrapper .title-header {
  padding: 10px 0;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .testimonial-slider-wrapper .title-header {
    padding: 60px 0 40px;
  }
}
.testimonial-slider-wrapper .title-header .container {
  text-align: center;
}
.testimonial-slider-wrapper .title-header p {
  margin: 0 auto;
  max-width: 600px;
  font-weight: 300;
}
.testimonial-slider-wrapper .title-header h2 {
  margin-bottom: 10px;
  color: #242A2E !important;
}
/* Override Google Translate font color injection for title header */
.testimonial-slider-wrapper .title-header h2 *,
.testimonial-slider-wrapper .title-header h2 font,
.testimonial-slider-wrapper .title-header h2 span {
  color: #242A2E !important;
}
.testimonial-slider .slick-list {
  margin: 0;
  padding: 0 20px 150px 20px;
  overflow: visible;
}
@media (min-width: 1220px) {
  .testimonial-slider .slick-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .testimonial-slider .slick-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonial-slider.has-few-items .slick-list {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.testimonial-slider.has-few-items .slick-list {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-bottom: 168px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1220px) {
  .testimonial-slider.has-few-items .slick-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider.has-few-items .slick-list {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .testimonial-slider.has-few-items.slick-initialized .slick-track {
    width: auto !important;
    display: inline-flex !important;
    justify-content: center !important;
    transform: translate3d(0, 0, 0) !important;
    margin-left: auto;
    margin-right: auto;
    left: 0 !important;
    gap: 20px;
  }
  .testimonial-slider.has-few-items .event-card {
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px);
    margin: 0;
  }
}
@media (max-width: 480px) {
  .testimonial-slider.has-few-items .slick-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonial-slider.has-few-items.slick-initialized .slick-track {
    gap: 15px;
  }
  .testimonial-slider.has-few-items .event-card {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px);
    margin: 0;
  }
}
.testimonial-slider.slick-initialized .slick-track {
  display: flex;
  align-items: flex-start;
}
/* Center items when there are fewer items than slidesToShow - consolidated above */
.testimonial-slider.has-few-items.slick-initialized .slick-track {
  width: auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  transform: translate3d(0, 0, 0) !important;
  margin-left: auto;
  margin-right: auto;
  left: 0 !important;
  gap: 14px;
}
.testimonial-slider.has-few-items .slick-slide {
  display: inline-flex !important;
  justify-content: center !important;
  float: none !important;
}
.testimonial-slider.has-few-items .event-card {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .testimonial-slider .slick-list {
    margin: 0;
    padding: 0 20px 168px 20px;
    overflow: visible;
  }
}
@media (max-width: 480px) {
  .testimonial-slider .slick-list {
    padding: 0 15px 168px 15px;
    overflow: visible;
  }
}
.testimonial-slider .event-card {
  border-radius: 24px;
  background: #F8F8F8;
  padding: 30px;
  height: auto;
  margin-right: 20px;
  max-width: 440px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}
@media (min-width: 992px) {
  .testimonial-slider .event-card {
    max-height: 318px;
  }
  .testimonial-slider .event-card.expanded {
    max-height: none;
  }
}
@media (max-width: 991px) {
  .testimonial-slider .event-card {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}
@media (max-width: 1200px) {
  .testimonial-slider .event-card {
    min-width: 280px;
    max-width: calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
    margin-right: 15px;
  }
  .testimonial-slider.has-few-items .event-card {
    width: 440px;
    max-width: 440px;
    margin: 0 auto;
  }
}
@media (min-width: 1201px) {
  .testimonial-slider .event-card {
    max-width: calc((100% - 80px) / 4);
    width: calc((100% - 80px) / 4);
    margin-right: 20px;
  }
  .testimonial-slider.has-few-items .event-card {
    width: 440px;
    max-width: 440px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider .event-card {
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px);
    min-width: auto;
    margin-left: auto;
    margin-right: 15px;
    padding: 20px;
    box-sizing: border-box;
  }
  .testimonial-slider .slick-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .testimonial-slider.slick-initialized .slick-track {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .testimonial-slider .slick-slide:last-child .event-card {
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .testimonial-slider .event-card {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px);
    padding: 18px;
    margin-left: auto;
    margin-right: 12px;
  }
  .testimonial-slider .slick-slide:last-child .event-card {
    margin-right: auto;
  }
}
.testimonial-slider .event-card:last-child {
  margin-right: 0;
}
.testimonial-slider .event-card .event-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.testimonial-slider .event-card .feedback-text-wrapper {
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.testimonial-slider .event-card .feedback-text {
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.testimonial-slider .event-card .author-name {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  flex-shrink: 0;
  width: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  .testimonial-slider .event-card .author-name {
    margin-top: 20px;
    gap: 12px;
  }
}
.testimonial-slider .event-card .author-details {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.testimonial-slider .event-card .author-details h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .testimonial-slider .event-card .author-details h5 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .testimonial-slider .event-card .author-details h5 {
    font-size: 14px;
  }
}

.testimonial-slider .event-card .author-image {
  flex-shrink: 0;
  object-fit: cover;
}

/* Read More button styles for testimonial slider */
.testimonial-slider .event-card-content .read-more-btn {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 4px 10px;
  background-color: transparent;
  border: 1px solid #075D61;
  color: #075D61;
  font-size: 12px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  width: fit-content;
  line-height: 1.4;
}
.testimonial-slider .event-card-content .read-more-btn:hover {
  background-color: #075D61;
  color: #fff;
}
.testimonial-slider .event-card-content .feedback-text {
  margin-bottom: 0;
}
.testimonial-slider .event-card-content .feedback-preview,
.testimonial-slider .event-card-content .feedback-full {
  display: block;
  margin-bottom: 0;
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  line-height: 1.4;
}
.testimonial-slider .event-card-content .feedback-preview {
  /* Clamp preview text to four lines with ellipsis */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonial-slider .event-card-content .feedback-full {
  display: block;
}
@media (max-width: 767px) {
  .testimonial-slider .event-card-content .feedback-preview,
  .testimonial-slider .event-card-content .feedback-full {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .testimonial-slider .event-card-content .feedback-preview,
  .testimonial-slider .event-card-content .feedback-full {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider .event-card-content .read-more-btn {
    font-size: 11px;
    padding: 4px 8px;
    margin-top: 6px;
  }
}
.testimonial-slider .slick-slide:last-child .event-card {
  margin-right: 0;
}
.testimonial-slider .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  bottom: 70px;
  width: auto;
  top: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F8F8F8;
  z-index: 9;
  right: auto;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 767px) {
  .testimonial-slider .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: 60px;
  }
}
@media (max-width: 480px) {
  .testimonial-slider .slick-arrow {
    width: 36px;
    height: 36px;
    bottom: 50px;
  }
}
.testimonial-slider .slick-arrow.slick-prev {
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 18L2 10L10 2" stroke="%23242A2E" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -32px;
}
@media (max-width: 767px) {
  .testimonial-slider .slick-arrow.slick-prev {
    margin-left: -28px;
  }
}
@media (max-width: 480px) {
  .testimonial-slider .slick-arrow.slick-prev {
    margin-left: -24px;
  }
}
.testimonial-slider .slick-arrow.slick-next {
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L10 10L2 18" stroke="%23242A2E" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .testimonial-slider .slick-arrow.slick-next {
    margin-left: 28px;
  }
}
@media (max-width: 480px) {
  .testimonial-slider .slick-arrow.slick-next {
    margin-left: 24px;
  }
}
.testimonial-slider .slick-arrow:hover, .testimonial-slider .slick-arrow:focus {
  background-color: #075D61;
}
.testimonial-slider .slick-arrow:hover.slick-prev, .testimonial-slider .slick-arrow:focus.slick-prev {
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 18L2 10L10 2" stroke="white" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.testimonial-slider .slick-arrow:hover.slick-next, .testimonial-slider .slick-arrow:focus.slick-next {
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L10 10L2 18" stroke="white" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.testimonial-slider .slick-arrow:before {
  content: "";
}

/* Override Slick's default arrow hiding behavior */
.testimonial-slider .slick-arrow.slick-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

/* Ensure arrows are always visible when there are multiple slides */
.testimonial-slider:not(.has-few-items) .slick-arrow {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Hide arrows only when there are few items */
.testimonial-slider.has-few-items .slick-arrow {
  display: none !important;
}

/* Force arrows to show on smaller screens when there are multiple cards */
@media (max-width: 1200px) {
  .testimonial-slider .slick-arrow {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .testimonial-slider.has-few-items .slick-arrow {
    display: none !important;
  }
}

/* Force show arrow class for JavaScript control */
.testimonial-slider .slick-arrow.force-show-arrow {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.event-list-block .title-header {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .event-list-block .title-header {
    padding: 60px 0 40px;
  }
}
.event-list-block .title-header .container {
  /* max-width: 650px; */
  text-align: center;
}
.event-list-block .title-header p {
  margin: 0;
}
.event-list-block .title-header h2 {
  margin-bottom: 10px;
}
.event-list-block .event-card-content {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.event-list-block .event-card-content h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 0;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .event-list-block .event-card-content h4 {
    font-size: 20px;
  }
}
.event-list-block .event-card-content .feedback-text-wrapper {
  position: relative;
  text-align: left;
  flex: 1;
}
.event-list-block .event-card-content .feedback-text {
  margin-bottom: 0;
}
.event-list-block .event-card-content .feedback-preview,
.event-list-block .event-card-content .feedback-full {
  margin-bottom: 0;
}
.event-list-block .event-card-content .read-more-btn {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 4px 10px;
  background-color: transparent;
  border: 1px solid #075D61;
  color: #075D61;
  font-size: 12px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  width: fit-content;
  line-height: 1.4;
}
.event-list-block .event-card-content .read-more-btn:hover {
  background-color: #075D61;
  color: #fff;
}
@media (max-width: 767px) {
  .event-list-block .event-card-content .read-more-btn {
    font-size: 11px;
    padding: 4px 8px;
    margin-top: 6px;
  }
}
.event-list-block .event-card-content .feedback-preview,
.event-list-block .event-card-content .feedback-full {
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.event-list-block .event-card-content .feedback-text {
  display: block;
  margin-bottom: 0;
}
.event-list-block .event-card-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  margin-bottom: 8px;
  margin-top: 14px;
  min-height: 40px;
}
.event-list-block .event-card-content .author-name {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .event-list-block .event-card-content .author-name {
    margin-top: 20px;
  }
}
.event-list-block .event-card-content .author-name img {
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
.event-list-block .explore-all-btn-wrapper {
  padding: 0 20px;
}
.event-list-block .explore-all-btn-wrapper .link-btn {
  margin: 0 auto;
}

.author-image {
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.school-testimonial-slider {
  background: #F8F8F8;
}
.school-testimonial-slider .event-card {
  background: #fff;
}

/* Customer Reviews Section - Reversed Background Colors */
.customer-reviews-section {
  background: #F8F8F8;
}
.customer-reviews-section .testimonial-slider .event-card {
  background: #fff;
}
.customer-reviews-section .testimonial-slider .slick-arrow {
  background-color: #fff;
}

/*# sourceMappingURL=testimonial-slider.css.map */








