@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.5b1cao7wtc.bundle.scp.css';

/* /Components/EmailCaptureModal.razor.rz.scp.css */
[b-zhh8202d0h] .modal-header {
    color: var(--bs-white);
    background-image: linear-gradient(to right bottom, #114788, #009DE0);
}

[b-zhh8202d0h] .btn-close {
    align-self: flex-start;
    padding: 1rem;
}
/* /Components/FeatureCard.razor.rz.scp.css */
div[b-nmqjj4jrpf] {
    flex-basis: 0;
    flex-grow: 1;
}

[b-nmqjj4jrpf] path {
    fill: var(--bs-primary);
}
/* /Components/FeatureSection.razor.rz.scp.css */
.feature-section[b-6agrnzwvew] {
    width: clamp(300px, 100%, 1000px);
    flex-direction: column;
}

.feature-section[b-6agrnzwvew] >  * {
    flex-grow: 0;
    min-width: 0;
}

@media (min-width: 1200px) {
        .feature-section[b-6agrnzwvew] {
        flex-direction: row;
    }

    .feature-section:nth-child(even)[b-6agrnzwvew] {
        flex-direction: row-reverse;
    }

    .feature-section[b-6agrnzwvew] >  * {
        flex-basis: 50%;
    }

    .feature-section:nth-child(odd)[b-6agrnzwvew]  .card {
        border-left: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .feature-section:nth-child(even)[b-6agrnzwvew]  .card {
        border-right: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-yp1ydkwzb1] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 91000;
}

#blazor-error-ui .dismiss[b-yp1ydkwzb1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

[b-yp1ydkwzb1] .navbar {
    --bs-bg-opacity: .6;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important;
    -webkit-backdrop-filter: saturate(120%) blur(20px);
    backdrop-filter: saturate(120%) blur(20px);
}

[b-yp1ydkwzb1] .navbar-nav .nav-link {
    padding: .5rem 1.5rem;
}

[b-yp1ydkwzb1] .navbar-nav .nav-link.active, 
[b-yp1ydkwzb1] .navbar-nav .nav-link.show {
    --bs-navbar-active-color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), .1);
    border-radius: var(--bs-border-radius);
}
/* /Components/Pages/Home.razor.rz.scp.css */
h1[b-my8t3eo0kt] {
    font-size: 70px;
    font-weight: 700;
    background: linear-gradient(90deg, #009DE0 0%, var(--dark-blue, #114788) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo[b-my8t3eo0kt] {
    /* Black and white */
    filter: grayscale(100%);
}

.logo:hover[b-my8t3eo0kt] {
    /* Original colors */
    filter: none;
    transition: filter 0.3s ease;
}
