.hero-section {
    background: url(https://botbazaar.org/wp-content/themes/BotBazaar/images/atc/Retail-Banking-Customer/Hero-banner.png) no-repeat !important;
    background-size: 100% !important;

}

.card {
    border: 2px solid #D9D9D9;
    transition: all 0.5s ease;
    border-radius: 5px;
    border-bottom: 10px solid #0156F9;
    height: 350px;
}

.card2 {
    border: 2px solid #D9D9D9;
    transition: all 0.5s ease;
    height: 380px;
    border-radius: 10px;
}

.card2:hover {
    border: 2px solid #0156F9;
}

.card:hover {
    border: 2px solid #0156F9;
    border-bottom: 10px solid #0156F9;
}

.custom-list {
    list-style: none;
    /* Default bullets hatane ke liye */
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    /* Text aur icon ke beech gap */
    margin-bottom: 10px;
    /* Items ke beech space */
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    /* Image size */
    height: 20px;
    background: url('../images/correct.png') no-repeat center;
    background-size: contain;
}

@media (max-width: 767px) {
    .card {
        height: auto;
        margin-bottom: 20px;
    }
}

ul#myTab li .nav-link {
    padding: 20px 50px;
}

.custom-section {
    background-color: #F4F9FF;
    border: 2px solid #0156F9;
    padding: 20px;
    border-radius: 10px;
}

.emoji {
    text-align: center;
}

.question-list:before {
    content: '';
    background: none;
}


/* Chat Screen css */


.chat-box {
    width: 28%;
    max-width: 350px;
    /* Set max width for chatbox */
    height: 400px;
    background-color: #fff;
    /* Slight transparency */
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    /* Subtle shadow */
}

.client {
    display: flex;
    align-items: center;
    height: 80px;
    background-color: #0156F9;
    padding: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.client img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.client-info p {
    color: #008000;
    font-weight: bold;
    font-size: 0.8em;
}

.chats {
    flex: 1;
    padding: 10px;
    font-size: 0.8em;
    text-align: left;
    font-size: 12px;
}

.chat-row {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}

.chat-row img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.client-chat {
    width: 85%;
    word-wrap: break-word;
    background-color: #E8F4FF;
    padding: 15px 10px;
    border-radius: 10px 10px 10px 0;
    margin-left: 10px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

.my-chat {
    width: 75%;
    word-wrap: break-word;
    background-color: #FFF3E2;
    padding: 15px 10px;
    border-radius: 10px 10px 0 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

.my-chat-row {
    flex-direction: row-reverse;
    /* Reverse direction for user chats */
}

.chat-input input {
    border-radius: 50px;
}

.send-btn img {
    width: 100%;
    height: 100%;
}

/*WhatsApp chat */
.chat-box_1 {
    bottom: 130px;
    right: 58%;
}

.chat-box_2 {
    bottom: 50px;
    left: 290px;
}

.chat-box_02 {
    position: absolute;
    width: 50%;
    max-width: 350px;
    height: 280px;
    background-color: #fff;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.chat-box_02 .chats {
    overflow-y: scroll;
    scrollbar-width: thin;
}

.chat-box_02 .client img {
    width: 30px;
    height: 30px;
}

.chat-box_02 .client {
    font-size: 12px;
    height: 62px;
    padding: 14px;
}

.chat-box_02 .chat-row .my-chat,
.chat-box_02 .chat-row .client-chat {
    font-size: 12px;
    padding: 10px;
}

.chat-box_02 .chat_btn_1 button {
    background: none;
    padding: 0px 60px;
    outline: none;
    border: 1.5px solid #0156F9;
    border-radius: 5px;
    margin-left: 40px;
    font-size: 12px;
    color: #0156F9;
    font-weight: bold;
    transition: all 0.50sease;
}

.chat_btn_1 button {
    background: none;
    padding: 5px 62px;
    outline: none;
    border: 1.5px solid #0156F9;
    border-radius: 5px;
    margin-left: 40px;
    font-size: 15px;
    color: #0156F9;
    font-weight: bold;
    transition: all 0.50s ease;
}

.img_5 {
    width: 70% !important;
    margin-right: 140px;
}

.chat_btn_1 button:hover {
    background-color: #0156F9;
    color: #fff;
}





.w_arrow {
    position: absolute;
    width: 60%;
    top: 70px;
    left: 310px;
    z-index: 1;
}

.img_7 {
    padding-left: 11rem !important;
}

.chat-box_3 {
    bottom: 190px;
}

@media (max-width: 768px) {
    .hero-section {
        background-size: auto;
    }

    .card2 {
        height: auto;
    }

    .card h5, .card2 h5 {
        font-size: 20px !important;
        margin-bottom: 5px;
    }

    .chat-box_02 {
        position: relative;
        width: 100%;
        margin: 40px auto;
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
        bottom: 0%;
        left: 0%;
    }

    .img_5 {
        width: 100% !important;
        margin-right: 0px;
    }

    .chat_screen_1 {
        background: none;
    }


    .p-sm {
        padding-bottom: 20px !important;
    }

    .p-sm-n {
        padding: 10px 10px 40px 10px !important;
    }

    .chat-box_1 {
        position: relative !important;
        bottom: 15px !important;
        right: 0% !important;
        width: 280px;
    }
.chat-box-res{
    right: 15px !important;
}
    .chat-box_3 {
        position: relative !important;
        bottom: 20px !important;
        left: 0% !important;
    }

    .chat-box_2 {
        bottom: 0%;
        left: 0%;
    }

    ul#myTab li .nav-link {
        padding: 10px 20px !important;
    }

    .w_arrow {
        display: none;
    }

    .p-sm-l {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }




    ul#myTab li .nav-link {
        padding: 10px 10px !important;
    }
}