/* _content/SafeStream.Web/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-m5dzk5a5aw] {
    border-top: 5px solid #007bff; /* A subtle blue line on top to match brand */
    font-size: 0.95rem;
}

    .footer .h4[b-m5dzk5a5aw] {
        font-weight: bold;
    }

.footer-link[b-m5dzk5a5aw] {
    color: rgba(255, 255, 255, 0.75); /* Lighter white for links */
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 5px 0; /* Add some padding for clickable area */
    display: inline-block; /* Ensure padding works */
}

    .footer-link:hover[b-m5dzk5a5aw] {
        color: #fff; /* White on hover */
        text-decoration: underline;
    }

    /* Active NavLink style for footer */
    .footer-link.active[b-m5dzk5a5aw] {
        color: #007bff !important; /* Highlight active link with brand color */
        font-weight: bold;
    }

.social-icons a[b-m5dzk5a5aw] {
    font-size: 1.6rem;
    transition: color 0.3s ease;
}

    .social-icons a:hover[b-m5dzk5a5aw] {
        color: #007bff !important; /* Brand color on hover */
    }

.text-white-50[b-m5dzk5a5aw] {
    color: rgba(255, 255, 255, 0.5) !important; /* Consistent with Bootstrap's text-white-50 */
}


/* Also, ensure the rest of your media query rules are correctly closed */
.footer .justify-content-md-start[b-m5dzk5a5aw] {
    justify-content: center !important;
}

.social-icons[b-m5dzk5a5aw] {
    margin-bottom: 20px;
}

}

.footer .justify-content-md-start[b-m5dzk5a5aw] {
    justify-content: center !important;
}

.social-icons[b-m5dzk5a5aw] {
    margin-bottom: 20px; /* Add space below social icons on small screens */
}
/* _content/SafeStream.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rrqvfflhv2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rrqvfflhv2] {
    flex: 1;
}

.sidebar[b-rrqvfflhv2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rrqvfflhv2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rrqvfflhv2]  a, .top-row[b-rrqvfflhv2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rrqvfflhv2]  a:hover, .top-row[b-rrqvfflhv2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rrqvfflhv2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-rrqvfflhv2] {
        justify-content: space-between;
    }

    .top-row[b-rrqvfflhv2]  a, .top-row[b-rrqvfflhv2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rrqvfflhv2] {
        flex-direction: row;
    }

    .sidebar[b-rrqvfflhv2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rrqvfflhv2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rrqvfflhv2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rrqvfflhv2], article[b-rrqvfflhv2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rrqvfflhv2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-rrqvfflhv2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SafeStream.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-49k2gicknz] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-49k2gicknz] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-49k2gicknz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-49k2gicknz] {
    font-size: 1.1rem;
}

.bi[b-49k2gicknz] {
    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-49k2gicknz] {
    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-49k2gicknz] {
    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-49k2gicknz] {
    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-49k2gicknz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-49k2gicknz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-49k2gicknz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-49k2gicknz]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-49k2gicknz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-49k2gicknz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-49k2gicknz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-49k2gicknz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-49k2gicknz] {
        display: none;
    }

    .nav-scrollable[b-49k2gicknz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/SafeStream.Web/Components/Pages/CarrierPages/ApplyForJob.razor.rz.scp.css */
