/* /Components/Layout/BackendLayout.razor.rz.scp.css */
/* =============================================
   Admin Layout — Trovioo Admin Portal
   ============================================= */

.admin-wrapper[b-nqcj7o41m5] {
    display: flex;
    min-height: 100vh;
    background-color: var(--bs-body-bg);
}

/* =============================================
   Sidebar
   ============================================= */

.admin-sidebar[b-nqcj7o41m5] {
    width: 250px;
    background-color: #1a1d2e;
    color: #c8ccd8;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1040;
    transition: transform 0.28s cubic-bezier(.4,0,.2,1);
    overflow-y: auto;
}

[data-bs-theme="dark"] .admin-sidebar[b-nqcj7o41m5] {
    background-color: #111318;
}

.admin-sidebar-header[b-nqcj7o41m5] {
    padding: 1.125rem 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,.08);
    flex-shrink: 0;
}

.admin-brand[b-nqcj7o41m5] {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: -0.2px;
}

.admin-brand:hover[b-nqcj7o41m5] {
    color: #fff;
}

/* Navigation */

.admin-sidebar-nav[b-nqcj7o41m5] {
    flex: 1;
    padding: 0.75rem 0;
}

.admin-nav-section[b-nqcj7o41m5] {
    padding: 0.875rem 1.25rem 0.3rem;
    font-size: 0.675rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: rgba(255,255,255,.3);
}

.admin-nav-link[b-nqcj7o41m5] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.55rem 1.25rem;
    color: rgba(255,255,255,.55);
    text-decoration: none;
    font-size: 0.875rem;
    border-left: 3px solid transparent;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.admin-nav-link i[b-nqcj7o41m5] {
    font-size: 1rem;
    width: 1.25rem;
    flex-shrink: 0;
}

.admin-nav-link:hover[b-nqcj7o41m5] {
    color: rgba(255,255,255,.9);
    background-color: rgba(255,255,255,.05);
}

.admin-nav-link.active[b-nqcj7o41m5] {
    color: #fff;
    background-color: rgba(255,255,255,.08);
    border-left-color: var(--bs-primary, #0d6efd);
}

.admin-sidebar-footer[b-nqcj7o41m5] {
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(255,255,255,.08);
    flex-shrink: 0;
}

/* =============================================
   Main Area
   ============================================= */

.admin-main[b-nqcj7o41m5] {
    flex: 1;
    margin-left: 250px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: margin-left 0.28s cubic-bezier(.4,0,.2,1);
}

/* Header */

.admin-header[b-nqcj7o41m5] {
    background-color: var(--bs-body-bg);
    border-bottom: 1px solid var(--bs-border-color);
    padding: 0.625rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: 56px;
}

.admin-avatar[b-nqcj7o41m5] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--bs-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

/* Content */

.admin-content[b-nqcj7o41m5] {
    flex: 1;
    padding: 1.75rem;
}

/* =============================================
   Responsive — mobile sidebar
   ============================================= */

@media (max-width: 991.98px) {
    .admin-sidebar[b-nqcj7o41m5] {
        transform: translateX(-100%);
    }

    .admin-wrapper.sidebar-open .admin-sidebar[b-nqcj7o41m5] {
        transform: translateX(0);
        box-shadow: 4px 0 20px rgba(0,0,0,.35);
    }

    .admin-main[b-nqcj7o41m5] {
        margin-left: 0;
    }

    .admin-content[b-nqcj7o41m5] {
        padding: 1rem;
    }
}

@media (min-width: 992px) {
    .admin-sidebar-toggle[b-nqcj7o41m5] {
        display: none;
    }
}

/* Mobile overlay */
.admin-overlay[b-nqcj7o41m5] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 1039;
}

@media (max-width: 991.98px) {
    .admin-wrapper.sidebar-open .admin-overlay[b-nqcj7o41m5] {
        display: block;
    }
}
/* /Components/Layout/BackofficeLayout.razor.rz.scp.css */
/* Backoffice Layout - Theme-aware */
.backoffice-wrapper[b-u5k8xp8b1w] {
    display: flex;
    min-height: 100vh;
    background-color: var(--bs-body-bg);
}

