﻿.section-review {
    background: #f4f6f5;
    padding: 60px 0;
}
.title-review {
    margin-bottom: 40px;
    color: #1f4d3b;
}
.review-container {
    /*max-width: 900px;*/
    margin: 0 auto 60px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    position: relative;
}

.customer-avatar img {
   width: 250px;
   height: 250px;
   object-fit: cover;
   border-radius: 12px;
}

.review-content {
    margin-left: -70px;
    /*margin-top: 5px;*/
    margin-top: 153px;
    width: 500px;
}

.subtitle {
    color: #1f4d3b;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    margin-left: 62px;
}
.sub-review {
    margin-left: 62px;
    color: #f5c860;
}
.sub-review span {
    color:#000;
}
.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
}

.review-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 12px;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-footer strong {
    font-size: 15px;
}

.review-footer span {
    font-size: 13px;
    color: #888;
}

.stars {
    color: #f4b400;
    font-size: 18px;
}
/*swiper begin*/
.swiper {
    width: 100%;
    padding: 0 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
   /* width: 300px;
    height: 300px;*/
   max-width:700px;
}
.swiper-slide img {
    display: block;
    width:100%;
}
.swiper-slide-shadow-right,
.swiper-slide-shadow-left {
    background-color: #1f4d3b;
    z-index: -1 !important;
}

@media screen and (max-width:1024px) {
    
    .customer-avatar img {
        width:100px;
        height:100px;
    }
    .review-content {
        margin-top:43px;
    }
}
/*swiper end*/