/* /Components/ComingSoon.razor.rz.scp.css */
.coming-soon[b-ux1nps322v] {
    text-align: center;
    margin: 4rem auto;
    padding: 2rem;
    max-width: 600px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    background: #f9f9f9;
    color: #444;
}

    .coming-soon h2[b-ux1nps322v] {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        color: #0078d4;
    }

    .coming-soon p[b-ux1nps322v] {
        font-size: 1rem;
        color: #666;
    }
/* /Components/Modal.razor.rz.scp.css */
.modal-overlay[b-0ofsv3hcr4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.modal-box[b-0ofsv3hcr4] {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    animation: popupFade-b-0ofsv3hcr4 0.3s ease-out;
}

    .modal-box h2[b-0ofsv3hcr4] {
        margin-bottom: 1rem;
    }

    .modal-box p[b-0ofsv3hcr4] {
        margin-bottom: 1.5rem;
        color: #444;
    }

    /* Style small/aside text */
    .modal-box small[b-0ofsv3hcr4] {
        display: block;
        margin-top: 0.75rem;
        font-size: 0.85rem;
        color: #666;
        line-height: 1.4;
    }

/* Container for multiple buttons */
.modal-buttons[b-0ofsv3hcr4] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

/* Default button */
.btn[b-0ofsv3hcr4] {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    border-radius: 6px;
    background: #0078d4;
    color: white;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn:hover[b-0ofsv3hcr4] {
        background: #005ea2;
    }

    /* Secondary button (grey) */
    .btn.secondary[b-0ofsv3hcr4] {
        background: #666;
    }

        .btn.secondary:hover[b-0ofsv3hcr4] {
            background: #444;
        }

    /* Danger button (red) */
    .btn.danger[b-0ofsv3hcr4] {
        background: #d9534f;
    }

        .btn.danger:hover[b-0ofsv3hcr4] {
            background: #b52b27;
        }

@keyframes popupFade-b-0ofsv3hcr4 {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* /Components/NavMenu.razor.rz.scp.css */
/* Navbar with subtle gray gradient */
.navbar.custom-navbar[b-kwn3fur8bh] {
    background: linear-gradient(90deg, #dee2e6, #ced4da) !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border: none !important;
    box-shadow: none !important;
    position: sticky;
    top: 0;
    z-index: 1030; /* keep above content */
}

/* Brand nudged inward */
.brand-wrapper[b-kwn3fur8bh] {
    margin-left: 60px; /* adjust for centering preference */
}

/* Nav links */
.navbar .nav-link[b-kwn3fur8bh] {
    color: #333 !important;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .navbar .nav-link:hover[b-kwn3fur8bh] {
        color: #000 !important;
    }

/* Mobile toggler button */
.navbar-toggler[b-kwn3fur8bh] {
    border: none;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Full-height layout wrapper */
.layout-wrapper[b-4h3li1t5u6] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Hero banner */
.layout-hero-image[b-4h3li1t5u6] {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1rem 0;
}

    .layout-hero-image img[b-4h3li1t5u6] {
        display: block;
        max-height: 120px;
        margin: 0 auto;
    }

/* Main content gets padding so footer doesn't overlap */
.main-layout[b-4h3li1t5u6] {
    flex: 1;
    margin: 0 !important;
    padding: 0 0 60px 0 !important; /* bottom padding = footer height */
    display: flex;
    flex-direction: column;
}

/* Sticky footer (thin status bar) */
.site-footer[b-4h3li1t5u6] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #dee2e6, #ced4da);
    text-align: center;
    padding: 6px 10px; /* slim padding */
    font-size: 0.75rem; /* small text */
    color: #444;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.08); /* subtle shadow */
    z-index: 1030;
}

    .site-footer p[b-4h3li1t5u6] {
        margin: 0;
    }
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-rwsfdp9tfk] {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

section[b-rwsfdp9tfk] {
    text-align: center;
}

/* Hero Section */
.hero[b-rwsfdp9tfk] {
    padding: 4rem 1rem;
}

    .hero h1[b-rwsfdp9tfk] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .hero p[b-rwsfdp9tfk] {
        font-size: 1.2rem;
        color: #555;
    }

/* About Section */
.about-preview p[b-rwsfdp9tfk] {
    max-width: 700px;
    margin: 0 auto;
}

/* Projects Section */
.projects-grid[b-rwsfdp9tfk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.project-card[b-rwsfdp9tfk] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: left;
    transition: box-shadow 0.3s ease;
    background-color: #fff;
}

    .project-card:hover[b-rwsfdp9tfk] {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

.projects-link[b-rwsfdp9tfk] {
    margin-top: 2rem;
}

/* CTA Section */
.cta h2[b-rwsfdp9tfk] {
    margin-bottom: 0.5rem;
}

.cta p[b-rwsfdp9tfk] {
    margin-bottom: 1.5rem;
    color: #555;
}

.cta-buttons[b-rwsfdp9tfk] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn[b-rwsfdp9tfk] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    background-color: #0078d4;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

    .btn:hover[b-rwsfdp9tfk] {
        background-color: #005ea2;
    }

    .btn.secondary[b-rwsfdp9tfk] {
        background-color: #666;
    }

        .btn.secondary:hover[b-rwsfdp9tfk] {
            background-color: #444;
        }

/* Fade-in animation */
.fade-in[b-rwsfdp9tfk] {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp-b-rwsfdp9tfk 0.8s ease forwards;
}

@keyframes fadeInUp-b-rwsfdp9tfk {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Cascading delays */
.delay-0[b-rwsfdp9tfk] {
    animation-delay: 0.2s;
}

.delay-1[b-rwsfdp9tfk] {
    animation-delay: 0.6s;
}

.delay-2[b-rwsfdp9tfk] {
    animation-delay: 1.0s;
}

.delay-3[b-rwsfdp9tfk] {
    animation-delay: 1.4s;
}

/* Remove the default black focus outline on load,
   but keep keyboard accessibility */
:focus[b-rwsfdp9tfk] {
    outline: none;
}

:focus-visible[b-rwsfdp9tfk] {
    outline: 2px solid #0078d4;
    outline-offset: 4px;
}

