{"id":6416,"date":"2025-10-06T10:09:15","date_gmt":"2025-10-06T10:09:15","guid":{"rendered":"https:\/\/samarina.lt\/?page_id=6416"},"modified":"2025-10-06T10:10:19","modified_gmt":"2025-10-06T10:10:19","slug":"baneris","status":"publish","type":"page","link":"https:\/\/samarina.lt\/en\/baneris\/","title":{"rendered":"Baneris"},"content":{"rendered":"<p><!-- Popup banner: \"Ie\u0161kome CE kategorijos vairuotoj\u0173\" --><\/p>\n<style>\n  :root{ --accent:#a71c14; --bg:#fff4f3; --text:#2b2b2b; --glass:rgba(255,255,255,0.85); }<\/p>\n<p>  .ce-popup-backdrop{\n    position:fixed;\n    inset:0;\n    display:flex;\n    align-items:flex-end;\n    justify-content:center;\n    pointer-events:none;\n    z-index:99999;\n  }\n  .ce-popup{\n    pointer-events:auto;\n    max-width:920px;\n    width:calc(100% - 30px);\n    margin:18px;\n    background: linear-gradient(135deg, var(--bg), #fff);\n    border-left:6px solid var(--accent);\n    border-radius:14px;\n    box-shadow:0 20px 50px rgba(0,0,0,0.18);\n    display:flex;\n    gap:18px;\n    align-items:center;\n    padding:18px 18px;\n    transform:translateY(140%);\n    opacity:0;\n    transition:transform .6s cubic-bezier(.2,.9,.23,1), opacity .45s ease;\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial;\n  }<\/p>\n<p>  .ce-popup.show{ transform:translateY(0); opacity:1; }<\/p>\n<p>  .ce-popup .ce-left{\n    display:flex;\n    gap:12px;\n    align-items:center;\n  }<\/p>\n<p>  .ce-badge{\n    min-width:64px;\n    min-height:64px;\n    border-radius:12px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    background:var(--accent);\n    color:#fff;\n    font-weight:700;\n    font-size:14px;\n    padding:10px;\n    box-shadow:0 6px 18px rgba(167,28,20,0.28);\n  }<\/p>\n<p>  .ce-content{\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n    color:var(--text);\n  }<\/p>\n<p>  .ce-heading{\n    font-size:20px;\n    font-weight:800;\n    line-height:1.05;\n    margin:0;\n    color:var(--accent);\n  }<\/p>\n<p>  .ce-sub{\n    font-size:13px;\n    color:#3b3b3b;\n    margin:0;\n    opacity:.95;\n  }<\/p>\n<p>  .ce-actions{\n    margin-left:auto;\n    display:flex;\n    gap:10px;\n    align-items:center;\n  }<\/p>\n<p>  .ce-cta{\n    background:var(--accent);\n    color:#fff;\n    padding:12px 18px;\n    border-radius:10px;\n    font-weight:700;\n    border:0;\n    cursor:pointer;\n    box-shadow:0 6px 18px rgba(167,28,20,0.24);\n    text-decoration:none;\n    font-size:15px;\n    transition:transform .15s ease, box-shadow .15s ease, opacity .12s ease;\n  }\n  .ce-cta:active{ transform:translateY(1px) }\n  .ce-cta:focus{ outline:3px solid rgba(167,28,20,0.18); outline-offset:3px; }<\/p>\n<p>  .ce-close{\n    background:transparent;\n    border:0;\n    font-size:18px;\n    color:#666;\n    padding:6px;\n    border-radius:8px;\n    cursor:pointer;\n  }\n  .ce-close:focus{ outline:3px solid rgba(0,0,0,0.08); }<\/p>\n<p>  \/* Small screens *\/\n  @media (max-width:520px){\n    .ce-popup{ padding:14px; gap:12px; border-radius:12px; }\n    .ce-heading{ font-size:18px; }\n    .ce-badge{ min-width:56px; min-height:56px; font-size:13px; }\n  }\n<\/style>\n<div class=\"ce-popup-backdrop\" aria-hidden=\"true\" id=\"cePopupBackdrop\">\n<aside class=\"ce-popup\" id=\"cePopup\" role=\"dialog\" aria-labelledby=\"cePopupHeading\" aria-describedby=\"cePopupSub\" aria-modal=\"true\" tabindex=\"-1\">\n<div class=\"ce-left\" aria-hidden=\"false\">\n<div class=\"ce-badge\" aria-hidden=\"true\">CE<\/div>\n<div class=\"ce-content\">\n<h2 id=\"cePopupHeading\" class=\"ce-heading\">We are looking for CE category drivers<\/h2>\n<p id=\"cePopupSub\" class=\"ce-sub\">Join our team - good salaries, stable work schedule.<\/p>\n<\/p><\/div><\/div>\n<div class=\"ce-actions\" role=\"group\" aria-label=\"Actions\">\n      <!-- CTA: change data-href to your contact page, form or mailto --><br \/>\n      <a class=\"ce-cta\" id=\"cePopupCta\" href=\"#kontaktai\" data-href=\"#kontaktai\">contact<\/a><\/p>\n<p>      <button class=\"ce-close\" id=\"cePopupClose\" aria-label=\"Close message\">\u00d7<\/button>\n    <\/div>\n<\/aside>\n<\/div>\n<p><script>\n(function(){\n  const KEY = 'cePopupHiddenUntil';\n  const HIDE_DAYS = 7; \/\/ change how long to hide after close\n  const showDelay = 900; \/\/ ms after page load<\/p>\n<p>  function isHiddenUntilFuture(){\n    try {\n      const v = localStorage.getItem(KEY);\n      if(!v) return false;\n      const ts = Number(v);\n      return !isNaN(ts) && ts > Date.now();\n    } catch(e){ return false; }\n  }<\/p>\n<p>  function hideForDays(days){\n    const until = Date.now() + days * 24 * 60 * 60 * 1000;\n    try { localStorage.setItem(KEY, String(until)); } catch(e){}\n  }<\/p>\n<p>  const backdrop = document.getElementById('cePopupBackdrop');\n  const popup = document.getElementById('cePopup');\n  const closeBtn = document.getElementById('cePopupClose');\n  const cta = document.getElementById('cePopupCta');<\/p>\n<p>  \/\/ allow overriding CTA target via data-href or change here:\n  const target = cta.getAttribute('data-href') || cta.getAttribute('href') || '#kontaktai';\n  cta.setAttribute('href', target);<\/p>\n<p>  function openPopup(){\n    if(isHiddenUntilFuture()) return;\n    backdrop.setAttribute('aria-hidden','false');\n    popup.classList.add('show');\n    \/\/ focus the close button (so keyboard users can escape)\n    closeBtn.focus();\n    \/\/ trap minimal focus: when Tab leaves, wrap to closeBtn\n    document.addEventListener('focus', focusTrap, true);\n    document.addEventListener('keydown', onKeyDown);\n  }<\/p>\n<p>  function closePopup(remember=true){\n    popup.classList.remove('show');\n    backdrop.setAttribute('aria-hidden','true');\n    document.removeEventListener('focus', focusTrap, true);\n    document.removeEventListener('keydown', onKeyDown);\n    if(remember) hideForDays(HIDE_DAYS);\n  }<\/p>\n<p>  function onKeyDown(e){\n    if(e.key === 'Escape' || e.key === 'Esc'){\n      closePopup(true);\n    }\n  }<\/p>\n<p>  function focusTrap(e){\n    const isInside = popup.contains(e.target);\n    if(!isInside){\n      e.stopPropagation();\n      e.preventDefault();\n      closeBtn.focus();\n    }\n  }<\/p>\n<p>  \/\/ close on click outside\n  backdrop.addEventListener('click', function(ev){\n    if(ev.target === backdrop) closePopup(true);\n  });<\/p>\n<p>  closeBtn.addEventListener('click', function(){ closePopup(true); });<\/p>\n<p>  \/\/ If CTA should open a modal or window, you can intercept here.\n  cta.addEventListener('click', function(e){\n    \/\/ If the href starts with \"mailto:\" or a full URL, default browser will handle it.\n    \/\/ If you want to open a custom modal instead, replace the following with your modal code and e.preventDefault();\n    closePopup(false); \/\/ optionally keep it from reappearing (false = don't set hide cookie)\n  });<\/p>\n<p>  \/\/ Show after small delay\n  if(!isHiddenUntilFuture()){\n    setTimeout(openPopup, showDelay);\n  }\n})();\n<\/script><\/p>","protected":false},"excerpt":{"rendered":"<p>CE Ie\u0161kome CE kategorijos vairuotoj\u0173 Prisijunkite prie m\u016bs\u0173 komandos \u2014 geri atlyginimai, stabilus darbo grafikas. kreiptis &times;<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6416","page","type-page","status-publish"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/samarina.lt\/en\/wp-json\/wp\/v2\/pages\/6416","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samarina.lt\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/samarina.lt\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/samarina.lt\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/samarina.lt\/en\/wp-json\/wp\/v2\/comments?post=6416"}],"version-history":[{"count":3,"href":"https:\/\/samarina.lt\/en\/wp-json\/wp\/v2\/pages\/6416\/revisions"}],"predecessor-version":[{"id":6419,"href":"https:\/\/samarina.lt\/en\/wp-json\/wp\/v2\/pages\/6416\/revisions\/6419"}],"wp:attachment":[{"href":"https:\/\/samarina.lt\/en\/wp-json\/wp\/v2\/media?parent=6416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}