/* _content/GIO-14BlazorApp/Components/Account/Pages/Login.razor.rz.scp.css */
/* Center the login form */
.row[b-9ht56yh2lw] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
    /*width: 100vw;*/ /* Full width */
    background-color: #fff; /* White background */
}

/* Form Container */
/*.col-md-4 {
    background: #ffffff;*/ /* White background */
    /*padding: 40px;
    border-radius: 5px;*/ /* Rounded edges */
    /*box-shadow: none;*/ /* No shadow */
   /* max-width: 400px;*/ /* Restrict form width */
    /*width: 100%;
    text-align: left;*/ /* Align text to the left */
/*}*/

/* Form Headings */
h2[b-9ht56yh2lw] {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Floating Label Input Fields */
.form-floating .form-control[b-9ht56yh2lw] {
    background-color: #ddd; /* Light gray background */
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 1rem;
}

    /* Input Field Focus */
    .form-floating .form-control:focus[b-9ht56yh2lw] {
        border-color: #aaa; /* Light border on focus */
        box-shadow: none; /* No glow effect */
    }

/* Remember Me Checkbox */
.checkbox[b-9ht56yh2lw] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.form-check-input[b-9ht56yh2lw] {
    width: 18px;
    height: 18px;
}

/* Login Button */
.w-100.btn-lg[b-9ht56yh2lw] {
    background-color: #e5b200; /* Gold-like color */
    border: none;
    padding: 15px;
    font-size: 1.2rem;
    border-radius: 8px;
    font-weight: bold;
    width: 100%;
    transition: background 0.3s ease-in-out;
}

    .w-100.btn-lg:hover[b-9ht56yh2lw] {
        background-color: #d1a100; /* Slightly darker yellow on hover */
    }

/* Additional Links */
div > p[b-9ht56yh2lw] {
    display: inline-block;
    margin: 10px;
}

    div > p a[b-9ht56yh2lw] {
        color: black;
        text-decoration: none;
        font-size: 0.9rem;
        
    }

        div > p a:hover[b-9ht56yh2lw] {
            text-decoration: underline;
        }



/* Responsive Adjustments */
@media (max-width: 768px) {
    .col-md-4[b-9ht56yh2lw] {
        max-width: 90%;
        padding: 25px;
    }

    h2[b-9ht56yh2lw] {
        font-size: 1.8rem;
    }

    .form-floating .form-control[b-9ht56yh2lw] {
        font-size: 0.95rem;
    }

    .w-100.btn-lg[b-9ht56yh2lw] {
        font-size: 1rem;
    }

    div > p[b-9ht56yh2lw] {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
}
/* _content/GIO-14BlazorApp/Components/Account/Pages/Register.razor.rz.scp.css */
.row[b-eq2kym69vl] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
    /*width: 100vw;*/ /* Full width */
    background-color: #fff; /* White background */
}

/* Form Headings */
h2[b-eq2kym69vl] {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Floating Label Input Fields */
.form-floating label[b-eq2kym69vl] {
    color: #6c757d; /* Gray color for labels */
}

.form-floating .form-control[b-eq2kym69vl] {
    height: 56px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    font-size: 1rem;
    padding: 15px;
    background-color: #f8f9fa; /* Light background */
}

    .form-floating .form-control:focus[b-eq2kym69vl] {
        border-color: #007bff; /* Highlight color */
        box-shadow: 0px 4px 8px rgba(0, 123, 255, 0.2); /* Subtle glow */
    }

/* Validation Message */
.text-danger[b-eq2kym69vl] {
    font-size: 0.9rem;
    margin-top: 5px;
}

/* Register Button */
.w-100.btn-lg[b-eq2kym69vl] {
    background-color: #e5b200; /* Gold-like color */
    border: none;
    padding: 15px;
    font-size: 1.2rem;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 15px;
    transition: background 0.3s ease-in-out;
}

    .w-100.btn-lg:hover[b-eq2kym69vl] {
        background-color: #d1a100; /* Slightly darker yellow on hover */
    }



/* Responsive Adjustments */
@media (max-width: 768px) {
    .form-box[b-eq2kym69vl] {
        max-width: 90%; /* Allows more space on smaller screens */
        padding: 25px;
    }

    h2[b-eq2kym69vl] {
        font-size: 1.5rem;
    }

    .form-floating .form-control[b-eq2kym69vl] {
        height: 50px;
        font-size: 0.95rem;
    }

    .w-100.btn-lg[b-eq2kym69vl] {
        font-size: 1rem;
    }
}
/* _content/GIO-14BlazorApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r8qe88cipb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r8qe88cipb] {
    flex: 1;
    margin:0;
}

.sidebar[b-r8qe88cipb] {
    background-color: #111;
    color: white;
    height: 100vh;
    padding: 20px;
}


.top-row[b-r8qe88cipb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r8qe88cipb]  a, .top-row[b-r8qe88cipb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r8qe88cipb]  a:hover, .top-row[b-r8qe88cipb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r8qe88cipb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-r8qe88cipb] {
        justify-content: space-between;
    }

    .top-row[b-r8qe88cipb]  a, .top-row[b-r8qe88cipb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r8qe88cipb] {
        flex-direction: row;
    }

    .sidebar[b-r8qe88cipb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r8qe88cipb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r8qe88cipb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r8qe88cipb], article[b-r8qe88cipb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-r8qe88cipb] {
    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-r8qe88cipb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GIO-14BlazorApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ff4fmb2fwt] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
/*    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);*/
    background-color:white;
}

.navbar-toggler:checked[b-ff4fmb2fwt] {
    background-color: rgba(255, 255, 255, 0.5);
}


.top-row[b-ff4fmb2fwt] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ff4fmb2fwt] {
    font-size: 1.1rem;
}

.bi[b-ff4fmb2fwt] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ff4fmb2fwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ff4fmb2fwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ff4fmb2fwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-ff4fmb2fwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ff4fmb2fwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ff4fmb2fwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ff4fmb2fwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-ff4fmb2fwt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-ff4fmb2fwt] {
    font-size: 0.9rem;

    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ff4fmb2fwt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ff4fmb2fwt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ff4fmb2fwt]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ff4fmb2fwt]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ff4fmb2fwt]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/*.nav-scrollable {
    display: none;
}*/

.navbar-toggler:checked ~ .nav-scrollable[b-ff4fmb2fwt] {
    display: block;
}

.nav-scrollable[b-ff4fmb2fwt] {
    max-height: 80vh;
    overflow-y: auto;
    padding: 1rem;
}





