@font-face {
    font-family: "Ageo";
    src: url("/fonts/AgeoTrial-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Ageo";
    src: url("/fonts/AgeoTrial-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Ageo";
    src: url("/fonts/AgeoTrial-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
body {
    font-family: "Ageo", sans-serif;
    background-image: url("/images/background.png");
    background-size: cover;
    /* Make sure image covers whole area */
    background-repeat: no-repeat;
}
.hero {
    background-color: #f8f9fa;
    padding-top: 2rem;
    padding-bottom: 0;
}
.hero-text h1 {
    font-family: "Ageo", sans-serif;
    font-weight: 800;
    color: #3ab7e5;
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.hero-text p {
    font-family: "Ageo", sans-serif;
    max-width: 600px;
    font-size: 24px;
    margin-bottom: 30px;
    color: #031d5b;
    line-height: 32px;
    font-weight: 500;
    font-style: normal;
}
.btn-login {
    background-color: #3ab7e5; /* matches the light blue */
    color: #fff;
    font-weight: bold;
    padding: 10px 24px 30px 30px; /* padding for shape */
    border-radius: 20px !important; /* rounded corners */
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15); /* subtle shadow */
    border: none;
    transition: 0.3s ease-in-out;
    min-width: 120px !important;
}
.btn-signup {
    background-color: #031d5b !important;
    color: #fff;
    font-weight: bold;
    padding: 10px 24px 30px 30px; /* padding for shape */
    border-radius: 20px !important; /* rounded corners */
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15); /* subtle shadow */
    border: none;
    transition: 0.3s ease-in-out;
    min-width: 120px !important;
    padding: 30px;
}
.category-icons span {
    margin-right: 1rem;
    font-weight: bolder;
    font-size: 18px;
    color: #031d5b;
}
.category-icons i {
    color: #3ab7e5;
}
/*Header*/

.header-links a {
    font-family: "Ageo", sans-serif;
    text-decoration: none; /* Remove underline */
    color: #031d5b; /* Bootstrap blue */
    font-weight: 600; /* Make it bold-ish */
    transition: color 0.3s;
    font-size: 20px;
    margin-left: 10px;
}
.topcategories {
    margin-top: -170px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    .topcategories {
        margin-top: 0;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
}

/*Search */
.custom-search {
    border: 1px solid #78c5f1;
    /* Light blue border */
    border-radius: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 2px rgba(120, 197, 241, 0.7);
    background-color: #fff;
}

.custom-search input {
    border: none;
    outline: none;
    box-shadow: none;
    flex-grow: 1;
    font-weight: 600;
    color: #a0a0b2;
    height: 50px;
    border-radius: 10px;
}

.custom-search input::placeholder {
    font-weight: 600;
    color: #a0a0b2;
}

.custom-search i {
    color: #a0a0b2;
    font-size: 1.2rem;
}

.custom-search input:focus {
    outline: none;
}
.section-content {
    padding-top: 5px;
}

#categories-section h2,
#partners h2 {
    font-family: "Ageo", sans-serif;
    font-weight: 800;
    color: #031d5b;
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-style: normal;
}

.card {
    border: none !important;
}
.card-title {
    font-family: "Ageo", sans-serif;
    font-weight: 900;
    color: #031d5b;
    font-size: 28px;
    font-style: normal;
}

.card-text {
    font-family: "Ageo", sans-serif;
    font-weight: 400;
    color: #868686;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
}

.read-more {
    background-color: #031d5b;
    color: #fff;
    font-weight: bold;
    padding: 10px 24px 30px 30px; /* padding for shape */
    border-radius: 20px !important; /* rounded corners */
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15); /* subtle shadow */
    border: none;
    transition: 0.3s ease-in-out;
    min-width: 120px !important;
    padding-left: 126px !important;
    padding-right: 126px !important;
}

/*Community*/

.right-panel {
    background-color: #0a0f29;
    color: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    min-height: 800px;
}

.right-panel a {
    color: #1ed6fc;
    text-decoration: none;
}

.tag {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    margin: 0.25rem;
    display: inline-block;
}

.question-header {
    font-size: 1.8rem;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 1rem;
}

.badge-pill {
    border-radius: 20px;
    padding: 0.3rem 0.75rem;
    font-size: 0.75rem;
    background-color: #e0e0e0;
    color: #333;
    margin-right: 0.5rem;
}

.answer-block {
    background-color: white;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e2e2e2;
}

.answer-title {
    color: #007bff;
    font-weight: bold;
    margin-top: 0.5rem;
}

.copilot-icon {
    height: 20px;
    vertical-align: middle;
}

.pdf-icon {
    width: 24px;
    margin-right: 0.5rem;
}

.icon-bar {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
}

.recommended-text {
    font-size: 0.9rem;
    color: #888;
}

.hr-line {
    border: none;
    border-top: 1px solid #eee;
    margin: 1.5rem 0;
}

/*Comunity End*/

#accessibilityBtn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1050;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3ab7e5;
}

.menu-btn {
    width: 100%;
    text-align: center;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    background: #fff;
    margin-bottom: 0.75rem;
    float: left;
}

.menu-btn:hover {
    background: #f1f1f1;
}

.active-setting {
    border-color: #0d6efd;
    background-color: #e7f1ff;
}

.offcanvas-header .btn-close {
    margin-left: auto;
}

/*Chat Button*/

#chat-toggle {
    background-color: #3ab7e5;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 1050;
}

