.logistics .hero-title {
    max-width: 520px;
    line-height: normal;
}

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

}

.logistics .hero-title .org-text {
    display: inline;
}

.logistics .Title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
}

.logistics .boxhover1 {
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
    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;
    gap: 20px;
}

.logistics .stats-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 24px;
    margin-bottom: 35px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.logistics .stats-number {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: #FC4F02;
    flex-shrink: 0;
}

.logistics .stats-content p {
    margin: 0 0 16px;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
}

.logistics .stats-content span {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

.logistics .impact-row {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    margin: 30px 0;
}

.logistics .impact-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.logistics .impact-dot {
    width: 8px;
    height: 8px;
    background: #FC4F02;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.logistics .impact-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #222;
}

/* ========= Accordion ========= */

.logistics .orange-heading {
    color: #FC4F02;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.logistics .commerce-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Card */

.logistics .commerce-accordion .accordion-item {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    transition: all .35s ease;
}

/* Hover */

.logistics .commerce-accordion .accordion-item:hover {
    background: #F4F8FF;
    border: 1px solid #DCE8FF;
}

/* Active */

.logistics .commerce-accordion .accordion-item.active {
    background: #F4F8FF;
    border: 1px solid #DCE8FF;
}

/* Header */

.logistics .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
}

/* Left Side */

.logistics .accordion-header .left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.logistics .accordion-header .left img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.logistics .accordion-header span {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
}

/* Arrow */

.logistics .arrow {
    width: 16px;
    transition: transform .35s ease;
}

.logistics .accordion-item.active .arrow {
    transform: rotate(180deg);
}

/* Answer */

.logistics .accordion-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: max-height .4s ease, padding .35s ease;
}

.logistics .accordion-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
}

.logistics .accordion-item.active .accordion-body {
    max-height: 380px;
}

.logistics .commerce-accordion .accordion-item.active .accordion-body {
    max-height: 380px;
    padding: 0 24px 24px 78px !important;
    /* left padding */
}

.logistics .commerce-accordion .accordion-body {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 24px 0 78px !important;
    /* left padding */
}


.logistics .comparison-section {
    padding: 100px 0;
    background: #fff;
}

.logistics .scenario {
    display: inline-block;
    margin: 18px auto 0px;
    padding: 8px 22px;
    border: none;
    display: block;
    font-size: 22px;
    font-weight: 600;
}

.logistics .scenario-title {
    color: #FC4F02;
    font-size: 28px;
    font-weight: 700;
    margin: 18px 0 30px;
}

.logistics .compare-heading {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    text-align: center;
    margin-bottom: 45px;
}



/*==============================
 RIGHT SIDE
==============================*/

.logistics .phone-box {

    text-align: center;

}

.logistics .phone-img {

    width: 382px;
    max-width: 100%;

}

/*==============================
 OUTCOME
==============================*/

.logistics .outcome-box {

    margin-top: 45px;

}

.logistics .outcome-box h5 {

    color: #FC4F02;
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: bold;

}

.logistics .outcome-box ul {

    padding-left: 20px;

}

.logistics .outcome-box li {

    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
}

/* ==========================
   Traditional Chat UI
========================== */

.logistics .traditional-box {
    padding: 10px 0;
}

.logistics .plain-chat {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 20px;

}

