@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');




/* box */



.highlight {
    color: #fc4f02;
    font-weight: bold;
}

.scrollBlock2 {
    position: absolute;
    top: 290px;
    left: 65px;
}

.connectBtn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 14px;
    font-size: 16px;
    min-width: 190px;
    border-radius: 5px;
    width: fit-content;
    color: #000;
    margin: 20px 0;
    text-decoration: none;
    text-align: left;
}

.line {
    height: 1px;
    opacity: 0.6;
    width: 60px;
    position: relative;
    left: 162px;
    bottom: 42px;
}

.connectBtn:hover {
    background-color: #fc4f02;
    transition: 0.4s;
    color: #fff;
    border: 1px solid #fc4f02;
}

.custom-orange {
    padding: 0px 0px 0px 25px !important;
    margin: 0px 0px 0px 0px !important;
}

.custom-orange-2 {
    padding: 0px 0px 0px 18px !important;
    margin: 0px 0px 0px 0px !important;
}

.custom-orange li::marker {
    color: #fc4f02;
    font-size: 27px;
    padding: 0px 0px 0px 0px !important;
}

.custom-orange-2 li::marker {
    padding: 0px 0px 0px 0px !important;
    content: url('https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_E_Learning/icon1.png');
}

.main-box {
    display: flex;
    gap: 40px;
    width: 100%;
}



.boxhover1 {
    height: 155px;
}


.boxhover2 {
    height: 280px;
}

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



.boxhover3,
.boxhover1,
.boxhover2 {
    border-radius: 5px;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
    display: flex;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.1);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    border: 2px solid #ffffff00;
    transition: border-color 0.5s ease;
    cursor: pointer;
    width: 100%;

}


.boxhover1 h2 {
    float: left;
    font-size: 95px !important;
    font-weight: bold;
    color: #FC4F02;
    margin-right: 20px;
}

.box-content {
    font-size: 22px !important;
    font-family: 'PTSans-Bold' !important;
    padding-bottom: 8px;
}




.boxhover2 ul li::marker,
.boxhover3 ul li::marker,
.boxhover1 ul li::marker {
    color: #fc4f02;
    font-size: 20px;
}

.left {
    text-align: left;
}


.img-responsive {
    max-width: 100%;
    height: auto;
}


/* mobile  */



.mobile-heading {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mobile-heading h2 {
    font-size: 95px !important;
    color: rgba(252, 79, 2, 0.3);
    font-weight: bold;
}

.mobile-heading h4 {
    font-family: 'PTSans-Bold' !important;
    font-size: 28px;

}



/* Mobile-Screen Css */
.main-mobile {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 140px;
    flex-wrap: wrap;
}

/* This will make each column stack the chat + content vertically */
.chat-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
}

.mobils-main {
    display: flex;
}

.mobile-screen {
    display: flex !important;
    align-items: center;
    position: relative;
    flex-direction: column;
}



.mobile-screen-inner {
    width: 90%;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;

}




.mobile-screen-inner-2 {
    border: 18px solid #000000;
    overflow: hidden;
    background: #000;
    border-radius: 50px;
    width: 380px;
    height: 800px;
}

.mobile-screen-inner-3 .message.user-3 {
    background: #DCF7C5 !important;
    color: #000000;
}

.mobile-screen-inner-3 .message {
    background: #ffffff !important;
    color: #000000;
}

.mobile-screen-inner-4 {
    box-shadow: 0 0 30px rgb(118 115 115 / 49%);
    overflow: hidden;
    width: 400px;
    height: 800px;
}


.mobile-screen-inner-5 {
    width: 400px;
    height: 450px;
}

.chat-bg {
    justify-content: center;
}

.chat-bg-1 {
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_E_Learning/img9.png);

    background-position: center;
    background-repeat: no-repeat;
}

.chat-bg-2 {
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_E_Learning/img12.png);

    background-position: center;
    background-repeat: no-repeat;
}

.chat-bg-3 {
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_E_Learning/img13.png);

    background-position: center;
    background-repeat: no-repeat;
}

.chat-bg-4 {
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_E_Learning/img14.png);

    background-position: center;
    background-repeat: no-repeat;
}

.chat-bg-5 {
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_E_Learning/img15.png);

    background-position: center;
    background-repeat: no-repeat;
}

.screen-header img {
    width: 100%;
}

.chat-area {
    flex: 1;
    overflow-y: auto;
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    overflow-y: hidden;
}

.chat-area-1 {
    flex: 1;
    overflow-y: scroll !important;
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;

}



.message-row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    position: relative;
}

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

.message {
    background: #E7EBF1 !important;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 72%;
    word-wrap: break-word;
    font-size: 12px;
    font-family: 'Roboto-Regular', sans-serif;
    line-height: 1.4;
}

.message.user {
    background: #060042 !important;
    color: #fff;
    max-width: 250px;
}

.message.user-2 {
    background: #FC4F02 !important;
    color: #fff;

}

.user-2::after {
    content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_E_Learning/tringle-icon.png);
    position: absolute;
    right: 0px;
    margin-top: 12px;
}

