/**
 * Testimonial Section
 *
 * Generated by Dreamz Page Builder on 2026-08-12.
 */

.testimonial-section {
	/* Add your styles here */
}
.testimonial_wrapper h2 {
     font-family: 'Liberation Sans';
     font-weight: 700;
}
.testimonial_card_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
	margin-bottom: 30px;
}
.text_Center{
	text-align: center;
}
.testimonial_items {
    position: relative;
    border: 1.5px solid #9F5639;
    border-radius: 20px;
    padding: 20px 18px;
    background: #fff;
    min-width: 0;
}

/* .testimonial_top {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
} */

.testimonial_quote {
    /* width: 31px;
    height: 26px; */
    flex-shrink: 0;
}

.testimonial_quote img {
    /* width: 31px;
    height: 26px; */
    display: block;
}

.testimonial_starwrapper {
    /* display: flex;
    align-items: center;
    gap: 2px;
    margin-left: 28px; */
	text-align: center;
	/* margin-bottom: 6px; */
	margin-top: 21px;
}
.testimonial_stars {
	margin-bottom: 6px;
}
.testimonial_stars span {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #d9d9d9 !important;
}
h2.mb_30 {
	margin-bottom: 30px;
}

.testimonial_stars span.active {
    color: #FFC42F !important;
}
/* Testimonial text */
.testimonial_items p {
    margin: 0 0 20px;

    font-family: 'Liberation Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #766C60;

    /* Maximum 4 lines */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;

    /* Fixed 4-line area */
    min-height: 104px;
    max-height: 104px;
}

/* Customer name */
.testimonial_items h2 {
    margin: 0;

    font-family: 'Liberation Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #171514;
	/* margin-bottom: 30px; */

    vertical-align: middle;
}
.testimonial_items h2::before {
    content: "—";
    margin-right: 5px;
}
.testimonial_quote {
    position: absolute;
    top: 20px;
}
/* Tablet */
@media (max-width: 991px) {
    /* .testimonial_card_wrapper {
        grid-template-columns: repeat(2, 1fr);
    } */
	 .testimonial_quote img {
		display: block;
		height: 20px;
	}
	.testimonial_starwrapper {
		margin-top: 0;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.testimonial_items p {
		font-size: 14px;
		line-height: 24px;
	}
	.testimonial_items p {
		min-height: max-content;
	}
    .testimonial_card_wrapper {
        grid-template-columns: 1fr;
    }

    .testimonial_items {
        padding: 12px 15px;
    }
	.testimonial_items h2 {
		font-size: 17px;
	}
}