/* _content/Portfolio.Ui/Components/Pages/IndexPageSections/About.razor.rz.scp.css */
.section-title h2[b-7vx1e6l35c]::after {
    width: 8rem;
}

#about-me-pic[b-7vx1e6l35c] {
    border-radius: 0.8rem;
    border: 0.3rem solid rgba(44, 47, 63, 0.1);
}

.about .content h3[b-7vx1e6l35c] {
    font-weight: 700;
    font-size: 26px;
    color: var(--yale-blue);
}

.about .content ul[b-7vx1e6l35c] {
    list-style: none;
    padding: 0;
}

.about .content ul li[b-7vx1e6l35c] {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.about .content ul strong[b-7vx1e6l35c] {
    margin-right: 10px;
}

.about .content ul i[b-7vx1e6l35c] {
    font-size: 16px;
    margin-right: 5px;
    color: var(--celestial-blue);
    line-height: 0;
}

.about .content p:last-child[b-7vx1e6l35c] {
    margin-bottom: 0;
}
/* _content/Portfolio.Ui/Components/Pages/IndexPageSections/ClusterInfo.razor.rz.scp.css */
.section-title h2[b-tsbpl027ck]::after {
    width: 28.5rem;
}

.stats .stats-item[b-tsbpl027ck] {
    padding: 1rem;
    flex: 1 1 25rem;
    min-width: 20rem;
    display: flex;
    align-items: center;
    background-color: #f5f8fd;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    gap: 1.25rem;
}

#stats-list[b-tsbpl027ck] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

.stats .stats-item img.stats-icon[b-tsbpl027ck] {
    width: 5rem;
    height: 5rem;
    flex-shrink: 0;
}

.stats .stats-item .counter[b-tsbpl027ck] {
    color: #1e3a8a;
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
    margin: 0;
}

.stats .stats-item p[b-tsbpl027ck] {
    color: color-mix(in srgb, #272829, transparent 40%);
    margin: 0.2rem 0 0 0;
}
/* _content/Portfolio.Ui/Components/Pages/IndexPageSections/Hero.razor.rz.scp.css */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero[b-9cv0ykwikt] {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 300px; /* Add padding to account for sidebar width */
    box-sizing: border-box; /* Include padding in width calculation */
}

@media (max-width: 1199px) {
    #hero[b-9cv0ykwikt] {
        padding-left: 0;
    }
}


#hero[b-9cv0ykwikt]:before {
    content: "";
    background: rgba(5, 13, 24, 0.3);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#hero .hero-container[b-9cv0ykwikt] {
    position: relative;
    z-index: 2;
    min-width: 300px;
    padding: 1.4rem;
}

#hero h1[b-9cv0ykwikt] {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero p[b-9cv0ykwikt] {
    color: #fff;
    margin-bottom: 50px;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
}

#hero p[b-9cv0ykwikt] {
    color: #fff;
    padding-bottom: 4px;
    letter-spacing: 1px;
}

.bing-credit[b-9cv0ykwikt] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    z-index: 1;
    padding: 0.5rem 1.4rem 0.5rem 1.4rem;
}

@media (min-width: 1024px) {
    #hero[b-9cv0ykwikt] {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero h1[b-9cv0ykwikt] {
        font-size: 2.5rem;
        line-height: 36px;
    }

    #hero h2[b-9cv0ykwikt] {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .bing-credit[b-9cv0ykwikt]{
        font-size: 0.8rem;
        left: 1rem;
        bottom: 1rem;
        padding: 0;
    }
}
/* _content/Portfolio.Ui/Components/Pages/IndexPageSections/Resume.razor.rz.scp.css */
.section-title h2[b-ihypgi6dcb]::after {
    width: 6.6rem;
}

.resume .resume-title[b-ihypgi6dcb] {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #050d18;
}

.resume .resume-item[b-ihypgi6dcb] {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #1f5297;
    position: relative;
}

.resume .resume-item h4[b-ihypgi6dcb] {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #050d18;
    margin-bottom: 10px;
}

.resume .resume-item h5[b-ihypgi6dcb] {
    font-size: 16px;
    background: #e4edf9;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}

.resume .resume-item ul[b-ihypgi6dcb] {
    padding-left: 20px;
}

.resume .resume-item ul li[b-ihypgi6dcb] {
    padding-bottom: 10px;
}

.resume .resume-item:last-child[b-ihypgi6dcb] {
    padding-bottom: 0;
}

.resume .resume-item[b-ihypgi6dcb]::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #1f5297;
}
/* _content/Portfolio.Ui/Components/Pages/IndexPageSections/TechStack.razor.rz.scp.css */
.section-title h2[b-t01x8knv7w]::after {
    width: 9.3rem;
}

.tech-stack-card[b-t01x8knv7w] {
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    max-width: 25rem;
    flex: 1 1 25rem;
    min-width: 300px;
}

.tech-stack-grid[b-t01x8knv7w] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: flex-start;
}

#techstack .icon[b-t01x8knv7w] {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid var(--celestial-blue);
    margin-top: 0.2rem;
}

#techstack .icon i[b-t01x8knv7w] {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

#techstack .icon-box:hover .icon[b-t01x8knv7w] {
    background: var(--celestial-blue);
}

#techstack .icon-box:hover .icon i[b-t01x8knv7w] {
    color: #fff;
}

#techstack .title[b-t01x8knv7w] {
    margin-left: 80px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#techstack .title a[b-t01x8knv7w] {
    color: #343a40;
}

#techstack .title a:hover[b-t01x8knv7w] {
    color: var(--celestial-blue);
}

#techstack .description[b-t01x8knv7w] {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}
