/* Sync Bootstrap collapse states cleanly with Skote layout styles */
#sidebar-menu ul.sub-menu.collapse.show {
    display: block !important;
    height: auto !important;
}

#sidebar-menu .has-arrow[aria-expanded="true"]::after {
    transform: rotate(-180deg) !important;
}

@keyframes pulseGlow {
    0% { transform: translate(-50%, -50%) scale(0.85); opacity: 0.15; }
    50% { transform: translate(-50%, -50%) scale(1.15); opacity: 0.05; }
    100% { transform: translate(-50%, -50%) scale(0.85); opacity: 0.15; }
}
.animate-pulse {
    animation: pulseGlow 3s infinite ease-in-out;
}

/* Premium Gradient Button Interface */
.btn-gradient-primary {
    background: linear-gradient(135deg, #556ee6 0%, #344ec4 100%);
    border: none;
    transition: all 0.3s ease;
}
.btn-gradient-primary:hover {
    background: linear-gradient(135deg, #4459ca 0%, #2a3fa3 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(85, 110, 230, 0.4) !important;
}

/* Interaction arrow transitions */
.btn-gradient-primary:hover .transit-arrow {
    transform: translateX(4px);
    transition: transform 0.2s ease;
}
.transit-arrow {
    transition: transform 0.2s ease;
}

/* Soft deep ambient drop shadow */
.shadow-primary {
    box-shadow: 0 4px 14px rgba(85, 110, 230, 0.25);
}

.ob-wrap { display: flex; min-height: 100vh; margin: -24px -12px; }
.ob-intro { font-size: 13px; color: #6b7a9e; line-height: 1.7; margin: 0 0 36px; }
.ob-feat { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 18px; }
.ob-feat-dot { width: 7px; height: 7px; border-radius: 50%; background: #3b5bdb; margin-top: 5px; flex-shrink: 0; }
.ob-feat strong { display: block; font-size: 12.5px; color: #b8c2d8; font-weight: 600; margin-bottom: 1px; }
.ob-feat span { font-size: 12px; color: #4d5c7a; line-height: 1.5; }

.ob-right {
    flex: 1;
    background: #f8f8fb;
    overflow-y: auto;
    padding: 32px 32px;
}

.ob-section-label {
    font-size: 11px;
    font-weight: 700;
    color: #556ee6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

/* Provision overlay */
#ob-provision-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(248,248,251,0.95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
#ob-provision-overlay.show { display: flex; }
.ob-prov-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    padding: 40px 44px;
    width: 380px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.ob-prov-row {
    display: flex; align-items: center; gap: 12px;
    padding: 11px 0; border-bottom: 1px solid #f5f5f5; text-align: left;
}
.ob-prov-row:last-child { border: none; }
.ob-prov-icon {
    width: 28px; height: 28px; border-radius: 50%;
    background: #f1f3fa; display: flex; align-items: center;
    justify-content: center; flex-shrink: 0; transition: all .3s;
}
.ob-prov-lbl { font-size: 13px; color: #495057; }
@keyframes ob-spin { to { transform: rotate(360deg); } }
.ob-spinning { animation: ob-spin .7s linear infinite; }

.auth-hero-panel{
    background: linear-gradient(160deg, #2a3042 0%, #232838 55%, #1c202e 100%);
    min-height: 100%;
}
.auth-hero-panel .blob{
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .18;
    pointer-events: none;
}
.auth-hero-panel .blob-1{
    width: 420px; height: 420px;
    background: #556ee6;
    top: -120px; right: -100px;
}
.auth-hero-panel .blob-2{
    width: 320px; height: 320px;
    background: #556ee6;
    bottom: -80px; left: -60px;
    opacity: .12;
}
.auth-hero-panel .hero-content{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 60%;
}
@media (max-width: 1400px){
    .auth-hero-panel .hero-content{
        max-width: 75%;
    }
}
@media (max-width: 991.98px){
    .auth-hero-panel .hero-content{
        max-width: 100%;
    }
}
.auth-hero-panel .eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(85, 110, 230, 0.12);
    border: 1px solid rgba(85, 110, 230, 0.35);
    color: #8b9cf0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 30px;
}
.auth-hero-panel h1{
    color: #ffffff;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.auth-hero-panel h1 span{
    color: #556ee6;
}
.auth-hero-panel .lead-text{
    color: rgba(255,255,255,0.65);
    font-size: 16px;
}
.auth-hero-panel .feature-row{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}
.auth-hero-panel .feature-icon{
    flex: 0 0 auto;
    width: 40px; height: 40px;
    border-radius: 10px;
    background: rgba(85, 110, 230, 0.15);
    border: 1px solid rgba(85, 110, 230, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #556ee6;
    font-size: 18px;
}
.auth-hero-panel .feature-text h6{
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2px;
}
.auth-hero-panel .feature-text p{
    color: rgba(255,255,255,0.5);
    font-size: 13.5px;
    margin-bottom: 0;
}
.auth-hero-panel .stat-strip{
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 24px;
    margin-top: 8px;
}
.auth-hero-panel .stat-item h3{
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
}
.auth-hero-panel .stat-item span{
    color: rgba(255,255,255,0.45);
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.auth-hero-panel .testimonial-card{
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 28px 30px;
    backdrop-filter: blur(6px);
}
.auth-hero-panel .testimonial-card p.quote{
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}
.auth-hero-panel .testimonial-card .quote-mark{
    color: #556ee6;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}
.auth-hero-panel .avatar-badge{
    width: 38px; height: 38px;
    border-radius: 50%;
    background: #556ee6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}
.auth-hero-panel .author-name{
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}
.auth-hero-panel .author-role{
    color: rgba(255,255,255,0.45);
    font-size: 12.5px;
}
.auth-hero-panel .owl-dots .owl-dot span{
    background: rgba(255,255,255,0.2) !important;
}
.auth-hero-panel .owl-dots .owl-dot.active span{
    background: #556ee6 !important;
}


            .auth-hero-panel{
                background: linear-gradient(160deg, #2a3042 0%, #232838 55%, #1c202e 100%);
                min-height: 100%;
            }
            .auth-hero-panel .blob{
                position: absolute;
                border-radius: 50%;
                filter: blur(60px);
                opacity: .18;
                pointer-events: none;
            }
            .auth-hero-panel .blob-1{
                width: 420px; height: 420px;
                background: #556ee6;
                top: -120px; right: -100px;
            }
            .auth-hero-panel .blob-2{
                width: 320px; height: 320px;
                background: #556ee6;
                bottom: -80px; left: -60px;
                opacity: .12;
            }
            .auth-hero-panel .hero-content{
                position: relative;
                z-index: 2;
                width: 100%;
                max-width: 60%;
            }
            @media (max-width: 1400px){
                .auth-hero-panel .hero-content{ max-width: 75%; }
            }
            @media (max-width: 991.98px){
                .auth-hero-panel .hero-content{ max-width: 100%; }
            }
            .auth-hero-panel .eyebrow{
                display: inline-flex;
                align-items: center;
                gap: 8px;
                background: rgba(85, 110, 230, 0.12);
                border: 1px solid rgba(85, 110, 230, 0.35);
                color: #8b9cf0;
                font-size: 12px;
                font-weight: 600;
                letter-spacing: .06em;
                text-transform: uppercase;
                padding: 6px 14px;
                border-radius: 30px;
            }
            .auth-hero-panel h1{
                color: #ffffff;
                font-weight: 700;
                line-height: 1.15;
                letter-spacing: -0.02em;
            }
            .auth-hero-panel h1 span{ color: #556ee6; }
            .auth-hero-panel .lead-text{
                color: rgba(255,255,255,0.65);
                font-size: 16px;
            }

            /* onboarding steps */
            .auth-hero-panel .step-row{
                display: flex;
                align-items: flex-start;
                gap: 16px;
                margin-bottom: 22px;
            }
            .auth-hero-panel .step-num{
                flex: 0 0 auto;
                width: 36px; height: 36px;
                border-radius: 10px;
                background: rgba(85, 110, 230, 0.15);
                border: 1px solid rgba(85, 110, 230, 0.35);
                display: flex;
                align-items: center;
                justify-content: center;
                color: #8b9cf0;
                font-weight: 700;
                font-size: 14px;
            }
            .auth-hero-panel .step-text h6{
                color: #ffffff;
                font-weight: 600;
                margin-bottom: 2px;
            }
            .auth-hero-panel .step-text p{
                color: rgba(255,255,255,0.5);
                font-size: 13.5px;
                margin-bottom: 0;
            }

            /* trust / benefit strip at bottom */
            .auth-hero-panel .benefit-card{
                background: rgba(255,255,255,0.04);
                border: 1px solid rgba(255,255,255,0.08);
                border-radius: 16px;
                padding: 24px 28px;
                backdrop-filter: blur(6px);
            }
            .auth-hero-panel .benefit-card .benefit-item{
                display: flex;
                align-items: center;
                gap: 10px;
                color: rgba(255,255,255,0.75);
                font-size: 14px;
            }
            .auth-hero-panel .benefit-card .benefit-item i{
                color: #556ee6;
                font-size: 18px;
            }
            .auth-hero-panel .stat-strip{
                border-top: 1px solid rgba(255,255,255,0.08);
                padding-top: 20px;
                margin-top: 20px;
            }
            .auth-hero-panel .stat-item h3{
                color: #ffffff;
                font-weight: 700;
                margin-bottom: 0;
            }
            .auth-hero-panel .stat-item span{
                color: rgba(255,255,255,0.45);
                font-size: 12.5px;
                text-transform: uppercase;
                letter-spacing: .04em;
            }