
        body{
            background:#f8f9fa;
            padding:40px 0;
        }

        .review-card{
            background:#fff;
            border-radius:12px;
            box-shadow:0 2px 10px rgba(0,0,0,.08);
            transition:.3s;
            height:100%;
        }

        .review-card:hover{
            transform:translateY(-5px);
        }

        .review-img{
            width:60px;
            height:60px;
            object-fit:cover;
            border-radius:50%;
        }

        .review-date{
            font-size:13px;
            color:#6c757d;
        }

        .nationality{
            font-size:14px;
            color:#0d6efd;
            font-weight:500;
        }

        .comment{
            color:#555;
            line-height:1.6;
        }
 