/* =========================================================
   BM WEB SOLUTIONS
   TESTIMONIAL SECTION - FINAL SWIPER VERSION
========================================================= */

.testimonial-section {
    position: relative;
    width: 100%;
    padding: 85px 0 90px;
    background: #f8fbfd;
    overflow: hidden;
}


/* =========================================================
   HEADER
========================================================= */

.testimonial-section .section-header {
    text-align: center;
    margin-bottom: 45px;
}

.testimonial-section .section-badge {
    display: inline-block;
    padding: 9px 20px;
    margin-bottom: 14px;

    background: #eaf8fc;
    color: #06a3da;

    border-radius: 30px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.testimonial-section .section-header h2 {
    margin: 0 0 12px;

    color: #091e3e;

    font-size: 40px;
    font-weight: 700;

    line-height: 1.2;
}

.testimonial-section .section-header p {
    margin: 0 auto;

    max-width: 650px;

    color: #68788b;

    font-size: 16px;
    line-height: 1.7;
}

.testimonial-section .heading-line {
    width: 80px;
    height: 4px;

    margin: 23px auto 0;

    border-radius: 10px;

    background: linear-gradient(
        90deg,
        #06a3da,
        #087ff5
    );
}


/* =========================================================
   WRAPPER
========================================================= */

.testimonial-section .testimonial-wrapper {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    max-width: 1250px;

    margin: 0 auto;
}


/* =========================================================
   SWIPER
========================================================= */

.testimonial-section .testimonialSwiper {
    width: 100%;
    min-width: 0;

    padding: 10px 10px 35px;

    overflow: hidden;
}

.testimonial-section .swiper-wrapper {
    align-items: stretch;
}

.testimonial-section .swiper-slide {
    height: auto;

    display: flex;
    align-items: stretch;
    justify-content: center;

    box-sizing: border-box;
}


/* =========================================================
   TESTIMONIAL CARD
========================================================= */

.testimonial-section .testimonial-card {
    position: relative;

    width: 100%;
    max-width: 370px;

    min-height: 350px;

    display: flex;
    flex-direction: column;

    margin: 0 auto;

    padding: 32px 28px 28px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #e5edf3;

    border-radius: 20px;

    box-shadow:
        0 12px 35px rgba(9, 30, 62, 0.08);

    overflow: hidden;

    transition: .3s ease;
}

.testimonial-section .testimonial-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 40px rgba(9, 30, 62, 0.12);
}


/* =========================================================
   TOP LINE
========================================================= */

.testimonial-section .testimonial-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 28px;
    right: 28px;

    height: 4px;

    background: linear-gradient(
        90deg,
        #06a3da,
        #087ff5
    );

    border-radius: 0 0 5px 5px;
}


/* =========================================================
   QUOTE
========================================================= */

.testimonial-section .quote-mark {
    position: absolute;

    top: 25px;
    right: 25px;

    color: #eaf7fc;

    font-size: 52px;

    line-height: 1;

    z-index: 0;
}


/* =========================================================
   RATING
========================================================= */

.testimonial-section .rating {
    position: relative;

    display: flex;
    align-items: center;

    gap: 5px;

    margin-bottom: 22px;

    z-index: 1;
}

.testimonial-section .rating i {
    color: #f7b928;

    font-size: 17px;
}


/* =========================================================
   TEXT
========================================================= */

.testimonial-section .testimonial-text {
    position: relative;

    margin: 0 0 30px;

    color: #627287;

    font-size: 16px;

    line-height: 1.75;

    z-index: 1;
}


/* =========================================================
   CLIENT
========================================================= */

.testimonial-section .client-info {
    display: flex;
    align-items: center;

    gap: 14px;

    width: 100%;

    margin-top: auto;
}

.testimonial-section .client-avatar {
    flex: 0 0 54px;

    width: 54px;
    height: 54px;

    border-radius: 50%;

    background: #06a3da;

    overflow: hidden;
}

.testimonial-section .client-avatar img {
    display: block;

    width: 54px !important;
    height: 54px !important;

    object-fit: cover;

    border-radius: 50%;
}

.testimonial-section .client-details {
    min-width: 0;
}

.testimonial-section .client-details h5 {
    margin: 0 0 3px;

    color: #091e3e;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.35;
}

