@import '_content/Volo.Abp.PermissionManagement.Blazor/Volo.Abp.PermissionManagement.Blazor.p33ll9g8os.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.einsure-layout[b-fu7iho34qi] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-header[b-fu7iho34qi] {
    background-color: var(--einsure-primary) !important;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: none !important;
}

.header-left[b-fu7iho34qi] {
    display: flex;
    gap: 12px;
    flex: 1;
}

.header-action-btn[b-fu7iho34qi],
[b-fu7iho34qi] .header-action-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none !important;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-action-btn i[b-fu7iho34qi],
[b-fu7iho34qi] .header-action-btn i {
    font-size: 18px;
}

.header-action-btn:hover[b-fu7iho34qi],
.header-action-btn.active[b-fu7iho34qi],
[b-fu7iho34qi] .header-action-btn:hover,
[b-fu7iho34qi] .header-action-btn.active {
    background-color: var(--einsure-secondary);
    color: var(--einsure-primary) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    border-color: var(--einsure-secondary);
}

.header-center[b-fu7iho34qi] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.header-logo[b-fu7iho34qi] {
    height: 48px;
    transition: transform 0.3s ease;
}

.logo-link:hover .header-logo[b-fu7iho34qi] {
    transform: scale(1.05);
}

.header-right[b-fu7iho34qi] {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.einsure-external-link[b-fu7iho34qi] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    color: #fff !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.einsure-external-link:hover[b-fu7iho34qi] {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.3);
}

.einsure-external-link i[b-fu7iho34qi] {
    font-size: 18px;
}

.einsure-lang-switch[b-fu7iho34qi] {
    position: relative;
}

.einsure-lang-switch .lang-caret[b-fu7iho34qi] {
    font-size: 11px !important;
    margin-left: 2px;
    transition: transform 0.2s ease;
}

.einsure-lang-switch.open .lang-caret[b-fu7iho34qi] {
    transform: rotate(180deg);
}

.einsure-lang-switch .lang-dropdown-menu[b-fu7iho34qi] {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
}

.einsure-lang-switch .lang-dropdown-menu.show[b-fu7iho34qi] {
    display: block;
}

.einsure-lang-switch .lang-btn[b-fu7iho34qi] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.einsure-lang-switch .lang-btn i.fa-globe[b-fu7iho34qi] {
    font-size: 18px;
}

.einsure-lang-switch .lang-btn:hover[b-fu7iho34qi],
.einsure-lang-switch .lang-btn[aria-expanded="true"][b-fu7iho34qi] {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.3);
}

[b-fu7iho34qi] .lang-dropdown-menu .dropdown-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 10px 14px !important;
    border-radius: 10px;
    font-size: 14px;
}

[b-fu7iho34qi] .lang-dropdown-menu .dropdown-item .lang-code {
    min-width: 28px;
    font-weight: 800;
    color: var(--einsure-primary);
    letter-spacing: 0.04em;
}

[b-fu7iho34qi] .lang-dropdown-menu .dropdown-item .lang-name {
    color: #1f2937;
}

[b-fu7iho34qi] .lang-dropdown-menu .dropdown-item.active,
[b-fu7iho34qi] .lang-dropdown-menu .dropdown-item.active .lang-code,
[b-fu7iho34qi] .lang-dropdown-menu .dropdown-item.active .lang-name {
    background-color: var(--einsure-brand-dim, rgba(30, 81, 164, 0.08));
    color: var(--einsure-primary) !important;
}

/* Ensure the user info doesn't wrap and stays clickable */
[b-fu7iho34qi] .navbar-nav {
    flex-direction: row !important;
    align-items: center;
}

.main-content[b-fu7iho34qi] {
    flex: 1;
    background-color: #f8fafc;
}

.einsure-footer[b-fu7iho34qi] {
    padding: 8px 0;
    text-align: center;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 500;
}

.footer-content[b-fu7iho34qi] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.footer-brand[b-fu7iho34qi] {
    font-weight: 800;
    color: #64748b;
    letter-spacing: 0.02em;
}

.footer-dot[b-fu7iho34qi] {
    opacity: 0.4;
    font-size: 10px;
}

.nav-toolbar-wrapper[b-fu7iho34qi] {
    position: relative;
    min-width: 160px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
}