/* Sidebar */
.backoffice-sidebar[b-u5k8xp8b1w] {
    width: 260px;
    background: #111118;
    color: var(--bs-white);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    transition: transform 0.3s ease;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.sidebar-header[b-u5k8xp8b1w] {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-brand[b-u5k8xp8b1w] {
    display: flex;
    align-items: center;
    color: var(--bs-white);
    text-decoration: none;
    font-size: 1.125rem;
}

.sidebar-brand:hover[b-u5k8xp8b1w] {
    color: var(--bs-white);
}

.sidebar-nav[b-u5k8xp8b1w] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 0;
}

.sidebar-nav .nav-link[b-u5k8xp8b1w] {
    display: flex;
    align-items: center;
    padding: 0.625rem 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.sidebar-nav .nav-link:hover[b-u5k8xp8b1w] {
    color: var(--bs-white);
    background-color: rgba(255, 255, 255, 0.05);
}

.sidebar-nav .nav-link.active[b-u5k8xp8b1w] {
    color: var(--bs-white);
    background-color: rgba(238, 24, 80, 0.12);
    border-left-color: #EE1850;
}

.sidebar-nav .nav-link i[b-u5k8xp8b1w] {
    font-size: 1.125rem;
    width: 1.5rem;
}

.nav-section-title[b-u5k8xp8b1w] {
    padding: 1rem 1.5rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.4);
}

.sidebar-footer[b-u5k8xp8b1w] {
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Main Content */
.backoffice-main[b-u5k8xp8b1w] {
    flex: 1;
    margin-left: 260px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.backoffice-header[b-u5k8xp8b1w] {
    background: var(--bs-body-bg);
    padding: 0.75rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--bs-border-color);
    position: sticky;
    top: 0;
    z-index: 100;
}

[data-bs-theme="dark"] .backoffice-header[b-u5k8xp8b1w] {
    background: var(--bs-dark);
    border-bottom-color: var(--bs-border-color);
}

.backoffice-content[b-u5k8xp8b1w] {
    flex: 1;
    padding: 1.5rem;
}

/* Utility Classes */
.bg-primary-soft[b-u5k8xp8b1w] { background-color: rgba(var(--bs-primary-rgb), 0.1) !important; }
.bg-success-soft[b-u5k8xp8b1w] { background-color: rgba(var(--bs-success-rgb), 0.1) !important; }
.bg-warning-soft[b-u5k8xp8b1w] { background-color: rgba(var(--bs-warning-rgb), 0.15) !important; }
.bg-danger-soft[b-u5k8xp8b1w] { background-color: rgba(var(--bs-danger-rgb), 0.1) !important; }
.bg-info-soft[b-u5k8xp8b1w] { background-color: rgba(var(--bs-info-rgb), 0.1) !important; }
.bg-secondary-soft[b-u5k8xp8b1w] { background-color: rgba(var(--bs-secondary-rgb), 0.1) !important; }

.text-primary-soft[b-u5k8xp8b1w] { color: rgba(var(--bs-primary-rgb), 0.8) !important; }
.text-success-soft[b-u5k8xp8b1w] { color: rgba(var(--bs-success-rgb), 0.8) !important; }

/* Cards */
.backoffice-content .card[b-u5k8xp8b1w] {
    border-radius: 0.5rem;
    background-color: var(--bs-card-bg);
    border-color: var(--bs-card-border-color);
}

.backoffice-content .card-header[b-u5k8xp8b1w] {
    padding: 1rem 1.25rem;
    background-color: var(--bs-card-cap-bg);
    border-bottom-color: var(--bs-card-border-color);
}

/* Tables */
.backoffice-content .table[b-u5k8xp8b1w] {
    color: var(--bs-body-color);
}

.backoffice-content .table th[b-u5k8xp8b1w] {
    font-weight: 600;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--bs-secondary);
    border-bottom-width: 1px;
}

.backoffice-content .table td[b-u5k8xp8b1w] {
    vertical-align: middle;
}

/* Responsive */
@media (max-width: 991.98px) {
    .backoffice-sidebar[b-u5k8xp8b1w] {
        transform: translateX(-100%);
    }

    .backoffice-sidebar.open[b-u5k8xp8b1w] {
        transform: translateX(0);
    }

    .backoffice-main[b-u5k8xp8b1w] {
        margin-left: 0;
    }

    .sidebar-toggle[b-u5k8xp8b1w] {
        display: block !important;
    }
}

/* Page Header */
.page-header[b-u5k8xp8b1w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-header h4[b-u5k8xp8b1w] {
    margin-bottom: 0;
    color: var(--bs-body-color);
}

/* Form Sections */
.form-section[b-u5k8xp8b1w] {
    background: var(--bs-card-bg);
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 1.5rem;
    border: 1px solid var(--bs-card-border-color);
}

[data-bs-theme="dark"] .form-section[b-u5k8xp8b1w] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
}

.form-section-header[b-u5k8xp8b1w] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.form-section-header h6[b-u5k8xp8b1w] {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--bs-body-color);
}

.form-section-body[b-u5k8xp8b1w] {
    padding: 1.25rem;
}

/* Status Badges */
.status-badge[b-u5k8xp8b1w] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    border-radius: 50rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-badge-active[b-u5k8xp8b1w] {
    background-color: rgba(var(--bs-success-rgb), 0.1);
    color: var(--bs-success);
}

