#chatbot .top-header-bg {
    background-image: url(../img/products/chatbot/header-chatbot.webp);
    background-position: bottom right;
}

#chatbot .header-container .box-overlay {
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0) 100%);
}

.feat-item {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    padding: 10px;
}

.feat-item img {
    width: 35px;
}

.feat-item-box {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    margin-top: 30px;
}

.box2-image.img1 {
    background-image: url(../img/products/chatbot/neggen-mockup-file-ingestion.png);
    background-position: center left;
    background-size: 335px;
}

.box2-image.img2 {
    background-image: url(../img/products/chatbot/neggen-mockup-file-interrogation.png);
    background-position: center right;
    background-size: 335px;
}

.box2-image.img3 {
    background-image: url(../img/solutions/intelligence/main-capabilities/monitoring.webp);
    background-attachment: fixed;
}

.box2-image.img4 {
    background-image: url(../img/solutions/intelligence/main-capabilities/data-capture.webp);
    background-position: center;
}

.box2-image.img5 {
    background-image: url(../img/products/chatbot/use-cases.webp);
    background-attachment: fixed;
    min-height: 600px;
}


.box2-image.img6 {
    background-image: url(../img/products/chatbot/wordpress-plugin-bg.webp);

}

.box2-image.img6 h3,
.box2-image.img6 p{
   color: var(--text-light1);
}

.use-cases ul {
    padding-left: 0;
}

.use-cases li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 5px;
    margin-bottom: 5px;
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    transition: ease 0.3s;
}

.use-cases li:hover {
    margin-left: 10px;
}

.use-cases li::before {
    content: "\f054"; /* fa-chevron-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.75em;
}

.doc-management li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    transition: ease 0.3s;
}

.doc-management li::before {
    content: "\f054"; /* fa-chevron-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.75em;
}


@media screen and (max-width: 1199px) {
    .feat-item-box {
        border-bottom: 0 solid #ddd;
        border-top: 0 solid #ddd;
        text-align: left;
        display: block !important;
    }

    .feat-item {
        border-bottom: 1px solid #ddd;
        text-align: center;
        font-size: 1.4rem;
        font-weight: 300;
        margin-top: 10px;
    }

    .feat-item:last-child {
        border-bottom: none;
    }

    .feat-item img {
        display: block;
        margin: auto;
        width: 70px;
    }
    .box2-image.img6 h3,
    .box2-image.img6 p{
        color: var(--text-dark1);
    }
}