.nav-toolbar-skeleton[b-fu7iho34qi] {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient( 90deg, rgba(255,255,255,0.08) 25%, rgba(255,255,255,0.18) 37%, rgba(255,255,255,0.08) 63% );
    background-size: 400% 100%;
    animation: einsure-skeleton-pulse-b-fu7iho34qi 1.4s ease-in-out infinite;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

@keyframes einsure-skeleton-pulse-b-fu7iho34qi {
    0% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Override ABP Toolbar colors and behavior */
[b-fu7iho34qi] .navbar-nav .nav-link,
[b-fu7iho34qi] .dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 10px 20px !important;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease;
}

    [b-fu7iho34qi] .navbar-nav .nav-link:hover,
    [b-fu7iho34qi] .dropdown-toggle:hover,
    [b-fu7iho34qi] .dropdown-toggle.show {
        background: rgba(255, 255, 255, 0.22) !important;
        border-color: rgba(255, 255, 255, 0.3) !important;
    }

    [b-fu7iho34qi] .navbar-nav .nav-link i,
    [b-fu7iho34qi] .dropdown-toggle i {
        font-size: 18px;
    }


    [b-fu7iho34qi] .navbar-nav .nav-link > *,
    [b-fu7iho34qi] .dropdown-toggle > * {
        display: flex;
        align-items: center;
    }
[b-fu7iho34qi] .dropdown-menu {
    display: none;
    border: none;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    margin-top: 10px !important;
    padding: 8px;
    min-width: 220px;
    z-index: 2000;
}

[b-fu7iho34qi] .dropdown-menu.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

[b-fu7iho34qi] .dropdown-item {
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    display: flex !important;
    align-items: center;
    gap: 8px;
}

/* Hide mobile drawer and backdrop on desktop */
.mobile-drawer-backdrop[b-fu7iho34qi],
.mobile-drawer[b-fu7iho34qi] {
    display: none;
}

/* ---- Responsive Mobile Header and Footer ---- */
@media (max-width: 767.98px) {
    .main-header[b-fu7iho34qi] {
        padding: 0 16px !important;
        height: 60px !important;
    }
    .header-left[b-fu7iho34qi] {
        display: none !important;
    }
    .header-center[b-fu7iho34qi] {
        flex: none !important;
        justify-content: flex-start !important;
    }
    .header-logo[b-fu7iho34qi] {
        height: 36px !important;
    }
    .header-right[b-fu7iho34qi] {
        gap: 10px !important;
    }
    
    /* Hamburger toggle button */
    .hamburger-btn[b-fu7iho34qi] {
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .hamburger-btn:hover[b-fu7iho34qi] {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.3);
    }

    /* Mobile drawer backdrop */
    .mobile-drawer-backdrop[b-fu7iho34qi] {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(15, 23, 42, 0.4);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        z-index: 2000;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    .mobile-drawer-backdrop.show[b-fu7iho34qi] {
        opacity: 1;
        pointer-events: auto;
    }

    /* Mobile sliding drawer */
    .mobile-drawer[b-fu7iho34qi] {
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        max-width: 85vw;
        height: 100vh;
        background: #fff;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12);
        z-index: 2001;
        display: flex;
        flex-direction: column;
        transform: translateX(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border-left: 2px solid var(--einsure-primary);
    }
    .mobile-drawer.open[b-fu7iho34qi] {
        transform: translateX(0);
    }

    .drawer-header[b-fu7iho34qi] {
        height: 60px;
        background: var(--einsure-primary);
        padding: 0 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .drawer-logo[b-fu7iho34qi] {
        height: 32px;
    }
    .drawer-close-btn[b-fu7iho34qi] {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    .drawer-close-btn:hover[b-fu7iho34qi] {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.3);
    }

    .drawer-content[b-fu7iho34qi] {
        flex: 1;
        overflow-y: auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
    }

    .drawer-profile-section[b-fu7iho34qi] {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px;
        background: var(--einsure-brand-dim);
        border: 1px solid var(--einsure-brand-border);
        border-radius: 12px;
    }
    .profile-avatar[b-fu7iho34qi] {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--einsure-primary);
        color: #fff;
        box-shadow: 0 4px 8px rgba(30, 81, 164, 0.1);
    }
    .profile-info[b-fu7iho34qi] {
        display: flex;
        flex-direction: column;
    }
    .welcome-text[b-fu7iho34qi] {
        font-size: 10px;
        font-weight: 700;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    .user-fullname[b-fu7iho34qi] {
        font-size: 14px;
        font-weight: 700;
        color: #1e293b;
    }

    .drawer-nav-list[b-fu7iho34qi] {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
    .drawer-nav-item[b-fu7iho34qi] {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 14px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        color: #334155 !important;
        text-decoration: none !important;
        font-weight: 600;
        font-size: 14px;
        border-radius: 10px;
        transition: all 0.2s ease;
    }
    .drawer-nav-item:hover[b-fu7iho34qi] {
        background: var(--einsure-brand-dim);
        border-color: var(--einsure-brand-border);
        color: var(--einsure-primary) !important;
    }
    .drawer-nav-item i[b-fu7iho34qi] {
        font-size: 14px;
        color: var(--einsure-primary);
    }
    .drawer-section-title[b-fu7iho34qi] {
        font-size: 10px;
        font-weight: 800;
        color: #94a3b8;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        margin-bottom: 6px;
    }

    .drawer-lang-selector[b-fu7iho34qi] {
        display: flex;
        width: 100%;
    }
    .drawer-lang-btn[b-fu7iho34qi] {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #e2e8f0;
        background: #fff;
        color: #475569 !important;
        font-weight: 700;
        font-size: 13px;
        text-decoration: none !important;
        transition: all 0.2s ease;
    }
    .drawer-lang-btn:hover[b-fu7iho34qi] {
        background: #f8fafc;
        border-color: #cbd5e1;
    }
    .drawer-lang-btn.active[b-fu7iho34qi] {
        background: var(--einsure-primary);
        border-color: var(--einsure-primary);
        color: #fff !important;
        box-shadow: 0 4px 8px rgba(30, 81, 164, 0.2);
    }

    /* Guest Profile styling updates */
    .guest-profile[b-fu7iho34qi] {
        background: #f1f5f9 !important;
        border: 1px dashed #cbd5e1 !important;
    }
    .guest-profile .profile-avatar[b-fu7iho34qi] {
        background: #e2e8f0 !important;
        color: #475569 !important;
    }

    /* Custom login & logout states */
    .drawer-nav-item.logout-link:hover[b-fu7iho34qi] {
        background: #fef2f2 !important;
        border-color: #fca5a5 !important;
    }
    .drawer-nav-item.login-link[b-fu7iho34qi] {
        border-color: var(--einsure-brand-border) !important;
        background: var(--einsure-brand-dim) !important;
    }
    .drawer-nav-item.login-link:hover[b-fu7iho34qi] {
        background: var(--einsure-primary) !important;
        border-color: var(--einsure-primary) !important;
        color: #fff !important;
    }
    .drawer-nav-item.login-link:hover i[b-fu7iho34qi] {
        color: #fff !important;
    }
}

@media (max-width: 575.98px) {
    .einsure-footer[b-fu7iho34qi] {
        padding: 12px 8px !important;
        font-size: 11px !important;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
.index-container[b-dlu28wwv6h] {
    background-color: #f8fafc;
}

.view-fade-in[b-dlu28wwv6h] {
    animation: fadeIn-b-dlu28wwv6h 0.4s ease-out;
}

@keyframes fadeIn-b-dlu28wwv6h {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.clickable[b-dlu28wwv6h] {
    cursor: pointer;
}

.btn-back[b-dlu28wwv6h] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: white;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    font-size: 18px;
}

.btn-back:hover[b-dlu28wwv6h] {
    background: var(--einsure-primary);
    color: white;
    border-color: var(--einsure-primary);
    transform: translateX(-4px);
}

.card-icon-wrapper.sm[b-dlu28wwv6h] {
    font-size: 60px !important;
    margin-bottom: 16px !important;
}

.card-title.sm[b-dlu28wwv6h] {
    font-size: 1.5rem !important;
    margin-bottom: 8px !important;
}

.card-description.sm[b-dlu28wwv6h] {
    font-size: 0.95rem !important;
}

.welcome-section[b-dlu28wwv6h] {
    text-align: center;
    padding: 1.25rem 0 0.5rem 0;
    margin-bottom: 1.5rem;
}

.welcome-title[b-dlu28wwv6h] {
    font-size: 2.25rem;
    font-weight: 300;
    color: #1e293b;
    margin-bottom: 0;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.brand-highlight[b-dlu28wwv6h] {
    font-weight: 800;
    color: #1e51a4;
}

.welcome-divider[b-dlu28wwv6h] {
    width: 45px;
    height: 3px;
    background-color: #1e51a4;
    margin: 0.75rem auto;
    border-radius: 2px;
}

.welcome-subtitle[b-dlu28wwv6h] {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.module-card[b-dlu28wwv6h] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 260px;
    background: #ffffff;
    border-radius: 28px;
    padding: 32px 28px;
    text-decoration: none !important;
    overflow: visible;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(30, 81, 164, 0.02), 0 1px 3px rgba(0, 0, 0, 0.02);
    border: 1px solid #cbd5e1;
}

.module-card:hover[b-dlu28wwv6h] {
    transform: translateY(-8px);
}

.module-card.card-kasko:hover[b-dlu28wwv6h] {
    border-color: rgba(30, 81, 164, 0.25);
    box-shadow: 0 20px 45px -12px rgba(30, 81, 164, 0.12), 0 0 0 1px rgba(30, 81, 164, 0.08);
}

.module-card.card-tpl:hover[b-dlu28wwv6h] {
    border-color: rgba(217, 119, 6, 0.25);
    box-shadow: 0 20px 45px -12px rgba(217, 119, 6, 0.12), 0 0 0 1px rgba(217, 119, 6, 0.08);
}

.module-card.card-green-card:hover[b-dlu28wwv6h] {
    border-color: rgba(16, 185, 129, 0.25);
    box-shadow: 0 20px 45px -12px rgba(16, 185, 129, 0.12), 0 0 0 1px rgba(16, 185, 129, 0.08);
}

.module-card.card-kufitare:hover[b-dlu28wwv6h] {
    border-color: rgba(99, 102, 241, 0.25);
    box-shadow: 0 20px 45px -12px rgba(99, 102, 241, 0.12), 0 0 0 1px rgba(99, 102, 241, 0.08);
}

.module-card.card-travel-health:hover[b-dlu28wwv6h] {
    border-color: rgba(13, 148, 136, 0.25);
    box-shadow: 0 20px 45px -12px rgba(13, 148, 136, 0.12), 0 0 0 1px rgba(13, 148, 136, 0.08);
}

.card-inner[b-dlu28wwv6h] {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.card-icon-wrapper[b-dlu28wwv6h] {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 26px;
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card-kasko .card-icon-wrapper[b-dlu28wwv6h] {
    background: rgba(30, 81, 164, 0.08);
    color: #1e51a4;
}

.card-tpl .card-icon-wrapper[b-dlu28wwv6h] {
    background: rgba(217, 119, 6, 0.08);
    color: #d97706;
}

.card-green-card .card-icon-wrapper[b-dlu28wwv6h] {
    background: rgba(16, 185, 129, 0.08);
    color: #10b981;
}

.card-kufitare .card-icon-wrapper[b-dlu28wwv6h] {
    background: rgba(99, 102, 241, 0.08);
    color: #4f46e5;
}

.card-travel-health .card-icon-wrapper[b-dlu28wwv6h] {
    background: rgba(13, 148, 136, 0.08);
    color: #0d9488;
}

.module-card:hover .card-icon-wrapper[b-dlu28wwv6h] {
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.15);
}

.card-title[b-dlu28wwv6h] {
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 8px;
    text-shadow: none;
    transition: color 0.3s ease;
}

.module-card.card-kasko:hover .card-title[b-dlu28wwv6h] { color: #1e51a4; }
.module-card.card-tpl:hover .card-title[b-dlu28wwv6h] { color: #d97706; }
.module-card.card-green-card:hover .card-title[b-dlu28wwv6h] { color: #10b981; }
.module-card.card-kufitare:hover .card-title[b-dlu28wwv6h] { color: #4f46e5; }
.module-card.card-travel-health:hover .card-title[b-dlu28wwv6h] { color: #0d9488; }

.card-description[b-dlu28wwv6h] {
    color: #475569;
    font-size: 0.9rem;
    max-width: 100%;
    line-height: 1.45;
    font-weight: 500;
}

.card-tag[b-dlu28wwv6h] {
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.05);
}

.tag-recomanduar[b-dlu28wwv6h] {
    background: rgba(30, 81, 164, 0.08);
    color: #1e51a4;
}

.tag-detyrueshem[b-dlu28wwv6h] {
    background: rgba(217, 119, 6, 0.08);
    color: #d97706;
}

.tag-jashte-vendit[b-dlu28wwv6h] {
    background: rgba(16, 185, 129, 0.08);
    color: #10b981;
}

.tag-targa-te-huaja[b-dlu28wwv6h] {
    background: rgba(99, 102, 241, 0.08);
    color: #4f46e5;
}

.tag-popullore[b-dlu28wwv6h] {
    background: rgba(13, 148, 136, 0.08);
    color: #0d9488;
}

.card-action-arrow[b-dlu28wwv6h] {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 12px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.module-card:hover .card-action-arrow[b-dlu28wwv6h] {
    opacity: 1;
    transform: translateX(0);
}

.module-card.card-kasko:hover .card-action-arrow[b-dlu28wwv6h] { background: #1e51a4; color: white; }
.module-card.card-tpl:hover .card-action-arrow[b-dlu28wwv6h] { background: #d97706; color: white; }
.module-card.card-green-card:hover .card-action-arrow[b-dlu28wwv6h] { background: #10b981; color: white; }
.module-card.card-kufitare:hover .card-action-arrow[b-dlu28wwv6h] { background: #4f46e5; color: white; }
.module-card.card-travel-health:hover .card-action-arrow[b-dlu28wwv6h] { background: #0d9488; color: white; }


/* Admin Section */
.admin-section[b-dlu28wwv6h] {
    max-width: 1000px;
    margin: 0 auto;
}

.section-divider[b-dlu28wwv6h] {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.section-divider[b-dlu28wwv6h]::before,
.section-divider[b-dlu28wwv6h]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.section-divider span[b-dlu28wwv6h] {
    padding: 0 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #64748b;
    font-size: 0.75rem;
}

.admin-grid[b-dlu28wwv6h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.admin-item[b-dlu28wwv6h] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 28px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.admin-item:hover[b-dlu28wwv6h] {
    border-color: var(--einsure-primary);
    background: white;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.08);
}

.admin-item-icon[b-dlu28wwv6h] {
    width: 48px;
    height: 48px;
    background: #f1f5f9;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 18px;
    transition: all 0.3s ease;
}

.admin-item:hover .admin-item-icon[b-dlu28wwv6h] {
    background: var(--einsure-primary);
    color: white;
}

.admin-item-label[b-dlu28wwv6h] {
    font-weight: 700;
    color: #1e293b;
    font-size: 1rem;
}


.module-group-header[b-dlu28wwv6h] {
    margin-left: 5px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.group-icon-wrapper[b-dlu28wwv6h] {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--einsure-primary), #3b82f6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(30, 81, 164, 0.15);
    border: 3px solid #ffffff;
    outline: 1.5px solid #cbd5e1;
    transition: all 0.3s ease;
}

.group-icon-wrapper.health[b-dlu28wwv6h] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.15);
}

.group-title[b-dlu28wwv6h] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.group-subtitle[b-dlu28wwv6h] {
    font-size: 1.05rem;
    color: #64748b;
    font-weight: 500;
}

.module-section[b-dlu28wwv6h] {
    scroll-margin-top: 100px; /* Offset for the sticky header */
}

/* ---- Responsive Mobile Styling ---- */
@media (max-width: 991.98px) {
    .module-card[b-dlu28wwv6h] {
        padding: 24px 20px;
        height: auto;
        min-height: 230px;
        border-radius: 20px;
    }
    .card-icon-wrapper[b-dlu28wwv6h] {
        width: 52px;
        height: 52px;
        font-size: 22px;
        margin-bottom: 16px;
        border-radius: 16px;
    }
    .card-title[b-dlu28wwv6h] {
        font-size: 1.2rem;
    }
    .card-description[b-dlu28wwv6h] {
        font-size: 0.85rem;
    }
    .welcome-title[b-dlu28wwv6h] {
        font-size: 2.25rem;
    }
}

@media (max-width: 767.98px) {
    .welcome-title[b-dlu28wwv6h] {
        font-size: 1.85rem;
        margin-bottom: 8px;
    }
    .welcome-subtitle[b-dlu28wwv6h] {
        font-size: 1.05rem;
        padding: 0 15px;
    }
    .group-title[b-dlu28wwv6h] {
        font-size: 1.4rem;
    }
    .group-subtitle[b-dlu28wwv6h] {
        font-size: 0.95rem;
    }
    .group-icon-wrapper[b-dlu28wwv6h] {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
    .module-group-header[b-dlu28wwv6h] {
        padding-bottom: 12px;
    }
    .module-card[b-dlu28wwv6h] {
        min-height: 200px;
    }
}

@media (max-width: 575.98px) {
    .welcome-section[b-dlu28wwv6h] {
        margin-bottom: 32px !important;
    }
    .module-section[b-dlu28wwv6h] {
        margin-bottom: 32px !important;
    }
    .module-card[b-dlu28wwv6h] {
        min-height: 180px;
        padding: 20px;
    }
    .card-tag[b-dlu28wwv6h] {
        top: 20px;
        right: 20px;
        font-size: 9px;
        padding: 3px 8px;
    }
}
/* /Components/Pages/Policies/GreenCard.razor.rz.scp.css */
.premium-page-header[b-da4wz1yz1f] {
    background: linear-gradient(135deg, rgba(30, 81, 164, 0.06) 0%, rgba(30, 81, 164, 0.01) 100%);
    border: 1px solid rgba(30, 81, 164, 0.08);
    border-radius: 20px;
    padding: 1.25rem 2rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.premium-page-header[b-da4wz1yz1f]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--einsure-primary), #4facfe);
    border-radius: 20px 0 0 20px;
}

.premium-header-icon-box[b-da4wz1yz1f] {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--einsure-primary);
    box-shadow: 0 8px 16px rgba(30, 81, 164, 0.06);
    transition: all 0.3s ease;
}

.premium-page-header:hover .premium-header-icon-box[b-da4wz1yz1f] {
    transform: rotate(10deg) scale(1.05);
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.12);
}

.premium-title-text[b-da4wz1yz1f] {
    font-family: 'Outfit', 'Inter', sans-serif;
    font-weight: 800;
    color: var(--einsure-primary);
    letter-spacing: -0.5px;
}

.btn-close-premium[b-da4wz1yz1f] {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 0.65rem 1.25rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    cursor: pointer;
}

.btn-close-premium:hover[b-da4wz1yz1f] {
    background: #fff5f5;
    border-color: #fca5a5;
    color: #ef4444;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(239, 68, 68, 0.1);
}

.btn-close-premium:active[b-da4wz1yz1f] {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .premium-page-header[b-da4wz1yz1f] {
        padding: 1.25rem;
        border-radius: 16px;
    }
    
    .premium-title-text[b-da4wz1yz1f] {
        font-size: 1.35rem !important;
    }
    
    .premium-subtitle-text[b-da4wz1yz1f] {
        font-size: 0.85rem !important;
    }
    
    .btn-close-premium[b-da4wz1yz1f] {
        padding: 0.65rem;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        justify-content: center;
        gap: 0;
    }
    
    .btn-close-premium span[b-da4wz1yz1f] {
        display: none;
    }
}

.premium-window-title[b-da4wz1yz1f] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--einsure-primary);
    font-weight: 700;
    font-size: 1.1rem;
}

.premium-window-content[b-da4wz1yz1f] {
    padding: 0;
}

.window-hero-banner[b-da4wz1yz1f] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: linear-gradient(135deg, rgba(30, 81, 164, 0.05) 0%, rgba(30, 81, 164, 0.02) 100%);
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #f1f5f9;
}

.hero-icon-wrapper[b-da4wz1yz1f] {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--einsure-primary);
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(30, 81, 164, 0.08);
}

.form-label-premium[b-da4wz1yz1f] {
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.premium-input-group .k-textbox[b-da4wz1yz1f],
.premium-input-group .k-dropdownlist[b-da4wz1yz1f],
.premium-input-group .k-datepicker[b-da4wz1yz1f] {
    border-radius: 10px !important;
    border-color: #e2e8f0 !important;
    transition: all 0.2s ease !important;
    height: 48px !important;
}

.premium-input-group .k-state-focused[b-da4wz1yz1f],
.premium-input-group .k-focus[b-da4wz1yz1f] {
    border-color: var(--einsure-primary) !important;
    box-shadow: 0 0 0 4px rgba(30, 81, 164, 0.1) !important;
}

.premium-window-footer[b-da4wz1yz1f] {
    background: #f8fafc;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    border-top: 1px solid #f1f5f9;
}

.btn-primary-premium[b-da4wz1yz1f] {
    background: var(--einsure-primary);
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(30, 81, 164, 0.2);
}

.btn-primary-premium:hover[b-da4wz1yz1f] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 81, 164, 0.3);
    color: #fff;
}

.btn-light-premium[b-da4wz1yz1f] {
    background: #fff;
    color: #64748b;
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-light-premium:hover[b-da4wz1yz1f] {
    background: #f1f5f9;
    color: #1e293b;
}

.health-hero-banner[b-da4wz1yz1f] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 32px 40px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    border-bottom: 1px solid #e2e8f0;
}

.health-hero-icon[b-da4wz1yz1f] {
    width: 72px;
    height: 72px;
    background: var(--einsure-primary);
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.2);
}

.health-hero-text h3[b-da4wz1yz1f] {
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.02em;
    font-size: 1.75rem;
}

.health-hero-text p[b-da4wz1yz1f] {
    color: #64748b;
    font-size: 1.05rem;
    margin-top: 4px;
    font-weight: 500;
}

.health-hero-decoration[b-da4wz1yz1f] {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5rem;
    color: var(--einsure-primary);
    opacity: 0.03;
    pointer-events: none;
}

.health-window-body[b-da4wz1yz1f] {
    padding: 32px 40px;
}

.health-notice[b-da4wz1yz1f] {
    background: rgba(30, 81, 164, 0.05);
    border-left: 4px solid var(--einsure-primary);
    padding: 16px 24px;
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #1e51a4;
}

.health-notice-icon[b-da4wz1yz1f] {
    font-size: 1.4rem;
}

.health-specs-grid[b-da4wz1yz1f] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.health-spec-item[b-da4wz1yz1f] {
    background: #fff;
    border: 1px solid #f1f5f9;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.2s ease;
}

.health-spec-item:hover[b-da4wz1yz1f] {
    border-color: var(--einsure-primary-light);
    background: #fcfdfe;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.health-spec-item.full-width[b-da4wz1yz1f] {
    grid-column: span 2;
}

.health-spec-icon[b-da4wz1yz1f] {
    width: 44px;
    height: 44px;
    background: #f8fafc;
    color: #64748b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.health-spec-item:hover .health-spec-icon[b-da4wz1yz1f] {
    background: var(--einsure-brand-dim);
    color: var(--einsure-primary);
}

.health-spec-content[b-da4wz1yz1f] {
    flex-grow: 1;
}

.health-spec-content label[b-da4wz1yz1f] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

/* Telerik Input Overrides inside Health Specs */
.health-spec-content .k-textbox[b-da4wz1yz1f],
.health-spec-content .k-dropdownlist[b-da4wz1yz1f],
.health-spec-content .k-datepicker[b-da4wz1yz1f] {
    border: none !important;
    background: transparent !important;
    height: auto !important;
    padding: 0 !important;
    font-weight: 700 !important;
    color: #334155 !important;
    font-size: 1.05rem !important;
}

.health-spec-content .k-input-inner[b-da4wz1yz1f] {
    padding: 0 !important;
}

.health-spec-content .k-input[b-da4wz1yz1f] {
    box-shadow: none !important;
}

.health-window-footer[b-da4wz1yz1f] {
    padding: 24px 40px 40px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    background: #fff;
}

.btn-health-cancel[b-da4wz1yz1f] {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.btn-health-save[b-da4wz1yz1f] {
    background: var(--einsure-primary);
    border: none;
    color: #fff;
    padding: 14px 35px;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.2);
}

.btn-health-save:hover[b-da4wz1yz1f] {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(30, 81, 164, 0.3);
}

.step-icon-circle[b-da4wz1yz1f] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary-subtle[b-da4wz1yz1f] {
    background-color: rgba(30, 81, 164, 0.1);
}

.field-error-msg[b-da4wz1yz1f] {
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    animation: fadeIn 0.3s ease;
}

.border-error .k-textbox[b-da4wz1yz1f],
.border-error .k-dropdownlist[b-da4wz1yz1f],
.border-error .k-datepicker[b-da4wz1yz1f] {
    border-color: #dc3545 !important;
    background-color: #fff8f8 !important;
}

.member-card-premium[b-da4wz1yz1f] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f1f5f9;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.member-card-premium:hover[b-da4wz1yz1f] {
    border-color: var(--einsure-primary-light);
    box-shadow: 0 10px 25px -5px rgba(30, 81, 164, 0.1) !important;
    transform: translateY(-2px);
}

.member-avatar[b-da4wz1yz1f] {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.member-info-grid[b-da4wz1yz1f] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.info-group[b-da4wz1yz1f] {
    display: flex;
    flex-direction: column;
}

.info-group label[b-da4wz1yz1f] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.info-group span[b-da4wz1yz1f] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #334155;
}

.member-actions-group[b-da4wz1yz1f] {
    flex-shrink: 0;
}

.btn-action-modern[b-da4wz1yz1f] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-action-modern.edit:hover[b-da4wz1yz1f] {
    background: var(--einsure-brand-dim);
    border-color: var(--einsure-primary);
    color: var(--einsure-primary);
}

.btn-action-modern.delete:hover[b-da4wz1yz1f] {
    background: #fff1f2;
    border-color: #fda4af;
    color: #e11d48;
}

/* Premium Watermark Effect */
.wizard-watermark[b-da4wz1yz1f] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    pointer-events: none;
    opacity: 0.05;
    user-select: none;
    overflow: hidden;
}

.wizard-watermark img[b-da4wz1yz1f] {
    width: 100%;
    max-width: 700px;
    transform: rotate(-12deg);
    filter: invert(60%) sepia(80%) saturate(1000%) hue-rotate(180deg) brightness(0.8) blur(1px);
}

.wizard-card[b-da4wz1yz1f] {
    background: radial-gradient(circle at top right, #ffffff, #f8fafc) !important;
    position: relative;
}

/* Transparent Wizard Backgrounds to let Watermark show through */
.einsure-wizard[b-da4wz1yz1f],
.k-wizard[b-da4wz1yz1f],
.k-wizard-content[b-da4wz1yz1f],
.k-wizard-step-container[b-da4wz1yz1f],
.k-wizard-step[b-da4wz1yz1f],
.wizard-step-content[b-da4wz1yz1f] {
    background: transparent !important;
    border: none !important;
}

/* Flashy Luxury Price Card (Right Side) */
.sticky-price-card[b-da4wz1yz1f] {
    position: sticky;
    top: 120px;
    z-index: 100;
}

.price-card-glass[b-da4wz1yz1f] {
    background: linear-gradient(135deg, #1e51a4 0%, #0f2e5e 100%);
    border: 2px solid #e9d800;
    border-radius: 30px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-shadow: 0 30px 60px rgba(30, 81, 164, 0.4), inset 0 0 20px rgba(233, 216, 0, 0.1);
    pointer-events: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

/* Conditionally active: only scrolls when multiple travelers are added */
.price-card-glass.scrollable-sidebar-card[b-da4wz1yz1f] {
    /* Marker class — overflow stays hidden on the outer container */
}

.price-card-scroll-inner[b-da4wz1yz1f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-da4wz1yz1f] {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(233, 216, 0, 0.35) rgba(255, 255, 255, 0.02);
}

/* Custom scrollbar for the inner wrapper */
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-da4wz1yz1f]::-webkit-scrollbar {
    width: 6px;
}
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-da4wz1yz1f]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
}
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-da4wz1yz1f]::-webkit-scrollbar-thumb {
    background: rgba(233, 216, 0, 0.25);
    border-radius: 10px;
}
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-da4wz1yz1f]::-webkit-scrollbar-thumb:hover {
    background: rgba(233, 216, 0, 0.45);
}

/* Custom scrollbar for person-by-person list */
.price-breakdown-list[b-da4wz1yz1f]::-webkit-scrollbar {
    width: 6px;
}
.price-breakdown-list[b-da4wz1yz1f]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}
.price-breakdown-list[b-da4wz1yz1f]::-webkit-scrollbar-thumb {
    background: rgba(233, 216, 0, 0.3);
    border-radius: 10px;
}
.price-breakdown-list[b-da4wz1yz1f]::-webkit-scrollbar-thumb:hover {
    background: rgba(233, 216, 0, 0.5);
}

.text-muted-white[b-da4wz1yz1f] {
    color: rgba(255, 255, 255, 0.6) !important;
}

.insured-name[b-da4wz1yz1f] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    word-break: break-word;
    white-space: normal;
    display: inline-block;
    width: 100%;
}


@media (max-width: 991.98px) {
    .sticky-price-card[b-da4wz1yz1f] {
        position: static !important;
        max-width: 500px;
        margin: 20px auto 0 auto;
    }
}

.price-card-glass[b-da4wz1yz1f]::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 0%, rgba(233, 216, 0, 0.1) 45%, rgba(233, 216, 0, 0.2) 50%, rgba(233, 216, 0, 0.1) 55%, transparent 100%);
    transform: rotate(45deg);
    animation: goldShine-b-da4wz1yz1f 4s infinite linear;
    pointer-events: none; /* prevents this overlay from blocking clicks */
    z-index: 0;
}

@keyframes goldShine-b-da4wz1yz1f {
    0% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

@keyframes slideInRightLuxury-b-da4wz1yz1f {
    from { transform: translateX(150px) scale(0.8); opacity: 0; }
    to { transform: translateX(0) scale(1); opacity: 1; }
}

.price-info-label[b-da4wz1yz1f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    flex-shrink: 0;
}

.price-label-text[b-da4wz1yz1f] {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin-bottom: 12px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.4);
    background: linear-gradient(135deg, #ffffff 30%, #e9d800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.text-success-mint[b-da4wz1yz1f] {
    color: #4ade80 !important;
}

.text-success-mint i[b-da4wz1yz1f] {
    color: #4ade80 !important;
}

.price-people-count[b-da4wz1yz1f] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

/* Large Slot Machine Animation */
.price-amount-wrapper[b-da4wz1yz1f] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 2;
    flex-shrink: 0;
}

.price-currency[b-da4wz1yz1f] {
    font-size: 32px;
    font-weight: 900;
    color: #e9d800;
    animation: pulseGold-b-da4wz1yz1f 2s infinite;
}

@keyframes pulseGold-b-da4wz1yz1f {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

.price-slot-machine[b-da4wz1yz1f] {
    --price-digit-height: 60px;
    display: flex;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    overflow: hidden;
    height: var(--price-digit-height);
    line-height: var(--price-digit-height);
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.price-digit-container[b-da4wz1yz1f] {
    position: relative;
    width: 0.65em;
    height: 100%;
}

.price-digit-reel[b-da4wz1yz1f] {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    display: flex;
    flex-direction: column;
}

.price-digit[b-da4wz1yz1f] {
    height: var(--price-digit-height);
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-decimal[b-da4wz1yz1f] {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: var(--price-digit-height);
}

/* Package Step Specifics */
.package-options-grid[b-da4wz1yz1f] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.protection-card[b-da4wz1yz1f] {
    background: #fff;
    border: 2px solid #f1f5f9;
    border-radius: 16px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 16px;
}

.protection-card:hover[b-da4wz1yz1f] {
    border-color: var(--einsure-brand-border);
    background: var(--einsure-surface-2);
}

.protection-card.active[b-da4wz1yz1f] {
    border-color: var(--einsure-primary);
    background: var(--einsure-brand-dim);
}

.protection-icon[b-da4wz1yz1f] {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #64748b;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.protection-card.active .protection-icon[b-da4wz1yz1f] {
    background: var(--einsure-primary);
    color: #fff;
}

.protection-info h6[b-da4wz1yz1f] {
    margin: 0;
    font-weight: 700;
    color: #334155;
}

.protection-info p[b-da4wz1yz1f] {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.price-change-up[b-da4wz1yz1f] {
    color: #22c55e !important;
}

.price-change-down[b-da4wz1yz1f] {
    color: #ef4444 !important;
}

/* Payment Method Selection Styles */
.payment-methods-grid[b-da4wz1yz1f] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.payment-method-item[b-da4wz1yz1f] {
    cursor: pointer;
    position: relative;
    user-select: none;
}

.payment-method-item input[b-da4wz1yz1f] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.payment-method-content[b-da4wz1yz1f] {
    border: 2px solid #f1f5f9;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.payment-method-item:hover:not(.disabled) .payment-method-content[b-da4wz1yz1f] {
    border-color: var(--einsure-primary-light);
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(30, 81, 164, 0.1);
}

.payment-method-item.active .payment-method-content[b-da4wz1yz1f] {
    border-color: var(--einsure-primary);
    background: rgba(30, 81, 164, 0.02);
    box-shadow: 0 10px 15px -3px rgba(30, 81, 164, 0.15);
}

.payment-method-item.active .payment-method-content i[b-da4wz1yz1f] {
    color: var(--einsure-primary);
    transform: scale(1.1);
}

.payment-method-item.active .payment-method-content span[b-da4wz1yz1f] {
    color: var(--einsure-primary);
    font-weight: 700;
}

.payment-method-item.disabled[b-da4wz1yz1f] {
    cursor: not-allowed;
}

.payment-method-content i[b-da4wz1yz1f] {
    transition: all 0.3s ease;
    color: #64748b;
}

.payment-method-content span[b-da4wz1yz1f] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #475569;
    margin-top: 8px;
}

.info-box-inline[b-da4wz1yz1f] {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: #f0f7ff;
    border-left: 4px solid #1e51a4;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    color: #334155;
    line-height: 1.5;
}

.info-box-inline i[b-da4wz1yz1f] {
    color: #1e51a4;
    font-size: 16px;
    margin-top: 2px;
}

/* Summary Card Styles */
.summary-card[b-da4wz1yz1f] {
    border: none;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.policy-icon-square[b-da4wz1yz1f] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================
   Mobile Responsiveness Overrides
   ========================================== */

@media (max-width: 991.98px) {
    .sticky-price-card[b-da4wz1yz1f] {
        position: static !important;
        max-width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
    .price-card-glass[b-da4wz1yz1f] {
        border-radius: 24px !important;
        padding: 24px 20px !important;
    }
    .member-info-grid[b-da4wz1yz1f] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}

@media (max-width: 767.98px) {
    .wizard-container[b-da4wz1yz1f] {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .display-4[b-da4wz1yz1f] {
        font-size: 1.85rem !important;
    }
    .fs-5[b-da4wz1yz1f] {
        font-size: 1rem !important;
    }
    .btn-outline-secondary[b-da4wz1yz1f] {
        padding: 6px 12px !important;
        font-size: 14px !important;
    }

    [b-da4wz1yz1f] .k-wizard-step-container {
        padding: 10px 14px !important;
    }
    [b-da4wz1yz1f] .k-stepper {
        gap: 6px !important;
    }
    [b-da4wz1yz1f] .k-step-link {
        padding: 4px 6px !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    [b-da4wz1yz1f] .k-step-indicator {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
    }
    [b-da4wz1yz1f] .k-step-label {
        font-size: 10px !important;
        margin-top: 2px !important;
        margin-left: 0 !important;
        text-align: center !important;
    }

    /* Layout Grids Stacking */
    .package-options-grid[b-da4wz1yz1f] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .payment-methods-grid[b-da4wz1yz1f] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    /* Popup/Window Details */
    .health-hero-banner[b-da4wz1yz1f] {
        padding: 20px 24px !important;
        gap: 16px !important;
    }
    .health-hero-icon[b-da4wz1yz1f] {
        width: 56px !important;
        height: 56px !important;
        font-size: 1.6rem !important;
        border-radius: 16px !important;
    }
    .health-hero-text h3[b-da4wz1yz1f] {
        font-size: 1.35rem !important;
    }
    .health-hero-text p[b-da4wz1yz1f] {
        font-size: 0.9rem !important;
    }
    .health-window-body[b-da4wz1yz1f] {
        padding: 20px 24px !important;
    }
    .health-notice[b-da4wz1yz1f] {
        padding: 12px 16px !important;
        margin-bottom: 24px !important;
        gap: 12px !important;
    }
    .health-specs-grid[b-da4wz1yz1f] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .health-spec-item.full-width[b-da4wz1yz1f] {
        grid-column: span 1 !important;
    }
    .health-window-footer[b-da4wz1yz1f] {
        padding: 16px 24px 24px !important;
        flex-direction: column-reverse !important;
        gap: 10px !important;
    }
    .health-window-footer button[b-da4wz1yz1f] {
        width: 100% !important;
        padding: 12px !important;
    }
}

@media (max-width: 575.98px) {
    [b-da4wz1yz1f] .k-step-label {
        display: none !important;
    }
    [b-da4wz1yz1f] .k-wizard-content {
        padding: 12px 10px !important;
    }

    .wizard-step-content[b-da4wz1yz1f] {
        padding: 0 !important;
    }
    .step-icon-circle[b-da4wz1yz1f] {
        width: 38px !important;
        height: 38px !important;
    }
    .step-icon-circle i[b-da4wz1yz1f] {
        font-size: 1.1rem !important;
    }
    .step-title[b-da4wz1yz1f] {
        font-size: 1.15rem !important;
    }

    /* Family members responsiveness */
    .member-card-premium[b-da4wz1yz1f] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
        padding: 16px !important;
        border-radius: 16px !important;
    }
    .member-card-premium .d-flex.align-items-center[b-da4wz1yz1f] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
    }
    .member-avatar[b-da4wz1yz1f] {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
    }
    .member-info-grid[b-da4wz1yz1f] {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: 100% !important;
    }
    .member-actions-group[b-da4wz1yz1f] {
        margin-left: 0 !important;
        display: flex !important;
        justify-content: flex-end !important;
        border-top: 1px solid #f1f5f9 !important;
        padding-top: 12px !important;
        width: 100% !important;
    }

    /* Pricing card detail improvements */
    .price-currency[b-da4wz1yz1f] {
        font-size: 26px !important;
    }
    .price-slot-machine[b-da4wz1yz1f] {
        --price-digit-height: 48px !important;
        font-size: 38px !important;
    }
    .price-decimal[b-da4wz1yz1f] {
        font-size: 38px !important;
    }
}

/* ========================================================
   Mobile Sticky Bottom Price Bar & Sliding Drawer Defaults
   ======================================================== */
.mobile-sticky-bottom-bar[b-da4wz1yz1f],
.mobile-price-sheet-backdrop[b-da4wz1yz1f],
.mobile-price-sheet[b-da4wz1yz1f] {
    display: none !important;
}

/* ========================================================
   Mobile Responsiveness Overrides (max-width: 991.98px)
   ======================================================== */
@media (max-width: 991.98px) {
    .wizard-container[b-da4wz1yz1f] {
        padding-bottom: 100px !important;
    }

    /* Mobile Sticky Bottom Bar */
    .mobile-sticky-bottom-bar[b-da4wz1yz1f] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75px;
        background: linear-gradient(135deg, rgba(15, 46, 94, 0.96) 0%, rgba(30, 81, 164, 0.96) 100%);
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        border-top: 2px solid #e9d800 !important;
        z-index: 1020;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden !important;
        gap: 8px !important;
        box-sizing: border-box !important;
    }

        .mobile-sticky-bottom-bar:hover[b-da4wz1yz1f] {
            background: linear-gradient(135deg, rgba(20, 56, 114, 0.98) 0%, rgba(40, 91, 174, 0.98) 100%);
        }

        .mobile-sticky-bottom-bar > .d-flex[b-da4wz1yz1f] {
            min-width: 0 !important;
            flex-shrink: 1 !important;
        }

            .mobile-sticky-bottom-bar > .d-flex:first-child[b-da4wz1yz1f] {
                flex-shrink: 1 !important;
                overflow: hidden !important;
            }

            .mobile-sticky-bottom-bar > .d-flex:last-child[b-da4wz1yz1f] {
                flex-shrink: 0 !important;
            }

        .mobile-sticky-bottom-bar .price-slot-machine[b-da4wz1yz1f] {
            --price-digit-height: 38px !important;
            font-size: 28px !important;
            height: 38px !important;
            line-height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-digit[b-da4wz1yz1f] {
            height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-decimal[b-da4wz1yz1f] {
            font-size: 28px !important;
            line-height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-currency[b-da4wz1yz1f] {
            font-size: 20px !important;
            margin-left: 4px !important;
        }

        .mobile-sticky-bottom-bar .price-label-text[b-da4wz1yz1f] {
            font-size: 11px !important;
            letter-spacing: 0.1em !important;
            text-shadow: none !important;
            font-weight: 800 !important;
            white-space: nowrap;
        }

    body.price-sheet-locked[b-da4wz1yz1f] {
        position: fixed !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    /* Mobile Price Sheet Backdrop */
    .mobile-price-sheet-backdrop[b-da4wz1yz1f] {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.75) !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
        z-index: 1030;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        display: block !important;
    }

        .mobile-price-sheet-backdrop.active[b-da4wz1yz1f] {
            opacity: 1 !important;
            pointer-events: auto !important;
            touch-action: none;
        }

    /* Mobile Sliding Sheet Drawer */
    .mobile-price-sheet[b-da4wz1yz1f] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #102a54 0%, #081a33 100%) !important;
        border-top: 3px solid #e9d800 !important;
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
        z-index: 1040;
        height: 80vh; /* Fixed height container to establish a strict boundary */
        max-height: 80vh;
        transform: translateY(100%);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.5) !important;
        display: flex !important;
        flex-direction: column;
        padding: 20px 20px 30px 20px !important;
        box-sizing: border-box !important;
        overflow: hidden; /* Prevent outer sheet scrolling */
    }

    .mobile-price-sheet[b-da4wz1yz1f],
    .price-sheet-content[b-da4wz1yz1f] {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain; /* Prevents scroll chaining and locks momentum to this container */
    }

        .price-sheet-content > div[b-da4wz1yz1f] {
            overflow: visible !important;
            height: auto !important;
            touch-action: pan-y;
        }

        .mobile-price-sheet.open[b-da4wz1yz1f] {
            transform: translateY(0) !important;
        }

    .price-sheet-handle[b-da4wz1yz1f] {
        width: 48px;
        height: 5px;
        background: rgba(255, 255, 255, 0.2) !important;
        border-radius: 10px;
        margin: -8px auto 16px auto;
        flex-shrink: 0;
    }

    .price-sheet-header[b-da4wz1yz1f] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-shrink: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 12px;
    }

    .price-sheet-title[b-da4wz1yz1f] {
        color: #fff;
        font-weight: 800;
        font-size: 1.25rem;
    }

    .price-sheet-close[b-da4wz1yz1f] {
        background: rgba(255, 255, 255, 0.1) !important;
        border: none !important;
        color: #fff !important;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.95rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .price-sheet-close:hover[b-da4wz1yz1f] {
            background: rgba(255, 255, 255, 0.2) !important;
        }

    .price-sheet-content[b-da4wz1yz1f] {
        position: relative;
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto !important;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; /* Smooth momentum scrolling for iOS */
        padding-right: 4px;
        padding-bottom: 40px; /* Extra space at the bottom for easy reach */
    }

        .price-sheet-content[b-da4wz1yz1f]::-webkit-scrollbar {
            width: 5px;
        }

        .price-sheet-content[b-da4wz1yz1f]::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.02);
        }

        .price-sheet-content[b-da4wz1yz1f]::-webkit-scrollbar-thumb {
            background: rgba(233, 216, 0, 0.3);
            border-radius: 10px;
        }

        .price-sheet-content .price-slot-machine[b-da4wz1yz1f] {
            --price-digit-height: 48px !important;
            font-size: 38px !important;
            height: 48px !important;
            line-height: 48px !important;
        }

        .price-sheet-content .price-digit[b-da4wz1yz1f] {
            height: 48px !important;
        }

        .price-sheet-content .price-decimal[b-da4wz1yz1f] {
            font-size: 38px !important;
            line-height: 48px !important;
        }

        .price-sheet-content .price-currency[b-da4wz1yz1f] {
            font-size: 26px !important;
        }

    .mobile-price-sheet .price-card-glass[b-da4wz1yz1f] {
        max-height: none !important;
        overflow-y: visible !important;
    }
}

/* ========================================================
   Scoped Telerik Wizard Buttons Container & Responsive Styles
   ======================================================== */

[b-da4wz1yz1f] .k-wizard-buttons {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 16px !important;
    padding: 24px 60px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    border-top: 1px solid #e2e8f0 !important;
}

[b-da4wz1yz1f] .wizard-nav-btn {
    height: 50px !important;
    padding: 0 30px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 767.98px) {
    [b-da4wz1yz1f] .k-wizard-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding: 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        background-color: #ffffff !important;
        border-top: 1px solid #f1f5f9 !important;
    }

        [b-da4wz1yz1f] .k-wizard-buttons .d-flex.justify-content-end {
            flex-direction: column !important;
            width: 100% !important;
            gap: 10px !important;
            padding: 0 !important;
            margin: 0 !important;
            align-items: stretch !important;
        }

        [b-da4wz1yz1f] .k-wizard-buttons .d-flex.gap-3 {
            flex-direction: column !important;
            width: 100% !important;
            gap: 10px !important;
            margin: 0 !important;
        }

        /* Any div that's a direct wrapper, make it full width */
        [b-da4wz1yz1f] .k-wizard-buttons div {
            width: 100% !important;
            max-width: 100% !important;
        }

        [b-da4wz1yz1f] .k-wizard-buttons span[data-tooltip] {
            display: block !important;
            width: 100% !important;
        }

    [b-da4wz1yz1f] .wizard-nav-btn {
        height: 46px !important;
        padding: 0 16px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Clean up conflicting margins on mobile */
    [b-da4wz1yz1f] .btn-next,
    [b-da4wz1yz1f] .btn-finish,
    [b-da4wz1yz1f] .btn-pay-later,
    [b-da4wz1yz1f] .btn-back {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .package-header-container[b-da4wz1yz1f] {
        padding-right: 110px !important;
    }
}


.wizard-buttons-row[b-da4wz1yz1f] {
    box-sizing: border-box;
}

@media (max-width: 767.98px) {
    .wizard-buttons-row[b-da4wz1yz1f] {
        gap: 12px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        flex-wrap: nowrap !important;
    }

    .wizard-btn-back-wrap[b-da4wz1yz1f],
    .wizard-btn-forward-wrap[b-da4wz1yz1f] {
        flex-shrink: 1;
        min-width: 0;
    }

    .wizard-btn-forward-wrap[b-da4wz1yz1f] {
        flex: 1;
        display: flex;
    }

    .wizard-buttons-row .wizard-nav-btn[b-da4wz1yz1f] {
        padding: 0 14px !important;
        font-size: 13px !important;
        white-space: nowrap;
    }

    .wizard-btn-forward-wrap .wizard-nav-btn[b-da4wz1yz1f] {
        width: 100% !important;
        justify-content: center !important;
    }
}

@media (max-width: 400px) {
    .wizard-buttons-row[b-da4wz1yz1f] {
        gap: 8px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

        .wizard-buttons-row .wizard-nav-btn[b-da4wz1yz1f] {
            padding: 0 10px !important;
            font-size: 12px !important;
        }
}

/* Package Choice Selection Styles */
.package-choice-card[b-da4wz1yz1f] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.package-choice-card:hover[b-da4wz1yz1f] {
    transform: translateY(-4px);
    border-color: var(--einsure-primary) !important;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.12) !important;
}

.package-choice-card.selected[b-da4wz1yz1f] {
    background: linear-gradient(145deg, #ffffff, #fffdf2) !important;
    border-color: #e9d800 !important;
    box-shadow: 0 12px 30px -8px rgba(233, 216, 0, 0.2) !important;
}

.package-choice-card.selected .package-icon-circle[b-da4wz1yz1f] {
    background-color: rgba(233, 216, 0, 0.15) !important;
    color: #b59b00 !important;
}

.package-benefits-accordion[b-da4wz1yz1f] {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-benefits-accordion.open[b-da4wz1yz1f] {
    max-height: 500px;
}

/* Premium Benefits Toggle Pill */
.benefits-toggle-pill[b-da4wz1yz1f] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.benefits-toggle-pill:hover[b-da4wz1yz1f] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(233, 216, 0, 0.4);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.benefits-toggle-pill.active[b-da4wz1yz1f] {
    background: rgba(233, 216, 0, 0.12) !important;
    border-color: #e9d800 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(233, 216, 0, 0.15);
}

.benefits-toggle-pill .pill-icon-wrapper[b-da4wz1yz1f] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.benefits-toggle-pill.active .pill-icon-wrapper[b-da4wz1yz1f] {
    color: #e9d800;
}

.benefits-toggle-pill .pill-arrow[b-da4wz1yz1f] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: rgba(255, 255, 255, 0.5);
}

.benefits-toggle-pill.active .pill-arrow[b-da4wz1yz1f] {
    transform: rotate(180deg);
    color: #e9d800;
}

/* Sidebar Benefits Wrapper CSS Transitions */
.sidebar-benefits-wrapper[b-da4wz1yz1f] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.3s ease, padding-top 0.3s ease;
    width: 100%;
}

.sidebar-benefits-wrapper.open[b-da4wz1yz1f] {
    max-height: 450px;
    opacity: 1;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(255, 255, 255, 0.18) !important;
}

.border-white-10[b-da4wz1yz1f] {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.text-warning-gold[b-da4wz1yz1f] {
    color: #e9d800 !important;
}

/* Premium Benefits Accordion Card */
.benefits-accordion-card[b-da4wz1yz1f] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 14px 18px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
    box-sizing: border-box;
}

.benefits-accordion-card:hover[b-da4wz1yz1f] {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.benefits-accordion-card.is-expanded[b-da4wz1yz1f] {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(233, 216, 0, 0.35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.benefits-header[b-da4wz1yz1f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

.benefits-header *[b-da4wz1yz1f] {
    pointer-events: none;
}

.benefits-icon[b-da4wz1yz1f] {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.benefits-accordion-card.is-expanded .benefits-icon[b-da4wz1yz1f] {
    background: rgba(233, 216, 0, 0.15);
    color: #e9d800;
}

.benefits-title[b-da4wz1yz1f] {
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.benefits-subtitle[b-da4wz1yz1f] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
    font-weight: 500;
    margin-top: 2px;
}

.benefits-arrow[b-da4wz1yz1f] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.benefits-accordion-card.is-expanded .benefits-arrow[b-da4wz1yz1f] {
    transform: rotate(180deg);
    color: #e9d800;
}

/* Smooth expansion and transitions */
.benefits-body[b-da4wz1yz1f] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease;
    width: 100%;
}

.benefits-accordion-card.is-expanded .benefits-body[b-da4wz1yz1f] {
    max-height: 600px;
    opacity: 1;
}

/* Selected Package Card & Drawer (Hybrid Class Toggle) */
.selected-package-card[b-da4wz1yz1f] {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.selected-package-card:hover[b-da4wz1yz1f] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.selected-package-header[b-da4wz1yz1f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer !important;
    user-select: none;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

.selected-package-header *[b-da4wz1yz1f] {
    pointer-events: none !important;
}

.benefits-toggle-arrow[b-da4wz1yz1f] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-package-benefits-drawer[b-da4wz1yz1f] {
    position: relative;
    z-index: 1;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.25s ease;
    width: 100%;
}

/* Expanded State styling */
.selected-package-card.is-expanded .selected-package-benefits-drawer[b-da4wz1yz1f] {
    max-height: 1000px;
    opacity: 1;
}

.selected-package-card.is-expanded .selected-package-header .benefits-toggle-arrow[b-da4wz1yz1f] {
    background: rgba(233, 216, 0, 0.15) !important;
}

.selected-package-card.is-expanded .selected-package-header .benefits-toggle-arrow i[b-da4wz1yz1f] {
    transform: rotate(180deg);
    color: #e9d800 !important;
}

.selected-package-card.is-expanded .selected-package-header .package-card-icon[b-da4wz1yz1f] {
    background: rgba(233, 216, 0, 0.12) !important;
}

.selected-package-card.is-expanded .selected-package-header .package-card-icon i[b-da4wz1yz1f] {
    color: #e9d800 !important;
}

/* Price Breakdown List Default Styling */
.price-breakdown-list[b-da4wz1yz1f] {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 4px;
}

/* Desktop Sidebar Scroll Optimization: disable inner scrollbar to prevent nested scrolling */
.scrollable-sidebar-card .price-breakdown-list[b-da4wz1yz1f] {
    max-height: none !important;
    overflow-y: visible !important;
    padding-right: 0 !important;
}

/* Mobile sliding price sheet breakdown styling overrides */
.mobile-price-sheet .price-breakdown-list[b-da4wz1yz1f] {
    max-height: 320px !important;
    overflow-y: auto !important;
    padding-right: 4px !important;
}

/* Verification components */
.verification-agreement-card:hover[b-da4wz1yz1f] {
    border-color: rgba(233, 216, 0, 0.6) !important;
    box-shadow: 0 10px 25px rgba(233, 216, 0, 0.08) !important;
    background: linear-gradient(135deg, rgba(233, 216, 0, 0.12) 0%, rgba(233, 216, 0, 0.04) 100%) !important;
}

.premium-verify-check[b-da4wz1yz1f] {
    width: 24px !important;
    height: 24px !important;
    border-radius: 6px !important;
    border: 2px solid rgba(30, 81, 164, 0.4) !important;
    background-color: #fff !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    appearance: none !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.premium-verify-check:hover[b-da4wz1yz1f] {
    border-color: #1e51a4 !important;
    box-shadow: 0 0 0 4px rgba(30, 81, 164, 0.1) !important;
}

.premium-verify-check:checked[b-da4wz1yz1f] {
    background-color: #e9d800 !important;
    border-color: #e9d800 !important;
    box-shadow: 0 4px 10px rgba(233, 216, 0, 0.3) !important;
}

.premium-verify-check:checked[b-da4wz1yz1f]::after {
    content: '' !important;
    position: absolute !important;
    left: 7px !important;
    top: 3px !important;
    width: 6px !important;
    height: 12px !important;
    border: solid #0f2e5e !important;
    border-width: 0 3px 3px 0 !important;
    transform: rotate(45deg) !important;
}

.premium-verify-check:focus[b-da4wz1yz1f] {
    outline: none !important;
    border-color: #e9d800 !important;
    box-shadow: 0 0 0 4px rgba(233, 216, 0, 0.2) !important;
}

.premium-switch-oval[b-da4wz1yz1f] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: #f1f5f9 !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    border: 1px solid #e2e8f0 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    height: 38px !important;
    box-sizing: border-box !important;
}

.premium-switch-oval:hover[b-da4wz1yz1f] {
    background: #e2e8f0 !important;
}

.premium-switch-oval label[b-da4wz1yz1f] {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #334155 !important;
    cursor: pointer !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
}

.premium-switch-oval .k-checkbox[b-da4wz1yz1f] {
    margin: 0 !important;
}

/* ========================================================
   Mobile Responsiveness Overrides for Owner & Driver Blocks
   ======================================================== */
@media (max-width: 767.98px) {
    .confirmed-vehicle-card[b-da4wz1yz1f] {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 18px !important;
        gap: 16px !important;
    }
    
    .confirmed-vehicle-info[b-da4wz1yz1f] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
    }
    
    .confirmed-vehicle-icon[b-da4wz1yz1f] {
        width: 44px !important;
        height: 44px !important;
        font-size: 1.1rem !important;
    }
    
    .confirmed-vehicle-text[b-da4wz1yz1f] {
        width: 100% !important;
    }

    .confirmed-vehicle-text h4[b-da4wz1yz1f] {
        font-size: 1.1rem !important;
        margin-bottom: 8px !important;
        text-align: left !important;
    }
    
    .confirmed-vehicle-meta[b-da4wz1yz1f] {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        align-items: center !important;
        width: 100% !important;
        margin-top: 8px !important;
    }
    
    .confirmed-vehicle-meta .separator[b-da4wz1yz1f] {
        display: none !important;
    }
    
    .confirmed-vehicle-meta span[b-da4wz1yz1f] {
        font-size: 0.8rem !important;
        background: rgba(30, 81, 164, 0.05) !important;
        color: #475569 !important;
        padding: 4px 10px !important;
        border-radius: 8px !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        border: 1px solid rgba(30, 81, 164, 0.08) !important;
    }

    .confirmed-vehicle-meta .plate-small[b-da4wz1yz1f] {
        margin-bottom: 0 !important;
    }

    .premium-switch-oval[b-da4wz1yz1f] {
        width: 100% !important;
        justify-content: center !important;
        padding: 10px 16px !important;
        height: 44px !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 767.98px) {
    .vehicle-details-window.k-window[b-da4wz1yz1f],
    [b-da4wz1yz1f] .vehicle-details-window.k-window {
        width: 94vw !important;
        max-width: 94vw !important;
        left: 3vw !important;
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    .vehicle-details-window.k-window[b-da4wz1yz1f],
    [b-da4wz1yz1f] .vehicle-details-window.k-window {
        width: 96vw !important;
        max-width: 96vw !important;
        left: 2vw !important;
    }
}

.modal-footer-actions[b-da4wz1yz1f] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px 24px;
    flex-wrap: wrap;
}

@media (max-width: 575.98px) {
    .modal-footer-actions[b-da4wz1yz1f] {
        flex-direction: column-reverse !important;
        gap: 10px !important;
        padding: 16px !important;
        width: 100%;
        box-sizing: border-box;
    }

        .modal-footer-actions .k-button[b-da4wz1yz1f],
        .modal-footer-actions[b-da4wz1yz1f]  .k-button {
            width: 100% !important;
            justify-content: center !important;
            box-sizing: border-box !important;
        }
}

@media (max-width: 575.98px) {
    .drivers-section .d-flex.justify-content-between.align-items-center[b-da4wz1yz1f] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }
    
    .drivers-section .d-flex.justify-content-between.align-items-center h5[b-da4wz1yz1f] {
        text-align: left !important;
        justify-content: flex-start !important;
    }
    
    .drivers-section .d-flex.justify-content-between.align-items-center button[b-da4wz1yz1f] {
        width: 100% !important;
        justify-content: center !important;
        padding: 10px 20px !important;
        font-size: 0.9rem !important;
        height: 44px !important;
        display: inline-flex !important;
        align-items: center !important;
    }
}


@media (max-width: 480px) {
    .mobile-sticky-bottom-bar[b-da4wz1yz1f] {
        padding: 0 12px !important;
        height: 80px !important;
        gap: 6px !important;
    }

        .mobile-sticky-bottom-bar .price-slot-machine[b-da4wz1yz1f] {
            --price-digit-height: 32px !important;
            font-size: 22px !important;
            height: 32px !important;
            line-height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-digit[b-da4wz1yz1f] {
            height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-decimal[b-da4wz1yz1f] {
            font-size: 22px !important;
            line-height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-currency[b-da4wz1yz1f] {
            font-size: 16px !important;
            margin-left: 2px !important;
        }

        .mobile-sticky-bottom-bar .d-flex.align-items-center.gap-2[b-da4wz1yz1f] {
            gap: 4px !important;
        }

        .mobile-sticky-bottom-bar .badge[b-da4wz1yz1f] {
            font-size: 0.65rem !important;
            padding: 4px 8px !important;
            white-space: nowrap !important;
        }

        .mobile-sticky-bottom-bar button[b-da4wz1yz1f] {
            font-size: 0.65rem !important;
            padding: 4px 8px !important;
            white-space: nowrap !important;
            flex-shrink: 0 !important;
        }
}

.owner-actions-row[b-da4wz1yz1f] {
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 575.98px) {
    .owner-actions-row[b-da4wz1yz1f] {
        flex-direction: column-reverse !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .owner-save-btn[b-da4wz1yz1f],
    .owner-driver-toggle-btn[b-da4wz1yz1f] {
        width: 100% !important;
        justify-content: center !important;
        padding: 12px !important;
        font-size: 0.9rem !important;
        box-sizing: border-box !important;
    }
}

[b-da4wz1yz1f] input::placeholder,
[b-da4wz1yz1f] textarea::placeholder,
[b-da4wz1yz1f] .k-input-inner::placeholder,
input[b-da4wz1yz1f]::placeholder,
textarea[b-da4wz1yz1f]::placeholder,
.k-input-inner[b-da4wz1yz1f]::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

[b-da4wz1yz1f] .uppercase-input,
[b-da4wz1yz1f] .uppercase-input input,
[b-da4wz1yz1f] .uppercase-input .k-input-inner,
.uppercase-input[b-da4wz1yz1f],
.uppercase-input input[b-da4wz1yz1f],
.uppercase-input .k-input-inner[b-da4wz1yz1f] {
    text-transform: uppercase !important;
}


/* Driver card: keep edit/delete buttons inside, let text wrap or truncate */
.driver-card[b-da4wz1yz1f] {
    overflow: hidden;
}

    .driver-card .d-flex.justify-content-between.align-items-start.mb-3[b-da4wz1yz1f] {
        flex-wrap: wrap;
        gap: 12px;
    }

    .driver-card .d-flex.align-items-center.gap-3[b-da4wz1yz1f] {
        min-width: 0;
        flex: 1 1 200px;
    }

        .driver-card .d-flex.align-items-center.gap-3 > div:last-child[b-da4wz1yz1f] {
            min-width: 0;
            flex: 1;
        }

        .driver-card .d-flex.align-items-center.gap-3 h6[b-da4wz1yz1f],
        .driver-card .d-flex.align-items-center.gap-3 span[b-da4wz1yz1f] {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .driver-card .d-flex.gap-2[b-da4wz1yz1f] {
        flex-shrink: 0;
        margin-left: auto;
    }

/* Owner (Pronari i Mjetit) confirmed card: same fix */
.confirmed-vehicle-card[b-da4wz1yz1f] {
    overflow: hidden;
}

.confirmed-vehicle-info[b-da4wz1yz1f] {
    min-width: 0;
    flex: 1 1 auto;
}

.confirmed-vehicle-text[b-da4wz1yz1f] {
    min-width: 0;
}

    .confirmed-vehicle-text h4[b-da4wz1yz1f] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.confirmed-vehicle-meta[b-da4wz1yz1f] {
    flex-wrap: wrap;
    row-gap: 6px;
}

.confirmed-vehicle-card > .d-flex.align-items-center.gap-3[b-da4wz1yz1f] {
    flex-shrink: 0;
}
/* /Components/Pages/Policies/Kasko.razor.rz.scp.css */
.premium-page-header[b-oew5ceuo9r] {
    background: linear-gradient(135deg, rgba(30, 81, 164, 0.06) 0%, rgba(30, 81, 164, 0.01) 100%);
    border: 1px solid rgba(30, 81, 164, 0.08);
    border-radius: 20px;
    padding: 1.25rem 2rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.premium-page-header[b-oew5ceuo9r]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--einsure-primary), #4facfe);
    border-radius: 20px 0 0 20px;
}

.premium-header-icon-box[b-oew5ceuo9r] {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--einsure-primary);
    box-shadow: 0 8px 16px rgba(30, 81, 164, 0.06);
    transition: all 0.3s ease;
}

.premium-page-header:hover .premium-header-icon-box[b-oew5ceuo9r] {
    transform: rotate(10deg) scale(1.05);
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.12);
}

.premium-title-text[b-oew5ceuo9r] {
    font-family: 'Outfit', 'Inter', sans-serif;
    font-weight: 800;
    color: var(--einsure-primary);
    letter-spacing: -0.5px;
}

.btn-close-premium[b-oew5ceuo9r] {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 0.65rem 1.25rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    cursor: pointer;
}

.btn-close-premium:hover[b-oew5ceuo9r] {
    background: #fff5f5;
    border-color: #fca5a5;
    color: #ef4444;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(239, 68, 68, 0.1);
}

.btn-close-premium:active[b-oew5ceuo9r] {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .premium-page-header[b-oew5ceuo9r] {
        padding: 1.25rem;
        border-radius: 16px;
    }
    
    .premium-title-text[b-oew5ceuo9r] {
        font-size: 1.35rem !important;
    }
    
    .premium-subtitle-text[b-oew5ceuo9r] {
        font-size: 0.85rem !important;
    }
    
    .btn-close-premium[b-oew5ceuo9r] {
        padding: 0.65rem;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        justify-content: center;
        gap: 0;
    }
    
    .btn-close-premium span[b-oew5ceuo9r] {
        display: none;
    }
}

.premium-window-title[b-oew5ceuo9r] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--einsure-primary);
    font-weight: 700;
    font-size: 1.1rem;
}

.premium-window-content[b-oew5ceuo9r] {
    padding: 0;
}

.window-hero-banner[b-oew5ceuo9r] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: linear-gradient(135deg, rgba(30, 81, 164, 0.05) 0%, rgba(30, 81, 164, 0.02) 100%);
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #f1f5f9;
}

.hero-icon-wrapper[b-oew5ceuo9r] {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--einsure-primary);
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(30, 81, 164, 0.08);
}

.form-label-premium[b-oew5ceuo9r] {
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.premium-input-group .k-textbox[b-oew5ceuo9r],
.premium-input-group .k-dropdownlist[b-oew5ceuo9r],
.premium-input-group .k-datepicker[b-oew5ceuo9r] {
    border-radius: 10px !important;
    border-color: #e2e8f0 !important;
    transition: all 0.2s ease !important;
    height: 48px !important;
}

.premium-input-group .k-state-focused[b-oew5ceuo9r],
.premium-input-group .k-focus[b-oew5ceuo9r] {
    border-color: var(--einsure-primary) !important;
    box-shadow: 0 0 0 4px rgba(30, 81, 164, 0.1) !important;
}

.premium-window-footer[b-oew5ceuo9r] {
    background: #f8fafc;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    border-top: 1px solid #f1f5f9;
}

.btn-primary-premium[b-oew5ceuo9r] {
    background: var(--einsure-primary);
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(30, 81, 164, 0.2);
}

.btn-primary-premium:hover[b-oew5ceuo9r] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 81, 164, 0.3);
    color: #fff;
}

.btn-light-premium[b-oew5ceuo9r] {
    background: #fff;
    color: #64748b;
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-light-premium:hover[b-oew5ceuo9r] {
    background: #f1f5f9;
    color: #1e293b;
}

.health-hero-banner[b-oew5ceuo9r] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 32px 40px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    border-bottom: 1px solid #e2e8f0;
}

.health-hero-icon[b-oew5ceuo9r] {
    width: 72px;
    height: 72px;
    background: var(--einsure-primary);
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.2);
}

.health-hero-text h3[b-oew5ceuo9r] {
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.02em;
    font-size: 1.75rem;
}

.health-hero-text p[b-oew5ceuo9r] {
    color: #64748b;
    font-size: 1.05rem;
    margin-top: 4px;
    font-weight: 500;
}

.health-hero-decoration[b-oew5ceuo9r] {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5rem;
    color: var(--einsure-primary);
    opacity: 0.03;
    pointer-events: none;
}

.health-window-body[b-oew5ceuo9r] {
    padding: 32px 40px;
}

.health-notice[b-oew5ceuo9r] {
    background: rgba(30, 81, 164, 0.05);
    border-left: 4px solid var(--einsure-primary);
    padding: 16px 24px;
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #1e51a4;
}

.health-notice-icon[b-oew5ceuo9r] {
    font-size: 1.4rem;
}

.health-specs-grid[b-oew5ceuo9r] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.health-spec-item[b-oew5ceuo9r] {
    background: #fff;
    border: 1px solid #f1f5f9;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.2s ease;
}

.health-spec-item:hover[b-oew5ceuo9r] {
    border-color: var(--einsure-primary-light);
    background: #fcfdfe;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.health-spec-item.full-width[b-oew5ceuo9r] {
    grid-column: span 2;
}

.health-spec-icon[b-oew5ceuo9r] {
    width: 44px;
    height: 44px;
    background: #f8fafc;
    color: #64748b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.health-spec-item:hover .health-spec-icon[b-oew5ceuo9r] {
    background: var(--einsure-brand-dim);
    color: var(--einsure-primary);
}

.health-spec-content[b-oew5ceuo9r] {
    flex-grow: 1;
}

.health-spec-content label[b-oew5ceuo9r] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

/* Telerik Input Overrides inside Health Specs */
.health-spec-content .k-textbox[b-oew5ceuo9r],
.health-spec-content .k-dropdownlist[b-oew5ceuo9r],
.health-spec-content .k-datepicker[b-oew5ceuo9r] {
    border: none !important;
    background: transparent !important;
    height: auto !important;
    padding: 0 !important;
    font-weight: 700 !important;
    color: #334155 !important;
    font-size: 1.05rem !important;
}

.health-spec-content .k-input-inner[b-oew5ceuo9r] {
    padding: 0 !important;
}

.health-spec-content .k-input[b-oew5ceuo9r] {
    box-shadow: none !important;
}

.health-window-footer[b-oew5ceuo9r] {
    padding: 24px 40px 40px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    background: #fff;
}

.btn-health-cancel[b-oew5ceuo9r] {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.btn-health-save[b-oew5ceuo9r] {
    background: var(--einsure-primary);
    border: none;
    color: #fff;
    padding: 14px 35px;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.2);
}

.btn-health-save:hover[b-oew5ceuo9r] {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(30, 81, 164, 0.3);
}

.step-icon-circle[b-oew5ceuo9r] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary-subtle[b-oew5ceuo9r] {
    background-color: rgba(30, 81, 164, 0.1);
}

.field-error-msg[b-oew5ceuo9r] {
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    animation: fadeIn 0.3s ease;
}

.border-error .k-textbox[b-oew5ceuo9r],
.border-error .k-dropdownlist[b-oew5ceuo9r],
.border-error .k-datepicker[b-oew5ceuo9r] {
    border-color: #dc3545 !important;
    background-color: #fff8f8 !important;
}

.member-card-premium[b-oew5ceuo9r] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f1f5f9;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.member-card-premium:hover[b-oew5ceuo9r] {
    border-color: var(--einsure-primary-light);
    box-shadow: 0 10px 25px -5px rgba(30, 81, 164, 0.1) !important;
    transform: translateY(-2px);
}

.member-avatar[b-oew5ceuo9r] {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.member-info-grid[b-oew5ceuo9r] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.info-group[b-oew5ceuo9r] {
    display: flex;
    flex-direction: column;
}

.info-group label[b-oew5ceuo9r] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.info-group span[b-oew5ceuo9r] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #334155;
}

.member-actions-group[b-oew5ceuo9r] {
    flex-shrink: 0;
}

.btn-action-modern[b-oew5ceuo9r] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-action-modern.edit:hover[b-oew5ceuo9r] {
    background: var(--einsure-brand-dim);
    border-color: var(--einsure-primary);
    color: var(--einsure-primary);
}

.btn-action-modern.delete:hover[b-oew5ceuo9r] {
    background: #fff1f2;
    border-color: #fda4af;
    color: #e11d48;
}

/* Premium Watermark Effect */
.wizard-watermark[b-oew5ceuo9r] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    pointer-events: none;
    opacity: 0.05;
    user-select: none;
    overflow: hidden;
}

.wizard-watermark img[b-oew5ceuo9r] {
    width: 100%;
    max-width: 700px;
    transform: rotate(-12deg);
    filter: invert(60%) sepia(80%) saturate(1000%) hue-rotate(180deg) brightness(0.8) blur(1px);
}

.wizard-card[b-oew5ceuo9r] {
    background: radial-gradient(circle at top right, #ffffff, #f8fafc) !important;
    position: relative;
}

/* Transparent Wizard Backgrounds to let Watermark show through */
.einsure-wizard[b-oew5ceuo9r],
.k-wizard[b-oew5ceuo9r],
.k-wizard-content[b-oew5ceuo9r],
.k-wizard-step-container[b-oew5ceuo9r],
.k-wizard-step[b-oew5ceuo9r],
.wizard-step-content[b-oew5ceuo9r] {
    background: transparent !important;
    border: none !important;
}

/* Flashy Luxury Price Card (Right Side) */
.sticky-price-card[b-oew5ceuo9r] {
    position: sticky;
    top: 120px;
    z-index: 100;
}

.price-card-glass[b-oew5ceuo9r] {
    background: linear-gradient(135deg, #1e51a4 0%, #0f2e5e 100%);
    border: 2px solid #e9d800;
    border-radius: 30px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-shadow: 0 30px 60px rgba(30, 81, 164, 0.4), inset 0 0 20px rgba(233, 216, 0, 0.1);
    pointer-events: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

/* Conditionally active: only scrolls when multiple travelers are added */
.price-card-glass.scrollable-sidebar-card[b-oew5ceuo9r] {
    /* Marker class — overflow stays hidden on the outer container */
}

.price-card-scroll-inner[b-oew5ceuo9r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-oew5ceuo9r] {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(233, 216, 0, 0.35) rgba(255, 255, 255, 0.02);
}

/* Custom scrollbar for the inner wrapper */
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-oew5ceuo9r]::-webkit-scrollbar {
    width: 6px;
}
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-oew5ceuo9r]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
}
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-oew5ceuo9r]::-webkit-scrollbar-thumb {
    background: rgba(233, 216, 0, 0.25);
    border-radius: 10px;
}
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-oew5ceuo9r]::-webkit-scrollbar-thumb:hover {
    background: rgba(233, 216, 0, 0.45);
}

/* Custom scrollbar for person-by-person list */
.price-breakdown-list[b-oew5ceuo9r]::-webkit-scrollbar {
    width: 6px;
}
.price-breakdown-list[b-oew5ceuo9r]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}
.price-breakdown-list[b-oew5ceuo9r]::-webkit-scrollbar-thumb {
    background: rgba(233, 216, 0, 0.3);
    border-radius: 10px;
}
.price-breakdown-list[b-oew5ceuo9r]::-webkit-scrollbar-thumb:hover {
    background: rgba(233, 216, 0, 0.5);
}

.text-muted-white[b-oew5ceuo9r] {
    color: rgba(255, 255, 255, 0.6) !important;
}

.insured-name[b-oew5ceuo9r] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    word-break: break-word;
    white-space: normal;
    display: inline-block;
    width: 100%;
}


@media (max-width: 991.98px) {
    .sticky-price-card[b-oew5ceuo9r] {
        position: static !important;
        max-width: 500px;
        margin: 20px auto 0 auto;
    }
}

.price-card-glass[b-oew5ceuo9r]::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 0%, rgba(233, 216, 0, 0.1) 45%, rgba(233, 216, 0, 0.2) 50%, rgba(233, 216, 0, 0.1) 55%, transparent 100%);
    transform: rotate(45deg);
    animation: goldShine-b-oew5ceuo9r 4s infinite linear;
    pointer-events: none; /* prevents this overlay from blocking clicks */
    z-index: 0;
}

