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


/* Accordion-section */

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

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

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

.accordion-item-custom {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.accordion-header-custom::after {
    content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Services_Home_services_Customer_service_Customer/icon1.png);
    font-size: 28px;
    color: #ffffff;
    transition: transform 0.3s;
}

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

.accordion-item-custom.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;
    color: #fff;
}

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


/* box */

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

.boxhover,
.boxhover3,
.boxhover2,
.boxhover5,
.boxhover6,
.boxhover7,
.boxhover8,
.boxhover9 {
    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: 50%;
    height: 200px;
}

.dothover ul li::marker {
    color: #fc4f02;
    font-size: 20px;
}


.boxhover5 {
    height: 170px;
}

.boxhover6 {
    height: 150px;
}

.boxhover7 {
    height: 220px;
}

.boxhover8 {
    height: 230px;
}

.boxhover9 {
    height: 120px;
}

.boxhover {
    height: 180px;
    flex-direction: column;
}

.boxhover:hover,
.boxhover2:hover,
.boxhover3:hover,
.boxhover5:hover,
.boxhover6:hover,
.boxhover7:hover,
.boxhover8:hover,
.boxhover9:hover {
    border: 2px solid #FC4F02;
}


.boxhover3 {
    height: 170px;
}


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


.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: 20px;
    border: 2px solid #ffffff00;
    transition: border-color 0.5s ease;
    cursor: pointer;
    width: 100%;
}



.boxhover2 ul li::marker,
.boxhover3 ul li::marker,
.boxhover1 ul li::marker,
.accordion-body ul li::marker,
.boxhover4 ul li::marker,
.boxhover5 ul li::marker,
.boxhover6 ul li::marker,
.boxhover7 ul li::marker {
    color: #fc4f02;
    font-size: 20px;
}

.left {
    text-align: left;
}

/* mobile  */

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

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



/* 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%;
    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: 650px;
}

.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%);
    /* border: 18px solid #000000; */
    overflow: hidden;
    /* background: #000; */
    /* border-radius: 50px; */
    width: 400px;
    height: 650px;
}

.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;
    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';
    line-height: 1.4;
}

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

.message.user-2 {
    background: #FC4F02 !important;
    color: #fff;
    border-radius: 0px !important;
}

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

}

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

.message.user-4::before {
    content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Services_Home_services_Customer_service_Customer/tringle-icon-2.png);
    position: absolute;
    left: 0px;
    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: 40%;
    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;
    left: 72%;
    top: 40%;
    z-index: 1;
}

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

.connectBtn1 {
    border: 1px solid #fc4f02;
    background-color: #fc4f02;
    width: auto;
    padding: 18px 38px;
    font-size: 16px;
    color: #fff;
    margin: 20px 0;
    text-decoration: none;
    text-align: left;
}


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

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

    .screen-footer img {
        width: 100%;
        padding-bottom: 5px;
    }

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

    .sixthbox {
        display: none !important;
    }

    .boxhover,
    .boxhover3,
    .boxhover4,
    .boxhover5,
    .boxhover6,
    .boxhover7,
    .boxhover8,
    .boxhover9 {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

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

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

    .boxhover2 {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        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;
    }

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

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

    .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;
        height: auto;
    }

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


@media (max-width: 376px) {
    .mobils-main {
        flex-direction: column;
        display: flex;
        align-items: stretch;
    }

    .mobile-content {
        padding:0 !important;
    }
}