.logistics .pc-row {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.logistics .pc-user {
    justify-content: flex-end;
}

.logistics .pc-agent {
    justify-content: flex-start;
}

.logistics .pc-user .pc-avatar {
    order: 2;
}

.logistics .pc-user .pc-bubble {
    order: 1;
}

.logistics .pc-avatar {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.logistics .pc-bubble {
    max-width: 280px;
    padding: 14px 18px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.logistics .pc-user .pc-bubble {
    background: #FFF3E2;
    color: #333;
    border-radius: 18px 18px 18px 18px;
}

.logistics .pc-agent .pc-bubble {
    background: #F1F1F1;
    color: #333;
    border-radius: 18px 18px 18px 4px;
}

/* ==========================
   Wait Box
========================== */

.logistics .wait-note {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 8px 0px;
    margin-left: 20px;

}

.logistics .wait-emoji {
    width: 90px;
    position: absolute;
    left: -36px;
    top: -42px;
    z-index: 2;
}

.logistics .wait-text {
    background: #FFEDED;
    border: 1.5px solid #FF6B6B;
    color: #FF5C5C;
    padding: 13px 24px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.logistics .wait-dots-img {
    width: 26px;
    position: absolute;
    right: -32px;
    bottom: -8px;
}

/* Hover */

.logistics .pc-bubble {
    transition: .3s;
}

.logistics .business-usecase {
    padding: 80px 0 40px;
    background: #fff;
}

.logistics .business-usecase .Title {
    font-size: 42px;
    font-weight: 700;
    color: #121212;
    line-height: 1.3;
    max-width: 100%;
    margin: 0 auto;
}

.logistics .usecase-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.logistics .usecase-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

.logistics .usecase-item:last-child {
    margin-bottom: 0;
}

.logistics .usecase-item img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    flex-shrink: 0;
}

.logistics .usecase-item span {
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 1.5;
}

.logistics .usecase-image {
    text-align: center;
}

.logistics .main-img {
    width: 100%;
    max-width: 720px;
    display: block;
    margin: auto;
}

/*==========================
   Conclusion Section
==========================*/

.logistics .conclusion-section {
    padding: 90px 0;
    background: #fff;
}

.logistics .conclusion-image {
    text-align: center;
}

.logistics .conclusion-image img {
    width: 100%;
    max-width: 650px;
    display: block;
    margin: auto;
}

.logistics .conclusion-content {
    max-width: 520px;
}

.logistics .conclusion-content .Title {
    margin-bottom: 30px !important;
}

.logistics .connectBtn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    min-width: 220px;
    border: 1px solid #FC4F02;
    border-radius: 6px;
    background: #fff;
    color: #FC4F02;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s ease;
}

.logistics .connectBtn2:hover {
    background: #FC4F02;
    color: #fff;
}

.logistics .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 #ffffff00;
    transition: border-color 0.5s ease;
    cursor: pointer;
}

.logistics .boxhover1 .box-content {
    font-size: 22px !important;
    font-family: 'PTSans-Bold' !important;
    padding-bottom: 0px;

}

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

.logistics .chatbox2 {
    display: flex;
    flex-direction: column;
    background: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Healthcare_dentist_surgeon/chatbg.png) center center / contain no-repeat !important;
    background-position: center center !important;
    height: 300px;
}

.logistics .chatbox2 {
    background: none !important;
    height: 655px;

}

.logistics .chatbox .chats {
    width: 90%;
    margin: auto;
}

.logistics .chatbox .user-chat,
.chatbox .bot-chat {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    opacity: 1;
    transform: translateY(30px);
    gap: 20px;
    transition: 0.6s;
}

.logistics .chatbox .user-chat .nrmltxt,
.chatbox .bot-chat .nrmltxt {
    font-size: 12px !important;
    line-height: normal;

}

.logistics .chatbox .user-text {
    width: fit-content;
    max-width: 60%;
    margin-left: auto;
    color: rgb(255, 255, 255) !important;
    padding: 15px;
    background: #FC4F02;
}

.logistics .chatbox2 .user-text {
    background: #060042;
}

.logistics .chatbox .bot-text {
    color: rgb(0, 0, 0);
    width: fit-content;
    max-width: 60%;
    padding: 15px;
    background: #E8EFF2;

}

.logistics .c-list {
    list-style: none;
    padding: 0;
}

.logistics .c-list li {
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
}

.logistics .c-list li::before {
    content: "•";
    color: #FC4F02;
    /* Bullet Color */
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 32px;
}

.logistics .org-text {
    color: #FC4F02 !important;
    font-weight: bold;
}