.user-5::after {
    content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_E_Learning/tringle-icon-3.png);
    position: absolute;
    right: -21px;
    margin-top: 6px;
}

.message.user-4 {
    background: #E8EFF2 !important;
    color: #000000;

}

.message.user-4::before {
    content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_E_Learning/tringle-icon-2.png);
    position: absolute;
    left: 0px;
    bottom: -16px;
}

.message.user-6::before {
    content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_E_Learning/tringle-icon-4.png);
    position: absolute;
    left: -18px;
    bottom: -2px;
}


.chat-bg .message.user-4::before {
    content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_E_Learning/tringle-icon-2.png);
    position: absolute;
    left: 52px;
    bottom: -16px;
}

.btn-mess-1 {
    background-color: transparent;
    color: #FC4F02;
    border: 1px solid #FC4F02;
}

.btn-mess-2 {
    background-color: #FC4F02;
    color: #fff;
    border: 1px solid #FC4F02;
}



.avatar {
    width: 32px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}


.mobile-content {
    width: 100%;
    float: left;
    padding: 52px 28px 22px 0;
}

.mobile-content h4 {
    color: #FC4F02;
    font-size: 22px;
    font-weight: bold;
}

.mobile-content ul li::marker {
    color: #FC4F02;
    font-size: 20px;
}

.screen-footer {
    background: #f1f1f1;
    border-top: 1px solid #ddd;
    display: flex;
    gap: 10px;
    align-items: center;
}

.screen-footer input {
    flex: 1;
    padding: 10px;
    border-radius: 11px;
    border: 1px solid #ccc;
    outline: none;
}

.screen-footer button {
    padding: 10px 15px;
    border: none;
    border-radius: 20px;
    background: #007bff;
    color: white;
    cursor: pointer;
}


.tickicon1 {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 72%;
    top: 15%;
    z-index: 1;
}

.whatsappicon {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 72%;
    top: 48%;
    z-index: 1;
}

.thumbicon1 {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 72%;
    top: 15%;
    z-index: 1;
}

.boticon1 {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 72%;
    top: 15%;
    z-index: 1;
}

.loveicon {
    width: 100px;
    height: 100px;
    position: absolute;
    
    top: 80%;
    z-index: 1;
}

.angryicon {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 72%;
    top: 65%;
    z-index: 1;
}

.smileicon {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 72%;
    top: 85%;
    z-index: 1;
}



.timeline {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 50px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 115px;
    top: 0;
    bottom: 0;
    width: 100px;
    background: url("https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/dotted-line.png") repeat-y;
    background-size: contain;
    z-index: 0;
}

.timeline-item {
    display: flex;
    align-items: center;
    position: relative;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
}

.content {
    background: white;
    padding: 30px 10px;
    border-radius: 8px;
}

.web,
.mobile,
.whatsapp,
.teams,
.sms,
.voice {
    position: relative;
    z-index: 1;
}

.web p::before {
    content: "";
    position: absolute;
    left: 0%;
    width: 30px;
    bottom: 0;
    top: 30px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/1.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.mobile p::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 30px;
    bottom: 0;
    width: 45px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/2.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.whatsapp p::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 30px;
    bottom: 0;
    width: 45px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/3.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.teams p::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 30px;
    bottom: 0;
    width: 45px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/4.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.sms p::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 30px;
    bottom: 0;
    width: 45px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/5.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.voice p::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 30px;
    bottom: 0;
    width: 45px;
    background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Convert_Storyboard_to_Blog_Oil_And_Gas_E_P_Exploration_Production_Employee/6.png) no-repeat;
    background-size: contain;
    z-index: -1;
}


.gradient-text {
    background: linear-gradient(to right, #ff00d6, #00ffff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




@media(max-width: 1024px) {


    .scrollBlock2 {
        position: absolute;
        top: 240px;
        left: 10px;
    }

    .boxhover1,
    .boxhover2,
    .boxhover3 {
        height: auto;
    }


}


/* responsive css */
@media (min-width: 0px) and (max-width: 768px) {

    .boxhover1,
    .boxhover2,
    .boxhover3 {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

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

    .mobils-main {
        flex-direction: column;
        flex-direction: column;
        display: flex;
        ;
        align-items: center;
    }

    .mobile-screen {
        align-items: center;
    }

    .mobile-screen-inner {
        width: 100%;
        top: 0px;
        position: relative;
        margin-top: 20px;
    }

    .mobile-content {
        width: 100% !important;
    }




    .main-box {
        flex-direction: column;
        gap: 0;
    }

    .main-box-content {
        width: 100%;
    }


    .accordion-custom {
        width: auto;
        max-width: auto;
    }

    .swip {
        display: flex;
        flex-direction: column;
    }

    .items1 {
        order: 2
    }

    .items2 {
        order: 1
    }

    .p-res {
        padding: 1rem !important;
    }


    .timeline::before {
        display: none;
    }

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

    .timeline {
        padding-left: 30px;
    }

    .accordion-header-custom::after {
        margin-left: 10px;
    }

    .not-visible {
        display: none !important;
    }


}