body {
    color: #000 !important;
}

.pl {
    padding: 20px 20px 20px 0px;
}

.pr {
    padding: 20px 0px 20px 20px;
}

.pub {
    padding: 20px 0px;
}

.gap {
    height: 10px;
    width: 100%;
}

.line {
    width: 70px;
    height: 6px;
    background: #fc4f02;
    margin: 0 50%;
    margin-top: 20px;
    display: block;
    border-radius: 3px;
}

.anim {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.anim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: white;
    animation: animate 2s linear infinite;
}

@keyframes animate {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    0% {
        left: 0;
    }
}

.left-center {
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.chat-bg {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Chatbot_AI_Agent_Testing/bg1.png) no-repeat center center;
    background-size: contain;
}

.chat-bg2 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Chatbot_AI_Agent_Testing/bg2.png) no-repeat center center;
    background-size: contain;
}

.chat-bg3 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Chatbot_AI_Agent_Testing/bg3.png) no-repeat center center;
    background-size: contain;
}

.chat-bg4 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Chatbot_AI_Agent_Testing/bg4.png) no-repeat center center;
    background-size: contain;
}

.chat-bg5 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Chatbot_AI_Agent_Testing/bg5.png) no-repeat center center;
    background-size: contain;
}

.section-heading {
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}

.light-number {
    color: #fc4f02;
    font-size: 60px;
}

.main-title {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    margin-left: 10px;
}

.alignment {
    display: flex;
    align-items: center;
}

.chatbox2 {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    margin-left: auto;
    position: relative;
}

.chatbox3 {
    background: none !important;
    box-shadow: none !important;
}

.chat-message2 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.msgs {
    margin-left: 40px;
}

.chat-message2.bot2 p,
.chat-message2.bot2 span {
    background: #fff0e9;
    font-size: 12px !important;
    line-height: normal;
    color: #000000;
    border-radius: 20px;
    padding: 10px 15px;
    max-width: 70%;
    margin-left: 10px;
    border-bottom-left-radius: 5px;
}

.client-chat li {
    list-style: inside;
    margin: 5px;
}

.chat-message2.user3 p {
    background: #fc4f02;
    color: white;
    border-radius: 20px;
    font-size: 12px !important;
    line-height: normal;
    padding: 10px 15px;
    max-width: 50%;
    border-bottom-right-radius: 5px;
    margin-left: 130px;
}

.chat-message2.user3 img {
    margin-left: 10px;
}

.text {
    height: 50px;
    margin-left: 50px;
    margin-top: 30px;
}

.text2 {
    height: 95px;
    margin-left: 50px;
    margin-top: 30px;
}

.text5 {
    height: 95px;
    margin-left: 24px;
    margin-top: 30px;
}

.features-container2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

.feature-item2 {
    display: flex;
    align-items: flex-start;
    color: rgb(0, 0, 0);
    gap: 10px;
}

.tick-icon {
    width: 20px;
    height: 20px;
    background-image: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Chatbot_AI_Agent_Testing/tick.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.align,
.align2 {
    display: flex;
    align-items: center;
}

.boxhover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
    display: flex;
    align-items: flex-start;
    height: 250px;
    padding: 35px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 15px;
    transition: 1s ease-out;
}

.boxhover:hover {
    border: 2px solid #fc4f02;
}

.boxhover img {
    height: 60px;
}

/* 
.alignment {
    display: flex;
    align-items: center;
} */

.main-container {
    color: #000000;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.faq-container {
    width: 100%;
    border-radius: 12px;
}

.faq-item {
    border-bottom: 1px solid #c8d3de;
    padding: 25px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-top: 15px;
}

.faq-answer p {
    margin: 0;
    line-height: 1.6;
    color: #555;
}

.bgimg {
    background-image: url(https://www.streebo.com/wp-content/themes/streebo/images/Consulting-Services-New/img9.png);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.ml {
    margin-left: 20px;
}

.line2 {
    margin: 15px 9%;
}

.connectBtn {
    border-radius: 24px;
    background-color: #fc4f02 !important;
    width: auto;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.Arrowicon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .alignment {
        display: flex;
        flex-direction: column;
    }

    .pl,
    .pr {
        padding: 20px 0px 20px 0px;
    }

    .section-heading {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .align {
        display: flex;
        flex-direction: column;
    }

    .align2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .top {
        margin-top: 20px;
    }

    .text {
        margin-left: 18px;
    }

    .line2 {
        margin: 0 50% !important;
    }

    .left-center {
        text-align: center;
    }

    .boxhover {
        height: auto;
    }

    .items2 {
        order: 1;
    }

    .items1 {
        order: 2;
    }
}