#chat-toggle .fa {
    font-size: 40px;
}

/*Content design*/
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* max lines */

    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*new css*/

@font-face {
    font-family: "Ageo";
    src: url("/fonts/AgeoTrial-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Ageo";
    src: url("/fonts/AgeoTrial-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Ageo";
    src: url("/fonts/AgeoTrial-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
body {
    font-family: "Ageo", sans-serif;
    background-image: url("/images/background.png");
    background-size: cover;
    /* Make sure image covers whole area */
    background-repeat: no-repeat;
    /* Prevent tiling */
    background-position: center;
}
@font-face {
    font-family: "Ageo";
    src: url("/fonts/AgeoTrial-ExtraBold.ttf") format("truetype");
}

section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
}

.fullscreen {
    height: 100vh;
    width: 100%;
    max-width: 100vw;
    height: auto;
    background-image: url("/images/background.png");

    background-size: cover;
    /* Make sure image covers whole area */
    background-repeat: no-repeat;
    /* Prevent tiling */
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #050c2d;
}

/* Show only the active section */
.fullscreen.active {
    display: block;
}

.fullscreen.inactive {
    display: none;
}

.typewriter {
    font-size: 2rem;
    text-align: center;
}

.btn-rounded {
    border-radius: 25px;
    padding: 0.75rem 1.5rem;
    margin: 0.5rem;
}

/*Chatbox End*/

/*Search */
.custom-search {
    border: 1px solid #78c5f1;
    /* Light blue border */
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 2px rgba(120, 197, 241, 0.7);
}

.custom-search input {
    border: none;
    outline: none;
    box-shadow: none;
    flex-grow: 1;
    font-weight: 600;
    color: #a0a0b2;
    height: 45px;
}

.custom-search input::placeholder {
    font-weight: 600;
    color: #a0a0b2;
}

.custom-search i {
    color: #a0a0b2;
    font-size: 1.2rem;
}

.custom-search input:focus {
    outline: none;
}

/*
Shimmer Effects
*/
.typing-loader {
    margin: 60px auto;
    width: 15px;
    height: 15px;
    -webkit-animation: line 1s linear infinite alternate;
    -moz-animation: line 1s linear infinite alternate;
    animation: line 1s linear infinite alternate;
}
@-webkit-keyframes line {
    0% {
        background-color: rgba(0, 0, 0, 1);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
            24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    25% {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 2),
            24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    75% {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
            24px 0px 0px 0px rgba(0, 0, 0, 2);
    }
}

@-moz-keyframes line {
    0% {
        background-color: rgba(0, 0, 0, 1);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
            24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    25% {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 2),
            24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    75% {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
            24px 0px 0px 0px rgba(0, 0, 0, 2);
    }
}

@keyframes line {
    0% {
        background-color: rgba(0, 0, 0, 1);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
            24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    25% {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 2),
            24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    75% {
        background-color: rgba(0, 0, 0, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
            24px 0px 0px 0px rgba(0, 0, 0, 2);
    }
}
/*Shimmer effects End*/
