/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-9zq78ka8e7] {
    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-9zq78ka8e7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-tyvfuwrchm],
.components-reconnect-repeated-attempt-visible[b-tyvfuwrchm],
.components-reconnect-failed-visible[b-tyvfuwrchm],
.components-pause-visible[b-tyvfuwrchm],
.components-resume-failed-visible[b-tyvfuwrchm],
.components-rejoining-animation[b-tyvfuwrchm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-tyvfuwrchm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-tyvfuwrchm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-tyvfuwrchm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-tyvfuwrchm],
#components-reconnect-modal.components-reconnect-retrying[b-tyvfuwrchm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-tyvfuwrchm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-tyvfuwrchm],
#components-reconnect-modal.components-reconnect-failed[b-tyvfuwrchm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-tyvfuwrchm] {
    display: block;
}


#components-reconnect-modal[b-tyvfuwrchm] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-tyvfuwrchm 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-tyvfuwrchm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-tyvfuwrchm 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-tyvfuwrchm]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-tyvfuwrchm 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-tyvfuwrchm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-tyvfuwrchm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-tyvfuwrchm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-tyvfuwrchm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-tyvfuwrchm] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-tyvfuwrchm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-tyvfuwrchm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-tyvfuwrchm] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-tyvfuwrchm] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-tyvfuwrchm] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-tyvfuwrchm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-tyvfuwrchm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-tyvfuwrchm {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
/* About Page Specific Styles */

/* All styles are handled by components and global CSS */
/* /Components/Pages/Contact.razor.rz.scp.css */
/* Contact Page Specific Styles */
/* Most styling comes from components - this file kept for any future page-specific needs */
/* /Components/Pages/DataSetu/Index.razor.rz.scp.css */
/* DataSetu Index Page Specific Styles */

/* DataSetu logo in hero section */
.datasetu-logo[b-968zjlejn6] {
    order: -1;
}

/* Hero secondary button styling - outline button on dark hero background */
.hero-secondary-btn[b-968zjlejn6] {
    border-color: white;
    color: white;
}

/* Popular license card styling */
.popular-license-card[b-968zjlejn6] {
    border: 2px solid var(--accent-cyan);
}
/* /Components/Pages/Error.razor.rz.scp.css */
/* Error Page Specific Styles */
/* Most styling comes from components - this file kept for consistency */
/* /Components/Pages/Home.razor.rz.scp.css */
/* Home Page Specific Styles */

/* Hero CTA Buttons Grid - specific to Home page */
.hero-cta-buttons[b-n7a5spe14z] {
    margin-top: 2.5rem;
}

