@import '_content/AiIntersect.Components/AiIntersect.Components.qz0vl8fq76.bundle.scp.css';
@import '_content/HelpfulBlazorComponents/HelpfulBlazorComponents.77xrnuk8h8.bundle.scp.css';

/* _content/AiIntersect.WebApp/Components/DemoForm.razor.rz.scp.css */
/* CTA Section */
.cta[b-89xgqo7wy1] {
    padding: 100px 0;
    background-color: #000;
    color: white;
    text-align: center;
}

    .cta h2[b-89xgqo7wy1] {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .cta p[b-89xgqo7wy1] {
        font-size: 1.2rem;
        max-width: 700px;
        margin: 0 auto 30px;
    }

.cta-form[b-89xgqo7wy1] {
    max-width: 500px;
    margin: 0 auto;
}

.form-group[b-89xgqo7wy1] {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.form-control[b-89xgqo7wy1] {
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
    transition: all 0.3s ease;
}

    .form-control:focus[b-89xgqo7wy1] {
        border-color: #4CD964;
        outline: none;
        box-shadow: 0 0 0 2px rgba(76, 217, 100, 0.2);
    }

.btn[b-89xgqo7wy1] {
    display: inline-block;
    padding: 12px 24px;
    background-color: #4CD964;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

    .btn:hover[b-89xgqo7wy1] {
        background-color: #2a9c2a;
    }

    .btn:disabled[b-89xgqo7wy1] {
        background-color: #3a9a3a;
        opacity: 0.7;
        cursor: not-allowed;
    }

/* Validation Styles - Updated with red color and removed vertical bar */
[b-89xgqo7wy1] .validation-message {
    color: #ff5a5f; /* A fitting shade of red that works well on dark backgrounds */
    font-size: 0.8rem;
    margin-top: 5px;
    display: block;
    font-weight: 500;
    padding-left: 5px;
    /* Vertical bar removed */
}

[b-89xgqo7wy1] .modified.invalid .form-control {
    border-color: #ff5a5f;
    background-color: rgba(255, 90, 95, 0.05);
}

/* Alert Styles */
.alert[b-89xgqo7wy1] {
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.alert-success[b-89xgqo7wy1] {
    background-color: rgba(76, 217, 100, 0.1);
    border: 1px solid rgba(76, 217, 100, 0.3);
    color: #4CD964;
}

.alert-danger[b-89xgqo7wy1] {
    background-color: rgba(255, 90, 95, 0.1);
    border: 1px solid rgba(255, 90, 95, 0.3);
    color: #ff5a5f;
}
/* _content/AiIntersect.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rf93sul39h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rf93sul39h] {
    flex: 1;
}

.sidebar[b-rf93sul39h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.nav-link[b-rf93sul39h]{
    color: black !important;
}

.top-row[b-rf93sul39h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rf93sul39h]  a, .top-row[b-rf93sul39h]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-rf93sul39h]  a:hover, .top-row[b-rf93sul39h]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-rf93sul39h]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-rf93sul39h] {
        justify-content: space-between;
    }

        .top-row[b-rf93sul39h]  a, .top-row[b-rf93sul39h]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-rf93sul39h] {
        flex-direction: row;
    }

    .sidebar[b-rf93sul39h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rf93sul39h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-rf93sul39h]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-rf93sul39h], article[b-rf93sul39h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rf93sul39h] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-rf93sul39h] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AiIntersect.WebApp/Components/Pages/AppIntegration.razor.rz.scp.css */
.standalone-component-container[b-drpfnvv0gh] {
    width: 100%;
    /*height: 100vh;*/
    /*overflow: auto;*/
    display: flex;
    flex-direction: column;
}

.loading-container[b-drpfnvv0gh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75vh;
    width: 98%;
}

.spinner[b-drpfnvv0gh] {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin-b-drpfnvv0gh 1s linear infinite;
}

@keyframes spin-b-drpfnvv0gh {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error-container[b-drpfnvv0gh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    color: #721c24;
    background-color: #f8d7da;
    padding: 20px;
}

.error-details[b-drpfnvv0gh] {
    margin-top: 20px;
    width: 100%;
    max-width: 800px;
    text-align: left;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.error-details pre[b-drpfnvv0gh] {
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    overflow: auto;
    max-height: 300px;
} 
/* _content/AiIntersect.WebApp/Components/Pages/Home.razor.rz.scp.css */
/* Reset and Base Styles */
*[b-cqpc9tm24x] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-cqpc9tm24x] {
    font-family: 'Inter', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

h1[b-cqpc9tm24x], h2[b-cqpc9tm24x], h3[b-cqpc9tm24x], h4[b-cqpc9tm24x], h5[b-cqpc9tm24x] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

p[b-cqpc9tm24x] {
    margin-bottom: 1rem;
}

.container[b-cqpc9tm24x] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn[b-cqpc9tm24x] {
    display: inline-block;
    padding: 12px 24px;
    background-color: #4CD964;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

    .btn:hover[b-cqpc9tm24x] {
        background-color: #3cb953;
        transform: translateY(-2px);
    }

.btn-secondary[b-cqpc9tm24x] {
    background-color: transparent;
    border: 2px solid #4CD964;
    color: #4CD964;
}

    .btn-secondary:hover[b-cqpc9tm24x] {
        background-color: rgba(76, 217, 100, 0.1);
    }


/* Hero Section */
.hero[b-cqpc9tm24x] {
    background-color: #000;
    color: white;
    padding: 180px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero-content[b-cqpc9tm24x] {
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.hero h1[b-cqpc9tm24x] {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero p[b-cqpc9tm24x] {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.hero-buttons[b-cqpc9tm24x] {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.hero-visual[b-cqpc9tm24x] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0,0,0,0), rgba(76, 217, 100, 0.3));
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

/* Problem Statement Section */
.problem[b-cqpc9tm24x] {
    padding: 100px 0;
    background-color: white;
}

.section-heading[b-cqpc9tm24x] {
    text-align: center;
    margin-bottom: 60px;
}

    .section-heading h2[b-cqpc9tm24x] {
        font-size: 2.5rem;
        color: #333;
    }

    .section-heading p[b-cqpc9tm24x] {
        font-size: 1.2rem;
        max-width: 700px;
        margin: 0 auto;
        color: #666;
    }

.challenges[b-cqpc9tm24x] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.challenge-card[b-cqpc9tm24x] {
    flex: 1;
    min-width: 300px;
    background-color: #ececec; /*#f8f9fa;*/
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

    .challenge-card:hover[b-cqpc9tm24x] {
        transform: translateY(-10px);
    }

    .challenge-card h3[b-cqpc9tm24x] {
        font-size: 1.5rem;
        margin-bottom: 15px;
        color: #333;
    }

.challenge-icon[b-cqpc9tm24x] {
    font-size: 40px;
    color: #4CD964;
    margin-bottom: 20px;
}

/* Solution Section */
.solution[b-cqpc9tm24x] {
    padding: 100px 0;
    background-color: #e6e6e6;
    position: relative;
    overflow: hidden;
}

.solution-content[b-cqpc9tm24x] {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.solution-text[b-cqpc9tm24x] {
    flex: 1;
}

    .solution-text h2[b-cqpc9tm24x] {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .solution-text p[b-cqpc9tm24x] {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }

.solution-visual[b-cqpc9tm24x] {
    flex: 1;
    text-align: center;
}

    .solution-visual img[b-cqpc9tm24x] {
        max-width: 100%;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

/* Benefits Section */
.benefits[b-cqpc9tm24x] {
    padding: 100px 0;
    background-color: white;
}

.benefits-grid[b-cqpc9tm24x] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.benefit-card[b-cqpc9tm24x] {
    padding: 30px;
    border-radius: 10px;
    background-color: #ececec; /*f8f9fa;*/
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

    .benefit-card:hover[b-cqpc9tm24x] {
        transform: translateY(-10px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        border-color: #4CD964;
    }

.benefit-icon[b-cqpc9tm24x] {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(76, 217, 100, 0.1);
    border-radius: 50%;
    color: #4CD964;
    font-size: 36px;
}

.benefit-card h3[b-cqpc9tm24x] {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
