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

img {
    border: medium none;
    vertical-align: middle;
    outline: medium none;
}

h2 {
    font-family: "PTSans-Bold" !important;
    line-height: normal;
}

div {
    display: block;
}

.space_20 {
    padding: 20px;
    display: block;
}

.pl {
    padding: 20px 20px 20px 0px;
}

.pr {
    padding: 20px 0px 20px 20px;
}

/* Text Align */
.center {
    text-align: center;
}

.left {
    text-align: left;
}

.Wid2 {
    width: 100%;
    float: left;
}

.Wid {
    width: 100%;
}

/* IMAGE AND EXTRA CLOSE */


/* SECTION-1 */
.hero-section h1 {
    width: 100%;
    margin: 50px 0;
    line-height: normal;
}

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

.slider {
    display: flex;
    transition: transform 0.8s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    display: flex;
    float: left !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-end;
    margin-top: -20px;
}

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

#slide-image {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

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

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

/* SECTION-1 COMPLETE*/

/* SECTION-2 BLUEBG*/
.dyk-left__content,
.dyk-right__content {
    color: #fff;
}

.center-panel {
    position: relative;
    background: rgb(88 88 123 / 15%);
    border-radius: 22px;
    padding: 50px;
}

.stat-item {
    padding: 20px 25px;
    position: relative;
    margin-bottom: 10px;
}

.stat-item h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.stat-item p {
    margin: 0;
    color: #fff;
    font-weight: lighter;
    font-size: 16px;
    line-height: 1.8;
}

/* default OFF */
.stat-item::before,
.stat-item::after {
    content: "";
    position: absolute;
    top: 20%;
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, .25);
    display: none;
}

.stat-item:nth-child(3n-1)::before {
    display: block;
    left: -30px;
}

.stat-item:nth-child(3n-1)::after {
    display: block;
    right: 20px;
}

.highlight-box {
    background: #ff5a1f;
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.highlight-box h5 {
    line-height: 1.4;
    color: #fff;
    font-size: 20px;
}

.highlight-box span {
    font-size: 14px;
}

/* SECTION-2 COMPLETE*/

/* ACCORDIAN - SECTION */
.cards-heading {
    font-family: "PTSans-Bold" !important;
}

.acccord-tab2>.acccord-toggle2 {
    position: absolute;
    display: none;
    background: #f4f8ff;
}

.acccord-tab2>label {
    color: #000;
    background: #fff;
    font-size: 20px;
    line-height: normal;
    position: relative;
    display: block;
    padding: 25px 30px 30px 30px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px 8px 0px 0px;
}

.acccord-tab2>.acccord-content2 {
    max-height: 0;
    transition: all 0.1s;
    overflow: hidden;
    padding: 0 10px 0 60px;
    background: #f4f8ff;
    border-radius: 0 0 8px 8px;
}

.acccord-tab2>label:after {
    content: ">";
    position: absolute;
    top: 25px;
    right: 0px;
    transform: rotate(90deg);
    transition: transform 0.15s;
    margin-right: 15px;
    font-weight: bolder;
}

.acccord-tab2>.acccord-toggle2:checked~label {
    background: #f4f8ff;
    border: 1px solid #b8cbf8;
    border-bottom: none;
    padding-bottom: 10px;
}

.acccord-tab2>.acccord-toggle2:checked~label:after {
    transform: rotate(-90deg);
    background: #f4f8ff;
    font-weight: bolder;
}

.acccord-tab2>.acccord-toggle2:checked~.acccord-content2 {
    max-height: 100vh;
    border: 1px solid #b8cbf8;
    border-top: none;
    padding: 0px 20px 25px 74px;
}

.acord-nrmltxt1 {
    font-size: 16px;
    line-height: normal;
}

/* ACCORDIAN - SECTION COMPLETE  */


/* SECTION- screeen*/

.chat-bg-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* background */
.chat-bg-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 100%;
    background: url("https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_WhatsApp/bg.png") no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

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

.mobils-main {
    display: flex;
}

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

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

.mobile-screen-inner4 {
    overflow: hidden;
    width: 470px;
}

.chat-area-1 {
    flex: 1;
    overflow-y: scroll !important;
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    gap: 20px;
    z-index: 1;
}

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

.message {
    background: #e7ebf1 !important;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 75%;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 1.4;
}

.gray-vector {
    place-self: end;
    position: absolute;
    top: 91%;
}

.gray-vector3 {
    place-self: end;
    position: absolute;
    top: 90%;
}

.orange-vector {
    place-self: end;
    position: absolute;
    top: 85%;
}

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

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

.user-2::after {
    position: absolute;
    right: 0px;
    margin-top: 12px;
}

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

.box li {
    margin-bottom: 10px;
}

.section-1 {
    margin-bottom: 25px;
}

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

.gray-vect {
    left: 52px;
}

.orange-vect {
    left: 424px;
}

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

.chatbox_2 {
    background: #fff;
    border-radius: 55px;
    padding: 10px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    max-width: 360px;
    margin-left: auto;
    position: relative;
}

.chatbox4 {
    padding: 0;
    font-size: 12px !important;
    line-height: normal;
    margin: auto !important;
}

.chat-area {
    height: 450px;
    overflow-y: auto;
    padding: 20px;
}

.chat-message2 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.chat-message2.user2 {
    justify-content: flex-end;
}

.chat-message2.user2 p {
    background-color: #0866ff;
    color: white;
    border-radius: 20px;
    font-size: 12px !important;
    line-height: normal;
    padding: 10px 15px;
    max-width: 70%;
    border-radius: 9px;
    margin-bottom: 0;
}

.chat-message2.user2 img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 10px;
}