.form-group label[b-te9hjo9iu1] {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.form-control[b-te9hjo9iu1] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.validation-message[b-te9hjo9iu1] {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
    display: block;
}

.alert[b-te9hjo9iu1] {
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.alert-success[b-te9hjo9iu1] {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.alert-danger[b-te9hjo9iu1] {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}
/* _content/SafeStream.Web/Components/Pages/CarrierPages/JobCard.razor.rz.scp.css */
.job-card[b-utuvzx7cnq] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    display: flex; /* Make it a flex container */
    flex-direction: column; /* Stack children vertically */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /* min-height: 400px; /* Optional: Set a minimum height if cards are very short */
}

    .job-card:hover[b-utuvzx7cnq] {
        transform: translateY(-5px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .job-card .job-title[b-utuvzx7cnq] {
        color: #333;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .job-card .job-meta .badge[b-utuvzx7cnq] {
        font-size: 0.8em;
        padding: 0.4em 0.7em;
        border-radius: 5px;
        margin-right: 5px;
    }

    .job-card .job-salary[b-utuvzx7cnq] {
        font-size: 1rem;
        color: #007bff; /* Primary color for salary */
        font-weight: 500;
        margin-bottom: 10px;
    }

    .job-card .job-description[b-utuvzx7cnq] {
        font-size: 0.9rem;
        color: #666;
        margin-top: 10px;
        margin-bottom: 15px;
        flex-grow: 1; /* This pushes the footer to the bottom */
    }

    .job-card .job-requirements[b-utuvzx7cnq] {
        flex-grow: 1; /* Also make requirements grow to help push footer down */
    }

        .job-card .job-requirements ul[b-utuvzx7cnq] {
            list-style: disc;
            padding-left: 20px;
            margin-bottom: 15px;
        }

        .job-card .job-requirements li[b-utuvzx7cnq] {
            font-size: 0.85rem;
            color: #555;
            margin-bottom: 5px;
        }

    .job-card .job-footer[b-utuvzx7cnq] {
        display: flex;
        align-items: center;
        justify-content: space-between; /* Pushes button to the right */
        font-size: 0.8rem;
        color: #888;
        margin-top: auto; /* This is the key: pushes the footer to the very bottom */
        padding-top: 10px;
        border-top: 1px solid #eee;
    }

        .job-card .job-footer .btn[b-utuvzx7cnq] {
            font-size: 0.85rem;
            padding: 5px 10px;
        }

/* Optional: If you use a grid layout for .job-list-container,
           you might want to ensure items stretch across grid rows too. */
/* Example for .job-list-container if it's a grid */
/* .job-list-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            align-items: stretch; // Ensures all grid items are same height
        } */
/* _content/SafeStream.Web/Components/Pages/CarrierPages/JobDetail.razor.rz.scp.css */
.job-detail-container[b-4qymflfcty] {
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    max-width: 900px;
    margin: 30px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.job-detail-title[b-4qymflfcty] {
    color: #0056b3; /* Darker blue for emphasis */
    font-size: 2.2rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 15px;
}

.job-meta-details .badge[b-4qymflfcty] {
    font-size: 0.95em;
    padding: 0.6em 1em;
    border-radius: 50px; /* Pill shape */
    margin-right: 8px;
    font-weight: 600;
}

.job-salary-details[b-4qymflfcty] {
    font-size: 1.15rem;
    color: #333;
    font-weight: 600;
    border-top: 1px dashed #e9ecef;
    padding-top: 20px;
    margin-top: 25px;
}

    .job-salary-details i[b-4qymflfcty] {
        color: #28a745; /* Green for money icon */
        margin-right: 8px;
    }

.job-description-full[b-4qymflfcty] {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: justify;
}

.requirements-heading[b-4qymflfcty] {
    color: #555;
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}

.requirements-list[b-4qymflfcty] {
    list-style: none; /* Remove default bullet */
    padding-left: 0; /* Remove default padding */
    margin-bottom: 30px;
}

    .requirements-list li[b-4qymflfcty] {
        font-size: 0.98rem;
        color: #555;
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px; /* Space for custom bullet */
    }

        .requirements-list li[b-4qymflfcty]::before {
            content: "\2022"; /* Unicode for a round bullet point */
            color: #007bff; /* Custom color for the bullet */
            font-weight: bold;
            display: inline-block;
            width: 1em; /* Space for the bullet */
            margin-left: -1.5em; /* Pull bullet slightly left */
            position: absolute;
            left: 0;
            top: 0;
        }

.job-dates[b-4qymflfcty] {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #dcdcdc;
}

    .job-dates p[b-4qymflfcty] {
        margin-bottom: 8px;
        line-height: 1.4;
    }

.action-buttons[b-4qymflfcty] {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 15px; /* Space between buttons */
}

.btn-lg[b-4qymflfcty] {
    padding: 12px 28px;
    font-size: 1.15rem;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .btn-lg:hover[b-4qymflfcty] {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }
/* _content/SafeStream.Web/Components/Pages/CarrierPages/JobPost.razor.rz.scp.css */
/* WorkWithUs.razor.css */

.job-list-container[b-3h8dvsb44i] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}

/* No other styles are needed here, as JobCard.razor.css handles the card specific styles */
/* _content/SafeStream.Web/Components/Pages/CarrierPages/JobsBrowse.razor.rz.scp.css */
/* Jobs Browse Page Styles */
.jobs-page[b-oziylczght] {
    min-height: 100vh;
    background: var(--bg-color);
}

.page-header[b-oziylczght] {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 4rem 0 3rem;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.page-header[b-oziylczght]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,101.3C1248,85,1344,75,1392,69.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    background-position: bottom;
}

.page-title[b-oziylczght] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.page-title i[b-oziylczght] {
    margin-right: 1rem;
}

.page-subtitle[b-oziylczght] {
    font-size: 1.25rem;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

.search-section[b-oziylczght] {
    margin-bottom: 3rem;
}

.filter-card[b-oziylczght] {
    background: var(--card-bg-color);
}

.filter-controls[b-oziylczght] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr auto;
    gap: 1rem;
    align-items: end;
}

.search-box[b-oziylczght] {
    position: relative;
}

.search-box i[b-oziylczght] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
    font-size: 1.2rem;
    z-index: 1;
}

.search-box input[b-oziylczght] {
    padding-left: 3rem;
    border-radius: 12px;
    border: 2px solid var(--border-color);
    transition: all 0.3s ease;
    width: 100%;
}

.search-box input:focus[b-oziylczght] {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.filter-group label[b-oziylczght] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-color);
}

.results-header[b-oziylczght] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--border-color);
}

.results-header h2[b-oziylczght] {
    color: var(--text-color);
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
}

.sort-controls[b-oziylczght] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sort-controls label[b-oziylczght] {
    font-weight: 600;
    color: var(--text-color);
    margin: 0;
}

.sort-controls .form-select[b-oziylczght] {
    width: auto;
    min-width: 180px;
}

.jobs-list[b-oziylczght] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.job-item[b-oziylczght] {
    cursor: pointer;
}

.job-header[b-oziylczght] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1rem;
}

