@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* _content/webpage/Components/Layout/Footer.razor.rz.scp.css */
/* Footer Styles */
.footer[b-tm8uxu1jyn] {
    background: #323130;
    color: #ffffff;
    padding: 3rem 0 1rem 0;
    position: relative;
}

.footer-content[b-tm8uxu1jyn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4[b-tm8uxu1jyn] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
    transition: color 0.3s ease;
}

.footer-section:hover h4[b-tm8uxu1jyn] {
    color: #0078d4;
}

.footer-section p[b-tm8uxu1jyn], .footer-section li[b-tm8uxu1jyn] {
    color: #d2d0ce;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.footer-section:hover p[b-tm8uxu1jyn],
.footer-section:hover li[b-tm8uxu1jyn] {
    color: #ffffff;
}

.footer-section ul[b-tm8uxu1jyn] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li[b-tm8uxu1jyn] {
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.footer-section li:hover[b-tm8uxu1jyn] {
    color: #0078d4 !important;
    transform: translateX(5px);
}

.footer-bottom[b-tm8uxu1jyn] {
    border-top: 1px solid #605e5c;
    padding-top: 1rem;
    text-align: center;
}

.footer-bottom p[b-tm8uxu1jyn] {
    color: #d2d0ce;
    margin: 0;
}

/* Footer Responsive Design */
@media (max-width: 768px) {
    .footer-content[b-tm8uxu1jyn] {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Reduce motion for accessibility - Footer elements */
@media (prefers-reduced-motion: reduce) {
    .footer-section h4[b-tm8uxu1jyn],
    .footer-section p[b-tm8uxu1jyn],
    .footer-section li[b-tm8uxu1jyn] {
        transition-duration: 0.01ms !important;
    }
}
/* _content/webpage/Components/Layout/Header.razor.rz.scp.css */
.top-row[b-9p4iokhrxe] {
    background-color: #ffffff;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-around;
    height: 3.5rem;
    display: flex;
    align-items: center;
    max-width: 100vw;
    overflow: hidden;
}

.top-b-row[b-9p4iokhrxe] {
    background-color: #000000;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.top-b-row p[b-9p4iokhrxe] {
    margin: 0;
    text-align: center;
    line-height: 1;
}

.top-row a[b-9p4iokhrxe], 
.top-row .btn-link[b-9p4iokhrxe] {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: inherit;
}

.top-row a:hover[b-9p4iokhrxe], 
.top-row .btn-link:hover[b-9p4iokhrxe] {
    text-decoration: underline;
}

.top-row a:first-child[b-9p4iokhrxe] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-9p4iokhrxe] {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .top-row a[b-9p4iokhrxe], 
    .top-row .btn-link[b-9p4iokhrxe] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9p4iokhrxe] {
        flex-direction: row;
    }

    .top-row[b-9p4iokhrxe] {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .top-row.auth a:first-child[b-9p4iokhrxe] {
        flex: 1;
        text-align: right;
        width: 0;
        min-width: 0;
    }

    .top-row[b-9p4iokhrxe], 
    article[b-9p4iokhrxe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/webpage/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1u2itnk0hi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1u2itnk0hi] {
    flex: 1;
}

#blazor-error-ui[b-1u2itnk0hi] {
    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-1u2itnk0hi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/webpage/Components/Pages/Contact.razor.rz.scp.css */
/* Base Animation Keyframes */
@keyframes fadeInUp-b-nlrgwekpfj {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft-b-nlrgwekpfj {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight-b-nlrgwekpfj {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn-b-nlrgwekpfj {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleIn-b-nlrgwekpfj {
    from {
        opacity: 0;
        transform: scale(0.7);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInFromBottom-b-nlrgwekpfj {
    from {
        opacity: 0;
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-b-nlrgwekpfj {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes float-b-nlrgwekpfj {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes shimmer-b-nlrgwekpfj {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes iconRotate-b-nlrgwekpfj {
    from { transform: rotateY(0deg); }
    to { transform: rotateY(360deg); }
}

/* Global Styles for Contact Page */
.container[b-nlrgwekpfj] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Contact Hero Section */
.contact-hero[b-nlrgwekpfj] {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f3f2f1 0%, #e9ecef 100%);
    padding: 4rem 2rem;
    position: relative;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.contact-hero[b-nlrgwekpfj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(50, 49, 48, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(50, 49, 48, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    animation: float-b-nlrgwekpfj 8s ease-in-out infinite;
}

.contact-hero-content[b-nlrgwekpfj] {
    text-align: center;
    width: 100%;
}

.contact-hero h1[b-nlrgwekpfj] {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 600;
    color: #323130;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.01em;
}

.contact-hero-subtitle[b-nlrgwekpfj] {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: clamp(1.1rem, 2.5vw, 1.25rem);
    font-weight: 400;
    color: #605e5c;
    line-height: 1.5;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Main Contact Section */
.contact-main[b-nlrgwekpfj] {
    padding: 5rem 0;
    background: #ffffff;
}

.contact-grid[b-nlrgwekpfj] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

/* Contact Form Section */
.contact-form-section[b-nlrgwekpfj] {
    min-height: 100%;
    background-color: white!;
}

.contact-form-card[b-nlrgwekpfj] {
    background: white !important;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f2f1;
    height: 100%;
}

.contact-form-card[b-nlrgwekpfj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 120, 212, 0.03), transparent);
    transition: left 0.6s ease;
}

.contact-form-card:hover[b-nlrgwekpfj]::before {
    left: 100%;
}

.contact-form-card:hover[b-nlrgwekpfj] {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 120, 212, 0.12);
    border: 1px solid rgba(0, 120, 212, 0.2);
}

.contact-form-header[b-nlrgwekpfj] {
    padding: 2.5rem 2.5rem 1.5rem 2.5rem;
    text-align: center;
    border-bottom: 1px solid #f3f2f1;
}

.contact-form-icon[b-nlrgwekpfj] {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.contact-form-header h2[b-nlrgwekpfj] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #323130;
    margin: 0 0 0.75rem 0;
    transition: color 0.3s ease;
}

.contact-form-card:hover .contact-form-header h2[b-nlrgwekpfj] {
    color: #0078d4;
}

.contact-form-header p[b-nlrgwekpfj] {
    color: #605e5c;
    margin: 0;
    line-height: 1.5;
}

.contact-form-content[b-nlrgwekpfj] {
    padding: 2rem 2.5rem 2.5rem 2.5rem;
}

.fillout-container[b-nlrgwekpfj] {
    width: 100%;
    height: 600px;
    border-radius: 8px;
    overflow: hidden;
}

/* Contact Info Section */
.contact-info-section[b-nlrgwekpfj] {
    position: sticky;
    top: 2rem;
    background-color: white!;
}

.contact-info-card[b-nlrgwekpfj] {
    background: white !important;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f2f1;
    height: 100%;
}

.contact-info-card[b-nlrgwekpfj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 120, 212, 0.03), transparent);
    transition: left 0.6s ease;
}

.contact-info-card:hover[b-nlrgwekpfj]::before {
    left: 100%;
}

.contact-info-card:hover[b-nlrgwekpfj] {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 120, 212, 0.12);
    border: 1px solid rgba(0, 120, 212, 0.2);
}

.contact-info-header[b-nlrgwekpfj] {
    padding: 2.5rem 2.5rem 1.5rem 2.5rem;
    text-align: center;
    border-bottom: 1px solid #f3f2f1;
}

.contact-info-icon[b-nlrgwekpfj] {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.contact-info-header h2[b-nlrgwekpfj] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #323130;
    margin: 0 0 0.75rem 0;
    transition: color 0.3s ease;
}

.contact-info-card:hover .contact-info-header h2[b-nlrgwekpfj] {
    color: #0078d4;
}

.contact-info-header p[b-nlrgwekpfj] {
    color: #605e5c;
    margin: 0;
    line-height: 1.5;
}

.contact-details[b-nlrgwekpfj] {
    padding: 2rem 2.5rem 1.5rem 2.5rem;
}

.contact-detail-item[b-nlrgwekpfj] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
}

.contact-detail-item:hover[b-nlrgwekpfj] {
    transform: translateX(5px);
}

.contact-detail-icon[b-nlrgwekpfj] {
    flex-shrink: 0;
    margin-top: 0.25rem;
    transition: transform 0.3s ease;
}

.contact-detail-item:hover .contact-detail-icon[b-nlrgwekpfj] {
    transform: scale(1.1);
}

.contact-detail-content h4[b-nlrgwekpfj] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #323130;
    margin: 0 0 0.5rem 0;
    transition: color 0.3s ease;
}

.contact-detail-item:hover .contact-detail-content h4[b-nlrgwekpfj] {
    color: #0078d4;
}

.contact-detail-content p[b-nlrgwekpfj] {
    color: #605e5c;
    margin: 0;
    line-height: 1.5;
    font-size: 0.95rem;
}

.contact-detail-content a[b-nlrgwekpfj] {
    color: #0078d4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-detail-content a:hover[b-nlrgwekpfj] {
    color: #106ebe;
    text-decoration: underline;
}

.contact-divider[b-nlrgwekpfj] {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e9ecef, transparent);
    margin: 1.5rem 2.5rem;
}

.contact-cta[b-nlrgwekpfj] {
    padding: 1.5rem;
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.contact-cta h4[b-nlrgwekpfj] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #323130;
    margin: 0 0 0.5rem 0;
}

.contact-cta p[b-nlrgwekpfj] {
    color: #605e5c;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
    font-size: 0.95rem;
}

.contact-cta-button[b-nlrgwekpfj] {
    --accent-fill-rest: #0078d4 !important;
    --accent-fill-hover: #106ebe !important;
    --accent-fill-active: #005a9e !important;
    --neutral-foreground-on-accent-rest: #ffffff !important;
    
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    border: none !important;
    height: 45px !important;
    padding: 0 2rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 0px 2px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.contact-cta-button:hover[b-nlrgwekpfj] {
    box-shadow: 0 6px 15px rgba(0, 120, 212, 0.3) !important;
    transform: translateY(-2px) !important;
}

/* Contact Services Section */
.contact-services[b-nlrgwekpfj] {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.contact-services-header[b-nlrgwekpfj] {
    text-align: center;
    margin-bottom: 4rem;
}

.contact-services-header h2[b-nlrgwekpfj] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #323130;
    margin-bottom: 1rem;
}

.contact-services-header p[b-nlrgwekpfj] {
    font-size: 1.2rem;
    color: #605e5c;
    max-width: 600px;
    margin: 0 auto;
}

.contact-services-grid[b-nlrgwekpfj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-service-item[b-nlrgwekpfj] {
    background: white;
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f2f1;
}

.contact-service-item[b-nlrgwekpfj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 120, 212, 0.03), transparent);
    transition: left 0.6s ease;
}

.contact-service-item:hover[b-nlrgwekpfj]::before {
    left: 100%;
}

.contact-service-item:hover[b-nlrgwekpfj] {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 120, 212, 0.12);
    border: 1px solid rgba(0, 120, 212, 0.2);
}

.contact-service-icon[b-nlrgwekpfj] {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease;
}

.contact-service-item:hover .contact-service-icon[b-nlrgwekpfj] {
    transform: scale(1.1);
}

.contact-service-item h3[b-nlrgwekpfj] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #323130;
    margin: 0 0 1rem 0;
    transition: color 0.3s ease;
}

.contact-service-item:hover h3[b-nlrgwekpfj] {
    color: #0078d4;
}

.contact-service-item p[b-nlrgwekpfj] {
    color: #605e5c;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* FAQ Section */
.contact-faq[b-nlrgwekpfj] {
    padding: 5rem 0;
    background: #ffffff;
}

.contact-faq-header[b-nlrgwekpfj] {
    text-align: center;
    margin-bottom: 4rem;
}

.contact-faq-header h2[b-nlrgwekpfj] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #323130;
    margin-bottom: 1rem;
}

.contact-faq-header p[b-nlrgwekpfj] {
    font-size: 1.2rem;
    color: #605e5c;
    max-width: 600px;
    margin: 0 auto;
}

.faq-grid[b-nlrgwekpfj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item[b-nlrgwekpfj] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.faq-item[b-nlrgwekpfj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 120, 212, 0.03), transparent);
    transition: left 0.6s ease;
}

.faq-item:hover[b-nlrgwekpfj]::before {
    left: 100%;
}

.faq-item:hover[b-nlrgwekpfj] {
    background: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 120, 212, 0.1);
    border: 1px solid rgba(0, 120, 212, 0.2);
}

.faq-item h4[b-nlrgwekpfj] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #323130;
    margin: 0 0 1rem 0;
    transition: color 0.3s ease;
}

.faq-item:hover h4[b-nlrgwekpfj] {
    color: #0078d4;
}

.faq-item p[b-nlrgwekpfj] {
    color: #605e5c;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.faq-item:hover p[b-nlrgwekpfj] {
    color: #323130;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-grid[b-nlrgwekpfj] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-info-section[b-nlrgwekpfj] {
        position: static;
    }
}

@media (max-width: 768px) {
    .contact-hero[b-nlrgwekpfj] {
        padding: 3rem 1.5rem;
        min-height: 40vh;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    
    .contact-hero h1[b-nlrgwekpfj] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .contact-hero-subtitle[b-nlrgwekpfj] {
        font-size: 1rem;
    }
    
    .contact-main[b-nlrgwekpfj] {
        padding: 3rem 0;
    }
    
    .contact-grid[b-nlrgwekpfj] {
        gap: 1.5rem;
    }
    
    .contact-form-header[b-nlrgwekpfj],
    .contact-info-header[b-nlrgwekpfj] {
        padding: 2rem 2rem 1.5rem 2rem;
    }
    
    .contact-form-content[b-nlrgwekpfj] {
        padding: 1.5rem 2rem 2rem 2rem;
    }
    
    .contact-details[b-nlrgwekpfj] {
        padding: 1.5rem 2rem 1rem 2rem;
    }
    
    .contact-cta[b-nlrgwekpfj] {
        padding: 1.5rem 2rem 2rem 2rem;
    }
    
    .fillout-container[b-nlrgwekpfj] {
        width: 100%;
        height: 500px;
    }
    
    .contact-services[b-nlrgwekpfj] {
        padding: 3rem 0;
    }
    
    .contact-services-grid[b-nlrgwekpfj] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-service-item[b-nlrgwekpfj] {
        padding: 2rem;
    }
    
    .contact-services-header h2[b-nlrgwekpfj],
    .contact-faq-header h2[b-nlrgwekpfj] {
        font-size: 2rem;
    }
    
    .contact-services-header p[b-nlrgwekpfj],
    .contact-faq-header p[b-nlrgwekpfj] {
        font-size: 1.1rem;
        margin-bottom: 3rem;
    }
    
    .contact-faq[b-nlrgwekpfj] {
        padding: 3rem 0;
    }
    
    .faq-grid[b-nlrgwekpfj] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .faq-item[b-nlrgwekpfj] {
        padding: 1.5rem;
    }
    
    .contact-detail-item:hover[b-nlrgwekpfj] {
        transform: translateX(3px);
    }
    
    .contact-service-item:hover[b-nlrgwekpfj] {
        transform: translateY(-5px);
    }
    
    .faq-item:hover[b-nlrgwekpfj] {
        transform: translateY(-3px);
    }
}

@media (max-width: 480px) {
    .contact-hero[b-nlrgwekpfj] {
        padding: 2rem 1rem;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    
    .contact-hero h1[b-nlrgwekpfj] {
        font-size: 1.75rem;
    }
    
    .contact-hero-subtitle[b-nlrgwekpfj] {
        font-size: 0.95rem;
    }
    
    .contact-main[b-nlrgwekpfj] {
        padding: 2rem 0;
    }
    
    .contact-form-header[b-nlrgwekpfj],
    .contact-info-header[b-nlrgwekpfj] {
        padding: 1.5rem 1.5rem 1rem 1.5rem;
    }
    
    .contact-form-content[b-nlrgwekpfj] {
        padding: 1rem 1.5rem 1.5rem 1.5rem;
    }
    
    .contact-details[b-nlrgwekpfj] {
        padding: 1rem 1.5rem 0.5rem 1.5rem;
    }
    
    .contact-cta[b-nlrgwekpfj] {
        padding: 1rem 1.5rem 1.5rem 1.5rem;
    }
    
    .fillout-container[b-nlrgwekpfj] {
        height: 450px;
    }
    
    .contact-services[b-nlrgwekpfj] {
        padding: 2rem 0;
    }
    
    .contact-service-item[b-nlrgwekpfj] {
        padding: 1.5rem;
    }
    
    .contact-services-header h2[b-nlrgwekpfj],
    .contact-faq-header h2[b-nlrgwekpfj] {
        font-size: 1.75rem;
    }
    
    .contact-services-header p[b-nlrgwekpfj],
    .contact-faq-header p[b-nlrgwekpfj] {
        font-size: 1rem;
    }
    
    .contact-faq[b-nlrgwekpfj] {
        padding: 2rem 0;
    }
    
    .faq-item[b-nlrgwekpfj] {
        padding: 1.25rem;
    }
    
    .faq-item h4[b-nlrgwekpfj] {
        font-size: 1.1rem;
    }
    
    .faq-item p[b-nlrgwekpfj] {
        font-size: 0.9rem;
    }
    
    .contact-detail-item[b-nlrgwekpfj] {
        margin-bottom: 1.5rem;
    }
    
    .contact-detail-content h4[b-nlrgwekpfj] {
        font-size: 1rem;
    }
    
    .contact-detail-content p[b-nlrgwekpfj] {
        font-size: 0.9rem;
    }
}

/* Scroll animations - inherit from main CSS */
.scroll-fade-in[b-nlrgwekpfj] {
    opacity: 0;
    animation: fadeInUp-b-nlrgwekpfj 1s ease-out forwards;
}

.scroll-fade-left[b-nlrgwekpfj] {
    opacity: 0;
    animation: fadeInLeft-b-nlrgwekpfj 1s ease-out forwards;
}

.scroll-scale-in[b-nlrgwekpfj] {
    opacity: 0;
    transform: scale(0.9);
    animation: scaleIn-b-nlrgwekpfj 0.8s ease-out forwards;
}

.scroll-delay-1[b-nlrgwekpfj] {
    animation-delay: 0.2s;
}

.scroll-delay-2[b-nlrgwekpfj] {
    animation-delay: 0.4s;
}

.scroll-delay-3[b-nlrgwekpfj] {
    animation-delay: 0.6s;
}

.scroll-delay-4[b-nlrgwekpfj] {
    animation-delay: 0.8s;
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    .contact-form-card[b-nlrgwekpfj],
    .contact-info-card[b-nlrgwekpfj],
    .contact-service-item[b-nlrgwekpfj],
    .faq-item[b-nlrgwekpfj],
    .contact-detail-item[b-nlrgwekpfj] {
        transition: none;
    }
    
    .contact-form-card:hover[b-nlrgwekpfj],
    .contact-info-card:hover[b-nlrgwekpfj],
    .contact-service-item:hover[b-nlrgwekpfj],
    .faq-item:hover[b-nlrgwekpfj] {
        transform: none;
    }
    
    .scroll-fade-in[b-nlrgwekpfj],
    .scroll-fade-left[b-nlrgwekpfj],
    .scroll-scale-in[b-nlrgwekpfj] {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

/* Focus styles for accessibility */
.contact-cta-button:focus-visible[b-nlrgwekpfj] {
    outline: 2px solid #0078d4 !important;
    outline-offset: 2px !important;
}

.contact-detail-content a:focus-visible[b-nlrgwekpfj] {
    outline: 2px solid #0078d4;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Enhanced hover effects for better UX */
.contact-detail-item[b-nlrgwekpfj],
.contact-service-item[b-nlrgwekpfj],
.faq-item[b-nlrgwekpfj] {
    cursor: pointer;
}

.contact-service-item:active[b-nlrgwekpfj] {
    transform: translateY(-4px);
}

.faq-item:active[b-nlrgwekpfj] {
    transform: translateY(-2px);
}
/* _content/webpage/Components/Pages/Home.razor.rz.scp.css */
/* Base Animation Keyframes */
@keyframes fadeInUp-b-pyznv2kl5k {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft-b-pyznv2kl5k {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight-b-pyznv2kl5k {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn-b-pyznv2kl5k {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleIn-b-pyznv2kl5k {
    from {
        opacity: 0;
        transform: scale(0.7);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInFromBottom-b-pyznv2kl5k {
    from {
        opacity: 0;
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-b-pyznv2kl5k {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes float-b-pyznv2kl5k {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes shimmer-b-pyznv2kl5k {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes iconRotate-b-pyznv2kl5k {
    from { transform: rotateY(0deg); }
    to { transform: rotateY(360deg); }
}

/* Global Styles */
body[b-pyznv2kl5k] {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #323130;
}

.container[b-pyznv2kl5k] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Enhanced Hero Section with Initial Animations */
.top[b-pyznv2kl5k] {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f2f1;
    padding: 4rem 2rem;
    position: relative;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.top > div[b-pyznv2kl5k] {
    max-width: 800px;
    width: 100%;
    text-align: left;
    animation: fadeInUp-b-pyznv2kl5k 1.5s ease-out 0.3s both;
}

.top h1[b-pyznv2kl5k] {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 600;
    color: #323130;
    line-height: 1.2;
    margin: 0 0 2rem 0;
    letter-spacing: -0.01em;
    animation: fadeInLeft-b-pyznv2kl5k 1.5s ease-out 0.6s both;
}

.top h4[b-pyznv2kl5k] {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: clamp(1.1rem, 2.5vw, 1.25rem);
    font-weight: 400;
    color: #605e5c;
    line-height: 1.5;
    margin: 0 0 2.5rem 0;
    max-width: 600px;
    animation: fadeInLeft-b-pyznv2kl5k 1.5s ease-out 0.9s both;
}

.top fluent-button[b-pyznv2kl5k] {
    --accent-fill-rest: #0078d4 !important;
    --accent-fill-hover: #106ebe !important;
    --accent-fill-active: #005a9e !important;
    --neutral-foreground-on-accent-rest: #ffffff !important;
    
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif !important;
    font-weight: 600 !important;
    border-radius: 2px !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 0px 2px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    animation: fadeInUp-b-pyznv2kl5k 1.5s ease-out 1.2s both;
    position: relative;
    overflow: hidden;
}

.top fluent-button:hover[b-pyznv2kl5k] {
    box-shadow: 0 6px 12px rgba(0, 120, 212, 0.3), 0 0px 8px rgba(0, 120, 212, 0.2) !important;
    transform: translateY(-2px) !important;
    animation: pulse-b-pyznv2kl5k 2s infinite;
}

.top fluent-button:active[b-pyznv2kl5k] {
    transform: translateY(0) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 0px 2px rgba(0, 0, 0, 0.12) !important;
}

.top[b-pyznv2kl5k]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(50, 49, 48, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(50, 49, 48, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    animation: float-b-pyznv2kl5k 8s ease-in-out infinite;
}

.top fluent-button:focus-visible[b-pyznv2kl5k] {
    outline: 2px solid #0078d4 !important;
    outline-offset: 2px !important;
}

/* Main Services Section */
.main-services[b-pyznv2kl5k] {
    padding: 5rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

.main-services h2[b-pyznv2kl5k] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #323130;
    margin-bottom: 1rem;
}

.main-services-subtitle[b-pyznv2kl5k] {
    text-align: center;
    font-size: 1.2rem;
    color: #605e5c;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.main-services-grid[b-pyznv2kl5k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-block[b-pyznv2kl5k] {
    background: white !important;
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f2f1;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.service-block[b-pyznv2kl5k]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 120, 212, 0.03), transparent);
    transition: left 0.6s ease;
}

.service-block:hover[b-pyznv2kl5k]::before {
    left: 100%;
}

.service-block:hover[b-pyznv2kl5k] {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0, 120, 212, 0.12);
    border: 1px solid rgba(0, 120, 212, 0.2);
}

.service-image-container[b-pyznv2kl5k] {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-image[b-pyznv2kl5k] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    filter: brightness(0.9);
}

.service-icon-overlay[b-pyznv2kl5k] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.service-block:hover .service-image-container[b-pyznv2kl5k] {
    transform: scale(1.02);
}

.service-block:hover .service-image[b-pyznv2kl5k] {
    transform: scale(1.1);
    filter: brightness(1);
}

.service-block:hover .service-icon-overlay[b-pyznv2kl5k] {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgba(0, 120, 212, 0.95);
    color: white;
    box-shadow: 0 6px 20px rgba(0, 120, 212, 0.3);
}

.service-icon-wrapper[b-pyznv2kl5k] {
    min-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.service-block:hover .service-icon-wrapper[b-pyznv2kl5k] {
    transform: scale(1.1);
}

.service-block h3[b-pyznv2kl5k] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #323130;
    margin: 0 0 1.5rem 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.service-block:hover h3[b-pyznv2kl5k] {
    color: #0078d4;
}

.service-description[b-pyznv2kl5k] {
    color: #605e5c;
    line-height: 1.6;
    margin: 0 0 2rem 0;
    flex-grow: 1;
    font-size: 0.95rem;
}

.service-features[b-pyznv2kl5k] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2rem;
    text-align: left;
}

.feature-item[b-pyznv2kl5k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: transform 0.2s ease;
}

.feature-item:hover[b-pyznv2kl5k] {
    transform: translateX(5px);
}

.feature-item span[b-pyznv2kl5k] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #323130;
    transition: color 0.3s ease;
}

.feature-item:hover span[b-pyznv2kl5k] {
    color: #0078d4;
}

.service-block fluent-button[b-pyznv2kl5k] {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif !important;
    border-radius: 6px !important;
    border: 2px solid #0078d4 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin-top: auto;
}

.service-block fluent-button:hover[b-pyznv2kl5k] {
    background-color: #0078d4 !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(0, 120, 212, 0.3) !important;
}

.service-block fluent-button:active[b-pyznv2kl5k] {
    transform: translateY(0) !important;
}

/* Responsive adjustments for service blocks */
@media (max-width: 768px) {
    .main-services[b-pyznv2kl5k] {
        padding: 3rem 0;
    }
    
    .main-services-grid[b-pyznv2kl5k] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .service-block[b-pyznv2kl5k] {
        padding: 2rem;
    }
    
    .service-image-container[b-pyznv2kl5k] {
        height: 180px;
    }
    
    .service-icon-overlay[b-pyznv2kl5k] {
        width: 50px;
        height: 50px;
    }
    
    .service-block h3[b-pyznv2kl5k] {
        font-size: 1.25rem;
    }
    
    .service-description[b-pyznv2kl5k] {
        font-size: 0.9rem;
    }
    
    .service-block:hover[b-pyznv2kl5k] {
        transform: translateY(-5px);
    }
    
    .service-block:hover .service-image-container[b-pyznv2kl5k] {
        transform: scale(1.01);
    }
    
    .service-block:hover .service-image[b-pyznv2kl5k] {
        transform: scale(1.05);
    }
}

@media (max-width: 480px) {
    .main-services h2[b-pyznv2kl5k] {
        font-size: 2rem;
    }
    
    .main-services-subtitle[b-pyznv2kl5k] {
        font-size: 1.1rem;
        margin-bottom: 3rem;
    }
    
    .service-block[b-pyznv2kl5k] {
        padding: 1.5rem;
    }
    
    .service-image-container[b-pyznv2kl5k] {
        height: 160px;
    }
    
    .service-icon-overlay[b-pyznv2kl5k] {
        width: 45px;
        height: 45px;
    }
    
    .service-features[b-pyznv2kl5k] {
        gap: 0.6rem;
    }
}

/* Services Section - Updated to match Technologies Section */
.services[b-pyznv2kl5k] {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.services h2[b-pyznv2kl5k] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #323130;
    margin-bottom: 1rem;
}

.services-subtitle[b-pyznv2kl5k] {
    text-align: center;
    font-size: 1.2rem;
    color: #605e5c;
    margin-bottom: 4rem;
}

/* Technologies Section */
.technologies[b-pyznv2kl5k] {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.technologies h2[b-pyznv2kl5k] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #323130;
    margin-bottom: 1rem;
}

.technologies-subtitle[b-pyznv2kl5k] {
    text-align: center;
    font-size: 1.2rem;
    color: #605e5c;
    margin-bottom: 4rem;
}

.tech-grid[b-pyznv2kl5k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.tech-category[b-pyznv2kl5k] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.tech-icon[b-pyznv2kl5k] {
    min-width: 100%;
    display: flex;
    justify-content: center;
}

.tech-category[b-pyznv2kl5k]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 120, 212, 0.05), transparent);
    transition: left 0.6s ease;
}

.tech-category:hover[b-pyznv2kl5k]::before {
    left: 100%;
}

.tech-category:hover[b-pyznv2kl5k] {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 120, 212, 0.15);
    border: 1px solid rgba(0, 120, 212, 0.2);
}

.tech-category h3[b-pyznv2kl5k] {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #323130;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 1rem;
    transition: color 0.3s ease;
}

.tech-category:hover h3[b-pyznv2kl5k] {
    color: #0078d4;
}

.tech-logos[b-pyznv2kl5k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 1.25rem;
    text-align: center;
    min-width: 100%;
    justify-items: center;
}

.tech-item[b-pyznv2kl5k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
}

.tech-item[b-pyznv2kl5k]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8f9fa;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.tech-item:hover[b-pyznv2kl5k]::before {
    opacity: 1;
}

.tech-item:hover[b-pyznv2kl5k] {
    transform: translateY(-5px) scale(1.05);
}

.tech-item img[b-pyznv2kl5k] {
    width: 40px;
    height: 40px;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}

.tech-item:hover img[b-pyznv2kl5k] {
    filter: drop-shadow(0 4px 8px rgba(0, 120, 212, 0.3));
    animation: iconRotate-b-pyznv2kl5k 0.6s ease;
}

.tech-item span[b-pyznv2kl5k] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #495057;
    transition: color 0.3s ease;
    z-index: 1;
    position: relative;
}

.tech-item:hover span[b-pyznv2kl5k] {
    color: #0078d4;
    font-weight: 600;
}

/* Process Section */
.process[b-pyznv2kl5k] {
    padding: 5rem 0;
    background: #faf9f8;
    position: relative;
}

.process h2[b-pyznv2kl5k] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #323130;
    margin-bottom: 1rem;
}

.process-subtitle[b-pyznv2kl5k] {
    text-align: center;
    font-size: 1.2rem;
    color: #605e5c;
    margin-bottom: 3rem;
}

.process-steps[b-pyznv2kl5k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.process-step[b-pyznv2kl5k] {
    text-align: center;
    padding: 2rem 1rem;
    transition: transform 0.3s ease;
}

.process-step:hover[b-pyznv2kl5k] {
    transform: translateY(-5px);
}

.step-number[b-pyznv2kl5k] {
    font-size: 3rem;
    font-weight: 700;
    color: #0078d4;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.process-step:hover .step-number[b-pyznv2kl5k] {
    transform: scale(1.1);
    text-shadow: 0 4px 8px rgba(0, 120, 212, 0.3);
}

.process-step h3[b-pyznv2kl5k] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #323130;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.process-step:hover h3[b-pyznv2kl5k] {
    color: #0078d4;
}

.process-step p[b-pyznv2kl5k] {
    color: #605e5c;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.process-step:hover p[b-pyznv2kl5k] {
    color: #323130;
}

/* Why Choose Us Section */
.why-choose-us[b-pyznv2kl5k] {
    padding: 5rem 0;
    background: #ffffff;
}

.why-content[b-pyznv2kl5k] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.why-text h2[b-pyznv2kl5k] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #323130;
    margin-bottom: 2rem;
}

.why-points[b-pyznv2kl5k] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.why-point[b-pyznv2kl5k] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: transform 0.3s ease;
}

.why-point:hover[b-pyznv2kl5k] {
    transform: translateX(10px);
}

.why-point fluent-icon[b-pyznv2kl5k] {
    margin-top: 0.25rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.why-point:hover fluent-icon[b-pyznv2kl5k] {
    transform: scale(1.2);
}

.why-point h4[b-pyznv2kl5k] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #323130;
    margin: 0 0 0.5rem 0;
    transition: color 0.3s ease;
}

.why-point:hover h4[b-pyznv2kl5k] {
    color: #0078d4;
}

.why-point p[b-pyznv2kl5k] {
    color: #605e5c;
    margin: 0;
    line-height: 1.5;
}

.why-stats[b-pyznv2kl5k] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.stat[b-pyznv2kl5k] {
    text-align: center;
    padding: 1.5rem;
    background: #f3f2f1;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.stat:hover[b-pyznv2kl5k] {
    background: #0078d4;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 120, 212, 0.3);
}

.stat h3[b-pyznv2kl5k] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0078d4;
    margin: 0 0 0.5rem 0;
    transition: color 0.3s ease;
}

.stat:hover h3[b-pyznv2kl5k] {
    color: #ffffff;
}

.stat p[b-pyznv2kl5k] {
    color: #605e5c;
    margin: 0;
    font-weight: 500;
    transition: color 0.3s ease;
}

.stat:hover p[b-pyznv2kl5k] {
    color: #ffffff;
}

/* CTA Section */
.cta[b-pyznv2kl5k] {
    padding: 5rem 0;
    background: #f3f2f1;
    position: relative;
    overflow: hidden;
}

.cta[b-pyznv2kl5k]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(0, 120, 212, 0.05) 50%, transparent 70%);
    animation: shimmer-b-pyznv2kl5k 3s ease-in-out infinite;
}

.cta-content[b-pyznv2kl5k] {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta h2[b-pyznv2kl5k] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #323130;
    margin-bottom: 1rem;
}

.cta p[b-pyznv2kl5k] {
    font-size: 1.2rem;
    color: #605e5c;
    margin-bottom: 2rem;
}

.cta-buttons[b-pyznv2kl5k] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta fluent-button[b-pyznv2kl5k] {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif !important;
    font-weight: 600 !important;
    border-radius: 2px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 0px 2px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.cta fluent-button:hover[b-pyznv2kl5k] {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(0, 120, 212, 0.3) !important;
}

/* Footer */
.footer[b-pyznv2kl5k] {
    background: #323130;
    color: #ffffff;
    padding: 3rem 0 1rem 0;
    position: relative;
}

.footer-content[b-pyznv2kl5k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4[b-pyznv2kl5k] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
    transition: color 0.3s ease;
}

.footer-section:hover h4[b-pyznv2kl5k] {
    color: #0078d4;
}

.footer-section p[b-pyznv2kl5k], .footer-section li[b-pyznv2kl5k] {
    color: #d2d0ce;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.footer-section:hover p[b-pyznv2kl5k],
.footer-section:hover li[b-pyznv2kl5k] {
    color: #ffffff;
}

.footer-section ul[b-pyznv2kl5k] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li[b-pyznv2kl5k] {
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.footer-section li:hover[b-pyznv2kl5k] {
    color: #0078d4 !important;
    transform: translateX(5px);
}

.footer-bottom[b-pyznv2kl5k] {
    border-top: 1px solid #605e5c;
    padding-top: 1rem;
    text-align: center;
}

.footer-bottom p[b-pyznv2kl5k] {
    color: #d2d0ce;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .top[b-pyznv2kl5k] {
        padding: 2rem 1.5rem;
        text-align: center;
        min-height: 70vh;
    }
    
    .top > div[b-pyznv2kl5k] {
        text-align: center;
    }
    
    .top h1[b-pyznv2kl5k] {
        margin-bottom: 1.5rem;
    }
    
    .top h4[b-pyznv2kl5k] {
        margin-bottom: 2rem;
    }

    .container[b-pyznv2kl5k] {
        padding: 0 1rem;
    }

    .services-grid[b-pyznv2kl5k] {
        background-color: white;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .tech-grid[b-pyznv2kl5k] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .tech-logos[b-pyznv2kl5k] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    
    .tech-item img[b-pyznv2kl5k] {
        width: 35px;
        height: 35px;
    }
    
    .tech-item span[b-pyznv2kl5k] {
        font-size: 0.8rem;
    }

    .process-steps[b-pyznv2kl5k] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .why-content[b-pyznv2kl5k] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .why-stats[b-pyznv2kl5k] {
        grid-template-columns: 1fr 1fr;
    }

    .cta-buttons[b-pyznv2kl5k] {
        flex-direction: column;
        align-items: center;
    }

    .footer-content[b-pyznv2kl5k] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    /* Mobile animation adjustments */
    .service-card:hover[b-pyznv2kl5k] {
        transform: translateY(-4px);
    }
    
    .tech-category:hover[b-pyznv2kl5k] {
        transform: translateY(-4px);
    }
    
    .process-step:hover[b-pyznv2kl5k] {
        transform: translateY(-3px);
    }
    
    .why-point:hover[b-pyznv2kl5k] {
        transform: translateX(5px);
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *[b-pyznv2kl5k],
    *[b-pyznv2kl5k]::before,
    *[b-pyznv2kl5k]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
