/* /Components/BasicCard.razor.rz.scp.css */
.basic-card[b-mp8wvs3hq8] {
    width: 20%;
    height: 20%;
    background: transparent;
    border-radius: 0px;
    transition: all 0.5s;
    position: relative;
}

.basic-card-text[b-mp8wvs3hq8] {
    font-family: Azeret Mono;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    transition: opacity 0.5s, color 1s, border-bottom 0.2s;
    padding-bottom: 2px;
    position: relative;
}

    .basic-card-text.expanded[b-mp8wvs3hq8] {
        color: white;
        border-bottom: none;
        transition: opacity 0.5s, color 1s, border-bottom 0.2s;
    }

    .basic-card-text[b-mp8wvs3hq8]::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: -30px; /* Extends underline past the text */
        bottom: 0;
        height: 2px;
        background: black;
        transition: background 0.2s, opacity 0.2s;
        opacity: 1;
    }

    .basic-card-text.expanded[b-mp8wvs3hq8]::after {
        opacity: 0;
        transition: opacity 0.2s;
    }

.basic-card-text.fading-out[b-mp8wvs3hq8] {
    opacity: 0;
}

.basic-card-text.fading-in[b-mp8wvs3hq8] {
    opacity: 1;
    transition: opacity 0.5s, color 1s;
}

.basic-card.expanded[b-mp8wvs3hq8] {
    left: 0;
    width: 100%;
    height: 90%;
    border-radius: 0px;
    z-index: 100;
    transition: all 1s ease-in-out;
    box-shadow: none;
    cursor: default;
}

.basic-card:hover[b-mp8wvs3hq8] {
    cursor: pointer;
}

.basic-card.expanded:hover[b-mp8wvs3hq8] {
    cursor: default;
}


.basic-card2[b-mp8wvs3hq8] {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 0px;
    position: relative;
}

    .basic-card2.expanded[b-mp8wvs3hq8] {
        width: 100%;
        height: 100%;
        background-color: transparent;
        transition-delay: 0.5s;
    }

.infotop[b-mp8wvs3hq8] {
    text-align: left;
    font-size: 16px;
    position: absolute;
    left: 0.5em;
    bottom: 0.5em;
    color: black;
    font-weight: 600;
    z-index: 1;
}

.infotop:hover[b-mp8wvs3hq8] {
    transform: scale(0.95);
}

.basic-card-content[b-mp8wvs3hq8] {
    opacity: 0;
    transition: opacity 1s;
    display: block; /* Always block for transition to work */
    width: 100%;
    height: 100%;
    margin-top: 8.7%;
}

    .basic-card-content.fade-in[b-mp8wvs3hq8] {
        opacity: 1;
    }

  

@media screen and (max-width: 768px) {
    .basic-card-text[b-mp8wvs3hq8] {
        font-size: 10px;
    }

    .basic-card[b-mp8wvs3hq8] {
        flex-direction: column;
        margin-top: 20px;
        height: 15%;
        border-radius: 0px;
    }

    .basic-card-text[b-mp8wvs3hq8] {
        font-size: 8px;
    }

    .basic-card2.expanded[b-mp8wvs3hq8] {
        width: 100%;
        height: 100%;
        background-color: transparent;
        box-shadow: none;
    }
}
/* /Components/HoverButtons.razor.rz.scp.css */
ul[b-ndw57vvnhf] {
    list-style: none;
}

