
#main-modal-robot {
    background: #FDFDFD; /* Adjust transparency */
    backdrop-filter: blur(10px); /* Optional: Adds a subtle blur */
}

.offcanvas-backdrop {
    background: rgba(0, 0, 0, 0.2) !important; /* Makes the backdrop semi-transparent */
}


#navLayOut {
    position: absolute; /* Ensures it's positioned properly */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* A high value to place it above the video */
}

    #navLayOut{
        display:none;
    }

    #animation-01-container {
        height: 100vh;
        width: 100vw; /* Full viewport width */
        position: absolute;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
    }

    #animation-01-container::before {
        content: none; /* Removes any generated content */
        width: 0;
        display: none; /* Hides the pesky element */
    }


#animation-01 {
    height: 100%;
    width: 100%; /* Maintain aspect ratio */
    object-fit: cover; /* Ensures it covers the container */
    cursor: pointer;
}

#main-section {
    padding: 0px !important;
}


#title {
    position: absolute;
    top: 70%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%);

    font-size: 3rem; /* Adjust size as needed */
    text-align: center;
    z-index: 10; /* Places it above the video */
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
}


#show-ai {
    padding-top: 3px !important;
    max-width: 180px;
    max-height: 180px;
}

.offcanvas-body {
    display: flex;
    justify-content: center;

}

#open-lateral1, #open-lateral2, #open-lateral3, #card-info-button {
    cursor: pointer;
}

.menu-item, #card-col02, #card-col03 {
    cursor: pointer;
}

#card-01-title {
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#card-01, #card-02 {
    top: 0;
    display: none;
}

.card-01-opacity{
    opacity: 0.9;
}

.txt-shadow {
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

#ai-think-que {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

#lean-sixsigma {
    width: 200px;
    height: 200px;
    border-radius: 50px;
}

.card {
    position: relative;
    overflow: hidden;
}

.card-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.card-body {
    position: relative;
    z-index: 1;
}

#chat-01-card, #chat-02-card {
    margin-left: 30px;
    margin-right: 30px;
    min-height: 350px;
}

.text-orange {
    color: #cc6600;
}