.testimonial-section .client-details small {
    display: block;

    color: #06a3da;

    font-size: 13px;
    font-weight: 600;

    line-height: 1.4;
}


/* =========================================================
   NAVIGATION
========================================================= */

.testimonial-section .testimonial-nav {
    flex: 0 0 60px;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid #d9e9f0;

    border-radius: 50%;

    background: #ffffff;

    color: #06a3da;

    cursor: pointer;

    box-shadow: 0 8px 25px rgba(9, 30, 62, .08);

    transition: .3s ease;

    z-index: 5;
}

.testimonial-section .testimonial-nav:hover {
    background: #06a3da;

    color: #ffffff;

    transform: translateY(-2px);
}

.testimonial-section .testimonial-nav i {
    font-size: 17px;
}

.testimonial-section .prev-btn {
    margin-right: 20px;
}

.testimonial-section .next-btn {
    margin-left: 20px;
}


/* =========================================================
   PAGINATION
========================================================= */

.testimonial-section .testimonial-pagination {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 5px;
}

.testimonial-section
.testimonial-pagination
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;

    margin: 0 4px;

    opacity: 1;

    background: #d5e1e8;

    border-radius: 10px;
}

.testimonial-section
.testimonial-pagination
.swiper-pagination-bullet-active {
    width: 25px;

    background: #06a3da;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .testimonial-section {
        padding: 70px 0 75px;
    }

    .testimonial-section .section-header h2 {
        font-size: 36px;
    }

    .testimonial-section .testimonial-nav {
        display: none;
    }

    .testimonial-section .testimonial-card {
        max-width: 380px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .testimonial-section {
        padding: 55px 0 60px;
    }

    .testimonial-section .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonial-section .section-header {
        margin-bottom: 35px;
    }

    .testimonial-section .section-header h2 {
        font-size: 30px;
    }

    .testimonial-section .section-header p {
        font-size: 14px;
    }

    .testimonial-section .heading-line {
        width: 65px;
        height: 3px;
    }


    /* Swiper */

    .testimonial-section .testimonialSwiper {
        width: 100%;
        padding: 8px 0 35px;
    }


    /* Slide */

    .testimonial-section .swiper-slide {
        width: 100%;
    }


    /* Card */

    .testimonial-section .testimonial-card {
        width: 100%;
        max-width: 420px;

        min-height: 310px;

        padding: 30px 24px 26px;

        margin: 0 auto;

        border-radius: 18px;
    }


    .testimonial-section .testimonial-card::before {
        left: 25px;
        right: 25px;

        height: 3px;
    }


    .testimonial-section .quote-mark {
        top: 23px;
        right: 20px;

        font-size: 43px;
    }


    .testimonial-section .rating {
        margin-bottom: 20px;
    }

    .testimonial-section .rating i {
        font-size: 16px;
    }


    .testimonial-section .testimonial-text {
        margin-bottom: 25px;

        font-size: 15px;

        line-height: 1.7;
    }


    .testimonial-section .client-avatar {
        flex: 0 0 50px;

        width: 50px;
        height: 50px;
    }

    .testimonial-section .client-avatar img {
        width: 50px !important;
        height: 50px !important;
    }

    .testimonial-section .client-details h5 {
        font-size: 15px;
    }

    .testimonial-section .client-details small {
        font-size: 12px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .testimonial-section {
        padding: 45px 0 55px;
    }

    .testimonial-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .testimonial-section .section-header h2 {
        font-size: 27px;
    }

    .testimonial-section .testimonial-card {
        max-width: 100%;

        min-height: 295px;

        padding: 28px 20px 24px;
    }

    .testimonial-section .testimonial-text {
        font-size: 14px;
    }
}
/* =========================================================
   BM WEB SOLUTIONS
   HOMEPAGE - CUSTOMER FEEDBACK CTA
========================================================= */

.feedback-cta {
    position: relative;
    width: 100%;
    padding: 85px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #f4fbfe 0%, #eef8fc 100%);
}


/* =========================================================
   CTA CONTAINER
========================================================= */

.feedback-cta .feedback-cta-wrapper {
    position: relative;

    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 260px;

    align-items: center;

    gap: 45px;

    width: 100%;
    max-width: 1180px;

    min-height: 360px;

    margin: 0 auto;
    padding: 55px 60px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #e2edf3;

    border-radius: 24px;

    box-shadow: 0 18px 50px rgba(9, 30, 62, 0.08);
}


/* =========================================================
   LEFT VISUAL
========================================================= */

.feedback-cta .feedback-visual {
    position: relative;

    width: 210px;
    height: 210px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: auto;
}


.feedback-cta .feedback-icon-circle {
    position: relative;
    z-index: 3;

    width: 100px;
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #06a3da,
        #087ff5
    );

    color: #ffffff;

    font-size: 36px;

    box-shadow:
        0 15px 35px rgba(6, 163, 218, 0.25);
}