@keyframes goldShine-b-oew5ceuo9r {
    0% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

@keyframes slideInRightLuxury-b-oew5ceuo9r {
    from { transform: translateX(150px) scale(0.8); opacity: 0; }
    to { transform: translateX(0) scale(1); opacity: 1; }
}

.price-info-label[b-oew5ceuo9r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    flex-shrink: 0;
}

.price-label-text[b-oew5ceuo9r] {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin-bottom: 12px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.4);
    background: linear-gradient(135deg, #ffffff 30%, #e9d800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.text-success-mint[b-oew5ceuo9r] {
    color: #4ade80 !important;
}

.text-success-mint i[b-oew5ceuo9r] {
    color: #4ade80 !important;
}

.price-people-count[b-oew5ceuo9r] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

/* Large Slot Machine Animation */
.price-amount-wrapper[b-oew5ceuo9r] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 2;
    flex-shrink: 0;
}

.price-currency[b-oew5ceuo9r] {
    font-size: 32px;
    font-weight: 900;
    color: #e9d800;
    animation: pulseGold-b-oew5ceuo9r 2s infinite;
}

@keyframes pulseGold-b-oew5ceuo9r {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

.price-slot-machine[b-oew5ceuo9r] {
    --price-digit-height: 60px;
    display: flex;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    overflow: hidden;
    height: var(--price-digit-height);
    line-height: var(--price-digit-height);
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.price-digit-container[b-oew5ceuo9r] {
    position: relative;
    width: 0.65em;
    height: 100%;
}

.price-digit-reel[b-oew5ceuo9r] {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    display: flex;
    flex-direction: column;
}

.price-digit[b-oew5ceuo9r] {
    height: var(--price-digit-height);
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-decimal[b-oew5ceuo9r] {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: var(--price-digit-height);
}

/* Package Step Specifics */
.package-options-grid[b-oew5ceuo9r] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.protection-card[b-oew5ceuo9r] {
    background: #fff;
    border: 2px solid #f1f5f9;
    border-radius: 16px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 16px;
}

.protection-card:hover[b-oew5ceuo9r] {
    border-color: var(--einsure-brand-border);
    background: var(--einsure-surface-2);
}

.protection-card.active[b-oew5ceuo9r] {
    border-color: var(--einsure-primary);
    background: var(--einsure-brand-dim);
}

.protection-icon[b-oew5ceuo9r] {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #64748b;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.protection-card.active .protection-icon[b-oew5ceuo9r] {
    background: var(--einsure-primary);
    color: #fff;
}

.protection-info h6[b-oew5ceuo9r] {
    margin: 0;
    font-weight: 700;
    color: #334155;
}

.protection-info p[b-oew5ceuo9r] {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.price-change-up[b-oew5ceuo9r] {
    color: #22c55e !important;
}

.price-change-down[b-oew5ceuo9r] {
    color: #ef4444 !important;
}

/* Payment Method Selection Styles */
.payment-methods-grid[b-oew5ceuo9r] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.payment-method-item[b-oew5ceuo9r] {
    cursor: pointer;
    position: relative;
    user-select: none;
}

.payment-method-item input[b-oew5ceuo9r] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.payment-method-content[b-oew5ceuo9r] {
    border: 2px solid #f1f5f9;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.payment-method-item:hover:not(.disabled) .payment-method-content[b-oew5ceuo9r] {
    border-color: var(--einsure-primary-light);
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(30, 81, 164, 0.1);
}

.payment-method-item.active .payment-method-content[b-oew5ceuo9r] {
    border-color: var(--einsure-primary);
    background: rgba(30, 81, 164, 0.02);
    box-shadow: 0 10px 15px -3px rgba(30, 81, 164, 0.15);
}

.payment-method-item.active .payment-method-content i[b-oew5ceuo9r] {
    color: var(--einsure-primary);
    transform: scale(1.1);
}

.payment-method-item.active .payment-method-content span[b-oew5ceuo9r] {
    color: var(--einsure-primary);
    font-weight: 700;
}

.payment-method-item.disabled[b-oew5ceuo9r] {
    cursor: not-allowed;
}

.payment-method-content i[b-oew5ceuo9r] {
    transition: all 0.3s ease;
    color: #64748b;
}

.payment-method-content span[b-oew5ceuo9r] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #475569;
    margin-top: 8px;
}

.info-box-inline[b-oew5ceuo9r] {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: #f0f7ff;
    border-left: 4px solid #1e51a4;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    color: #334155;
    line-height: 1.5;
}

.info-box-inline i[b-oew5ceuo9r] {
    color: #1e51a4;
    font-size: 16px;
    margin-top: 2px;
}

/* Summary Card Styles */
.summary-card[b-oew5ceuo9r] {
    border: none;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.policy-icon-square[b-oew5ceuo9r] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================
   Mobile Responsiveness Overrides
   ========================================== */

@media (max-width: 991.98px) {
    .sticky-price-card[b-oew5ceuo9r] {
        position: static !important;
        max-width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
    .price-card-glass[b-oew5ceuo9r] {
        border-radius: 24px !important;
        padding: 24px 20px !important;
    }
    .member-info-grid[b-oew5ceuo9r] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}

@media (max-width: 767.98px) {
    .wizard-container[b-oew5ceuo9r] {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .display-4[b-oew5ceuo9r] {
        font-size: 1.85rem !important;
    }
    .fs-5[b-oew5ceuo9r] {
        font-size: 1rem !important;
    }
    .btn-outline-secondary[b-oew5ceuo9r] {
        padding: 6px 12px !important;
        font-size: 14px !important;
    }

    [b-oew5ceuo9r] .k-wizard-step-container {
        padding: 10px 14px !important;
    }
    [b-oew5ceuo9r] .k-stepper {
        gap: 6px !important;
    }
    [b-oew5ceuo9r] .k-step-link {
        padding: 4px 6px !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    [b-oew5ceuo9r] .k-step-indicator {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
    }
    [b-oew5ceuo9r] .k-step-label {
        font-size: 10px !important;
        margin-top: 2px !important;
        margin-left: 0 !important;
        text-align: center !important;
    }

    /* Layout Grids Stacking */
    .package-options-grid[b-oew5ceuo9r] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .payment-methods-grid[b-oew5ceuo9r] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    /* Popup/Window Details */
    .health-hero-banner[b-oew5ceuo9r] {
        padding: 20px 24px !important;
        gap: 16px !important;
    }
    .health-hero-icon[b-oew5ceuo9r] {
        width: 56px !important;
        height: 56px !important;
        font-size: 1.6rem !important;
        border-radius: 16px !important;
    }
    .health-hero-text h3[b-oew5ceuo9r] {
        font-size: 1.35rem !important;
    }
    .health-hero-text p[b-oew5ceuo9r] {
        font-size: 0.9rem !important;
    }
    .health-window-body[b-oew5ceuo9r] {
        padding: 20px 24px !important;
    }
    .health-notice[b-oew5ceuo9r] {
        padding: 12px 16px !important;
        margin-bottom: 24px !important;
        gap: 12px !important;
    }
    .health-specs-grid[b-oew5ceuo9r] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .health-spec-item.full-width[b-oew5ceuo9r] {
        grid-column: span 1 !important;
    }
    .health-window-footer[b-oew5ceuo9r] {
        padding: 16px 24px 24px !important;
        flex-direction: column-reverse !important;
        gap: 10px !important;
    }
    .health-window-footer button[b-oew5ceuo9r] {
        width: 100% !important;
        padding: 12px !important;
    }
}

@media (max-width: 575.98px) {
    [b-oew5ceuo9r] .k-step-label {
        display: none !important;
    }
    [b-oew5ceuo9r] .k-wizard-content {
        padding: 12px 10px !important;
    }

    .wizard-step-content[b-oew5ceuo9r] {
        padding: 0 !important;
    }
    .step-icon-circle[b-oew5ceuo9r] {
        width: 38px !important;
        height: 38px !important;
    }
    .step-icon-circle i[b-oew5ceuo9r] {
        font-size: 1.1rem !important;
    }
    .step-title[b-oew5ceuo9r] {
        font-size: 1.15rem !important;
    }

    /* Family members responsiveness */
    .member-card-premium[b-oew5ceuo9r] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
        padding: 16px !important;
        border-radius: 16px !important;
    }
    .member-card-premium .d-flex.align-items-center[b-oew5ceuo9r] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
    }
    .member-avatar[b-oew5ceuo9r] {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
    }
    .member-info-grid[b-oew5ceuo9r] {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: 100% !important;
    }
    .member-actions-group[b-oew5ceuo9r] {
        margin-left: 0 !important;
        display: flex !important;
        justify-content: flex-end !important;
        border-top: 1px solid #f1f5f9 !important;
        padding-top: 12px !important;
        width: 100% !important;
    }

    /* Pricing card detail improvements */
    .price-currency[b-oew5ceuo9r] {
        font-size: 26px !important;
    }
    .price-slot-machine[b-oew5ceuo9r] {
        --price-digit-height: 48px !important;
        font-size: 38px !important;
    }
    .price-decimal[b-oew5ceuo9r] {
        font-size: 38px !important;
    }
}

/* ========================================================
   Mobile Sticky Bottom Price Bar & Sliding Drawer Defaults
   ======================================================== */
.mobile-sticky-bottom-bar[b-oew5ceuo9r],
.mobile-price-sheet-backdrop[b-oew5ceuo9r],
.mobile-price-sheet[b-oew5ceuo9r] {
    display: none !important;
}

/* ========================================================
   Mobile Responsiveness Overrides (max-width: 991.98px)
   ======================================================== */
@media (max-width: 991.98px) {
    .wizard-container[b-oew5ceuo9r] {
        padding-bottom: 100px !important;
    }

    /* Mobile Sticky Bottom Bar */
    .mobile-sticky-bottom-bar[b-oew5ceuo9r] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75px;
        background: linear-gradient(135deg, rgba(15, 46, 94, 0.96) 0%, rgba(30, 81, 164, 0.96) 100%);
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        border-top: 2px solid #e9d800 !important;
        z-index: 1020;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden !important;
        gap: 8px !important;
        box-sizing: border-box !important;
    }

        .mobile-sticky-bottom-bar:hover[b-oew5ceuo9r] {
            background: linear-gradient(135deg, rgba(20, 56, 114, 0.98) 0%, rgba(40, 91, 174, 0.98) 100%);
        }

        .mobile-sticky-bottom-bar > .d-flex[b-oew5ceuo9r] {
            min-width: 0 !important;
            flex-shrink: 1 !important;
        }

            .mobile-sticky-bottom-bar > .d-flex:first-child[b-oew5ceuo9r] {
                flex-shrink: 1 !important;
                overflow: hidden !important;
            }

            .mobile-sticky-bottom-bar > .d-flex:last-child[b-oew5ceuo9r] {
                flex-shrink: 0 !important;
            }

        .mobile-sticky-bottom-bar .price-slot-machine[b-oew5ceuo9r] {
            --price-digit-height: 38px !important;
            font-size: 28px !important;
            height: 38px !important;
            line-height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-digit[b-oew5ceuo9r] {
            height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-decimal[b-oew5ceuo9r] {
            font-size: 28px !important;
            line-height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-currency[b-oew5ceuo9r] {
            font-size: 20px !important;
            margin-left: 4px !important;
        }

        .mobile-sticky-bottom-bar .price-label-text[b-oew5ceuo9r] {
            font-size: 11px !important;
            letter-spacing: 0.1em !important;
            text-shadow: none !important;
            font-weight: 800 !important;
            white-space: nowrap;
        }

    body.price-sheet-locked[b-oew5ceuo9r] {
        position: fixed !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    /* Mobile Price Sheet Backdrop */
    .mobile-price-sheet-backdrop[b-oew5ceuo9r] {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.75) !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
        z-index: 1030;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        display: block !important;
    }

        .mobile-price-sheet-backdrop.active[b-oew5ceuo9r] {
            opacity: 1 !important;
            pointer-events: auto !important;
            touch-action: none;
        }

    /* Mobile Sliding Sheet Drawer */
    .mobile-price-sheet[b-oew5ceuo9r] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #102a54 0%, #081a33 100%) !important;
        border-top: 3px solid #e9d800 !important;
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
        z-index: 1040;
        height: 80vh; /* Fixed height container to establish a strict boundary */
        max-height: 80vh;
        transform: translateY(100%);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.5) !important;
        display: flex !important;
        flex-direction: column;
        padding: 20px 20px 30px 20px !important;
        box-sizing: border-box !important;
        overflow: hidden; /* Prevent outer sheet scrolling */
    }

    .mobile-price-sheet[b-oew5ceuo9r],
    .price-sheet-content[b-oew5ceuo9r] {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain; /* Prevents scroll chaining and locks momentum to this container */
    }

        .price-sheet-content > div[b-oew5ceuo9r] {
            overflow: visible !important;
            height: auto !important;
            touch-action: pan-y;
        }

        .mobile-price-sheet.open[b-oew5ceuo9r] {
            transform: translateY(0) !important;
        }

    .price-sheet-handle[b-oew5ceuo9r] {
        width: 48px;
        height: 5px;
        background: rgba(255, 255, 255, 0.2) !important;
        border-radius: 10px;
        margin: -8px auto 16px auto;
        flex-shrink: 0;
    }

    .price-sheet-header[b-oew5ceuo9r] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-shrink: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 12px;
    }

    .price-sheet-title[b-oew5ceuo9r] {
        color: #fff;
        font-weight: 800;
        font-size: 1.25rem;
    }

    .price-sheet-close[b-oew5ceuo9r] {
        background: rgba(255, 255, 255, 0.1) !important;
        border: none !important;
        color: #fff !important;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.95rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .price-sheet-close:hover[b-oew5ceuo9r] {
            background: rgba(255, 255, 255, 0.2) !important;
        }

    .price-sheet-content[b-oew5ceuo9r] {
        position: relative;
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto !important;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; /* Smooth momentum scrolling for iOS */
        padding-right: 4px;
        padding-bottom: 40px; /* Extra space at the bottom for easy reach */
    }

        .price-sheet-content[b-oew5ceuo9r]::-webkit-scrollbar {
            width: 5px;
        }

        .price-sheet-content[b-oew5ceuo9r]::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.02);
        }

        .price-sheet-content[b-oew5ceuo9r]::-webkit-scrollbar-thumb {
            background: rgba(233, 216, 0, 0.3);
            border-radius: 10px;
        }

        .price-sheet-content .price-slot-machine[b-oew5ceuo9r] {
            --price-digit-height: 48px !important;
            font-size: 38px !important;
            height: 48px !important;
            line-height: 48px !important;
        }

        .price-sheet-content .price-digit[b-oew5ceuo9r] {
            height: 48px !important;
        }

        .price-sheet-content .price-decimal[b-oew5ceuo9r] {
            font-size: 38px !important;
            line-height: 48px !important;
        }

        .price-sheet-content .price-currency[b-oew5ceuo9r] {
            font-size: 26px !important;
        }

    .mobile-price-sheet .price-card-glass[b-oew5ceuo9r] {
        max-height: none !important;
        overflow-y: visible !important;
    }
}


@media (max-width: 480px) {
    .mobile-sticky-bottom-bar[b-oew5ceuo9r] {
        padding: 0 12px !important;
        height: 80px !important;
        gap: 6px !important;
    }

        .mobile-sticky-bottom-bar .price-slot-machine[b-oew5ceuo9r] {
            --price-digit-height: 32px !important;
            font-size: 22px !important;
            height: 32px !important;
            line-height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-digit[b-oew5ceuo9r] {
            height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-decimal[b-oew5ceuo9r] {
            font-size: 22px !important;
            line-height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-currency[b-oew5ceuo9r] {
            font-size: 16px !important;
            margin-left: 2px !important;
        }

        .mobile-sticky-bottom-bar .d-flex.align-items-center.gap-2[b-oew5ceuo9r] {
            gap: 4px !important;
        }

        .mobile-sticky-bottom-bar .badge[b-oew5ceuo9r] {
            font-size: 0.65rem !important;
            padding: 4px 8px !important;
            white-space: nowrap !important;
        }

        .mobile-sticky-bottom-bar button[b-oew5ceuo9r] {
            font-size: 0.65rem !important;
            padding: 4px 8px !important;
            white-space: nowrap !important;
            flex-shrink: 0 !important;
        }
}

/* ========================================================
   Scoped Telerik Wizard Buttons Container & Responsive Styles
   ======================================================== */
[b-oew5ceuo9r] .k-wizard-buttons {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 16px !important;
    padding: 24px 60px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    border-top: 1px solid #e2e8f0 !important;
}

[b-oew5ceuo9r] .wizard-nav-btn {
    height: 50px !important;
    padding: 0 30px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 767.98px) {
    [b-oew5ceuo9r] .k-wizard-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding: 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        background-color: #ffffff !important;
        border-top: 1px solid #f1f5f9 !important;
    }

        [b-oew5ceuo9r] .k-wizard-buttons .d-flex.justify-content-end {
            flex-direction: column !important;
            width: 100% !important;
            gap: 10px !important;
            padding: 0 !important;
            margin: 0 !important;
            align-items: stretch !important;
        }

        [b-oew5ceuo9r] .k-wizard-buttons .d-flex.gap-3 {
            flex-direction: column !important;
            width: 100% !important;
            gap: 10px !important;
            margin: 0 !important;
        }

        /* Any div that's a direct wrapper, make it full width */
        [b-oew5ceuo9r] .k-wizard-buttons div {
            width: 100% !important;
            max-width: 100% !important;
        }

        [b-oew5ceuo9r] .k-wizard-buttons span[data-tooltip] {
            display: block !important;
            width: 100% !important;
        }

    [b-oew5ceuo9r] .wizard-nav-btn {
        height: 46px !important;
        padding: 0 16px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Clean up conflicting margins on mobile */
    [b-oew5ceuo9r] .btn-next,
    [b-oew5ceuo9r] .btn-finish,
    [b-oew5ceuo9r] .btn-pay-later,
    [b-oew5ceuo9r] .btn-back {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .package-header-container[b-oew5ceuo9r] {
        padding-right: 110px !important;
    }
}


/* Package Choice Selection Styles */
.package-choice-card[b-oew5ceuo9r] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.package-choice-card:hover[b-oew5ceuo9r] {
    transform: translateY(-4px);
    border-color: var(--einsure-primary) !important;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.12) !important;
}

.package-choice-card.selected[b-oew5ceuo9r] {
    background: linear-gradient(145deg, #ffffff, #fffdf2) !important;
    border-color: #e9d800 !important;
    box-shadow: 0 12px 30px -8px rgba(233, 216, 0, 0.2) !important;
}

.package-choice-card.selected .package-icon-circle[b-oew5ceuo9r] {
    background-color: rgba(233, 216, 0, 0.15) !important;
    color: #b59b00 !important;
}

.package-benefits-accordion[b-oew5ceuo9r] {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-benefits-accordion.open[b-oew5ceuo9r] {
    max-height: 500px;
}

/* Premium Benefits Toggle Pill */
.benefits-toggle-pill[b-oew5ceuo9r] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.benefits-toggle-pill:hover[b-oew5ceuo9r] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(233, 216, 0, 0.4);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.benefits-toggle-pill.active[b-oew5ceuo9r] {
    background: rgba(233, 216, 0, 0.12) !important;
    border-color: #e9d800 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(233, 216, 0, 0.15);
}

.benefits-toggle-pill .pill-icon-wrapper[b-oew5ceuo9r] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.benefits-toggle-pill.active .pill-icon-wrapper[b-oew5ceuo9r] {
    color: #e9d800;
}

.benefits-toggle-pill .pill-arrow[b-oew5ceuo9r] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: rgba(255, 255, 255, 0.5);
}

.benefits-toggle-pill.active .pill-arrow[b-oew5ceuo9r] {
    transform: rotate(180deg);
    color: #e9d800;
}

/* Sidebar Benefits Wrapper CSS Transitions */
.sidebar-benefits-wrapper[b-oew5ceuo9r] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.3s ease, padding-top 0.3s ease;
    width: 100%;
}

.sidebar-benefits-wrapper.open[b-oew5ceuo9r] {
    max-height: 450px;
    opacity: 1;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(255, 255, 255, 0.18) !important;
}

.border-white-10[b-oew5ceuo9r] {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.text-warning-gold[b-oew5ceuo9r] {
    color: #e9d800 !important;
}

/* Premium Benefits Accordion Card */
.benefits-accordion-card[b-oew5ceuo9r] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 14px 18px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
    box-sizing: border-box;
}

.benefits-accordion-card:hover[b-oew5ceuo9r] {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.benefits-accordion-card.is-expanded[b-oew5ceuo9r] {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(233, 216, 0, 0.35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.benefits-header[b-oew5ceuo9r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

.benefits-header *[b-oew5ceuo9r] {
    pointer-events: none;
}

.benefits-icon[b-oew5ceuo9r] {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.benefits-accordion-card.is-expanded .benefits-icon[b-oew5ceuo9r] {
    background: rgba(233, 216, 0, 0.15);
    color: #e9d800;
}

.benefits-title[b-oew5ceuo9r] {
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.benefits-subtitle[b-oew5ceuo9r] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
    font-weight: 500;
    margin-top: 2px;
}

.benefits-arrow[b-oew5ceuo9r] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.benefits-accordion-card.is-expanded .benefits-arrow[b-oew5ceuo9r] {
    transform: rotate(180deg);
    color: #e9d800;
}

/* Smooth expansion and transitions */
.benefits-body[b-oew5ceuo9r] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease;
    width: 100%;
}

.benefits-accordion-card.is-expanded .benefits-body[b-oew5ceuo9r] {
    max-height: 600px;
    opacity: 1;
}

/* Selected Package Card & Drawer (Hybrid Class Toggle) */
.selected-package-card[b-oew5ceuo9r] {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.selected-package-card:hover[b-oew5ceuo9r] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.selected-package-header[b-oew5ceuo9r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer !important;
    user-select: none;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

.selected-package-header *[b-oew5ceuo9r] {
    pointer-events: none !important;
}

.benefits-toggle-arrow[b-oew5ceuo9r] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-package-benefits-drawer[b-oew5ceuo9r] {
    position: relative;
    z-index: 1;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.25s ease;
    width: 100%;
}

/* Expanded State styling */
.selected-package-card.is-expanded .selected-package-benefits-drawer[b-oew5ceuo9r] {
    max-height: 1000px;
    opacity: 1;
}

.selected-package-card.is-expanded .selected-package-header .benefits-toggle-arrow[b-oew5ceuo9r] {
    background: rgba(233, 216, 0, 0.15) !important;
}

.selected-package-card.is-expanded .selected-package-header .benefits-toggle-arrow i[b-oew5ceuo9r] {
    transform: rotate(180deg);
    color: #e9d800 !important;
}

.selected-package-card.is-expanded .selected-package-header .package-card-icon[b-oew5ceuo9r] {
    background: rgba(233, 216, 0, 0.12) !important;
}

.selected-package-card.is-expanded .selected-package-header .package-card-icon i[b-oew5ceuo9r] {
    color: #e9d800 !important;
}

/* Price Breakdown List Default Styling */
.price-breakdown-list[b-oew5ceuo9r] {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 4px;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}

/* Desktop Sidebar Scroll Optimization: disable inner scrollbar to prevent nested scrolling */
.scrollable-sidebar-card .price-breakdown-list[b-oew5ceuo9r] {
    max-height: none !important;
    overflow-y: visible !important;
    padding-right: 0 !important;
}

/* Mobile sliding price sheet breakdown styling overrides */
.mobile-price-sheet .price-breakdown-list[b-oew5ceuo9r] {
    max-height: none !important;
    overflow-y: visible !important;
    padding-right: 0 !important;
}

/* Verification components */
.verification-agreement-card:hover[b-oew5ceuo9r] {
    border-color: rgba(233, 216, 0, 0.6) !important;
    box-shadow: 0 10px 25px rgba(233, 216, 0, 0.08) !important;
    background: linear-gradient(135deg, rgba(233, 216, 0, 0.12) 0%, rgba(233, 216, 0, 0.04) 100%) !important;
}

.premium-verify-check[b-oew5ceuo9r] {
    width: 24px !important;
    height: 24px !important;
    border-radius: 6px !important;
    border: 2px solid rgba(30, 81, 164, 0.4) !important;
    background-color: #fff !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    appearance: none !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.premium-verify-check:hover[b-oew5ceuo9r] {
    border-color: #1e51a4 !important;
    box-shadow: 0 0 0 4px rgba(30, 81, 164, 0.1) !important;
}

.premium-verify-check:checked[b-oew5ceuo9r] {
    background-color: #e9d800 !important;
    border-color: #e9d800 !important;
    box-shadow: 0 4px 10px rgba(233, 216, 0, 0.3) !important;
}

.premium-verify-check:checked[b-oew5ceuo9r]::after {
    content: '' !important;
    position: absolute !important;
    left: 7px !important;
    top: 3px !important;
    width: 6px !important;
    height: 12px !important;
    border: solid #0f2e5e !important;
    border-width: 0 3px 3px 0 !important;
    transform: rotate(45deg) !important;
}

.premium-verify-check:focus[b-oew5ceuo9r] {
    outline: none !important;
    border-color: #e9d800 !important;
    box-shadow: 0 0 0 4px rgba(233, 216, 0, 0.2) !important;
}

.premium-switch-oval[b-oew5ceuo9r] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: #f1f5f9 !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    border: 1px solid #e2e8f0 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    height: 38px !important;
    box-sizing: border-box !important;
}

.premium-switch-oval:hover[b-oew5ceuo9r] {
    background: #e2e8f0 !important;
}

.premium-switch-oval label[b-oew5ceuo9r] {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #334155 !important;
    cursor: pointer !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
}

.premium-switch-oval .k-checkbox[b-oew5ceuo9r] {
    margin: 0 !important;
}

/* ========================================================
   Mobile Responsiveness Overrides for Owner & Driver Blocks
   ======================================================== */
@media (max-width: 767.98px) {
    .confirmed-vehicle-card[b-oew5ceuo9r] {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 18px !important;
        gap: 16px !important;
    }
    
    .confirmed-vehicle-info[b-oew5ceuo9r] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
    }
    
    .confirmed-vehicle-icon[b-oew5ceuo9r] {
        width: 44px !important;
        height: 44px !important;
        font-size: 1.1rem !important;
    }
    
    .confirmed-vehicle-text[b-oew5ceuo9r] {
        width: 100% !important;
    }

    .confirmed-vehicle-text h4[b-oew5ceuo9r] {
        font-size: 1.1rem !important;
        margin-bottom: 8px !important;
        text-align: left !important;
    }
    
    .confirmed-vehicle-meta[b-oew5ceuo9r] {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        align-items: center !important;
        width: 100% !important;
        margin-top: 8px !important;
    }
    
    .confirmed-vehicle-meta .separator[b-oew5ceuo9r] {
        display: none !important;
    }
    
    .confirmed-vehicle-meta span[b-oew5ceuo9r] {
        font-size: 0.8rem !important;
        background: rgba(30, 81, 164, 0.05) !important;
        color: #475569 !important;
        padding: 4px 10px !important;
        border-radius: 8px !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        border: 1px solid rgba(30, 81, 164, 0.08) !important;
    }

    .confirmed-vehicle-meta .plate-small[b-oew5ceuo9r] {
        margin-bottom: 0 !important;
    }

    .premium-switch-oval[b-oew5ceuo9r] {
        width: 100% !important;
        justify-content: center !important;
        padding: 10px 16px !important;
        height: 44px !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 767.98px) {
    .vehicle-details-window.k-window[b-oew5ceuo9r],
    [b-oew5ceuo9r] .vehicle-details-window.k-window {
        width: 94vw !important;
        max-width: 94vw !important;
        left: 3vw !important;
        margin: 0 !important;
    }
}

@media (max-width: 480px){
    .vehicle-details-window.k-window[b-oew5ceuo9r],
    [b-oew5ceuo9r] .vehicle-details-window.k-window{
        width: 96vw !important;
        max-width: 96vw !important;
        left: 2vw !important;
    }
}

.modal-footer-actions[b-oew5ceuo9r] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px 24px;
    flex-wrap: wrap;
}

@media (max-width: 575.98px){
    .modal-footer-actions[b-oew5ceuo9r] {
        flex-direction: column-reverse !important;
        gap: 10px !important;
        padding: 16px !important;
        width: 100%;
        box-sizing: border-box;
    }

    .modal-footer-actions .k-button[b-oew5ceuo9r],
    .modal-footer-actions[b-oew5ceuo9r]  .k-button {
        width: 100% !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 575.98px) {
    .drivers-section .d-flex.justify-content-between.align-items-center[b-oew5ceuo9r] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }
    
    .drivers-section .d-flex.justify-content-between.align-items-center h5[b-oew5ceuo9r] {
        text-align: left !important;
        justify-content: flex-start !important;
    }
    
    .drivers-section .d-flex.justify-content-between.align-items-center button[b-oew5ceuo9r] {
        width: 100% !important;
        justify-content: center !important;
        padding: 10px 20px !important;
        font-size: 0.9rem !important;
        height: 44px !important;
        display: inline-flex !important;
        align-items: center !important;
    }
}

@media (max-width: 480px) {
    .mobile-sticky-bottom-bar[b-oew5ceuo9r] {
        padding: 0 12px !important;
        height: 80px !important;
    }
    
    .mobile-sticky-bottom-bar .price-slot-machine[b-oew5ceuo9r] {
        --price-digit-height: 32px !important;
        font-size: 22px !important;
        height: 32px !important;
        line-height: 32px !important;
    }
    
    .mobile-sticky-bottom-bar .price-digit[b-oew5ceuo9r] {
        height: 32px !important;
    }
    
    .mobile-sticky-bottom-bar .price-decimal[b-oew5ceuo9r] {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    
    .mobile-sticky-bottom-bar .price-currency[b-oew5ceuo9r] {
        font-size: 16px !important;
        margin-left: 2px !important;
    }

    .mobile-sticky-bottom-bar .d-flex.align-items-center.gap-2[b-oew5ceuo9r] {
        gap: 4px !important;
    }

    .mobile-sticky-bottom-bar .badge[b-oew5ceuo9r] {
        font-size: 0.65rem !important;
        padding: 4px 8px !important;
    }

    .mobile-sticky-bottom-bar button[b-oew5ceuo9r] {
        font-size: 0.65rem !important;
        padding: 4px 8px !important;
    }
}

.owner-actions-row[b-oew5ceuo9r]{
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 575.98px){
    .owner-actions-row[b-oew5ceuo9r]{
        flex-direction: column-reverse !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .owner-save-btn[b-oew5ceuo9r],
    .owner-driver-toggle-btn[b-oew5ceuo9r]{
        width: 100% !important;
        justify-content: center !important;
        padding: 12px !important;
        font-size: 0.9rem !important;
        box-sizing: border-box !important;
    }
}


[b-oew5ceuo9r] .k-dropzone,
[b-oew5ceuo9r] .k-dropzone *,
[b-oew5ceuo9r] .custom-dropzone,
[b-oew5ceuo9r] .custom-dropzone * {
    cursor: pointer !important;
}

.custom-dropzone[b-oew5ceuo9r] {
    position: relative !important;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    min-height: 180px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer !important;
    text-align: center;
    padding: 20px !important;
    width: 100% !important;
}

.custom-dropzone.dragging[b-oew5ceuo9r] {
    border-color: #1e51a4;
    background: rgba(30, 81, 164, 0.02);
}

.dropzone-content[b-oew5ceuo9r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    pointer-events: none !important;
    z-index: 2;
    cursor: pointer !important;
}

.dropzone-content *[b-oew5ceuo9r] {
    pointer-events: none !important;
    cursor: pointer !important;
}

.telerik-hidden-uploader[b-oew5ceuo9r] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

.telerik-hidden-uploader .k-upload[b-oew5ceuo9r],
.telerik-hidden-uploader .k-dropzone[b-oew5ceuo9r],
.telerik-hidden-uploader .k-dropzone-inner[b-oew5ceuo9r],
.telerik-hidden-uploader .k-file-select[b-oew5ceuo9r],
.telerik-hidden-uploader[b-oew5ceuo9r]  .k-upload,
.telerik-hidden-uploader[b-oew5ceuo9r]  .k-dropzone,
.telerik-hidden-uploader[b-oew5ceuo9r]  .k-dropzone-inner,
.telerik-hidden-uploader[b-oew5ceuo9r]  .k-file-select {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

.telerik-hidden-uploader .k-upload-button-wrap[b-oew5ceuo9r],
.telerik-hidden-uploader .k-upload-button[b-oew5ceuo9r],
.telerik-hidden-uploader .k-button[b-oew5ceuo9r],
.telerik-hidden-uploader[b-oew5ceuo9r]  .k-upload-button-wrap,
.telerik-hidden-uploader[b-oew5ceuo9r]  .k-upload-button,
.telerik-hidden-uploader[b-oew5ceuo9r]  .k-button {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    display: block !important;
    pointer-events: auto !important;
}

.telerik-hidden-uploader .k-upload-files[b-oew5ceuo9r],
.telerik-hidden-uploader .k-upload-status[b-oew5ceuo9r],
.telerik-hidden-uploader .k-dropzone-hint[b-oew5ceuo9r],
.telerik-hidden-uploader .k-upload-button span[b-oew5ceuo9r],
.telerik-hidden-uploader[b-oew5ceuo9r]  .k-upload-files,
.telerik-hidden-uploader[b-oew5ceuo9r]  .k-upload-status,
.telerik-hidden-uploader[b-oew5ceuo9r]  .k-dropzone-hint,
.telerik-hidden-uploader[b-oew5ceuo9r]  .k-upload-button span {
    display: none !important;
}

.telerik-hidden-uploader input[type="file"][b-oew5ceuo9r],
.telerik-hidden-uploader .k-upload-action[b-oew5ceuo9r],
.telerik-hidden-uploader[b-oew5ceuo9r]  input[type="file"],
.telerik-hidden-uploader[b-oew5ceuo9r]  .k-upload-action {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 100 !important;
    pointer-events: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.cover-item-card[b-oew5ceuo9r] {
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    border-radius: 14px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    height: 86px !important;
    display: flex !important;
    align-items: center !important;
    padding: 12px 16px !important;
    position: relative;
    user-select: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}

.cover-item-card:hover[b-oew5ceuo9r] {
    transform: translateY(-2px);
    border-color: #3b82f6 !important;
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.08), 0 4px 6px -2px rgba(59, 130, 246, 0.04) !important;
}

.cover-item-card.border-primary[b-oew5ceuo9r] {
    border-color: #3b82f6 !important;
    background: linear-gradient(135deg, #f0f7ff 0%, #e0f2fe 100%) !important;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.12) !important;
}

.cover-skeleton-card[b-oew5ceuo9r] {
    border: 1px solid #e2e8f0 !important;
    background: #f8fafc !important;
    border-radius: 14px !important;
    height: 86px !important;
    display: flex !important;
    align-items: center !important;
    padding: 12px 16px !important;
    position: relative;
    overflow: hidden;
}

.shimmer-effect[b-oew5ceuo9r] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 100%);
    animation: cover-shimmer-b-oew5ceuo9r 1.6s infinite ease-in-out;
}

@keyframes cover-shimmer-b-oew5ceuo9r {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.covers-grid[b-oew5ceuo9r] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    width: 100%;
}
@media (max-width: 575.98px){
    .covers-grid[b-oew5ceuo9r]{
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .cover-item-card[b-oew5ceuo9r]{
        height: auto !important;
        min-height: 78px !important;
        padding: 12px !important;
    }
}

.photo-info-tooltip[b-oew5ceuo9r] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.photo-tooltip-card[b-oew5ceuo9r] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 125%;
    left: 0;
    width: 320px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 16px;
    padding: 16px;
    z-index: 1000;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 12px 28px rgba(30, 41, 59, 0.12), 0 4px 10px rgba(30, 41, 59, 0.06) !important;
    text-align: left;
}

.photo-tooltip-card[b-oew5ceuo9r]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 15px;
    border-width: 8px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.photo-info-tooltip:hover .photo-tooltip-card[b-oew5ceuo9r] {
    visibility: visible;
    opacity: 1;
    transform: translateY(-5px);
}

.cursor-pointer[b-oew5ceuo9r] {
    cursor: pointer;
}

.custom-photo-badge[b-oew5ceuo9r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 81, 164, 0.08);
    color: #1e51a4;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1px solid rgba(30, 81, 164, 0.16);
    transition: all 0.25s ease;
    line-height: 1;
    height: 28px;
    box-sizing: border-box;
}

.custom-photo-badge.is-success[b-oew5ceuo9r] {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    border-color: rgba(16, 185, 129, 0.2);
}

.custom-photo-badge i[b-oew5ceuo9r] {
    font-size: 0.85rem;
}

[b-oew5ceuo9r] input::placeholder,
[b-oew5ceuo9r] textarea::placeholder,
[b-oew5ceuo9r] .k-input-inner::placeholder,
input[b-oew5ceuo9r]::placeholder,
textarea[b-oew5ceuo9r]::placeholder,
.k-input-inner[b-oew5ceuo9r]::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

[b-oew5ceuo9r] .uppercase-input,
[b-oew5ceuo9r] .uppercase-input input,
[b-oew5ceuo9r] .uppercase-input .k-input-inner,
.uppercase-input[b-oew5ceuo9r],
.uppercase-input input[b-oew5ceuo9r],
.uppercase-input .k-input-inner[b-oew5ceuo9r] {
    text-transform: uppercase !important;
}


/* Driver card: keep edit/delete buttons inside, let text wrap or truncate */
.driver-card[b-oew5ceuo9r] {
    overflow: hidden;
}

    .driver-card .d-flex.justify-content-between.align-items-start.mb-3[b-oew5ceuo9r] {
        flex-wrap: wrap;
        gap: 12px;
    }

.driver-card .d-flex.align-items-center.gap-3[b-oew5ceuo9r] {
    min-width: 0;
    flex: 1 1 200px;
}

    .driver-card .d-flex.align-items-center.gap-3 > div:last-child[b-oew5ceuo9r] {
        min-width: 0;
        flex: 1;
    }

    .driver-card .d-flex.align-items-center.gap-3 h6[b-oew5ceuo9r],
    .driver-card .d-flex.align-items-center.gap-3 span[b-oew5ceuo9r] {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .driver-card .d-flex.gap-2[b-oew5ceuo9r] {
        flex-shrink: 0;
        margin-left: auto;
    }

/* Owner (Pronari i Mjetit) confirmed card: same fix */
.confirmed-vehicle-card[b-oew5ceuo9r] {
    overflow: hidden;
}

.confirmed-vehicle-info[b-oew5ceuo9r] {
    min-width: 0;
    flex: 1 1 auto;
}

.confirmed-vehicle-text[b-oew5ceuo9r] {
    min-width: 0;
}

    .confirmed-vehicle-text h4[b-oew5ceuo9r] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.confirmed-vehicle-meta[b-oew5ceuo9r] {
    flex-wrap: wrap;
    row-gap: 6px;
}

.confirmed-vehicle-card > .d-flex.align-items-center.gap-3[b-oew5ceuo9r] {
    flex-shrink: 0;
}
/* /Components/Pages/Policies/Tpl.razor.rz.scp.css */
.premium-page-header[b-hm7d5uxcvw] {
    background: linear-gradient(135deg, rgba(30, 81, 164, 0.06) 0%, rgba(30, 81, 164, 0.01) 100%);
    border: 1px solid rgba(30, 81, 164, 0.08);
    border-radius: 20px;
    padding: 1.25rem 2rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.premium-page-header[b-hm7d5uxcvw]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--einsure-primary), #4facfe);
    border-radius: 20px 0 0 20px;
}

.premium-header-icon-box[b-hm7d5uxcvw] {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--einsure-primary);
    box-shadow: 0 8px 16px rgba(30, 81, 164, 0.06);
    transition: all 0.3s ease;
}

.premium-page-header:hover .premium-header-icon-box[b-hm7d5uxcvw] {
    transform: rotate(10deg) scale(1.05);
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.12);
}

.premium-title-text[b-hm7d5uxcvw] {
    font-family: 'Outfit', 'Inter', sans-serif;
    font-weight: 800;
    color: var(--einsure-primary);
    letter-spacing: -0.5px;
}

.btn-close-premium[b-hm7d5uxcvw] {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 0.65rem 1.25rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    cursor: pointer;
}

.btn-close-premium:hover[b-hm7d5uxcvw] {
    background: #fff5f5;
    border-color: #fca5a5;
    color: #ef4444;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(239, 68, 68, 0.1);
}

.btn-close-premium:active[b-hm7d5uxcvw] {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .premium-page-header[b-hm7d5uxcvw] {
        padding: 1.25rem;
        border-radius: 16px;
    }
    
    .premium-title-text[b-hm7d5uxcvw] {
        font-size: 1.35rem !important;
    }
    
    .premium-subtitle-text[b-hm7d5uxcvw] {
        font-size: 0.85rem !important;
    }
    
    .btn-close-premium[b-hm7d5uxcvw] {
        padding: 0.65rem;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        justify-content: center;
        gap: 0;
    }
    
    .btn-close-premium span[b-hm7d5uxcvw] {
        display: none;
    }
}

.premium-window-title[b-hm7d5uxcvw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--einsure-primary);
    font-weight: 700;
    font-size: 1.1rem;
}

.premium-window-content[b-hm7d5uxcvw] {
    padding: 0;
}

.window-hero-banner[b-hm7d5uxcvw] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: linear-gradient(135deg, rgba(30, 81, 164, 0.05) 0%, rgba(30, 81, 164, 0.02) 100%);
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #f1f5f9;
}

.hero-icon-wrapper[b-hm7d5uxcvw] {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--einsure-primary);
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(30, 81, 164, 0.08);
}

.form-label-premium[b-hm7d5uxcvw] {
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.premium-input-group .k-textbox[b-hm7d5uxcvw],
.premium-input-group .k-dropdownlist[b-hm7d5uxcvw],
.premium-input-group .k-datepicker[b-hm7d5uxcvw] {
    border-radius: 10px !important;
    border-color: #e2e8f0 !important;
    transition: all 0.2s ease !important;
    height: 48px !important;
}

.premium-input-group .k-state-focused[b-hm7d5uxcvw],
.premium-input-group .k-focus[b-hm7d5uxcvw] {
    border-color: var(--einsure-primary) !important;
    box-shadow: 0 0 0 4px rgba(30, 81, 164, 0.1) !important;
}

.premium-window-footer[b-hm7d5uxcvw] {
    background: #f8fafc;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    border-top: 1px solid #f1f5f9;
}

.btn-primary-premium[b-hm7d5uxcvw] {
    background: var(--einsure-primary);
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(30, 81, 164, 0.2);
}

.btn-primary-premium:hover[b-hm7d5uxcvw] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 81, 164, 0.3);
    color: #fff;
}

.btn-light-premium[b-hm7d5uxcvw] {
    background: #fff;
    color: #64748b;
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-light-premium:hover[b-hm7d5uxcvw] {
    background: #f1f5f9;
    color: #1e293b;
}

.health-hero-banner[b-hm7d5uxcvw] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 32px 40px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    border-bottom: 1px solid #e2e8f0;
}

.health-hero-icon[b-hm7d5uxcvw] {
    width: 72px;
    height: 72px;
    background: var(--einsure-primary);
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.2);
}

.health-hero-text h3[b-hm7d5uxcvw] {
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.02em;
    font-size: 1.75rem;
}

.health-hero-text p[b-hm7d5uxcvw] {
    color: #64748b;
    font-size: 1.05rem;
    margin-top: 4px;
    font-weight: 500;
}

.health-hero-decoration[b-hm7d5uxcvw] {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5rem;
    color: var(--einsure-primary);
    opacity: 0.03;
    pointer-events: none;
}

.health-window-body[b-hm7d5uxcvw] {
    padding: 32px 40px;
}

.health-notice[b-hm7d5uxcvw] {
    background: rgba(30, 81, 164, 0.05);
    border-left: 4px solid var(--einsure-primary);
    padding: 16px 24px;
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #1e51a4;
}

.health-notice-icon[b-hm7d5uxcvw] {
    font-size: 1.4rem;
}

.health-specs-grid[b-hm7d5uxcvw] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.health-spec-item[b-hm7d5uxcvw] {
    background: #fff;
    border: 1px solid #f1f5f9;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.2s ease;
}

.health-spec-item:hover[b-hm7d5uxcvw] {
    border-color: var(--einsure-primary-light);
    background: #fcfdfe;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.health-spec-item.full-width[b-hm7d5uxcvw] {
    grid-column: span 2;
}

.health-spec-icon[b-hm7d5uxcvw] {
    width: 44px;
    height: 44px;
    background: #f8fafc;
    color: #64748b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.health-spec-item:hover .health-spec-icon[b-hm7d5uxcvw] {
    background: var(--einsure-brand-dim);
    color: var(--einsure-primary);
}

.health-spec-content[b-hm7d5uxcvw] {
    flex-grow: 1;
}

.health-spec-content label[b-hm7d5uxcvw] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

/* Telerik Input Overrides inside Health Specs */
.health-spec-content .k-textbox[b-hm7d5uxcvw],
.health-spec-content .k-dropdownlist[b-hm7d5uxcvw],
.health-spec-content .k-datepicker[b-hm7d5uxcvw] {
    border: none !important;
    background: transparent !important;
    height: auto !important;
    padding: 0 !important;
    font-weight: 700 !important;
    color: #334155 !important;
    font-size: 1.05rem !important;
}

.health-spec-content .k-input-inner[b-hm7d5uxcvw] {
    padding: 0 !important;
}

.health-spec-content .k-input[b-hm7d5uxcvw] {
    box-shadow: none !important;
}

.health-window-footer[b-hm7d5uxcvw] {
    padding: 24px 40px 40px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    background: #fff;
}

.btn-health-cancel[b-hm7d5uxcvw] {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.btn-health-save[b-hm7d5uxcvw] {
    background: var(--einsure-primary);
    border: none;
    color: #fff;
    padding: 14px 35px;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.2);
}

.btn-health-save:hover[b-hm7d5uxcvw] {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(30, 81, 164, 0.3);
}

.step-icon-circle[b-hm7d5uxcvw] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary-subtle[b-hm7d5uxcvw] {
    background-color: rgba(30, 81, 164, 0.1);
}

.field-error-msg[b-hm7d5uxcvw] {
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    animation: fadeIn 0.3s ease;
}

.border-error .k-textbox[b-hm7d5uxcvw],
.border-error .k-dropdownlist[b-hm7d5uxcvw],
.border-error .k-datepicker[b-hm7d5uxcvw] {
    border-color: #dc3545 !important;
    background-color: #fff8f8 !important;
}

.member-card-premium[b-hm7d5uxcvw] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f1f5f9;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.member-card-premium:hover[b-hm7d5uxcvw] {
    border-color: var(--einsure-primary-light);
    box-shadow: 0 10px 25px -5px rgba(30, 81, 164, 0.1) !important;
    transform: translateY(-2px);
}

.member-avatar[b-hm7d5uxcvw] {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.member-info-grid[b-hm7d5uxcvw] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.info-group[b-hm7d5uxcvw] {
    display: flex;
    flex-direction: column;
}

.info-group label[b-hm7d5uxcvw] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.info-group span[b-hm7d5uxcvw] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #334155;
}

.member-actions-group[b-hm7d5uxcvw] {
    flex-shrink: 0;
}

.btn-action-modern[b-hm7d5uxcvw] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-action-modern.edit:hover[b-hm7d5uxcvw] {
    background: var(--einsure-brand-dim);
    border-color: var(--einsure-primary);
    color: var(--einsure-primary);
}

.btn-action-modern.delete:hover[b-hm7d5uxcvw] {
    background: #fff1f2;
    border-color: #fda4af;
    color: #e11d48;
}

/* Premium Watermark Effect */
.wizard-watermark[b-hm7d5uxcvw] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    pointer-events: none;
    opacity: 0.05;
    user-select: none;
    overflow: hidden;
}

.wizard-watermark img[b-hm7d5uxcvw] {
    width: 100%;
    max-width: 700px;
    transform: rotate(-12deg);
    filter: invert(60%) sepia(80%) saturate(1000%) hue-rotate(180deg) brightness(0.8) blur(1px);
}

.wizard-card[b-hm7d5uxcvw] {
    background: radial-gradient(circle at top right, #ffffff, #f8fafc) !important;
    position: relative;
}

/* Transparent Wizard Backgrounds to let Watermark show through */
.einsure-wizard[b-hm7d5uxcvw],
.k-wizard[b-hm7d5uxcvw],
.k-wizard-content[b-hm7d5uxcvw],
.k-wizard-step-container[b-hm7d5uxcvw],
.k-wizard-step[b-hm7d5uxcvw],
.wizard-step-content[b-hm7d5uxcvw] {
    background: transparent !important;
    border: none !important;
}

/* Flashy Luxury Price Card (Right Side) */
.sticky-price-card[b-hm7d5uxcvw] {
    position: sticky;
    top: 120px;
    z-index: 100;
}

.price-card-glass[b-hm7d5uxcvw] {
    background: linear-gradient(135deg, #1e51a4 0%, #0f2e5e 100%);
    border: 2px solid #e9d800;
    border-radius: 30px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-shadow: 0 30px 60px rgba(30, 81, 164, 0.4), inset 0 0 20px rgba(233, 216, 0, 0.1);
    pointer-events: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

/* Conditionally active: only scrolls when multiple travelers are added */
.price-card-glass.scrollable-sidebar-card[b-hm7d5uxcvw] {
    /* Marker class — overflow stays hidden on the outer container */
}

.price-card-scroll-inner[b-hm7d5uxcvw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-hm7d5uxcvw] {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(233, 216, 0, 0.35) rgba(255, 255, 255, 0.02);
}

/* Custom scrollbar for the inner wrapper */
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-hm7d5uxcvw]::-webkit-scrollbar {
    width: 6px;
}
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-hm7d5uxcvw]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
}
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-hm7d5uxcvw]::-webkit-scrollbar-thumb {
    background: rgba(233, 216, 0, 0.25);
    border-radius: 10px;
}
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-hm7d5uxcvw]::-webkit-scrollbar-thumb:hover {
    background: rgba(233, 216, 0, 0.45);
}

