[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}





.heroSecondVideo h1, .heroSecondVideo p {
    color: #fff;
}

.tabs-header::before,
.tabs-header::after {
    display: none;
}



/* ai  */



        .customer-testimonial-section {
            font-family: Arial, sans-serif;
        }

        .customer-testimonial-container {
            max-width: 1200px;
            margin: 50px auto;
            background-color: #fff;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        }

        .customer-tab-content {
            padding: 30px;
            display: none;
        }

        .customer-tab-content.customer-active {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .customer-content-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
        }

        .customer-company-logo {
            width: 150px;
            height: auto;
            padding: 10px;
            border: 1px solid #eee;
            border-radius: 5px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .customer-company-logo img {
            max-width: 100%;
            max-height: 50px;
        }

        .customer-content-details {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .customer-headline {
            font-size: 24px;
            color: #333;
            font-weight: bold;
        }

        .customer-stat {
            font-size: 36px;
            color: #1a3b8b;
            font-weight: bold;
        }

        .customer-stat-description {
            font-size: 14px;
            color: #555;
        }

        .customer-product-tags {
            display: flex;
            gap: 10px;
            margin: 15px 0;
        }

        .customer-product-tag {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 8px 12px;
            border-radius: 20px;
            background-color: #f0e6ff;
            color: #6b24b2;
            font-size: 14px;
        }

        .customer-product-tag i {
            color: #6b24b2;
        }

        .customer-cta-button {
            display: inline-block;
            background-color: #1a3b8b;
            color: white;
            padding: 12px 24px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            margin-top: 10px;
            transition: background-color 0.3s;
        }

        .customer-cta-button:hover {
            background-color: #0f2a67;
        }

        .customer-content-image {
            flex: 1;
            min-width: 300px;
            border-radius: 10px;
            overflow: hidden;
        }

        .customer-content-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .customer-tabs-footer {
            display: flex;
            justify-content: space-around;
            background-color: #fff;
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding: 20px 0;
            margin-top: 30px;
            border-top: 1px solid #eee;
        }

        .customer-tabs-footer::-webkit-scrollbar {
            display: none;
        }

        .customer-tab {
            flex: 1;
            min-width: 180px;
            max-width: 200px;
            padding: 25px 15px;
            margin: 0 10px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 0.7;
            border: 2px solid transparent;
            border-radius: 8px;
        }

        .customer-tab:hover {
            opacity: 0.9;
            background-color: #f8f8f8;
        }

        .customer-tab.customer-active {
            opacity: 1;
            border-color: #1a3b8b;
            background-color: #f0f4ff;
        }

        .customer-tab img {
            max-height: 50px;
            max-width: 140px;
        }

        /* Make it responsive */
        @media (max-width: 768px) {
            .customer-content-top {
                flex-direction: column;
                text-align: center;
            }

            .customer-company-logo {
                margin: 0 auto 20px;
            }

            .customer-content-image {
                margin-top: 20px;
            }

            .customer-tab {
                min-width: 100px;
            }
        }









