.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-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: 230px;
    width: 26%;
    background: #EFEAE2;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
    text-align: left;

}

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

.chatbox::after {
    content: '';
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Entertainment_Event_Customer_Level_3/bot-img.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: absolute;
    bottom: 36%;
    right: 97%;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));

}

.chatbox::before {
    content: '';
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Entertainment_Event_Customer_Level_3/user1.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: absolute;
    bottom: 66%;
    right: -11%;
    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: #B2F4A1;
    color: #000;
    justify-self: flex-end;
    border-bottom-right-radius: 5px;
}

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

.content-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.content-box h2 {
    font-size: 30px;
    font-family: 'poppins-bold';
    color: #CCE1FF;
    margin: 0px !important;
    padding: 0px !important;
}

.content-box h3 {
    font-size: 24px;
    line-height: normal;
    font-family: 'poppins-bold';
    color: rgb(0, 0, 0);
}

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

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

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

.bg2 {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Entertainment_Event_Customer_Level_3/chatbg2.png) center center / contain no-repeat !important;
}

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

.chatbox8 .user-chat,
.chatbox8 .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;
}

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

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

.bg2 .user-text {
    background: #2CB740 !important;

}

.chatbox8 .bot-text {
    color: rgb(0, 0, 0);
    width: fit-content;
    max-width: 60%;
    padding: 15px;
    background: #FFF0E9;
    border-radius: 20px 20px 20px 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05)
}

.bg2 .bot-text {
    background: #fff !important;
}

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

.chatbox8 .bot-chat-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.box-content2 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}

.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

strong {
    margin-bottom: 20px;
    font-family: 'poppins-bold';
}


.mobile-screen {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.chatbox6 {
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    width: 80%;
    border-radius: 20px;
    margin: auto;
    background: #EFEAE2;
}

.chatbox6 .chats {
    height: 500px;
    overflow-y: scroll;
    width: 100%;
    margin: 0px;
    padding: 10px 20px;
}

.chatbox6 .user-chat,
.chatbox6 .bot-chat {
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.chatbox6 .user-chat {
    justify-content: flex-end;
}

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

.chatbox6 .bot-text,
.chatbox6 .user-text {
    border-radius: 10px;
}

.chatbox6 .user-text {
    width: fit-content;
    max-width: 60%;
    color: #000 !important;
    padding: 15px;
    background: #B2F4A1;
    border-radius: 20px 20px 0px;
}

.chatbox6 .bot-text {
    width: fit-content;
    max-width: 60%;
    color: rgb#000 !important;
    padding: 15px;
    background: #fff;
    border-radius: 20px 20px 0px;
}

.blue-text {
    color: #FC4F02;
}

.w-86 {
    width: 86%;
}

.mobile-content h3 {
    margin-bottom: 20px;
    font-family: 'poppins-bold';
}


.chatbox7 {
    width: 80%;
    height: 705px;
    display: flex;
    align-items: center;
    margin: auto;
}

.chatbox7 .user-chat {
    justify-self: flex-end;
}

.chatbox7 .user-chat,
.chatbox7 .bot-chat {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.chatbox7 p {
    line-height: normal;
    background-color: rgb(255, 243, 226);
    margin-bottom: 10px;
    font-size: 12px !important;
    padding: 10px 15px;
    border-radius: 10px;
}

.chatbox7 p {
    line-height: normal;
    background-color: rgb(255, 243, 226);
    margin-bottom: 10px;
    font-size: 12px !important;
    padding: 10px 15px;
    border-radius: 10px;
}

.chatbox7 .bot-chat p {
    background-color: rgb(239, 239, 240);
}

.user-7::after {
    content: '';
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Entertainment_Event_Customer_Level_3/user7.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: absolute;
    bottom: 76%;
    right: -3%;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
}

.user-8::after {
    content: '';
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Entertainment_Event_Customer_Level_3/bot-img3.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: absolute;
    bottom: 66%;
    right: 95%;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
}

.email-wrapper {
    display: flex;
    flex-direction: column;
    height: 652px;
    gap: 40px;
    justify-content: center;
}

.email-card {
    background: #eeeeee;
    border-radius: 22px;
    padding: 25px 30px;
    width: 420px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    text-align: left;
}

.rel {
    position: relative;
}

.smily::after {
    content: '';
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Entertainment_Event_Customer_Level_3/smily.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: absolute;
    bottom: 26%;
    right: 21%;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

.gmail-icon {

    position: absolute;
    top: -20px;
    left: -20px;
}

.email-content .date {
    color: #555;
    font-size: 14px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0 10px 0;
}

.user-info .user-img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

.name {
    font-weight: 600;
}

.email-card p {
    margin-top: 6px;
    line-height: 1.5;
    font-size: 14px;
}

/* Buttons */
.btn-row {
    margin-top: 16px;
    display: flex;
    gap: 12px;
}

.btn-light {
    background: #f3f3f3;
    border: none;
    padding: 10px 22px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

.btn-light:hover {
    background: #e3e3e3;
}

.email-content-2 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.ml-20 {
    margin-left: 100px;
}

.chatbox1 {
    background: #fff;
}

.chatbox1 .user-text {
    background: #FC4F02 !important;
    color: #fff !important;
}

.chatbox1 .bot-text {
    background: #E7EBF1;
    color: #000 !important;
}

.h-735 {
    height: 735px;
}

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

.heading {
    gap: 20px;
}

.heading h2:first-child {
    font-size: 80px;
    color: #FC4F02;
    font-family: 'poppins-bold';
}

.heading h2:last-child {
    font-size: 24px;
    font-family: 'poppins-bold';
}

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

.pt-20 {
    padding-top: 20px;
}

.chatbox3 .side-img2 {
    bottom: -190px;
}

.chatbox3 .side-img3 {
    bottom: -100px;
    right: 0px;
}

.chatbox3 .side-img4 {
    bottom: -130px;
}

.chatbox3 {
    display: flex;
    flex-direction: column;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Sales_Chatbot/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;
}

.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: 6%;
    bottom: -100px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.org-ul ul {
    list-style: none;
}

.org-ul ul li {
    margin-bottom: 10px;
}

.dot-ul li::before {
    content: "•";
    color: #FC4F02;
    font-size: 25px;
    margin-right: 10px;
}

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

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

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

.p-20 {
    padding: 20px !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;
    margin-bottom: 40px;
    gap: 20px;
}

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

.mb0 {
    margin-bottom: 0px;
}

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

.chatbox2 {
    position: absolute;
    top: 120px;
    left: 190px;
    width: 31%;
    border-radius: 25px;
    z-index: 2;
    text-align: left;

}

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


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

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

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

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

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

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

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

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

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

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

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

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

.ptb-20 {
    padding-top: 20;
    padding-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .chatbox {
        position: relative;
        top: 10px;
        left: 0px;
        width: 98%;
    }

    .chatbox::after,
    .chatbox::before,
    .user-8::after,
    .user-7::after {
        background: none;
    }

    .chatbox::before {
        right: 0;
    }

    .flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .heading {
        gap: 0;
    }

    .chatbox6 {
        width: 95%;
    }

    .ml-20 {
        margin-left: 0;
    }

    .email-card {
        width: 90%;
    }

    .chatbox2 {
        position: relative;
        top: 10px;
        left: 10px;
        width: 95%;
    }
}