.banner {
    margin: 100px 0 !important;
}

.org-h3 {
    color: #FC4F02;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
}

/* Mobile Screen CSS */
.mobile-heading {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    column-gap: 20px;
}

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

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

.mobile-content ul li {
    margin-bottom: 10px;
}

.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: 400px;
    height: 640px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    position: relative;
}

.icons1::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 40px;
    width: 100px;
    height: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Mental_Wellness_Bot/bot-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.115));
}

.icons1::before {
    content: "";
    position: absolute;
    top: 380px;
    right: 60px;
    width: 80px;
    height: 75px;
    z-index: 99;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Mental_Wellness_Bot/like.png);
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.115));
}



.icons2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 410px;
    left: 48px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Mental_Wellness_Bot/heart-eyes.png);
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.115));
}

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

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

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

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

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

.message {
    background: #FC4F02;
    padding: 10px 15px;
    border-radius: 3px;
    max-width: 75%;
    word-wrap: break-word;
    font-size: 12px;
    color: #fff;
}

.message.user {
    background: #E8EFF2;
    color: #000;
}

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

.message.user-3 {
    background: #DCF7C5;
    color: #000000;
}

.avatar {
    width: 35px;
    height: 35px;
    background: #ddd;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #555;
    flex-shrink: 0;
}

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

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

.screen-footer {
    padding: 10px;
    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;
}

ul {
    padding-left: 20px !important;
}

ul li {
    line-height: normal !important;
    margin-bottom: 20px;
}

ul li::marker {
    font-size: 18px;
    color: #FC4F02;
}

.flex {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.boxhover4 {
    border-radius: 18px;
    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 transparent;
    transition: border-color 0.5s ease;
    cursor: pointer;
}

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

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

.main-box2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.boxhover2 {
    border-radius: 18px;
    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: 48%;
    height: 180px;
}

.Title {
    margin-top: 20px !important;
}

@media (min-width: 0px) and (max-width: 768px) {
    .pb-0 {
        padding-bottom: 20px !important;
    }

    .p-5 {
        padding: 10px !important;
    }

    .icons1::after,
    .icons1::before,
    .icons2::after {
        content: '';
        background: none;

    }

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

    .boxhover2 {
        width: 100%;
        height: auto;
    }

    .flex-rev {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .mobile-screen {
        align-items: flex-start;
    }

    .mobile-screen-inner-2 {
        width: 360px;
    }

    .mobile-screen-inner-2,
    .mobile-screen-inner {
        height: auto;
    }
}