/* /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;
    }
}

@media (max-width: 576px) {
    .nav-logo-img[b-vdg8ne8dmf] {
        height: 42px !important;
        max-width: 130px !important;
    }
}
/* /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: visible;
    position: relative;
}

.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 */
/* Custom Contact Page Style Sheet - Dribbble Touch-in Concept */

.contact-hero-section[b-byu3s2f2hz] {
    position: relative;
    padding: 170px 0 240px;
    overflow: visible;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    z-index: 1;
}

/* Blurred Background Image and Dark Overlay */
.hero-bg-image[b-byu3s2f2hz] {
    position: absolute;
    inset: 0;
    background-image: url('/images/hero-lab.png'); /* leading slash for root resolution */
    background-size: cover;
    background-position: center;
    filter: blur(15px);
    transform: scale(1.1); /* Prevents white edges when blurred */
    opacity: 0.45; /* increased opacity so it is visible */
    z-index: 1;
    pointer-events: none;
}

.hero-bg-overlay[b-byu3s2f2hz] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(9, 14, 36, 0.8) 0%, rgba(3, 5, 18, 0.95) 100%); /* semi-transparent to allow the blurred image to show through */
    z-index: 2;
    pointer-events: none;
}

@media (max-width: 768px) {
    .hero-bg-overlay[b-byu3s2f2hz] {
        background: linear-gradient(to bottom, var(--bg-body) 0%, transparent 20%, transparent 80%, var(--bg-body) 100%) !important;
    }
}

.hero-title[b-byu3s2f2hz] {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    letter-spacing: -1.5px;
    font-weight: 800;
    color: #ffffff !important; /* Force white text for visibility in light theme */
}

.hero-subtitle[b-byu3s2f2hz] {
    font-size: 1.15rem;
    line-height: 1.7;
    max-width: 650px;
    color: rgba(255, 255, 255, 0.82) !important; /* Force high-contrast white subtitle text */
}

/* Contact Grid Content Section */
.contact-split-section[b-byu3s2f2hz] {
    position: relative;
    padding-bottom: 80px;
    background: transparent;
    z-index: 2;
}

/* Form Card Container (Left) */
.contact-form-card[b-byu3s2f2hz] {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.02);
    padding: 3rem;
    position: relative;
    z-index: 10;
    margin-top: -180px; /* Floats over the slanted hero bottom */
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.dark-theme .contact-form-card[b-byu3s2f2hz] {
    background: rgba(15, 23, 42, 0.95);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.form-title[b-byu3s2f2hz] {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.5px;
}

.dark-theme .form-title[b-byu3s2f2hz] {
    color: #ffffff;
}

.form-label-custom[b-byu3s2f2hz] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 0.4rem;
    display: block;
    text-transform: capitalize;
}

.dark-theme .form-label-custom[b-byu3s2f2hz] {
    color: #94a3b8;
}

.form-input-custom[b-byu3s2f2hz] {
    width: 100%;
    padding: 0.8rem 1.1rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.92rem;
    transition: all 0.25s ease;
}

.form-input-custom[b-byu3s2f2hz]::placeholder {
    color: #94a3b8;
    opacity: 0.8;
}

.form-input-custom:focus[b-byu3s2f2hz] {
    outline: none;
    border-color: #2563eb;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.dark-theme .form-input-custom[b-byu3s2f2hz] {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.dark-theme .form-input-custom:focus[b-byu3s2f2hz] {
    background: rgba(15, 23, 42, 0.5);
    border-color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.2);
}

.btn-send-message[b-byu3s2f2hz] {
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 0.8rem 2.2rem;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25);
    transition: all 0.3s ease;
}