@media (min-width: 641px) {
    .navbar-toggler[b-ff4fmb2fwt] {
        display: none;
    }

    .nav-scrollable[b-ff4fmb2fwt] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    /*.nav-scrollable {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    }*/

    .nav-link[b-ff4fmb2fwt] {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }

    .logo img[b-ff4fmb2fwt] {
        max-width: 100px;
        max-height: 100px;
    }
}
/* _content/GIO-14BlazorApp/Components/LoggedInPages/PagesForCases/RCCasesAdd.razor.rz.scp.css */
/* MY CASE Title */
.case-title[b-yktnau8i5p] {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 15px;
    color: #ffc107; /* Directly applying primary color */
}

/* Case Section Container */
.case-section[b-yktnau8i5p] {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #ffc107; 
    margin-bottom: 20px;
    text-align: center;
}

.case-dropdown[b-yktnau8i5p] {
    justify-content: center;
}
/* CASE CATEGORY & CASE DESCRIPTION Titles */
.case-subtitle[b-yktnau8i5p] {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #ffc107;
}

/* Buttons with Primary Color */
.btn-primary-custom[b-yktnau8i5p] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: black;
    padding: 12px 25px;
    font-size: 1.2rem;
    font-weight: bold;
}

    .btn-primary-custom:hover[b-yktnau8i5p] {
        background-color: #d9a600;
        border-color: #d9a600;
        color: white;
    }

/* Case Dropdown */
.case-dropdown[b-yktnau8i5p] {
    width: 50%;
    padding: 10px;
    font-size: 1.1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 10px;

}

/* Case Textarea */
.case-textarea[b-yktnau8i5p] {
    width: 70%;
    padding: 12px;
    font-size: 1.1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    resize: vertical;
    margin-top: 10px;
}
/* _content/GIO-14BlazorApp/Components/LoggedInPages/PagesForCases/RCCasesRead.razor.rz.scp.css */
/* Company & User Info */
.company-info[b-txv25csucx], .user-info[b-txv25csucx] {
    margin-bottom: 20px;
    padding: 15px;
   /* background-color: #f8f9fa;*/
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: auto;
}

.comp[b-txv25csucx] {
    font-size: 1.2rem;
    color: #17a2b8;
}

.fname[b-txv25csucx] {
    font-size: 1.2rem;
    color: #17a2b8;
}

/* Table Styling */
.table-responsive[b-txv25csucx] {
    overflow-x: auto;
}