/* Responsive adjustments for hero buttons */
@media (max-width: 991px) {
    .hero-cta-buttons[b-n7a5spe14z] {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-cta-buttons[b-n7a5spe14z] {
        margin-top: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-cta-buttons[b-n7a5spe14z] {
        margin-top: 1.25rem;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
/* NotFound Page Specific Styles */
.notfound-contact-btn[b-zewbcdwdld] {
    border-color: white !important;
    color: white !important;
}

.notfound-contact-btn:hover[b-zewbcdwdld] {
    background: white !important;
    color: var(--primary-navy) !important;
}
/* /Components/Pages/Products.razor.rz.scp.css */
/* Products Page Specific Styles */

/* Process step circles */
.process-step-circle[b-1jdftfjdxm] {
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Benefit checkmark circles */
.benefit-check-circle[b-1jdftfjdxm] {
    width: 50px;
    height: 50px;
    background-color: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Pages/ServicesOverview.razor.rz.scp.css */
/* Services Overview Page Specific Styles */

/* DataSetu featured card styling */
.datasetu-featured-card[b-5kh33utmdj] {
    border: 2px solid var(--accent-cyan);
}
/* /Components/Pages/Services/ChangeManagement.razor.rz.scp.css */
/* Change Management Page Specific Styles */

/* All styles are handled by components and global CSS */
/* /Components/Pages/Services/DataMigration.razor.rz.scp.css */
/* Data Migration Page Specific Styles */

/* Hero secondary button styling - outline button on dark hero background */
.hero-secondary-btn[b-tt39srdc6s] {
    border-color: white;
    color: white;
}
/* /Components/Pages/Services/ERPConsulting.razor.rz.scp.css */
/* ERP Consulting Page Specific Styles */

/* All styles are handled by components and global CSS */
/* /Components/Pages/Services/ProjectManagement.razor.rz.scp.css */
/* Project Management Page Specific Styles */

/* All styles are handled by components and global CSS */
/* /Components/UI/Button.razor.rz.scp.css */
/* Button Component Styles */
.btn[b-dsljtmf4y1] {
    font-family: var(--font-body);
    font-weight: 600;
    padding: 0.875rem 1.75rem;
    border-radius: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    font-size: 1rem;
    letter-spacing: -0.01em;
    position: relative;
    overflow: hidden;
}

.btn[b-dsljtmf4y1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn:hover[b-dsljtmf4y1]::before {
    opacity: 1;
}

.btn-primary[b-dsljtmf4y1] {
    background: linear-gradient(135deg, var(--accent-electric) 0%, var(--accent-cyan) 100%);
    color: white;
    box-shadow: var(--shadow-sm);
}

.btn-primary:hover[b-dsljtmf4y1] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    color: white;
}

.btn-secondary[b-dsljtmf4y1] {
    background: var(--accent-amber);
    color: var(--primary-navy);
    box-shadow: var(--shadow-sm);
}

.btn-secondary:hover[b-dsljtmf4y1] {
    background: #FFA500;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    color: var(--primary-navy);
}

.btn-outline-primary[b-dsljtmf4y1] {
    background: transparent;
    color: var(--accent-electric);
    border: 2px solid var(--accent-electric);
}

.btn-outline-primary:hover[b-dsljtmf4y1] {
    background: var(--accent-electric);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.btn-light[b-dsljtmf4y1] {
    background: white;
    color: var(--primary-navy);
    box-shadow: var(--shadow-sm);
}

.btn-light:hover[b-dsljtmf4y1] {
    background: var(--bg-subtle);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    color: var(--primary-navy);
}

.btn-lg[b-dsljtmf4y1] {
    padding: 1.125rem 2.25rem;
    font-size: 1.0625rem;
}

.btn-sm[b-dsljtmf4y1] {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
}
/* /Components/UI/ButtonGroup.razor.rz.scp.css */
/* ButtonGroup Component Styles */
.button-group[b-2ayvt4zjoo] {
    display: flex;
    gap: 1rem;
}

.button-group--horizontal[b-2ayvt4zjoo] {
    flex-direction: row;
}

.button-group--vertical[b-2ayvt4zjoo] {
    flex-direction: column;
}

.button-group--center[b-2ayvt4zjoo] {
    justify-content: center;
}

.button-group--start[b-2ayvt4zjoo] {
    justify-content: flex-start;
}

.button-group--end[b-2ayvt4zjoo] {
    justify-content: flex-end;
}

@media (max-width: 576px) {
    .button-group--horizontal[b-2ayvt4zjoo] {
        flex-direction: column;
    }
}
/* /Components/UI/Card.razor.rz.scp.css */
/* Card Component Styles */
.card[b-3nbc5735e2] {
    border: 1px solid var(--border-light);
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card:hover[b-3nbc5735e2] {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--accent-cyan);
}

.card-icon[b-3nbc5735e2] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-electric) 100%);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-sm);
}

.card-body[b-3nbc5735e2] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-title[b-3nbc5735e2] {
    color: var(--primary-navy);
    margin-bottom: 1rem;
    font-size: 1.375rem;
}

.card-text[b-3nbc5735e2] {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    flex-grow: 1;
}
/* /Components/UI/FeatureItem.razor.rz.scp.css */
/* FeatureItem Component Styles */
.feature-grid[b-yvoferze6a] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-item[b-yvoferze6a] {
    padding: 2rem;
    border-radius: 1rem;
    background: white;
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
}

.feature-item:hover[b-yvoferze6a] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--accent-cyan);
}

.feature-icon[b-yvoferze6a] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}
/* /Components/UI/HeroSection.razor.rz.scp.css */
/* Hero Section Component Styles */
.hero-section[b-h3ts5y0i7s] {
    background: linear-gradient(135deg, var(--primary-navy) 0%, var(--primary-slate) 100%);
    color: white;
    padding: var(--section-padding) 0;
    position: relative;
    overflow: hidden;
}