.status-badge-inactive[b-u5k8xp8b1w] {
    background-color: rgba(var(--bs-secondary-rgb), 0.1);
    color: var(--bs-secondary);
}

.status-badge-pending[b-u5k8xp8b1w] {
    background-color: rgba(var(--bs-warning-rgb), 0.15);
    color: var(--bs-warning);
}

/* Empty States */
.empty-state[b-u5k8xp8b1w] {
    text-align: center;
    padding: 3rem 1.5rem;
}

.empty-state i[b-u5k8xp8b1w] {
    font-size: 3rem;
    color: var(--bs-secondary);
    opacity: 0.5;
    margin-bottom: 1rem;
}

.empty-state h5[b-u5k8xp8b1w] {
    color: var(--bs-body-color);
    margin-bottom: 0.5rem;
}

.empty-state p[b-u5k8xp8b1w] {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6foc7pdrkq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6foc7pdrkq] {
    flex: 1;
}

.sidebar[b-6foc7pdrkq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6foc7pdrkq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6foc7pdrkq]  a, .top-row[b-6foc7pdrkq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6foc7pdrkq]  a:hover, .top-row[b-6foc7pdrkq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6foc7pdrkq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6foc7pdrkq] {
        justify-content: space-between;
    }

    .top-row[b-6foc7pdrkq]  a, .top-row[b-6foc7pdrkq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6foc7pdrkq] {
        flex-direction: row;
    }

    .sidebar[b-6foc7pdrkq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6foc7pdrkq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6foc7pdrkq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6foc7pdrkq], article[b-6foc7pdrkq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6foc7pdrkq] {
    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: 1000;
}

    #blazor-error-ui .dismiss[b-6foc7pdrkq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/AboutUs.razor.rz.scp.css */
.about-page[b-93kx6v4tdz] {
    background: var(--bs-body-bg);
}

/* Hero Section */
.about-hero[b-93kx6v4tdz] {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6rem 0;
}

.hero-background[b-93kx6v4tdz] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #0066cc 0%, #00509e 50%, #003d7a 100%);
}

.hero-background[b-93kx6v4tdz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
            radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.06) 0%, transparent 50%);
}

.hero-background[b-93kx6v4tdz]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
            repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.02) 35px, rgba(255,255,255,.02) 70px);
}

.hero-content[b-93kx6v4tdz] {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    animation: fadeInUp-b-93kx6v4tdz 1s ease-out;
}

@keyframes fadeInUp-b-93kx6v4tdz {
     from {
         opacity: 0;
         transform: translateY(30px);
     }
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

.hero-label[b-93kx6v4tdz] {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
}

.hero-title[b-93kx6v4tdz] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.hero-lead[b-93kx6v4tdz] {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    line-height: 1.7;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
}

/* Story Section */
.story-section[b-93kx6v4tdz] {
    padding: 8rem 0;
}

.story-image[b-93kx6v4tdz] {
    height: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    position: relative;
}

.story-image[b-93kx6v4tdz]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.15) 0%, rgba(0, 61, 122, 0.25) 100%);
    border-radius: 20px;
}

.story-content[b-93kx6v4tdz] {
    padding: 2rem 0 2rem 3rem;
}

.section-label[b-93kx6v4tdz] {
    display: inline-block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #0066cc;
    margin-bottom: 1rem;
}

.section-title[b-93kx6v4tdz] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: var(--bs-body-color);
}

.story-text[b-93kx6v4tdz] {
    font-family: 'Inter', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--bs-secondary);
}

.story-text p[b-93kx6v4tdz] {
    margin-bottom: 1.5rem;
}

.story-text em[b-93kx6v4tdz] {
    font-style: italic;
    color: var(--bs-body-color);
    font-weight: 500;
}

/* Values Section */
.values-section[b-93kx6v4tdz] {
    padding: 6rem 0;
    background: var(--bs-light);
}

.section-header[b-93kx6v4tdz] {
    margin-bottom: 4rem;
}

.value-card[b-93kx6v4tdz] {
    background: var(--bs-body-bg);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid var(--bs-border-color);
}

.value-card:hover[b-93kx6v4tdz] {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 102, 204, 0.15);
    border-color: #0066cc;
}

.value-icon[b-93kx6v4tdz] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #0066cc 0%, #00509e 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 1.5rem;
}

.value-title[b-93kx6v4tdz] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--bs-body-color);
}

.value-description[b-93kx6v4tdz] {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--bs-secondary);
    margin: 0;
}

/* Stats Section */
.stats-section[b-93kx6v4tdz] {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0066cc 0%, #003d7a 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.stats-section[b-93kx6v4tdz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
            repeating-linear-gradient(90deg, transparent, transparent 50px, rgba(255,255,255,.03) 50px, rgba(255,255,255,.03) 100px);
    pointer-events: none;
}

