

        .bangalorecafe-testimonial-section {
            /* padding: 30px 20px; */
            max-width: 1200px;
            margin: 0 auto;
            background-color: #2a2a2a;
        }

        .bangalorecafe-testimonial-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .bangalorecafe-testimonial-title {
            font-size: 42px;
            color: #ffffff;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .bangalorecafe-testimonial-restaurant-info {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 25px;
        }

        .bangalorecafe-testimonial-logo {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: linear-gradient(135deg, #f4b942 0%, #d4a574 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: #4a1e1e;
            font-weight: bold;
            text-align: center;
            padding: 10px;
        }

        .bangalorecafe-testimonial-restaurant-details h3 {
            font-size: 18px;
            color: #ffffff;
            margin-bottom: 8px;
        }

        .bangalorecafe-testimonial-stars {
            color: #f4b942;
            font-size: 18px;
            display: flex;
            gap: 4px;
            margin-bottom: 8px;
        }

        .bangalorecafe-testimonial-count {
            font-size: 16px;
            color: #d4d4d4;
        }

        .bangalorecafe-testimonial-write-btn {
            display: inline-block;
            margin-top: 15px;
            padding: 12px 30px;
            background-color: transparent;
            color: #ffffff;
            border: 2px solid #ffffff;
            border-radius: 5px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .bangalorecafe-testimonial-write-btn:hover {
            background-color: #f4b942;
            border-color: #f4b942;
            color: #2a2a2a;
        }

        .bangalorecafe-testimonial-slider-container {
            position: relative;
            overflow: hidden;
            padding: 40px 80px;
        }

        .bangalorecafe-testimonial-slider {
            display: flex;
            transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            gap: 25px;
        }

        .bangalorecafe-testimonial-card {
            min-width: calc(33.333% - 17px);
            background-color: #1f1f1f;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
            transition: all 0.4s ease;
        }

        .bangalorecafe-testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 30px rgba(244, 185, 66, 0.2);
        }

        .bangalorecafe-testimonial-client-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .bangalorecafe-testimonial-client-left {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .bangalorecafe-testimonial-client-image {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #f4b942 0%, #d4a574 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #ffffff;
            font-weight: bold;
            flex-shrink: 0;
        }

        .bangalorecafe-testimonial-client-info h4 {
            font-size: 16px;
            color: #ffffff;
            margin-bottom: 4px;
        }

        .bangalorecafe-testimonial-client-date {
            font-size: 13px;
            color: #999999;
        }

        .bangalorecafe-testimonial-google-icon {
            width: 28px;
            height: 28px;
        }

        .bangalorecafe-testimonial-card-stars {
            color: #f4b942;
            font-size: 16px;
            margin-bottom: 15px;
            display: flex;
            gap: 3px;
            align-items: center;
        }

        .bangalorecafe-testimonial-verified {
            margin-left: 8px;
            color: #4285f4;
            font-size: 14px;
        }

        .bangalorecafe-testimonial-text {
            font-size: 15px;
            color: #d4d4d4;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .bangalorecafe-testimonial-read-more {
            color: #999999;
            font-size: 14px;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .bangalorecafe-testimonial-read-more:hover {
            color: #f4b942;
        }

        .bangalorecafe-testimonial-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background-color: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
        }

        .bangalorecafe-testimonial-nav-btn:hover {
            background-color: #f4b942;
            border-color: #f4b942;
            color: #2a2a2a;
        }

        .bangalorecafe-testimonial-nav-prev {
            left: 20px;
        }

        .bangalorecafe-testimonial-nav-next {
            right: 20px;
        }

        .bangalorecafe-testimonial-verified-badge {
            text-align: center;
            margin-top: 40px;
        }

        .bangalorecafe-testimonial-verified-btn {
            display: inline-block;
            padding: 12px 25px;
            background-color: #00b67a;
            color: #ffffff;
            border-radius: 5px;
            font-size: 15px;
            font-weight: bold;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .bangalorecafe-testimonial-verified-btn:hover {
            background-color: #00a06a;
            transform: scale(1.05);
        }

        .bangalorecafe-testimonial-verified-btn i {
            margin-left: 8px;
        }

        .bangalorecafe-testimonial-whatsapp {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            background-color: #25d366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 32px;
            cursor: pointer;
            box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .bangalorecafe-testimonial-whatsapp:hover {
            transform: scale(1.1);
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
        }

        @media screen and (max-width: 1024px) {
            .bangalorecafe-testimonial-card {
                min-width: calc(50% - 13px);
            }

            .bangalorecafe-testimonial-slider-container {
                padding: 40px 60px;
            }
        }

        @media screen and (max-width: 768px) {
            .bangalorecafe-testimonial-section {
                padding: 50px 15px;
            }

            .bangalorecafe-testimonial-title {
                font-size: 32px;
            }

            .bangalorecafe-testimonial-card {
                min-width: 100%;
                padding: 25px;
            }

            .bangalorecafe-testimonial-slider-container {
                padding: 40px 50px;
            }

            .bangalorecafe-testimonial-nav-btn {
                width: 45px;
                height: 45px;
                font-size: 18px;
            }
        }

        @media screen and (max-width: 480px) {
            .bangalorecafe-testimonial-slider-container {
                padding: 40px 40px;
            }

            .bangalorecafe-testimonial-restaurant-info {
                flex-direction: column;
            }
        }