.customer-heading {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.customer-heading h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -2px;
    text-align: center;
    color: #FFFFFF;
}

.customer-heading h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #888888;
}

.customer-heading button {
    height: 40px;
    padding: 0 15px;
    border-radius: 8px;
    border: none;
}

.customer-heading button a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: center;
    text-decoration: none;
}

.customer-scroll li img {
    border-radius: 4px;
    border: 1px;
    border: 1px solid var(--Grays-Gray-3, #C7C7CC);
    width: unset;
    max-width: unset;
}

.customer-scroll {
    overflow: hidden;
    /* Hides the extra images */
    width: 100%;
    /* Adjust width to fit your layout */
}

.customer-scroll ul {
    display: flex;
    list-style-type: none;
    gap: 35px;
    margin-bottom: 35px;
}

.customer-scroll .first-row-customer {
    animation: scroll 25s linear infinite;
    /* Animation properties */
}

.customer-scroll .second-row-customer {
    animation: scroll 15s linear infinite;
    /* Animation properties */
}

@keyframes scroll {
    from {
        transform: translateX(0);
        /* Start position */
    }

    to {
        transform: translateX(-50%);
        /* Move entire content left */
    }
}

.customer-scroll li img {
    border-radius: 4px;
    border: 1px solid var(--Grays-Gray-3, #C7C7CC);
}

.enterprises-love h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -2.5999999046325684px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.nav-tabs {
    height: 66px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 0;
}

.nav-item {
    height: 37px;
    cursor: pointer;
}

.nav-item-active {
    border-bottom: 2px solid #3B8F90;
}

.nav-link1 {
    height: 37px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.nav-item:hover img {
    border: none;
}

.nav-link1 img {
    vertical-align: middle;
    width: revert-layer;
    max-width: unset;
    background-color: transparent !important;
    height: unset;
}

.tab-content {
    margin-top: 20px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.question-slider {
    display: flex;
    overflow: hidden;
    /* Prevent slides from stacking below */
    position: relative;
    width: 100%;
    justify-content: space-evenly;
}

.slide {
    min-width: unset;
    max-width: unset;
    height: 365px;
    flex: 0 0 48%;
    /* Each slide takes up 50% of the container width */
    display: none;
    /* Hide slides initially */
    justify-content: start;
    text-align: left;
    box-sizing: border-box;
    /* Includes padding and border in width calculation */
    padding: 30px;
    border-radius: 20px;
    border: 1px;
    border: 1px solid #D1D5DB;
    box-shadow: none;
    margin: 0;
}

.slide.active {
    display: flex;
    /* Show only active slides */
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.nav-button-prev {
    left: 0;
}

.nav-button-next {
    right: 0;
}

.navigation {
    margin-top: 20px;
    height: 25px;
    border-radius: 50px;
    background: #00000033;
    backdrop-filter: blur(4px)
}

.nav-dot {
    width: 10px;
    height: 10px;
    background-color: #EBEBEB;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.nav-dot.active {
    background-color: #FFFFFF;
}

.reviver-img {
    border-radius: 100px;
}

.reviver-details h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #FFFFFF;
}

.reviver-details p {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #c3c3c3;
    margin: 0;
}

.slide .reviver-img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.purchaser-check {
    width: 12px !important;
    height: 12px !important;
}

.review {
    display: flex;
    flex-direction: column;
    grid-area: 20px;
    margin-top: 15px;
}

.review-rating {
    width: 127px !important;
    height: 20px !important;
}

.review h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    text-align: left;
    color: #FFFFFF;
}

.review p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #c3c3c3;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .row {
        padding: 0;
        margin: 0;
    }

    .col-lg-12 {
        padding: 0;
    }

    .nav-tabs {
        display: block;
        height: auto;
    }

    .menu-navbar-nav .nav-item {
        width: unset;
        height: unset;
        border: none;
    }

    .question-slider {
        gap: 15px;
    }

    .slide {
        height: 760px;
        padding: 10px;
    }

    .slide .reviver-img {
        width: 32px;
        height: 32px;
    }

    .review h5 {
        font-size: 12px;
    }

    .review p {
        font-size: 12px;
    }

    .enterprises-love h2 {
        padding: 0 20px;
    }

    .nav-button {
        transform: translateY(-100%);
    }

    .reviver-details p {
        font-size: 8px;
    }
}