/* Custom scrollbar for person-by-person list */
.price-breakdown-list[b-hm7d5uxcvw]::-webkit-scrollbar {
    width: 6px;
}
.price-breakdown-list[b-hm7d5uxcvw]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}
.price-breakdown-list[b-hm7d5uxcvw]::-webkit-scrollbar-thumb {
    background: rgba(233, 216, 0, 0.3);
    border-radius: 10px;
}
.price-breakdown-list[b-hm7d5uxcvw]::-webkit-scrollbar-thumb:hover {
    background: rgba(233, 216, 0, 0.5);
}

.text-muted-white[b-hm7d5uxcvw] {
    color: rgba(255, 255, 255, 0.6) !important;
}

.insured-name[b-hm7d5uxcvw] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    word-break: break-word;
    white-space: normal;
    display: inline-block;
    width: 100%;
}


@media (max-width: 991.98px) {
    .sticky-price-card[b-hm7d5uxcvw] {
        position: static !important;
        max-width: 500px;
        margin: 20px auto 0 auto;
    }
}

.price-card-glass[b-hm7d5uxcvw]::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 0%, rgba(233, 216, 0, 0.1) 45%, rgba(233, 216, 0, 0.2) 50%, rgba(233, 216, 0, 0.1) 55%, transparent 100%);
    transform: rotate(45deg);
    animation: goldShine-b-hm7d5uxcvw 4s infinite linear;
    pointer-events: none; /* prevents this overlay from blocking clicks */
    z-index: 0;
}