.table[b-txv25csucx] {
    margin-top: 15px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

/* Table Header */
.thead-dark th[b-txv25csucx] {
    text-align: center;
    font-size: 1rem;
    padding: 12px;
}

/* Table Row Styling */
.table-hover tbody tr:hover[b-txv25csucx] {
    background-color: #f5f5f5;
}

/* Action Buttons */
.btn-sm[b-txv25csucx] {
    margin: 2px;
    font-size: 0.9rem;
    padding: 6px 10px;
}

/* Primary Button Styling */
.btn-primary[b-txv25csucx] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: black;
    padding: 12px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

    /* Hover Effect */
    .btn-primary:hover[b-txv25csucx] {
        background-color: #d9a600;
        border-color: #d9a600;
        color: white;
    }
/* _content/GIO-14BlazorApp/Components/LoggedInPages/PagesForCases/RCCasesUpdate.razor.rz.scp.css */
.case-title[b-ksll1ks9n5] {
    font-weight: bold;
    font-size: 2rem;
    color: #EFBA02;
    margin-bottom: 20px;
}

.case-title-small[b-ksll1ks9n5] {
    font-size: 1.4rem;
    font-weight: bold;
    color: #EFBA02;
}

.case-subtitle[b-ksll1ks9n5] {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #EFBA02;
}

.case-section[b-ksll1ks9n5] {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border-left: 5px solid #EFBA02;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}

.case-dropdown[b-ksll1ks9n5] {
    width: 70%;
    max-width: 400px;
    font-size: 1.1rem;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.case-textarea[b-ksll1ks9n5] {
    width: 80%;
    max-width: 600px;
    padding: 12px;
    font-size: 1.1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    resize: vertical;
    margin-top: 10px;
}

/* Buttons */
.btn-primary[b-ksll1ks9n5] {
    background-color: #EFBA02;
    border-color: #EFBA02;
    color: black;
}

    .btn-primary:hover[b-ksll1ks9n5] {
        background-color: #d9a600;
        border-color: #d9a600;
        color: white;
    }

.btn-secondary[b-ksll1ks9n5] {
    background-color: #6c757d;
    border-color: #6c757d;
}
/* _content/GIO-14BlazorApp/Components/LoggedInPages/PagesForCases/RCCaseView.razor.rz.scp.css */
/* Case Card */
.case-card[b-c4933i0i85] {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-left: 5px solid #EFBA02;
    margin-top: 20px;
}

/* Case Title Styling */
.case-title[b-c4933i0i85] {
    font-size: 1.4rem;
    font-weight: bold;
    color: #EFBA02;
    margin-bottom: 10px;
}

    .case-title span[b-c4933i0i85] {
        color: #333;
        font-weight: normal;
    }

/* Case Description Box */
.case-description-box[b-c4933i0i85] {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
}

/* Case Description */
.case-description[b-c4933i0i85] {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    font-style: italic;
}

/* Case Analysis */
.case-analysis[b-c4933i0i85] {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    border-left: 5px solid #007bff; /* Blue left border */
}

/* Case Steps Timeline */
.case-steps[b-c4933i0i85] {
    margin-top: 15px;
}

.step-timeline[b-c4933i0i85] {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.step[b-c4933i0i85] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

    .step[b-c4933i0i85]::before {
        content: '';
        position: absolute;
        left: 22px;
        top: 0;
        bottom: 0;
        width: 4px;
        background-color: #ddd;
    }

    .step:last-child[b-c4933i0i85]::before {
        display: none;
    }

.step-number[b-c4933i0i85] {
    background: #28a745;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.step-content[b-c4933i0i85] {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
    flex-grow: 1;
}

    .step-content h5[b-c4933i0i85] {
        font-size: 1.2rem;
        margin-bottom: 5px;
        color: #28a745;
    }

/* Primary Button Styling */
.btn-primary[b-c4933i0i85] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: black;
    padding: 12px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

    /* Hover Effect */
    .btn-primary:hover[b-c4933i0i85] {
        background-color: #d9a600;
        border-color: #d9a600;
        color: white;
    }
/* _content/GIO-14BlazorApp/Components/LoggedInPages/PagesForCases/RCPoiAdd.razor.rz.scp.css */

/* Section Titles */
.case-subtitle[b-0rztinhnue] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #EFBA02;
    border-bottom: 2px solid #EFBA02;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Section Container */
.case-section[b-0rztinhnue] {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

    /* Label styling */
    label.form-label[b-0rztinhnue],
    .case-section label[b-0rztinhnue] {
        font-weight: 600;
        color: #333;
        margin-bottom: 0.4rem;
        display: block;
    }

/* Form-floating overrides */
.form-floating > label[b-0rztinhnue] {
    padding-left: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #555;
}

.form-floating > .form-control[b-0rztinhnue] {
    height: 58px;
    font-size: 1rem;
}

/* Text inputs */
input.form-control[b-0rztinhnue],
textarea.form-control[b-0rztinhnue] {
    font-size: 1rem;
    border-radius: 6px;
    padding: 12px;
    border: 1px solid #ccc;
}

    input.form-control:focus[b-0rztinhnue],
    textarea.form-control:focus[b-0rztinhnue] {
        border-color: #EFBA02;
        box-shadow: 0 0 5px rgba(239, 186, 2, 0.5);
        outline: none;
    }

/* Buttons */
.btn-primary[b-0rztinhnue] {
    background-color: #EFBA02;
    border-color: #EFBA02;
    color: black;
    padding: 12px 25px;
    font-size: 1.05rem;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

    .btn-primary:hover[b-0rztinhnue] {
        background-color: #d9a600;
        border-color: #d9a600;
        color: white;
    }

.btn-secondary[b-0rztinhnue] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
    padding: 12px 25px;
    font-size: 1.05rem;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

    .btn-secondary:hover[b-0rztinhnue] {
        background-color: #5a6268;
        border-color: #545b62;
    }

/* Company info headers */
.company-info h2[b-0rztinhnue] {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 15px;
}

.company-info span[b-0rztinhnue] {
    color: #333;
}

/* Dropdowns (select elements) */
select.form-select[b-0rztinhnue],
.form-group1 select[b-0rztinhnue] {
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: border-color 0.3s, box-shadow 0.3s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 9L13 1' stroke='%23666' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 14px 10px;
}

    select.form-select:focus[b-0rztinhnue],
    .form-group1 select:focus[b-0rztinhnue] {
        border-color: #EFBA02;
        box-shadow: 0 0 5px rgba(239, 186, 2, 0.5);
        outline: none;
    }

select:disabled[b-0rztinhnue] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

/* Centered dropdowns */
.dropdown-centered .form-select[b-0rztinhnue] {
    margin: 0 auto;
    display: block;
}

/* Table inside form (if any) */
.table th[b-0rztinhnue],
.table td[b-0rztinhnue] {
    vertical-align: middle;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-floating[b-0rztinhnue],
    .form-group1[b-0rztinhnue] {
        margin-bottom: 1.5rem;
    }

    .btn[b-0rztinhnue] {
        width: 100%;
        margin-bottom: 10px;
    }

    .case-subtitle[b-0rztinhnue] {
        font-size: 1.25rem;
    }

    select.form-select[b-0rztinhnue] {
        font-size: 0.95rem;
    }

    .company-info h2[b-0rztinhnue] {
        font-size: 1.4rem;
    }
}
/* _content/GIO-14BlazorApp/Components/LoggedInPages/PagesForClient/RCClientRead.razor.rz.scp.css */
/* General Styling */
.row[b-fv4bujmczi] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

/* Container Styling */
.col-md-6[b-fv4bujmczi] {
    padding: 15px;
}

/* Form Group Styling */
.form-group[b-fv4bujmczi] {
    background-color: #e0e0e0; /* Light gray background */
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

    /* Labels */
    .form-group label[b-fv4bujmczi] {
        font-size: 1rem;
        font-weight: bold;
        color: #222; /* Dark text for contrast */
    }

    /* Text Display */
    .form-group span[b-fv4bujmczi] {
        font-size: 1rem;
        color: #000;
        font-weight: normal;
    }

        /* Styling for Address Fields */
        .form-group span.text-black[b-fv4bujmczi] {
            display: block;
            padding: 5px 0;
        }

    /* Fix alignment of labels and values */
    .form-group label[b-fv4bujmczi],
    .form-group span[b-fv4bujmczi] {
        display: inline-block;
        vertical-align: middle;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .row[b-fv4bujmczi] {
        flex-direction: column;
    }

    .col-md-6[b-fv4bujmczi] {
        width: 100%;
    }

    .form-group[b-fv4bujmczi] {
        padding: 10px;
    }
}


/* Dropdown Container */
.form-group1.text-center[b-fv4bujmczi] {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

/* Dropdown Select */
.form-group1 select[b-fv4bujmczi] {
    background: white;
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #222;
    outline: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* Hover Effect */
.form-group1 select:hover[b-fv4bujmczi] {
    border-color: #000;
}

/* Focus Effect */
.form-group1 select:focus[b-fv4bujmczi] {
    border-color: #000;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

/* Options Styling */
.form-group1 select option[b-fv4bujmczi] {
    font-size: 1rem;
    color: #222;
    padding: 10px;
}

.btn-primary[b-fv4bujmczi] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: black;
    padding: 12px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

    /* Hover Effect */
    .btn-primary:hover[b-fv4bujmczi] {
        background-color: #d9a600;
        border-color: #d9a600;
        color: white;
    }


/* Mobile Responsiveness */
@media (max-width: 768px) {
    .form-group1.text-center[b-fv4bujmczi] {
        justify-content: flex-start;
    }

    .form-group1 select[b-fv4bujmczi] {
        width: 100%;
    }
}
/* _content/GIO-14BlazorApp/Components/LoggedInPages/PagesForClient/RCClientUpdate.razor.rz.scp.css */
/* General Form Layout */
.row[b-8t2z4mn980] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}

/* Ensuring Full Width */
.col-md-12[b-8t2z4mn980] {
    width: 100%;
    padding: 10px;
}

/* Floating Label Input Fields */
.form-floating label[b-8t2z4mn980] {
    color: #6c757d; /* Gray color for labels */
}


/* Form Group Styling */
.form-floating .form-control[b-8t2z4mn980] {
    height: 56px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    font-size: 1rem;
    padding: 15px;
    background-color: #f8f9fa; /* Light background */
}

    /* Label Styling */
    .form-group label[b-8t2z4mn980] {
        font-size: 1rem;
        font-weight: bold;
        color: #333; /* Dark Gray for contrast */
        margin-bottom: 5px;
        display: block;
    }

    /* Input Fields */
    .form-group input[b-8t2z4mn980] {
        width: 100%;
        background: white;
        border: 1px solid #ddd; /* Subtle light gray border */
        font-size: 1.1rem;
        padding: 12px;
        border-radius: 10px; /* Smooth Rounded Corners */
        outline: none;
        transition: border 0.3s ease-in-out;
    }

        /* Remove Green & Blue Borders */
        .form-group input:focus[b-8t2z4mn980] {
            border: 1px solid #ccc; /* Keep subtle gray focus */
            outline: none;
            box-shadow: none; /* Prevents blue focus shadow */
        }

/* Ensure Proper Spacing for Inputs */
.flex-group[b-8t2z4mn980] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

    /* Making Town/City and Post Code Same Row */
    .flex-group .form-group[b-8t2z4mn980] {
        width: 48%;
    }


/* Placeholder Styling */
.form-control[b-8t2z4mn980]::placeholder {
    color: #999; /* Subtle gray text */
    transition: opacity 0.3s ease-in-out; /* Smooth effect */
}

/* Hide placeholder when typing */
.form-control:not(:placeholder-shown)[b-8t2z4mn980] {
    background: white;
}

/* Hide placeholder when input is focused */
.form-control:focus[b-8t2z4mn980]::placeholder {
    opacity: 0; /* Hides it smoothly */
}


/* Custom Styling for Checkboxes */
.form-check[b-8t2z4mn980] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* Checkbox Input */
.form-check-input[b-8t2z4mn980] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

/* Checkbox Label */
.form-check-label[b-8t2z4mn980] {
    font-weight: bold;
    color: black;
    cursor: pointer;
}

/* Custom Checkbox Focus */
.form-check-input:focus[b-8t2z4mn980] {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Checkbox Checked State */
.form-check-input:checked[b-8t2z4mn980] {
    background-color: #ffc107; /* Yellow */
    border-color: #ffc107;
}

/* EFBA02 Primary Button */
.btn-primary[b-8t2z4mn980] {
    background-color: #EFBA02;
    border-color: #EFBA02;
    color: black;
    padding: 12px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

    .btn-primary:hover[b-8t2z4mn980] {
        background-color: #d9a600;
        border-color: #d9a600;
        color: white;
    }


.btn-secondary[b-8t2z4mn980] {
    padding: 12px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}



/* Responsive Adjustments */
@media (max-width: 768px) {
    .flex-group[b-8t2z4mn980] {
        flex-direction: column;
    }

        .flex-group .form-group[b-8t2z4mn980] {
            width: 100%;
        }
}
/* _content/GIO-14BlazorApp/Components/LoggedInPages/PagesForManager/RCManagerRead.razor.rz.scp.css */
/* Section Title */
.cases-title[b-mq8wh6pye7] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #EFBA02;
    margin-bottom: 5px;
}

.cases-count[b-mq8wh6pye7] {
    font-size: 1.6rem;
    font-weight: bold;
    color: black;
}

/* Responsive Table */
.table-responsive[b-mq8wh6pye7] {
    overflow-x: auto;
}

/* Table Enhancements */
.table[b-mq8wh6pye7] {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.thead-dark th[b-mq8wh6pye7] {
    text-align: center;
    font-size: 1rem;
    padding: 12px;
}

.table-hover tbody tr:hover[b-mq8wh6pye7] {
    background-color: #f5f5f5;
}


.btn-primary-custom[b-mq8wh6pye7] {
    background-color: #EFBA02;
    border-color: #EFBA02;
    color: black;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 0.95rem;
}

    .btn-primary-custom:hover[b-mq8wh6pye7] {
        background-color: #d9a600;
        border-color: #d9a600;
        color: white;
    }
/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/AboutUs.razor.rz.scp.css */
/* About Us Section */
.about-section[b-mlnp9j2f6u] {
    background-color: #f4f4f4; /* Light grey background */
    padding: 50px 0; /* Add vertical padding */
    min-height: 400px; /* Set minimum height to ensure enough space */
    display: flex;
    align-items: center; /* Center the text vertically */
    justify-content: center; /* Center content horizontally */
    margin-bottom:0;
}

    .about-section h2[b-mlnp9j2f6u] {
        font-size: 4rem; /* Large font for the heading */
        font-weight: bold;
        color: #f1c40f; /* Yellow color for the heading */
        margin-bottom: 40px; /* Space between the heading and the first paragraph */
        text-align:center;
    }

    .about-section p[b-mlnp9j2f6u] {
        font-size: 1.3rem; /* Standard readable size */
        line-height: 2.5; /* Good spacing for readability */
        color: #000000; /* Darker color for the body text */
        margin-bottom: 5px; /* Adjusted spacing between paragraphs */
        text-align: center;
    }

/* Optional: Container to align the content in the middle */
.container[b-mlnp9j2f6u] {
    max-width: 900px; /* Restrict the content width */
    text-align: left; /* Align text to the left */
    margin-left:150px;
}

@media (max-width: 768px) {
    .about-section h2[b-mlnp9j2f6u] {
        font-size: 2.5rem; /* Adjust heading size for smaller screens */
    }

    .about-section p[b-mlnp9j2f6u] {
        font-size: 1rem; /* Smaller text for mobile devices */
    }

    .about-section[b-mlnp9j2f6u] {
        padding: 30px 0; /* Reduce padding for smaller screens */
    }
}
/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/AboutUsPage.razor.rz.scp.css */

.content-container[b-h4sywrd4hr] {
    background-color: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.content-row[b-h4sywrd4hr] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.profile-image[b-h4sywrd4hr] {
    flex: 1 1 300px;
    max-width: 100%;
}

    .profile-image img[b-h4sywrd4hr] {
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

.text-content[b-h4sywrd4hr] {
    flex: 1 1 400px;
    max-width: 100%;
}

    .text-content h2[b-h4sywrd4hr] {
        font-size: 2.5rem;
        color: #ffc107;
        font-weight: bold;
        margin-bottom: 1rem;
        text-align: left;
    }

    .text-content p[b-h4sywrd4hr] {
        font-size: 1rem;
        color: #333;
        text-align: justify;
        line-height: 1.8;
    }

.experience-highlight[b-h4sywrd4hr] {
    background-color: black;
    padding: 2rem;
    color: #ffc107;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}

/* Info section */
.info-section[b-h4sywrd4hr] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding: 2rem;
    background-color: #f5f5f5;
}

.info-box[b-h4sywrd4hr] {
    background-color: #000;
    color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    max-width: 500px;
    flex: 1 1 300px;
    text-align: center;
}

    .info-box h3[b-h4sywrd4hr] {
        font-size: 1.8rem;
        color: #ffc107;
        margin-bottom: 1rem;
    }

    .info-box p[b-h4sywrd4hr] {
        font-size: 1rem;
        color: #d3d3d3;
        line-height: 1.6;
    }

/* Core Values Section */
.core-values-icons[b-h4sywrd4hr] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    background: url('Images/professionalGuard__.png') center/cover no-repeat;
}

.core-value-item[b-h4sywrd4hr] {
    text-align: center;
    color: white;
    width: 120px;
}

    .core-value-item img[b-h4sywrd4hr] {
        height: 50px;
        width: 50px;
        filter: invert(100%);
    }

/* Why Choose Us rows */
.content-row_[b-h4sywrd4hr], .content-row2_[b-h4sywrd4hr] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
}

.text-content_[b-h4sywrd4hr], .text-content2_[b-h4sywrd4hr] {
    flex: 1 1 300px;
    max-width: 500px;
    text-align: left;
}

.icon-content2[b-h4sywrd4hr] {
    flex: 1 1 200px;
    text-align: center;
}

    .icon-content2 img[b-h4sywrd4hr] {
        max-width: 100%;
        height: auto;
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .content-row[b-h4sywrd4hr],
    .content-row_[b-h4sywrd4hr],
    .content-row2_[b-h4sywrd4hr],
    .info-section[b-h4sywrd4hr] {
        flex-direction: column;
        align-items: center;
    }

    .text-content_[b-h4sywrd4hr], .text-content2_[b-h4sywrd4hr] {
        text-align: center;
        padding: 1rem;
    }

        .text-content_ h3[b-h4sywrd4hr],
        .text-content2_ h3[b-h4sywrd4hr] {
            text-align: center;
        }
}



/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/CI.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-87yw9h7yah] {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.hero-background[b-87yw9h7yah] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-overlay[b-87yw9h7yah] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 50px 20px;
}

    .hero-overlay h1[b-87yw9h7yah] {
        font-size: 3.0rem;
        font-weight: bold;
    }

    .hero-overlay p[b-87yw9h7yah] {
        font-size: 1.2rem;
        margin: 20px;
        line-height: 1.5;
    }

.btn-warning[b-87yw9h7yah] {
    background-color: #e5b200;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
}

    .btn-warning:hover[b-87yw9h7yah] {
        background-color: #d1a100;
    }

/* Black Background Sections */
.black-section[b-87yw9h7yah] {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: center;
}

    .black-section ul[b-87yw9h7yah] {
        list-style-type: none;
        /*        padding-left: 40px;*/
        text-align: center;
        line-height: 2;
    }

        .black-section ul li[b-87yw9h7yah] {
            font-size: 1.2rem;
            margin-bottom: 20px;
            text-align: center;
        }

/* Yellow Background Sections */
.yellow-section[b-87yw9h7yah] {
    background-color: #f8e8a0;
    padding: 50px 0;
    text-align: left;
    margin-bottom: 20px;
}

    .yellow-section h2[b-87yw9h7yah] {
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
    }

    .yellow-section p[b-87yw9h7yah] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* Gray Background Sections */
.gray-section[b-87yw9h7yah] {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: center;
}

    .gray-section h2[b-87yw9h7yah] {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .gray-section ul[b-87yw9h7yah] {
        list-style-type: none;
        padding-left: 40px;
    }

        .gray-section ul li[b-87yw9h7yah] {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

    .gray-section p[b-87yw9h7yah] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* CTA Section */
.cta-section[b-87yw9h7yah] {
    position: relative;
    width: 100%;
    height: 300px;
}

.cta-background[b-87yw9h7yah] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-overlay[b-87yw9h7yah] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}

/* Images */
.img-fluid[b-87yw9h7yah] {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

/* General Section Styling */
.container[b-87yw9h7yah] {
    max-width: 1100px;
    padding: 50px 20px;
}

/* Black Background Sections */
.bla-section[b-87yw9h7yah] {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .bla-section h2[b-87yw9h7yah] {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .bla-section ul[b-87yw9h7yah] {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .bla-section ul li[b-87yw9h7yah] {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

/* Gray Background Sections */
.gray-section[b-87yw9h7yah] {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: center;
}

    .gray-section h2[b-87yw9h7yah] {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .gray-section p[b-87yw9h7yah] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* General Section Styling */
.container[b-87yw9h7yah] {
    max-width: 1100px;
    padding: 50px 20px;
}

/* Black Background Sections */
.b-section[b-87yw9h7yah] {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .b-section h2[b-87yw9h7yah] {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .b-section ul[b-87yw9h7yah] {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .b-section ul li[b-87yw9h7yah] {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

/* Gray Background Sections */
.g-section[b-87yw9h7yah] {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: left;
}

    .g-section h2[b-87yw9h7yah] {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .g-section ul[b-87yw9h7yah] {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .g-section ul li[b-87yw9h7yah] {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

    .g-section p[b-87yw9h7yah] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* Black Background Sections */
.Tblack-section[b-87yw9h7yah] {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .Tblack-section h2[b-87yw9h7yah] {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .Tblack-section ul[b-87yw9h7yah] {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .Tblack-section ul li[b-87yw9h7yah] {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }





/* Responsive Adjustments */
@media (max-width: 768px) {

    .hero-overlay h1[b-87yw9h7yah] {
        font-size: 2rem;
    }

    .hero-overlay p[b-87yw9h7yah] {
        font-size: 1rem;
    }

    .black-section ul[b-87yw9h7yah] {
        padding-left: 20px;
    }

    .yellow-section[b-87yw9h7yah], .gray-section[b-87yw9h7yah] {
        text-align: left;
    }

        .gray-section .row[b-87yw9h7yah], .yellow-section .row[b-87yw9h7yah] {
            flex-direction: column;
        }

        .black-section ul[b-87yw9h7yah],
        .gray-section ul[b-87yw9h7yah] {
            padding-left: 20px;
        }

        .black-section h2[b-87yw9h7yah],
        .gray-section h2[b-87yw9h7yah] {
            font-size: 1.5rem;
            text-align: center;
        }

        .gray-section p[b-87yw9h7yah] {
            font-size: 1rem;
        }

    .black-section ul[b-87yw9h7yah] {
        padding-left: 20px;
    }

    .black-section h2[b-87yw9h7yah],
    .gray-section h2[b-87yw9h7yah] {
        font-size: 1.5rem;
        text-align: center;
    }

    .gray-section p[b-87yw9h7yah] {
        font-size: 1rem;
    }
}
/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/Contact.razor.rz.scp.css */
/* Contact Info Section */
.contact-info-section[b-yzzaxptzyc] {
    display: flex;
    justify-content: space-between; /* Space out items to the edges */
    align-items: center;
    max-width: 600px; /* Adjust width as needed */
    margin: 0 auto; /* Center the container on the page */
    padding: 2rem 0;
}

.contact-item[b-yzzaxptzyc] {
    text-align: center;
    font-size: 1.2rem;
    color: #333;
}

    .contact-item i[b-yzzaxptzyc] {
        font-size: 5rem; /* Icon size */
        color: #000;
    }

    .contact-item p[b-yzzaxptzyc] {
        margin-top: 0.5rem;
        font-size: 1rem;
        color: #333;
    }
/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/ContactPage.razor.rz.scp.css */
/* Contact Section */
.contact-section[b-4rfj6mxc7k] {
    background: linear-gradient(to bottom, white 50%, #e0e0e0 50%);
    padding: 80px 0;
    text-align: center;
}

    /* Title & Subtitle */
    .contact-section h1[b-4rfj6mxc7k] {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .contact-section p[b-4rfj6mxc7k] {
        font-size: 1.2rem;
        color: #333;
        margin-bottom: 40px;
    }

/* Contact Cards Container */
.contact-cards[b-4rfj6mxc7k] {
    display: flex;
    justify-content: center;
    gap: 50px;
}

/* Contact Card */
.contact-card[b-4rfj6mxc7k] {
    background: white;
    padding: 30px;
    width: 250px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .contact-card p[b-4rfj6mxc7k] {
        font-size: 1.2rem;
        font-weight: bold;
        margin-top: 15px;
    }

/* Contact Icons */
.contact-icon[b-4rfj6mxc7k] {
    width: 50px;
    height: 50px;
}


.footer[b-4rfj6mxc7k] {
    background-color: #000; /* Black background */
    color: #fff; /* White text */
}

.footer-link[b-4rfj6mxc7k] {
    color: #fff; /* White link text */
    text-decoration: none; /* Remove underline */
    transition: color 0.3s ease;
}

    .footer-link:hover[b-4rfj6mxc7k] {
        color: #ffc107; /* Yellow color on hover */
    }

.btn-warning[b-4rfj6mxc7k] {
    color: #000; /* Black text for the button */
    background-color: #ffc107; /* Yellow button */
    border: none;
    padding: 0.8rem 2rem; /* Custom padding for better appearance */
    font-size: 1.1rem; /* Slightly larger text */
}

    .btn-warning:hover[b-4rfj6mxc7k] {
        background-color: #ffca2c; /* Slightly lighter yellow on hover */
    }


/* Responsive Adjustments */
@media (max-width: 768px) {
    .contact-cards[b-4rfj6mxc7k] {
        flex-direction: column;
        gap: 20px;
    }

    .contact-card[b-4rfj6mxc7k] {
        width: 80%;
        margin: 0 auto;
    }
}
/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/FugitivesPage.razor.rz.scp.css */
/* Flip Card Styling */
.flip-card[b-w1lz71ddvx] {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
}

.flip-card-inner[b-w1lz71ddvx] {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner[b-w1lz71ddvx] {
    transform: rotateY(180deg);
}

.flip-card-front[b-w1lz71ddvx],
.flip-card-back[b-w1lz71ddvx] {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
}

.flip-card-front[b-w1lz71ddvx] {
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .flip-card-front img[b-w1lz71ddvx] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.flip-card-back[b-w1lz71ddvx] {
    background-color: #f8f9fa;
    transform: rotateY(180deg);
    padding: 20px;
    color: #000;
    text-align: left; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.card-details p[b-w1lz71ddvx] {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 2.0;
    text-align: left;
}

/* Alert Box */
.alert-box[b-w1lz71ddvx] {
    background-color: #d9534f;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 6px;
}
/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/FugitiveTracking.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-2b2lxv356y] {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;

}

.hero-background[b-2b2lxv356y] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    
}

.hero-overlay[b-2b2lxv356y] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 50px 20px;
}

    .hero-overlay h1[b-2b2lxv356y] {
        font-size: 3.0rem;
        font-weight: bold;
    }

    .hero-overlay p[b-2b2lxv356y] {
        font-size: 1.2rem;
        margin: 20px;
        line-height: 1.5;
    }

.btn-warning[b-2b2lxv356y] {
    background-color: #e5b200;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
}

    .btn-warning:hover[b-2b2lxv356y] {
        background-color: #d1a100;
    }


.advanced[b-2b2lxv356y] {
    padding: 50px 0;
    text-align: justify;
}

    .advanced h2[b-2b2lxv356y] {
        font-size: 2.0rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align:left;
        padding-right: 100px ;
    }

    .advanced p[b-2b2lxv356y] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
        text-align:justify;
    }

    .advanced ul[b-2b2lxv356y] {
        list-style-type: none;
        padding-left: 40px;
    }

        .advanced ul li[b-2b2lxv356y] {
            font-size: 1.1rem;
            margin-bottom: padding: 50px 0;
            text-align: center;
        }


/* Black Background Sections */
.black-section[b-2b2lxv356y] {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: center;
}

    .black-section ul[b-2b2lxv356y] {
        list-style-type: none;
/*        padding-left: 40px;*/
        text-align: center;
        line-height:2;
    }

        .black-section ul li[b-2b2lxv356y] {
            font-size: 1.2rem;
            margin-bottom: 20px;
            text-align: center;
        }

/* Yellow Background Sections */
.yellow-section[b-2b2lxv356y] {
    background-color: #f8e8a0;
    padding: 50px 0;
    text-align: left;
    margin-bottom: 20px;
}
    .yellow-section h2[b-2b2lxv356y] {
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
    }

    .yellow-section p[b-2b2lxv356y] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;

    }

/* Gray Background Sections */
.gray-section[b-2b2lxv356y] {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: center;
}

    .gray-section h2[b-2b2lxv356y] {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .gray-section ul[b-2b2lxv356y] {
        list-style-type: none;
        padding-left: 40px;
    }

        .gray-section ul li[b-2b2lxv356y] {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

    .gray-section p[b-2b2lxv356y] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* CTA Section */
.cta-section[b-2b2lxv356y] {
    position: relative;
    width: 100%;
    height: 300px;
}

.cta-background[b-2b2lxv356y] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-overlay[b-2b2lxv356y] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}

/* Images */
.img-fluid[b-2b2lxv356y] {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

/* General Section Styling */
.container[b-2b2lxv356y] {
    max-width: 1100px;
    padding: 50px 20px;
}

/* Black Background Sections */
.bla-section[b-2b2lxv356y] {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .bla-section h2[b-2b2lxv356y] {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .bla-section ul[b-2b2lxv356y] {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .bla-section ul li[b-2b2lxv356y] {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

/* Gray Background Sections */
.gray-section[b-2b2lxv356y] {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: center;
}

    .gray-section h2[b-2b2lxv356y] {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .gray-section p[b-2b2lxv356y] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* General Section Styling */
.container[b-2b2lxv356y] {
    max-width: 1100px;
    padding: 50px 20px;
}

/* Black Background Sections */
.b-section[b-2b2lxv356y] {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .b-section h2[b-2b2lxv356y] {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .b-section ul[b-2b2lxv356y] {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .b-section ul li[b-2b2lxv356y] {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

/* Gray Background Sections */
.g-section[b-2b2lxv356y] {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: left;
}

    .g-section h2[b-2b2lxv356y] {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .g-section ul[b-2b2lxv356y] {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .g-section ul li[b-2b2lxv356y] {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

    .g-section p[b-2b2lxv356y] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* Black Background Sections */
.Tblack-section[b-2b2lxv356y] {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .Tblack-section h2[b-2b2lxv356y] {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .Tblack-section ul[b-2b2lxv356y] {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .Tblack-section ul li[b-2b2lxv356y] {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }



       
    
/* Responsive Adjustments */
 @media (max-width: 768px) {

            .hero-overlay h1[b-2b2lxv356y] {
                font-size: 2rem;

            }

            .hero-overlay p[b-2b2lxv356y] {
                font-size: 1rem;
            }

            .black-section ul[b-2b2lxv356y] {
                padding-left: 20px;
            }

            .yellow-section[b-2b2lxv356y], .gray-section[b-2b2lxv356y] {
                text-align: left;
            }

                .gray-section .row[b-2b2lxv356y], .yellow-section .row[b-2b2lxv356y] {
                    flex-direction: column;
                }

                .black-section ul[b-2b2lxv356y],
                .gray-section ul[b-2b2lxv356y] {
                    padding-left: 20px;
                }

                .black-section h2[b-2b2lxv356y],
                .gray-section h2[b-2b2lxv356y] {
                    font-size: 1.5rem;
                    text-align: center;
                }

                .gray-section p[b-2b2lxv356y] {
                    font-size: 1rem;
                }

            .black-section ul[b-2b2lxv356y] {
                padding-left: 20px;
            }

            .black-section h2[b-2b2lxv356y],
            .gray-section h2[b-2b2lxv356y] {
                font-size: 1.5rem;
                text-align: center;
            }

            .gray-section p[b-2b2lxv356y] {
                font-size: 1rem;
            }
 }


/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/GI.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-mvpb8o9rpt] {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.hero-background[b-mvpb8o9rpt] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-overlay[b-mvpb8o9rpt] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 50px 20px;
}

    .hero-overlay h1[b-mvpb8o9rpt] {
        font-size: 3.0rem;
        font-weight: bold;
    }

    .hero-overlay p[b-mvpb8o9rpt] {
        font-size: 1.2rem;
        margin: 20px;
        line-height: 1.5;
    }

.btn-warning[b-mvpb8o9rpt] {
    background-color: #e5b200;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
}

    .btn-warning:hover[b-mvpb8o9rpt] {
        background-color: #d1a100;
    }

/* Black Background Sections */
.black-section[b-mvpb8o9rpt] {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: center;
}

    .black-section ul[b-mvpb8o9rpt] {
        list-style-type: none;
        /*        padding-left: 40px;*/
        text-align: center;
        line-height: 2;
    }

        .black-section ul li[b-mvpb8o9rpt] {
            font-size: 1.2rem;
            margin-bottom: 20px;
            text-align: center;
        }

/* Yellow Background Sections */
.yellow-section[b-mvpb8o9rpt] {
    background-color: #f8e8a0;
    padding: 50px 0;
    text-align: left;
    margin-bottom: 20px;
}

    .yellow-section h2[b-mvpb8o9rpt] {
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
    }

    .yellow-section p[b-mvpb8o9rpt] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* Gray Background Sections */
.gray-section[b-mvpb8o9rpt] {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: center;
}

    .gray-section h2[b-mvpb8o9rpt] {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .gray-section ul[b-mvpb8o9rpt] {
        list-style-type: none;
        padding-left: 40px;
    }

        .gray-section ul li[b-mvpb8o9rpt] {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

    .gray-section p[b-mvpb8o9rpt] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* CTA Section */
.cta-section[b-mvpb8o9rpt] {
    position: relative;
    width: 100%;
    height: 300px;
}

.cta-background[b-mvpb8o9rpt] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-overlay[b-mvpb8o9rpt] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}

/* Images */
.img-fluid[b-mvpb8o9rpt] {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

/* General Section Styling */
.container[b-mvpb8o9rpt] {
    max-width: 1100px;
    padding: 50px 20px;
}

/* Black Background Sections */
.bla-section[b-mvpb8o9rpt] {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .bla-section h2[b-mvpb8o9rpt] {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .bla-section ul[b-mvpb8o9rpt] {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .bla-section ul li[b-mvpb8o9rpt] {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

/* Gray Background Sections */
.gray-section[b-mvpb8o9rpt] {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: center;
}

    .gray-section h2[b-mvpb8o9rpt] {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .gray-section p[b-mvpb8o9rpt] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* General Section Styling */
.container[b-mvpb8o9rpt] {
    max-width: 1100px;
    padding: 50px 20px;
}

/* Black Background Sections */
.b-section[b-mvpb8o9rpt] {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .b-section h2[b-mvpb8o9rpt] {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .b-section ul[b-mvpb8o9rpt] {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .b-section ul li[b-mvpb8o9rpt] {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

/* Gray Background Sections */
.g-section[b-mvpb8o9rpt] {
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: left;
}

    .g-section h2[b-mvpb8o9rpt] {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .g-section ul[b-mvpb8o9rpt] {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .g-section ul li[b-mvpb8o9rpt] {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

    .g-section p[b-mvpb8o9rpt] {
        font-size: 1.1rem;
        max-width: 800px;
        margin: 0 auto;
    }

/* Black Background Sections */
.Tblack-section[b-mvpb8o9rpt] {
    background-color: #000;
    color: white;
    padding: 50px 0;
    text-align: left;
}

    .Tblack-section h2[b-mvpb8o9rpt] {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .Tblack-section ul[b-mvpb8o9rpt] {
        list-style-type: none;
        padding-left: 40px;
        line-height: 2;
        text-align: center;
    }

        .Tblack-section ul li[b-mvpb8o9rpt] {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }





/* Responsive Adjustments */
@media (max-width: 768px) {

    .hero-overlay h1[b-mvpb8o9rpt] {
        font-size: 2rem;
    }

    .hero-overlay p[b-mvpb8o9rpt] {
        font-size: 1rem;
    }

    .black-section ul[b-mvpb8o9rpt] {
        padding-left: 20px;
    }

    .yellow-section[b-mvpb8o9rpt], .gray-section[b-mvpb8o9rpt] {
        text-align: left;
    }

        .gray-section .row[b-mvpb8o9rpt], .yellow-section .row[b-mvpb8o9rpt] {
            flex-direction: column;
        }

        .black-section ul[b-mvpb8o9rpt],
        .gray-section ul[b-mvpb8o9rpt] {
            padding-left: 20px;
        }

        .black-section h2[b-mvpb8o9rpt],
        .gray-section h2[b-mvpb8o9rpt] {
            font-size: 1.5rem;
            text-align: center;
        }

        .gray-section p[b-mvpb8o9rpt] {
            font-size: 1rem;
        }

    .black-section ul[b-mvpb8o9rpt] {
        padding-left: 20px;
    }

    .black-section h2[b-mvpb8o9rpt],
    .gray-section h2[b-mvpb8o9rpt] {
        font-size: 1.5rem;
        text-align: center;
    }

    .gray-section p[b-mvpb8o9rpt] {
        font-size: 1rem;
    }
}
/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/Hero.razor.rz.scp.css */
.hero-slide[b-atcnjc7vhm] {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    position: relative;
}

.background-overlay[b-atcnjc7vhm] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-section[b-atcnjc7vhm] {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
    padding: 0 15px;
}

    .hero-section .container[b-atcnjc7vhm] {
        position: relative;
        z-index: 2;
    }

.lead[b-atcnjc7vhm] {
    font-size: 1.5rem;
    color: #fff;
}

@media (max-width: 768px) {
    .hero-slide[b-atcnjc7vhm] {
        height: 80vh;
        background-size: cover; /* Maintain full background */
    }

    .hero-section h1[b-atcnjc7vhm] {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .hero-section p.lead[b-atcnjc7vhm] {
        font-size: 1rem;
    }

    .btn[b-atcnjc7vhm] {
        font-size: 0.9rem;
        padding: 0.75rem 1.25rem;
    }

    .d-flex.gap-3[b-atcnjc7vhm] {
        flex-direction: column !important;
        gap: 1rem !important;
    }
}
/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/Section1.razor.rz.scp.css */
.shadow-custom[b-wem8sbt6wn] {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

/* Text link styling */
.text-decoration-none[b-wem8sbt6wn] {
    color: #EFBA02;
    text-decoration: none;
}

/* Optional: tighter spacing for smaller devices */
@media (max-width: 768px) {
    .display-5[b-wem8sbt6wn] {
        font-size: 1.75rem;
    }

    .lead[b-wem8sbt6wn] {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    img.shadow-custom[b-wem8sbt6wn] {
        max-height: 300px;
    }
}
/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/Section2.razor.rz.scp.css */
.feature-card[b-k7c74vtven] {
    background-color: #f9f9f9;
    border-radius: 8px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .feature-card:hover[b-k7c74vtven] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .feature-card .icon[b-k7c74vtven] {
        max-width: 50px;
        max-height: 50px;
        object-fit: contain;
    }

.text-decoration-none[b-k7c74vtven] {
    color: #EFBA02;
    text-decoration: none;
}

/* Optional: smaller text on mobile */
@media (max-width: 768px) {
    .display-4[b-k7c74vtven] {
        font-size: 1.8rem;
    }

    .lead[b-k7c74vtven] {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .feature-card[b-k7c74vtven] {
        padding: 1.5rem;
    }
}
/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/Section3.razor.rz.scp.css */
.img-cover[b-u3ie0b1b3o] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gradient-bg[b-u3ie0b1b3o] {
    background: linear-gradient(to bottom right, #0c0c0c, #1a1a1a);
    color: white;
}

.text-left[b-u3ie0b1b3o] {
    text-align: left !important; 
}

/* Responsive padding & alignment */
@media (max-width: 768px) {
    .gradient-bg[b-u3ie0b1b3o] {
        padding: 2rem 1.25rem;
    }

    .btn-lg[b-u3ie0b1b3o] {
        font-size: 1rem;
        padding: 0.75rem 1.5rem;
    }
}
/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/ServicePage.razor.rz.scp.css */
.image-wrapper[b-t2oxty0c4i] {
    position: relative;
    padding-bottom: 40px;
}

    .image-wrapper img[b-t2oxty0c4i] {
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

.stats-overlay[b-t2oxty0c4i] {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    flex-wrap: wrap;
}

.stat-card[b-t2oxty0c4i] {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-in-out;
}

    .stat-card:hover[b-t2oxty0c4i] {
        transform: translateY(-5px);
    }

.text-block[b-t2oxty0c4i] {
    background-color: #eaeaea;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    color: #333;
    line-height: 1.8;
}

.card-img-container img[b-t2oxty0c4i] {
    width: 100%;
    height: auto;
}

.view-more-link[b-t2oxty0c4i] {
    color: #ffc107;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .view-more-link:hover[b-t2oxty0c4i] {
        color: #ffdd57;
    }

@media (max-width: 768px) {
    .stats-overlay[b-t2oxty0c4i] {
        flex-direction: column;
        gap: 1rem;
        bottom: -50px;
    }

    .stat-card[b-t2oxty0c4i] {
        min-width: 100px;
    }

    .card-title[b-t2oxty0c4i] {
        font-size: 1.6rem !important;
        color:white;


    }

    .card-text[b-t2oxty0c4i] {
        margin: 20px 15px !important;
        font-size: 0.95rem;
    }

    h2[b-t2oxty0c4i] {
        font-size: 1.75rem;
    }

    p[b-t2oxty0c4i] {
        font-size: 0.95rem;
    }
}
/* _content/GIO-14BlazorApp/Components/NotLoggedInPages/Services.razor.rz.scp.css */
.services-section[b-g6k7u4u50p] {
    background-color: #f5f5f5;
    padding: 4rem 1rem;
}

.section-title[b-g6k7u4u50p] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffc107;
    margin-bottom: 2rem;
}

/* Card Styling */
.service-card[b-g6k7u4u50p] {
    background-color: #000;
    color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    text-align: left;
    /* Fix any inherited vertical rendering */
    word-break: normal !important;
    white-space: normal !important;
}

    .service-card:hover[b-g6k7u4u50p] {
        transform: scale(1.03);
    }

.service-title[b-g6k7u4u50p] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #EFBA02;
    margin-bottom: 1rem;
}

.service-description[b-g6k7u4u50p] {
    font-size: 1rem;
    line-height: 1.6;
    word-break: normal !important;
    white-space: normal !important;
    overflow-wrap: break-word;
    color: white;
}

.service-link[b-g6k7u4u50p] {
    color: #EFBA02;
    text-decoration: none;
}

    .service-link:hover[b-g6k7u4u50p] {
        text-decoration: underline;
    }

/* Responsive Text Sizes */
@media (max-width: 768px) {
    .section-title[b-g6k7u4u50p] {
        font-size: 2rem;
    }

    .service-title[b-g6k7u4u50p] {
        font-size: 1.2rem;
    }

    .service-description[b-g6k7u4u50p] {
        font-size: 0.95rem;
    }
}
