/* _content/QrBiteHub.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-hvowak842n] {
    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-hvowak842n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/QrBiteHub.Web/Components/Pages/Onboard.razor.rz.scp.css */
/* ===========================================
   ONBOARD PAGE - Book a Demo Form
   Matches QRBite dark theme from Landing
   =========================================== */

/* Base Page Styles */
.onboard-page[b-a4ik0w0ary] {
    min-height: 100vh !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 3rem 1rem;
    font-family: 'Manrope', sans-serif;
    color: #ffffff;
    overflow: hidden;
    background-color: #0a0a0a !important;
}

/* Background overlay with restaurant image */
.bg-overlay[b-a4ik0w0ary] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #0a0a0a !important;
    background-image: linear-gradient(rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.92)),
                      url('https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?auto=format&fit=crop&q=80&w=2070');
    background-size: cover;
    background-position: center;
    z-index: -2;
}

/* Glow effects */
.glow-bottom[b-a4ik0w0ary] {
    position: fixed;
    bottom: -10%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: rgba(245, 133, 36, 0.15);
    filter: blur(120px);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.glow-top[b-a4ik0w0ary] {
    position: fixed;
    top: -10%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(245, 133, 36, 0.08);
    filter: blur(100px);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

/* RTL glow positions */
[b-a4ik0w0ary] .rtl .glow-bottom {
    right: auto;
    left: -5%;
}

[b-a4ik0w0ary] .rtl .glow-top {
    left: auto;
    right: -5%;
}

/* Header */
.onboard-header[b-a4ik0w0ary] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 10;
}

.header-container[b-a4ik0w0ary] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-actions[b-a4ik0w0ary] {
    display: flex;
    align-items: center;
}

@media (min-width: 1024px) {
    .header-container[b-a4ik0w0ary] {
        padding: 0 3rem;
    }
}

/* Brand / Logo */
.nav-brand[b-a4ik0w0ary] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.brand-logo-img[b-a4ik0w0ary] {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.brand-name[b-a4ik0w0ary] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.brand-qr[b-a4ik0w0ary] {
    color: #f58524;
}

/* Main content area */
.onboard-main[b-a4ik0w0ary] {
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: 5;
}

/* Glass panel form container */
.glass-panel[b-a4ik0w0ary] {
    background: rgba(30, 30, 30, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 2rem;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1024px) {
    .glass-panel[b-a4ik0w0ary] {
        padding: 3rem;
        border-radius: 1rem;
    }
}

/* Close button */
.close-btn[b-a4ik0w0ary] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.close-btn:hover[b-a4ik0w0ary] {
    background: rgba(255, 255, 255, 0.2);
}

[b-a4ik0w0ary] .rtl .close-btn {
    right: auto;
    left: 1.5rem;
}

/* Form header */
.form-header[b-a4ik0w0ary] {
    text-align: center;
    margin-bottom: 2.5rem !important;
}

.form-header h1[b-a4ik0w0ary] {
    font-size: 1.875rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0.75rem !important;
    letter-spacing: -0.02em;
}

@media (min-width: 1024px) {
    .form-header h1[b-a4ik0w0ary] {
        font-size: 2.25rem;
    }
}

.form-header p[b-a4ik0w0ary] {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    margin: 0 !important;
}

/* Form styles */
.demo-form[b-a4ik0w0ary] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Form row - 2 columns on desktop */
.form-row[b-a4ik0w0ary] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-row.two-cols[b-a4ik0w0ary] {
    flex-direction: column;
}

@media (min-width: 768px) {
    .form-row.two-cols[b-a4ik0w0ary] {
        flex-direction: row;
    }

    .form-row.two-cols .form-group[b-a4ik0w0ary] {
        flex: 1;
    }
}

/* Form group */
.form-group[b-a4ik0w0ary] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Labels */
.form-group label[b-a4ik0w0ary] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.9);
    margin-left: 0.25rem;
}

[b-a4ik0w0ary] .rtl .form-group label {
    margin-left: 0;
    margin-right: 0.25rem;
}

/* Inputs */
.form-group input[b-a4ik0w0ary],
.form-group select[b-a4ik0w0ary] {
    width: 100%;
    height: 3.5rem;
    padding: 0 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    color: #ffffff;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    transition: all 0.2s ease;
    outline: none;
}

.form-group input[b-a4ik0w0ary]::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form-group input:focus[b-a4ik0w0ary],
.form-group select:focus[b-a4ik0w0ary] {
    border-color: transparent;
    box-shadow: 0 0 0 2px #f58524;
}

/* Select wrapper for custom arrow */
.select-wrapper[b-a4ik0w0ary] {
    position: relative;
}

.select-wrapper select[b-a4ik0w0ary] {
    appearance: none;
    cursor: pointer;
    padding-right: 3rem;
}

[b-a4ik0w0ary] .rtl .select-wrapper select {
    padding-right: 1.5rem;
    padding-left: 3rem;
}

.select-arrow[b-a4ik0w0ary] {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    font-family: 'Material Symbols Outlined' !important;
    font-size: 1.5rem;
}

[b-a4ik0w0ary] .rtl .select-arrow {
    right: auto;
    left: 1.5rem;
}

/* Select option styling */
.form-group select option[b-a4ik0w0ary] {
    background: #221810;
    color: #ffffff;
}

/* Form actions */
.form-actions[b-a4ik0w0ary] {
    padding-top: 1.5rem;
}

/* Submit button */
.btn-submit[b-a4ik0w0ary] {
    width: 100%;
    height: 4rem;
    background: #f58524;
    border: none;
    border-radius: 9999px;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    box-shadow: 0 10px 25px rgba(245, 133, 36, 0.2);
}

.btn-submit:hover:not(:disabled)[b-a4ik0w0ary] {
    background: rgba(245, 133, 36, 0.9);
}

.btn-submit:active:not(:disabled)[b-a4ik0w0ary] {
    transform: scale(0.98);
}

.btn-submit:disabled[b-a4ik0w0ary] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-submit .material-icon[b-a4ik0w0ary] {
    font-family: 'Material Symbols Outlined' !important;
    font-size: 1.25rem;
}

/* RTL arrow direction */
[b-a4ik0w0ary] .rtl .btn-submit .material-icon {
    transform: scaleX(-1);
}

/* Form note */
.form-note[b-a4ik0w0ary] {
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

/* Success message */
.success-message[b-a4ik0w0ary] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    margin-top: 1.5rem;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 0.75rem;
}

.success-message .material-icon[b-a4ik0w0ary] {
    font-family: 'Material Symbols Outlined' !important;
    color: #22c55e;
    font-size: 1.5rem;
}

.success-message p[b-a4ik0w0ary] {
    color: #22c55e;
    font-weight: 500;
    margin: 0;
}

/* Spinner */
.spinner[b-a4ik0w0ary] {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-a4ik0w0ary 0.8s linear infinite;
}

@keyframes spin-b-a4ik0w0ary {
    to {
        transform: rotate(360deg);
    }
}

/* Material icon base styles */
.material-icon[b-a4ik0w0ary] {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400;
}

/* ==========================================
   RTL STYLES - Arabic
   ========================================== */
[b-a4ik0w0ary] .rtl {
    direction: rtl;
    text-align: right;
}

/* RTL font family - apply to all text elements except icons */
[b-a4ik0w0ary] .rtl h1,
[b-a4ik0w0ary] .rtl h2,
[b-a4ik0w0ary] .rtl h3,
[b-a4ik0w0ary] .rtl h4,
[b-a4ik0w0ary] .rtl h5,
[b-a4ik0w0ary] .rtl h6,
[b-a4ik0w0ary] .rtl p,
[b-a4ik0w0ary] .rtl a,
[b-a4ik0w0ary] .rtl span:not(.material-icon),
[b-a4ik0w0ary] .rtl button,
[b-a4ik0w0ary] .rtl label,
[b-a4ik0w0ary] .rtl input,
[b-a4ik0w0ary] .rtl select,
[b-a4ik0w0ary] .rtl option {
    font-family: 'IBM Plex Sans Arabic', 'Manrope', sans-serif !important;
}

/* Preserve Material Symbols font in RTL */
[b-a4ik0w0ary] .rtl .material-icon {
    font-family: 'Material Symbols Outlined' !important;
}

/* RTL input text alignment */
[b-a4ik0w0ary] .rtl .form-group input,
[b-a4ik0w0ary] .rtl .form-group select {
    text-align: right;
}

/* Email and phone stay LTR */
[b-a4ik0w0ary] .rtl .form-group input[type="email"],
[b-a4ik0w0ary] .rtl .form-group input[type="tel"] {
    direction: ltr;
    text-align: left;
}

/* ==========================================
   MOBILE RESPONSIVE
   ========================================== */
@media (max-width: 640px) {
    .onboard-page[b-a4ik0w0ary] {
        padding: 5rem 1rem 2rem;
    }

    .glass-panel[b-a4ik0w0ary] {
        padding: 1.5rem;
    }

    .form-header h1[b-a4ik0w0ary] {
        font-size: 1.5rem;
    }

    .form-header p[b-a4ik0w0ary] {
        font-size: 1rem;
    }

    .btn-submit[b-a4ik0w0ary] {
        height: 3.5rem;
        font-size: 1rem;
    }
}

/* ==========================================
   FOOTER STYLES
   ========================================== */
.onboard-footer[b-a4ik0w0ary] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 2rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    z-index: 100;
    background: transparent;
}

.footer-link[b-a4ik0w0ary] {
    color: #f58524;
    text-decoration: none;
    transition: color 0.15s ease;
}

.footer-link:hover[b-a4ik0w0ary] {
    color: #e07620;
}

.footer-sep[b-a4ik0w0ary] {
    color: rgba(255, 255, 255, 0.15);
}

.crafted-by[b-a4ik0w0ary] {
    color: rgba(255, 255, 255, 0.4);
}

.crafted-by a[b-a4ik0w0ary] {
    color: #f58524;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.15s ease;
}

.crafted-by a:hover[b-a4ik0w0ary] {
    color: #ffa54d;
}

/* RTL Footer */
[b-a4ik0w0ary] .rtl .onboard-footer {
    flex-direction: row-reverse;
    font-family: 'IBM Plex Sans Arabic', 'Manrope', sans-serif;
}

@media (max-width: 480px) {
    .onboard-footer[b-a4ik0w0ary] {
        padding: 1rem;
    }
}