@keyframes goldShine-b-hm7d5uxcvw {
    0% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

@keyframes slideInRightLuxury-b-hm7d5uxcvw {
    from { transform: translateX(150px) scale(0.8); opacity: 0; }
    to { transform: translateX(0) scale(1); opacity: 1; }
}

.price-info-label[b-hm7d5uxcvw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    flex-shrink: 0;
}

.price-label-text[b-hm7d5uxcvw] {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin-bottom: 12px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.4);
    background: linear-gradient(135deg, #ffffff 30%, #e9d800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.text-success-mint[b-hm7d5uxcvw] {
    color: #4ade80 !important;
}

.text-success-mint i[b-hm7d5uxcvw] {
    color: #4ade80 !important;
}

.price-people-count[b-hm7d5uxcvw] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

/* Large Slot Machine Animation */
.price-amount-wrapper[b-hm7d5uxcvw] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 2;
    flex-shrink: 0;
}

.price-currency[b-hm7d5uxcvw] {
    font-size: 32px;
    font-weight: 900;
    color: #e9d800;
    animation: pulseGold-b-hm7d5uxcvw 2s infinite;
}

@keyframes pulseGold-b-hm7d5uxcvw {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

.price-slot-machine[b-hm7d5uxcvw] {
    --price-digit-height: 60px;
    display: flex;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    overflow: hidden;
    height: var(--price-digit-height);
    line-height: var(--price-digit-height);
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.price-digit-container[b-hm7d5uxcvw] {
    position: relative;
    width: 0.65em;
    height: 100%;
}

.price-digit-reel[b-hm7d5uxcvw] {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    display: flex;
    flex-direction: column;
}

.price-digit[b-hm7d5uxcvw] {
    height: var(--price-digit-height);
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-decimal[b-hm7d5uxcvw] {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: var(--price-digit-height);
}

/* Package Step Specifics */
.package-options-grid[b-hm7d5uxcvw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.protection-card[b-hm7d5uxcvw] {
    background: #fff;
    border: 2px solid #f1f5f9;
    border-radius: 16px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 16px;
}

.protection-card:hover[b-hm7d5uxcvw] {
    border-color: var(--einsure-brand-border);
    background: var(--einsure-surface-2);
}

.protection-card.active[b-hm7d5uxcvw] {
    border-color: var(--einsure-primary);
    background: var(--einsure-brand-dim);
}

.protection-icon[b-hm7d5uxcvw] {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #64748b;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.protection-card.active .protection-icon[b-hm7d5uxcvw] {
    background: var(--einsure-primary);
    color: #fff;
}

.protection-info h6[b-hm7d5uxcvw] {
    margin: 0;
    font-weight: 700;
    color: #334155;
}

.protection-info p[b-hm7d5uxcvw] {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.price-change-up[b-hm7d5uxcvw] {
    color: #22c55e !important;
}

.price-change-down[b-hm7d5uxcvw] {
    color: #ef4444 !important;
}

/* Payment Method Selection Styles */
.payment-methods-grid[b-hm7d5uxcvw] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.payment-method-item[b-hm7d5uxcvw] {
    cursor: pointer;
    position: relative;
    user-select: none;
}

.payment-method-item input[b-hm7d5uxcvw] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.payment-method-content[b-hm7d5uxcvw] {
    border: 2px solid #f1f5f9;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.payment-method-item:hover:not(.disabled) .payment-method-content[b-hm7d5uxcvw] {
    border-color: var(--einsure-primary-light);
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(30, 81, 164, 0.1);
}

.payment-method-item.active .payment-method-content[b-hm7d5uxcvw] {
    border-color: var(--einsure-primary);
    background: rgba(30, 81, 164, 0.02);
    box-shadow: 0 10px 15px -3px rgba(30, 81, 164, 0.15);
}

.payment-method-item.active .payment-method-content i[b-hm7d5uxcvw] {
    color: var(--einsure-primary);
    transform: scale(1.1);
}

.payment-method-item.active .payment-method-content span[b-hm7d5uxcvw] {
    color: var(--einsure-primary);
    font-weight: 700;
}

.payment-method-item.disabled[b-hm7d5uxcvw] {
    cursor: not-allowed;
}

.payment-method-content i[b-hm7d5uxcvw] {
    transition: all 0.3s ease;
    color: #64748b;
}

.payment-method-content span[b-hm7d5uxcvw] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #475569;
    margin-top: 8px;
}

.info-box-inline[b-hm7d5uxcvw] {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: #f0f7ff;
    border-left: 4px solid #1e51a4;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    color: #334155;
    line-height: 1.5;
}

.info-box-inline i[b-hm7d5uxcvw] {
    color: #1e51a4;
    font-size: 16px;
    margin-top: 2px;
}

/* Summary Card Styles */
.summary-card[b-hm7d5uxcvw] {
    border: none;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.policy-icon-square[b-hm7d5uxcvw] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================
   Mobile Responsiveness Overrides
   ========================================== */

@media (max-width: 991.98px) {
    .sticky-price-card[b-hm7d5uxcvw] {
        position: static !important;
        max-width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
    .price-card-glass[b-hm7d5uxcvw] {
        border-radius: 24px !important;
        padding: 24px 20px !important;
    }
    .member-info-grid[b-hm7d5uxcvw] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}

@media (max-width: 767.98px) {
    .wizard-container[b-hm7d5uxcvw] {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .display-4[b-hm7d5uxcvw] {
        font-size: 1.85rem !important;
    }
    .fs-5[b-hm7d5uxcvw] {
        font-size: 1rem !important;
    }
    .btn-outline-secondary[b-hm7d5uxcvw] {
        padding: 6px 12px !important;
        font-size: 14px !important;
    }

    [b-hm7d5uxcvw] .k-wizard-step-container {
        padding: 10px 14px !important;
    }
    [b-hm7d5uxcvw] .k-stepper {
        gap: 6px !important;
    }
    [b-hm7d5uxcvw] .k-step-link {
        padding: 4px 6px !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    [b-hm7d5uxcvw] .k-step-indicator {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
    }
    [b-hm7d5uxcvw] .k-step-label {
        font-size: 10px !important;
        margin-top: 2px !important;
        margin-left: 0 !important;
        text-align: center !important;
    }

    /* Layout Grids Stacking */
    .package-options-grid[b-hm7d5uxcvw] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .payment-methods-grid[b-hm7d5uxcvw] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    /* Popup/Window Details */
    .health-hero-banner[b-hm7d5uxcvw] {
        padding: 20px 24px !important;
        gap: 16px !important;
    }
    .health-hero-icon[b-hm7d5uxcvw] {
        width: 56px !important;
        height: 56px !important;
        font-size: 1.6rem !important;
        border-radius: 16px !important;
    }
    .health-hero-text h3[b-hm7d5uxcvw] {
        font-size: 1.35rem !important;
    }
    .health-hero-text p[b-hm7d5uxcvw] {
        font-size: 0.9rem !important;
    }
    .health-window-body[b-hm7d5uxcvw] {
        padding: 20px 24px !important;
    }
    .health-notice[b-hm7d5uxcvw] {
        padding: 12px 16px !important;
        margin-bottom: 24px !important;
        gap: 12px !important;
    }
    .health-specs-grid[b-hm7d5uxcvw] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .health-spec-item.full-width[b-hm7d5uxcvw] {
        grid-column: span 1 !important;
    }
    .health-window-footer[b-hm7d5uxcvw] {
        padding: 16px 24px 24px !important;
        flex-direction: column-reverse !important;
        gap: 10px !important;
    }
    .health-window-footer button[b-hm7d5uxcvw] {
        width: 100% !important;
        padding: 12px !important;
    }
}

@media (max-width: 575.98px) {
    [b-hm7d5uxcvw] .k-step-label {
        display: none !important;
    }
    [b-hm7d5uxcvw] .k-wizard-content {
        padding: 12px 10px !important;
    }

    .wizard-step-content[b-hm7d5uxcvw] {
        padding: 0 !important;
    }
    .step-icon-circle[b-hm7d5uxcvw] {
        width: 38px !important;
        height: 38px !important;
    }
    .step-icon-circle i[b-hm7d5uxcvw] {
        font-size: 1.1rem !important;
    }
    .step-title[b-hm7d5uxcvw] {
        font-size: 1.15rem !important;
    }

    /* Family members responsiveness */
    .member-card-premium[b-hm7d5uxcvw] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
        padding: 16px !important;
        border-radius: 16px !important;
    }
    .member-card-premium .d-flex.align-items-center[b-hm7d5uxcvw] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
    }
    .member-avatar[b-hm7d5uxcvw] {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
    }
    .member-info-grid[b-hm7d5uxcvw] {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: 100% !important;
    }
    .member-actions-group[b-hm7d5uxcvw] {
        margin-left: 0 !important;
        display: flex !important;
        justify-content: flex-end !important;
        border-top: 1px solid #f1f5f9 !important;
        padding-top: 12px !important;
        width: 100% !important;
    }

    /* Pricing card detail improvements */
    .price-currency[b-hm7d5uxcvw] {
        font-size: 26px !important;
    }
    .price-slot-machine[b-hm7d5uxcvw] {
        --price-digit-height: 48px !important;
        font-size: 38px !important;
    }
    .price-decimal[b-hm7d5uxcvw] {
        font-size: 38px !important;
    }
}

/* ========================================================
   Mobile Sticky Bottom Price Bar & Sliding Drawer Defaults
   ======================================================== */
.mobile-sticky-bottom-bar[b-hm7d5uxcvw],
.mobile-price-sheet-backdrop[b-hm7d5uxcvw],
.mobile-price-sheet[b-hm7d5uxcvw] {
    display: none !important;
}

/* ========================================================
   Mobile Responsiveness Overrides (max-width: 991.98px)
   ======================================================== */
@media (max-width: 991.98px) {
    .wizard-container[b-hm7d5uxcvw] {
        padding-bottom: 100px !important;
    }

    /* Mobile Sticky Bottom Bar */
    .mobile-sticky-bottom-bar[b-hm7d5uxcvw] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75px;
        background: linear-gradient(135deg, rgba(15, 46, 94, 0.96) 0%, rgba(30, 81, 164, 0.96) 100%);
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        border-top: 2px solid #e9d800 !important;
        z-index: 1020;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden !important;
        gap: 8px !important;
        box-sizing: border-box !important;
    }

        .mobile-sticky-bottom-bar:hover[b-hm7d5uxcvw] {
            background: linear-gradient(135deg, rgba(20, 56, 114, 0.98) 0%, rgba(40, 91, 174, 0.98) 100%);
        }

        .mobile-sticky-bottom-bar > .d-flex[b-hm7d5uxcvw] {
            min-width: 0 !important;
            flex-shrink: 1 !important;
        }

            .mobile-sticky-bottom-bar > .d-flex:first-child[b-hm7d5uxcvw] {
                flex-shrink: 1 !important;
                overflow: hidden !important;
            }

            .mobile-sticky-bottom-bar > .d-flex:last-child[b-hm7d5uxcvw] {
                flex-shrink: 0 !important;
            }

        .mobile-sticky-bottom-bar .price-slot-machine[b-hm7d5uxcvw] {
            --price-digit-height: 38px !important;
            font-size: 28px !important;
            height: 38px !important;
            line-height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-digit[b-hm7d5uxcvw] {
            height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-decimal[b-hm7d5uxcvw] {
            font-size: 28px !important;
            line-height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-currency[b-hm7d5uxcvw] {
            font-size: 20px !important;
            margin-left: 4px !important;
        }

        .mobile-sticky-bottom-bar .price-label-text[b-hm7d5uxcvw] {
            font-size: 11px !important;
            letter-spacing: 0.1em !important;
            text-shadow: none !important;
            font-weight: 800 !important;
            white-space: nowrap;
        }

    body.price-sheet-locked[b-hm7d5uxcvw] {
        position: fixed !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    /* Mobile Price Sheet Backdrop */
    .mobile-price-sheet-backdrop[b-hm7d5uxcvw] {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.75) !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
        z-index: 1030;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        display: block !important;
    }

        .mobile-price-sheet-backdrop.active[b-hm7d5uxcvw] {
            opacity: 1 !important;
            pointer-events: auto !important;
            touch-action: none;
        }

    /* Mobile Sliding Sheet Drawer */
    .mobile-price-sheet[b-hm7d5uxcvw] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #102a54 0%, #081a33 100%) !important;
        border-top: 3px solid #e9d800 !important;
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
        z-index: 1040;
        height: 80vh; /* Fixed height container to establish a strict boundary */
        max-height: 80vh;
        transform: translateY(100%);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.5) !important;
        display: flex !important;
        flex-direction: column;
        padding: 20px 20px 30px 20px !important;
        box-sizing: border-box !important;
        overflow: hidden; /* Prevent outer sheet scrolling */
    }

    .mobile-price-sheet[b-hm7d5uxcvw],
    .price-sheet-content[b-hm7d5uxcvw] {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain; /* Prevents scroll chaining and locks momentum to this container */
    }

        .price-sheet-content > div[b-hm7d5uxcvw] {
            overflow: visible !important;
            height: auto !important;
            touch-action: pan-y;
        }

        .mobile-price-sheet.open[b-hm7d5uxcvw] {
            transform: translateY(0) !important;
        }

    .price-sheet-handle[b-hm7d5uxcvw] {
        width: 48px;
        height: 5px;
        background: rgba(255, 255, 255, 0.2) !important;
        border-radius: 10px;
        margin: -8px auto 16px auto;
        flex-shrink: 0;
    }

    .price-sheet-header[b-hm7d5uxcvw] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-shrink: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 12px;
    }

    .price-sheet-title[b-hm7d5uxcvw] {
        color: #fff;
        font-weight: 800;
        font-size: 1.25rem;
    }

    .price-sheet-close[b-hm7d5uxcvw] {
        background: rgba(255, 255, 255, 0.1) !important;
        border: none !important;
        color: #fff !important;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.95rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .price-sheet-close:hover[b-hm7d5uxcvw] {
            background: rgba(255, 255, 255, 0.2) !important;
        }

    .price-sheet-content[b-hm7d5uxcvw] {
        position: relative;
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto !important;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; /* Smooth momentum scrolling for iOS */
        padding-right: 4px;
        padding-bottom: 40px; /* Extra space at the bottom for easy reach */
    }

        .price-sheet-content[b-hm7d5uxcvw]::-webkit-scrollbar {
            width: 5px;
        }

        .price-sheet-content[b-hm7d5uxcvw]::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.02);
        }

        .price-sheet-content[b-hm7d5uxcvw]::-webkit-scrollbar-thumb {
            background: rgba(233, 216, 0, 0.3);
            border-radius: 10px;
        }

        .price-sheet-content .price-slot-machine[b-hm7d5uxcvw] {
            --price-digit-height: 48px !important;
            font-size: 38px !important;
            height: 48px !important;
            line-height: 48px !important;
        }

        .price-sheet-content .price-digit[b-hm7d5uxcvw] {
            height: 48px !important;
        }

        .price-sheet-content .price-decimal[b-hm7d5uxcvw] {
            font-size: 38px !important;
            line-height: 48px !important;
        }

        .price-sheet-content .price-currency[b-hm7d5uxcvw] {
            font-size: 26px !important;
        }

    .mobile-price-sheet .price-card-glass[b-hm7d5uxcvw] {
        max-height: none !important;
        overflow-y: visible !important;
    }
}

/* ========================================================
   Scoped Telerik Wizard Buttons Container & Responsive Styles
   ======================================================== */
[b-hm7d5uxcvw] .k-wizard-buttons {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 16px !important;
    padding: 24px 60px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    border-top: 1px solid #e2e8f0 !important;
}

[b-hm7d5uxcvw] .wizard-nav-btn {
    height: 50px !important;
    padding: 0 30px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 767.98px) {
    [b-hm7d5uxcvw] .k-wizard-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding: 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        background-color: #ffffff !important;
        border-top: 1px solid #f1f5f9 !important;
    }

        [b-hm7d5uxcvw] .k-wizard-buttons .d-flex.justify-content-end {
            flex-direction: column !important;
            width: 100% !important;
            gap: 10px !important;
            padding: 0 !important;
            margin: 0 !important;
            align-items: stretch !important;
        }

        [b-hm7d5uxcvw] .k-wizard-buttons .d-flex.gap-3 {
            flex-direction: column !important;
            width: 100% !important;
            gap: 10px !important;
            margin: 0 !important;
        }

        /* Any div that's a direct wrapper, make it full width */
        [b-hm7d5uxcvw] .k-wizard-buttons div {
            width: 100% !important;
            max-width: 100% !important;
        }

        [b-hm7d5uxcvw] .k-wizard-buttons span[data-tooltip] {
            display: block !important;
            width: 100% !important;
        }

    [b-hm7d5uxcvw] .wizard-nav-btn {
        height: 46px !important;
        padding: 0 16px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Clean up conflicting margins on mobile */
    [b-hm7d5uxcvw] .btn-next,
    [b-hm7d5uxcvw] .btn-finish,
    [b-hm7d5uxcvw] .btn-pay-later,
    [b-hm7d5uxcvw] .btn-back {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .package-header-container[b-hm7d5uxcvw] {
        padding-right: 110px !important;
    }
}

  
/* Package Choice Selection Styles */
.package-choice-card[b-hm7d5uxcvw] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.package-choice-card:hover[b-hm7d5uxcvw] {
    transform: translateY(-4px);
    border-color: var(--einsure-primary) !important;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.12) !important;
}

.package-choice-card.selected[b-hm7d5uxcvw] {
    background: linear-gradient(145deg, #ffffff, #fffdf2) !important;
    border-color: #e9d800 !important;
    box-shadow: 0 12px 30px -8px rgba(233, 216, 0, 0.2) !important;
}

.package-choice-card.selected .package-icon-circle[b-hm7d5uxcvw] {
    background-color: rgba(233, 216, 0, 0.15) !important;
    color: #b59b00 !important;
}

.package-benefits-accordion[b-hm7d5uxcvw] {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-benefits-accordion.open[b-hm7d5uxcvw] {
    max-height: 500px;
}

/* Premium Benefits Toggle Pill */
.benefits-toggle-pill[b-hm7d5uxcvw] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.benefits-toggle-pill:hover[b-hm7d5uxcvw] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(233, 216, 0, 0.4);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.benefits-toggle-pill.active[b-hm7d5uxcvw] {
    background: rgba(233, 216, 0, 0.12) !important;
    border-color: #e9d800 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(233, 216, 0, 0.15);
}

.benefits-toggle-pill .pill-icon-wrapper[b-hm7d5uxcvw] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.benefits-toggle-pill.active .pill-icon-wrapper[b-hm7d5uxcvw] {
    color: #e9d800;
}

.benefits-toggle-pill .pill-arrow[b-hm7d5uxcvw] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: rgba(255, 255, 255, 0.5);
}

.benefits-toggle-pill.active .pill-arrow[b-hm7d5uxcvw] {
    transform: rotate(180deg);
    color: #e9d800;
}

/* Sidebar Benefits Wrapper CSS Transitions */
.sidebar-benefits-wrapper[b-hm7d5uxcvw] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.3s ease, padding-top 0.3s ease;
    width: 100%;
}

.sidebar-benefits-wrapper.open[b-hm7d5uxcvw] {
    max-height: 450px;
    opacity: 1;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(255, 255, 255, 0.18) !important;
}

.border-white-10[b-hm7d5uxcvw] {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.text-warning-gold[b-hm7d5uxcvw] {
    color: #e9d800 !important;
}

/* Premium Benefits Accordion Card */
.benefits-accordion-card[b-hm7d5uxcvw] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 14px 18px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
    box-sizing: border-box;
}

.benefits-accordion-card:hover[b-hm7d5uxcvw] {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.benefits-accordion-card.is-expanded[b-hm7d5uxcvw] {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(233, 216, 0, 0.35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.benefits-header[b-hm7d5uxcvw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

.benefits-header *[b-hm7d5uxcvw] {
    pointer-events: none;
}

.benefits-icon[b-hm7d5uxcvw] {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.benefits-accordion-card.is-expanded .benefits-icon[b-hm7d5uxcvw] {
    background: rgba(233, 216, 0, 0.15);
    color: #e9d800;
}

.benefits-title[b-hm7d5uxcvw] {
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.benefits-subtitle[b-hm7d5uxcvw] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
    font-weight: 500;
    margin-top: 2px;
}

.benefits-arrow[b-hm7d5uxcvw] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.benefits-accordion-card.is-expanded .benefits-arrow[b-hm7d5uxcvw] {
    transform: rotate(180deg);
    color: #e9d800;
}

/* Smooth expansion and transitions */
.benefits-body[b-hm7d5uxcvw] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease;
    width: 100%;
}

.benefits-accordion-card.is-expanded .benefits-body[b-hm7d5uxcvw] {
    max-height: 600px;
    opacity: 1;
}

/* Selected Package Card & Drawer (Hybrid Class Toggle) */
.selected-package-card[b-hm7d5uxcvw] {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.selected-package-card:hover[b-hm7d5uxcvw] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.selected-package-header[b-hm7d5uxcvw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer !important;
    user-select: none;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

.selected-package-header *[b-hm7d5uxcvw] {
    pointer-events: none !important;
}

.benefits-toggle-arrow[b-hm7d5uxcvw] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-package-benefits-drawer[b-hm7d5uxcvw] {
    position: relative;
    z-index: 1;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.25s ease;
    width: 100%;
}

/* Expanded State styling */
.selected-package-card.is-expanded .selected-package-benefits-drawer[b-hm7d5uxcvw] {
    max-height: 1000px;
    opacity: 1;
}

.selected-package-card.is-expanded .selected-package-header .benefits-toggle-arrow[b-hm7d5uxcvw] {
    background: rgba(233, 216, 0, 0.15) !important;
}

.selected-package-card.is-expanded .selected-package-header .benefits-toggle-arrow i[b-hm7d5uxcvw] {
    transform: rotate(180deg);
    color: #e9d800 !important;
}

.selected-package-card.is-expanded .selected-package-header .package-card-icon[b-hm7d5uxcvw] {
    background: rgba(233, 216, 0, 0.12) !important;
}

.selected-package-card.is-expanded .selected-package-header .package-card-icon i[b-hm7d5uxcvw] {
    color: #e9d800 !important;
}

/* Price Breakdown List Default Styling */
.price-breakdown-list[b-hm7d5uxcvw] {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 4px;
}

/* Desktop Sidebar Scroll Optimization: disable inner scrollbar to prevent nested scrolling */
.scrollable-sidebar-card .price-breakdown-list[b-hm7d5uxcvw] {
    max-height: none !important;
    overflow-y: visible !important;
    padding-right: 0 !important;
}

/* Mobile sliding price sheet breakdown styling overrides */
.mobile-price-sheet .price-breakdown-list[b-hm7d5uxcvw] {
    max-height: none !important;
    overflow-y: visible !important;
    padding-right: 0 !important;
}

/* Verification components */
.verification-agreement-card:hover[b-hm7d5uxcvw] {
    border-color: rgba(233, 216, 0, 0.6) !important;
    box-shadow: 0 10px 25px rgba(233, 216, 0, 0.08) !important;
    background: linear-gradient(135deg, rgba(233, 216, 0, 0.12) 0%, rgba(233, 216, 0, 0.04) 100%) !important;
}

.premium-verify-check[b-hm7d5uxcvw] {
    width: 24px !important;
    height: 24px !important;
    border-radius: 6px !important;
    border: 2px solid rgba(30, 81, 164, 0.4) !important;
    background-color: #fff !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    appearance: none !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.premium-verify-check:hover[b-hm7d5uxcvw] {
    border-color: #1e51a4 !important;
    box-shadow: 0 0 0 4px rgba(30, 81, 164, 0.1) !important;
}

.premium-verify-check:checked[b-hm7d5uxcvw] {
    background-color: #e9d800 !important;
    border-color: #e9d800 !important;
    box-shadow: 0 4px 10px rgba(233, 216, 0, 0.3) !important;
}

.premium-verify-check:checked[b-hm7d5uxcvw]::after {
    content: '' !important;
    position: absolute !important;
    left: 7px !important;
    top: 3px !important;
    width: 6px !important;
    height: 12px !important;
    border: solid #0f2e5e !important;
    border-width: 0 3px 3px 0 !important;
    transform: rotate(45deg) !important;
}

.premium-verify-check:focus[b-hm7d5uxcvw] {
    outline: none !important;
    border-color: #e9d800 !important;
    box-shadow: 0 0 0 4px rgba(233, 216, 0, 0.2) !important;
}

.premium-switch-oval[b-hm7d5uxcvw] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: #f1f5f9 !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    border: 1px solid #e2e8f0 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    height: 38px !important;
    box-sizing: border-box !important;
}

.premium-switch-oval:hover[b-hm7d5uxcvw] {
    background: #e2e8f0 !important;
}

.premium-switch-oval label[b-hm7d5uxcvw] {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #334155 !important;
    cursor: pointer !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
}

.premium-switch-oval .k-checkbox[b-hm7d5uxcvw] {
    margin: 0 !important;
}

/* ========================================================
   Mobile Responsiveness Overrides for Owner & Driver Blocks
   ======================================================== */
@media (max-width: 767.98px) {
    .confirmed-vehicle-card[b-hm7d5uxcvw] {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 18px !important;
        gap: 16px !important;
    }
    
    .confirmed-vehicle-info[b-hm7d5uxcvw] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
    }
    
    .confirmed-vehicle-icon[b-hm7d5uxcvw] {
        width: 44px !important;
        height: 44px !important;
        font-size: 1.1rem !important;
    }
    
    .confirmed-vehicle-text[b-hm7d5uxcvw] {
        width: 100% !important;
    }

    .confirmed-vehicle-text h4[b-hm7d5uxcvw] {
        font-size: 1.1rem !important;
        margin-bottom: 8px !important;
        text-align: left !important;
    }
    
    .confirmed-vehicle-meta[b-hm7d5uxcvw] {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        align-items: center !important;
        width: 100% !important;
        margin-top: 8px !important;
    }
    
    .confirmed-vehicle-meta .separator[b-hm7d5uxcvw] {
        display: none !important;
    }
    
    .confirmed-vehicle-meta span[b-hm7d5uxcvw] {
        font-size: 0.8rem !important;
        background: rgba(30, 81, 164, 0.05) !important;
        color: #475569 !important;
        padding: 4px 10px !important;
        border-radius: 8px !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        border: 1px solid rgba(30, 81, 164, 0.08) !important;
    }

    .confirmed-vehicle-meta .plate-small[b-hm7d5uxcvw] {
        margin-bottom: 0 !important;
    }

    .premium-switch-oval[b-hm7d5uxcvw] {
        width: 100% !important;
        justify-content: center !important;
        padding: 10px 16px !important;
        height: 44px !important;
        box-sizing: border-box !important;
    }
}

@media(max-width: 767.98px){
    .vehicle-details-window.k-window[b-hm7d5uxcvw],
    [b-hm7d5uxcvw] .vehicle-details-window.k-window {
        width: 94vw !important;
        max-width: 94vw !important;
        left: 3vw !important;
        margin: 0 !important;
    }
}

@media(max-width: 480px){
    .vehicle-details-window.k-window[b-hm7d5uxcvw],
    [b-hm7d5uxcvw] .vehicle-details-window.k-window {
        width: 96vw !important;
        max-width: 96vw !important;
        left: 2vw !important;
    }
}


.modal-footer-actions[b-hm7d5uxcvw] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px 24px;
    flex-wrap: wrap;
}

@media (max-width: 575.98px) {
    .modal-footer-actions[b-hm7d5uxcvw] {
        flex-direction: column-reverse !important;
        gap: 10px !important;
        padding: 16px !important;
        width: 100%;
        box-sizing: border-box;
    }

        .modal-footer-actions .k-button[b-hm7d5uxcvw],
        .modal-footer-actions[b-hm7d5uxcvw]  .k-button {
            width: 100% !important;
            justify-content: center !important;
            box-sizing: border-box !important;
        }
}

@media (max-width: 575.98px) {
    .drivers-section .d-flex.justify-content-between.align-items-center[b-hm7d5uxcvw] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }
    
    .drivers-section .d-flex.justify-content-between.align-items-center h5[b-hm7d5uxcvw] {
        text-align: left !important;
        justify-content: flex-start !important;
    }
    
    .drivers-section .d-flex.justify-content-between.align-items-center button[b-hm7d5uxcvw] {
        width: 100% !important;
        justify-content: center !important;
        padding: 10px 20px !important;
        font-size: 0.9rem !important;
        height: 44px !important;
        display: inline-flex !important;
        align-items: center !important;
    }
}


@media (max-width: 480px) {
    .mobile-sticky-bottom-bar[b-hm7d5uxcvw] {
        padding: 0 12px !important;
        height: 80px !important;
        gap: 6px !important;
    }

        .mobile-sticky-bottom-bar .price-slot-machine[b-hm7d5uxcvw] {
            --price-digit-height: 32px !important;
            font-size: 22px !important;
            height: 32px !important;
            line-height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-digit[b-hm7d5uxcvw] {
            height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-decimal[b-hm7d5uxcvw] {
            font-size: 22px !important;
            line-height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-currency[b-hm7d5uxcvw] {
            font-size: 16px !important;
            margin-left: 2px !important;
        }

        .mobile-sticky-bottom-bar .d-flex.align-items-center.gap-2[b-hm7d5uxcvw] {
            gap: 4px !important;
        }

        .mobile-sticky-bottom-bar .badge[b-hm7d5uxcvw] {
            font-size: 0.65rem !important;
            padding: 4px 8px !important;
            white-space: nowrap !important;
        }

        .mobile-sticky-bottom-bar button[b-hm7d5uxcvw] {
            font-size: 0.65rem !important;
            padding: 4px 8px !important;
            white-space: nowrap !important;
            flex-shrink: 0 !important;
        }
}

.owner-actions-row[b-hm7d5uxcvw] {
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 575.98px) {
    .owner-actions-row[b-hm7d5uxcvw] {
        flex-direction: column-reverse !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .owner-save-btn[b-hm7d5uxcvw],
    .owner-driver-toggle-btn[b-hm7d5uxcvw] {
        width: 100% !important;
        justify-content: center !important;
        padding: 12px !important;
        font-size: 0.9rem !important;
        box-sizing: border-box !important;
    }
}

[b-hm7d5uxcvw] input::placeholder,
[b-hm7d5uxcvw] textarea::placeholder,
[b-hm7d5uxcvw] .k-input-inner::placeholder,
input[b-hm7d5uxcvw]::placeholder,
textarea[b-hm7d5uxcvw]::placeholder,
.k-input-inner[b-hm7d5uxcvw]::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

[b-hm7d5uxcvw] .uppercase-input,
[b-hm7d5uxcvw] .uppercase-input input,
[b-hm7d5uxcvw] .uppercase-input .k-input-inner,
.uppercase-input[b-hm7d5uxcvw],
.uppercase-input input[b-hm7d5uxcvw],
.uppercase-input .k-input-inner[b-hm7d5uxcvw] {
    text-transform: uppercase !important;
}


/* Driver card: keep edit/delete buttons inside, let text wrap or truncate */
.driver-card[b-hm7d5uxcvw] {
    overflow: hidden;
}

    .driver-card .d-flex.justify-content-between.align-items-start.mb-3[b-hm7d5uxcvw] {
        flex-wrap: wrap;
        gap: 12px;
    }

    .driver-card .d-flex.align-items-center.gap-3[b-hm7d5uxcvw] {
        min-width: 0;
        flex: 1 1 200px;
    }

        .driver-card .d-flex.align-items-center.gap-3 > div:last-child[b-hm7d5uxcvw] {
            min-width: 0;
            flex: 1;
        }

        .driver-card .d-flex.align-items-center.gap-3 h6[b-hm7d5uxcvw],
        .driver-card .d-flex.align-items-center.gap-3 span[b-hm7d5uxcvw] {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .driver-card .d-flex.gap-2[b-hm7d5uxcvw] {
        flex-shrink: 0;
        margin-left: auto;
    }

/* Owner (Pronari i Mjetit) confirmed card: same fix */
.confirmed-vehicle-card[b-hm7d5uxcvw] {
    overflow: hidden;
}

.confirmed-vehicle-info[b-hm7d5uxcvw] {
    min-width: 0;
    flex: 1 1 auto;
}

.confirmed-vehicle-text[b-hm7d5uxcvw] {
    min-width: 0;
}

    .confirmed-vehicle-text h4[b-hm7d5uxcvw] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.confirmed-vehicle-meta[b-hm7d5uxcvw] {
    flex-wrap: wrap;
    row-gap: 6px;
}

.confirmed-vehicle-card > .d-flex.align-items-center.gap-3[b-hm7d5uxcvw] {
    flex-shrink: 0;
}
/* /Components/Pages/Policies/TravelHealth.razor.rz.scp.css */
.premium-page-header[b-744nxwn8ni] {
    background: linear-gradient(135deg, rgba(30, 81, 164, 0.06) 0%, rgba(30, 81, 164, 0.01) 100%);
    border: 1px solid rgba(30, 81, 164, 0.08);
    border-radius: 20px;
    padding: 1.25rem 2rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.premium-page-header[b-744nxwn8ni]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--einsure-primary), #4facfe);
    border-radius: 20px 0 0 20px;
}

.premium-header-icon-box[b-744nxwn8ni] {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--einsure-primary);
    box-shadow: 0 8px 16px rgba(30, 81, 164, 0.06);
    transition: all 0.3s ease;
}

.premium-page-header:hover .premium-header-icon-box[b-744nxwn8ni] {
    transform: rotate(10deg) scale(1.05);
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.12);
}

.premium-title-text[b-744nxwn8ni] {
    font-family: 'Outfit', 'Inter', sans-serif;
    font-weight: 800;
    color: var(--einsure-primary);
    letter-spacing: -0.5px;
}

.btn-close-premium[b-744nxwn8ni] {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 0.65rem 1.25rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    cursor: pointer;
}

.btn-close-premium:hover[b-744nxwn8ni] {
    background: #fff5f5;
    border-color: #fca5a5;
    color: #ef4444;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(239, 68, 68, 0.1);
}

.btn-close-premium:active[b-744nxwn8ni] {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .premium-page-header[b-744nxwn8ni] {
        padding: 1.25rem;
        border-radius: 16px;
    }
    
    .premium-title-text[b-744nxwn8ni] {
        font-size: 1.35rem !important;
    }
    
    .premium-subtitle-text[b-744nxwn8ni] {
        font-size: 0.85rem !important;
    }
    
    .btn-close-premium[b-744nxwn8ni] {
        padding: 0.65rem;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        justify-content: center;
        gap: 0;
    }
    
    .btn-close-premium span[b-744nxwn8ni] {
        display: none;
    }
}

.premium-window-title[b-744nxwn8ni] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--einsure-primary);
    font-weight: 700;
    font-size: 1.1rem;
}

.premium-window-content[b-744nxwn8ni] {
    padding: 0;
}

.window-hero-banner[b-744nxwn8ni] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: linear-gradient(135deg, rgba(30, 81, 164, 0.05) 0%, rgba(30, 81, 164, 0.02) 100%);
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #f1f5f9;
}

.hero-icon-wrapper[b-744nxwn8ni] {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--einsure-primary);
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(30, 81, 164, 0.08);
}

.form-label-premium[b-744nxwn8ni] {
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.premium-input-group .k-textbox[b-744nxwn8ni],
.premium-input-group .k-dropdownlist[b-744nxwn8ni],
.premium-input-group .k-datepicker[b-744nxwn8ni] {
    border-radius: 10px !important;
    border-color: #e2e8f0 !important;
    transition: all 0.2s ease !important;
    height: 48px !important;
}

.premium-input-group .k-state-focused[b-744nxwn8ni],
.premium-input-group .k-focus[b-744nxwn8ni] {
    border-color: var(--einsure-primary) !important;
    box-shadow: 0 0 0 4px rgba(30, 81, 164, 0.1) !important;
}

.premium-window-footer[b-744nxwn8ni] {
    background: #f8fafc;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    border-top: 1px solid #f1f5f9;
}

.btn-primary-premium[b-744nxwn8ni] {
    background: var(--einsure-primary);
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(30, 81, 164, 0.2);
}

.btn-primary-premium:hover[b-744nxwn8ni] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30, 81, 164, 0.3);
    color: #fff;
}

.btn-light-premium[b-744nxwn8ni] {
    background: #fff;
    color: #64748b;
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-light-premium:hover[b-744nxwn8ni] {
    background: #f1f5f9;
    color: #1e293b;
}

.health-hero-banner[b-744nxwn8ni] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 32px 40px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    border-bottom: 1px solid #e2e8f0;
}

.health-hero-icon[b-744nxwn8ni] {
    width: 72px;
    height: 72px;
    background: var(--einsure-primary);
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.2);
}

.health-hero-text h3[b-744nxwn8ni] {
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.02em;
    font-size: 1.75rem;
}

.health-hero-text p[b-744nxwn8ni] {
    color: #64748b;
    font-size: 1.05rem;
    margin-top: 4px;
    font-weight: 500;
}

.health-hero-decoration[b-744nxwn8ni] {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5rem;
    color: var(--einsure-primary);
    opacity: 0.03;
    pointer-events: none;
}

.health-window-body[b-744nxwn8ni] {
    padding: 32px 40px;
}

.health-notice[b-744nxwn8ni] {
    background: rgba(30, 81, 164, 0.05);
    border-left: 4px solid var(--einsure-primary);
    padding: 16px 24px;
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #1e51a4;
}

.health-notice-icon[b-744nxwn8ni] {
    font-size: 1.4rem;
}

.health-specs-grid[b-744nxwn8ni] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.health-spec-item[b-744nxwn8ni] {
    background: #fff;
    border: 1px solid #f1f5f9;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.2s ease;
}

.health-spec-item:hover[b-744nxwn8ni] {
    border-color: var(--einsure-primary-light);
    background: #fcfdfe;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.health-spec-item.full-width[b-744nxwn8ni] {
    grid-column: span 2;
}

.health-spec-icon[b-744nxwn8ni] {
    width: 44px;
    height: 44px;
    background: #f8fafc;
    color: #64748b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.health-spec-item:hover .health-spec-icon[b-744nxwn8ni] {
    background: var(--einsure-brand-dim);
    color: var(--einsure-primary);
}

.health-spec-content[b-744nxwn8ni] {
    flex-grow: 1;
}

.health-spec-content label[b-744nxwn8ni] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

/* Telerik Input Overrides inside Health Specs */
.health-spec-content .k-textbox[b-744nxwn8ni],
.health-spec-content .k-dropdownlist[b-744nxwn8ni],
.health-spec-content .k-datepicker[b-744nxwn8ni] {
    border: none !important;
    background: transparent !important;
    height: auto !important;
    padding: 0 !important;
    font-weight: 700 !important;
    color: #334155 !important;
    font-size: 1.05rem !important;
}

.health-spec-content .k-input-inner[b-744nxwn8ni] {
    padding: 0 !important;
}

.health-spec-content .k-input[b-744nxwn8ni] {
    box-shadow: none !important;
}

.health-window-footer[b-744nxwn8ni] {
    padding: 24px 40px 40px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    background: #fff;
}

.btn-health-cancel[b-744nxwn8ni] {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.btn-health-save[b-744nxwn8ni] {
    background: var(--einsure-primary);
    border: none;
    color: #fff;
    padding: 14px 35px;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.2);
}

.btn-health-save:hover[b-744nxwn8ni] {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(30, 81, 164, 0.3);
}

.step-icon-circle[b-744nxwn8ni] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary-subtle[b-744nxwn8ni] {
    background-color: rgba(30, 81, 164, 0.1);
}

.field-error-msg[b-744nxwn8ni] {
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    animation: fadeIn 0.3s ease;
}

.border-error .k-textbox[b-744nxwn8ni],
.border-error .k-dropdownlist[b-744nxwn8ni],
.border-error .k-datepicker[b-744nxwn8ni] {
    border-color: #dc3545 !important;
    background-color: #fff8f8 !important;
}

.member-card-premium[b-744nxwn8ni] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f1f5f9;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.member-card-premium:hover[b-744nxwn8ni] {
    border-color: var(--einsure-primary-light);
    box-shadow: 0 10px 25px -5px rgba(30, 81, 164, 0.1) !important;
    transform: translateY(-2px);
}

.member-avatar[b-744nxwn8ni] {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.member-info-grid[b-744nxwn8ni] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.info-group[b-744nxwn8ni] {
    display: flex;
    flex-direction: column;
}

.info-group label[b-744nxwn8ni] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.info-group span[b-744nxwn8ni] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #334155;
}

.member-actions-group[b-744nxwn8ni] {
    flex-shrink: 0;
}

.btn-action-modern[b-744nxwn8ni] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.btn-action-modern.edit:hover[b-744nxwn8ni] {
    background: var(--einsure-brand-dim);
    border-color: var(--einsure-primary);
    color: var(--einsure-primary);
}

.btn-action-modern.delete:hover[b-744nxwn8ni] {
    background: #fff1f2;
    border-color: #fda4af;
    color: #e11d48;
}

/* Premium Watermark Effect */
.wizard-watermark[b-744nxwn8ni] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    pointer-events: none;
    opacity: 0.05;
    user-select: none;
    overflow: hidden;
}

