/* _content/AIwebsite/Pages/AboutUs.razor.rz.scp.css */
.about-container[b-jzp64ip1kw] {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content[b-jzp64ip1kw] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0;
    text-align: justify;
}

.image-container[b-jzp64ip1kw] {
    width: 300px;
    height: 300px;
    background-color: #ddd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 0 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

h2[b-jzp64ip1kw] {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.expertise-container[b-jzp64ip1kw] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
}

.expertise-item[b-jzp64ip1kw] {
    flex: 1;
    margin: 20px;
    max-width: 300px;
    min-width: 200px;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s;
}

    .expertise-item:hover[b-jzp64ip1kw] {
        transform: scale(1.05);
    }

    .expertise-item img[b-jzp64ip1kw] {
        width: 50%;
        margin-bottom: 20px;
    }

/* Mobile styles */
@media (max-width: 768px) {
    .content[b-jzp64ip1kw] {
        flex-direction: column;
    }

    .image-container[b-jzp64ip1kw] {
        margin-bottom: 20px;
    }
}
.text-justify[b-jzp64ip1kw] {
    text-align: justify;
}
/* _content/AIwebsite/Pages/ChatBot.razor.rz.scp.css */
/* wwwroot/css/chatbot.css */

/* Overall chat container */


/* Responsive styles */
@media (max-width: 600px) {
    .chat-container[b-9fwl8tre49] {
        max-width: 100%; /* Adjust the max-width to fit your design */
    }
    .user-input[b-9fwl8tre49] {
        max-width: 90%;
        display: initial;
    }
    user-input input[b-9fwl8tre49] {
        font-size: 1rem; /* Adjust the font size as per your design */
    }

    .user-input button[b-9fwl8tre49] {
        font-size: 1rem; /* Adjust the font size as per your design */
    }

}
/* _content/AIwebsite/Shared/MainLayout.razor.rz.scp.css */
.page[b-kl01ml74gn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.topnav[b-kl01ml74gn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-toggler[b-kl01ml74gn] {
    background-color: #05163C;
}

.navbar-dark .navbar-toggler[b-kl01ml74gn] {
    color: transparent;
    border-color: transparent;
}

.navbar-brand[b-kl01ml74gn] {
    font-size: 1.1rem;
    margin-right: 24px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kl01ml74gn] {
        display: block;
    }

    .collapse[b-kl01ml74gn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.main[b-kl01ml74gn] {
    flex: 1;
}

.sidebar[b-kl01ml74gn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kl01ml74gn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: left;
}

    .top-row[b-kl01ml74gn]  a, .top-row .btn-link[b-kl01ml74gn] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-kl01ml74gn] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-kl01ml74gn] {
        /*display: none;*/
    }

    .top-row.auth[b-kl01ml74gn] {
        justify-content: space-between;
    }

    .top-row a[b-kl01ml74gn], .top-row .btn-link[b-kl01ml74gn] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kl01ml74gn] {
        flex-direction: row;
    }

    .sidebar[b-kl01ml74gn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kl01ml74gn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-kl01ml74gn] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AIwebsite/Shared/NavMenu.razor.rz.scp.css */

.oi[b-kpxkcysqw7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-kpxkcysqw7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kpxkcysqw7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kpxkcysqw7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kpxkcysqw7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-kpxkcysqw7]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-kpxkcysqw7]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