.hover-box[b-ndw57vvnhf] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

    .hover-box .icon-content[b-ndw57vvnhf] {
        margin-right: 10px;
        position: relative;
    }

        .hover-box .icon-content .tooltip[b-ndw57vvnhf] {
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            padding: 6px 10px;
            border-radius: 5px;
            opacity: 0;
            visibility: hidden;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .hover-box .icon-content:hover .tooltip[b-ndw57vvnhf] {
            opacity: 1;
            visibility: visible;
            top: -50px;
        }

        .hover-box .icon-content a[b-ndw57vvnhf] {
            position: relative;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            border-radius: 17%;
            color: white;
            background-color: #540000;
            box-shadow: 0px 8px 28px -9px rgba(0, 0, 0, 0.45);
            transition: all 0.3s ease-in-out;
        }

            .hover-box .icon-content a:hover[b-ndw57vvnhf] {
                box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
            }

            .hover-box .icon-content a svg[b-ndw57vvnhf] {
                position: relative;
                z-index: 1;
                width: 30px;
                height: 30px;
            }

            .hover-box .icon-content a:hover[b-ndw57vvnhf] {
                color: white;
            }

            .hover-box .icon-content a .filled[b-ndw57vvnhf] {
                position: absolute;
                top: auto;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 0;
                background-color: #000;
                transition: all 0.3s ease-in-out;
            }

            .hover-box .icon-content a:hover .filled[b-ndw57vvnhf] {
                height: 100%;
            }

            .hover-box .icon-content a[data-social="linkedin"] .filled[b-ndw57vvnhf],
            .hover-box .icon-content a[data-social="linkedin"] ~ .tooltip[b-ndw57vvnhf] {
                background-color: #0274b3;
            }

            .hover-box .icon-content a[data-social="github"] .filled[b-ndw57vvnhf],
            .hover-box .icon-content a[data-social="github"] ~ .tooltip[b-ndw57vvnhf] {
                background-color: #24262a;
            }

            .hover-box .icon-content a[data-social="instagram"] .filled[b-ndw57vvnhf],
            .hover-box .icon-content a[data-social="instagram"] ~ .tooltip[b-ndw57vvnhf] {
                background: linear-gradient( 45deg, #405de6, #5b51db, #b33ab4, #c135b4, #e1306c, #fd1f1f );
            }

            .hover-box .icon-content a[data-social="youtube"] .filled[b-ndw57vvnhf],
            .hover-box .icon-content a[data-social="youtube"] ~ .tooltip[b-ndw57vvnhf] {
                background-color: #ff0000;
            }
/* /Components/ProjectCards/CarProjectCard.razor.rz.scp.css */
.card[b-tzt75qjvjw] {
    width: 190px;
    height: 120px;
    padding: 0.5rem;
    background-color: white;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    border-bottom: 3px solid grey;
    border-left: 2px grey outset;
    box-shadow: -40px 50px 30px rgba(0, 0, 0, 0.280);
    transform: skewX(10deg);
    transition: .4s;
    overflow: hidden;
    color: black;
}

    .card:hover[b-tzt75qjvjw] {
        height: 254px;
        transform: skew(0deg);
    }

.mobile-project-title[b-tzt75qjvjw] {
    display: none;
}

.mobile-project-desc[b-tzt75qjvjw] {
    display: none;
}

@media screen and (max-width: 874px) {
    .card[b-tzt75qjvjw] {
    }

    .mobile-project-title[b-tzt75qjvjw] {
        display: block;
        font-family: Azeret Mono;
        font-size: 10px;
        color: black;
        font-weight: bold;
    }

        .mobile-project-title :hover[b-tzt75qjvjw] {
            transform: scale(0.95);
        }

    .mobile-project-desc[b-tzt75qjvjw] {
        display: block;
        font-family: Azeret Mono;
        font-size: 8px;
        color: black;
    }

        .mobile-project-desc :hover[b-tzt75qjvjw] {
            transform: scale(0.95);
        }
}
/* /Components/ProjectCards/GitGeneratorCard.razor.rz.scp.css */
.card[b-zjzp9obs83] {
    width: 190px;
    height: 120px;
    padding: 0.5rem;
    background-color: white;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    border-bottom: 3px solid grey;
    border-left: 2px grey outset;
    box-shadow: -40px 50px 30px rgba(0, 0, 0, 0.280);
    transform: skewX(10deg);
    transition: .4s;
    overflow: hidden;
    color: white;
}

    .card:hover[b-zjzp9obs83] {
        height: 254px;
        transform: skew(0deg);
    }

.align[b-zjzp9obs83] {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-self: flex-start;
}

.topBar[b-zjzp9obs83] {
    width: 30px;
    height: 10px;
    background-color: #482c74;
}

.leftBar[b-zjzp9obs83] {
    width: 30px;
    height: 100%;
    background-color: #6f42c1;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.280);
}

.gitBody[b-zjzp9obs83] {
    height: 100%;
}

.git-title[b-zjzp9obs83] {
   font-size: 10px;
   color: black;
   margin-left: 17px;
   margin-top: -10px;
}

.git-subtitle[b-zjzp9obs83] {
   font-size: 3px;
   color: grey;
   margin-left: 17px;
}

.git-question[b-zjzp9obs83] {
   font-size: 3px;
   color: black;
   margin-left: 17px;
   margin-top: 7px;
}

.git-box[b-zjzp9obs83] {
    width: 100%;
    height: 50%;
    background-color: #f0f0f0;
    border-radius: 3px;
    padding: 0.5rem;
    margin-top: 10px;
    margin-left: 17px;
}

.mobile-project-title[b-zjzp9obs83] {
    display: none;
}

.mobile-project-desc[b-zjzp9obs83] {
    display: none;
}

@media screen and (max-width: 874px) {
    .card[b-zjzp9obs83] {
    }

    .mobile-project-title[b-zjzp9obs83] {
        display: block;
        font-family: Azeret Mono;
        font-size: 10px;
        color: black;
        font-weight: bold;
    }

        .mobile-project-title :hover[b-zjzp9obs83] {
            transform: scale(0.95);
        }

    .mobile-project-desc[b-zjzp9obs83] {
        display: block;
        font-family: Azeret Mono;
        font-size: 8px;
        color: black;
    }

        .mobile-project-desc :hover[b-zjzp9obs83] {
            transform: scale(0.95);
        }
}
/* /Components/ProjectCards/NsureProjectCard.razor.rz.scp.css */
.card[b-nx28pxui5x] {
    width: 190px;
    height: 120px;
    padding: 0.5rem;
    background-color: white;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    border-bottom: 3px solid grey;
    border-left: 2px grey outset;
    box-shadow: -40px 50px 30px rgba(0, 0, 0, 0.280);
    transform: skewX(10deg);
    transition: .4s;
    overflow: hidden;
    color: white;
}

    .card:hover[b-nx28pxui5x] {
        height: 254px;
        transform: skew(0deg);
    }

.align[b-nx28pxui5x] {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-self: flex-start;
}

.topBar[b-nx28pxui5x] {
    width: 100%;
    height: 10px;
    background-color: #102920;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.280);
}

.leftBar[b-nx28pxui5x] {
    width: 30px;
    height: 100%;
    background-color: #3C9072;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.280);
}

.nsureLogo[b-nx28pxui5x] {
    width: 50px;
    height: auto;
    margin: 25px;
}

.nsureBody[b-nx28pxui5x] {
    height: 100%;
}

.card h1[b-nx28pxui5x] {
    text-align: center;
    margin: 1.3rem;
    color: rgb(218, 244, 237);
    text-shadow: -10px 5px 10px rgba(0, 0, 0, 0.573);
}

.companyLogo[b-nx28pxui5x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 35px;
    margin-top: 25px;
}

.logoText[b-nx28pxui5x] {
    display: flex;
    align-items: center;
}

.companyLogoN[b-nx28pxui5x] {
    color: #3C9072;
    font-family: "Readex Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    display: inline-block;
}

.companyLogoSure[b-nx28pxui5x] {
    color: #000;
    font-family: "Readex Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    display: inline-block;
}

.companyLogoCP[b-nx28pxui5x] {
    color: #000;
    font-family: "Readex Pro";
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.85px;
    text-align: center;
}

.companyLogoCPBG[b-nx28pxui5x] {
    width: 100%;
    height: 10.4px;
    background: #D9D9D9;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.280);
}

.mobile-project-title[b-nx28pxui5x] {
    display: none;
}

.mobile-project-desc[b-nx28pxui5x] {
    display: none;
}

@media screen and (max-width: 874px) {
    .card[b-nx28pxui5x] {
    }

    .mobile-project-title[b-nx28pxui5x] {
        display: block;
        font-family: Azeret Mono;
        font-size: 10px;
        color: black;
        font-weight: bold;
    }

        .mobile-project-title :hover[b-nx28pxui5x] {
            transform: scale(0.95);
        }

    .mobile-project-desc[b-nx28pxui5x] {
        display: block;
        font-family: Azeret Mono;
        font-size: 8px;
        color: black;
    }

        .mobile-project-desc :hover[b-nx28pxui5x] {
            transform: scale(0.95);
        }
}
/* /Components/ProjectCards/ThisLibraryCard.razor.rz.scp.css */
.card[b-cj6qizdddk] {
    width: 190px;
    height: 120px;
    padding: 0.5rem;
    background-color: #1a1a27;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    border-bottom: 3px solid grey;
    border-left: 2px grey outset;
    box-shadow: -40px 50px 30px rgba(0, 0, 0, 0.280);
    transform: skewX(10deg);
    transition: .4s;
    overflow: hidden;
    color: black;
}

    .card:hover[b-cj6qizdddk] {
        height: 254px;
        transform: skew(0deg);
    }

.mobile-project-title[b-cj6qizdddk] {
    display: none;
}

.mobile-project-desc[b-cj6qizdddk] {
    display: none;
}

@media screen and (max-width: 874px) {
    .card[b-cj6qizdddk] {
    }

    .mobile-project-title[b-cj6qizdddk] {
        display: block;
        font-family: Azeret Mono;
        font-size: 10px;
        color: black;
        font-weight: bold;
    }

        .mobile-project-title :hover[b-cj6qizdddk] {
            transform: scale(0.95);
        }

    .mobile-project-desc[b-cj6qizdddk] {
        display: block;
        font-family: Azeret Mono;
        font-size: 8px;
        color: black;
    }

        .mobile-project-desc :hover[b-cj6qizdddk] {
            transform: scale(0.95);
        }
}
/* /Components/TitleCard.razor.rz.scp.css */
.e-card[b-ztk1ideuw7] {
    margin-top: 100px auto;
    background: transparent;
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.infotop[b-ztk1ideuw7] {
    text-align: left;
    font-size: 20px;
    position: absolute;
    top: 5.6em;
    color: antiquewhite;
    font-weight: 600;
    margin-left: 50px;
}

.heading[b-ztk1ideuw7] {
    font-family: Banigar;
    font-size: 75px;
    letter-spacing: 10px;
    display: inline-flex;
    overflow: visible;
}

.heading .letter[b-ztk1ideuw7] {
    display: inline-block;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: width 0.1s ease-in-out, margin 0.1s ease-in-out, padding 0.1s ease-in-out;
}

.heading .letter:has([data-letter=" "])[b-ztk1ideuw7],
.heading .letter[data-letter=" "][b-ztk1ideuw7] {
    width: 0.3em; /* Proper width for space character */
    min-width: 0.3em;
}

/* Desktop: show full title, hide mobile title */
.desktop-title[b-ztk1ideuw7] {
    display: inline-flex;
}

.mobile-title[b-ztk1ideuw7] {
    display: none;
}

/* Cursor effect styles */
.title-cursor[b-ztk1ideuw7] {
    color: antiquewhite;
    font-family: Banigar;
    font-size: 75px;
    letter-spacing: 10px;
    animation: cursorBlink-b-ztk1ideuw7 0.7s infinite;
    display: inline-block;
    margin: 0 2px;
}

@keyframes cursorBlink-b-ztk1ideuw7 {
    0%, 50% {
        opacity: 1;
    }
    51%, 100% {
        opacity: 0;
    }
}

/* Remove old carousel rotation animation */
.heading .letter.carousel-rotate[b-ztk1ideuw7] {
    animation: none;
}

@keyframes carouselRotate-b-ztk1ideuw7 {
    /* Keep for backwards compatibility but won't be used */
}

@font-face {
    font-family: 'Banigar';
    src: url('/customFonts/Banigar.otf') format('opentype');
    font-weight: 1000;
    font-style: normal;
}

.subheading[b-ztk1ideuw7] {
    font-size: 18px;
    position: relative;
    text-align: left;
    font-family: Azeret Mono;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .e-card[b-ztk1ideuw7] {
      height: 250px;
  }

    .heading[b-ztk1ideuw7] {
        font-size: 30px;
    }

    /* Mobile: hide desktop title, show mobile title */
    .desktop-title[b-ztk1ideuw7] {
  display: none;
    }

    .mobile-title[b-ztk1ideuw7] {
        display: inline-flex;
    }

.subheading[b-ztk1ideuw7] {
    font-size: 12px;
    }
    
    .title-cursor[b-ztk1ideuw7] {
        font-size: 30px;
    }
    
    .heading .letter.carousel-rotate[b-ztk1ideuw7] {
        animation: none;
    }
    
    @keyframes carouselRotateMobile-b-ztk1ideuw7 {
     /* Keep for backwards compatibility but won't be used */
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-3r0o468c5h] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

main[b-3r0o468c5h] {
    flex: 1;
    background-color: transparent;
}

.sidebar[b-3r0o468c5h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3r0o468c5h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3r0o468c5h]  a, .top-row[b-3r0o468c5h]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3r0o468c5h]  a:hover, .top-row[b-3r0o468c5h]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3r0o468c5h]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3r0o468c5h] {
        justify-content: space-between;
    }

    .top-row[b-3r0o468c5h]  a, .top-row[b-3r0o468c5h]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3r0o468c5h] {
        flex-direction: row;
    }

    .sidebar[b-3r0o468c5h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3r0o468c5h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3r0o468c5h]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3r0o468c5h], article[b-3r0o468c5h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l6kqjcbf4s] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-l6kqjcbf4s] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l6kqjcbf4s] {
    font-size: 1.1rem;
}