.btn-send-message:hover[b-byu3s2f2hz] {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.dark-theme .btn-send-message[b-byu3s2f2hz] {
    background: #60a5fa;
    color: #0f172a;
    box-shadow: 0 4px 15px rgba(96, 165, 250, 0.3);
}

.dark-theme .btn-send-message:hover[b-byu3s2f2hz] {
    background: #93c5fd;
    box-shadow: 0 6px 20px rgba(96, 165, 250, 0.45);
}

/* Success State Box */
.success-icon-box[b-byu3s2f2hz] {
    width: 76px;
    height: 76px;
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
}

/* Right Side Contact Information */
.contact-info-content[b-byu3s2f2hz] {
    padding-left: 1.5rem;
}

.info-title[b-byu3s2f2hz] {
    font-size: 2.3rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -1px;
}

.dark-theme .info-title[b-byu3s2f2hz] {
    color: #ffffff;
}

.info-desc[b-byu3s2f2hz] {
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.7;
}

.dark-theme .info-desc[b-byu3s2f2hz] {
    color: #94a3b8;
}

/* Vertical stacked list of info bar cards */
.info-cards-list[b-byu3s2f2hz] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.info-bar-card[b-byu3s2f2hz] {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1rem 1.3rem;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.04);
    border-left: 3px solid var(--accent, #2563eb);
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    transition: all 0.28s ease;
}

.dark-theme .info-bar-card[b-byu3s2f2hz] {
    background: rgba(255,255,255,0.03);
    border-color: rgba(255,255,255,0.06);
    border-left-color: var(--accent, #2563eb);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.info-bar-card:hover[b-byu3s2f2hz] {
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
}

.dark-theme .info-bar-card:hover[b-byu3s2f2hz] {
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.info-bar-icon[b-byu3s2f2hz] {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.info-bar-body[b-byu3s2f2hz] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
    flex: 1;
}

.info-bar-label[b-byu3s2f2hz] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #94a3b8;
}

.dark-theme .info-bar-label[b-byu3s2f2hz] {
    color: #64748b;
}

.info-bar-value[b-byu3s2f2hz] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dark-theme .info-bar-value[b-byu3s2f2hz] {
    color: #e2e8f0;
}

.sunday-badge[b-byu3s2f2hz] {
    background: rgba(16,185,129,0.12);
    color: #10b981;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 2px 9px;
    border-radius: 20px;
    border: 1px solid rgba(16,185,129,0.3);
    white-space: nowrap;
    flex-shrink: 0;
}

.info-item-card[b-byu3s2f2hz] {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    gap: 1.1rem;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.dark-theme .info-item-card[b-byu3s2f2hz] {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.info-item-card:hover[b-byu3s2f2hz] {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.dark-theme .info-item-card:hover[b-byu3s2f2hz] {
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

/* Circular Icon Layouts */
.info-icon-circle[b-byu3s2f2hz] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.bg-blue-light[b-byu3s2f2hz] {
    background: rgba(37, 99, 235, 0.08);
}
.text-blue[b-byu3s2f2hz] {
    color: #2563eb;
}
.dark-theme .text-blue[b-byu3s2f2hz] {
    color: #60a5fa;
}

.bg-yellow-light[b-byu3s2f2hz] {
    background: rgba(245, 158, 11, 0.08);
}
.text-yellow[b-byu3s2f2hz] {
    color: #f59e0b;
}

.bg-purple-light[b-byu3s2f2hz] {
    background: rgba(124, 58, 237, 0.08);
}
.text-purple[b-byu3s2f2hz] {
    color: #7c3aed;
}
.dark-theme .text-purple[b-byu3s2f2hz] {
    color: #a78bfa;
}

.bg-green-light[b-byu3s2f2hz] {
    background: rgba(16, 185, 129, 0.08);
}
.text-green[b-byu3s2f2hz] {
    color: #10b981;
}
.dark-theme .text-green[b-byu3s2f2hz] {
    color: #34d399;
}

.info-text[b-byu3s2f2hz] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.info-label[b-byu3s2f2hz] {
    font-weight: 700;
    font-size: 1.05rem;
    color: #0f172a;
    white-space: nowrap;
}

.dark-theme .info-label[b-byu3s2f2hz] {
    color: #ffffff;
}

.info-value[b-byu3s2f2hz] {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: break-word;
}

.dark-theme .info-value[b-byu3s2f2hz] {
    color: #94a3b8;
}

/* Social Media Section */
.social-share-row[b-byu3s2f2hz] {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 1.8rem;
    margin-top: 1.5rem;
}

.dark-theme .social-share-row[b-byu3s2f2hz] {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.social-label[b-byu3s2f2hz] {
    font-weight: 700;
    font-size: 1.05rem;
    color: #0f172a;
}

.dark-theme .social-label[b-byu3s2f2hz] {
    color: #ffffff;
}

.social-list[b-byu3s2f2hz] {
    display: flex;
    gap: 0.8rem;
}

.social-circle-btn[b-byu3s2f2hz] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #475569;
}

.bg-fb[b-byu3s2f2hz] { background: #3b5998; }
.bg-ig[b-byu3s2f2hz] { background: #e1306c; }
.bg-ln[b-byu3s2f2hz] { background: #0a66c2; }
.bg-yt[b-byu3s2f2hz] { background: #ff0000; }
.bg-wa[b-byu3s2f2hz] { background: #25d366; }

.social-circle-btn:hover[b-byu3s2f2hz] {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

/* Bottom Call to Action Section */
.contact-bottom-cta[b-byu3s2f2hz] {
    background: linear-gradient(135deg, #090e24 0%, #030512 100%);
    padding: 160px 0 130px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    margin-top: 50px;
}

.cta-inner-card[b-byu3s2f2hz] {
    max-width: 800px;
    margin: 0 auto;
}

.cta-badge[b-byu3s2f2hz] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.6rem 1.4rem;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    color: #60a5fa;
}

.cta-heading[b-byu3s2f2hz] {
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    letter-spacing: -1px;
}

.cta-paragraph[b-byu3s2f2hz] {
    font-size: 1.08rem;
    line-height: 1.7;
}

.cta-phone-btn[b-byu3s2f2hz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2563eb;
    color: #ffffff;
    padding: 0.9rem 2.6rem;
    border-radius: 100px;
    font-weight: 800;
    font-size: 1.05rem;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.35);
    transition: all 0.3s ease;
}

.cta-phone-btn:hover[b-byu3s2f2hz] {
    background: #1d4ed8;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.5);
    color: #ffffff;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .contact-hero-section[b-byu3s2f2hz] {
        padding: 150px 0 190px;
    }
    
    .contact-form-card[b-byu3s2f2hz] {
        margin-top: -120px;
        padding: 2rem;
    }
    
    .contact-info-content[b-byu3s2f2hz] {
        padding-left: 0;
        margin-top: 2rem;
    }
    
    .info-title[b-byu3s2f2hz] {
        font-size: 1.85rem;
    }
    
    .contact-bottom-cta[b-byu3s2f2hz] {
        clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
        padding: 120px 0 90px;
    }
}

@media (max-width: 768px) {
    .info-cards-grid[b-byu3s2f2hz] {
        grid-template-columns: 1fr;
    }
    .info-label[b-byu3s2f2hz] {
        white-space: normal;
    }
}

@media (max-width: 576px) {
    .contact-form-card[b-byu3s2f2hz] {
        padding: 1.5rem;
    }
    
    .contact-hero-section[b-byu3s2f2hz] {
        padding: 120px 0 140px;
    }
    
    .hero-title[b-byu3s2f2hz] {
        font-size: 2rem;
    }
    
    .info-item-card[b-byu3s2f2hz] {
        padding: 1rem !important;
        gap: 0.85rem !important;
    }
    
    .info-icon-circle[b-byu3s2f2hz] {
        width: 40px !important;
        height: 40px !important;
        font-size: 1rem !important;
    }
    
    .info-value[b-byu3s2f2hz] {
        font-size: 0.82rem !important;
        line-height: 1.4 !important;
    }
}
/* /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;
}

/* --- Our Lab Partners Section CSS --- */
.lab-partners-section[b-n8cj2srd0t] {
    background: transparent;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
    padding: 60px 0;
    position: relative;
}

/* Partners Marquee Container with smooth CSS mask-image opacity fade */
.partners-marquee-container[b-n8cj2srd0t] {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 10px 0;
    width: 100%;
    /* Graceful edge fade using transparency mask (no colored boxes/overlays) */
    mask-image: linear-gradient(to right, transparent, #fff 15%, #fff 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #fff 15%, #fff 85%, transparent);
}


/* Marquee Track */
.partners-marquee-track[b-n8cj2srd0t] {
    display: flex;
    width: max-content;
    animation: partners-scroll-marquee-b-n8cj2srd0t 25s linear infinite;
}

.partners-marquee-track:hover[b-n8cj2srd0t] {
    animation-play-state: paused;
}

/* Logo groups inside the track */
.partners-marquee-group[b-n8cj2srd0t] {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-right: 40px; /* space between loop cycles */
}

/* Individual logo card design (always white background to preserve logo originality) */
.partner-logo-card[b-n8cj2srd0t] {
    width: 240px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    padding: 6px 16px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}

.partner-logo-card:hover[b-n8cj2srd0t] {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 40px var(--border-glow);
    border-color: var(--primary-blue);
}

.partner-logo-card img[b-n8cj2srd0t] {
    height: 55px;
    width: auto;
    max-width: 208px;
    object-fit: contain;
    display: block;
    mix-blend-mode: multiply; /* removes white margins in both light and dark mode */
    transition: filter 0.3s ease;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.02));
}

/* Custom size adjustments for vertical and square logos to make them look larger */
.partner-logo-card.logo-card-vertical[b-n8cj2srd0t] {
    padding: 2px 16px;
}
.partner-logo-card.logo-card-vertical img[b-n8cj2srd0t] {
    height: 76px;
    transform: scale(1.2);
}

.partner-logo-card.logo-card-square[b-n8cj2srd0t] {
    padding: 4px 16px;
}
.partner-logo-card.logo-card-square img[b-n8cj2srd0t] {
    height: 72px;
    transform: scale(1.35);
}

/* Invert white text in Aadhitya logo to black to make it visible on white cards */
.partner-logo-card img.logo-aaditya[b-n8cj2srd0t] {
    filter: invert(1) hue-rotate(180deg) brightness(0.9) !important;
    mix-blend-mode: normal !important;
}

/* Typography/Text logo for partner clinics without image logos */
.partner-text-logo[b-n8cj2srd0t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    width: 208px;
}


.text-thangam-main[b-n8cj2srd0t] {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: 1.5px;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-thangam-sub[b-n8cj2srd0t] {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 2px;
    color: #475569;
    margin-top: 2px;
}

/* Scroll Animation */
@keyframes partners-scroll-marquee-b-n8cj2srd0t {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/* --- Fleet of Machines Section --- */
.machines-section[b-n8cj2srd0t] {
    padding: 80px 0;
    background: transparent;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--border-subtle);
}

.machines-section .section-title[b-n8cj2srd0t] {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: var(--text-primary);
}

.machines-section .section-subtitle[b-n8cj2srd0t] {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: var(--text-secondary);
    max-width: 650px;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1.6;
}

/* --- Showcase Container --- */
.machine-showcase-card[b-n8cj2srd0t] {
    border-radius: 28px;
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    height: 640px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* --- Split backgrounds --- */
.machine-image-zone[b-n8cj2srd0t] {
    height: 100%;
    background: var(--machine-bg-bottom, #faf9f6);
    transition: background 0.6s ease;
    overflow: hidden;
    position: relative;
}

.machine-image-zone[b-n8cj2srd0t]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42%;
    background: var(--machine-theme-gradient, var(--machine-theme-color));
    transition: background 0.6s ease;
    z-index: 1;
}

.machine-details-zone[b-n8cj2srd0t] {
    height: 100%;
}

.details-top-split[b-n8cj2srd0t] {
    height: 42%;
    background: var(--machine-theme-gradient, var(--machine-theme-color));
    transition: background 0.6s ease;
    color: #ffffff;
    padding: 32px 40px !important;
    position: relative;
    z-index: 2;
}

.details-top-split > div > *[b-n8cj2srd0t] {
    animation: machineDetailsFadeIn-b-n8cj2srd0t 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
}
.details-top-split > div > *:nth-child(1)[b-n8cj2srd0t] { animation-delay: 0.05s; }
.details-top-split > div > *:nth-child(2)[b-n8cj2srd0t] { animation-delay: 0.12s; }
.details-top-split > div > *:nth-child(3)[b-n8cj2srd0t] { animation-delay: 0.18s; }

.machine-logo-wrapper[b-n8cj2srd0t] {
    flex-shrink: 0;
    max-width: 180px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: machineDetailsFadeIn-b-n8cj2srd0t 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 0.22s;
    opacity: 0;
}

.machine-logo-wrapper svg[b-n8cj2srd0t] {
    height: 100%;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.15));
}

.details-bottom-split[b-n8cj2srd0t] {
    height: 58%;
    background: var(--machine-bg-bottom, #faf9f6);
    color: var(--text-primary);
    transition: background 0.6s ease;
    padding: 32px 40px !important;
}

.details-bottom-split > div > *[b-n8cj2srd0t] {
    animation: machineDetailsFadeIn-b-n8cj2srd0t 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
}
.details-bottom-split > div > *:nth-child(1)[b-n8cj2srd0t] { animation-delay: 0.2s; }
.details-bottom-split > div > *:nth-child(2)[b-n8cj2srd0t] { animation-delay: 0.3s; }

.details-footer[b-n8cj2srd0t] {
    animation: machineDetailsFadeIn-b-n8cj2srd0t 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 0.38s;
    opacity: 0;
}

@keyframes machineDetailsFadeIn-b-n8cj2srd0t {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Floating Image style --- */
.machine-image-zone .machine-image-wrapper[b-n8cj2srd0t] {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 550px;
    height: 480px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Entry animation whenever Blazor recreates using @key */
    animation: machineImageEntry-b-n8cj2srd0t 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.main-machine-img[b-n8cj2srd0t] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    scale: 1.45;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.35));
    /* Float animation */
    animation: floatMachine-b-n8cj2srd0t 6s ease-in-out infinite;
}

@keyframes floatMachine-b-n8cj2srd0t {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(1deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}

@keyframes machineImageEntry-b-n8cj2srd0t {
    from {
        opacity: 0;
        transform: translate(-50%, -35%) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* --- Thumbnails --- */
.machine-thumbnails-container[b-n8cj2srd0t] {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: flex;
    gap: 12px;
    z-index: 20;
}

.machine-thumb-btn[b-n8cj2srd0t] {
    width: 65px;
    height: 65px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    padding: 4px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.machine-thumb-btn img[b-n8cj2srd0t] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.machine-thumb-btn:hover[b-n8cj2srd0t] {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.machine-thumb-btn.active[b-n8cj2srd0t] {
    border-color: var(--primary-blue);
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

/* --- Details Styles --- */
.machine-top-tag[b-n8cj2srd0t] {
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
}

.machine-name-title[b-n8cj2srd0t] {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
    line-height: 1.1;
    text-transform: uppercase;
}

.machine-subtitle[b-n8cj2srd0t] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.machine-desc-text[b-n8cj2srd0t] {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin: 0;
}

/* Specs Grid */
.specs-grid[b-n8cj2srd0t] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.spec-item-badge[b-n8cj2srd0t] {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-secondary);
}

.text-success-icon[b-n8cj2srd0t] {
    color: #10b981;
}

/* Footer & Status */
.border-top-subtle[b-n8cj2srd0t] {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.status-indicator[b-n8cj2srd0t] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pulse-dot[b-n8cj2srd0t] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    position: relative;
}

.pulse-dot[b-n8cj2srd0t]::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid #10b981;
    animation: statusPulse-b-n8cj2srd0t 1.8s infinite ease-out;
}

@keyframes statusPulse-b-n8cj2srd0t {
    0% { transform: scale(0.8); opacity: 0.8; }
    100% { transform: scale(2.2); opacity: 0; }
}

.status-text[b-n8cj2srd0t] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Machine Action CTA Button */
.btn-machine-action[b-n8cj2srd0t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-machine-action:hover[b-n8cj2srd0t] {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
    filter: brightness(1.15);
}

.btn-machine-action:active[b-n8cj2srd0t] {
    transform: translateY(-1px) scale(1.02);
}

/* Showcase Navigation Arrows */
.showcase-arrow-btn[b-n8cj2srd0t] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--border-subtle);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.showcase-arrow-btn:hover[b-n8cj2srd0t] {
    background: var(--primary-blue);
    color: #ffffff;
    border-color: var(--primary-blue);
    transform: scale(1.08);
}

/* Responsiveness */
@media (max-width: 991px) {
    .machine-showcase-card[b-n8cj2srd0t] {
        height: auto;
    }
    .machine-image-zone[b-n8cj2srd0t] {
        height: 320px;
        background: linear-gradient(to bottom, var(--machine-theme-color) 60%, var(--machine-bg-bottom) 60%);
    }
    .machine-image-zone .machine-image-wrapper[b-n8cj2srd0t] {
        top: 60%;
        height: 200px;
    }
    .machine-thumbnails-container[b-n8cj2srd0t] {
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
    }
    .details-top-split[b-n8cj2srd0t] {
        height: auto;
        padding: 40px 24px !important;
    }
    .details-bottom-split[b-n8cj2srd0t] {
        height: auto;
        padding: 40px 24px !important;
    }
}

/* Hero Trust Logos Layout */
.hero-trust-logos-layout[b-n8cj2srd0t] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    height: 100%;
    padding: 30px;
    flex-wrap: wrap;
    position: relative;
    z-index: 12;
    pointer-events: auto !important;
}

.trust-logo-card[b-n8cj2srd0t] {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 20px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: auto !important;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(10deg) rotateY(-8deg) translateZ(0);
    transform-style: preserve-3d;
}

.trust-logo-card:hover[b-n8cj2srd0t] {
    animation: none !important;
    transform: perspective(1000px) translate3d(0, -12px, 20px) rotateX(0deg) rotateY(0deg) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.35),
        0 0 30px rgba(37, 99, 235, 0.25),
        inset 0 1px 2px rgba(255, 255, 255, 0.2) !important;
}

.trust-logo-card img[b-n8cj2srd0t] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.3s ease;
    transform: translateZ(0);
}

.trust-logo-card:hover img.anniversary-logo-img[b-n8cj2srd0t] {
    transform: scale(1.15) translateZ(25px) rotate(4deg);
    filter: drop-shadow(0 8px 20px rgba(218, 165, 32, 0.4));
}

.trust-logo-card:hover img.nabl-logo-img[b-n8cj2srd0t] {
    transform: scale(1.15) translateZ(25px) rotate(360deg);
    filter: drop-shadow(0 8px 20px rgba(59, 130, 246, 0.4));
}

.trust-logo-card:hover img.cmc-logo-img[b-n8cj2srd0t] {
    transform: scale(1.15) translateZ(25px) translateY(-5px);
    filter: invert(1) brightness(0.1) contrast(1.5) drop-shadow(0 8px 20px rgba(0, 0, 0, 0.3));
}

/* ===== MOBILE ONLY: Vertical stack of trust logos on the right side ===== */
@media (max-width: 991px) {
    .hero-trust-logos-layout[b-n8cj2srd0t] {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        padding: 10px 8px !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    .trust-logo-card[b-n8cj2srd0t] {
        flex: 1 1 0 !important;
        min-height: 0 !important;
        max-height: 120px !important;
        width: 90px !important;
        height: auto !important;
        padding: 8px !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
        transform: none !important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.1) !important;
    }
    .trust-logo-card:hover[b-n8cj2srd0t] {
        transform: translateY(-4px) scale(1.02) !important;
        background: rgba(255, 255, 255, 0.06) !important;
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25), 0 0 15px rgba(37, 99, 235, 0.15) !important;
    }
    /* Push 1st logo (anniversary) down a bit */
    .trust-logo-card:first-child[b-n8cj2srd0t] {
        margin-top: 20px !important;
    }
    .trust-logo-card:last-child[b-n8cj2srd0t] {
        margin: 0 !important;
    }
}

@media (max-width: 576px) {
    .hero-trust-logos-layout[b-n8cj2srd0t] {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        padding: 8px 6px !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    .trust-logo-card[b-n8cj2srd0t] {
        flex: 1 1 0 !important;
        min-height: 0 !important;
        max-height: 100px !important;
        width: 75px !important;
        height: auto !important;
        padding: 6px !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
        transform: none !important;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.1) !important;
    }
    .trust-logo-card:hover[b-n8cj2srd0t] {
        transform: translateY(-3px) scale(1.02) !important;
        background: rgba(255, 255, 255, 0.06) !important;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 12px rgba(37, 99, 235, 0.15) !important;
    }
    /* Push 1st logo (anniversary) down a bit */
    .trust-logo-card:first-child[b-n8cj2srd0t] {
        margin-top: 16px !important;
    }
    .trust-logo-card:last-child[b-n8cj2srd0t] {
        margin: 0 !important;
    }
}

/* Fleet of Machines Autoplay Progress Bar */
.machine-progress-bar-wrapper[b-n8cj2srd0t] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 30;
}

.machine-progress-bar[b-n8cj2srd0t] {
    height: 100%;
    background: var(--machine-theme-color);
    width: 0%;
    animation: machineProgress-b-n8cj2srd0t 6s linear forwards;
}

.machine-showcase-card:hover .machine-progress-bar[b-n8cj2srd0t] {
    animation-play-state: paused;
}

@keyframes machineProgress-b-n8cj2srd0t {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

/* Responsive padding for homepage hero to prevent overlapping navbar elements */
.homepage-hero[b-n8cj2srd0t] {
    padding-top: 7.5rem;
    padding-bottom: 2rem;
}

@media (max-width: 991px) {
    .homepage-hero[b-n8cj2srd0t] {
        padding-top: 7rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .homepage-hero[b-n8cj2srd0t] {
        padding-top: 9rem; /* Increase top padding on mobile to clear fixed navbar and avoid tagline overlaps */
        padding-bottom: 4rem; /* Additional space below CTA buttons */
    }
}

/* /Components/Pages/Insights.razor.rz.scp.css */
/* Insights Page - Scoped Styles */

.page-header[b-2ki4ux4k72] {
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    overflow: visible;
    position: relative;
}
/* /Components/Pages/Locations.razor.rz.scp.css */
/* Locations Page - Scoped Styles */

.page-header[b-frbdniii83] {
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    overflow: visible;
    position: relative;
}
/* /Components/Pages/Services.razor.rz.scp.css */
.page-header[b-e82abnmflu] {
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    overflow: visible;
    position: relative;
}

.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);
}