.stat-card[b-93kx6v4tdz] {
    text-align: center;
    padding: 2rem 1rem;
    position: relative;
    z-index: 2;
}

.stat-number[b-93kx6v4tdz] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label[b-93kx6v4tdz] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.stat-description[b-93kx6v4tdz] {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    opacity: 0.85;
}

/* CTA Section */
.cta-section[b-93kx6v4tdz] {
    padding: 8rem 0;
}

.cta-title[b-93kx6v4tdz] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--bs-body-color);
}

.cta-text[b-93kx6v4tdz] {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    color: var(--bs-secondary);
    margin-bottom: 2.5rem;
}

.cta-buttons[b-93kx6v4tdz] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary[b-93kx6v4tdz] {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-93kx6v4tdz] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.3);
}

.btn-outline-primary[b-93kx6v4tdz] {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    border: 2px solid var(--bs-primary);
    color: var(--bs-primary);
    transition: all 0.3s ease;
}

.btn-outline-primary:hover[b-93kx6v4tdz] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.2);
    background: var(--bs-primary);
    color: white;
}

/* Responsive */
@media (max-width: 991px) {
    .story-content[b-93kx6v4tdz] {
        padding: 3rem 0 0;
    }

    .story-image[b-93kx6v4tdz] {
        min-height: 400px;
    }

    .stats-section[b-93kx6v4tdz] {
        padding: 4rem 0;
    }

    .stat-number[b-93kx6v4tdz] {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .hero-title br[b-93kx6v4tdz] {
        display: none;
    }

    .cta-buttons[b-93kx6v4tdz] {
        flex-direction: column;
    }

    .cta-buttons .btn[b-93kx6v4tdz] {
        width: 100%;
    }
}
/* /Components/Pages/Account/Bookings.razor.rz.scp.css */
/* Remove old styling */
/* /Components/Pages/Backoffice/Activities/Edit.razor.rz.scp.css */
/* Form Sections - Bootstrap 5 light/dark mode compatible */
.form-section[b-ohzhfnilht] {
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius-lg);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.form-section-header[b-ohzhfnilht] {
    background-color: var(--bs-tertiary-bg);
    border-bottom: 1px solid var(--bs-border-color);
    padding: 0.875rem 1.25rem;
}

.form-section-header h6[b-ohzhfnilht] {
    margin: 0;
    font-weight: 600;
    color: var(--bs-body-color);
}

.form-section-body[b-ohzhfnilht] {
    padding: 1.25rem;
}

/* Page Header */
.page-header[b-ohzhfnilht] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

/* Image Cards */
.image-card[b-ohzhfnilht] {
    position: relative;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    aspect-ratio: 4/3;
    background-color: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
}

.image-card img[b-ohzhfnilht] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-card.is-main[b-ohzhfnilht] {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

.image-overlay[b-ohzhfnilht] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0.5rem;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.image-card:hover .image-overlay[b-ohzhfnilht] {
    opacity: 1;
}

.main-badge[b-ohzhfnilht] {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: var(--bs-primary);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: var(--bs-border-radius);
    font-size: 0.75rem;
    font-weight: 500;
}

/* Success/Danger soft backgrounds */
.bg-success-soft[b-ohzhfnilht] {
    background-color: rgba(var(--bs-success-rgb), 0.1) !important;
}

.bg-danger-soft[b-ohzhfnilht] {
    background-color: rgba(var(--bs-danger-rgb), 0.1) !important;
}

/* Alert styling */
.alert[b-ohzhfnilht] {
    border: none;
}

/* Save button sticky footer on mobile */
@media (max-width: 991.98px) {
    .d-grid.gap-2[b-ohzhfnilht] {
        position: sticky;
        bottom: 1rem;
        z-index: 100;
        background-color: var(--bs-body-bg);
        padding: 1rem;
        margin: 0 -1rem;
        border-top: 1px solid var(--bs-border-color);
        box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
    }
}

/* Breadcrumb styling */
.breadcrumb[b-ohzhfnilht] {
    margin-bottom: 0;
}

.breadcrumb-item a[b-ohzhfnilht] {
    color: var(--bs-link-color);
    text-decoration: none;
}

.breadcrumb-item a:hover[b-ohzhfnilht] {
    text-decoration: underline;
}
/* /Components/Pages/Backoffice/Messages.razor.rz.scp.css */
.messages-container[b-vdf97ped0o] {
    height: calc(100vh - 130px);
    margin: -1.5rem;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.messages-container .row[b-vdf97ped0o] {
    height: 100%;
}

/* Conversations List */
.conversations-list[b-vdf97ped0o] {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e9ecef;
    height: 100%;
}

.conversations-header[b-vdf97ped0o] {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.conversations-body[b-vdf97ped0o] {
    flex: 1;
    overflow-y: auto;
}

.conversation-item[b-vdf97ped0o] {
    padding: 0.75rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #f1f3f4;
    transition: background-color 0.15s ease;
}

.conversation-item:hover[b-vdf97ped0o] {
    background-color: #f8f9fa;
}

.conversation-item.active[b-vdf97ped0o] {
    background-color: #e7f1ff;
}

.conversation-item.unread[b-vdf97ped0o] {
    background-color: #fff8e6;
}

.conversation-item.unread .conversation-name[b-vdf97ped0o] {
    font-weight: 600;
}

.conversation-avatar[b-vdf97ped0o] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    position: relative;
    flex-shrink: 0;
}

.conversation-avatar img[b-vdf97ped0o] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.conversation-avatar.online[b-vdf97ped0o]::after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #10b981;
    border: 2px solid white;
    border-radius: 50%;
}

.conversation-name[b-vdf97ped0o] {
    font-weight: 500;
}

.conversation-time[b-vdf97ped0o] {
    font-size: 0.7rem;
    color: #6c757d;
    white-space: nowrap;
}

.conversation-preview[b-vdf97ped0o] {
    font-size: 0.8125rem;
    color: #6c757d;
}

.conversation-booking[b-vdf97ped0o] {
    font-size: 0.7rem;
    color: #0d6efd;
    margin-top: 0.25rem;
}

/* Conversation Detail */
.conversation-detail[b-vdf97ped0o] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.empty-conversation[b-vdf97ped0o] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.conversation-header[b-vdf97ped0o] {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
}

/* Messages */
.messages-body[b-vdf97ped0o] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    background: #f8f9fa;
}

.message-date-divider[b-vdf97ped0o] {
    text-align: center;
    margin: 1rem 0;
}

.message-date-divider span[b-vdf97ped0o] {
    background: #e9ecef;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    color: #6c757d;
}

.message[b-vdf97ped0o] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    max-width: 70%;
}

