/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-euw4ietx2m] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-euw4ietx2m] {
    flex: 1;
    overflow-x: hidden;
}

.sidebar[b-euw4ietx2m] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-euw4ietx2m] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-euw4ietx2m]  a, .top-row[b-euw4ietx2m]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-euw4ietx2m]  a:hover, .top-row[b-euw4ietx2m]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-euw4ietx2m]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-euw4ietx2m] {
        justify-content: space-between;
    }

    .top-row[b-euw4ietx2m]  a, .top-row[b-euw4ietx2m]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-euw4ietx2m] {
        flex-direction: row;
    }

    .sidebar[b-euw4ietx2m] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-euw4ietx2m] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-euw4ietx2m]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-euw4ietx2m], article[b-euw4ietx2m] {
    }
}
/* /Pages/HomePage/HomePage.razor.rz.scp.css */


.hero-section[b-s41jc9ioy2] {
    min-height: 100vh; /* more flexible than fixed height */
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    color: white;
}

.hero-video[b-s41jc9ioy2] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    filter: brightness(60%);
}

video[b-s41jc9ioy2] {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

    video.fade-out[b-s41jc9ioy2] {
        opacity: 0;
    }

.hero-content[b-s41jc9ioy2] {
    position: relative;
    z-index: 2;
}

.hero-logo[b-s41jc9ioy2] {
    width: 200px;
    max-width: 30%;
    margin-bottom: 1rem;
}

.hero-title[b-s41jc9ioy2] {
    font-size: 3rem;
    margin: 0.5rem 0;
}

.hero-subtitle[b-s41jc9ioy2] {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.hero-button[b-s41jc9ioy2] {
    padding: 0.75rem 1.5rem;
    background: #00bfa6;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease;
}

    .hero-button:hover[b-s41jc9ioy2] {
        background: #009f8b;
    }

/* Glow overlay */
.glow-divider[b-s41jc9ioy2] {
    position: relative;
    height: 0;
}

    .glow-divider[b-s41jc9ioy2]::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 20px;
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1), transparent);
        filter: blur(15px);
        z-index: 5;
        pointer-events: none;
    }

/* Parallax Sections*/
.parallax-wrapper[b-s41jc9ioy2] {
    overflow-x: hidden;
    background-color: black;
}

.parallax-section[b-s41jc9ioy2] {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 5vw;
}

.parallax-image[b-s41jc9ioy2] {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: contain;
    z-index: 1;
    will-change: transform;
    transition: transform 0.1s ease-out;
    filter: blur(1px);
}

.parallax-text[b-s41jc9ioy2] {
    position: relative;
    width: 60vw;
    background: rgba(0, 0, 0, 0.55);
    padding: 2rem 2.5rem;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
    text-align: left;
    z-index: 2;
    color: white;
    font-size: 1.15rem;
    line-height: 1.6;
    user-select: none;
    transition: box-shadow 0.3s ease;
}
    /* Text on right side */
    .parallax-text.right[b-s41jc9ioy2] {
        margin-left: auto;
    }

        .parallax-text.right h2[b-s41jc9ioy2] {
            text-align: right;
        }

    /* Text on left side */
    .parallax-text.left[b-s41jc9ioy2] {
        margin-right: auto;
    }

    .parallax-text h2[b-s41jc9ioy2] {
        font-size: 2.8rem;
        margin-bottom: 1rem;
        font-weight: 700;
        text-shadow: 5px 5px 4px rgba(0,0,0,1);
    }


    /* Subtle text shadow for paragraphs */
    .parallax-text p[b-s41jc9ioy2] {
        margin-bottom: 1rem;
        text-shadow: 2px 2px 3px rgba(0,0,0,1);
    }

.demo-section[b-s41jc9ioy2] {
    background-color: #0e0e0e;
    padding: 4rem 1rem;
    color: white;
    text-align: center;
}

.demo-title[b-s41jc9ioy2] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.demo-subtitle[b-s41jc9ioy2] {
    font-size: 1.1rem;
    color: #ccc;
    max-width: 700px;
    margin: 0 auto 2rem;
}

.demo-video-wrapper[b-s41jc9ioy2] {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.post-play-overlay[b-s41jc9ioy2] {
    width:100%;
    height:auto;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    font-size: 1rem;
    z-index: 10;
}

.demo-video[b-s41jc9ioy2] {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.video-overlay[b-s41jc9ioy2] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s;
    z-index: 1000;
}

.play-circle[b-s41jc9ioy2] {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #fff 30%, #f00 90%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse-b-s41jc9ioy2 2s infinite;
    cursor: pointer;
}

.play-icon[b-s41jc9ioy2] {
    width: 110px;
    height: 110px;
}

.play-caption[b-s41jc9ioy2] {
    margin-top: 1rem;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

@keyframes pulse-b-s41jc9ioy2 {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,0,0, 0.7);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 25px rgba(255,0,0, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,0,0, 0);
    }
}

.overlay-text[b-s41jc9ioy2] {
    font-size: 1.2rem;
    color: #fff;
}




/* Outer container doesn't allow overflow */
.steps-wrapper[b-s41jc9ioy2] {
    margin: auto;
    overflow: hidden;
    width: 100%;
    padding: 1rem 0;
    position: relative;
}

