/*==================================================
 TESTIMONIAL SECTION
==================================================*/

.testimonial-section{

    padding:100px 0;
    background:#f8fbff;
    overflow:hidden;

}

/*==================================================
 SECTION HEADING
==================================================*/

.testimonial-section .section-heading{

    margin-bottom:60px;

}

.testimonial-section .section-badge{

    display:inline-block;
    padding:10px 24px;
    background:#eaf2ff;
    color:#0d6efd;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;

}

.testimonial-section h2{

    font-size:46px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:18px;

}

.testimonial-section h2 span{

    color:#0d6efd;

}

.testimonial-section p{

    max-width:720px;
    margin:auto;
    color:#64748b;
    line-height:1.8;

}

/*==================================================
 GOOGLE RATING
==================================================*/

.google-review{

    width:270px;
    margin:0 auto 60px;
    background:#fff;
    border-radius:18px;
    padding:25px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.google-review img{

    width:45px;
    margin-bottom:15px;

}

.google-review h3{

    font-size:40px;
    color:#0d6efd;
    font-weight:700;

}

.google-review .stars{

    color:#FFC107;
    letter-spacing:3px;
    font-size:20px;
    margin:10px 0;

}

.google-review span{

    color:#64748b;
    font-size:14px;

}

/*==================================================
 SWIPER
==================================================*/

.testimonialSwiper{

    padding:20px 10px 60px;

}

.swiper-slide{

    height:auto;

}

/*==================================================
 CARD
==================================================*/

.testimonial-card{

    background:#fff;
    border-radius:22px;
    padding:35px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    position:relative;
    border:1px solid #eef2f7;

}

.testimonial-card:hover{

    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(13,110,253,.15);

}

/*==================================================
 QUOTE ICON
==================================================*/

.quote{

    width:60px;
    height:60px;
    background:#0d6efd;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:25px;

}

.testimonial-card p{

    color:#475569;
    line-height:1.9;
    font-size:16px;
    margin-bottom:30px;

}