/* Hide strictly on Desktop (>= 1025px), show on tablet and mobile */
.ocm-wrapper-a9fd0dc6 { display: none; }

@media (max-width: 1024px) {
    .ocm-wrapper-a9fd0dc6 { display: block; }
    
    .ocm-trigger-a9fd0dc6 {
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .ocm-overlay-a9fd0dc6 {
        position: fixed;
        top: 0; left: 0; width: 100vw; height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(3px);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s;
    }
    
    .ocm-overlay-a9fd0dc6.is-active {
        opacity: 1;
        visibility: visible;
    }
    
    .ocm-panel-a9fd0dc6 {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        max-width: 80vw;
        height: 100vh;
        background-color: #1a1a1a;
        z-index: 9999;
        transform: translateX(-100%);
        transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        display: flex;
        flex-direction: column;
        box-shadow: 2px 0 10px rgba(0,0,0,0.5);
        overflow-y: auto;
    }
    
    /* Sliding in from left by default */
    .ocm-panel-a9fd0dc6.is-open {
        transform: translateX(0);
    }
    
    /* In editor, just show it statically below trigger */
    .elementor-editor-active .ocm-panel-a9fd0dc6.ocm-editor-preview {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
        box-shadow: none;
        border: 1px solid #ddd;
        margin-top: 15px;
    }
    
    .ocm-header-a9fd0dc6 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .ocm-logo-a9fd0dc6 img {
        max-width: 150px;
        height: auto;
    }
    
    .ocm-close-a9fd0dc6 {
        background: none;
        border: none;
        font-size: 24px;
        color: #ffffff;
        cursor: pointer;
        transition: color 0.3s ease;
    }
    
    .ocm-nav-a9fd0dc6 {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
    }
    
    .ocm-nav-a9fd0dc6 a {
        display: block;
        padding: 15px 20px;
        color: #ffffff;
        text-decoration: none;
        font-family: sans-serif;
        font-weight: 600;
        transition: color 0.3s ease;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    
    .ocm-buttons-wrapper-a9fd0dc6 {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: auto;
    }
    
    .ocm-custom-btn-a9fd0dc6 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #333;
        color: #fff;
        padding: 12px 20px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }
    
    .ocm-custom-btn-a9fd0dc6 i,
    .ocm-custom-btn-a9fd0dc6 svg {
        font-size: 1.2em;
        width: 1.2em;
        height: 1.2em;
        fill: currentColor;
    }
}