.wizard-watermark img[b-744nxwn8ni] {
    width: 100%;
    max-width: 700px;
    transform: rotate(-12deg);
    filter: invert(60%) sepia(80%) saturate(1000%) hue-rotate(180deg) brightness(0.8) blur(1px);
}

.wizard-card[b-744nxwn8ni] {
    background: radial-gradient(circle at top right, #ffffff, #f8fafc) !important;
    position: relative;
}

/* Transparent Wizard Backgrounds to let Watermark show through */
.einsure-wizard[b-744nxwn8ni],
.k-wizard[b-744nxwn8ni],
.k-wizard-content[b-744nxwn8ni],
.k-wizard-step-container[b-744nxwn8ni],
.k-wizard-step[b-744nxwn8ni],
.wizard-step-content[b-744nxwn8ni] {
    background: transparent !important;
    border: none !important;
}

/* Flashy Luxury Price Card (Right Side) */
.sticky-price-card[b-744nxwn8ni] {
    position: sticky;
    top: 120px;
    z-index: 100;
}

.price-card-glass[b-744nxwn8ni] {
    background: linear-gradient(135deg, #1e51a4 0%, #0f2e5e 100%);
    border: 2px solid #e9d800; /* Eurosig Yellow/Gold */
    border-radius: 30px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-shadow: 0 30px 60px rgba(30, 81, 164, 0.4), inset 0 0 20px rgba(233, 216, 0, 0.1);
    pointer-events: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

/* Conditionally active: only scrolls when multiple travelers are added */
.price-card-glass.scrollable-sidebar-card[b-744nxwn8ni] {
    /* Marker class — overflow stays hidden on the outer container */
}

.price-card-scroll-inner[b-744nxwn8ni] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-744nxwn8ni] {
    max-height: calc(100vh - 220px); /* 120px sticky top + 60px glass padding + 40px buffer */
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(233, 216, 0, 0.35) rgba(255, 255, 255, 0.02);
}

/* Custom scrollbar for the inner wrapper */
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-744nxwn8ni]::-webkit-scrollbar {
    width: 6px;
}
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-744nxwn8ni]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
}
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-744nxwn8ni]::-webkit-scrollbar-thumb {
    background: rgba(233, 216, 0, 0.25);
    border-radius: 10px;
}
.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-744nxwn8ni]::-webkit-scrollbar-thumb:hover {
    background: rgba(233, 216, 0, 0.45);
}

/* Custom scrollbar for person-by-person list */
.price-breakdown-list[b-744nxwn8ni]::-webkit-scrollbar {
    width: 6px;
}
.price-breakdown-list[b-744nxwn8ni]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}
.price-breakdown-list[b-744nxwn8ni]::-webkit-scrollbar-thumb {
    background: rgba(233, 216, 0, 0.3);
    border-radius: 10px;
}
.price-breakdown-list[b-744nxwn8ni]::-webkit-scrollbar-thumb:hover {
    background: rgba(233, 216, 0, 0.5);
}

.text-muted-white[b-744nxwn8ni] {
    color: rgba(255, 255, 255, 0.6) !important;
}

.insured-name[b-744nxwn8ni] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    word-break: break-word;
    white-space: normal;
    display: inline-block;
    width: 100%;
}


@media (max-width: 991.98px) {
    .sticky-price-card[b-744nxwn8ni] {
        position: static !important;
        max-width: 500px;
        margin: 20px auto 0 auto;
    }
}

.price-card-glass[b-744nxwn8ni]::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 0%, rgba(233, 216, 0, 0.1) 45%, rgba(233, 216, 0, 0.2) 50%, rgba(233, 216, 0, 0.1) 55%, transparent 100%);
    transform: rotate(45deg);
    animation: goldShine-b-744nxwn8ni 4s infinite linear;
    pointer-events: none; /* prevents this overlay from blocking clicks */
    z-index: 0;
}

@keyframes goldShine-b-744nxwn8ni {
    0% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}

@keyframes slideInRightLuxury-b-744nxwn8ni {
    from { transform: translateX(150px) scale(0.8); opacity: 0; }
    to { transform: translateX(0) scale(1); opacity: 1; }
}

.price-info-label[b-744nxwn8ni] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    flex-shrink: 0;
}

.price-label-text[b-744nxwn8ni] {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin-bottom: 12px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.4);
    background: linear-gradient(135deg, #ffffff 30%, #e9d800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.text-success-mint[b-744nxwn8ni] {
    color: #4ade80 !important;
}

.text-success-mint i[b-744nxwn8ni] {
    color: #4ade80 !important;
}

.price-people-count[b-744nxwn8ni] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

/* Large Slot Machine Animation */
.price-amount-wrapper[b-744nxwn8ni] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 2;
    flex-shrink: 0;
}

.price-currency[b-744nxwn8ni] {
    font-size: 32px;
    font-weight: 900;
    color: #e9d800;
    animation: pulseGold-b-744nxwn8ni 2s infinite;
}