.message-incoming[b-vdf97ped0o] {
    align-self: flex-start;
}

.message-outgoing[b-vdf97ped0o] {
    align-self: flex-end;
    margin-left: auto;
    flex-direction: row-reverse;
}

.message-avatar[b-vdf97ped0o] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 600;
    flex-shrink: 0;
}

.message-bubble[b-vdf97ped0o] {
    padding: 0.625rem 0.875rem;
    border-radius: 1rem;
    font-size: 0.9375rem;
    line-height: 1.4;
}

.message-incoming .message-bubble[b-vdf97ped0o] {
    background: white;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.message-outgoing .message-bubble[b-vdf97ped0o] {
    background: #0d6efd;
    color: white;
    border-bottom-right-radius: 0.25rem;
}

.message-meta[b-vdf97ped0o] {
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 0.25rem;
    text-align: right;
}

.message-outgoing .message-meta[b-vdf97ped0o] {
    text-align: left;
}

.typing-indicator[b-vdf97ped0o] {
    display: flex;
    gap: 4px;
    padding: 0.75rem 1rem;
}

.typing-indicator span[b-vdf97ped0o] {
    width: 8px;
    height: 8px;
    background: #6c757d;
    border-radius: 50%;
    animation: typing-b-vdf97ped0o 1.4s infinite;
}

.typing-indicator span:nth-child(2)[b-vdf97ped0o] {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3)[b-vdf97ped0o] {
    animation-delay: 0.4s;
}

@keyframes typing-b-vdf97ped0o {
    0%, 100% { opacity: 0.4; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1); }
}

/* Message Input */
.message-input-container[b-vdf97ped0o] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #e9ecef;
    background: #fff;
}

.reply-preview[b-vdf97ped0o] {
    background: #f8f9fa;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    border-left: 3px solid #0d6efd;
}

.message-input[b-vdf97ped0o] {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
}

.message-input textarea[b-vdf97ped0o] {
    resize: none;
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
    max-height: 120px;
}

