.rex-testimonial-section{
    background:#f7f7f7;
    padding:90px 20px;
}

.rex-container{
    max-width:1400px;
    margin:auto;
}

.rex-heading{
    text-align:center;
    margin-bottom:50px;
}

.rex-heading h2{
    font-size:48px;
    font-weight:700;
    color:#111;
}

.rex-card{
    background:#fff;
    border-radius:25px;
    padding:40px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    text-align:center;
    height:100%;
}

.rex-rating{
    color:#f5b301;
    font-size:28px;
    margin-bottom:25px;
    letter-spacing:4px;
}

.rex-review-content{
    color:#555;
    line-height:1.9;
    font-size:20px;
    margin-bottom:30px;
}

.rex-review-name{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin:0;
}

.rex-btn-wrap{
    text-align:center;
    margin-top:50px;
}

.rex-btn{
    background:#16a34a;
    color:#fff;
    border:none;
    padding:16px 40px;
    border-radius:10px;
    font-size:20px;
    cursor:pointer;
    transition:0.3s;
}

.rex-btn:hover{
    background:#15803d;
}


/* =========================
POPUP
========================= */

.rex-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.rex-popup-box{
    background:#fff;
    width:90%;
    max-width:600px;
    padding:45px;
    border-radius:25px;
    position:relative;
    text-align:center;
}

.rex-popup-box h3{
    font-size:42px;
    margin-bottom:15px;
}

.rex-close{
    position:absolute;
    right:20px;
    top:15px;
    font-size:40px;
    cursor:pointer;
}

.rex-popup-box textarea,
.rex-popup-box input{
    width:100%;
    border:1px solid #ddd;
    border-radius:12px;
    padding:18px;
    font-size:18px;
    margin-bottom:20px;
}

.rex-popup-box textarea{
    height:180px;
    resize:none;
}

.rex-popup-box button{
    width:100%;
    background:#16a34a;
    color:#fff;
    border:none;
    padding:18px;
    border-radius:12px;
    font-size:20px;
    cursor:pointer;
}

.rex-star-rating{
    margin-bottom:25px;
}

.rex-star-rating span{
    color:#f5b301;
    font-size:40px;
    margin:0 5px;
}

.rex-star-rating input{
    display:none;
}

.rex-message{
    margin-top:15px;
    color:green;
    font-size:18px;
}

.swiper-slide{
    height:auto;
}

.rex-popup-box select{
    width:100%;
    border:1px solid #ddd;
    border-radius:12px;
    padding:18px;
    font-size:18px;
    margin-bottom:20px;
    background:#fff;
}

@media(max-width:768px){

    .rex-heading h2{
        font-size:34px;
    }

    .rex-popup-box{
        padding:30px 20px;
    }

    .rex-popup-box h3{
        font-size:30px;
    }

    .rex-review-content{
        font-size:17px;
    }

}