.steps-scroll[b-s41jc9ioy2] {
    background: linear-gradient(135deg, #1e2a3a, #2b3f5c, #1c2b3a);
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: scrollSteps-b-s41jc9ioy2 100s linear infinite;
    padding: 10px;
}

.step-card[b-s41jc9ioy2] {
    position: relative;
    flex: 0 0 auto;
    width: 300px;
    height: 225px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    /*border: solid;*/
}

/* Keyframe for infinite scroll */
@keyframes scrollSteps-b-s41jc9ioy2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.steps-scroll:hover[b-s41jc9ioy2] {
    animation-play-state: paused;
}

/* Image in card */
/* Dark overlay for text readability */
.step-card[b-s41jc9ioy2]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* adjust darkness here */
    z-index: 2;
}

/* Text on top of image + overlay */
.step-text[b-s41jc9ioy2] {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
    box-sizing: border-box;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

    .step-text h3[b-s41jc9ioy2] {
        font-size: 20px;
        margin: 0 0 5px 0;
        text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    }

    .step-text p[b-s41jc9ioy2] {
        margin: 0;
        font-size: 14px;
        line-height: 1.3;
    }

.step-image[b-s41jc9ioy2] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

.dual-section-container[b-s41jc9ioy2] {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.box[b-s41jc9ioy2] {
    flex: 1 1 45%;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 300px;
}

    .box h2[b-s41jc9ioy2] {
        margin-top: 0;
    }

.waitlist-form input[type="email"][b-s41jc9ioy2] {
    width: 100%;
    padding: 0.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.waitlist-form button[b-s41jc9ioy2],
.contactus-wrapper button[b-s41jc9ioy2] {
    background-color: #0077cc;
    color: white;
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    min-width: 150px;
}

    .waitlist-form button:hover[b-s41jc9ioy2],
    .contactus-wrapper button:hover[b-s41jc9ioy2] {
        background-color: #005fa3;
    }


.site-footer[b-s41jc9ioy2] {
    background: linear-gradient(135deg, #1e2a3a, #2b3f5c, #1c2b3a);
    color: #ffffff;
    padding: 20px;
    font-size: 0.95rem;
}

.footer-content[b-s41jc9ioy2] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    gap: 1rem;
}

    .footer-content a[b-s41jc9ioy2] {
        color: #9cd3ff;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-content a:hover[b-s41jc9ioy2] {
            color: #ffffff;
        }

strong[b-s41jc9ioy2] {
    font-weight: 600;
}


/* Modal backdrop */
.modal[b-s41jc9ioy2] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

/* Modal content box */
.modal-content[b-s41jc9ioy2] {
    background-color: #1e1e2f;
    color: #fff;
    padding: 2rem;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.3);
}

/* Close button */
.modal .close[b-s41jc9ioy2] {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #aaa;
}

/* Inputs */
#contactForm input[b-s41jc9ioy2], #contactForm textarea[b-s41jc9ioy2] {
    width: 100%;
    padding: 0.7rem;
    margin: 0.5rem 0 1rem;
    border: none;
    border-radius: 5px;
    background-color: #2c2c3d;
    color: #fff;
}

/* Button */
#contactForm button[b-s41jc9ioy2] {
    background-color: #00bcd4;
    border: none;
    padding: 0.8rem 1.2rem;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

    #contactForm button:hover[b-s41jc9ioy2] {
        background-color: #0097a7;
    }






/* ===== Responsive Breakpoints ===== */

/* For small tablets and large phones (≤ 768px) */
@media (max-width: 768px) {
    .hero-title[b-s41jc9ioy2] {
        font-size: 2rem;
    }

    .hero-subtitle[b-s41jc9ioy2] {
        font-size: 1rem;
    }

    .hero-logo[b-s41jc9ioy2] {
        max-width: 50%;
    }

    .parallax-text[b-s41jc9ioy2] {
        width: 90vw;
        padding: 1.5rem;
        font-size: 1rem;
    }

        .parallax-text h2[b-s41jc9ioy2] {
            font-size: 2rem;
        }

    .dual-section-container[b-s41jc9ioy2] {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }

    .box[b-s41jc9ioy2] {
        flex: 1 1 90%;
        min-width: auto;
    }

    .footer-content[b-s41jc9ioy2] {
        flex-direction: column;
        text-align: center;
    }

    .steps-scroll[b-s41jc9ioy2] {
        padding: 0.5rem;
        gap: 0.5rem;
    }

    .step-card[b-s41jc9ioy2] {
        width: 250px;
        height: 200px;
    }

    .step-text h3[b-s41jc9ioy2] {
        font-size: 1rem;
    }

    .step-text p[b-s41jc9ioy2] {
        font-size: 0.9rem;
    }
}

/* For phones (≤ 480px) */
@media (max-width: 480px) {
    .hero-title[b-s41jc9ioy2] {
        font-size: 1.5rem;
    }

    .hero-subtitle[b-s41jc9ioy2] {
        font-size: 0.9rem;
    }

    .hero-button[b-s41jc9ioy2] {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }

    .modal-content[b-s41jc9ioy2] {
        padding: 1.5rem;
    }

    #contactForm button[b-s41jc9ioy2] {
        width: 100%;
    }
}