.chat-message2.bot2 p {
    background-color: #e2efff;
    font-size: 12px !important;
    line-height: normal;
    color: #000000;
    border-radius: 20px;
    padding: 10px 15px;
    max-width: 70%;
    border-radius: 9px;
    margin-bottom: 0;
}

.chat-message2.bot2 img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.bottom1 {
    position: relative;
    left: 10px;
    top: -10px;
}

.emoji-icon2 {
    position: absolute;
    top: 66px;
    left: 77%;
    background: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_WhatsApp/emoji5.png) no-repeat center center;
    width: 12%;
    height: 14%;
    z-index: 1;
}

.emoji-icon3 {
    position: absolute;
    top: -44px;
    left: 74%;
    background: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_WhatsApp/emoji6.png) no-repeat center center;
    width: 20%;
    height: 17%;
    z-index: 1;
}

.chat-row {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.chat-row.user {
    justify-content: flex-end;
}

.chat-box {
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    padding: 10px 16px;
    max-width: 80%;
}

.chat-bubble {
    font-size: 12px;
    padding: 10px 16px;
    background-color: #efeff0;
    border-radius: 20px;
}

.profile-img,
.bot-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.voice-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.chat-row.user {
    margin-left: 8px;
    margin-right: 0;
}

.chat-row.user .chat-box {
    flex-direction: row-reverse;
}

/* SECTION- screeen COMPLETE*/

.industry-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.industry-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px 10px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    border: 2px solid #fff;
    transition: border-color 1s ease;
}

.industry-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.industry-box p {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.industry-box:hover {
    border: 2px solid #ff5a00;
}

/* SECTION-8 CARDS*/

.differentiators-cards {
    display: flex;
    gap: 40px;
}

.differentiators-cards .boxhover1 {
    width: 50%;
}

.boxhover1 {
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    border: 2px solid #fff;
    transition: border-color 1s ease;
    /* height: 310px !important; */
}

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

.nrmltxt1 {
    font-size: 16px;
    line-height: normal;
}

/* SECTION-8 CARDS COMPLETE*/


/* priciing model - SECTION   */
.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%;
}

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

/* priciing model - SECTION complete  */

.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: 1rem;
    font-weight: 600;
}

.faq-question h5 {
    font-size: 20px;
    line-height: normal;
    font-family: 'PTSans-Bold' !important;
}

.faq-question .arrow {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-item .faq-question .arrow {
    transform: rotate(180deg);
    width: 20px;
}

.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: 410px !important;
    padding-top: 10px;
    width: 90%;
}


@media (min-width: 1441px) {
    .scrollBlock2 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .hero-section h1 {
        width: 100%;
    }

    .scrollBlock2 {
        position: absolute;
        top: 61%;
        left: 2%;
    }

    .stat-item:nth-child(3n-1)::after {
        display: block;
        right: 10px;
    }

    .orange-vect {
        left: 424px;
    }

    .mobile-screen-inner4 {
        overflow: hidden;

    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .space_20 {
        padding: 0px;
        display: block;
    }

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

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

    .items1 {
        order: 2;
    }

    .items2 {
        order: 1;
    }

    .differentiators-cards {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .differentiators-cards .boxhover1 {
        width: 100%;
    }


    .center-panel {
        padding: 0px;
    }

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

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

    .mobile_screen {
        align-items: center;
        width: 50% !important;
    }

    .mobile-screen-inner4 {
        width: 470px !important;
    }

    .gray-vect {
        left: 52px;
    }

    .chat-message2.user2 p {
        max-width: 70% !important;
    }

}


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

    .stat-item::before,
    .stat-item::after {
        display: none !important;
    }

    .acccord-tab2>label:after {
        margin-right: 10;
    }

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

    .mobile-screen-inner4 {
        overflow: hidden;
        width: 100% !important;
    }

    .orange-vect {
        left: 385px;
    }

    .gray-vect {
        left: 52px;
    }

    .mobile_screen {
        align-items: center;
        width: 100% !important;
    }

    .boxhover1 {
        display: block;
    }

    .chat-area-1 {
        padding: 0px;
    }

    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (min-width: 0px) and (max-width: 375px) {
    .mobile-screen-inner {
        width: 80%;
        top: 0px;
        position: relative;
        margin-top: 20px;
    }

    .orange-vect {
        left: 335px;
    }
}

@media (min-width: 0px) and (max-width: 320px) {
    .gray-vect {
        left: 18%;
        top: 92%;
    }

    .orange-vect {
        left: 280px;
    }

}