/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-layout[b-6pqjmujqm1] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.glass-header[b-6pqjmujqm1] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--bg-glass);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: var(--shadow-sm);
    padding: 15px 0;
}

.main-content[b-6pqjmujqm1] {
    flex: 1;
}


#blazor-error-ui[b-6pqjmujqm1] {
    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: 2000;
}

#blazor-error-ui .dismiss[b-6pqjmujqm1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-logo[b-vdg8ne8dmf] {
    display: flex;
    align-items: center;
    color: var(--primary-dark);
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
}

.brand-logo b[b-vdg8ne8dmf] {
    font-weight: 800;
    color: var(--primary-color);
}

.nav-item[b-vdg8ne8dmf] {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1.05rem;
}

.nav-item:hover[b-vdg8ne8dmf], .nav-item.active[b-vdg8ne8dmf] {
    color: var(--primary-color);
}

.nav-item.active[b-vdg8ne8dmf]::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: var(--primary-color);
}

@media (max-width: 768px) {
    .nav-menu[b-vdg8ne8dmf] {
        z-index: 1050;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-75rgm4e1ta],
.components-reconnect-repeated-attempt-visible[b-75rgm4e1ta],
.components-reconnect-failed-visible[b-75rgm4e1ta],
.components-pause-visible[b-75rgm4e1ta],
.components-resume-failed-visible[b-75rgm4e1ta],
.components-rejoining-animation[b-75rgm4e1ta] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-75rgm4e1ta],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-75rgm4e1ta],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-75rgm4e1ta],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-75rgm4e1ta],
#components-reconnect-modal.components-reconnect-retrying[b-75rgm4e1ta],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-75rgm4e1ta],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-75rgm4e1ta],
#components-reconnect-modal.components-reconnect-failed[b-75rgm4e1ta],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-75rgm4e1ta] {
    display: block;
}


#components-reconnect-modal[b-75rgm4e1ta] {
    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-75rgm4e1ta 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-75rgm4e1ta 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-75rgm4e1ta 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-75rgm4e1ta]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-75rgm4e1ta 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-75rgm4e1ta {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-75rgm4e1ta {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-75rgm4e1ta {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-75rgm4e1ta] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-75rgm4e1ta] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-75rgm4e1ta] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-75rgm4e1ta] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-75rgm4e1ta] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-75rgm4e1ta] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-75rgm4e1ta] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-75rgm4e1ta 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-75rgm4e1ta] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-75rgm4e1ta {
    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 */
.page-header[b-utarmcxf25] {
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    overflow: hidden;
}

.shape-blob[b-utarmcxf25] {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, var(--primary-light), var(--secondary-color));
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 6s ease-in-out infinite;
    filter: blur(20px);
}

.timeline-line[b-utarmcxf25] {
    width: 4px;
    background: var(--gradient-primary);
    border-radius: 4px;
    z-index: 0;
}

.timeline-dot[b-utarmcxf25] {
    width: 24px;
    height: 24px;
    background-color: var(--bg-white);
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 5px rgba(10, 88, 202, 0.2);
}

