.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: #0866FF;
    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: #0866FF !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: 21%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    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_Financial_Services_Housing_Finance_Level_2/user1.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: absolute;
    bottom: 45%;
    right: -15%;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
}

.chatbox-icon2::after {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Financial_Services_Housing_Finance_Level_2/user7.png);
}

.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: #0866FF;
    color: #fff;
    justify-self: flex-end;
    border-bottom-right-radius: 5px;
}

.bot {
    background-color: #E2EFFF;
    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;
}

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

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

.boxhover3:hover {
    border-width: 2px;
    border-style: solid;
    border-color: #0866FF;
    border-image: initial;
}


.chatbox8 {
    display: flex;
    flex-direction: column;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Financial_Services_Housing_Finance_Level_2/chatbg.png) center center / contain no-repeat !important;
    background-position: center center !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: #0866FF;
    border-radius: 20px 20px 5px;
}

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

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

.blue-text {
    color: #0866FF;
}

.box {
    padding: 20px;
    border: 2px solid #0866FF;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

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

.pb-0 {
    padding-bottom: 0 !important;
}

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

.mb0 {
    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: fit-content !important;
    padding-top: 10px;
}

.connectBtn {
    width: auto;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-top: 0px;
    background-color: #0866FF !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) {
    .chatbox {
        position: relative;
        top: 10px;
        left: 10px;
        width: 90%;

    }

    .chatbox::after {
        background: none;
        position: static;
    }

    .flex {
        flex-direction: column;
    }

    .col-rev {
        flex-direction: column-reverse;
    }

    .h-220 {
        height: auto;
    }
}