/* =========================================================
   RINGS
========================================================= */

.feedback-cta .feedback-ring {
    position: absolute;

    top: 50%;
    left: 50%;

    border-radius: 50%;

    transform: translate(-50%, -50%);

    pointer-events: none;
}


.feedback-cta .ring-one {
    width: 150px;
    height: 150px;

    border: 2px solid rgba(6, 163, 218, 0.16);
}


.feedback-cta .ring-two {
    width: 205px;
    height: 205px;

    border: 2px solid rgba(8, 127, 245, 0.09);
}


/* =========================================================
   CONTENT
========================================================= */

.feedback-cta .feedback-content {
    min-width: 0;
}


.feedback-cta .feedback-eyebrow {
    display: inline-block;

    margin-bottom: 12px;

    color: #06a3da;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1.6px;

    line-height: 1.4;

    text-transform: uppercase;
}


.feedback-cta .feedback-content h2 {
    margin: 0 0 15px;

    color: #091e3e;

    font-family: 'Nunito', sans-serif;

    font-size: 38px;
    font-weight: 800;

    line-height: 1.2;
}


.feedback-cta .feedback-title-line {
    width: 55px;
    height: 4px;

    margin-bottom: 20px;

    border-radius: 10px;

    background: linear-gradient(
        90deg,
        #06a3da,
        #087ff5
    );
}


