@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/BlazorServer/Components/Common/Footer.razor.rz.scp.css */
/* ===== FOOTER ===== */
.footer-dark-index[b-kbgb823bt0] {
    background: linear-gradient(to right, #1f1f1f, #2c2c2c);
    color: #ddd;
    padding: 50px 80px 20px;
}

/* ===== EXTRA COLOR THEMES ===== */

/* Dark Theme (Default) */
.footer-dark[b-kbgb823bt0] {
    background: linear-gradient(to right, #1f1f1f, #2c2c2c);
    color: #ddd;
}

/* Blue Theme */
.footer-blue[b-kbgb823bt0] {
    background: linear-gradient(to right, #1e3c72, #2a5298);
    color: #e0eaff;
}

/* Green Theme */
.footer-green[b-kbgb823bt0] {
    background: linear-gradient(to right, #134e5e, #71b280);
    color: #eafff5;
}

/* Red Theme */
.footer-red[b-kbgb823bt0] {
    background: linear-gradient(to right, #8e0e00, #1f1c18);
    color: #ffe5e5;
}

/* Purple Theme */
.footer-purple[b-kbgb823bt0] {
    background: linear-gradient(to right, #41295a, #2f0743);
    color: #f3e8ff;
}

/* Orange Theme */
.footer-orange[b-kbgb823bt0] {
    background: linear-gradient(to right, #ff512f, #dd2476);
    color: #fff3e6;
}

/* ===== STRUCTURE ===== */
.footer-container-index[b-kbgb823bt0] {
    display: flex;
    gap: 120px;
    flex-wrap: wrap;
}

.footer-col-index[b-kbgb823bt0] {
    max-width: 350px;
}

    .footer-col-index h3[b-kbgb823bt0] {
        color: white;
        margin-bottom: 20px;
    }

    .footer-col-index p[b-kbgb823bt0] {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
    }

    .footer-col-index ul[b-kbgb823bt0] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-col-index ul li[b-kbgb823bt0] {
            margin-bottom: 12px;
            font-size: 15px;
            cursor: pointer;
            transition: 0.3s;
        }

            .footer-col-index ul li:hover[b-kbgb823bt0] {
                color: white;
                padding-left: 6px;
            }

.footer-bottom-index[b-kbgb823bt0] {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #444;
}
/* ===== FOOTER END ===== */
/* _content/BlazorServer/Components/Common/HeaderImage.razor.rz.scp.css */
/* ===== HEADER IMAGE ===== */
.image-area[b-1kewo3g30r] {
    display: flex;
    justify-content: center;
}

    .image-area img[b-1kewo3g30r] {
        width: 300px;
        height: 100px;
        object-fit: contain;
    }
/* _content/BlazorServer/Components/Common/Navbar.razor.rz.scp.css */
/* =====================================
   GLOBAL RESET
===================================== */

*[b-wnsc45u4ag] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-wnsc45u4ag] {
    font-family: Arial, sans-serif;
}

/* =====================================
   NAVBAR BASE
===================================== */

.navbar-index[b-wnsc45u4ag] {
    position: sticky;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, #4e73b8, #3b5fa3);
    padding: 12px 10px;
    z-index: 9999;
}

/* =====================================
   MENU CONTAINER
===================================== */

.nav-menu-index[b-wnsc45u4ag] {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; /* Never wrap */
}

    /* =====================================
   MENU ITEMS
===================================== */

    .nav-menu-index > li[b-wnsc45u4ag] {
        flex: 1; /* Equal width */
        text-align: center;
        position: relative; /* IMPORTANT for dropdown */
    }

        /* =====================================
   MENU LINKS
===================================== */

        .nav-menu-index > li > a[b-wnsc45u4ag] {
            display: block;
            padding: 8px 6px;
            font-size: 16px;
            font-weight: 500;
            color: white;
            text-decoration: none;
            word-break: break-word; /* break text */
            white-space: normal;
        }

            .nav-menu-index > li > a:hover[b-wnsc45u4ag] {
                text-decoration: underline;
            }

/* =====================================
   DROPDOWN MENU
===================================== */

.dropdown-menu-index[b-wnsc45u4ag] {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    min-width: 220px;
    list-style: none;
    padding: 8px 0;
    display: none;
    border-radius: 6px;
}

    /* Dropdown Items */

    .dropdown-menu-index li[b-wnsc45u4ag] {
        width: 100%;
        text-align: left;
    }

        .dropdown-menu-index li a[b-wnsc45u4ag] {
            display: block;
            padding: 8px 15px;
            color: white;
            font-size: 14px;
            text-decoration: none;
        }

            .dropdown-menu-index li a:hover[b-wnsc45u4ag] {
                background-color: #3b5fa3;
            }

/* =====================================
   SHOW DROPDOWN ON HOVER
===================================== */

.dropdown-index:hover > .dropdown-menu-index[b-wnsc45u4ag] {
    display: block;
}

/* =====================================
   MOBILE RESPONSIVE
===================================== */

@media (max-width: 768px) {

    .nav-menu-index[b-wnsc45u4ag] {
        flex-wrap: nowrap; /* still single line */
    }

        .nav-menu-index > li > a[b-wnsc45u4ag] {
            font-size: 13px;
            padding: 6px 4px;
        }
}
/* _content/BlazorServer/Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/
/*
.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: end;
    height: 3.8rem;
    display: flex;
    align-items: center;
}
*/


/*.top-row {
    background-color: white;
    border-bottom: 1px solid #d6d5d5;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;*/ /* LEFT + RIGHT separation */
    /*padding: 0 20px;
}

.left-section {
    display: flex;
    align-items: center;
}

.right-section {
    display: flex;
    align-items: center;
    gap: 15px;
}


.top-row ::deep a, .top-row ::deep .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.page {
    display: flex;
}*/

/* Sidebar */
/*.sidebar {
    width: 240px;
    transition: all 0.3s ease;
    background: #1e293b;
    min-height: 100vh;
}*/

/* Collapse Mode */
/*.sidebar-collapsed .sidebar {
    width: 70px;
}*/

/* Main content */
/*main {
    flex-grow: 1;
    padding: 20px;
    transition: all 0.3s ease;
}*/

/* Header */
/*.top-header {
    position: fixed;
    width: 100%;
    height: 60px;
    background: white;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

.toggle-btn {
    border: none;
    background: transparent;
    font-size: 20px;
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 12px;
    color: white;
}

    .nav-link i {
        width: 25px;
        text-align: center;
    }*/
/* LAYOUT STRUCTURE */
/*.page {
    display: flex;
}*/

/* SIDEBAR NORMAL */
/*.sidebar {
    width: 250px;
    transition: width 0.3s ease;
}*/

/* SIDEBAR COLLAPSED */
/*.layout-collapsed .sidebar {
    width: 70px;
}*/

/* MAIN CONTENT AUTO RESIZE */
/*.main,
main {
    flex: 1;
}*/

/* TOGGLE BUTTON */
/*.menu-toggle {
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
}*/

/* HIDE TEXT WHEN COLLAPSED */
/*.layout-collapsed .link-text,
.layout-collapsed .brand-text,
.layout-collapsed .arrow {
    display: none;
}*/

/* CENTER ICONS WHEN COLLAPSED */
/*.layout-collapsed .nav-link,
.layout-collapsed .nav-subitem {
    justify-content: center;
}*/

/* REMOVE LEFT PADDING IN COLLAPSE */
/*.layout-collapsed .submenu {
    padding-left: 0;
}*/

.page[b-yr9wyj2frh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yr9wyj2frh] {
    flex: 1;
}

.sidebar[b-yr9wyj2frh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yr9wyj2frh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yr9wyj2frh]  a, .top-row[b-yr9wyj2frh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-yr9wyj2frh]  a:hover, .top-row[b-yr9wyj2frh]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-yr9wyj2frh]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-yr9wyj2frh] {
        justify-content: space-between;
    }

        .top-row[b-yr9wyj2frh]  a, .top-row[b-yr9wyj2frh]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-yr9wyj2frh] {
        flex-direction: row;
    }

    .sidebar[b-yr9wyj2frh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yr9wyj2frh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-yr9wyj2frh]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-yr9wyj2frh], article[b-yr9wyj2frh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yr9wyj2frh] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-yr9wyj2frh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/*.main-header .nav-link {
    height: 60px;
}

.main-header img {
    height: 100%;
}*/
/* _content/BlazorServer/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-treeview[b-yzmoccrxyx] {
    padding-left: 10px;
}

    .nav-treeview .nav-link[b-yzmoccrxyx] {
        font-size: 14px;
    }

.nav-icon[b-yzmoccrxyx] {
    margin-right: 8px;
}
/* _content/BlazorServer/Components/Pages/index.razor.rz.scp.css */
/* =====================================
   BODY
===================================== */
body[b-o417lbxebw] {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    overflow-x: hidden;
}


/* =====================================
   SLIDER
===================================== */
.slider-index[b-o417lbxebw] {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 400px;
    overflow: hidden;
}

.slide-index[b-o417lbxebw] {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

    .slide-index.active-index[b-o417lbxebw] {
        display: block;
    }

    .slide-index img[b-o417lbxebw] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(55%);
    }


/* =====================================
   BANNER TEXT
===================================== */
.banner-text-index[b-o417lbxebw] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 85%;
    padding: 20px;
}

    .banner-text-index h1[b-o417lbxebw] {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .banner-text-index p[b-o417lbxebw] {
        font-size: 17px;
        line-height: 1.6;
    }


/* =====================================
   DOTS
===================================== */
.dots-index[b-o417lbxebw] {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.dot-index[b-o417lbxebw] {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background: white;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

    .dot-index.active-index[b-o417lbxebw] {
        background: #2d4f8f;
        transform: scale(1.3);
    }


/* =====================================
   CONTENT SECTION
===================================== */
.content-section-index[b-o417lbxebw] {
    width: 95%;
    margin: 70px auto;
    display: flex;
    gap: 5%;
    align-items: center;
}

.image-box-index[b-o417lbxebw] {
    width: 50%;
    border: 2px solid #2d4f8f;
}

    .image-box-index img[b-o417lbxebw] {
        width: 100%;
        height: auto;
    }

.text-box-index[b-o417lbxebw] {
    width: 45%;
}

    .text-box-index h3[b-o417lbxebw] {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }


/* =====================================
   KEY FEATURES PERFECT INLINE ALIGNMENT
===================================== */

.features-index[b-o417lbxebw] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .features-index li[b-o417lbxebw] {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.6;
    }

/* Tick Icon */
.tick-index[b-o417lbxebw] {
    background: #2d4f8f;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 8px;
    border-radius: 4px;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 4px;
}

/* Feature Title */
.feature-title[b-o417lbxebw] {
    font-weight: 600;
    margin-right: 6px;
    white-space: nowrap;
}

/* Description */
.feature-desc[b-o417lbxebw] {
    flex: 1;
}


/* =====================================
   RESPONSIVE DESIGN
===================================== */

/* -------- Tablet -------- */
@media (max-width: 992px) {

    .slider-index[b-o417lbxebw] {
        height: 60vh;
    }

    .banner-text-index h1[b-o417lbxebw] {
        font-size: 26px;
    }

    .banner-text-index p[b-o417lbxebw] {
        font-size: 15px;
    }

    .content-section-index[b-o417lbxebw] {
        flex-direction: column;
        text-align: center;
    }

    .image-box-index[b-o417lbxebw],
    .text-box-index[b-o417lbxebw] {
        width: 100%;
    }

    .image-box-index[b-o417lbxebw] {
        margin-bottom: 30px;
    }
}


/* -------- Mobile -------- */
@media (max-width: 768px) {

    .slider-index[b-o417lbxebw] {
        height: 50vh;
    }

    .banner-text-index[b-o417lbxebw] {
        width: 95%;
    }

        .banner-text-index h1[b-o417lbxebw] {
            font-size: 20px;
        }

        .banner-text-index p[b-o417lbxebw] {
            font-size: 14px;
        }

    .features-index li[b-o417lbxebw] {
        flex-wrap: wrap;
    }

    .feature-title[b-o417lbxebw] {
        white-space: normal;
    }

    .feature-desc[b-o417lbxebw] {
        width: 100%;
        margin-left: 0;
    }
}


/* -------- Small Mobile -------- */
@media (max-width: 480px) {

    .slider-index[b-o417lbxebw] {
        height: 45vh;
        min-height: 300px;
    }

    .banner-text-index h1[b-o417lbxebw] {
        font-size: 16px;
    }

    .banner-text-index p[b-o417lbxebw] {
        font-size: 13px;
    }
}
