/* /Components/Recaptcha.razor.rz.scp.css */
body[b-ov0h0wzwl9] {
}
/* /Layout/Footer.razor.rz.scp.css */
body[b-j1jf0uk3pk] {
}

.footer[b-j1jf0uk3pk] {
    border-top: 2px solid #fff; /* Adjust the color and thickness as needed */
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-v8q5m4zhkd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v8q5m4zhkd] {
    flex: 1;
}

.top-row[b-v8q5m4zhkd] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: black;
}

    .top-row[b-v8q5m4zhkd]  a, .top-row[b-v8q5m4zhkd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-v8q5m4zhkd]  a:hover, .top-row[b-v8q5m4zhkd]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-v8q5m4zhkd]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-v8q5m4zhkd] {
        justify-content: space-between;
    }

        .top-row[b-v8q5m4zhkd]  a, .top-row[b-v8q5m4zhkd]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-v8q5m4zhkd] {
        flex-direction: row;
    }

    .sidebar[b-v8q5m4zhkd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v8q5m4zhkd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-v8q5m4zhkd]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-v8q5m4zhkd], article[b-v8q5m4zhkd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Ensure the overlay covers the entire page and closes on click outside */
.navbar-collapse.show[b-v8q5m4zhkd] {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.navbar-nav[b-v8q5m4zhkd] {
    cursor: auto;
}

/* Adjust navbar for desktop view */
@media (min-width: 641px) {
    .navbar-toggler[b-v8q5m4zhkd] {
        display: none; /* Hide in desktop view */
    }

    .navbar-collapse[b-v8q5m4zhkd] {
        display: flex !important; /* Ensure flex layout in desktop view */
        flex-direction: row; /* Align items horizontally */
        justify-content: space-between; /* Distribute items evenly */
        width: auto; /* Prevent squishing */
        background: none; /* Remove background for desktop */
        position: static; /* Reset position */
        height: auto; /* Reset height */
        align-items: center; /* Vertically align items */
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d13n4iuesv] {
    background-color: rgba(255, 255, 255, 0.1);
    display: none; /* Default to hidden */
}

.top-row[b-d13n4iuesv] {
    height: 6rem;
    background-color: #212529;
    max-width: 100vw;
}

.logo[b-d13n4iuesv] {
    height: 2.7rem;
    width: 2.7rem;
    margin-right: 0.5rem;
}

.navbar-nav[b-d13n4iuesv] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; /* Distribute items evenly */
}

.nav-item[b-d13n4iuesv]  a {
    color: white;
    border-radius: 4px;
    height: 6rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    font-size: 1.5rem;
}

.nav-item[b-d13n4iuesv]  a.active {
    text-decoration: underline;
    color: white;
}

.nav-item[b-d13n4iuesv]  a:hover {
    text-decoration: underline;
}

.navbar-brand[b-d13n4iuesv] {
    padding: 0;
    font-size: 1.5rem;
}

.navbar-brand:hover[b-d13n4iuesv] {
    text-decoration: underline;
}

@media (max-width: 640px) {

    .top-row[b-d13n4iuesv] {
        min-width: 100% !important;
        padding: 1.5rem !important;
    }

    .navbar-nav[b-d13n4iuesv] {
        display: flex;
        flex-direction: column;
    }

    .navbar-toggler[b-d13n4iuesv] {
        display: block; /* Show only in mobile view */
        background-color: white;
    }

    .navbar-collapse.collapse[b-d13n4iuesv] {
        display: none; /* Hide menu when collapsed */
    }

    .navbar-collapse.show[b-d13n4iuesv] {
        display: flex; /* Show menu when expanded */
        flex-direction: column;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999;
        justify-content: center;
        align-items: center;
    }

    .nav-item[b-d13n4iuesv] {
        margin-left: 0;
        margin-bottom: 1rem;
        text-align: center;
    }

    .nav-item[b-d13n4iuesv]  a {
        color: white;
        font-size: 1.5rem;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-d13n4iuesv] {
        display: none; /* Hide in desktop view */
    }

    .navbar-collapse[b-d13n4iuesv] {
        display: flex !important; /* Ensure flex layout in desktop view */
        flex-direction: row; /* Align items horizontally */
        justify-content: center;
        max-width: fit-content; /* Prevent squishing */
        position: static; /* Reset position */
        height: auto; /* Reset height */
        align-items: center; /* Vertically align items */
        background-color: #212529;
    }

    .nav-item[b-d13n4iuesv] {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .navbar-brand[b-d13n4iuesv] {
        margin-left: auto;
    }
}
/* /Pages/AboutUs.razor.rz.scp.css */
.tagline[b-jvmoml40hc] {
    font-size: 1.2rem;
    font-style: italic;
    color: #000000;
    margin: 1rem 0;
    text-align: center;
}

.btn[b-jvmoml40hc] {
    max-width: fit-content;
    align-self: center;
    margin-top: 2rem;
}

.btn-primary[b-jvmoml40hc] {
    background-color: #212529 !important;
    border: none !important;
    font-size: 1.5rem !important;
}

.btn-secondary[b-jvmoml40hc] {
    background-color: white !important;
    border: none !important;
    font-size: 1.5rem !important;
}

.hook-section[b-jvmoml40hc] {
    background-color: white;
    padding: 30px 0px;
}

.service-section[b-jvmoml40hc] {
    background-color: #212529;
    padding: 30px 0px;
}

.meet-our-team-section[b-jvmoml40hc] {
    background-color: #212529;
    padding: 30px 0px;
}

.business-deal[b-jvmoml40hc] {
    max-height: 450px;
}

.profile-pictures[b-jvmoml40hc] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    align-content: flex-start;
    background-color: aliceblue;
}

.custom-margin-start[b-jvmoml40hc] {
    margin-left: 0;
}

@media (max-width: 640px) {


    .custom-margin-start[b-jvmoml40hc] {
        margin: 1rem auto;
    }

    .profile-pictures[b-jvmoml40hc] {
        align-content: center;
        background-color: aliceblue;
    }

    .btn-secondary[b-jvmoml40hc] {
        margin: 1.5em !important;
    }
}
/* /Pages/CompliancePortal.razor.rz.scp.css */
.tagline[b-3sfojcqit9] {
    font-size: 1.2rem;
    font-style: italic;
    color: #000000;
    margin: 1rem 0;
    text-align: center;
}

.btn[b-3sfojcqit9] {
    max-width: fit-content;
    align-self: center;
    margin-top: 2rem;
}

.btn-primary[b-3sfojcqit9] {
    background-color: #212529 !important;
    border: none !important;
    font-size: 1.5rem !important;
}

.btn-secondary[b-3sfojcqit9] {
    background-color: white !important;
    border: none !important;
    font-size: 1.5rem !important;
}

.hook-section[b-3sfojcqit9] {
    background-color: white;
    padding: 30px 0px;
}

.service-section[b-3sfojcqit9] {
    background-color: #212529;
    padding: 30px 0px;
}

.meet-our-team-section[b-3sfojcqit9] {
    background-color: #212529;
    padding: 30px 0px;
}

.business-deal[b-3sfojcqit9] {
    max-height: 450px;
}


@media (max-width: 640px) {

    .btn-secondary[b-3sfojcqit9] {
        margin: 1.5em !important;
    }
}
/* /Pages/ContactUs.razor.rz.scp.css */
.tagline[b-fgrehm9w2f] {
    font-size: 1.2rem;
    font-style: italic;
    color: #000000;
    margin: 1rem 0;
    text-align: center;
}

.btn[b-fgrehm9w2f] {
    align-self: center;
    margin-top: 2rem;
}

.btn-primary[b-fgrehm9w2f] {
    background-color: #212529 !important;
    border: none !important;
    font-size: 1.5rem !important;
    width: 100% !important;
}

.btn-secondary[b-fgrehm9w2f] {
    background-color: white !important;
    border: none !important;
    font-size: 1.5rem !important;
}

.hook-section[b-fgrehm9w2f] {
    background-color: white;
    padding: 30px 0px;
}

.service-section[b-fgrehm9w2f] {
    background-color: #212529;
    padding: 30px 0px;
}

.blog-section[b-fgrehm9w2f] {
    background-color: white;
    padding: 30px 0px;
}

.business-deal[b-fgrehm9w2f] {
    max-height: 450px;
}


@media (max-width: 640px) {

    .btn-secondary[b-fgrehm9w2f] {
        margin: 1.5em !important;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.tagline[b-qkqvtk7xtj] {
    font-size: 1.2rem;
    font-style: italic;
    color: #000000;
    margin: 1rem 0;
    text-align: center;
}

.btn[b-qkqvtk7xtj] {
    max-width: fit-content;
    align-self: center;
    margin-top: 2rem;
}

.btn-primary[b-qkqvtk7xtj] {
    background-color: #212529 !important;
    border: none !important;
    font-size: 1.5rem !important;
}

.btn-secondary[b-qkqvtk7xtj] {
    background-color: white !important;
    border: none !important;
    font-size: 1.5rem !important;
}

.hook-section[b-qkqvtk7xtj] {
    background-color: white;
    padding: 30px 0px;
}

.service-section[b-qkqvtk7xtj] {
    background-color: #212529;
    padding: 30px 0px;
}

.blog-section[b-qkqvtk7xtj] {
    background-color: white;
    padding: 30px 0px;
}

.business-deal[b-qkqvtk7xtj] {
    max-height: 450px;
}


@media (max-width: 640px) {

    .btn-secondary[b-qkqvtk7xtj] {
        margin: 1.5em !important;
    }
}
/* /Pages/OurServices.razor.rz.scp.css */
.tagline[b-w68460l6qz] {
    font-size: 1.2rem;
    font-style: italic;
    color: #000000;
    margin: 1rem 0;
    text-align: center;
}

.btn[b-w68460l6qz] {
    max-width: fit-content;
    align-self: center;
    margin-top: 2rem;
}

.btn-primary[b-w68460l6qz] {
    background-color: #212529 !important;
    border: none !important;
    font-size: 1.5rem !important;
}

.btn-secondary[b-w68460l6qz] {
    background-color: white !important;
    border: none !important;
    font-size: 1.5rem !important;
}

.hook-section[b-w68460l6qz] {
    background-color: white;
    padding: 30px 0px;
}

.service-section[b-w68460l6qz] {
    background-color: #212529;
    padding: 30px 0px;
}

.blog-section[b-w68460l6qz] {
    background-color: white;
    padding: 30px 0px;
}

.business-deal[b-w68460l6qz] {
    max-height: 450px;
}


@media (max-width: 640px) {

    .btn-secondary[b-w68460l6qz] {
        margin: 1.5em !important;
    }
}
/* /Pages/Parked.razor.rz.scp.css */
.parked-container[b-mu7cpom7mv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    background-color: #f8f9fa;
}

h1[b-mu7cpom7mv] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

p[b-mu7cpom7mv] {
    font-size: 1.5rem;
    color: #6c757d;
}
/* /Pages/PrivacyPolicy.razor.rz.scp.css */
body[b-e8q89aky14] {
}
/* /Pages/TermsOfService.razor.rz.scp.css */
body[b-3u18xgo7e3] {
}
