.review-title{

    font-size:20px;

    font-weight:600;

    margin-top:15px;

    margin-bottom:10px;

    color:#3E2A16;

}

.verified-badge{

    display:inline-block;

    background:#EAF8ED;

    color:#1B8E3E;

    font-size:13px;

    padding:5px 12px;

    border-radius:30px;

    margin-top:10px;

}

.review-photo{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

border:4px solid #fff5df;

}

.review-product{

    color:#D88900;

    font-weight:600;

    margin-bottom:12px;

    font-size:15px;

}
.review-section{

padding:90px 0;

background:#FFF8EC;

position:relative;

overflow:hidden;

}

.review-title{

font-size:46px;

font-weight:700;

}

.review-title span{

color:#d98a00;

}

.review-subtitle{

font-size:18px;

color:#777;

margin-top:15px;

}
.review-card{
    position:relative;
    background:#fff;
    border-radius:22px;
    padding:28px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    border:1px solid #f2e7d5;
}

.review-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.review-stars{

color:#F4B400;

font-size:18px;

margin-bottom:15px;

}

.verified{

display:inline-block;

padding:6px 14px;

background:#E8F8EE;

color:#198754;

border-radius:50px;

font-size:13px;

font-weight:600;

margin-bottom:20px;

}

.product-badge{

display:inline-block;

background:#FFF4D7;

padding:8px 16px;

border-radius:40px;

font-size:13px;

font-weight:600;

color:#8a5a00;

margin-bottom:18px;

}
.review-text{

    color:#666;

    font-size:17px;

    line-height:30px;

    margin:18px 0;

}

.review-avatar{

width:70px;

height:70px;

background:linear-gradient(135deg,#F0A500,#C97700);

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

font-weight:bold;

color:#fff;

flex-shrink:0;

}

.customer-name{

font-size:20px;

font-weight:700;

margin-bottom:4px;

}

.customer-city{

color:#888;

font-size:15px;

}

.customer-info{

display:flex;

align-items:center;

gap:15px;

margin-top:25px;

border-top:1px solid #eee;

padding-top:20px;

}

.review-heading2{

font-size:22px;

font-weight:700;

margin:18px 0 15px;

color:#3E2A16;

}
.quote-icon{

position:absolute;

top:25px;

right:25px;

font-size:42px;

color:#f7dfb0;

}

.review-heading2{
    font-size:46px;
    font-weight:700;
    color:#3E2A16;
    margin-bottom:15px;
}

.review-heading2 span{
    color:#D88900;
}

.review-card .review-title{
    font-size:24px;
    font-weight:700;
    color:#3E2A16;
    margin:15px 0;
}

.swiper-slide{

    height:auto;

}