.job-title[b-oziylczght] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.job-company[b-oziylczght] {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
}

.job-company i[b-oziylczght] {
    margin-right: 0.5rem;
}

.badge-success[b-oziylczght],
.badge-secondary[b-oziylczght] {
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    font-size: 0.813rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-success[b-oziylczght] {
    background: linear-gradient(135deg, #28a745, #5cb85c);
    color: white;
}

.badge-secondary[b-oziylczght] {
    background: linear-gradient(135deg, #6c757d, #adb5bd);
    color: white;
}

.job-details[b-oziylczght] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.job-meta[b-oziylczght] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-color);
    font-size: 0.95rem;
}

.job-meta i[b-oziylczght] {
    color: var(--primary-color);
}

.job-description[b-oziylczght] {
    color: var(--text-color);
    line-height: 1.6;
    margin: 1rem 0;
}

.job-footer[b-oziylczght] {
    display: flex;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
}

.job-footer .btn[b-oziylczght] {
    flex: 0 1 auto;
}

.empty-state[b-oziylczght] {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--text-color);
}

.empty-state i[b-oziylczght] {
    font-size: 5rem;
    opacity: 0.3;
    margin-bottom: 1rem;
}

.empty-state h3[b-oziylczght] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.empty-state p[b-oziylczght] {
    font-size: 1.1rem;
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .filter-controls[b-oziylczght] {
        grid-template-columns: 1fr 1fr;
    }

    .search-box[b-oziylczght] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .page-title[b-oziylczght] {
        font-size: 2rem;
    }

    .page-subtitle[b-oziylczght] {
        font-size: 1rem;
    }

    .filter-controls[b-oziylczght] {
        grid-template-columns: 1fr;
    }

    .results-header[b-oziylczght] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .sort-controls[b-oziylczght] {
        width: 100%;
    }

    .sort-controls .form-select[b-oziylczght] {
        flex: 1;
        min-width: unset;
    }

    .job-footer[b-oziylczght] {
        flex-direction: column;
    }

    .job-footer .btn[b-oziylczght] {
        width: 100%;
    }
}
/* _content/SafeStream.Web/Components/Pages/ConsultingPages/ConsultantsBrowse.razor.rz.scp.css */
/* Consultants Browse Page Styles */
.consultants-page[b-fwpxltccvk] {
    min-height: 100vh;
    background: var(--bg-color);
}

.page-header[b-fwpxltccvk] {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 4rem 0 3rem;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.page-header[b-fwpxltccvk]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,101.3C1248,85,1344,75,1392,69.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    background-position: bottom;
}

.page-title[b-fwpxltccvk] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.page-title i[b-fwpxltccvk] {
    margin-right: 1rem;
}

.page-subtitle[b-fwpxltccvk] {
    font-size: 1.25rem;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

.search-section[b-fwpxltccvk] {
    margin-bottom: 3rem;
}

.filter-card[b-fwpxltccvk] {
    background: var(--card-bg-color);
}

.filter-controls[b-fwpxltccvk] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 1rem;
    align-items: end;
}

.search-box[b-fwpxltccvk] {
    position: relative;
}

.search-box i[b-fwpxltccvk] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.search-box input[b-fwpxltccvk] {
    padding-left: 3rem;
    border-radius: 12px;
    border: 2px solid var(--border-color);
    transition: all 0.3s ease;
}

.search-box input:focus[b-fwpxltccvk] {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.filter-group label[b-fwpxltccvk] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-color);
}

.filter-group .form-select[b-fwpxltccvk] {
    border-radius: 12px;
    border: 2px solid var(--border-color);
    transition: all 0.3s ease;
}

.filter-group .form-select:focus[b-fwpxltccvk] {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.results-header[b-fwpxltccvk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--border-color);
}

.results-header h2[b-fwpxltccvk] {
    color: var(--text-color);
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
}

.view-toggle[b-fwpxltccvk] {
    display: flex;
    gap: 0.5rem;
}

.consultants-grid[b-fwpxltccvk] {
    display: grid;
    gap: 2rem;
}

.consultants-grid.grid[b-fwpxltccvk] {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.consultants-grid.list[b-fwpxltccvk] {
    grid-template-columns: 1fr;
}

.empty-state[b-fwpxltccvk] {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--text-color);
}

.empty-state i[b-fwpxltccvk] {
    font-size: 5rem;
    opacity: 0.3;
    margin-bottom: 1rem;
}

.empty-state h3[b-fwpxltccvk] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.empty-state p[b-fwpxltccvk] {
    font-size: 1.1rem;
    opacity: 0.7;
}

.alert-modern[b-fwpxltccvk] {
    border-radius: 12px;
    border: none;
    padding: 1.5rem;
    display: flex;
    align-items: start;
    gap: 1rem;
}