@media (max-width: 767.98px) {
    .timeline-line[b-utarmcxf25] {
        left: 24px !important;
        transform: translateX(0) !important;
    }
    
    .timeline-dot[b-utarmcxf25] {
        left: 24px !important;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.page-header[b-byu3s2f2hz] {
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    overflow: hidden;
}

.bg-shape[b-byu3s2f2hz] {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--primary-color) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.icon-circle[b-byu3s2f2hz] {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.hover-lift:hover .icon-circle[b-byu3s2f2hz] {
    transform: scale(1.1) rotate(10deg);
}

.social-icon[b-byu3s2f2hz] {
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover[b-byu3s2f2hz] {
    background: var(--primary-color) !important;
    color: white !important;
}

/* Custom form inputs with floating labels */
.form-group-animated[b-byu3s2f2hz] {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control-custom[b-byu3s2f2hz] {
    width: 100%;
    padding: 1.2rem 1rem 0.8rem;
    background: var(--bg-main);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control-custom:focus[b-byu3s2f2hz] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(10, 88, 202, 0.1);
    background: white;
}

.form-label-custom[b-byu3s2f2hz] {
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: var(--text-secondary);
    transition: all 0.2s ease-out;
    pointer-events: none;
    transform-origin: 0 0;
}

/* Float the label on focus or if input is not empty (requires placeholder=" " in html) */
.form-control-custom:focus + .form-label-custom[b-byu3s2f2hz],
.form-control-custom:not(:placeholder-shown) + .form-label-custom[b-byu3s2f2hz] {
    transform: translateY(-0.8rem) scale(0.8);
    color: var(--primary-color);
    font-weight: 500;
}

.form-select-custom[b-byu3s2f2hz] {
    background-color: var(--bg-main);
    border: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    color: var(--text-primary);
}

.form-select-custom:focus[b-byu3s2f2hz] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(10, 88, 202, 0.1);
    background: white;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero-section[b-n8cj2srd0t] {
    min-height: 90vh;
    padding: 80px 0;
    background: radial-gradient(circle at 80% 20%, rgba(13, 202, 240, 0.1) 0%, transparent 40%),
                radial-gradient(circle at 20% 80%, rgba(10, 88, 202, 0.05) 0%, transparent 40%);
}

.gradient-text[b-n8cj2srd0t] {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.badge-pill[b-n8cj2srd0t] {
    background: var(--bg-white);
    border: 1px solid var(--primary-light);
    border-radius: 50px;
    font-size: 0.9rem;
}

.hero-visual[b-n8cj2srd0t] {
    perspective: 1000px;
    min-height: 500px;
}

.medical-shape-1[b-n8cj2srd0t] {
    position: absolute;
    top: 10%;
    right: 15%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(10, 88, 202, 0.1), rgba(13, 202, 240, 0.2));
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    box-shadow: inset 10px 10px 50px rgba(255,255,255,0.5);
    z-index: 1;
}

.medical-shape-2[b-n8cj2srd0t] {
    position: absolute;
    bottom: 20%;
    right: 30%;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15), rgba(255, 87, 34, 0.05));
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    z-index: 1;
}

.medical-shape-3[b-n8cj2srd0t] {
    position: absolute;
    top: 40%;
    right: 5%;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(10, 88, 202, 0.2), transparent);
    border-radius: 50%;
    z-index: 1;
}

.floating-card[b-n8cj2srd0t] {
    position: absolute;
    padding: 15px 25px;
}

.card-1[b-n8cj2srd0t] {
    top: 25%;
    right: 40%;
    animation: float 5s ease-in-out infinite;
}

.card-2[b-n8cj2srd0t] {
    bottom: 35%;
    right: 5%;
    animation: float 7s ease-in-out infinite reverse;
}

.icon-box[b-n8cj2srd0t] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.5rem;
}

.feature-icon-wrapper[b-n8cj2srd0t] {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: white;
    box-shadow: 0 10px 20px rgba(10, 88, 202, 0.2);
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon-wrapper[b-n8cj2srd0t] {
    transform: translateY(-10px) rotate(10deg);
}

.feature-icon[b-n8cj2srd0t] {
    font-size: 2rem;
}

.bg-teal[b-n8cj2srd0t] {
    background: linear-gradient(135deg, #20c997, #0DCAF0);
    box-shadow: 0 10px 20px rgba(32, 201, 151, 0.2);
}

.bg-purple[b-n8cj2srd0t] {
    background: linear-gradient(135deg, #6f42c1, #d63384);
    box-shadow: 0 10px 20px rgba(111, 66, 193, 0.2);
}

.action-section[b-n8cj2srd0t] {
    border-radius: var(--radius-lg);
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}
/* /Components/Pages/Services.razor.rz.scp.css */
.page-header[b-e82abnmflu] {
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    overflow: hidden;
}

.service-card[b-e82abnmflu] {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-card:hover[b-e82abnmflu] {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(10, 88, 202, 0.15);
}

.service-img img[b-e82abnmflu] {
    transition: transform 0.6s ease;
}

.service-card:hover .service-img img[b-e82abnmflu] {
    transform: scale(1.1);
}

.img-overlay[b-e82abnmflu] {
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.5) 100%);
}

.service-icon-banner[b-e82abnmflu] {
    width: 60px;
    height: 60px;
    bottom: -30px;
    left: 20px;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon-banner[b-e82abnmflu] {
    transform: translateY(-5px);
}
