.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;
    display: flex;
    top: 120px;
    left: 150px;
    width: 26%;
    background: white;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
    text-align: left;
    flex-direction: column;
}

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

.chat-message {
    color: #000;
    padding: 10px;
    border-radius: 15px;
    margin: 10px 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;
    align-self: flex-end;
}

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

.chatbox button {
    background-color: #FC4F02;
    width: 80%;
    padding: 10px;
    outline: none;
    margin: auto;
    border: 2px solid transparent;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.chatbox button:hover {
    border: 2px solid #FC4F02;
    color: #FC4F02;
    background: transparent;
}

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

.chats {
    width: 70%;
    margin: auto;
}

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

}

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

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

.user-text {
    padding: 15px;
    background: #FC4F02;
    border-radius: 20px;
    border-bottom-right-radius: 5px;
    color: #fff !important;
    width: fit-content !important;
}

.bot-text {
    padding: 15px;
    background: #FFF0E9;
    border-radius: 20px;
    border-bottom-left-radius: 5px;
    color: #000;
    width: fit-content !important;
}

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

.pb20 {
    padding: 20px 20px 0 20px !important;
}

#chatbox1 .chatbox {
    position: absolute;
    display: flex;
    top: 140px;
    left: 170px;
    width: 30%;
    background: transparent;
    border-radius: 25px;
    box-shadow: none;
    z-index: 2;
    text-align: left;
    flex-direction: column;
}

#chatbox1 .chatbox::after {
    content: "";
    background: none;
}

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

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

.boxhover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border: 2px solid transparent;
    border-image: initial;
    border-radius: 18px;
    transition: 1s ease-out;
    height: 230px;
    cursor: pointer;
}

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

.boxhover2 {
    height: auto;
}

.boxhover3 {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
}

strong {
    font-family: 'poppins-bold';
}

.chats {
    width: 70%;
    margin: auto;
}

.chatbox2 {
    display: flex;
    flex-direction: column;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Generative_AI_Chatbot_House_Insurance_Customer_Service/chat-bg.png);
    background-size: cover;
}

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

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

.pb0 {
    padding-bottom: 20px;
}

.pb0 h6 {
    font-family: 'poppins-bold';
    font-size: 18px;
}

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

.accordion-item-section {
    border-bottom: 1px solid #ddd;
}

.p100 {
    padding: 20px 0 100px 0;
}

.accordion-header-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px;
    transition: background 0.3s ease;
}


.accordion-header-section .number {
    font-size: 30px;
    font-weight: 600;
    color: #aaa;
    margin-right: 10px;
    width: 40px;
}

.accordion-header-section .title {
    flex-grow: 1;
    font-family: 'poppins-bold';
    color: #000000;
    font-size: 20px;
    line-height: normal;
}

.accordion-header-section .arrow {
    transition: transform 0.3s ease;
}

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

.accordion-body {
    max-height: 0;
    overflow: hidden;
    font-size: 18px;
    color: #000000;
    padding: 0 20px;
    line-height: normal;
    font-family: 'Poppins-Regular';
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-item-section.active .accordion-body {
    max-height: 200px;
    padding-right: 80px;
    padding-bottom: 20px;
}

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

.bg1 .blur {
    padding: 20px;
    background-color: #ffffff70;
    border-radius: 10px;
    color: #fff;
    width: fit-content;
    margin-top: 40px;
}

.connectBtn {
    width: auto;
    font-size: 16px;
    color: rgb(255, 255, 255);
    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) {
    .flex {
        flex-direction: column;
    }

    .chatbox,
    #chatbox1 .chatbox {
        position: relative;
        top: 10px;
        left: 0px;
        width: 90%;
        padding-bottom: 10px;
    }

    #chatbox1 .chatbox .bot-text {
        background: #fc4f0221 !important;
    }

    .chatbox::after {
        content: '';
        background: none;
    }

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

    .boxhover {
        height: auto;
        flex-direction: column;
        gap: 20px;
    }

    .pt20 {
        padding: 10px;
    }

    .chats {
        width: 90%;
    }

    .accordion-item-section.active .accordion-body {
        max-height: max-content;
        padding-right: 10px;
    }

    .bg1 {
        background-position: center;
    }
}