﻿/* ==========================================================
   TESTIMONIALS SECTION
   PART 1 / 2
========================================================== */

.testimonial-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: radial-gradient(circle at top right, rgba(0,255,255,.08), transparent 35%), radial-gradient(circle at bottom left, rgba(0,180,255,.08), transparent 35%), #05080f;
}


    .testimonial-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 180deg, rgba(255,255,255,.02), transparent );
        pointer-events: none;
    }


.testimonial-header {
    text-align: center;
    margin-bottom: 55px;
}


.testimonial-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 100px;
    border: 1px solid rgba(0,255,255,.25);
    background: rgba(0,255,255,.08);
    color: #6ef8ff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 22px;
}



.testimonial-title {
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 20px;
}



.testimonial-description {
    max-width: 760px;
    margin: auto;
    color: #9db3c8;
    line-height: 1.9;
    font-size: 17px;
}



/* ==========================================================
   SLIDER AREA
========================================================== */


.testimonial-slider-wrapper {
    position: relative;
    width: 100%;
    padding-top: 75px;
}



.testimonial-slider {
    overflow: hidden;
    width: 100%;
}



.testimonial-track {
    display: flex;
    gap: 25px;
    transition: transform .75s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}




/* ==========================================================
   CARD DESIGN
========================================================== */


.testimonial-card {
    flex: 0 0 calc((100% - 75px) / 4);
    min-width: calc((100% - 75px) / 4);
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}



    .testimonial-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient( 90deg, #00d4ff, #00ffc8 );
    }



    .testimonial-card:hover {
        transform: translateY(-8px);
        border-color: rgba(0,255,255,.35);
        box-shadow: 0 20px 45px rgba(0,255,255,.12);
    }



.testimonial-stars {
    color: #FFD54A;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 18px;
}



.testimonial-text {
    color: #d7e5f3;
    line-height: 1.9;
    font-size: 15px;
    min-height: 130px;
}



.testimonial-user {
    display: flex;
    align-items: center;
    margin-top: 25px;
}



    .testimonial-user img {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 15px;
        border: 2px solid rgba(0,255,255,.35);
        transition: .35s ease;
    }



    .testimonial-user h5 {
        color: #fff;
        font-size: 17px;
        margin-bottom: 4px;
        font-weight: 700;
    }



    .testimonial-user span {
        color: #7fc8d8;
        font-size: 14px;
    }
/* ==========================================================
   TESTIMONIALS SECTION
   PART 2 / 2
========================================================== */


/* ==========================================================
   ARROW BUTTONS
========================================================== */

.testimonial-arrow {
    position: absolute;
    top: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(0,255,255,.25);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(15px);
    color: #ffffff;
    cursor: pointer;
    z-index: 50;
    font-size: 20px;
    transition: all .35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
}



    .testimonial-arrow:hover {
        background: #00d8ff;
        color: #041018;
        border-color: #00f0ff;
        transform: translateY(-3px) scale(1.08);
        box-shadow: 0 0 25px rgba(0,255,255,.45);
    }



.testimonial-prev {
    right: 70px;
    left: auto;
}



.testimonial-next {
    right: 0;
}



.testimonial-arrow i {
    font-size: 18px;
    line-height: 1;
}



/* ==========================================================
   CARD LIGHT BORDER EFFECT
========================================================== */


.testimonial-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient( 135deg, rgba(0,255,255,.45), transparent, rgba(0,255,255,.15) );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}



.testimonial-card:hover::before {
    height: 5px;
}



.testimonial-card:hover .testimonial-user img {
    transform: scale(1.08);
    border-color: #00e5ff;
}



.testimonial-card:hover .testimonial-stars {
    text-shadow: 0 0 12px rgba(255,213,74,.55);
}



.testimonial-card:hover .testimonial-text {
    color: #ffffff;
}



/* ==========================================================
   PAGINATION
========================================================== */


.testimonial-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 45px;
}



.testimonial-dot {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
    cursor: pointer;
    transition: all .35s ease;
}



    .testimonial-dot.active {
        width: 42px;
        border-radius: 50px;
        background: #00e5ff;
        box-shadow: 0 0 18px rgba(0,229,255,.55);
    }



    .testimonial-dot:hover {
        background: #00d8ff;
    }



/* ==========================================================
   RESPONSIVE
========================================================== */


@media (max-width:1200px) {


    .testimonial-card {
        flex: 0 0 calc((100% - 25px) / 2);
        min-width: calc((100% - 25px) / 2);
    }


    .testimonial-title {
        font-size: 36px;
    }
}



@media (max-width:768px) {


    .testimonial-section {
        padding: 90px 0;
    }



    .testimonial-slider-wrapper {
        padding-top: 65px;
    }



    .testimonial-title {
        font-size: 30px;
    }



    .testimonial-description {
        font-size: 15px;
    }



    .testimonial-card {
        flex: 0 0 100%;
        min-width: 100%;
        padding: 25px;
    }



    .testimonial-text {
        min-height: auto;
    }



    .testimonial-arrow {
        width: 44px;
        height: 44px;
    }



    .testimonial-prev {
        right: 60px;
    }



    .testimonial-next {
        right: 5px;
    }
}



@media (max-width:576px) {


    .testimonial-title {
        font-size: 26px;
    }



    .testimonial-badge {
        font-size: 12px;
        padding: 8px 18px;
    }



    .testimonial-user img {
        width: 54px;
        height: 54px;
    }



    .testimonial-user h5 {
        font-size: 15px;
    }



    .testimonial-user span {
        font-size: 13px;
    }
}
/* ==========================================================
   VERIFIED CUSTOMER AVATAR
========================================================== */

.verified-avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: linear-gradient( 145deg, rgba(0,255,255,.25), rgba(0,255,255,.05) );
    border: 2px solid rgba(0,255,255,.45);
    color: #00eaff;
    box-shadow: 0 0 18px rgba(0,255,255,.25);
    transition: .35s ease;
}


    .verified-avatar i {
        font-size: 28px;
    }


.testimonial-card:hover .verified-avatar {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0,255,255,.45);
}