/*====================================================
        GOOGLE REVIEWS
====================================================*/

.review-section{

    position:relative;

    padding:120px 0;

    overflow:hidden;

    background:
    radial-gradient(circle at top left,rgba(0,87,255,.08),transparent 35%),
    radial-gradient(circle at bottom right,rgba(0,184,255,.08),transparent 35%),
    linear-gradient(135deg,#ffffff 0%,#f7fbff 45%,#edf8ff 100%);

}

/* Background Glow */

.review-section::before{

    content:"";

    position:absolute;

    width:550px;

    height:550px;

    top:-250px;

    left:-220px;

    border-radius:50%;

    background:#0d6efd12;

    filter:blur(120px);

}

.review-section::after{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    bottom:-220px;

    right:-180px;

    border-radius:50%;

    background:#00b8ff15;

    filter:blur(120px);

}

.review-section .container{

    position:relative;

    z-index:2;

}

/*============================
Heading
============================*/

.review-heading{

    text-align:center;

    margin-bottom:60px;

}

.review-tag{

    display:inline-block;

    padding:10px 24px;

    border-radius:40px;

    background:#eaf5ff;

    color:#0d6efd;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:20px;

}

.review-heading h2{

    font-size:48px;

    font-weight:800;

    color:#0A2540;

    margin-bottom:20px;

}

.review-heading p{

    max-width:720px;

    margin:auto;

    color:#667085;

    line-height:1.9;

    font-size:18px;

}

/*============================
Google Rating Box
============================*/

.review-rating{

    width:360px;

    margin:0 auto 70px;

    background:#fff;

    border-radius:30px;

    padding:35px;

    text-align:center;

    box-shadow:0 20px 60px rgba(0,0,0,.06);

    transition:.35s;

}

.review-rating:hover{

    transform:translateY(-8px);

}

.review-rating img{

    height:42px;

    margin-bottom:15px;

}

.review-rating h3{

    font-size:60px;

    color:#0A2540;

    font-weight:800;

    margin-bottom:10px;

}

.review-rating p{

    color:#667085;

    margin-top:15px;

    margin-bottom:0;

}

.stars{

    color:#FFC107;

    font-size:22px;

    letter-spacing:3px;

}

/*============================
Slider
============================*/

.review-slider{

    margin-top:30px;

}

.review-slider .slick-slide{

    padding:15px;

}

/*============================
Review Card
============================*/

.review-card{

    position:relative;

    background:rgba(255,255,255,.92);

    border-radius:30px;

    padding:40px;

    height:100%;

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.8);

    box-shadow:0 15px 45px rgba(0,0,0,.05);

    transition:.4s;

}

.review-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 70px rgba(0,87,255,.15);

}

.review-card::before{

    content:"❝";

    position:absolute;

    top:18px;

    right:25px;

    font-size:60px;

    color:#0d6efd10;

    font-family:serif;

}

/* Stars */

.review-stars{

    color:#FFC107;

    font-size:18px;

    margin-bottom:20px;

}

/* Review */

.review-card p{

    color:#667085;

    font-size:16px;

    line-height:1.9;

    margin-bottom:30px;

}

/* Client */

.client-info{

    display:flex;

    align-items:center;

}

.client-img{

    width:60px;

    height:60px;

    border-radius:50%;

    background:linear-gradient(135deg,#0057ff,#00b8ff);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

    margin-right:18px;

}

.client-info h5{

    margin:0;

    font-size:18px;

    font-weight:700;

    color:#0A2540;

}

.client-info span{

    color:#667085;

    font-size:14px;

}

/*============================
Dots
============================*/

.slick-dots{

    margin-top:40px;

}

.slick-dots li button:before{

    font-size:12px;

    color:#0d6efd;

    opacity:.35;

}

.slick-dots li.slick-active button:before{

    color:#0057ff;

    opacity:1;

}

/*============================
Responsive
============================*/

@media(max-width:991px){

.review-section{

padding:90px 0;

}

.review-heading h2{

font-size:36px;

}

.review-rating{

width:320px;

}

}

@media(max-width:767px){

.review-section{

padding:70px 0;

}

.review-heading h2{

font-size:30px;

}

.review-heading p{

font-size:16px;

}

.review-rating{

width:100%;

padding:30px;

}

.review-rating h3{

font-size:46px;

}

.review-card{

padding:30px;

}

.client-img{

width:50px;

height:50px;

font-size:18px;

}

}