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




.accordion-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}


.accordion-custom {
    width: 500px;
    max-width: 100%;
}

.accordion-item-custom {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;

    transition: all 0.3s ease;
}

.accordion-item-custom2 {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;

    transition: all 0.3s ease;
}

.accordion-header-custom {
    background: none;
    cursor: pointer;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    position: relative;
}

.accordion-header-custom::after {
    content: url('https://www.rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Entertainment_Event_Purchase_Bot_Customers/icon22.png');
    font-size: 28px;

    transition: transform 0.3s;
}

.accordion-header-custom span .icon {
    margin-right: 15px;
}

.accordion-header-custom-1::after {
    color: #000 !important;
}

.accordion-item-custom.active .accordion-header-custom::after {
    transform: rotate(180deg);
}

.accordion-item-custom2.active .accordion-header-custom::after {
    transform: rotate(180deg);
}

.accordion-content-custom {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.accordion-item-custom.active .accordion-content-custom {
    padding: 15px 20px 20px;
    max-height: 500px;
}

.accordion-item-custom2.active .accordion-content-custom {
    padding: 15px 20px 20px;
    max-height: 500px;
}


.accordion-item-custom.active {
    background-color: #F4F8FF;
    border: 1px solid #B8CBF8;
}

.accordion-item-custom2.active {
    background-color: #F4F8FF;
    border: 1px solid #B8CBF8;
}

.special-chat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


.custom-orange {
    padding-left: 1.3rem !important;
}

.custom-orange li::marker {
    color: #fc4f02;
}

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

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



.boxhover1 {
    min-height: 195px;
}




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

.boxhover1:hover {
    border: 2px solid #ffffff;
}

.boxhover4 {
    height: 260px;
}

.boxhover3,
.boxhover1,
.boxhover2,
.boxhover4 {
    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;
    width: 100%;
    cursor: pointer;
}


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




.icon img {
    margin-right: 10px;
    color: #FF6600;
    font-size: 22px;
    width: 25px;
}

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

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

}

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

}




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



.mobils-main {
    display: flex;
    padding: 0px !important;
}

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



.mobile-screen-inner {
    width: 90%;
    height: 650px;
    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: 740px;
}

.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: 735px;
}

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

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

.chat-area-1 {
    flex: 1;
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    gap: 20px;

}



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

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

.message {
    background: #E7EBF1 !important;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 75%;
    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;
    border-radius: 3px !important;
}

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

.user-5::after {
    content: url(https://www.rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Entertainment_Event_Purchase_Bot_Customers/triangle-1.png);
    position: absolute;
    right: 0px;
    margin-top: 24px;

}


.message.user-4 {
    background: #E7EBF1 !important;
    color: #000000;
    border-radius: 5px !important;
}

.user-6::before {
    content: url(https://www.rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Entertainment_Event_Purchase_Bot_Customers/triangle-2.png);
    position: absolute;
    left: 0px;
    bottom: -13px;
}

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

.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 {

    position: absolute;
    right: 68%;
    top: 48%;
    z-index: 1;
}

.thumbicon1 {

    position: absolute;
    left: 68%;
    top: 15%;
    z-index: 1;
}

.boticon1 {

    position: absolute;
    right: 69%;
    top: 11%;
    z-index: 1;
}

.loveicon {

    position: absolute;
    left: 68%;
    top: 40%;
    z-index: 1;
}

.angryicon {

    position: absolute;
    left: 67%;
    top: 45%;
    z-index: 1;
}

.smileicon {

    position: absolute;
    left: 72%;
    top: 40%;
    z-index: 1;
}

.special-image-1 {
    display: none;
}


@media(max-width: 1024px) {


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

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

    .special-chat {
        top: 0% !important;
        left: 17% !important;
    }

    .special-chat-2 {
        left: 0px !important;
        top: 5% !important;
    }


}



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

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

    .special-image-1 {
        display: block;
    }

    .special-chat {
        position: unset !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .special-chat-2 {
        display: none !important;
    }

    .special-chat-3 {
        display: none !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: 0.5rem !important;
    }

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

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

    .tickicon1,
    .whatsappicon,
    .thumbicon1,
    .loveicon,
    .angryicon,
    .smileicon,
    .boticon1 {
        display: none;
    }

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



}