.logistics .box-content {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.logistics .box-content h3 {
    font-family: 'PTSans-Bold' !important;
    font-size: 28px;
    font-weight: bold;
}


.logistics .mobils-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 80px;
    align-items: start;
    margin-bottom: 50px;
}

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

.logistics .mobile-screen-inner {
    width: 400px;
    height: 600px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    position: relative;
}

.logistics .icons1::after {
    content: "";
    position: absolute;
    top: 410px;
    left: 90px;
    width: 100px;
    height: 100px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Healthcare_dentist_surgeon/whatsapp-logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.logistics .icons1::before {
    content: "";
    position: absolute;
    top: 120px;
    right: 100px;
    width: 80px;
    height: 80px;
    z-index: 99;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Healthcare_dentist_surgeon/heart-eyes.png);
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.logistics .icons4::after {
    content: "";
    position: absolute;
    top: 165px;
    left: 60px;
    width: 87px;
    height: 87px;
    background-image: url("https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Technology_Adobe_Commerce/bot.png");
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.logistics .icons4::before {
    content: "";
    position: absolute;
    top: 325px;
    right: 50px;
    width: 119px;
    height: 119px;
    z-index: 99;
    background-image: url("https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Technology_Adobe_Commerce/angry.png");
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.logistics .icon3::after {
    background: url("https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Technology_Adobe_Commerce/thums.png");
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    top: 245px;
    left: 50px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.logistics .icon3::before {
    top: 410px;
    right: 80px;
}

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

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



.chat-area {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: scroll;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

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

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

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

}

.message.user {
    background: #060042;
    color: #fff;
}

.message.user-1 {
    background: #FC4F02;
    color: #fff;
    border-radius: 3px 3px 0px 3px;
    position: relative;
}

.message.user-1::after {
    content: "";
    position: absolute;
    bottom: -9px;
    right: -0.4px;
    width: 0;
    height: 0;
    border-top: 18px solid #FC4F02;
    border-left: 18px solid transparent;
}

.message.bot-new {
    position: relative;
    border-radius: 3px 3px 3px 0px;
    /* left-bottom corner flat karo */
}

.message.bot-new::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0.4px;
    width: 0;
    height: 0;
    border-top: 18px solid #E7EBF1;
    border-right: 18px solid transparent;
}

.w-90 {
    max-width: 90% !important;
}

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

.screen-footer {
    padding: 10px 12px 0px 12px;
    background: #fff;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.screen-footer-inner {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-bottom: 10px;
    width: 100%;
}

.footer-bottom-bar {
    width: calc(100% + 24px);
    height: 20px;
    background: #f1f1f1;
    margin-left: -12px;
    margin-right: -12px;
}

.screen-footer input {
    flex: 1;
    padding: 10px;
    border-radius: 11px;
    border: 1px solid #CDCDCD;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
}

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

.logistics .mobile-content {
    width: 100%;
    padding: 20px 0;
}

.logistics .scenario-content {
    padding: 30px 0 30px 0 !important;
    margin-bottom: 30px;
}

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


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

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

}

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

.logistics .mobile-heading h4 {

    font-family: 'PTSans-Bold' !important;
    font-size: 28px;
    font-weight: bold;
}

.logistics .main-container {
    color: #000000;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.logistics .Pricing-Model ul li::marker {
    color: #FC4F02;
    font-size: 18px;
}

.logistics .outcome-box {
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
}

.logistics .outcome-box h4 {
    color: #FC4F02;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.logistics .chat-area {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.logistics .chat-area::-webkit-scrollbar {
    display: none;
}

.logistics .chatbox2 .user-text.nrmltxt,
.chatbox2 .bot-text.nrmltxt {
    font-family: "Poppins", sans-serif !important;
}

.logistics .mobile-content {
    padding: 10px 0;
    /* pehle 20px tha */
}

.logistics .outcome-box {
    margin-top: 5px;
    padding: 10px 0;
}

.logistics .custom-section .left-content {
    max-width: 500px;
}

.logistics .custom-section {
    justify-content: space-between;
}

.logistics .right-img {
    text-align: right;
}

.logistics .faq-cont {
    width: 100%;
    border-radius: 12px;
}

.logistics .faq-item {
    border-bottom: 1px solid #C8D3DE;
    padding: 25px 0;
}

.logistics .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
}

.logistics .faq-question h5 {
    font-size: 20px;
    font-weight: bold;
}

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

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

.logistics .faq-item.active .faq-question .arrow {
    transform: rotate(0deg);
}


.logistics .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}


