/* /Pages/BackToHome.razor.rz.scp.css */
.fab-back-to-home[b-2vmgwr3x76] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 44px;
    height: 44px;
    background-color: var(--accent);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: background-color 0.2s ease;
}

    .fab-back-to-home:hover[b-2vmgwr3x76] {
        background-color: var(--accent-hover);
    }
/* /Pages/Home.razor.rz.scp.css */
.hero-section[b-zgeyv42e7d] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg);
    text-align: center;
}

.hero-content[b-zgeyv42e7d] {
    max-width: 600px;
    margin: auto;
}

.hero-avatar[b-zgeyv42e7d] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--accent);
    margin-bottom: 1rem;
}

.hero-name[b-zgeyv42e7d] {
    font-size: 3rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 0.5rem;
}
/*
.hero-tagline {
    font-size: 1.2rem;
    color: var(--muted);
    margin-bottom: 1.5rem;
}
*/
.hero-socials a[b-zgeyv42e7d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 0.5rem;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

    .hero-socials a:hover[b-zgeyv42e7d] {
        background-color: var(--accent);
    }

        .hero-socials a:hover .social-icon[b-zgeyv42e7d] {
            color: #fff;
        }

.social-icon[b-zgeyv42e7d] {
    width: 22px;
    height: 22px;
    color: var(--accent);
    transition: color 0.3s ease;
}

.cta-container[b-zgeyv42e7d] {
    display: flex;
    flex-direction: column; /* Stack vertically by default */
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
}

.cta-button[b-zgeyv42e7d] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid var(--accent-color, #007BFF);
    color: var(--accent-color, #007BFF);
    border-radius: 5px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .cta-button:hover[b-zgeyv42e7d] {
        background-color: var(--accent-color, #007BFF);
        color: white;
    }

@media (min-width: 768px) {
    .cta-container[b-zgeyv42e7d] {
        flex-direction: row; /* Horizontal stack for tablets/desktops */
    }
}
.hero-role[b-zgeyv42e7d] {
    font-size: 1.2rem;
    color: var(--text-color, #444);
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.hero-subtitle[b-zgeyv42e7d] {
    font-size: 1rem;
    color: var(--text-muted-color, #777);
    margin: -0.25rem 0 0.5rem;
    font-weight: 500;
    text-align: center;
}

.hero-tagline[b-zgeyv42e7d] {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: var(--text-color, #333);
    max-width: 90%;
    margin: 0 auto 1.5rem;
}

.sociall-icon[b-zgeyv42e7d] {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    /*color: inherit;*/
    margin: 0 0.5rem;
    
    transition: color 0.2s ease;
}

.certifications-section[b-zgeyv42e7d] {
    max-width: 700px;
    margin: 3rem auto 0;
    padding: 1.5rem;
    text-align: center;
    border-top: 1px solid var(--accent, #eee);
}

.certifications-title[b-zgeyv42e7d] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-color, #222);
}

.certification-card[b-zgeyv42e7d] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background-color: var(--bg, #f8f8f8);
    border: 1px solid var(--accent, #ddd);
    padding: 0.75rem 1rem;
    margin: 0.5rem auto;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-color, #333);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .certification-card:hover[b-zgeyv42e7d] {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    }

.cert-icon[b-zgeyv42e7d] {
    width: 24px;
    height: 24px;
    color: var(--accent-color, #444);
    flex-shrink: 0;
}
/* /Pages/ProjectCard.razor.rz.scp.css */
.project-card[b-ds41admlur] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--card-bg);
    color: var(--text);
    padding: 1.75rem;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .project-card:hover[b-ds41admlur] {
        transform: translateY(-6px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
        border-color: var(--accent);
    }

.tag[b-ds41admlur] {
    display: inline-block;
    border: 1px solid var(--accent);
    color: var(--accent);
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background-color: transparent;
}

.project-title[b-ds41admlur] {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.project-summary[b-ds41admlur] {
    font-size: 0.95rem;
    color: var(--muted);
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.project-tags[b-ds41admlur] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

/*.tag {
    background-color: var(--accent);
    color: white;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
}
*/
.project-footer[b-ds41admlur] {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.view-demo-btn[b-ds41admlur] {
    background-color: #06b6d4;
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.view-demo-btn:hover[b-ds41admlur] {
    background-color: #0891b2;
}

.cta-container[b-ds41admlur] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.cta-button[b-ds41admlur] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    cursor: pointer;
    min-width: 180px;
}

    .cta-button.outline[b-ds41admlur] {
        border: 2px solid var(--accent-color, #007BFF);
        background: transparent;
        color: var(--accent-color, #007BFF);
    }

        .cta-button.outline:hover[b-ds41admlur] {
            background-color: var(--accent-color, #007BFF);
            color: white;
        }

    .cta-button.solid[b-ds41admlur] {
        background-color: var(--accent-color, #007BFF);
        border: none;
        color: white;
    }

        .cta-button.solid:hover[b-ds41admlur] {
            background-color: #0056b3;
        }

@media (min-width: 768px) {
    .cta-container[b-ds41admlur] {
        flex-direction: row;
    }
}

.project-title-link[b-ds41admlur] {
    text-decoration: none;
    color: var(--accent);
    transition: color 0.2s ease;
}

    .project-title-link:hover[b-ds41admlur] {
        color: var(--accent-color, #007BFF);
        text-decoration: underline;
    }
/* /Pages/ProjectsList.razor.rz.scp.css */
/*.projects-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 2rem 1rem;*/
    /*max-width: 1200px;*/
    /*margin: 0 auto;
    box-sizing: border-box;
}*/

/*.projects-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 70px;
    padding: 10px;
    margin-bottom: 5px;
}
*/
.projects-list[b-vzz76d1eje] {
    display: grid;
    grid-template-columns: repeat(2, minmax(350px, 1fr));
    gap: 70px;
    padding: 1rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 70px;
}

@media (max-width: 768px) {
    .projects-list[b-vzz76d1eje] {
        grid-template-columns: 1fr; /* 1 per row on mobile */
    }
}

.project-section[b-vzz76d1eje]{
    padding-bottom: 10px;
}

.section-title[b-vzz76d1eje] {
    padding: 1rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
/* /Pages/ReelViewer.razor.rz.scp.css */
/* Reel Viewer container */
.reel-viewer[b-0ked558fim] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 98vh;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* Default to fullscreen video on mobile */
.video-container[b-0ked558fim] {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.reel-video[b-0ked558fim] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* Overlay play icon */
.overlay-icon[b-0ked558fim] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: white;
    opacity: 0.8;
    z-index: 2;
    pointer-events: none;
}

.fab-bar[b-0ked558fim] {
    position: fixed;
    bottom: 2rem; /* add some space */
    right: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    z-index: 1001;
}


/*.fab-btn {
    all: unset;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.2s;
}*/

    .fab-btn:hover[b-0ked558fim] {
        transform: scale(1.2);
    }


/* Desktop view: centered portrait-style */
@media (min-width: 768px) {
    .video-container[b-0ked558fim] {
        /*width: 360px;*/
        height: 99vh;
        width: 44vh;
        position: relative;
    }

    .reel-video[b-0ked558fim] {
        width: 100%;
        height: 100%;
        object-fit: cover;
       /* border-radius: 12px;*/
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
        position: relative;
    }

    .seek-range[b-0ked558fim] {
        width: 44vh;
    }
}

.seek-bar[b-0ked558fim] {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 1000;
}

.seek-range[b-0ked558fim] {
    width: 100%;
    height: 4px;
    appearance: none;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
}

    .seek-range[b-0ked558fim]::-webkit-slider-thumb {
        appearance: none;
        width: 10px;
        height: 10px;
        background: white;
        border-radius: 50%;
        border: none;
        margin-top: -3px;
    }

.comment-drawer[b-0ked558fim] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 75%;
    background: var(--card-bg);
    padding: 1rem;
    border-top: 1px solid var(--input-border);
    overflow-y: auto;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: var(--text-color);
}

.comment-header[b-0ked558fim] {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.comment-list[b-0ked558fim] {
    flex: 1;
    overflow-y: auto;
    max-height: 200px;
}

.comment-item[b-0ked558fim] {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.comment-form[b-0ked558fim] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .comment-form input[b-0ked558fim],
    .comment-form textarea[b-0ked558fim] {
        padding: 0.5rem;
        border: 1px solid #ccc;
        font-size: 0.9rem;
    }

    .comment-form button[b-0ked558fim] {
        align-self: flex-end;
        background: #4f46e5;
        color: white;
        padding: 0.4rem 1rem;
        border: none;
        cursor: pointer;
    }

.fab-icon-group[b-0ked558fim] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.8rem;
}

.fab-btn[b-0ked558fim] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    color: var(--fab-color);
    font-size: 1.25rem;
    cursor: pointer;
}

.fab-like i[b-0ked558fim] {
    font-size: 1.3rem; /* Ensure consistent icon size */
}

.like-count[b-0ked558fim] {
    font-size: 0.65rem;
    line-height: 1;
    margin-top: 2px;
    color: var(--text-color);
}