.hero-section[b-h3ts5y0i7s]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(0, 217, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 153, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-section[b-h3ts5y0i7s]::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 217, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: heroFloat-b-h3ts5y0i7s 20s ease-in-out infinite;
}

@keyframes heroFloat-b-h3ts5y0i7s {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-50px, 50px); }
}

.hero-section .container[b-h3ts5y0i7s] {
    position: relative;
    z-index: 1;
}

.hero-section h1[b-h3ts5y0i7s] {
    color: white;
    margin-bottom: 1.5rem;
    animation: fadeInUp-b-h3ts5y0i7s 0.8s ease-out;
    user-select: none;
    cursor: default;
    outline: none;
}

.hero-section h1:focus[b-h3ts5y0i7s] {
    outline: none;
    border: none;
}

.hero-section p[b-h3ts5y0i7s] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.25rem;
    margin-bottom: 2rem;
    animation: fadeInUp-b-h3ts5y0i7s 0.8s ease-out 0.2s backwards;
}

.hero-section .btn[b-h3ts5y0i7s] {
    animation: fadeInUp-b-h3ts5y0i7s 0.8s ease-out 0.4s backwards;
}

@keyframes fadeInUp-b-h3ts5y0i7s {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Section - Home Page Variant */
.hero-section--home[b-h3ts5y0i7s] {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-cta-buttons[b-h3ts5y0i7s] {
    margin-top: 2.5rem;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-section--home[b-h3ts5y0i7s] {
        min-height: 80vh;
    }

    .hero-cta-buttons[b-h3ts5y0i7s] {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-section--home[b-h3ts5y0i7s] {
        min-height: auto;
        padding: 4rem 0;
    }

    .hero-cta-buttons[b-h3ts5y0i7s] {
        margin-top: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-cta-buttons[b-h3ts5y0i7s] {
        margin-top: 1.25rem;
    }

    .hero-section--home .btn-lg[b-h3ts5y0i7s] {
        padding: 1rem 1.75rem;
        font-size: 0.9375rem;
    }
}
/* /Components/UI/ImagePlaceholder.razor.rz.scp.css */
/* ImagePlaceholder Component Styles */
.img-placeholder[b-xyit3ydog1] {
    background: linear-gradient(135deg, var(--bg-muted) 0%, var(--bg-subtle) 100%);
    border: 2px dashed var(--border-medium);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--text-tertiary);
    font-size: 0.9375rem;
    text-align: center;
    padding: 3rem 2rem;
    min-height: 300px;
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.img-placeholder:hover[b-xyit3ydog1] {
    border-color: var(--accent-cyan);
    background: linear-gradient(135deg, var(--bg-subtle) 0%, white 100%);
}

.img-placeholder[b-xyit3ydog1]::before {
    content: '🖼️';
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.img-placeholder-large[b-xyit3ydog1] {
    min-height: 500px;
}
/* /Components/UI/Section.razor.rz.scp.css */
/* Section Component Styles */
.section[b-cj8t3h864d] {
    padding: var(--section-padding) 0;
}

.section-title[b-cj8t3h864d] {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.section-title[b-cj8t3h864d]::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-cyan) 0%, var(--accent-electric) 100%);
    margin: 1rem auto 0;
    border-radius: 2px;
}

.bg-subtle[b-cj8t3h864d] {
    background: var(--bg-subtle);
}

.bg-gradient[b-cj8t3h864d] {
    background: linear-gradient(135deg, var(--bg-subtle) 0%, var(--bg-muted) 100%);
}
/* /Components/UI/YouTubePlaceholder.razor.rz.scp.css */
/* YouTubePlaceholder Component Styles */
.video-container[b-gdsyalhpmf] {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: var(--shadow-lg);
}

.video-container--4x3[b-gdsyalhpmf] {
    padding-bottom: 75%; /* 4:3 aspect ratio */
}

.video-container iframe[b-gdsyalhpmf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 1rem;
}