.feedback-cta .feedback-content > p {
    max-width: 560px;

    margin: 0 0 24px;

    color: #64748b;

    font-family: 'Rubik', sans-serif;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================================
   FEEDBACK BUTTON
========================================================= */

.feedback-cta .feedback-btn {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    min-height: 50px;

    padding: 0 20px;

    border-radius: 8px;

    background: linear-gradient(
        135deg,
        #06a3da,
        #087ff5
    );

    color: #ffffff !important;

    font-family: 'Nunito', sans-serif;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;

    box-shadow:
        0 9px 22px rgba(6, 163, 218, 0.20);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.feedback-cta .feedback-btn:hover {
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 13px 28px rgba(6, 163, 218, 0.28);
}


.feedback-cta .feedback-btn-icon {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 6px;

    background: rgba(255,255,255,.16);
}


.feedback-cta .feedback-btn-arrow {
    display: inline-flex;

    margin-left: 3px;

    transition: transform .25s ease;
}


.feedback-cta .feedback-btn:hover .feedback-btn-arrow {
    transform: translateX(4px);
}


/* =========================================================
   NOTE
========================================================= */

.feedback-cta .feedback-note {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 15px;

    color: #7c8998;

    font-family: 'Rubik', sans-serif;

    font-size: 12px;

    line-height: 1.5;
}


.feedback-cta .feedback-note > i {
    color: #06a3da;

    font-size: 14px;
}


.feedback-cta .feedback-divider {
    color: #b7c2cb;
}


/* =========================================================
   RIGHT ILLUSTRATION
========================================================= */

.feedback-cta .feedback-illustration {
    position: relative;

    width: 240px;
    height: 260px;

    margin: auto;
}


/* =========================================================
   CLIPBOARD
========================================================= */

.feedback-cta .feedback-clipboard {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 140px;
    height: 180px;

    padding: 34px 20px 20px;

    box-sizing: border-box;

    transform: translate(-50%, -50%) rotate(2deg);

    background: #ffffff;

    border: 1px solid #dcebf1;

    border-radius: 10px;

    box-shadow:
        0 15px 35px rgba(9, 30, 62, 0.10);
}


/* Clipboard top */

.feedback-cta .clipboard-top {
    position: absolute;

    top: -12px;
    left: 50%;

    width: 62px;
    height: 25px;

    transform: translateX(-50%);

    border: 1px solid #c9e8f2;

    border-radius: 7px;

    background: #e5f7fb;
}


/* Clipboard line */

.feedback-cta .clipboard-line {
    width: 72%;
    height: 6px;

    margin: 0 auto 20px;

    border-radius: 5px;

    background: #e5eef3;
}


/* Clipboard items */

.feedback-cta .clipboard-item {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 15px;
}


/* Checkbox */

.feedback-cta .clipboard-item .checkbox {
    flex: 0 0 13px;

    width: 13px;
    height: 13px;

    border: 2px solid #06a3da;

    border-radius: 3px;
}


/* Small lines */

.feedback-cta .small-line {
    display: block;

    height: 6px;

    border-radius: 5px;

    background: #e5eef3;
}


.feedback-cta .line-long {
    width: 72px;
}


.feedback-cta .line-medium {
    width: 58px;
}


.feedback-cta .line-short {
    width: 43px;
}


/* =========================================================
   CHECK BADGE
========================================================= */

.feedback-cta .feedback-check {
    position: absolute;

    top: 25px;
    right: 15px;

    z-index: 5;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #34ad54;

    color: #ffffff;

    font-size: 17px;

    box-shadow:
        0 9px 20px rgba(52, 173, 84, 0.22);
}


/* =========================================================
   CHAT BUBBLES
========================================================= */

.feedback-cta .feedback-chat {
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #06a3da;

    background: #e9f8fc;

    box-shadow:
        0 8px 18px rgba(9, 30, 62, 0.08);
}


.feedback-cta .chat-one {
    left: 4px;
    bottom: 30px;

    width: 43px;
    height: 43px;

    font-size: 16px;
}


.feedback-cta .chat-two {
    right: 2px;
    bottom: 5px;

    width: 34px;
    height: 34px;

    font-size: 13px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .feedback-cta {
        padding: 70px 15px;
    }


    .feedback-cta .feedback-cta-wrapper {
        grid-template-columns: 170px minmax(0, 1fr);

        gap: 35px;

        padding: 45px 40px;
    }


    .feedback-cta .feedback-visual {
        width: 165px;
        height: 165px;
    }


    .feedback-cta .feedback-icon-circle {
        width: 85px;
        height: 85px;

        font-size: 30px;
    }


    .feedback-cta .ring-one {
        width: 125px;
        height: 125px;
    }


    .feedback-cta .ring-two {
        width: 165px;
        height: 165px;
    }


    .feedback-cta .feedback-illustration {
        display: none;
    }


    .feedback-cta .feedback-content h2 {
        font-size: 34px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .feedback-cta {
        padding: 55px 15px;
    }


    .feedback-cta .feedback-cta-wrapper {
        display: flex;

        flex-direction: column;

        gap: 25px;

        min-height: auto;

        padding: 40px 24px;

        text-align: center;

        border-radius: 20px;
    }


    /* Visual */

    .feedback-cta .feedback-visual {
        order: 1;

        width: 150px;
        height: 150px;
    }


    .feedback-cta .feedback-icon-circle {
        width: 78px;
        height: 78px;

        font-size: 27px;
    }


    .feedback-cta .ring-one {
        width: 115px;
        height: 115px;
    }


    .feedback-cta .ring-two {
        width: 150px;
        height: 150px;
    }


    /* Content */

    .feedback-cta .feedback-content {
        order: 2;

        width: 100%;
    }


    .feedback-cta .feedback-eyebrow {
        font-size: 10px;

        letter-spacing: 1.3px;
    }


    .feedback-cta .feedback-content h2 {
        font-size: 28px;

        line-height: 1.25;
    }


    .feedback-cta .feedback-title-line {
        margin: 0 auto 18px;
    }


    .feedback-cta .feedback-content > p {
        font-size: 14px;

        line-height: 1.7;
    }


    /* Button */

    .feedback-cta .feedback-btn {
        width: 100%;

        justify-content: center;

        box-sizing: border-box;
    }


    /* Note */

    .feedback-cta .feedback-note {
        justify-content: center;

        text-align: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .feedback-cta {
        padding: 45px 12px;
    }


    .feedback-cta .feedback-cta-wrapper {
        padding: 35px 18px;
    }


    .feedback-cta .feedback-content h2 {
        font-size: 25px;
    }


    .feedback-cta .feedback-content > p {
        font-size: 13px;
    }


    .feedback-cta .feedback-note {
        font-size: 11px;
    }

}