/* ==========================================================================
   GOOGLE REVIEWS & TESTIMONIALS SLIDER STYLES
   Akash Enterprise - Modern, Luxury Customer Trust Section
   ========================================================================== */

.testimonials-section {
    padding: 90px 0 100px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 350px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.07) 0%, rgba(6, 182, 212, 0.03) 50%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Google Rating Trust Bar */
.google-rating-banner {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: white;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.google-rating-banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(59, 130, 246, 0.12);
    border-color: #bfdbfe;
}

.google-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.google-rating-score {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
}

.google-stars {
    color: #f59e0b;
    font-size: 0.95rem;
    letter-spacing: 1px;
}

.google-rating-count {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
    border-left: 1px solid #e2e8f0;
    padding-left: 14px;
}

/* Testimonials Carousel Container */
.testimonials-slider-wrapper {
    position: relative;
    max-width: 1240px;
    margin: 40px auto 0;
    padding: 0 10px;
}

.testimonials-track-container {
    overflow: hidden;
    padding: 20px 6px 30px;
    margin: 0 -6px;
}

.testimonials-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    gap: 24px;
}

/* Testimonial Card */
.testimonial-card {
    flex: 0 0 calc(33.333% - 16px);
    background: white;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    border: 1px solid #e2e8f0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(59, 130, 246, 0.14);
    border-color: #93c5fd;
}

.quote-watermark {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 2.2rem;
    color: #f1f5f9;
    pointer-events: none;
    transition: color 0.3s ease;
}

.testimonial-card:hover .quote-watermark {
    color: #dbeafe;
}

/* Card Header */
.testimonial-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.testimonial-stars {
    color: #f59e0b;
    font-size: 0.95rem;
    letter-spacing: 2px;
}

.google-source-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
    background: #f8fafc;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
}

.google-source-badge i {
    font-size: 0.85rem;
}

/* Card Quote Text */
.testimonial-quote {
    color: #334155;
    font-size: 0.98rem;
    line-height: 1.65;
    margin-bottom: 20px;
    flex-grow: 1;
    font-style: normal;
}

/* Product Tag */
.testimonial-product-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 8px;
    margin-bottom: 20px;
    width: fit-content;
}

/* Author Info */
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #f1f5f9;
    padding-top: 18px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.avatar-blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.avatar-cyan { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.avatar-purple { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.avatar-emerald { background: linear-gradient(135deg, #10b981, #059669); }
.avatar-amber { background: linear-gradient(135deg, #f59e0b, #d97706); }

.author-details h4 {
    font-size: 1.02rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 2px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.verified-badge {
    color: #2563eb;
    font-size: 0.9rem;
}

.author-details p {
    font-size: 0.82rem;
    color: #64748b;
    margin: 0;
}

/* Slider Controls */
.testimonials-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.slider-arrow-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: white;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.slider-arrow-btn:hover {
    background: #2563eb;
    color: white;
    border-color: #2563eb;
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}

.slider-arrow-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none !important;
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.slider-dot.active {
    width: 28px;
    border-radius: 10px;
    background: #2563eb;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .testimonial-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 640px) {
    .testimonials-section {
        padding: 60px 0 70px;
    }

    .google-rating-banner {
        padding: 10px 18px;
        gap: 12px;
    }

    .google-rating-score {
        font-size: 1rem;
    }

    .google-rating-count {
        font-size: 0.8rem;
        padding-left: 10px;
    }

    .testimonial-card {
        flex: 0 0 100%;
        padding: 24px 20px;
    }

    .testimonial-quote {
        font-size: 0.92rem;
    }

    .slider-arrow-btn {
        width: 40px;
        height: 40px;
        font-size: 0.95rem;
    }
}
