.animated-line-container {
    margin: 10px auto;
    width: 60px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}


.animated-line-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #FC4F02;
    border-radius: 2px;
    animation: pulse-line 2s infinite ease-in-out;
}

@keyframes pulse-line {
    0% {
        left: -100%;
        width: 100%;
    }

    50% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}

.org-text {
    font-size: 25px;
    font-family: 'poppins-bold';
    color: #FC4F02 !important;
}

.secnario {
    font-size: 25px;
    font-family: 'Poppins-Bold';
    color: #000;
    line-height: normal;
    margin-bottom: 15px;
}

.relative {
    position: relative;
}

.chatbox {
    position: absolute;
    top: 120px;
    left: 130px;
    width: 27%;
    border-radius: 25px;
    z-index: 2;
    text-align: left;

}

.chatbox .chats {
    overflow-y: scroll;
    scrollbar-width: none;
}

.chatbox::after {
    content: '';
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Sales_RFP_Writer/bot.png);
    background-size: cover;
    width: 70px;
    height: 70px;
    z-index: 1;
    position: absolute;
    top: 22%;
    right: -12%;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
}

.chat-message {
    color: #000;
    padding: 10px;
    border-radius: 15px;
    margin: 15px;
    font-size: 12px !important;
    line-height: normal;
    line-height: 1.4;
    width: 70%;
}

.user {
    background-color: #FC4F02;
    color: #fff;
    justify-self: flex-end;
    border-bottom-right-radius: 5px;
}

.bot {
    background-color: #F2F2F2;
    border-bottom-left-radius: 5px;
}

.chatbox .button button {
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    background-color: #FC4F02;
    text-align: center;
    width: 90%;
    margin: auto;
    border: none;
}

.chatbox .button {
    margin-bottom: 20px;
    text-align: center;
}

.pt0 {
    padding-top: 0 !important;
}

.boxhover3 {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    margin-bottom: 40px;
    padding: 40px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 18px;
    transition: 1s ease-out;
    gap: 15px;
}

.h-220 {
    height: 220px;
    margin-bottom: 0px !important;
}

.boxhover3 .box-content span {
    font-family: 'poppins-bold';
    font-size: 20px;
}

.boxhover3:hover {
    border: 2px solid #FC4F02;
}

.org-bg {
    background-color: #FC4F02;
    color: #fff;
    border-radius: 20px;
    height: 210px;
}

.boxhover4 {
    border: none;
}

.boxhover4:hover {
    border: none;
}

.h-170 {
    height: 170px;
}

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

.h-260 {
    height: 260px;

}

.h-200 {
    height: 200px;

}

.chatbox3 {
    display: flex;
    flex-direction: column;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Sales_RFP_Writer/chat-bg.png) center center / contain no-repeat !important;
    background-position: center center !important;
}

.chatbox3 .chats {
    width: 90%;
    margin: auto;
}

.chatbox3 .user-chat {
    flex-direction: row-reverse;
}

.chatbox3 .user-chat,
.chatbox3 .bot-chat {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    opacity: 1;
    transform: translateY(30px);
    gap: 20px;
    transition: 0.6s;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.chatbox3 .user-chat .nrmltxt,
.chatbox3 .bot-chat .nrmltxt {
    font-size: 12px !important;
    line-height: normal;
}

.chatbox3 .user-text {
    width: fit-content;
    max-width: 80%;
    color: rgb(255, 255, 255) !important;
    padding: 15px;
    background: #FC4F02;
    border-radius: 20px 20px 5px;
}

.chatbox3 .bot-text {
    color: rgb(0, 0, 0);
    width: fit-content;
    max-width: 80%;
    padding: 15px;
    background: #FFF0E9;
    border-radius: 20px 20px 20px 5px;
}

.chatbox3 .side-img {
    position: absolute;
    right: 0%;
    bottom: -130px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.boxhover7 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 20px;
}

.pricing h5 {
    font-family: poppins-bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.boxhover8 {
    padding: 30px;
    border: 2px solid transparent;
    transition: 0.5s;
    border-radius: 15px;
    height: 350px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.boxhover8 img {
    margin-bottom: 20px;
}

.boxhover8:hover {
    border: 2px solid #FC4F02;
}

.step-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    padding-bottom: 20px;
}

.step-card p {
    font-size: 18px;
    line-height: 1.6;
    color: #222;
    margin: 0;
}

.step-number {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 72px;
    font-weight: 700;
    color: rgba(255, 90, 0, 0.25);
    line-height: 1;
}

.mb-0 {
    margin-bottom: 0 !important;
}


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

.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;
}

.faq-question h5 {
    font-family: 'poppins-bold';
    font-size: 20px;
}

.faq-question .arrow {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

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

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


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


.faq-item.active .faq-answer {
    max-height: 250px !important;
    padding-top: 10px;
}

.boxhover5 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.pricing h5 {
    font-family: 'poppins-bold';
    font-size: 18px;
    margin-bottom: 10px;
}

.pricing ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.pt0 {
    padding-top: 0 !important;
}

.mb0 {
    margin-bottom: 0;
}

.last .box-img {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.last .box-img img {
    margin-top: 5px;
}

.bg-1 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Sales_RFP_Writer/bg1.png);
    background-size: cover;
    height: 79vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.connectBtn {
    width: auto;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-top: 0px;
    background-color: #FC4F02 !important;
    border-radius: 24px;
    padding: 10px 20px;
}

.Arrowicon {
    margin-left: 6px;
    vertical-align: middle;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 50%;
}


@media (min-width: 0px) and (max-width: 768px) {
    .step-card {
        padding: 30px 20px 30px 90px;
    }

    .step-number {
        left: 20px;
        font-size: 56px;
    }

    .step-card p {

        font-size: 16px;
    }

    .chatbox {
        position: relative;
        top: 0px;
        left: 10px;
        width: 98%;
        border-radius: 25px;
        z-index: 2;
        text-align: left;
    }

    .chatbox::after {
        content: '';
        background: none;
        width: 0;
        height: 0;
    }

    .h-170,
    .h-200,
    .h-220,
    .h-260,
    .h-350,
    .boxhover8 {
        height: auto;
    }

    .flex {
        flex-direction: column;
    }

    .chatbox3 .side-img {
        display: none;
    }

    .last-sec h2,
    .last-sec h3 {
        font-size: 25px !important;
    }
}