.alert-modern i[b-fwpxltccvk] {
    font-size: 1.5rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .filter-controls[b-fwpxltccvk] {
        grid-template-columns: 1fr 1fr;
    }

    .search-box[b-fwpxltccvk] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .page-title[b-fwpxltccvk] {
        font-size: 2rem;
    }

    .page-subtitle[b-fwpxltccvk] {
        font-size: 1rem;
    }

    .filter-controls[b-fwpxltccvk] {
        grid-template-columns: 1fr;
    }

    .consultants-grid.grid[b-fwpxltccvk] {
        grid-template-columns: 1fr;
    }

    .results-header[b-fwpxltccvk] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
}
/* _content/SafeStream.Web/Components/Pages/ConsultingPages/ConsultingHome.razor.rz.scp.css */
.consulting-home[b-d8etjbq95h] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-section[b-d8etjbq95h] {
    background: linear-gradient(135deg, #2C3E50 0%, #3498DB 100%);
    color: white;
    padding: 100px 20px;
    text-align: center;
}

.hero-content h1[b-d8etjbq95h] {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-subtitle[b-d8etjbq95h] {
    font-size: 1.5rem;
    color: #ECF0F1;
}

.section-title[b-d8etjbq95h] {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #2C3E50;
}

.services-overview[b-d8etjbq95h] {
    padding: 80px 20px;
    background-color: #F8F9FA;
}

.container[b-d8etjbq95h] {
    max-width: 1200px;
    margin: 0 auto;
}

.services-grid[b-d8etjbq95h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card[b-d8etjbq95h] {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.service-card:hover[b-d8etjbq95h] {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.service-icon[b-d8etjbq95h] {
    font-size: 3rem;
    margin-bottom: 20px;
}

.service-card h3[b-d8etjbq95h] {
    font-size: 1.5rem;
    color: #2C3E50;
    margin-bottom: 15px;
}

.service-card p[b-d8etjbq95h] {
    color: #7F8C8D;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-link[b-d8etjbq95h] {
    color: #3498DB;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.service-link:hover[b-d8etjbq95h] {
    color: #2980B9;
}

.why-choose-us[b-d8etjbq95h] {
    padding: 80px 20px;
    background-color: white;
}

.benefits-grid[b-d8etjbq95h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.benefit-item[b-d8etjbq95h] {
    text-align: center;
}

.benefit-number[b-d8etjbq95h] {
    font-size: 3rem;
    font-weight: bold;
    color: #3498DB;
    margin-bottom: 20px;
}

.benefit-item h4[b-d8etjbq95h] {
    font-size: 1.3rem;
    color: #2C3E50;
    margin-bottom: 10px;
}

.benefit-item p[b-d8etjbq95h] {
    color: #7F8C8D;
    line-height: 1.6;
}

.cta-section[b-d8etjbq95h] {
    background: linear-gradient(135deg, #3498DB 0%, #2C3E50 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.cta-section h2[b-d8etjbq95h] {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-section p[b-d8etjbq95h] {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #ECF0F1;
}

.cta-buttons[b-d8etjbq95h] {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-d8etjbq95h] {
    padding: 15px 40px;
    font-size: 1.1rem;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-primary[b-d8etjbq95h] {
    background-color: white;
    color: #3498DB;
}

.btn-primary:hover[b-d8etjbq95h] {
    background-color: #ECF0F1;
    transform: scale(1.05);
}

.btn-secondary[b-d8etjbq95h] {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover[b-d8etjbq95h] {
    background-color: white;
    color: #3498DB;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .hero-content h1[b-d8etjbq95h] {
        font-size: 2rem;
    }

    .hero-subtitle[b-d8etjbq95h] {
        font-size: 1.2rem;
    }

    .section-title[b-d8etjbq95h] {
        font-size: 2rem;
    }

    .services-grid[b-d8etjbq95h], .benefits-grid[b-d8etjbq95h] {
        grid-template-columns: 1fr;
    }

    .cta-buttons[b-d8etjbq95h] {
        flex-direction: column;
        align-items: center;
    }

    .btn[b-d8etjbq95h] {
        width: 100%;
        max-width: 300px;
    }
}
/* _content/SafeStream.Web/Components/Pages/ConsultingPages/Projects.razor.rz.scp.css */
.projects-page[b-e2rfqvgpcc] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-e2rfqvgpcc] {
    margin-bottom: 40px;
    text-align: center;
}

.page-header h1[b-e2rfqvgpcc] {
    font-size: 2.5rem;
    color: #2C3E50;
    margin-bottom: 10px;
}

.page-header p[b-e2rfqvgpcc] {
    font-size: 1.2rem;
    color: #7F8C8D;
}

.filters-section[b-e2rfqvgpcc] {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.filter-group[b-e2rfqvgpcc] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-group label[b-e2rfqvgpcc] {
    font-weight: 600;
    color: #2C3E50;
}

.filter-select[b-e2rfqvgpcc], .search-input[b-e2rfqvgpcc] {
    padding: 10px 15px;
    border: 2px solid #E0E0E0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.filter-select:focus[b-e2rfqvgpcc], .search-input:focus[b-e2rfqvgpcc] {
    outline: none;
    border-color: #3498DB;
}

.projects-grid[b-e2rfqvgpcc] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
}

.project-card[b-e2rfqvgpcc] {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover[b-e2rfqvgpcc] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.project-header[b-e2rfqvgpcc] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.project-header h3[b-e2rfqvgpcc] {
    font-size: 1.3rem;
    color: #2C3E50;
    margin: 0;
    flex: 1;
}

.status-badge[b-e2rfqvgpcc] {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-planning[b-e2rfqvgpcc] {
    background-color: #FFF3CD;
    color: #856404;
}

.status-in-progress[b-e2rfqvgpcc] {
    background-color: #D1ECF1;
    color: #0C5460;
}

.status-on-hold[b-e2rfqvgpcc] {
    background-color: #F8D7DA;
    color: #721C24;
}

.status-completed[b-e2rfqvgpcc] {
    background-color: #D4EDDA;
    color: #155724;
}

.project-details[b-e2rfqvgpcc] {
    margin-bottom: 15px;
}

.project-details p[b-e2rfqvgpcc] {
    margin: 8px 0;
    color: #555;
    font-size: 0.95rem;
}

.project-description[b-e2rfqvgpcc] {
    color: #7F8C8D !important;
    margin-top: 12px !important;
    line-height: 1.5;
}

.project-meta[b-e2rfqvgpcc] {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #7F8C8D;
}

.project-actions[b-e2rfqvgpcc] {
    display: flex;
    justify-content: flex-end;
}

.btn-view[b-e2rfqvgpcc] {
    padding: 10px 20px;
    background-color: #3498DB;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-view:hover[b-e2rfqvgpcc] {
    background-color: #2980B9;
}

.loading[b-e2rfqvgpcc], .no-data[b-e2rfqvgpcc] {
    text-align: center;
    padding: 60px 20px;
    color: #7F8C8D;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .projects-grid[b-e2rfqvgpcc] {
        grid-template-columns: 1fr;
    }

    .filters-section[b-e2rfqvgpcc] {
        flex-direction: column;
    }

    .project-meta[b-e2rfqvgpcc] {
        flex-direction: column;
        gap: 8px;
    }
}
/* _content/SafeStream.Web/Components/Pages/ContactPages/Contact.razor.rz.scp.css */
.contact-hero[b-fc23b98z3a] {
    background-color: #f2f8fc; /* Light blue */
    border-bottom: 2px solid #b7e0f2;
    color: #2c3e50;
}

.card[b-fc23b98z3a] {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.form-label[b-fc23b98z3a] {
    font-weight: 600;
    color: #34495e;
    margin-bottom: 5px;
}

.form-control[b-fc23b98z3a], .form-select[b-fc23b98z3a] {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    font-size: 1rem;
}

    .form-control:focus[b-fc23b98z3a], .form-select:focus[b-fc23b98z3a] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    }

.validation-message[b-fc23b98z3a] {
    color: #dc3545; /* Bootstrap red for errors */
    font-size: 0.875em;
    margin-top: 5px;
    display: block; /* Ensure it takes its own line */
}

.validation-summary-valid[b-fc23b98z3a], .validation-summary-errors[b-fc23b98z3a] {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

    .validation-summary-errors li[b-fc23b98z3a] {
        color: #dc3545;
        margin-bottom: 5px;
    }

.btn-primary[b-fc23b98z3a] {
    background-color: #007bff;
    border-color: #007bff;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

    .btn-primary:hover[b-fc23b98z3a] {
        background-color: #0056b3;
        border-color: #0056b3;
        transform: translateY(-2px);
    }

.contact-info-card[b-fc23b98z3a] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.2s ease;
}

    .contact-info-card:hover[b-fc23b98z3a] {
        transform: translateY(-5px);
    }

    .contact-info-card h5[b-fc23b98z3a] {
        color: #2c3e50;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .contact-info-card p[b-fc23b98z3a], .contact-info-card a[b-fc23b98z3a] {
        color: #6c757d;
        text-decoration: none;
        font-size: 0.95rem;
    }

        .contact-info-card a:hover[b-fc23b98z3a] {
            text-decoration: underline;
            color: #007bff;
        }

.text-danger[b-fc23b98z3a] {
    color: #dc3545 !important;
}

/* Animate.css integration (ensure it's linked) */
.animate__animated[b-fc23b98z3a] {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeInDown[b-fc23b98z3a] {
    animation-name: fadeInDown;
}

.animate__fadeInUp[b-fc23b98z3a] {
    animation-name: fadeInUp;
}
/* _content/SafeStream.Web/Components/Pages/ContactPages/ContactSuccess.razor.rz.scp.css */
.contact-success-hero[b-lzgv0b6et2] {
    background-color: #e6ffe6; /* A soft, light green for success */
    color: #28a745; /* Green text */
    min-height: 70vh; /* Make it take up a good portion of the viewport */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 80px; /* Adjust for fixed navbar */
    padding-bottom: 50px;
}

    .contact-success-hero h2[b-lzgv0b6et2] {
        color: #28a745; /* Ensure heading is green */
        font-size: 3.5rem;
    }

    .contact-success-hero .lead[b-lzgv0b6et2] {
        color: #343a40; /* Darker text for readability */
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-success-hero p[b-lzgv0b6et2] {
        color: #555;
        font-size: 1.1rem;
    }

    .contact-success-hero .btn[b-lzgv0b6et2] {
        min-width: 200px;
        font-size: 1.1rem;
        padding: 12px 25px;
        border-radius: 8px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .contact-success-hero .btn:hover[b-lzgv0b6et2] {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

/* Animate.css integration (ensure it's linked in your _Layout.cshtml or index.html) */
.animate__animated[b-lzgv0b6et2] {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeInDown[b-lzgv0b6et2] {
    animation-name: fadeInDown;
}

.animate__fadeInUp[b-lzgv0b6et2] {
    animation-name: fadeInUp;
}

.animate__zoomIn[b-lzgv0b6et2] {
    animation-name: zoomIn;
}

.animate__delay-1s[b-lzgv0b6et2] {
    animation-delay: 1s;
}

.animate__delay-2s[b-lzgv0b6et2] {
    animation-delay: 2s;
}
/* _content/SafeStream.Web/Components/Pages/DemoPages/Demo.razor.rz.scp.css */
.demo-hero[b-iokdodz1rv] {
    background-color: #eaf6fc; /* Lighter blue background */
    color: #2c3e50;
    border-bottom: 2px solid #a7d9ef; /* Subtle border */
}

.video-container[b-iokdodz1rv] {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin: 0 auto; /* Center the video container */
    max-width: 800px; /* Optional: Limit max width of video */
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

    .video-container video[b-iokdodz1rv] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px; /* Match container border-radius */
    }

.demo-feature-item[b-iokdodz1rv] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .demo-feature-item:hover[b-iokdodz1rv] {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }

    .demo-feature-item h4[b-iokdodz1rv] {
        color: #007bff;
        margin-top: 15px;
        font-weight: 600;
    }

    .demo-feature-item p[b-iokdodz1rv] {
        color: #555;
        font-size: 0.95rem;
    }

/* General text emphasis colors */
.text-primary[b-iokdodz1rv] {
    color: #007bff !important;
}

.text-success[b-iokdodz1rv] {
    color: #28a745 !important;
}

.text-info[b-iokdodz1rv] {
    color: #17a2b8 !important;
}

/* Button styling */
.btn-success[b-iokdodz1rv] {
    background-color: #28a745;
    border-color: #28a745;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

    .btn-success:hover[b-iokdodz1rv] {
        background-color: #218838;
        border-color: #1e7e34;
        transform: translateY(-2px);
    }

/* Animate.css integration (ensure it's linked in your project's index.html or _Layout.cshtml) */
.animate__animated[b-iokdodz1rv] {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeInDown[b-iokdodz1rv] {
    animation-name: fadeInDown;
}

.animate__fadeInUp[b-iokdodz1rv] {
    animation-name: fadeInUp;
}

.animate__zoomIn[b-iokdodz1rv] {
    animation-name: zoomIn;
}

.animate__pulse[b-iokdodz1rv] {
    animation-name: pulse;
}

.animate__infinite[b-iokdodz1rv] {
    animation-iteration-count: infinite;
}
/* _content/SafeStream.Web/Components/Pages/HomePages/Index.razor.rz.scp.css */
/* General styles */
body[b-fqcyo6t58v] {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

h1[b-fqcyo6t58v], h2[b-fqcyo6t58v], h3[b-fqcyo6t58v], h4[b-fqcyo6t58v], h5[b-fqcyo6t58v], h6[b-fqcyo6t58v] {
    font-weight: 700;
    color: #2c3e50; /* Darker blue-grey for headings */
}

.lead[b-fqcyo6t58v] {
    font-size: 1.25rem;
    font-weight: 300;
}

/* Hero Section */
.hero-section[b-fqcyo6t58v] {
    background: linear-gradient(to right, #e0f2f7, #bbdefb); /* Light blue gradient */
    color: #333;
}

    .hero-section h1[b-fqcyo6t58v] {
        color: #0056b3; /* Darker blue for main title */
    }

/* Why AI in Vision Section */
.feature-card[b-fqcyo6t58v] {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .feature-card:hover[b-fqcyo6t58v] {
        transform: translateY(-8px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }

    .feature-card h5[b-fqcyo6t58v] {
        color: #007bff; /* Bootstrap primary blue */
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .feature-card .feature-icon[b-fqcyo6t58v] {
        max-width: 100px; /* Adjust icon size */
        height: auto;
        border-radius: 8px; /* Slightly rounded corners for icons */
    }

/* Applications Section */
.application-card[b-fqcyo6t58v] {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .application-card:hover[b-fqcyo6t58v] {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    }

    .application-card h5[b-fqcyo6t58v] {
        color: #28a745; /* Bootstrap success green */
        margin-top: 15px;
        margin-bottom: 12px;
        font-weight: bold;
    }

/* Call to Action Section */
.btn-primary[b-fqcyo6t58v] {
    background-color: #007bff;
    border-color: #007bff;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

    .btn-primary:hover[b-fqcyo6t58v] {
        background-color: #0056b3;
        border-color: #0056b3;
        transform: translateY(-2px);
    }

/* Animation classes (assuming Animate.css is linked in your _Layout.cshtml or index.html) */
/* If you don't have Animate.css, these won't do anything. Add this to your main HTML file:
           <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
        */
.animate__animated[b-fqcyo6t58v] {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeInDown[b-fqcyo6t58v] {
    animation-name: fadeInDown;
}

.animate__fadeInUp[b-fqcyo6t58v] {
    animation-name: fadeInUp;
}

.animate__fadeInLeft[b-fqcyo6t58v] {
    animation-name: fadeInLeft;
}

.animate__fadeInRight[b-fqcyo6t58v] {
    animation-name: fadeInRight;
}

.animate__zoomIn[b-fqcyo6t58v] {
    animation-name: zoomIn;
}

.animate__pulse[b-fqcyo6t58v] {
    animation-name: pulse;
}

.animate__infinite[b-fqcyo6t58v] {
    animation-iteration-count: infinite;
}
/* _content/SafeStream.Web/Components/Pages/InvestPages/WhyInvest.razor.rz.scp.css */
.invest-section[b-7m6e00fltz] {
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

h3[b-7m6e00fltz] {
    color: #0056b3;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.lead[b-7m6e00fltz] {
    font-size: 1.15rem;
    color: #495057;
    margin-bottom: 40px;
    line-height: 1.6;
}

.invest-card[b-7m6e00fltz] {
    background-color: #f8f9fa; /* Light grey background for cards */
    border: 1px solid #e2e6ea;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content horizontally */
    text-align: center; /* Center text within the card */
    transition: all 0.3s ease-in-out;
}

    .invest-card:hover[b-7m6e00fltz] {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        background-color: #eaf3f8; /* Slightly darker on hover */
    }

.card-icon[b-7m6e00fltz] {
    font-size: 3.5em; /* Larger icon size */
    margin-bottom: 20px;
    color: #28a745; /* Success green for icons */
    line-height: 1; /* Adjust line height for icon */
}

.invest-card h5[b-7m6e00fltz] {
    color: #007bff; /* Primary blue for sub-headings */
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.5rem;
}

.invest-card p[b-7m6e00fltz] {
    color: #555;
    font-size: 1.05rem;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center; /* Ensure paragraphs are centered */
}

.invest-card ul[b-7m6e00fltz] {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left; /* Align list items to the left */
    width: 100%; /* Take full width of card for alignment */
    max-width: 300px; /* Limit width for long lists */
}

    .invest-card ul li[b-7m6e00fltz] {
        margin-bottom: 10px;
        color: #666;
        display: flex;
        align-items: flex-start;
        font-size: 0.95rem;
    }

        .invest-card ul li i[b-7m6e00fltz] {
            margin-right: 10px;
            color: #28a745; /* Success green for list icons */
            font-size: 1.1em;
            line-height: 1.3;
        }

/* Emphasized text colors */
.text-success[b-7m6e00fltz] {
    color: #28a745 !important;
}

.text-info[b-7m6e00fltz] {
    color: #17a2b8 !important;
}

/* For Bootstrap Icons */
.bi[b-7m6e00fltz]::before {
    vertical-align: -0.125em;
    content: ""; /* Fallback for older BI versions */
}
/* _content/SafeStream.Web/Components/Pages/MarketPages/Market.razor.rz.scp.css */
.opportunity-section[b-ews3bcv5jy] {
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

h3[b-ews3bcv5jy], h4[b-ews3bcv5jy] {
    color: #0056b3; /* Darker blue for headings */
    margin-bottom: 20px;
    text-align: center;
}

.lead[b-ews3bcv5jy] {
    font-size: 1.15rem;
    color: #343a40;
    text-align: justify;
    margin-bottom: 30px;
}

.opportunity-card[b-ews3bcv5jy] {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    height: 100%; /* Ensure cards are same height */
    display: flex;
    flex-direction: column;
}

    .opportunity-card h5[b-ews3bcv5jy] {
        color: #007bff; /* Primary blue for sub-headings */
        margin-top: 0;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .opportunity-card h6[b-ews3bcv5jy] {
        color: #495057;
        margin-top: 15px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .opportunity-card p[b-ews3bcv5jy] {
        color: #555;
        text-align: justify;
    }

    .opportunity-card ul[b-ews3bcv5jy] {
        list-style-type: none; /* Remove default bullet */
        padding-left: 0;
        margin-bottom: 15px;
    }

        .opportunity-card ul li[b-ews3bcv5jy] {
            margin-bottom: 8px;
            color: #666;
            display: flex;
            align-items: flex-start;
        }

            .opportunity-card ul li i[b-ews3bcv5jy] {
                margin-right: 8px;
                color: #28a745; /* Green for checkmark */
                font-size: 1.1em;
                line-height: 1.5; /* Align icon with text */
            }

/* List group items */
.list-group-item[b-ews3bcv5jy] {
    border-color: #f8f9fa; /* Lighter border */
    color: #343a40;
    font-size: 1.05rem;
}

/* Text colors for emphasis */
.text-primary[b-ews3bcv5jy] {
    color: #007bff !important;
}

.text-success[b-ews3bcv5jy] {
    color: #28a745 !important;
}

.text-info[b-ews3bcv5jy] {
    color: #17a2b8 !important;
}

.text-warning[b-ews3bcv5jy] {
    color: #ffc107 !important;
}

/* For icons, assuming Bootstrap Icons are available */
.bi[b-ews3bcv5jy]::before {
    vertical-align: -0.125em; /* Adjust icon alignment */
    content: ""; /* Needed for older Bootstrap Icons */
}
/* _content/SafeStream.Web/Components/Shared/ConsultantCard.razor.rz.scp.css */
/* Consultant Card Styles */
.consultant-card[b-99nnr39xiu] {
    background: var(--card-bg-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px var(--shadow-color);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
}

.consultant-card:hover[b-99nnr39xiu] {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px var(--shadow-color);
}

.consultant-card-header[b-99nnr39xiu] {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    padding: 2rem 1.5rem 4rem;
    text-align: center;
    position: relative;
}

.consultant-avatar[b-99nnr39xiu] {
    position: relative;
    display: inline-block;
    margin-bottom: -3rem;
}

.consultant-avatar img[b-99nnr39xiu],
.avatar-placeholder[b-99nnr39xiu] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid var(--card-bg-color);
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.avatar-placeholder[b-99nnr39xiu] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.availability-badge[b-99nnr39xiu] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--card-bg-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.availability-badge.available i[b-99nnr39xiu] {
    color: #28a745;
    font-size: 1.2rem;
}

.consultant-card-body[b-99nnr39xiu] {
    padding: 4rem 1.5rem 1.5rem;
    text-align: center;
}

.consultant-name[b-99nnr39xiu] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.consultant-specialization[b-99nnr39xiu] {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.consultant-specialization i[b-99nnr39xiu],
.consultant-info i[b-99nnr39xiu],
.consultant-rate i[b-99nnr39xiu] {
    margin-right: 0.5rem;
}

.consultant-info[b-99nnr39xiu] {
    color: var(--text-color);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consultant-rate[b-99nnr39xiu] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1), rgba(108, 117, 125, 0.1));
    border-radius: 8px;
    font-size: 1.1rem;
    color: var(--text-color);
}

.consultant-card-footer[b-99nnr39xiu] {
    padding: 1.5rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.consultant-card-footer .btn[b-99nnr39xiu] {
    flex: 1;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.consultant-card-footer .btn:hover[b-99nnr39xiu] {
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .consultant-avatar img[b-99nnr39xiu],
    .avatar-placeholder[b-99nnr39xiu] {
        width: 100px;
        height: 100px;
    }

    .consultant-name[b-99nnr39xiu] {
        font-size: 1.25rem;
    }

    .consultant-card-footer .btn[b-99nnr39xiu] {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }
}
/* _content/SafeStream.Web/Components/Shared/LoadingSpinner.razor.rz.scp.css */
/* Modern Loading Spinner Styles */
.loading-container[b-gppatwfzem] {
    position: relative;
    min-height: 200px;
}

.loading-spinner[b-gppatwfzem] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.spinner-ring[b-gppatwfzem] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.spinner-ring div[b-gppatwfzem] {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--primary-color);
    border-radius: 50%;
    animation: spinner-ring-b-gppatwfzem 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--primary-color) transparent transparent transparent;
}

.spinner-ring div:nth-child(1)[b-gppatwfzem] {
    animation-delay: -0.45s;
}

.spinner-ring div:nth-child(2)[b-gppatwfzem] {
    animation-delay: -0.3s;
}

.spinner-ring div:nth-child(3)[b-gppatwfzem] {
    animation-delay: -0.15s;
}

@keyframes spinner-ring-b-gppatwfzem {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-message[b-gppatwfzem] {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: var(--text-color);
    font-weight: 500;
}
/* _content/SafeStream.Web/Components/Shared/ModernCard.razor.rz.scp.css */
/* Modern Card Component Styles */
.modern-card[b-4vb67i0mmr] {
    background: var(--card-bg-color);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px var(--shadow-color);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.modern-card[b-4vb67i0mmr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-card.hoverable:hover[b-4vb67i0mmr] {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px var(--shadow-color);
}

.modern-card.hoverable:hover[b-4vb67i0mmr]::before {
    opacity: 1;
}

.modern-card.gradient-border[b-4vb67i0mmr] {
    border: 2px solid transparent;
    background-image: 
        linear-gradient(var(--card-bg-color), var(--card-bg-color)),
        linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.card-header[b-4vb67i0mmr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.card-title[b-4vb67i0mmr] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-badge[b-4vb67i0mmr] {
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    font-size: 0.813rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-primary[b-4vb67i0mmr] {
    background: linear-gradient(135deg, var(--primary-color), #5a9fd4);
    color: white;
}

.badge-success[b-4vb67i0mmr] {
    background: linear-gradient(135deg, #28a745, #5cb85c);
    color: white;
}

.badge-warning[b-4vb67i0mmr] {
    background: linear-gradient(135deg, #ffc107, #ffda6a);
    color: #212529;
}

.badge-danger[b-4vb67i0mmr] {
    background: linear-gradient(135deg, #dc3545, #e4606d);
    color: white;
}

.badge-info[b-4vb67i0mmr] {
    background: linear-gradient(135deg, #17a2b8, #5bc0de);
    color: white;
}

.card-body[b-4vb67i0mmr] {
    color: var(--text-color);
}

.card-footer[b-4vb67i0mmr] {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-card[b-4vb67i0mmr] {
        padding: 1rem;
    }

    .card-title[b-4vb67i0mmr] {
        font-size: 1.25rem;
    }
}