@keyframes pulseGold-b-744nxwn8ni {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

.price-slot-machine[b-744nxwn8ni] {
    --price-digit-height: 60px;
    display: flex;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    overflow: hidden;
    height: var(--price-digit-height);
    line-height: var(--price-digit-height);
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.price-digit-container[b-744nxwn8ni] {
    position: relative;
    width: 0.65em;
    height: 100%;
}

.price-digit-reel[b-744nxwn8ni] {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    display: flex;
    flex-direction: column;
}

.price-digit[b-744nxwn8ni] {
    height: var(--price-digit-height);
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-decimal[b-744nxwn8ni] {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: var(--price-digit-height);
}

/* Package Step Specifics */
.package-options-grid[b-744nxwn8ni] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.protection-card[b-744nxwn8ni] {
    background: #fff;
    border: 2px solid #f1f5f9;
    border-radius: 16px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 16px;
}

.protection-card:hover[b-744nxwn8ni] {
    border-color: var(--einsure-brand-border);
    background: var(--einsure-surface-2);
}

.protection-card.active[b-744nxwn8ni] {
    border-color: var(--einsure-primary);
    background: var(--einsure-brand-dim);
}

.protection-icon[b-744nxwn8ni] {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #64748b;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.protection-card.active .protection-icon[b-744nxwn8ni] {
    background: var(--einsure-primary);
    color: #fff;
}

.protection-info h6[b-744nxwn8ni] {
    margin: 0;
    font-weight: 700;
    color: #334155;
}

.protection-info p[b-744nxwn8ni] {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.price-change-up[b-744nxwn8ni] {
    color: #22c55e !important;
}

.price-change-down[b-744nxwn8ni] {
    color: #ef4444 !important;
}

/* Payment Method Selection Styles */
.payment-methods-grid[b-744nxwn8ni] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.payment-method-item[b-744nxwn8ni] {
    cursor: pointer;
    position: relative;
    user-select: none;
}

.payment-method-item input[b-744nxwn8ni] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.payment-method-content[b-744nxwn8ni] {
    border: 2px solid #f1f5f9;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.payment-method-item:hover:not(.disabled) .payment-method-content[b-744nxwn8ni] {
    border-color: var(--einsure-primary-light);
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(30, 81, 164, 0.1);
}

.payment-method-item.active .payment-method-content[b-744nxwn8ni] {
    border-color: var(--einsure-primary);
    background: rgba(30, 81, 164, 0.02);
    box-shadow: 0 10px 15px -3px rgba(30, 81, 164, 0.15);
}

.payment-method-item.active .payment-method-content i[b-744nxwn8ni] {
    color: var(--einsure-primary);
    transform: scale(1.1);
}

.payment-method-item.active .payment-method-content span[b-744nxwn8ni] {
    color: var(--einsure-primary);
    font-weight: 700;
}

.payment-method-item.disabled[b-744nxwn8ni] {
    cursor: not-allowed;
}

.payment-method-content i[b-744nxwn8ni] {
    transition: all 0.3s ease;
    color: #64748b;
}

.payment-method-content span[b-744nxwn8ni] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #475569;
    margin-top: 8px;
}

/* Summary Card Styles */
.summary-card[b-744nxwn8ni] {
    border: none;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.policy-icon-square[b-744nxwn8ni] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================
   Mobile Responsiveness Overrides
   ========================================== */

@media (max-width: 991.98px) {
    .sticky-price-card[b-744nxwn8ni] {
        position: static !important;
        max-width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
    .price-card-glass[b-744nxwn8ni] {
        border-radius: 24px !important;
        padding: 24px 20px !important;
    }
    .member-info-grid[b-744nxwn8ni] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}

@media (max-width: 767.98px) {
    .wizard-container[b-744nxwn8ni] {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .display-4[b-744nxwn8ni] {
        font-size: 1.85rem !important;
    }
    .fs-5[b-744nxwn8ni] {
        font-size: 1rem !important;
    }
    .btn-outline-secondary[b-744nxwn8ni] {
        padding: 6px 12px !important;
        font-size: 14px !important;
    }

    [b-744nxwn8ni] .k-wizard-step-container {
        padding: 10px 14px !important;
    }
    [b-744nxwn8ni] .k-stepper {
        gap: 6px !important;
    }
    [b-744nxwn8ni] .k-step-link {
        padding: 4px 6px !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    [b-744nxwn8ni] .k-step-indicator {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
    }
    [b-744nxwn8ni] .k-step-label {
        font-size: 10px !important;
        margin-top: 2px !important;
        margin-left: 0 !important;
        text-align: center !important;
    }

    /* Layout Grids Stacking */
    .package-options-grid[b-744nxwn8ni] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .payment-methods-grid[b-744nxwn8ni] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    /* Popup/Window Details */
    .health-hero-banner[b-744nxwn8ni] {
        padding: 20px 24px !important;
        gap: 16px !important;
    }
    .health-hero-icon[b-744nxwn8ni] {
        width: 56px !important;
        height: 56px !important;
        font-size: 1.6rem !important;
        border-radius: 16px !important;
    }
    .health-hero-text h3[b-744nxwn8ni] {
        font-size: 1.35rem !important;
    }
    .health-hero-text p[b-744nxwn8ni] {
        font-size: 0.9rem !important;
    }
    .health-window-body[b-744nxwn8ni] {
        padding: 20px 24px !important;
    }
    .health-notice[b-744nxwn8ni] {
        padding: 12px 16px !important;
        margin-bottom: 24px !important;
        gap: 12px !important;
    }
    .health-specs-grid[b-744nxwn8ni] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .health-spec-item.full-width[b-744nxwn8ni] {
        grid-column: span 1 !important;
    }
    .health-window-footer[b-744nxwn8ni] {
        padding: 16px 24px 24px !important;
        flex-direction: column-reverse !important;
        gap: 10px !important;
    }
    .health-window-footer button[b-744nxwn8ni] {
        width: 100% !important;
        padding: 12px !important;
    }
}

@media (max-width: 575.98px) {
    [b-744nxwn8ni] .k-step-label {
        display: none !important;
    }
    [b-744nxwn8ni] .k-wizard-content {
        padding: 12px 10px !important;
    }
    /* Removed redundant k-wizard-buttons padding override to allow modern mobile styles to apply */

    .wizard-step-content[b-744nxwn8ni] {
        padding: 0 !important;
    }
    .step-icon-circle[b-744nxwn8ni] {
        width: 38px !important;
        height: 38px !important;
    }
    .step-icon-circle i[b-744nxwn8ni] {
        font-size: 1.1rem !important;
    }
    .step-title[b-744nxwn8ni] {
        font-size: 1.15rem !important;
    }

    /* Family members responsiveness */
    .member-card-premium[b-744nxwn8ni] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
        padding: 16px !important;
        border-radius: 16px !important;
    }
    .member-card-premium .d-flex.align-items-center[b-744nxwn8ni] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
    }
    .member-avatar[b-744nxwn8ni] {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
    }
    .member-info-grid[b-744nxwn8ni] {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: 100% !important;
    }
    .member-actions-group[b-744nxwn8ni] {
        margin-left: 0 !important;
        display: flex !important;
        justify-content: flex-end !important;
        border-top: 1px solid #f1f5f9 !important;
        padding-top: 12px !important;
        width: 100% !important;
    }

    /* Pricing card detail improvements */
    .price-currency[b-744nxwn8ni] {
        font-size: 26px !important;
    }
    .price-slot-machine[b-744nxwn8ni] {
        --price-digit-height: 48px !important;
        font-size: 38px !important;
    }
    .price-decimal[b-744nxwn8ni] {
        font-size: 38px !important;
    }
}

/* ========================================================
   Mobile Sticky Bottom Price Bar & Sliding Drawer Defaults
   ======================================================== */
.mobile-sticky-bottom-bar[b-744nxwn8ni],
.mobile-price-sheet-backdrop[b-744nxwn8ni],
.mobile-price-sheet[b-744nxwn8ni] {
    display: none !important;
}

/* ========================================================
   Mobile Responsiveness Overrides (max-width: 991.98px)
   ======================================================== */
@media (max-width: 991.98px) {
    .wizard-container[b-744nxwn8ni] {
        padding-bottom: 100px !important;
    }

    /* Mobile Sticky Bottom Bar */
    .mobile-sticky-bottom-bar[b-744nxwn8ni] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75px;
        background: linear-gradient(135deg, rgba(15, 46, 94, 0.96) 0%, rgba(30, 81, 164, 0.96) 100%);
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        border-top: 2px solid #e9d800 !important;
        z-index: 1020;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden !important;
        gap: 8px !important;
        box-sizing: border-box !important;
    }

        .mobile-sticky-bottom-bar:hover[b-744nxwn8ni] {
            background: linear-gradient(135deg, rgba(20, 56, 114, 0.98) 0%, rgba(40, 91, 174, 0.98) 100%);
        }

        .mobile-sticky-bottom-bar > .d-flex[b-744nxwn8ni] {
            min-width: 0 !important;
            flex-shrink: 1 !important;
        }

            .mobile-sticky-bottom-bar > .d-flex:first-child[b-744nxwn8ni] {
                flex-shrink: 1 !important;
                overflow: hidden !important;
            }

            .mobile-sticky-bottom-bar > .d-flex:last-child[b-744nxwn8ni] {
                flex-shrink: 0 !important;
            }

        .mobile-sticky-bottom-bar .price-slot-machine[b-744nxwn8ni] {
            --price-digit-height: 38px !important;
            font-size: 28px !important;
            height: 38px !important;
            line-height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-digit[b-744nxwn8ni] {
            height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-decimal[b-744nxwn8ni] {
            font-size: 28px !important;
            line-height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-currency[b-744nxwn8ni] {
            font-size: 20px !important;
            margin-left: 4px !important;
        }

        .mobile-sticky-bottom-bar .price-label-text[b-744nxwn8ni] {
            font-size: 11px !important;
            letter-spacing: 0.1em !important;
            text-shadow: none !important;
            font-weight: 800 !important;
            white-space: nowrap;
        }

    body.price-sheet-locked[b-744nxwn8ni] {
        position: fixed !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    /* Mobile Price Sheet Backdrop */
    .mobile-price-sheet-backdrop[b-744nxwn8ni] {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.75) !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
        z-index: 1030;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        display: block !important;
    }

        .mobile-price-sheet-backdrop.active[b-744nxwn8ni] {
            opacity: 1 !important;
            pointer-events: auto !important;
            touch-action: none;
        }

    /* Mobile Sliding Sheet Drawer */
    .mobile-price-sheet[b-744nxwn8ni] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #102a54 0%, #081a33 100%) !important;
        border-top: 3px solid #e9d800 !important;
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
        z-index: 1040;
        height: 80vh; /* Fixed height container to establish a strict boundary */
        max-height: 80vh;
        transform: translateY(100%);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.5) !important;
        display: flex !important;
        flex-direction: column;
        padding: 20px 20px 30px 20px !important;
        box-sizing: border-box !important;
        overflow: hidden; /* Prevent outer sheet scrolling */
    }

    .mobile-price-sheet[b-744nxwn8ni],
    .price-sheet-content[b-744nxwn8ni] {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain; /* Prevents scroll chaining and locks momentum to this container */
    }

        .price-sheet-content > div[b-744nxwn8ni] {
            overflow: visible !important;
            height: auto !important;
            touch-action: pan-y;
        }

        .mobile-price-sheet.open[b-744nxwn8ni] {
            transform: translateY(0) !important;
        }

    .price-sheet-handle[b-744nxwn8ni] {
        width: 48px;
        height: 5px;
        background: rgba(255, 255, 255, 0.2) !important;
        border-radius: 10px;
        margin: -8px auto 16px auto;
        flex-shrink: 0;
    }

    .price-sheet-header[b-744nxwn8ni] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-shrink: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 12px;
    }

    .price-sheet-title[b-744nxwn8ni] {
        color: #fff;
        font-weight: 800;
        font-size: 1.25rem;
    }

    .price-sheet-close[b-744nxwn8ni] {
        background: rgba(255, 255, 255, 0.1) !important;
        border: none !important;
        color: #fff !important;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.95rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .price-sheet-close:hover[b-744nxwn8ni] {
            background: rgba(255, 255, 255, 0.2) !important;
        }

    .price-sheet-content[b-744nxwn8ni] {
        position: relative;
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto !important;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; /* Smooth momentum scrolling for iOS */
        padding-right: 4px;
        padding-bottom: 40px; /* Extra space at the bottom for easy reach */
    }

        .price-sheet-content[b-744nxwn8ni]::-webkit-scrollbar {
            width: 5px;
        }

        .price-sheet-content[b-744nxwn8ni]::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.02);
        }

        .price-sheet-content[b-744nxwn8ni]::-webkit-scrollbar-thumb {
            background: rgba(233, 216, 0, 0.3);
            border-radius: 10px;
        }

        .price-sheet-content .price-slot-machine[b-744nxwn8ni] {
            --price-digit-height: 48px !important;
            font-size: 38px !important;
            height: 48px !important;
            line-height: 48px !important;
        }

        .price-sheet-content .price-digit[b-744nxwn8ni] {
            height: 48px !important;
        }

        .price-sheet-content .price-decimal[b-744nxwn8ni] {
            font-size: 38px !important;
            line-height: 48px !important;
        }

        .price-sheet-content .price-currency[b-744nxwn8ni] {
            font-size: 26px !important;
        }

    .mobile-price-sheet .price-card-glass[b-744nxwn8ni] {
        max-height: none !important;
        overflow-y: visible !important;
    }
}


@media (max-width: 480px) {
    .mobile-sticky-bottom-bar[b-744nxwn8ni] {
        padding: 0 12px !important;
        height: 80px !important;
        gap: 6px !important;
    }

        .mobile-sticky-bottom-bar .price-slot-machine[b-744nxwn8ni] {
            --price-digit-height: 32px !important;
            font-size: 22px !important;
            height: 32px !important;
            line-height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-digit[b-744nxwn8ni] {
            height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-decimal[b-744nxwn8ni] {
            font-size: 22px !important;
            line-height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-currency[b-744nxwn8ni] {
            font-size: 16px !important;
            margin-left: 2px !important;
        }

        .mobile-sticky-bottom-bar .d-flex.align-items-center.gap-2[b-744nxwn8ni] {
            gap: 4px !important;
        }

        .mobile-sticky-bottom-bar .badge[b-744nxwn8ni] {
            font-size: 0.65rem !important;
            padding: 4px 8px !important;
            white-space: nowrap !important;
        }

        .mobile-sticky-bottom-bar button[b-744nxwn8ni] {
            font-size: 0.65rem !important;
            padding: 4px 8px !important;
            white-space: nowrap !important;
            flex-shrink: 0 !important;
        }
}

/* ========================================================
   Scoped Telerik Wizard Buttons Container & Responsive Styles
   ======================================================== */
[b-744nxwn8ni] .k-wizard-buttons {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 16px !important;
    padding: 24px 60px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    border-top: 1px solid #e2e8f0 !important;
}

[b-744nxwn8ni] .wizard-nav-btn {
    height: 50px !important;
    padding: 0 30px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 767.98px) {
    [b-744nxwn8ni] .k-wizard-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding: 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        background-color: #ffffff !important;
        border-top: 1px solid #f1f5f9 !important;
    }

        [b-744nxwn8ni] .k-wizard-buttons .d-flex.justify-content-end {
            flex-direction: column !important;
            width: 100% !important;
            gap: 10px !important;
            padding: 0 !important;
            margin: 0 !important;
            align-items: stretch !important;
        }

        [b-744nxwn8ni] .k-wizard-buttons .d-flex.gap-3 {
            flex-direction: column !important;
            width: 100% !important;
            gap: 10px !important;
            margin: 0 !important;
        }

        /* Any div that's a direct wrapper, make it full width */
        [b-744nxwn8ni] .k-wizard-buttons div {
            width: 100% !important;
            max-width: 100% !important;
        }

        [b-744nxwn8ni] .k-wizard-buttons span[data-tooltip] {
            display: block !important;
            width: 100% !important;
        }

    [b-744nxwn8ni] .wizard-nav-btn {
        height: 46px !important;
        padding: 0 16px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Clean up conflicting margins on mobile */
    [b-744nxwn8ni] .btn-next,
    [b-744nxwn8ni] .btn-finish,
    [b-744nxwn8ni] .btn-pay-later,
    [b-744nxwn8ni] .btn-back {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .package-header-container[b-744nxwn8ni] {
        padding-right: 110px !important;
    }
}





/* Package Choice Selection Styles */
.package-header-container[b-744nxwn8ni] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    padding-right: 175px;
    transition: padding-right 0.3s ease;
}

.package-choice-card[b-744nxwn8ni] {
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.package-choice-card:hover[b-744nxwn8ni] {
    transform: translateY(-4px);
    border-color: var(--einsure-primary) !important;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.12) !important;
}

.package-choice-card.selected[b-744nxwn8ni] {
    background: linear-gradient(145deg, #ffffff, #fffdf2) !important;
    border-color: #e9d800 !important;
    box-shadow: 0 12px 30px -8px rgba(233, 216, 0, 0.2) !important;
}

.package-selection-arrow[b-744nxwn8ni] {
    position: absolute;
    right: 15px;
    top: -15px;
    transform: scale(0) rotate(-180deg);
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    flex-shrink: 0;
    background: #10b981;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.45);
    z-index: 100;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0;
    border: 3px solid #ffffff;
    font-size: 1rem;
}

.package-choice-card.selected .package-selection-arrow[b-744nxwn8ni] {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.package-choice-card.selected .package-selection-arrow i[b-744nxwn8ni] {
    transform: rotate(-45deg);
    animation: clipWiggle-b-744nxwn8ni 1.5s infinite ease-in-out;
}

@keyframes clipWiggle-b-744nxwn8ni {
    0%, 100% {
        transform: rotate(-45deg) scale(1);
    }
    50% {
        transform: rotate(-35deg) scale(1.1);
    }
}

.package-choice-card.selected .package-icon-circle[b-744nxwn8ni] {
    background-color: rgba(233, 216, 0, 0.15) !important;
    color: #b59b00 !important;
}

.package-benefits-accordion[b-744nxwn8ni] {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-benefits-accordion.open[b-744nxwn8ni] {
    max-height: 500px;
}

/* Premium Benefits Toggle Pill */
.benefits-toggle-pill[b-744nxwn8ni] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.benefits-toggle-pill:hover[b-744nxwn8ni] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(233, 216, 0, 0.4);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.benefits-toggle-pill.active[b-744nxwn8ni] {
    background: rgba(233, 216, 0, 0.12) !important;
    border-color: #e9d800 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(233, 216, 0, 0.15);
}

.benefits-toggle-pill .pill-icon-wrapper[b-744nxwn8ni] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.benefits-toggle-pill.active .pill-icon-wrapper[b-744nxwn8ni] {
    color: #e9d800;
}

.benefits-toggle-pill .pill-arrow[b-744nxwn8ni] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: rgba(255, 255, 255, 0.5);
}

.benefits-toggle-pill.active .pill-arrow[b-744nxwn8ni] {
    transform: rotate(180deg);
    color: #e9d800;
}

/* Sidebar Benefits Wrapper CSS Transitions */
.sidebar-benefits-wrapper[b-744nxwn8ni] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.3s ease, padding-top 0.3s ease;
    width: 100%;
}

.sidebar-benefits-wrapper.open[b-744nxwn8ni] {
    max-height: 450px;
    opacity: 1;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(255, 255, 255, 0.18) !important;
}

.border-white-10[b-744nxwn8ni] {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.text-warning-gold[b-744nxwn8ni] {
    color: #e9d800 !important;
}

/* Premium Benefits Accordion Card */
.benefits-accordion-card[b-744nxwn8ni] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 14px 18px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
    box-sizing: border-box;
}

.benefits-accordion-card:hover[b-744nxwn8ni] {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.benefits-accordion-card.is-expanded[b-744nxwn8ni] {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(233, 216, 0, 0.35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.benefits-header[b-744nxwn8ni] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

.benefits-header *[b-744nxwn8ni] {
    pointer-events: none;
}

.benefits-icon[b-744nxwn8ni] {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.benefits-accordion-card.is-expanded .benefits-icon[b-744nxwn8ni] {
    background: rgba(233, 216, 0, 0.15);
    color: #e9d800;
}

.benefits-title[b-744nxwn8ni] {
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.benefits-subtitle[b-744nxwn8ni] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
    font-weight: 500;
    margin-top: 2px;
}

.benefits-arrow[b-744nxwn8ni] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.benefits-accordion-card.is-expanded .benefits-arrow[b-744nxwn8ni] {
    transform: rotate(180deg);
    color: #e9d800;
}

/* Smooth expansion and transitions */
.benefits-body[b-744nxwn8ni] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease;
    width: 100%;
}

.benefits-accordion-card.is-expanded .benefits-body[b-744nxwn8ni] {
    max-height: 600px;
    opacity: 1;
}

/* Selected Package Card & Drawer (Hybrid Class Toggle) */
.selected-package-card[b-744nxwn8ni] {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.selected-package-card:hover[b-744nxwn8ni] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.selected-package-header[b-744nxwn8ni] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer !important;
    user-select: none;
    position: relative;
    z-index: 10; /* Keep header on top of the benefits drawer to guarantee pointer hover */
    pointer-events: auto !important; /* Explicitly enable pointer events on the header itself */
}

/* Disable pointer events on header children to ensure the click always goes to the label itself */
.selected-package-header *[b-744nxwn8ni] {
    pointer-events: none !important;
}

.benefits-toggle-arrow[b-744nxwn8ni] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-package-benefits-drawer[b-744nxwn8ni] {
    position: relative;
    z-index: 1;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.25s ease;
    width: 100%;
}

/* Expanded State styling */
.selected-package-card.is-expanded .selected-package-benefits-drawer[b-744nxwn8ni] {
    max-height: 2000px;
    opacity: 1;
}

.selected-package-card.is-expanded .selected-package-header .benefits-toggle-arrow[b-744nxwn8ni] {
    background: rgba(233, 216, 0, 0.15) !important;
}

.selected-package-card.is-expanded .selected-package-header .benefits-toggle-arrow i[b-744nxwn8ni] {
    transform: rotate(180deg);
    color: #e9d800 !important;
}

.selected-package-card.is-expanded .selected-package-header .package-card-icon[b-744nxwn8ni] {
    background: rgba(233, 216, 0, 0.12) !important;
}

.selected-package-card.is-expanded .selected-package-header .package-card-icon i[b-744nxwn8ni] {
    color: #e9d800 !important;
}

/* Price Breakdown List Default Styling */
.price-breakdown-list[b-744nxwn8ni] {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 4px;
}

/* Desktop Sidebar Scroll Optimization: disable inner scrollbar to prevent nested scrolling */
.scrollable-sidebar-card .price-breakdown-list[b-744nxwn8ni] {
    max-height: none !important;
    overflow-y: visible !important;
    padding-right: 0 !important;
}

/* Mobile sliding price sheet breakdown styling overrides */
.mobile-price-sheet .price-breakdown-list[b-744nxwn8ni] {
    max-height: 320px !important;
    overflow-y: auto !important;
    padding-right: 4px !important;
}

/* Verification components */
.verification-agreement-card:hover[b-744nxwn8ni] {
    border-color: rgba(233, 216, 0, 0.6) !important;
    box-shadow: 0 10px 25px rgba(233, 216, 0, 0.08) !important;
    background: linear-gradient(135deg, rgba(233, 216, 0, 0.12) 0%, rgba(233, 216, 0, 0.04) 100%) !important;
}

.premium-verify-check[b-744nxwn8ni] {
    width: 24px !important;
    height: 24px !important;
    border-radius: 6px !important;
    border: 2px solid rgba(30, 81, 164, 0.4) !important;
    background-color: #fff !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    appearance: none !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.premium-verify-check:hover[b-744nxwn8ni] {
    border-color: #1e51a4 !important;
    box-shadow: 0 0 0 4px rgba(30, 81, 164, 0.1) !important;
}

.premium-verify-check:checked[b-744nxwn8ni] {
    background-color: #e9d800 !important;
    border-color: #e9d800 !important;
    box-shadow: 0 4px 10px rgba(233, 216, 0, 0.3) !important;
}

.premium-verify-check:checked[b-744nxwn8ni]::after {
    content: '' !important;
    position: absolute !important;
    left: 7px !important;
    top: 3px !important;
    width: 6px !important;
    height: 12px !important;
    border: solid #0f2e5e !important;
    border-width: 0 3px 3px 0 !important;
    transform: rotate(45deg) !important;
}

.premium-verify-check:focus[b-744nxwn8ni] {
    outline: none !important;
    border-color: #e9d800 !important;
    box-shadow: 0 0 0 4px rgba(233, 216, 0, 0.2) !important;
}

[b-744nxwn8ni] input::placeholder,
[b-744nxwn8ni] textarea::placeholder,
[b-744nxwn8ni] .k-input-inner::placeholder,
input[b-744nxwn8ni]::placeholder,
textarea[b-744nxwn8ni]::placeholder,
.k-input-inner[b-744nxwn8ni]::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

[b-744nxwn8ni] .uppercase-input,
[b-744nxwn8ni] .uppercase-input input,
[b-744nxwn8ni] .uppercase-input .k-input-inner,
.uppercase-input[b-744nxwn8ni],
.uppercase-input input[b-744nxwn8ni],
.uppercase-input .k-input-inner[b-744nxwn8ni] {
    text-transform: uppercase !important;
}


/* Driver card: keep edit/delete buttons inside, let text wrap or truncate */
.driver-card[b-744nxwn8ni] {
    overflow: hidden;
}

    .driver-card .d-flex.justify-content-between.align-items-start.mb-3[b-744nxwn8ni] {
        flex-wrap: wrap;
        gap: 12px;
    }

    .driver-card .d-flex.align-items-center.gap-3[b-744nxwn8ni] {
        min-width: 0;
        flex: 1 1 200px;
    }

        .driver-card .d-flex.align-items-center.gap-3 > div:last-child[b-744nxwn8ni] {
            min-width: 0;
            flex: 1;
        }

        .driver-card .d-flex.align-items-center.gap-3 h6[b-744nxwn8ni],
        .driver-card .d-flex.align-items-center.gap-3 span[b-744nxwn8ni] {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .driver-card .d-flex.gap-2[b-744nxwn8ni] {
        flex-shrink: 0;
        margin-left: auto;
    }

/* Owner (Pronari i Mjetit) confirmed card: same fix */
.confirmed-vehicle-card[b-744nxwn8ni] {
    overflow: hidden;
}

.confirmed-vehicle-info[b-744nxwn8ni] {
    min-width: 0;
    flex: 1 1 auto;
}

.confirmed-vehicle-text[b-744nxwn8ni] {
    min-width: 0;
}

    .confirmed-vehicle-text h4[b-744nxwn8ni] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.confirmed-vehicle-meta[b-744nxwn8ni] {
    flex-wrap: wrap;
    row-gap: 6px;
}

.confirmed-vehicle-card > .d-flex.align-items-center.gap-3[b-744nxwn8ni] {
    flex-shrink: 0;
}
/* /Components/Pages/Policies/Wip.razor.rz.scp.css */
.premium-page-header[b-coiw60lt4e] {
    background: linear-gradient(135deg, rgba(30, 81, 164, 0.06) 0%, rgba(30, 81, 164, 0.01) 100%);
    border: 1px solid rgba(30, 81, 164, 0.08);
    border-radius: 20px;
    padding: 1.25rem 2rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

    .premium-page-header[b-coiw60lt4e]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(to bottom, var(--einsure-primary), #4facfe);
        border-radius: 20px 0 0 20px;
    }

.premium-header-icon-box[b-coiw60lt4e] {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--einsure-primary);
    box-shadow: 0 8px 16px rgba(30, 81, 164, 0.06);
    transition: all 0.3s ease;
}

.premium-page-header:hover .premium-header-icon-box[b-coiw60lt4e] {
    transform: rotate(10deg) scale(1.05);
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.12);
}

.premium-title-text[b-coiw60lt4e] {
    font-family: 'Outfit', 'Inter', sans-serif;
    font-weight: 800;
    color: var(--einsure-primary);
    letter-spacing: -0.5px;
}

.btn-close-premium[b-coiw60lt4e] {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 0.65rem 1.25rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    cursor: pointer;
}

    .btn-close-premium:hover[b-coiw60lt4e] {
        background: #fff5f5;
        border-color: #fca5a5;
        color: #ef4444;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(239, 68, 68, 0.1);
    }

    .btn-close-premium:active[b-coiw60lt4e] {
        transform: translateY(0);
    }

@media (max-width: 768px) {
    .premium-page-header[b-coiw60lt4e] {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .premium-title-text[b-coiw60lt4e] {
        font-size: 1.35rem !important;
    }

    .premium-subtitle-text[b-coiw60lt4e] {
        font-size: 0.85rem !important;
    }

    .btn-close-premium[b-coiw60lt4e] {
        padding: 0.65rem;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        justify-content: center;
        gap: 0;
    }

        .btn-close-premium span[b-coiw60lt4e] {
            display: none;
        }
}

.premium-window-title[b-coiw60lt4e] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--einsure-primary);
    font-weight: 700;
    font-size: 1.1rem;
}

.premium-window-content[b-coiw60lt4e] {
    padding: 0;
}

.window-hero-banner[b-coiw60lt4e] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: linear-gradient(135deg, rgba(30, 81, 164, 0.05) 0%, rgba(30, 81, 164, 0.02) 100%);
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #f1f5f9;
}

.hero-icon-wrapper[b-coiw60lt4e] {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--einsure-primary);
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(30, 81, 164, 0.08);
}

.form-label-premium[b-coiw60lt4e] {
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.premium-input-group .k-textbox[b-coiw60lt4e],
.premium-input-group .k-dropdownlist[b-coiw60lt4e],
.premium-input-group .k-datepicker[b-coiw60lt4e] {
    border-radius: 10px !important;
    border-color: #e2e8f0 !important;
    transition: all 0.2s ease !important;
    height: 48px !important;
}

.premium-input-group .k-state-focused[b-coiw60lt4e],
.premium-input-group .k-focus[b-coiw60lt4e] {
    border-color: var(--einsure-primary) !important;
    box-shadow: 0 0 0 4px rgba(30, 81, 164, 0.1) !important;
}

.premium-window-footer[b-coiw60lt4e] {
    background: #f8fafc;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    border-top: 1px solid #f1f5f9;
}

.btn-primary-premium[b-coiw60lt4e] {
    background: var(--einsure-primary);
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(30, 81, 164, 0.2);
}

    .btn-primary-premium:hover[b-coiw60lt4e] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(30, 81, 164, 0.3);
        color: #fff;
    }

.btn-light-premium[b-coiw60lt4e] {
    background: #fff;
    color: #64748b;
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
}

    .btn-light-premium:hover[b-coiw60lt4e] {
        background: #f1f5f9;
        color: #1e293b;
    }

.health-hero-banner[b-coiw60lt4e] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 32px 40px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    border-bottom: 1px solid #e2e8f0;
}

.health-hero-icon[b-coiw60lt4e] {
    width: 72px;
    height: 72px;
    background: var(--einsure-primary);
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.2);
}

.health-hero-text h3[b-coiw60lt4e] {
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.02em;
    font-size: 1.75rem;
}

.health-hero-text p[b-coiw60lt4e] {
    color: #64748b;
    font-size: 1.05rem;
    margin-top: 4px;
    font-weight: 500;
}

.health-hero-decoration[b-coiw60lt4e] {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5rem;
    color: var(--einsure-primary);
    opacity: 0.03;
    pointer-events: none;
}

.health-window-body[b-coiw60lt4e] {
    padding: 32px 40px;
}

.health-notice[b-coiw60lt4e] {
    background: rgba(30, 81, 164, 0.05);
    border-left: 4px solid var(--einsure-primary);
    padding: 16px 24px;
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #1e51a4;
}

.health-notice-icon[b-coiw60lt4e] {
    font-size: 1.4rem;
}

.health-specs-grid[b-coiw60lt4e] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.health-spec-item[b-coiw60lt4e] {
    background: #fff;
    border: 1px solid #f1f5f9;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.2s ease;
}

    .health-spec-item:hover[b-coiw60lt4e] {
        border-color: var(--einsure-primary-light);
        background: #fcfdfe;
        box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    }

    .health-spec-item.full-width[b-coiw60lt4e] {
        grid-column: span 2;
    }

.health-spec-icon[b-coiw60lt4e] {
    width: 44px;
    height: 44px;
    background: #f8fafc;
    color: #64748b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.health-spec-item:hover .health-spec-icon[b-coiw60lt4e] {
    background: var(--einsure-brand-dim);
    color: var(--einsure-primary);
}

.health-spec-content[b-coiw60lt4e] {
    flex-grow: 1;
}

    .health-spec-content label[b-coiw60lt4e] {
        display: block;
        font-size: 0.75rem;
        font-weight: 700;
        color: #94a3b8;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 4px;
    }

    /* Telerik Input Overrides inside Health Specs */
    .health-spec-content .k-textbox[b-coiw60lt4e],
    .health-spec-content .k-dropdownlist[b-coiw60lt4e],
    .health-spec-content .k-datepicker[b-coiw60lt4e] {
        border: none !important;
        background: transparent !important;
        height: auto !important;
        padding: 0 !important;
        font-weight: 700 !important;
        color: #334155 !important;
        font-size: 1.05rem !important;
    }

    .health-spec-content .k-input-inner[b-coiw60lt4e] {
        padding: 0 !important;
    }

    .health-spec-content .k-input[b-coiw60lt4e] {
        box-shadow: none !important;
    }

.health-window-footer[b-coiw60lt4e] {
    padding: 24px 40px 40px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    background: #fff;
}

.btn-health-cancel[b-coiw60lt4e] {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.btn-health-save[b-coiw60lt4e] {
    background: var(--einsure-primary);
    border: none;
    color: #fff;
    padding: 14px 35px;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: 0 10px 20px rgba(30, 81, 164, 0.2);
}

    .btn-health-save:hover[b-coiw60lt4e] {
        transform: translateY(-2px);
        box-shadow: 0 15px 30px rgba(30, 81, 164, 0.3);
    }

.step-icon-circle[b-coiw60lt4e] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary-subtle[b-coiw60lt4e] {
    background-color: rgba(30, 81, 164, 0.1);
}

.field-error-msg[b-coiw60lt4e] {
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    animation: fadeIn 0.3s ease;
}

.border-error .k-textbox[b-coiw60lt4e],
.border-error .k-dropdownlist[b-coiw60lt4e],
.border-error .k-datepicker[b-coiw60lt4e] {
    border-color: #dc3545 !important;
    background-color: #fff8f8 !important;
}

.member-card-premium[b-coiw60lt4e] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f1f5f9;
    background: #fff;
    position: relative;
    overflow: hidden;
}

    .member-card-premium:hover[b-coiw60lt4e] {
        border-color: var(--einsure-primary-light);
        box-shadow: 0 10px 25px -5px rgba(30, 81, 164, 0.1) !important;
        transform: translateY(-2px);
    }

.member-avatar[b-coiw60lt4e] {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.member-info-grid[b-coiw60lt4e] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.info-group[b-coiw60lt4e] {
    display: flex;
    flex-direction: column;
}

    .info-group label[b-coiw60lt4e] {
        font-size: 0.7rem;
        font-weight: 700;
        color: #94a3b8;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 2px;
    }

    .info-group span[b-coiw60lt4e] {
        font-size: 0.95rem;
        font-weight: 700;
        color: #334155;
    }

.member-actions-group[b-coiw60lt4e] {
    flex-shrink: 0;
}

.btn-action-modern[b-coiw60lt4e] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
}

    .btn-action-modern.edit:hover[b-coiw60lt4e] {
        background: var(--einsure-brand-dim);
        border-color: var(--einsure-primary);
        color: var(--einsure-primary);
    }

    .btn-action-modern.delete:hover[b-coiw60lt4e] {
        background: #fff1f2;
        border-color: #fda4af;
        color: #e11d48;
    }

/* Premium Watermark Effect */
.wizard-watermark[b-coiw60lt4e] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    pointer-events: none;
    opacity: 0.05;
    user-select: none;
    overflow: hidden;
}

    .wizard-watermark img[b-coiw60lt4e] {
        width: 100%;
        max-width: 700px;
        transform: rotate(-12deg);
        filter: invert(60%) sepia(80%) saturate(1000%) hue-rotate(180deg) brightness(0.8) blur(1px);
    }

.wizard-card[b-coiw60lt4e] {
    background: radial-gradient(circle at top right, #ffffff, #f8fafc) !important;
    position: relative;
}

/* Transparent Wizard Backgrounds to let Watermark show through */
.einsure-wizard[b-coiw60lt4e],
.k-wizard[b-coiw60lt4e],
.k-wizard-content[b-coiw60lt4e],
.k-wizard-step-container[b-coiw60lt4e],
.k-wizard-step[b-coiw60lt4e],
.wizard-step-content[b-coiw60lt4e] {
    background: transparent !important;
    border: none !important;
}

/* Flashy Luxury Price Card (Right Side) */
.sticky-price-card[b-coiw60lt4e] {
    position: sticky;
    top: 120px;
    z-index: 100;
}

.price-card-glass[b-coiw60lt4e] {
    background: linear-gradient(135deg, #1e51a4 0%, #0f2e5e 100%);
    border: 2px solid #e9d800;
    border-radius: 30px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-shadow: 0 30px 60px rgba(30, 81, 164, 0.4), inset 0 0 20px rgba(233, 216, 0, 0.1);
    pointer-events: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

    /* Conditionally active: only scrolls when multiple travelers are added */
    .price-card-glass.scrollable-sidebar-card[b-coiw60lt4e] {
        /* Marker class — overflow stays hidden on the outer container */
    }

.price-card-scroll-inner[b-coiw60lt4e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-coiw60lt4e] {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(233, 216, 0, 0.35) rgba(255, 255, 255, 0.02);
}

    /* Custom scrollbar for the inner wrapper */
    .price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-coiw60lt4e]::-webkit-scrollbar {
        width: 6px;
    }

    .price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-coiw60lt4e]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.02);
        border-radius: 10px;
    }

    .price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-coiw60lt4e]::-webkit-scrollbar-thumb {
        background: rgba(233, 216, 0, 0.25);
        border-radius: 10px;
    }

        .price-card-glass.scrollable-sidebar-card .price-card-scroll-inner[b-coiw60lt4e]::-webkit-scrollbar-thumb:hover {
            background: rgba(233, 216, 0, 0.45);
        }

/* Custom scrollbar for person-by-person list */
.price-breakdown-list[b-coiw60lt4e]::-webkit-scrollbar {
    width: 6px;
}

.price-breakdown-list[b-coiw60lt4e]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}

.price-breakdown-list[b-coiw60lt4e]::-webkit-scrollbar-thumb {
    background: rgba(233, 216, 0, 0.3);
    border-radius: 10px;
}

    .price-breakdown-list[b-coiw60lt4e]::-webkit-scrollbar-thumb:hover {
        background: rgba(233, 216, 0, 0.5);
    }

.text-muted-white[b-coiw60lt4e] {
    color: rgba(255, 255, 255, 0.6) !important;
}

.insured-name[b-coiw60lt4e] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    word-break: break-word;
    white-space: normal;
    display: inline-block;
    width: 100%;
}


@media (max-width: 991.98px) {
    .sticky-price-card[b-coiw60lt4e] {
        position: static !important;
        max-width: 500px;
        margin: 20px auto 0 auto;
    }
}

.price-card-glass[b-coiw60lt4e]::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 0%, rgba(233, 216, 0, 0.1) 45%, rgba(233, 216, 0, 0.2) 50%, rgba(233, 216, 0, 0.1) 55%, transparent 100%);
    transform: rotate(45deg);
    animation: goldShine-b-coiw60lt4e 4s infinite linear;
    pointer-events: none; /* prevents this overlay from blocking clicks */
    z-index: 0;
}

