/* /Views/Home/index.cshtml.rz.scp.css */
#hero[b-qqhak8kddw] {
    height: 100vh;
    padding-top: var(--ebram-header-height);
    position: relative;
}

/* Dark overlay on top of the video */
#hero[b-qqhak8kddw]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
    z-index: 1;
    pointer-events: none;
}

/* Ensure hero content sits above the overlay */
#hero > .container[b-qqhak8kddw] {
    position: relative;
    z-index: 2;
}

.card--project-dark[b-qqhak8kddw] {
    background: var(--ebram-primary-dark);
}
/* /Views/Home/Projects.cshtml.rz.scp.css */
#hero[b-ji98de084v]{
    height: calc(100vh - var(--ebram-header-height));
    padding-top: 96px;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
