﻿
        .dropdown1 {
            position: static !important;
        }

        /*.dropdown-menu {
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
            margin-top: 0px !important;
            width: 100% !important;
        }*/

        .dropdown-menu {
            margin-top: 0px !important;
            width: 100% !important;
            border: 0px;
            background-color: transparent !important;
        }






  
        .menuTextCSS {
            color: white !important;
        }




        .navigationbar-bold-black {
            font-family: 'Roboto', sans-serif; /* Font family */
            font-size: 18px; /* Font size */
            font-weight: bold; /* Font weight */
            color: black;
        }

        .navigationbar-bold-red {
            font-family: 'Roboto', sans-serif; /* Font family */
            font-size: 18px; /* Font size */
            font-weight: bold; /* Font weight */
            color: #D60000;
        }

        .navigationbar-bold-yellow {
            font-family: 'Roboto', sans-serif; /* Font family */
            font-size: 18px; /* Font size */
            font-weight: bold; /* Font weight */
            color: white !important;
            padding: 10px;
        }


        #xyz ul {
            list-style: none;
        }

        #xyz li {
            display: inline-block;
        }

            #xyz li:nth-child(n+2) {
                float: right;
            }
 
    
   
        body, html {
            margin: 0;
            padding: 0;
            height: 100%;
            
        }
        

        .menu-overlay {
            /*position: absolute;*/ /* Now it scrolls away */
            top: 0;
            left: 0;
            width: 100%;
            background-color: transparent;
            color: white;
            padding: 0px;
        }

        .content-wrapper {
            padding-top: 0px; /* Adjust based on menu height */
           padding-bottom:80px;
           
            
        }

#chat-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 0%;
    background-color: transparent;
    cursor: pointer;
    z-index: 9999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chat-toggle-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#chat-toggle-btn .question-mark {
    position: absolute;
    color: white;
    font-size: 48px;
    font-weight: bold;
    pointer-events: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    margin-top: -10px;
}

@media only screen and (max-width: 768px) {
    #chat-toggle-btn {
        display: none;
    }

    #chat-toggle-btm-btn {
        position: fixed;
        top: 18px;
        right: 20px;
        width: 50px;
        height: 50px;
        border-radius: 0%;
        background-color: transparent;
        cursor: pointer;
        z-index: 9999;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #chat-toggle-btm-btn img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #chat-toggle-btm-btn .question-mark {
            position: absolute;
            color: white;
            font-size: 48px;
            font-weight: bold;
            pointer-events: none;
            user-select: none;
            text-align: center;
            vertical-align: middle;
            margin-top: -10px;
        }

    #mobileFooterMenu {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 60px;
        border-radius: 0%;
        background-color: #e5f6ff;
        cursor: pointer;
        z-index: 9999;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    /* Tablets like iPads */

    #chat-toggle-btm-btn {
        display: none;
    }

    #chat-toggle-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 100px;
        height: 100px;
        border-radius: 0%;
        background-color: transparent;
        cursor: pointer;
        z-index: 9999;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #chat-toggle-btn img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #chat-toggle-btn .question-mark {
            position: absolute;
            color: white;
            font-size: 48px;
            font-weight: bold;
            pointer-events: none;
            user-select: none;
            text-align: center;
            vertical-align: middle;
            margin-top: -10px;
        }

    #mobileFooterMenu {
        display: none;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    /* Laptops and smaller desktops */

    #chat-toggle-btm-btn {
        display: none;
    }

    #chat-toggle-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 100px;
        height: 100px;
        border-radius: 0%;
        background-color: transparent;
        cursor: pointer;
        z-index: 9999;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #chat-toggle-btn img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #chat-toggle-btn .question-mark {
            position: absolute;
            color: white;
            font-size: 48px;
            font-weight: bold;
            pointer-events: none;
            user-select: none;
            text-align: center;
            vertical-align: middle;
            margin-top: -10px;
        }

    #mobileFooterMenu {
        display: none;
    }
}

@media only screen and (pointer: coarse) and (hover: none) and (min-width: 1024px) and (max-width: 1365px) and (orientation: landscape) {
    #chat-toggle-btm-btn {
        display: none;
    }

    #chat-toggle-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 100px;
        height: 100px;
        border-radius: 0%;
        background-color: transparent;
        cursor: pointer;
        z-index: 9999;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #chat-toggle-btn img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #chat-toggle-btn .question-mark {
            position: absolute;
            color: white;
            font-size: 48px;
            font-weight: bold;
            pointer-events: none;
            user-select: none;
            text-align: center;
            vertical-align: middle;
            margin-top: -10px;
        }

    #mobileFooterMenu {
        display: none;
    }
}

/*#chat-toggle-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #0078D4;
        color: white;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 24px;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        z-index: 9999;
    }*/

#chat-container {
    display: none;
    position: fixed;
    bottom: 160px;
    right: 20px;
    width: 300px;
    height: 500px;
    border: 1px solid #ccc;
    z-index: 9998;
    background-color: white;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    border-radius: 10px;
    flex-direction: column;
}

#webchat {
    width: 100%;
    height: 100%;
}

#chat-header {
    background-color: #154995;
    color: white;
    padding: 10px 15px;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chat-close-btn {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