.bi[b-l6kqjcbf4s] {
    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-l6kqjcbf4s] {
    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-l6kqjcbf4s] {
    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-l6kqjcbf4s] {
    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");
}

.nav-item[b-l6kqjcbf4s] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l6kqjcbf4s] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l6kqjcbf4s] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l6kqjcbf4s]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-l6kqjcbf4s]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-l6kqjcbf4s]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l6kqjcbf4s] {
        display: none;
    }

    .collapse[b-l6kqjcbf4s] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-l6kqjcbf4s] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.major-mono-display-regular[b-kgs201jqzi] {
    font-family: "Major Mono Display", monospace;
    font-weight: 400;
    font-style: normal;
}

.azeret-mono-regular[b-kgs201jqzi] {
    font-family: "Azeret Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Banigar';
    src: url('/customFonts/Banigar.otf') format('opentype');
    font-weight: 1000;
    font-style: normal;
}

.layer-one[b-kgs201jqzi] {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.scroll-indicator[b-kgs201jqzi] {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 111;
    color: white;
    opacity: 0;
    animation: fadeInBlink-b-kgs201jqzi 1s ease-in 3s forwards, slowBlink-b-kgs201jqzi 3s ease-in-out 4s infinite;
    cursor: pointer;
}

.scroll-indicator svg[b-kgs201jqzi] {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@keyframes fadeInBlink-b-kgs201jqzi {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slowBlink-b-kgs201jqzi {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.layer-two-spacer[b-kgs201jqzi] {
  position: relative;
    height: 100vh;
    z-index: 2;
    pointer-events: none;
}

.layer-two[b-kgs201jqzi] {
  position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #3d0000 0%, #540000 100%);
  z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  overflow: hidden;
    box-shadow: 0 -30px 60px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
}

.project-cards-container[b-kgs201jqzi] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    max-width: 1200px;
    padding: 2rem;
  justify-items: center;
    align-items: center;
}

.layer-three-spacer[b-kgs201jqzi] {
    position: relative;
  height: 100vh;
    pointer-events: none;
}

.layer-three[b-kgs201jqzi] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #16213e 0%, #1a1a2e 100%);
    z-index: 3;
    display: flex;
 flex-direction: column;
  overflow: hidden;
justify-content: center;
    box-shadow: inset 0 30px 60px rgba(0, 0, 0, 0.3);
}

.layer-three-content[b-kgs201jqzi] {
    margin-top: 50px;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
  flex-direction: column;
    justify-content: center;
}

.typing-container[b-kgs201jqzi] {
    position: relative;
    width: 100%;
    min-height: 100px; /* Reserve space for the heading */
    margin-bottom: 50px;
}

.about-me-heading[b-kgs201jqzi] {
    font-family: Banigar;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-me-heading.active[b-kgs201jqzi] {
    opacity: 1;
}

/* Typing effect styles */
.about-me-heading.typing[b-kgs201jqzi]::after {
    content: '|';
    animation: blink-b-kgs201jqzi 0.7s infinite;
    margin-left: 2px;
}

.about-me-heading.typing-complete[b-kgs201jqzi]::after {
    content: '';
}

.description-text[b-kgs201jqzi] {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.description-text span[b-kgs201jqzi] {
  display: inline;
}

.description-text.typing-cursor[b-kgs201jqzi]::after {
    content: '|';
    animation: blink-b-kgs201jqzi 0.7s infinite;
    margin-left: 2px;
    font-weight: normal;
}

@keyframes blink-b-kgs201jqzi {
 0%, 50% {
        opacity: 1;
    }
 51%, 100% {
  opacity: 0;
  }
}

.basic-card-text[b-kgs201jqzi] {
    font-family: Azeret Mono;
}

.basic-card-container[b-kgs201jqzi] {
    gap: 30px;
    margin-top: 150px;
    width: 100%;
    height: 50%;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.info-on-card[b-kgs201jqzi] {
    height: 100%;
 color: white;
}

.cursor-pointer[b-kgs201jqzi] {
    cursor: pointer;
}

.card-with-paragraph[b-kgs201jqzi] {
  width: 90%;
    height: 80%;
background-color: transparent;
    border-color: transparent;
}

.wave[b-kgs201jqzi] {
    position: absolute;
    width: 3000px;
    height: 3000px;
opacity: 0.7;
    top: 75%;
    background: linear-gradient(135deg, #540000 0%, transparent 100%);
    border: 2px solid black;
    z-index: 100;
}

    .wave:nth-child(2)[b-kgs201jqzi],
    .wave:nth-child(3)[b-kgs201jqzi] {
     top: 88%;
    }

.playing .wave[b-kgs201jqzi] {
    border-radius: 40%;
    animation: wave-b-kgs201jqzi 12000ms infinite linear;
}

.wave[b-kgs201jqzi] {
    border-radius: 40%;
    animation: wave-b-kgs201jqzi 220s infinite linear;
}

.playing .wave:nth-child(2)[b-kgs201jqzi] {
    animation-duration: 16000ms;
}

.wave:nth-child(2)[b-kgs201jqzi] {
    animation-duration: 200s;
}

.playing .wave:nth-child(3)[b-kgs201jqzi] {
    animation-duration: 20000ms;
}

.wave:nth-child(3)[b-kgs201jqzi] {
    animation-duration: 180s;
}

@keyframes wave-b-kgs201jqzi {
    0% {
  transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 576px) {
    .basic-card-text[b-kgs201jqzi] {
        font-size: 7px;
    }

    .basic-card-container[b-kgs201jqzi] {
        flex-direction: column;
  margin-top: 0px;
    }

    .layer-one[b-kgs201jqzi],
    .layer-two[b-kgs201jqzi],
    .layer-three[b-kgs201jqzi] {
        height: 100dvh;
    }

    .layer-two-spacer[b-kgs201jqzi],
    .layer-three-spacer[b-kgs201jqzi] {
  height: 100dvh;
        pointer-events: none;
    }

    .scroll-indicator[b-kgs201jqzi] {
   bottom: 20px;
        right: 20px;
    }

    .scroll-indicator svg[b-kgs201jqzi] {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 768px) {
    /* Use dynamic viewport height for mobile devices */
    .layer-one[b-kgs201jqzi] {
        height: 100dvh;
  overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .layer-two-spacer[b-kgs201jqzi] {
        height: 100dvh;
        pointer-events: none;
    }

    .layer-two[b-kgs201jqzi] {
        height: 100dvh;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .layer-three-spacer[b-kgs201jqzi] {
        height: 100dvh;
  pointer-events: none;
    }

    .layer-three[b-kgs201jqzi] {
        min-height: 100dvh;
        height: 100dvh;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    /* Make project cards display in a column on mobile */
    .project-cards-container[b-kgs201jqzi] {
        grid-template-columns: 1fr;
   gap: 2rem;
        padding: 1rem;
    }

    /* Ensure touch scrolling works smoothly */
    body[b-kgs201jqzi] {
        -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    }

    .basic-cards-container[b-kgs201jqzi] {
        align-items: start;
        width: 100%;
        height: 50%;
        gap: 1rem;
    }

    .basic-card-container[b-kgs201jqzi] {
    flex-wrap: nowrap;
}

    .basic-card[b-kgs201jqzi] {
        width: 90%;
  margin-bottom: 1rem;
 height: 20%
    }

    .basic-card.expanded[b-kgs201jqzi] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 80%;
        z-index: 1000;
        transition: all 0.5s ease-in-out;
    }

    .info-on-card[b-kgs201jqzi] {
        height: 0;
 }

    .wave[b-kgs201jqzi] {
    position: absolute;
        width: 1000px;
 height: 1000px;
      top: 90%;
        border: 1px solid black;
    }

     .wave:nth-child(2)[b-kgs201jqzi],
    .wave:nth-child(3)[b-kgs201jqzi] {
   top: 87%
   }

    .scroll-indicator[b-kgs201jqzi] {
        bottom: 30px;
     right: 30px;
    }

    .scroll-indicator svg[b-kgs201jqzi] {
        width: 35px;
        height: 35px;
  }
}