@keyframes goldShine-b-coiw60lt4e {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

@keyframes slideInRightLuxury-b-coiw60lt4e {
    from {
        transform: translateX(150px) scale(0.8);
        opacity: 0;
    }

    to {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

.price-info-label[b-coiw60lt4e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    flex-shrink: 0;
}

.price-label-text[b-coiw60lt4e] {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    margin-bottom: 12px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.4);
    background: linear-gradient(135deg, #ffffff 30%, #e9d800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.text-success-mint[b-coiw60lt4e] {
    color: #4ade80 !important;
}

    .text-success-mint i[b-coiw60lt4e] {
        color: #4ade80 !important;
    }

.price-people-count[b-coiw60lt4e] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

/* Large Slot Machine Animation */
.price-amount-wrapper[b-coiw60lt4e] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 2;
    flex-shrink: 0;
}

.price-currency[b-coiw60lt4e] {
    font-size: 32px;
    font-weight: 900;
    color: #e9d800;
    animation: pulseGold-b-coiw60lt4e 2s infinite;
}

@keyframes pulseGold-b-coiw60lt4e {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

.price-slot-machine[b-coiw60lt4e] {
    --price-digit-height: 60px;
    display: flex;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    overflow: hidden;
    height: var(--price-digit-height);
    line-height: var(--price-digit-height);
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.price-digit-container[b-coiw60lt4e] {
    position: relative;
    width: 0.65em;
    height: 100%;
}

.price-digit-reel[b-coiw60lt4e] {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    display: flex;
    flex-direction: column;
}

.price-digit[b-coiw60lt4e] {
    height: var(--price-digit-height);
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-decimal[b-coiw60lt4e] {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: var(--price-digit-height);
}

/* Package Step Specifics */
.package-options-grid[b-coiw60lt4e] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.protection-card[b-coiw60lt4e] {
    background: #fff;
    border: 2px solid #f1f5f9;
    border-radius: 16px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 16px;
}

    .protection-card:hover[b-coiw60lt4e] {
        border-color: var(--einsure-brand-border);
        background: var(--einsure-surface-2);
    }

    .protection-card.active[b-coiw60lt4e] {
        border-color: var(--einsure-primary);
        background: var(--einsure-brand-dim);
    }

.protection-icon[b-coiw60lt4e] {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #64748b;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.protection-card.active .protection-icon[b-coiw60lt4e] {
    background: var(--einsure-primary);
    color: #fff;
}

.protection-info h6[b-coiw60lt4e] {
    margin: 0;
    font-weight: 700;
    color: #334155;
}

.protection-info p[b-coiw60lt4e] {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.price-change-up[b-coiw60lt4e] {
    color: #22c55e !important;
}

.price-change-down[b-coiw60lt4e] {
    color: #ef4444 !important;
}

/* Payment Method Selection Styles */
.payment-methods-grid[b-coiw60lt4e] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.payment-method-item[b-coiw60lt4e] {
    cursor: pointer;
    position: relative;
    user-select: none;
}

    .payment-method-item input[b-coiw60lt4e] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

.payment-method-content[b-coiw60lt4e] {
    border: 2px solid #f1f5f9;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.payment-method-item:hover:not(.disabled) .payment-method-content[b-coiw60lt4e] {
    border-color: var(--einsure-primary-light);
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(30, 81, 164, 0.1);
}

.payment-method-item.active .payment-method-content[b-coiw60lt4e] {
    border-color: var(--einsure-primary);
    background: rgba(30, 81, 164, 0.02);
    box-shadow: 0 10px 15px -3px rgba(30, 81, 164, 0.15);
}

    .payment-method-item.active .payment-method-content i[b-coiw60lt4e] {
        color: var(--einsure-primary);
        transform: scale(1.1);
    }

    .payment-method-item.active .payment-method-content span[b-coiw60lt4e] {
        color: var(--einsure-primary);
        font-weight: 700;
    }

.payment-method-item.disabled[b-coiw60lt4e] {
    cursor: not-allowed;
}

.payment-method-content i[b-coiw60lt4e] {
    transition: all 0.3s ease;
    color: #64748b;
}

.payment-method-content span[b-coiw60lt4e] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #475569;
    margin-top: 8px;
}

.info-box-inline[b-coiw60lt4e] {
    display: flex;
    gap: 12px;
    padding: 16px;
    background: #f0f7ff;
    border-left: 4px solid #1e51a4;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    color: #334155;
    line-height: 1.5;
}

    .info-box-inline i[b-coiw60lt4e] {
        color: #1e51a4;
        font-size: 16px;
        margin-top: 2px;
    }

/* Summary Card Styles */
.summary-card[b-coiw60lt4e] {
    border: none;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.policy-icon-square[b-coiw60lt4e] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================
   Mobile Responsiveness Overrides
   ========================================== */

@media (max-width: 991.98px) {
    .sticky-price-card[b-coiw60lt4e] {
        position: static !important;
        max-width: 100% !important;
        margin: 20px 0 0 0 !important;
    }

    .price-card-glass[b-coiw60lt4e] {
        border-radius: 24px !important;
        padding: 24px 20px !important;
    }

    .member-info-grid[b-coiw60lt4e] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}

@media (max-width: 767.98px) {
    .wizard-container[b-coiw60lt4e] {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .display-4[b-coiw60lt4e] {
        font-size: 1.85rem !important;
    }

    .fs-5[b-coiw60lt4e] {
        font-size: 1rem !important;
    }

    .btn-outline-secondary[b-coiw60lt4e] {
        padding: 6px 12px !important;
        font-size: 14px !important;
    }

    [b-coiw60lt4e] .k-wizard-step-container {
        padding: 10px 14px !important;
    }

    [b-coiw60lt4e] .k-stepper {
        gap: 6px !important;
    }

    [b-coiw60lt4e] .k-step-link {
        padding: 4px 6px !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    [b-coiw60lt4e] .k-step-indicator {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
    }

    [b-coiw60lt4e] .k-step-label {
        font-size: 10px !important;
        margin-top: 2px !important;
        margin-left: 0 !important;
        text-align: center !important;
    }

    /* Layout Grids Stacking */
    .package-options-grid[b-coiw60lt4e] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .payment-methods-grid[b-coiw60lt4e] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    /* Popup/Window Details */
    .health-hero-banner[b-coiw60lt4e] {
        padding: 20px 24px !important;
        gap: 16px !important;
    }

    .health-hero-icon[b-coiw60lt4e] {
        width: 56px !important;
        height: 56px !important;
        font-size: 1.6rem !important;
        border-radius: 16px !important;
    }

    .health-hero-text h3[b-coiw60lt4e] {
        font-size: 1.35rem !important;
    }

    .health-hero-text p[b-coiw60lt4e] {
        font-size: 0.9rem !important;
    }

    .health-window-body[b-coiw60lt4e] {
        padding: 20px 24px !important;
    }

    .health-notice[b-coiw60lt4e] {
        padding: 12px 16px !important;
        margin-bottom: 24px !important;
        gap: 12px !important;
    }

    .health-specs-grid[b-coiw60lt4e] {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .health-spec-item.full-width[b-coiw60lt4e] {
        grid-column: span 1 !important;
    }

    .health-window-footer[b-coiw60lt4e] {
        padding: 16px 24px 24px !important;
        flex-direction: column-reverse !important;
        gap: 10px !important;
    }

        .health-window-footer button[b-coiw60lt4e] {
            width: 100% !important;
            padding: 12px !important;
        }
}

@media (max-width: 575.98px) {
    [b-coiw60lt4e] .k-step-label {
        display: none !important;
    }

    [b-coiw60lt4e] .k-wizard-content {
        padding: 12px 10px !important;
    }

    .wizard-step-content[b-coiw60lt4e] {
        padding: 0 !important;
    }

    .step-icon-circle[b-coiw60lt4e] {
        width: 38px !important;
        height: 38px !important;
    }

        .step-icon-circle i[b-coiw60lt4e] {
            font-size: 1.1rem !important;
        }

    .step-title[b-coiw60lt4e] {
        font-size: 1.15rem !important;
    }

    /* Family members responsiveness */
    .member-card-premium[b-coiw60lt4e] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
        padding: 16px !important;
        border-radius: 16px !important;
    }

        .member-card-premium .d-flex.align-items-center[b-coiw60lt4e] {
            flex-direction: column !important;
            align-items: flex-start !important;
            gap: 12px !important;
            width: 100% !important;
        }

    .member-avatar[b-coiw60lt4e] {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
    }

    .member-info-grid[b-coiw60lt4e] {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .member-actions-group[b-coiw60lt4e] {
        margin-left: 0 !important;
        display: flex !important;
        justify-content: flex-end !important;
        border-top: 1px solid #f1f5f9 !important;
        padding-top: 12px !important;
        width: 100% !important;
    }

    /* Pricing card detail improvements */
    .price-currency[b-coiw60lt4e] {
        font-size: 26px !important;
    }

    .price-slot-machine[b-coiw60lt4e] {
        --price-digit-height: 48px !important;
        font-size: 38px !important;
    }

    .price-decimal[b-coiw60lt4e] {
        font-size: 38px !important;
    }
}

/* ========================================================
   Mobile Sticky Bottom Price Bar & Sliding Drawer Defaults
   ======================================================== */
.mobile-sticky-bottom-bar[b-coiw60lt4e],
.mobile-price-sheet-backdrop[b-coiw60lt4e],
.mobile-price-sheet[b-coiw60lt4e] {
    display: none !important;
}

/* ========================================================
   Mobile Responsiveness Overrides (max-width: 991.98px)
   ======================================================== */
@media (max-width: 991.98px) {
    .wizard-container[b-coiw60lt4e] {
        padding-bottom: 100px !important;
    }

    /* Mobile Sticky Bottom Bar */
    .mobile-sticky-bottom-bar[b-coiw60lt4e] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75px;
        background: linear-gradient(135deg, rgba(15, 46, 94, 0.96) 0%, rgba(30, 81, 164, 0.96) 100%);
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        border-top: 2px solid #e9d800 !important;
        z-index: 1020;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden !important;
        gap: 8px !important;
        box-sizing: border-box !important;
    }

        .mobile-sticky-bottom-bar:hover[b-coiw60lt4e] {
            background: linear-gradient(135deg, rgba(20, 56, 114, 0.98) 0%, rgba(40, 91, 174, 0.98) 100%);
        }

        .mobile-sticky-bottom-bar > .d-flex[b-coiw60lt4e] {
            min-width: 0 !important;
            flex-shrink: 1 !important;
        }

            .mobile-sticky-bottom-bar > .d-flex:first-child[b-coiw60lt4e] {
                flex-shrink: 1 !important;
                overflow: hidden !important;
            }

            .mobile-sticky-bottom-bar > .d-flex:last-child[b-coiw60lt4e] {
                flex-shrink: 0 !important;
            }

        .mobile-sticky-bottom-bar .price-slot-machine[b-coiw60lt4e] {
            --price-digit-height: 38px !important;
            font-size: 28px !important;
            height: 38px !important;
            line-height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-digit[b-coiw60lt4e] {
            height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-decimal[b-coiw60lt4e] {
            font-size: 28px !important;
            line-height: 38px !important;
        }

        .mobile-sticky-bottom-bar .price-currency[b-coiw60lt4e] {
            font-size: 20px !important;
            margin-left: 4px !important;
        }

        .mobile-sticky-bottom-bar .price-label-text[b-coiw60lt4e] {
            font-size: 11px !important;
            letter-spacing: 0.1em !important;
            text-shadow: none !important;
            font-weight: 800 !important;
            white-space: nowrap;
        }

    body.price-sheet-locked[b-coiw60lt4e] {
        position: fixed !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    /* Mobile Price Sheet Backdrop */
    .mobile-price-sheet-backdrop[b-coiw60lt4e] {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.75) !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
        z-index: 1030;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        display: block !important;
    }

        .mobile-price-sheet-backdrop.active[b-coiw60lt4e] {
            opacity: 1 !important;
            pointer-events: auto !important;
            touch-action: none;
        }

    /* Mobile Sliding Sheet Drawer */
    .mobile-price-sheet[b-coiw60lt4e] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #102a54 0%, #081a33 100%) !important;
        border-top: 3px solid #e9d800 !important;
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
        z-index: 1040;
        height: 80vh; /* Fixed height container to establish a strict boundary */
        max-height: 80vh;
        transform: translateY(100%);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.5) !important;
        display: flex !important;
        flex-direction: column;
        padding: 20px 20px 30px 20px !important;
        box-sizing: border-box !important;
        overflow: hidden; /* Prevent outer sheet scrolling */
    }

    .mobile-price-sheet[b-coiw60lt4e],
    .price-sheet-content[b-coiw60lt4e] {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain; /* Prevents scroll chaining and locks momentum to this container */
    }

        .price-sheet-content > div[b-coiw60lt4e] {
            overflow: visible !important;
            height: auto !important;
            touch-action: pan-y;
        }

        .mobile-price-sheet.open[b-coiw60lt4e] {
            transform: translateY(0) !important;
        }

    .price-sheet-handle[b-coiw60lt4e] {
        width: 48px;
        height: 5px;
        background: rgba(255, 255, 255, 0.2) !important;
        border-radius: 10px;
        margin: -8px auto 16px auto;
        flex-shrink: 0;
    }

    .price-sheet-header[b-coiw60lt4e] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-shrink: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 12px;
    }

    .price-sheet-title[b-coiw60lt4e] {
        color: #fff;
        font-weight: 800;
        font-size: 1.25rem;
    }

    .price-sheet-close[b-coiw60lt4e] {
        background: rgba(255, 255, 255, 0.1) !important;
        border: none !important;
        color: #fff !important;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.95rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .price-sheet-close:hover[b-coiw60lt4e] {
            background: rgba(255, 255, 255, 0.2) !important;
        }

    .price-sheet-content[b-coiw60lt4e] {
        position: relative;
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto !important;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; /* Smooth momentum scrolling for iOS */
        padding-right: 4px;
        padding-bottom: 40px; /* Extra space at the bottom for easy reach */
    }

        .price-sheet-content[b-coiw60lt4e]::-webkit-scrollbar {
            width: 5px;
        }

        .price-sheet-content[b-coiw60lt4e]::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.02);
        }

        .price-sheet-content[b-coiw60lt4e]::-webkit-scrollbar-thumb {
            background: rgba(233, 216, 0, 0.3);
            border-radius: 10px;
        }

        .price-sheet-content .price-slot-machine[b-coiw60lt4e] {
            --price-digit-height: 48px !important;
            font-size: 38px !important;
            height: 48px !important;
            line-height: 48px !important;
        }

        .price-sheet-content .price-digit[b-coiw60lt4e] {
            height: 48px !important;
        }

        .price-sheet-content .price-decimal[b-coiw60lt4e] {
            font-size: 38px !important;
            line-height: 48px !important;
        }

        .price-sheet-content .price-currency[b-coiw60lt4e] {
            font-size: 26px !important;
        }

    .mobile-price-sheet .price-card-glass[b-coiw60lt4e] {
        max-height: none !important;
        overflow-y: visible !important;
    }
}


/* ========================================================
   Scoped Telerik Wizard Buttons Container & Responsive Styles
   ======================================================== */
[b-coiw60lt4e] .k-wizard-buttons {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 16px !important;
    padding: 24px 60px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    border-top: 1px solid #e2e8f0 !important;
}

[b-coiw60lt4e] .wizard-nav-btn {
    height: 50px !important;
    padding: 0 30px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 767.98px) {
    [b-coiw60lt4e] .k-wizard-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding: 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        background-color: #ffffff !important;
        border-top: 1px solid #f1f5f9 !important;
    }

        [b-coiw60lt4e] .k-wizard-buttons .d-flex.justify-content-end {
            flex-direction: column !important;
            width: 100% !important;
            gap: 10px !important;
            padding: 0 !important;
            margin: 0 !important;
            align-items: stretch !important;
        }

        [b-coiw60lt4e] .k-wizard-buttons .d-flex.gap-3 {
            flex-direction: column !important;
            width: 100% !important;
            gap: 10px !important;
            margin: 0 !important;
        }

        /* Any div that's a direct wrapper, make it full width */
        [b-coiw60lt4e] .k-wizard-buttons div {
            width: 100% !important;
            max-width: 100% !important;
        }

        [b-coiw60lt4e] .k-wizard-buttons span[data-tooltip] {
            display: block !important;
            width: 100% !important;
        }

    [b-coiw60lt4e] .wizard-nav-btn {
        height: 46px !important;
        padding: 0 16px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Clean up conflicting margins on mobile */
    [b-coiw60lt4e] .btn-next,
    [b-coiw60lt4e] .btn-finish,
    [b-coiw60lt4e] .btn-pay-later,
    [b-coiw60lt4e] .btn-back {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .package-header-container[b-coiw60lt4e] {
        padding-right: 110px !important;
    }
}


/* Package Choice Selection Styles */
.package-choice-card[b-coiw60lt4e] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

    .package-choice-card:hover[b-coiw60lt4e] {
        transform: translateY(-4px);
        border-color: var(--einsure-primary) !important;
        box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.12) !important;
    }

    .package-choice-card.selected[b-coiw60lt4e] {
        background: linear-gradient(145deg, #ffffff, #fffdf2) !important;
        border-color: #e9d800 !important;
        box-shadow: 0 12px 30px -8px rgba(233, 216, 0, 0.2) !important;
    }

        .package-choice-card.selected .package-icon-circle[b-coiw60lt4e] {
            background-color: rgba(233, 216, 0, 0.15) !important;
            color: #b59b00 !important;
        }

.package-benefits-accordion[b-coiw60lt4e] {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .package-benefits-accordion.open[b-coiw60lt4e] {
        max-height: 500px;
    }

/* Premium Benefits Toggle Pill */
.benefits-toggle-pill[b-coiw60lt4e] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .benefits-toggle-pill:hover[b-coiw60lt4e] {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(233, 216, 0, 0.4);
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .benefits-toggle-pill.active[b-coiw60lt4e] {
        background: rgba(233, 216, 0, 0.12) !important;
        border-color: #e9d800 !important;
        color: #fff !important;
        box-shadow: 0 4px 12px rgba(233, 216, 0, 0.15);
    }

    .benefits-toggle-pill .pill-icon-wrapper[b-coiw60lt4e] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.7);
        transition: color 0.3s ease;
    }

    .benefits-toggle-pill.active .pill-icon-wrapper[b-coiw60lt4e] {
        color: #e9d800;
    }

    .benefits-toggle-pill .pill-arrow[b-coiw60lt4e] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        color: rgba(255, 255, 255, 0.5);
    }

    .benefits-toggle-pill.active .pill-arrow[b-coiw60lt4e] {
        transform: rotate(180deg);
        color: #e9d800;
    }

/* Sidebar Benefits Wrapper CSS Transitions */
.sidebar-benefits-wrapper[b-coiw60lt4e] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.3s ease, padding-top 0.3s ease;
    width: 100%;
}

    .sidebar-benefits-wrapper.open[b-coiw60lt4e] {
        max-height: 450px;
        opacity: 1;
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px dashed rgba(255, 255, 255, 0.18) !important;
    }

.border-white-10[b-coiw60lt4e] {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.text-warning-gold[b-coiw60lt4e] {
    color: #e9d800 !important;
}

/* Premium Benefits Accordion Card */
.benefits-accordion-card[b-coiw60lt4e] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 14px 18px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
    box-sizing: border-box;
}

    .benefits-accordion-card:hover[b-coiw60lt4e] {
        background: rgba(255, 255, 255, 0.09);
        border-color: rgba(255, 255, 255, 0.25);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    }

    .benefits-accordion-card.is-expanded[b-coiw60lt4e] {
        background: rgba(255, 255, 255, 0.07);
        border-color: rgba(233, 216, 0, 0.35);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    }

.benefits-header[b-coiw60lt4e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

    .benefits-header *[b-coiw60lt4e] {
        pointer-events: none;
    }

.benefits-icon[b-coiw60lt4e] {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.benefits-accordion-card.is-expanded .benefits-icon[b-coiw60lt4e] {
    background: rgba(233, 216, 0, 0.15);
    color: #e9d800;
}

.benefits-title[b-coiw60lt4e] {
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.benefits-subtitle[b-coiw60lt4e] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
    font-weight: 500;
    margin-top: 2px;
}

.benefits-arrow[b-coiw60lt4e] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.benefits-accordion-card.is-expanded .benefits-arrow[b-coiw60lt4e] {
    transform: rotate(180deg);
    color: #e9d800;
}

/* Smooth expansion and transitions */
.benefits-body[b-coiw60lt4e] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease;
    width: 100%;
}

.benefits-accordion-card.is-expanded .benefits-body[b-coiw60lt4e] {
    max-height: 600px;
    opacity: 1;
}

/* Selected Package Card & Drawer (Hybrid Class Toggle) */
.selected-package-card[b-coiw60lt4e] {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

    .selected-package-card:hover[b-coiw60lt4e] {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.22);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    }

.selected-package-header[b-coiw60lt4e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer !important;
    user-select: none;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

    .selected-package-header *[b-coiw60lt4e] {
        pointer-events: none !important;
    }

.benefits-toggle-arrow[b-coiw60lt4e] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-package-benefits-drawer[b-coiw60lt4e] {
    position: relative;
    z-index: 1;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.25s ease;
    width: 100%;
}

/* Expanded State styling */
.selected-package-card.is-expanded .selected-package-benefits-drawer[b-coiw60lt4e] {
    max-height: 1000px;
    opacity: 1;
}

.selected-package-card.is-expanded .selected-package-header .benefits-toggle-arrow[b-coiw60lt4e] {
    background: rgba(233, 216, 0, 0.15) !important;
}

    .selected-package-card.is-expanded .selected-package-header .benefits-toggle-arrow i[b-coiw60lt4e] {
        transform: rotate(180deg);
        color: #e9d800 !important;
    }

.selected-package-card.is-expanded .selected-package-header .package-card-icon[b-coiw60lt4e] {
    background: rgba(233, 216, 0, 0.12) !important;
}

    .selected-package-card.is-expanded .selected-package-header .package-card-icon i[b-coiw60lt4e] {
        color: #e9d800 !important;
    }

/* Price Breakdown List Default Styling */
.price-breakdown-list[b-coiw60lt4e] {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 4px;
}

/* Desktop Sidebar Scroll Optimization: disable inner scrollbar to prevent nested scrolling */
.scrollable-sidebar-card .price-breakdown-list[b-coiw60lt4e] {
    max-height: none !important;
    overflow-y: visible !important;
    padding-right: 0 !important;
}

/* Mobile sliding price sheet breakdown styling overrides */
.mobile-price-sheet .price-breakdown-list[b-coiw60lt4e] {
    max-height: 320px !important;
    overflow-y: auto !important;
    padding-right: 4px !important;
}

/* Verification components */
.verification-agreement-card:hover[b-coiw60lt4e] {
    border-color: rgba(233, 216, 0, 0.6) !important;
    box-shadow: 0 10px 25px rgba(233, 216, 0, 0.08) !important;
    background: linear-gradient(135deg, rgba(233, 216, 0, 0.12) 0%, rgba(233, 216, 0, 0.04) 100%) !important;
}

.premium-verify-check[b-coiw60lt4e] {
    width: 24px !important;
    height: 24px !important;
    border-radius: 6px !important;
    border: 2px solid rgba(30, 81, 164, 0.4) !important;
    background-color: #fff !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    appearance: none !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

    .premium-verify-check:hover[b-coiw60lt4e] {
        border-color: #1e51a4 !important;
        box-shadow: 0 0 0 4px rgba(30, 81, 164, 0.1) !important;
    }

    .premium-verify-check:checked[b-coiw60lt4e] {
        background-color: #e9d800 !important;
        border-color: #e9d800 !important;
        box-shadow: 0 4px 10px rgba(233, 216, 0, 0.3) !important;
    }

        .premium-verify-check:checked[b-coiw60lt4e]::after {
            content: '' !important;
            position: absolute !important;
            left: 7px !important;
            top: 3px !important;
            width: 6px !important;
            height: 12px !important;
            border: solid #0f2e5e !important;
            border-width: 0 3px 3px 0 !important;
            transform: rotate(45deg) !important;
        }

    .premium-verify-check:focus[b-coiw60lt4e] {
        outline: none !important;
        border-color: #e9d800 !important;
        box-shadow: 0 0 0 4px rgba(233, 216, 0, 0.2) !important;
    }

.premium-switch-oval[b-coiw60lt4e] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: #f1f5f9 !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    border: 1px solid #e2e8f0 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    height: 38px !important;
    box-sizing: border-box !important;
}

    .premium-switch-oval:hover[b-coiw60lt4e] {
        background: #e2e8f0 !important;
    }

    .premium-switch-oval label[b-coiw60lt4e] {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0.85rem !important;
        font-weight: 700 !important;
        color: #334155 !important;
        cursor: pointer !important;
        line-height: 1 !important;
        display: inline-flex !important;
        align-items: center !important;
    }

    .premium-switch-oval .k-checkbox[b-coiw60lt4e] {
        margin: 0 !important;
    }

/* ========================================================
   Mobile Responsiveness Overrides for Owner & Driver Blocks
   ======================================================== */
@media (max-width: 767.98px) {
    .confirmed-vehicle-card[b-coiw60lt4e] {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 18px !important;
        gap: 16px !important;
    }

    .confirmed-vehicle-info[b-coiw60lt4e] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .confirmed-vehicle-icon[b-coiw60lt4e] {
        width: 44px !important;
        height: 44px !important;
        font-size: 1.1rem !important;
    }

    .confirmed-vehicle-text[b-coiw60lt4e] {
        width: 100% !important;
    }

        .confirmed-vehicle-text h4[b-coiw60lt4e] {
            font-size: 1.1rem !important;
            margin-bottom: 8px !important;
            text-align: left !important;
        }

    .confirmed-vehicle-meta[b-coiw60lt4e] {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        align-items: center !important;
        width: 100% !important;
        margin-top: 8px !important;
    }

        .confirmed-vehicle-meta .separator[b-coiw60lt4e] {
            display: none !important;
        }

        .confirmed-vehicle-meta span[b-coiw60lt4e] {
            font-size: 0.8rem !important;
            background: rgba(30, 81, 164, 0.05) !important;
            color: #475569 !important;
            padding: 4px 10px !important;
            border-radius: 8px !important;
            display: inline-flex !important;
            align-items: center !important;
            gap: 4px !important;
            border: 1px solid rgba(30, 81, 164, 0.08) !important;
        }

        .confirmed-vehicle-meta .plate-small[b-coiw60lt4e] {
            margin-bottom: 0 !important;
        }

    .premium-switch-oval[b-coiw60lt4e] {
        width: 100% !important;
        justify-content: center !important;
        padding: 10px 16px !important;
        height: 44px !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 575.98px) {
    .drivers-section .d-flex.justify-content-between.align-items-center[b-coiw60lt4e] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

        .drivers-section .d-flex.justify-content-between.align-items-center h5[b-coiw60lt4e] {
            text-align: left !important;
            justify-content: flex-start !important;
        }

        .drivers-section .d-flex.justify-content-between.align-items-center button[b-coiw60lt4e] {
            width: 100% !important;
            justify-content: center !important;
            padding: 10px 20px !important;
            font-size: 0.9rem !important;
            height: 44px !important;
            display: inline-flex !important;
            align-items: center !important;
        }
}


@media (max-width: 480px) {
    .mobile-sticky-bottom-bar[b-coiw60lt4e] {
        padding: 0 12px !important;
        height: 80px !important;
        gap: 6px !important;
    }

        .mobile-sticky-bottom-bar .price-slot-machine[b-coiw60lt4e] {
            --price-digit-height: 32px !important;
            font-size: 22px !important;
            height: 32px !important;
            line-height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-digit[b-coiw60lt4e] {
            height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-decimal[b-coiw60lt4e] {
            font-size: 22px !important;
            line-height: 32px !important;
        }

        .mobile-sticky-bottom-bar .price-currency[b-coiw60lt4e] {
            font-size: 16px !important;
            margin-left: 2px !important;
        }

        .mobile-sticky-bottom-bar .d-flex.align-items-center.gap-2[b-coiw60lt4e] {
            gap: 4px !important;
        }

        .mobile-sticky-bottom-bar .badge[b-coiw60lt4e] {
            font-size: 0.65rem !important;
            padding: 4px 8px !important;
            white-space: nowrap !important;
        }

        .mobile-sticky-bottom-bar button[b-coiw60lt4e] {
            font-size: 0.65rem !important;
            padding: 4px 8px !important;
            white-space: nowrap !important;
            flex-shrink: 0 !important;
        }
}

.owner-actions-row[b-coiw60lt4e] {
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 575.98px) {
    .owner-actions-row[b-coiw60lt4e] {
        flex-direction: column-reverse !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .owner-save-btn[b-coiw60lt4e],
    .owner-driver-toggle-btn[b-coiw60lt4e] {
        width: 100% !important;
        justify-content: center !important;
        padding: 12px !important;
        font-size: 0.9rem !important;
        box-sizing: border-box !important;
    }
}

[b-coiw60lt4e] input::placeholder,
[b-coiw60lt4e] textarea::placeholder,
[b-coiw60lt4e] .k-input-inner::placeholder,
input[b-coiw60lt4e]::placeholder,
textarea[b-coiw60lt4e]::placeholder,
.k-input-inner[b-coiw60lt4e]::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

[b-coiw60lt4e] .uppercase-input,
[b-coiw60lt4e] .uppercase-input input,
[b-coiw60lt4e] .uppercase-input .k-input-inner,
.uppercase-input[b-coiw60lt4e],
.uppercase-input input[b-coiw60lt4e],
.uppercase-input .k-input-inner[b-coiw60lt4e] {
    text-transform: uppercase !important;
}


/* Driver card: keep edit/delete buttons inside, let text wrap or truncate */
.driver-card[b-coiw60lt4e] {
    overflow: hidden;
}

    .driver-card .d-flex.justify-content-between.align-items-start.mb-3[b-coiw60lt4e] {
        flex-wrap: wrap;
        gap: 12px;
    }

    .driver-card .d-flex.align-items-center.gap-3[b-coiw60lt4e] {
        min-width: 0;
        flex: 1 1 200px;
    }

        .driver-card .d-flex.align-items-center.gap-3 > div:last-child[b-coiw60lt4e] {
            min-width: 0;
            flex: 1;
        }

        .driver-card .d-flex.align-items-center.gap-3 h6[b-coiw60lt4e],
        .driver-card .d-flex.align-items-center.gap-3 span[b-coiw60lt4e] {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .driver-card .d-flex.gap-2[b-coiw60lt4e] {
        flex-shrink: 0;
        margin-left: auto;
    }

/* Owner (Pronari i Mjetit) confirmed card: same fix */
.confirmed-vehicle-card[b-coiw60lt4e] {
    overflow: hidden;
}

.confirmed-vehicle-info[b-coiw60lt4e] {
    min-width: 0;
    flex: 1 1 auto;
}

.confirmed-vehicle-text[b-coiw60lt4e] {
    min-width: 0;
}

    .confirmed-vehicle-text h4[b-coiw60lt4e] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.confirmed-vehicle-meta[b-coiw60lt4e] {
    flex-wrap: wrap;
    row-gap: 6px;
}

.confirmed-vehicle-card > .d-flex.align-items-center.gap-3[b-coiw60lt4e] {
    flex-shrink: 0;
}
