.testimonials-section .container {
    max-width: 1552px;
    padding: 0 140px;
}
.testimonials-nav-btn:focus {
    background-color: transparent !important;
    color: inherit !important;
}
.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 34px;
    min-height: 96px;
}

.testimonials-title {
    color: #2F393F;
    text-transform: uppercase;
    margin: 0;
    max-width: 504px;
}

.header-navigation {
    display: flex;
    align-items: top;
    gap: 14px;
}

.testimonials-nav-btn {
    display: flex;
    width: 41px;
    height: 41px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 37px;
    border: 1px solid #60676C;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}
.testimonials-nav-btn:hover{
	 background: #2F393F !important;
  color: #FFFFFF !important;
}

.testimonials-nav-btn:hover {
    background: var(--Gray);
}

.testimonials-nav-btn:hover svg path {
    fill: var(--White);
}

.testimonials-nav-btn svg {
    width: 19px;
    height: 19px;
}

.testimonials-slider {
    width: 100%;
}

.testimonials-swiper {
    width: 100%;
/*     height: 252px; */
	overflow:visible;
}

.testimonials-swiper .swiper-wrapper {
    display: flex;
/*     align-items: center; */
}

.testimonials-swiper .swiper-slide {
/*     width: 367px;
     height: 252px; 
	height: auto;
    flex-shrink: 0; */

    /* width: 367px; */
    /* height: 252px; */
    /* height: auto; */
    /* flex-shrink: 0; */
    width: 367px;
    /* height: 252px; */
    flex-shrink: 0;
}

.testimonial-card {
    border-radius: 14px;
    border: 1px solid #F2F2F2;
    background: #FFFFFF;
    padding: 31px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
	height: -webkit-fill-available;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.testimonial-text {
	color: #60676C;
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
	margin: 0;
	flex: 1;
	max-height: max-content;
}

.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 5.625px;
    margin: 10px 0;
}

.testimonial-rating svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author-avatar {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.avatar-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-name {
    color: #60676C;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    margin: 0 0 2px 0;
}

.author-location {
    color: #60676C;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    margin: 0 0 2px 0;
}
.review-read-more-btn {
	padding: 0;
    background-color: transparent;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.review-read-more-btn:hover, 
.review-read-more-btn:focus  {
	background-color: transparent;
	color: #000;
}

.testimonial-text {
    display: block !important;
	height: 100%;
/*     min-height: 112px; */
	min-height:80px;
}

/* Testimonials Responsive Design */
@media (max-width: 1200px) {
    .testimonials-section .container {
        padding: 0 60px;
    }

    .testimonials-title {
        font-size: 36px;
    }

    .testimonials-swiper .swiper-slide {
        width: 320px;
    }

    .testimonial-card {
        padding: 25px;
		height: 100%;
    }
}

@media (max-width: 992px) {
    

    .testimonials-section .container {
        padding: 0 30px;
    }

    .testimonials-title {
        font-size: 32px;
    }

    .header-navigation {
       display:none;
    }

/*     .testimonials-swiper {
        height: 280px;
    } */

    .testimonials-swiper .swiper-slide {
        width: 300px;
/*         height: 280px; */
    }

    .testimonial-card {
        padding: 22px;
    }

    .testimonial-text {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .testimonials-section .container {
        padding: 0 20px;
    }

    .testimonials-title {
        font-size: 28px;
    }

    .header-navigation {
        align-self: top !important;
    }

/*     .testimonials-swiper {
        height: 300px;
    } */

    .testimonials-swiper .swiper-slide {
        width: 280px;
/*         height: 232px; */
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-text {
        font-size: 12px;
    }

    .author-name,
    .author-location {
        font-size: 13px;
    }

    .testimonial-rating svg {
        width: 16px;
        height: 16px;
    }

    .author-avatar {
        width: 38px;
        height: 38px;
    }
}
.single-trip  .testimonial-card  {
		margin-bottom: 80px;
	}

@media (max-width: 576px) {
    .testimonials-title {
        font-size: 24px;
    }

    .testimonials-nav-btn {
        width: 35px;
        height: 35px;
        padding: 8px;
    }

    .testimonials-nav-btn svg {
        width: 16px;
        height: 16px;
    }

/*     .testimonials-swiper {
        height: 320px;
    } */

    .testimonials-swiper .swiper-slide {
        width: 260px;
/*         height: 320px; */
    }

    .testimonial-card {
        padding: 18px;
    }
	
    .testimonial-text {
        font-size: 11px;
    }

    .author-name,
    .author-location {
        font-size: 12px;
    }

    .testimonial-rating svg {
        width: 14px;
        height: 14px;
    }

    .testimonial-rating {
        gap: 4px;
    }

    .author-avatar {
        width: 34px;
        height: 34px;
    }

    .testimonial-author {
        gap: 15px;
    }
}
@media screen and (min-width: 1366px) {
	.testimonial-card {
    height: 90% !important;
	}
}
.rewild-belief-icon-remov img{
/* 	max-width:65%; */
	width: 25px;
	height: 25px;
}
.rewild-icon-col{
	padding: 10px 14px !important;
}

.echte-short {
	height: 100%;
    min-height: 105px;
	margin: 0;
	display: inline;
}

/* 1) Lees-meer knop niet vet + nette focus */
.testimonial-text .review-read-more-btn{
  font-weight: 400 !important; /* override 700 */
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline; /* optioneel */
  line-height: 1.3;
}
.testimonial-text .review-read-more-btn:focus{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}