.quick-replies[b-vdf97ped0o] {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.quick-replies .btn[b-vdf97ped0o] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

/* Responsive */
@media (max-width: 767.98px) {
    .messages-container[b-vdf97ped0o] {
        height: calc(100vh - 80px);
        margin: -1rem;
        border-radius: 0;
    }

    .conversation-detail .conversation-header[b-vdf97ped0o] {
        position: sticky;
        top: 0;
        z-index: 10;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
/* intentionally empty — all styles use Bootstrap utilities */
/* /Components/Pages/Destinations.razor.rz.scp.css */
/* intentionally empty — all styles use Bootstrap utilities */
/* /Components/Pages/Home.razor.rz.scp.css */
.rotating-text[b-rt5f8hygw7] {
    display: inline-block;
    transition: opacity 400ms ease, transform 400ms ease;
    opacity: 1;
}

.rotating-text.fade-out[b-rt5f8hygw7] {
    opacity: 0;
    transform: translateY(-4px);
}

.rotating-text.fade-in[b-rt5f8hygw7] {
    opacity: 1;
    transform: translateY(0);
}
/* /Components/Pages/Inspiration.razor.rz.scp.css */
/* intentionally empty — all styles use Bootstrap utilities */
/* /Components/Pages/OurMission.razor.rz.scp.css */
.mission-page[b-awbg05mnon] {
    background: var(--bs-body-bg);
}

/* Mission Hero */
.mission-hero[b-awbg05mnon] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(180deg, var(--bs-body-bg) 0%, var(--bs-light) 100%);
}

.mission-statement[b-awbg05mnon] {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    line-height: 1.25;
    font-weight: 400;
    color: var(--bs-body-color);
    text-align: center;
    margin: 0;
    animation: fadeIn-b-awbg05mnon 1.2s ease-out;
}

.mission-statement .highlight[b-awbg05mnon] {
    background: linear-gradient(135deg, #0066cc 0%, #00509e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: italic;
    position: relative;
    display: inline-block;
}

@keyframes fadeIn-b-awbg05mnon {
     from {
         opacity: 0;
         transform: translateY(20px);
     }
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

.scroll-prompt[b-awbg05mnon] {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    color: var(--bs-secondary);
    animation: scrollBounce-b-awbg05mnon 2s ease-in-out infinite;
}

@keyframes scrollBounce-b-awbg05mnon {
     0%, 100% {
         transform: translateX(-50%) translateY(0);
     }
     50% {
         transform: translateX(-50%) translateY(15px);
     }
 }

/* Vision Section */
.vision-section[b-awbg05mnon] {
    padding: 8rem 0;
}

.section-tag[b-awbg05mnon] {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #0066cc;
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.25rem;
    background: rgba(0, 102, 204, 0.1);
    border-radius: 50px;
}

.section-tag.light[b-awbg05mnon] {
    color: white;
    background: rgba(255, 255, 255, 0.2);
}

.vision-title[b-awbg05mnon] {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.2;
    color: var(--bs-body-color);
    margin-bottom: 2rem;
}

.vision-text[b-awbg05mnon] {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--bs-secondary);
}

.vision-text p[b-awbg05mnon] {
    margin-bottom: 1.5rem;
}

.vision-text strong[b-awbg05mnon] {
    color: var(--bs-body-color);
    font-weight: 600;
}

.vision-visual[b-awbg05mnon] {
    position: relative;
}

.visual-card[b-awbg05mnon] {
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.visual-overlay[b-awbg05mnon] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.2) 0%, rgba(0, 61, 122, 0.3) 100%);
}

/* Pillars Section */
.pillars-section[b-awbg05mnon] {
    padding: 8rem 0;
    background: var(--bs-light);
}

.section-intro[b-awbg05mnon] {
    margin-bottom: 5rem;
}

.pillars-title[b-awbg05mnon] {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-top: 1rem;
    color: var(--bs-body-color);
}

.pillars-grid[b-awbg05mnon] {
    display: grid;
    gap: 3rem;
}

.pillar-card[b-awbg05mnon] {
    background: var(--bs-body-bg);
    border-radius: 24px;
    padding: 3rem;
    border-left: 6px solid;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.pillar-card:hover[b-awbg05mnon] {
    transform: translateX(10px);
    box-shadow: 0 15px 60px rgba(0,0,0,0.12);
}

.pillar-travelers[b-awbg05mnon] {
    border-color: #0066cc;
}

.pillar-partners[b-awbg05mnon] {
    border-color: #00b894;
}

.pillar-planet[b-awbg05mnon] {
    border-color: #fdcb6e;
}

.pillar-number[b-awbg05mnon] {
    font-family: 'DM Serif Display', serif;
    font-size: 4rem;
    font-weight: 400;
    opacity: 0.15;
    margin-bottom: 1rem;
    line-height: 1;
}

.pillar-title[b-awbg05mnon] {
    font-family: 'DM Serif Display', serif;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--bs-body-color);
}

.pillar-description[b-awbg05mnon] {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--bs-secondary);
    margin-bottom: 2rem;
}

.pillar-benefits[b-awbg05mnon] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pillar-benefits li[b-awbg05mnon] {
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    color: var(--bs-body-color);
    font-weight: 500;
}

.pillar-benefits li[b-awbg05mnon]::before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #0066cc;
}

