/* center line */

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

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

.fb-col {
    color: #FC4F02;
}

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

.pl {
    padding-left: 30px;
}

.pr {
    padding-right: 30px;
}

.mt {
    margin-top: 35px;
}

/* BoxHover css */

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

.boxhover1 {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 270px !important;
    padding: 25px;
    border: 2px solid transparent;
    border-image: initial;
    border-radius: 18px;
    transition: 1s ease-out;
}

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

.box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    padding: 10px 0px;
}

.box1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    margin: 20px auto;
    width: 85%;
    z-index: 1;
}

.box-container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-container::before {
    /* dashed line */
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 151px;
    width: 2px;
    border-left: 2px dashed #000;
    z-index: 0;
}
.box img{
    z-index: 1;
}
.box-container::after {
    /* bottom dot */
    content: "";
    position: absolute;
    bottom: 0;
    left: 148px;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 50%;
    z-index: 1;
}

.box-container .start-dot {
    /* top dot as extra div or pseudo-element */
    position: absolute;
    top: 0;
    left: 147px;
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 50%;
    z-index: 1;
}

/* Flex css */

.dislex-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

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


/* Padding css */

.ptb {
    padding: 15px 0px;
}

/* Text css */

.nrmltxt12 {
    font-size: 11px;
    font-weight: normal;
}


/* Chatbox */
.chatbox {
    position: absolute;
    top: 50px;
    left: -20px;
    width: 50%;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.inner-chat {
    height: 230px;
    padding: 10px;
    overflow-y: scroll;
    line-height: normal;
}

.chat-block {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 5px;
    margin: 8px 0px;

}

.chat {
    background-color: #FFF3E2;
    padding: 5px;
    border-radius: 5px;
}

.chatbox1 {
    position: absolute;
    width: 50%;
    top: 70px;
    right: 10px;
}

.chat-block1 {
    width: 87%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0px 0px 8px gray;
    border-radius: 10px;
    margin: 5px 0px;
    padding: 10px;
    gap: 5px;
    float: right;
}

.inner-chat1 {
    background-color: #EFEFF0;
    padding: 8px;
    border-radius: 10px;
    line-height: normal;
}

.pos1 {
    left: 0px;
}

/* Table css */

table {
    background-color: #FFF4F2;
    border-radius: 12px 12px 0 0;
    overflow-x: auto;
    min-width: 700px;
}

th,
td {
    border: 1px solid #FFF4F2;
    background-color: #fff;
    padding: 10px 25px 10px 15px;
    text-align: left;
}

th {
    background-color: #FFF4F2;
}

td {
    font-size: 15px;
}

.table-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-weight: bold;
}



.bg {
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage:_Chatbot_with_AWS_Contact_Center/bg.png) center center;
    height: 400px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orange-btn {
    border: 2px solid #FC4F02;
    background-color: #FC4F02;
    color: #fff;
    padding: 15px 35px;
    border-radius: 25px;
    font-size: 15px;
    margin-top: 20px;
    transition: all 1s ease-in-out;
}

.orange-btn:hover {
    background-color: #fff;
    color: #FC4F02;
    cursor: pointer;
    border: 2px solid #fff;
}

.contactbtn a {
    outline: medium none;
    text-decoration: none;
    transition: all 0.5s ease;
}

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

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

a {
    color: #414141;
    outline: medium none;
    text-decoration: none;
    transition: all .5s ease;
}

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

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

/* Section 3 css */
.accordion-container {
    margin-bottom: 20px;
}

.accordion-item {
    transition: all 0.3s ease;
}

.accordion-header {
    cursor: pointer;
    padding: 15px 0px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.accordion-header .arrow {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    margin-left: auto;
}

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

.accordion-header .tick {
    color: #007bff;
    font-weight: bold;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 15px;
}

.accordion-item.active .accordion-content {
    max-height: 200px;
    padding: 15px;
    padding-top: 0;
}

/* Section 3 css end here */








@media screen and (max-width: 768px) {

    td,
    th {
        display: table-cell;
        width: auto;
    }

    .dislex-row {
        flex-direction: column;
    }

    .chatbox,
    .chatbox1 {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 10px;
        width: 100%;
    }

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

    .boxhover,
    .box1 {
        display: block;
        height: auto !important;
    }

    .boxhover1 {
        height: auto !important;
    }

    .box-container::after,
    .box-container::before,
    .start-dot {
        display: none;
    }

    .box-container {
        padding-top: 0;
        padding-bottom: 0;
    }

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