/**
 * Testimonial
 *
 * Generated by Dreamz Page Builder on 2026-07-22.
 */

.testimonial{
	padding: 80px 0px;
	position: relative;
}

.testimonial .main-title{
	margin-bottom: 30px;
	text-align: center;
	background: #fff;
}
.testimonial .main-title h2{
	margin-bottom: 0px;
}
.testimonial-wrapper{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
}

.testimonial-col{
	width: 33.33%;
	padding: 0px 10px;
	position: relative;
	z-index: 2;
}
.quote-icon{
    color: rgba(182, 140, 87, 0.50);
    text-align: center;
    font-family: var(--font-inclusive-sans);
    font-size: 168px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    position: relative;
    top: 30px;
}
.testimonial-item{
	border-radius: 20px;
	border: 1.5px solid #B68C57;
	background: #FFF;
	padding: 30px 15px;
	height: 100%;
}

.testimonial-icon{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
.stra-wrap{
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top: 20px;
}
.stra-wrap .star{
	margin-bottom: 10px;
}
.testimonial-item .text{
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
}

.testimonial-item .text{
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
}
.testimonial-item .name{
    font-weight: 500;
    margin-top: 50px;
}
.testimonial-content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 55px);
}

.testimonial::before{
	content: "";
	background-image: url(../images/why-piao-pattern.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	width: 450px;
	height: 240px;
	top: 20px;
	left: 0px;
	background-position: left;
}
.testimonial::after{
	content: "";
	background-image: url(../images/why-piao-pattern-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	width: 450px;
	height: 240px;
	top: 20px;
	right: 0px;
	transform: rotate(0deg);
    opacity: 0.1;
    background-position: right;
}
@media only screen and (max-width:1500px) {
	.testimonial::after,.testimonial::before{
		width: 340px;
	}
}
@media only screen and (max-width:1199px) {
    .testimonial-item .name {
        margin-top: 20px;
    }
	.testimonial::after,.testimonial::before{
	    width: 300px;
        top: 0px;
	}
	.testimonial-col{
		width: 50%;
		margin-bottom: 20px;
	}
	.testimonial{
		padding: 80px 0px 60px 0px;
	}
}


@media only screen and (max-width:991px) {
	.testimonial-col{
		width: 100%;
	}
	.testimonial {
    	padding: 60px 0px 40px 0px;
	}
	.stra-wrap{
		top: 10px;
	}
	.testimonial-item .name {
        margin-top: 10px;
    }
	.testimonial::after,.testimonial::before{
		width: 250px;
		height: 190px;
	}
}
@media only screen and (max-width:767px) {
	.testimonial {
		padding: 50px 0px 30px 0px;
	}
	.quote-icon{
		font-size: 150px;
	}
	.testimonial::after{
		display: none;
	}
	.testimonial::before {
		display: none;
    }
}