/* Promise Section */
.promise-section[b-awbg05mnon] {
    padding: 8rem 0;
    background: linear-gradient(135deg, #0066cc 0%, #003d7a 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.promise-section[b-awbg05mnon]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.05) 0%, transparent 50%);
    pointer-events: none;
}

.promise-content[b-awbg05mnon] {
    position: relative;
    z-index: 2;
    text-align: center;
}

.promise-title[b-awbg05mnon] {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 4rem;
}

.promise-grid[b-awbg05mnon] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.promise-item[b-awbg05mnon] {
    text-align: center;
}

.promise-icon[b-awbg05mnon] {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.15);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.promise-item h4[b-awbg05mnon] {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.promise-item p[b-awbg05mnon] {
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    opacity: 0.9;
    margin: 0;
}

/* Join Section */
.join-section[b-awbg05mnon] {
    padding: 8rem 0;
}

.join-title[b-awbg05mnon] {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1.5rem;
    color: var(--bs-body-color);
}

.join-text[b-awbg05mnon] {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--bs-secondary);
    margin-bottom: 3rem;
}

.join-actions[b-awbg05mnon] {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-join-primary[b-awbg05mnon],
.btn-join-secondary[b-awbg05mnon] {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 1.125rem 2.5rem;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-join-primary[b-awbg05mnon] {
    background: linear-gradient(135deg, #0066cc 0%, #00509e 100%);
    color: white;
    border: none;
}

.btn-join-primary:hover[b-awbg05mnon] {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 102, 204, 0.35);
    color: white;
}

.btn-join-secondary[b-awbg05mnon] {
    background: transparent;
    color: var(--bs-body-color);
    border: 2px solid var(--bs-border-color);
}

.btn-join-secondary:hover[b-awbg05mnon] {
    background: var(--bs-light);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    color: var(--bs-body-color);
}

/* Responsive */
@media (max-width: 991px) {
    .vision-visual[b-awbg05mnon] {
        margin-top: 3rem;
    }

    .visual-card[b-awbg05mnon] {
        height: 400px;
    }

    .pillar-card[b-awbg05mnon] {
        padding: 2rem;
    }

    .promise-grid[b-awbg05mnon] {
        gap: 2rem;
    }
}

@media (max-width: 576px) {
    .mission-hero[b-awbg05mnon] {
        min-height: 80vh;
    }

    .join-actions[b-awbg05mnon] {
        flex-direction: column;
        width: 100%;
    }

    .btn-join-primary[b-awbg05mnon],
    .btn-join-secondary[b-awbg05mnon] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Sections/Navigation/AccountSidebar.razor.rz.scp.css */
/* /Components/Sections/Navigation/MainMenu.razor.rz.scp.css */
.notification-badge[b-fahasr2mvf]
{
    min-width: 10px;
    min-height: 10px;
    background: var(--bs-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 3px;
    border-radius: 4px;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 1;
}
/* /Components/Sections/Products/Accommodations/AccommodationSelectionSummary.razor.rz.scp.css */
/* /Components/Sections/Products/Activities/ActivitySelectionSummary.razor.rz.scp.css */
/* /Components/UI/Calandars/DateRangePicker.razor.rz.scp.css */
[b-gjqgc5051t] .fp-status-unavailable {
    background-color: #e9ecef !important;
    color: #adb5bd !important;
    cursor: not-allowed !important;
    text-decoration: line-through;
}

[b-gjqgc5051t] .fp-status-checkinonly {
    background-color: #d4edda !important;
    color: #155724 !important;
    border-bottom: 2px solid #28a745 !important;
}

[b-gjqgc5051t] .fp-status-available {
    background-color: #d4edda !important;
    color: #155724 !important;
}

[b-gjqgc5051t] .fp-status-checkoutonly {
    background-color: #fff3cd !important;
    color: #856404 !important;
    border-bottom: 2px solid #ffc107 !important;
}
/* /Components/UI/Calandars/WeekDayCalendar.razor.rz.scp.css */
.icon-lg[b-74ipkfv7n1] {
    width: 72px;
    height: 72px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
    flex-grow: 1;
    line-height: 1.1;
}

.cursor-pointer[b-74ipkfv7n1] {
    cursor: pointer;
}

.cursor-blocked[b-74ipkfv7n1] {
    cursor: not-allowed;
}
/* /Components/UI/LanguageSwitcher.razor.rz.scp.css */
.language-switcher[b-1l7zib319t] {
    position: relative;
}

.language-btn[b-1l7zib319t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    text-decoration: none;
    transition: all 0.2s ease;
}

.language-btn:hover[b-1l7zib319t] {
    background: var(--bs-secondary-bg);
    border-color: var(--bs-primary);
}

.flag-icon[b-1l7zib319t] {
    font-size: 1.25rem;
    line-height: 1;
}

.language-code[b-1l7zib319t] {
    font-weight: 500;
    font-size: 0.875rem;
}

.dropdown-menu[b-1l7zib319t] {
    min-width: 200px;
    padding: 0.5rem 0;
}

.dropdown-item[b-1l7zib319t] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
}

.dropdown-item.active[b-1l7zib319t] {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}

.dropdown-item:not(.active):hover[b-1l7zib319t] {
    background-color: var(--bs-secondary-bg);
}

.dropdown-item .language-name[b-1l7zib319t] {
    flex: 1;
}

.dropdown-item .bi-check-lg[b-1l7zib319t] {
    color: var(--bs-primary);
}

.dropdown-item:disabled[b-1l7zib319t] {
    cursor: default;
    opacity: 1;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .language-code[b-1l7zib319t] {
        display: none;
    }

    .language-btn[b-1l7zib319t] {
        padding: 0.5rem;
    }
}
/* /Components/UI/Listings/ListingCard.razor.rz.scp.css */
.line-clamp-4[b-tltrox1gcr] {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1[b-tltrox1gcr] {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Components/UI/Products/Activities/ActivityVariant.razor.rz.scp.css */
[b-92c75qy7qn] .date-link {
    cursor: pointer;
    color: var(--bs-primary);
}

[b-92c75qy7qn] .date-link:hover {
    text-decoration: underline;
}

.badge-success-soft[b-92c75qy7qn] {
    background-color: rgba(12, 188, 135, 0.1);
    color: var(--bs-success);
}

.badge-warning-soft[b-92c75qy7qn] {
    background-color: rgba(247, 195, 46, 0.15);
    color: #9a7b19;
}

.badge-danger-soft[b-92c75qy7qn] {
    background-color: rgba(214, 41, 62, 0.1);
    color: var(--bs-danger);
}

.badge-dark-soft[b-92c75qy7qn] {
    background-color: rgba(36, 41, 45, 0.1);
    color: var(--bs-dark);
}

/* Deal Card Styling - Matches Bookinga */
.deal-card[b-92c75qy7qn] {
    border-radius: 0.5rem;
    padding: 1.25rem;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.deal-card.sold-out[b-92c75qy7qn] {
    opacity: 0.65;
    background: linear-gradient(135deg, var(--bs-tertiary-bg) 0%, var(--bs-body-bg) 100%);
}

.deal-card:hover[b-92c75qy7qn] {
    box-shadow: 0 0 40px rgba(29,58,83,.2);
}

.deal-card.selected[b-92c75qy7qn] {
    border-color: var(--bs-primary);
}

.deal-card .badge[b-92c75qy7qn] {
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

.deal-card .deal-title[b-92c75qy7qn] {
    color: var(--bs-primary);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.deal-card .deal-meta[b-92c75qy7qn] {
    font-size: 0.8125rem;
}

.deal-card .deal-meta li[b-92c75qy7qn] {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.25rem;
}

.deal-card .deal-meta li[b-92c75qy7qn]::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--bs-primary);
}

.deal-card .price[b-92c75qy7qn] {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--bs-dark);
}

.deal-card .price-original[b-92c75qy7qn] {
    text-decoration: line-through;
    color: var(--bs-body-color);
    font-size: 0.875rem;
    font-weight: 400;
}

.variant-picker[b-92c75qy7qn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.variant-picker .deal-card:last-child[b-92c75qy7qn] {
    margin-bottom: 0;
}

.select-day-message[b-92c75qy7qn] {
    text-align: center;
    color: #6b7280;
    padding: 2rem;
}

.date-link[b-92c75qy7qn] {
    color: var(--bs-primary);
    font-weight: 600;
}

.deal-card.has-cart-item[b-92c75qy7qn] {
    border-color: var(--bs-success);
    background: linear-gradient(
            to bottom,
            rgba(var(--bs-success-rgb), 0.03) 0%,
            var(--bs-body-bg) 100px
    );
}

.deal-card.has-cart-item-expired[b-92c75qy7qn] {
    border-color: var(--bs-warning);
}

.cart-indicator[b-92c75qy7qn] {
    background: linear-gradient(135deg, var(--bs-success) 0%, #0a9a6e 100%);
    color: #fff;
    margin: -1.25rem -1.25rem 1rem -1.25rem;
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 0.8125rem;
    font-weight: 500;
}

.cart-indicator .btn-link[b-92c75qy7qn] {
    opacity: 0.8;
    transition: opacity 0.2s;
}

.cart-indicator .btn-link:hover[b-92c75qy7qn] {
    opacity: 1;
}

/* Time slot buttons */
.time-slot[b-92c75qy7qn] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.time-slot .spots[b-92c75qy7qn] {
    font-size: 0.6875rem;
    font-weight: 400;
    opacity: 0.7;
}

.time-slot.in-cart[b-92c75qy7qn] {
    border-color: var(--bs-success);
}

.time-slot.in-cart .spots[b-92c75qy7qn] {
    color: rgba(255,255,255,0.8);
}

/* Included tags */
.included-item[b-92c75qy7qn] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: #f8f9fa;
    padding: 0.25rem 0.625rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    color: #5c6065;
}

.included-item i[b-92c75qy7qn] {
    color: var(--bs-success);
}