.logistics .faq-item.active .faq-answer {
    max-height: 250px !important;
    padding-top: 10px;
}

.logistics .comparison-gap .Title {
    margin-bottom: 40px !important;
}

.logistics .comparison-gap .scenario {
    margin-top: 5px !important;
    margin-bottom: 30px !important;
    padding: 0 !important;
}

.logistics .comparison-gap .scenario-title {
    margin-top: 10px !important;
}

.logistics .business-usecase .main-img {
    transform: translateX(70px);
}

.logistics .comparison-section .col-lg-6:last-child {
    padding-left: 50px;
}

@media (min-width: 0px) and (max-width: 768px) {
    .logistics .comparison-section .col-lg-6:last-child {
        padding-left: 10px;
    }


    .logistics .business-usecase .main-img {
        transform: translateX(0px);
    }

    .logistics .main-img {
        margin-top: 40px;
    }

    .logistics .comparison-section .ps-lg-5 .compare-heading {
        margin-top: 40px;
    }

    .logistics .pl-70 {
        margin-top: 40px;
        margin-bottom: 40px;
    }


    .logistics .orange-heading {
        margin-top: 40px;
    }

    .logistics .stats-card {
        margin-top: 40px;
    }


    .logistics .conclusion-section {
        padding: 40px 0 !important;
    }

    .logistics .conclusion-section .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logistics .conclusion-image {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .logistics .conclusion-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .logistics .conclusion-content {
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

    .logistics .conclusion-content .Title {
        margin-bottom: 15px !important;
        text-align: center;
    }

    .logistics .conclusion-content .nrmltxt {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 18px;
    }

    .logistics .impact-row {
        flex-direction: column;
        gap: 20px;
        margin: 25px 0;
    }

    .logistics .boxhover1 {
        padding: 18px;
        gap: 15px;
        border-radius: 12px;
    }



    .logistics .boxhover1 .box-content {
        font-size: 18px !important;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .logistics .boxhover1 span {
        display: block;
        font-size: 14px;
        line-height: 1.6;
    }

    .logistics .boxhover1 .left {
        width: 100%;
    }


    .logistics .main-box {
        flex-direction: column;
    }

    .logistics .mobils-main {
        grid-template-columns: 1fr;
    }

    .logistics .mobile-heading {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .logistics .order {
        display: flex;
        flex-direction: column-reverse;
    }

    .logistics .icon3::after,
    .icon3::before,
    .icons1::after,
    .icons1::before,
    .icons2::before,
    .icons4::after,
    .icons4::before {
        display: none;
    }

    .logistics .mobile-content {
        padding: 0;
    }

    .logistics .chatbox2 {
        height: auto;
    }



    .logistics .mobils-main {
        grid-template-columns: 1fr;
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .logistics .chatbox .user-chat,
    .chatbox .bot-chat {
        transform: none;
        margin-bottom: 10px;
        gap: 10px;
    }

    .logistics .chatbox2 {
        height: auto;
    }

    .logistics .generative-ai-section .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .logistics .mobile-screen:nth-child(1) {
        order: 1;
    }

    .mobile-content:nth-child(3) {
        order: 2;
    }

    .outcome-box:nth-child(5) {
        order: 3;
    }

    .logistics .mobile-screen:nth-child(2) {
        order: 4;
    }

    .mobile-content:nth-child(4) {
        order: 5;
    }

    .outcome-box:nth-child(6) {
        order: 6;
    }
}