{"id":53335,"date":"2026-07-30T14:37:48","date_gmt":"2026-07-30T14:37:48","guid":{"rendered":"https:\/\/alprofitconsult.al\/?page_id=53335"},"modified":"2026-08-06T12:57:55","modified_gmt":"2026-08-06T12:57:55","slug":"payment-calculator","status":"publish","type":"page","link":"https:\/\/alprofitconsult.al\/en\/kalkulatori-i-pages\/","title":{"rendered":"Pay Calculator"},"content":{"rendered":"\n<p><\/p>\n\n\n\n\n\n<p><\/p>\n\n\n\n<style>\n  .calc-web-wrapper {\n    display: flex !important;\n    justify-content: center !important;\n    align-items: center !important;\n    width: 100% !important;\n    padding: 64px 15px 18px !important;\n    box-sizing: border-box !important;\n  }\n\n  .financity-page-title-wrap,\n  .financity-top-bar {\n    display: none !important;\n  }\n\n  :root {\n    --primary: #0B1B3D;\n    --primary-hover: #142852;\n    --accent-blue: #1DA1F2;\n    --bg-light: #F4F6F9;\n    --card-bg: #FFFFFF;\n    --text-dark: #1E293B;\n    --text-muted: #64748B;\n    --border-color: #E2E8F0;\n  }\n\n  .calculator-card {\n    width: 100%;\n    max-width: 400px;\n    background: var(--card-bg);\n    border-radius: 20px;\n    box-shadow: 0 15px 35px rgba(11, 27, 61, 0.12);\n    border: 1px solid var(--border-color);\n    overflow: hidden;\n    position: relative;\n    margin: 0 auto !important;\n  }\n\n  .calc-header {\n    background: var(--primary);\n    padding: 14px 15px 10px;\n    color: #fff;\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n  }\n\n  \/* LOGO PNG - EKZAKT SI TE VERSIONI SHQIP *\/\n  .brand-img-logo {\n    width: 225px;\n    height: auto;\n    margin-bottom: 4px;\n    display: block;\n    user-select: none;\n    pointer-events: none;\n  }\n\n  .calc-header p {\n    font-size: 11.5px;\n    color: #FFFFFF;\n    opacity: 0.85;\n    font-weight: 400;\n    letter-spacing: 0.2px;\n    text-align: left;\n    width: 225px; \n    margin: 0 auto;\n    padding-left: 1px;\n  }\n\n  .btn-reset {\n    position: absolute;\n    right: 12px;\n    top: 50%;\n    transform: translateY(-50%);\n    background: rgba(255, 255, 255, 0.12);\n    border: 1px solid rgba(255, 255, 255, 0.25);\n    color: #fff;\n    font-size: 11px;\n    padding: 5px 9px;\n    border-radius: 6px;\n    cursor: pointer;\n    transition: 0.2s;\n  }\n\n  .btn-reset:hover {\n    background: #FFFFFF;\n    color: var(--primary);\n  }\n\n  .calc-body {\n    padding: 12px 20px 14px;\n  }\n\n  .input-group-container {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n    margin-bottom: 10px;\n  }\n\n  .input-row {\n    background: #F8FAFC;\n    border: 2px solid var(--border-color);\n    border-radius: 12px;\n    padding: 10px 14px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    transition: all 0.2s ease;\n  }\n\n  .input-row.active {\n    border-color: var(--primary);\n    background: #FFFFFF;\n    box-shadow: 0 0 0 3px rgba(11, 27, 61, 0.08);\n  }\n\n  .input-row .lbl {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--text-muted);\n  }\n\n  .input-row.active .lbl {\n    color: var(--primary);\n  }\n\n  .input-row .val-wrapper {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  .input-row .val {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--primary);\n    font-family: 'Poppins', monospace;\n  }\n\n  .input-row .currency {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--text-muted);\n  }\n\n  .breakdown-card {\n    background: #F1F5F9;\n    border-radius: 12px;\n    padding: 8px 14px;\n    margin-bottom: 8px;\n  }\n\n  .b-line {\n    display: flex;\n    justify-content: space-between;\n    font-size: 12px;\n    color: var(--text-muted);\n    padding: 4px 0;\n  }\n\n  .b-line span:last-child {\n    font-weight: 600;\n    color: var(--text-dark);\n  }\n\n  .b-line.total {\n    border-top: 1px dashed #CBD5E1;\n    margin-top: 6px;\n    padding-top: 8px;\n    font-size: 13px;\n  }\n\n  .b-line.total span:first-child {\n    font-weight: 600;\n    color: var(--primary);\n  }\n\n  .b-line.total span:last-child {\n    color: var(--primary);\n    font-weight: 700;\n  }\n\n  .decl-container {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-bottom: 8px;\n    padding: 0 2px;\n  }\n\n  .decl-container label {\n    font-size: 12px;\n    font-weight: 500;\n    color: var(--text-muted);\n  }\n\n  .toggle-btn-group {\n    display: flex;\n    background: #E2E8F0;\n    border-radius: 8px;\n    padding: 2px;\n  }\n\n  .toggle-btn-group button {\n    border: none;\n    background: transparent;\n    padding: 6px 14px;\n    font-size: 12px;\n    font-weight: 600;\n    color: var(--text-muted);\n    border-radius: 6px;\n    cursor: pointer;\n    transition: 0.2s;\n  }\n\n  .toggle-btn-group button.active {\n    background: var(--primary);\n    color: #FFF;\n  }\n\n  .keypad {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 6px;\n  }\n\n  .key {\n    background: #F8FAFC;\n    color: var(--primary);\n    border: 1px solid var(--border-color);\n    border-radius: 10px;\n    font-size: 18px;\n    font-weight: 600;\n    padding: 9px 0;\n    cursor: pointer;\n    transition: all 0.15s ease;\n    user-select: none;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .key:hover {\n    background: #E2E8F0;\n  }\n\n  .key:active {\n    transform: scale(0.96);\n  }\n\n  .key.action-btn {\n    background: var(--primary);\n    color: #FFFFFF;\n    border-color: var(--primary);\n    font-size: 20px;\n  }\n\n  .key.action-btn:hover {\n    background: var(--primary-hover);\n  }\n\n  .process-overlay {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: rgba(255, 255, 255, 0.85);\n    backdrop-filter: blur(2px);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    z-index: 10;\n    opacity: 0;\n    pointer-events: none;\n    transition: opacity 0.25s ease;\n  }\n\n  .process-overlay.active {\n    opacity: 1;\n    pointer-events: auto;\n  }\n\n  .center-spinner {\n    width: 45px;\n    height: 45px;\n    border: 4px solid var(--border-color);\n    border-top-color: var(--accent-blue);\n    border-radius: 50%;\n    animation: spin 0.8s linear infinite;\n    margin-bottom: 12px;\n  }\n\n  .process-text {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--primary);\n    letter-spacing: 0.3px;\n  }\n\n  @keyframes spin {\n    0% { transform: rotate(0deg); }\n    100% { transform: rotate(360deg); }\n  }\n\n  .fade-in-text {\n    animation: fadeIn 0.4s ease-out;\n  }\n\n  @keyframes fadeIn {\n    from { opacity: 0; transform: translateY(3px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* ============================================================\n     P\u00cbRSHTATJE VET\u00cbM P\u00cbR TELEFON \u2014 asnj\u00eb rregull m\u00eb sip\u00ebr nuk \u00ebsht\u00eb prekur.\n     \u00c7do gj\u00eb k\u00ebtu posht\u00eb aktivizohet vet\u00ebm n\u00eb ekrane deri 480px.\n     ============================================================ *\/\n  @media (max-width: 480px) {\n\n    .calc-web-wrapper {\n      padding: 56px 10px 12px !important;\n    }\n\n    .calculator-card {\n      max-width: 340px;\n      border-radius: 16px;\n    }\n\n    .calc-header {\n      padding: 8px 12px 8px;\n    }\n\n    .brand-img-logo {\n      width: 185px;\n    }\n\n    .calc-header p {\n      font-size: 10.5px;\n      width: 185px;\n    }\n\n    .btn-reset {\n      font-size: 10px;\n      padding: 4px 8px;\n    }\n\n    .calc-body {\n      padding: 10px;\n    }\n\n    .input-group-container {\n      gap: 6px;\n      margin-bottom: 8px;\n    }\n\n    .input-row {\n      padding: 7px 12px;\n      border-radius: 10px;\n    }\n\n    .input-row .lbl {\n      font-size: 12px;\n    }\n\n    .input-row .val {\n      font-size: 17px;\n    }\n\n    .input-row .currency {\n      font-size: 11.5px;\n    }\n\n    .breakdown-card {\n      padding: 7px 12px;\n      margin-bottom: 6px;\n    }\n\n    .b-line {\n      font-size: 11px;\n    }\n\n    .b-line.total {\n      font-size: 12px;\n    }\n\n    .decl-container {\n      margin-bottom: 6px;\n    }\n\n    .decl-container label {\n      font-size: 11px;\n    }\n\n    .toggle-btn-group button {\n      padding: 5px 11px;\n      font-size: 11px;\n    }\n\n    .keypad {\n      gap: 5px;\n    }\n\n    \/* Butona m\u00eb t\u00eb leht\u00eb p\u00ebr t'u prekur: zon\u00eb prekjeje m\u00eb e madhe, pa \"hover ngjit\u00ebs\", pa vones\u00eb prekjeje *\/\n    .key {\n      font-size: 17px;\n      padding: 10px 0;\n      min-height: 42px;\n      -webkit-tap-highlight-color: transparent;\n      touch-action: manipulation;\n    }\n\n    .key.action-btn {\n      font-size: 19px;\n    }\n\n    .btn-reset,\n    .toggle-btn-group button {\n      -webkit-tap-highlight-color: transparent;\n      touch-action: manipulation;\n    }\n\n    \/* Anulon efektin :hover q\u00eb n\u00eb telefon shpesh \"ngjitet\" pas prekjes *\/\n    .key:hover {\n      background: #F8FAFC;\n    }\n\n    .key.action-btn:hover {\n      background: var(--primary);\n    }\n\n    .btn-reset:hover {\n      background: rgba(255, 255, 255, 0.12);\n      color: #fff;\n    }\n\n    \/* Feedback m\u00eb i qart\u00eb kur shtypet buton *\/\n    .key:active {\n      transform: scale(0.94);\n      background: #E2E8F0;\n    }\n\n    .key.action-btn:active {\n      background: var(--primary-hover);\n    }\n\n    .btn-reset:active {\n      background: rgba(255, 255, 255, 0.3);\n    }\n  }\n<\/style>\n\n<div class=\"calc-web-wrapper\">\n  <div class=\"calculator-card\">\n    <div class=\"process-overlay\" id=\"processOverlayEn\">\n      <div class=\"center-spinner\"><\/div>\n      <div class=\"process-text\">Calculating&#8230;<\/div>\n    <\/div>\n\n    <div class=\"calc-header\">\n      <!-- LOGO IMAZH PNG BASE64 - E DOKUMENTUAR DHE E PUSHUAR PREJ TRANSLATEPRESS-IT -->\n      <img decoding=\"async\" class=\"brand-img-logo\" alt=\"AlProfit Consult\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20240%2032%22%20fill%3D%22none%22%3E%3Ctext%20x%3D%220%22%20y%3D%2225%22%20fill%3D%22%23FFFFFF%22%20font-family%3D%22%27Poppins%27%2C%20sans-serif%22%20font-weight%3D%22700%22%20font-size%3D%2225%22%3EAlProf%3C%2Ftext%3E%3Crect%20x%3D%2276.5%22%20y%3D%2212%22%20width%3D%224.2%22%20height%3D%2213%22%20rx%3D%220.8%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Ccircle%20cx%3D%2278.6%22%20cy%3D%227.2%22%20r%3D%222.5%22%20fill%3D%22%231DA1F2%22%2F%3E%3Ctext%20x%3D%2282%22%20y%3D%2225%22%20fill%3D%22%23FFFFFF%22%20font-family%3D%22%27Poppins%27%2C%20sans-serif%22%20font-weight%3D%22700%22%20font-size%3D%2225%22%3Et%3C%2Ftext%3E%3Cline%20x1%3D%2298%22%20y1%3D%2225%22%20x2%3D%22107%22%20y2%3D%227%22%20stroke%3D%22%231DA1F2%22%20stroke-width%3D%223.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Ctext%20x%3D%22113%22%20y%3D%2225%22%20fill%3D%22%23FFFFFF%22%20font-family%3D%22%27Poppins%27%2C%20sans-serif%22%20font-weight%3D%22700%22%20font-size%3D%2225%22%3Econsult%3C%2Ftext%3E%3C%2Fsvg%3E\" \/>\n\n      <p>Salary Calculator \u2014 Albania<\/p>\n      <button class=\"btn-reset\" id=\"btnResetEn\">Reset<\/button>\n    <\/div>\n\n    <div class=\"calc-body\">\n      <div class=\"input-group-container\">\n        <div class=\"input-row active\" id=\"rowBrutoEn\" data-field=\"bruto\">\n          <span class=\"lbl\">Gross Salary<\/span>\n          <div class=\"val-wrapper\">\n            <span class=\"val\" id=\"dispBrutoEn\">0<\/span>\n            <span class=\"currency\">ALL<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"input-row\" id=\"rowNetoEn\" data-field=\"neto\">\n          <span class=\"lbl\">Net Salary<\/span>\n          <div class=\"val-wrapper\">\n            <span class=\"val\" id=\"dispNetoEn\">0<\/span>\n            <span class=\"currency\">ALL<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"breakdown-card\" id=\"breakdownCardEn\">\n        <div class=\"b-line\">\n          <span>Social Ins. &#038; Income Tax (Employee)<\/span>\n          <span id=\"dispWithholdEn\">0 ALL<\/span>\n        <\/div>\n        <div class=\"b-line\">\n          <span>Social Insurance (Employer)<\/span>\n          <span id=\"dispEmployerEn\">0 ALL<\/span>\n        <\/div>\n        <div class=\"b-line total\">\n          <span>Total Employment Cost<\/span>\n          <span id=\"dispTotalEn\">0 ALL<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"decl-container\">\n        <label>Personal Status Declaration<\/label>\n        <div class=\"toggle-btn-group\">\n          <button id=\"btnPoEn\" class=\"active\">YES<\/button>\n          <button id=\"btnJoEn\">NO<\/button>\n        <\/div>\n      <\/div>\n\n      <div class=\"keypad\" id=\"keypadEn\">\n        <button class=\"key\">7<\/button>\n        <button class=\"key\">8<\/button>\n        <button class=\"key\">9<\/button>\n        <button class=\"key\">4<\/button>\n        <button class=\"key\">5<\/button>\n        <button class=\"key\">6<\/button>\n        <button class=\"key\">1<\/button>\n        <button class=\"key\">2<\/button>\n        <button class=\"key\">3<\/button>\n        <button class=\"key action-btn\" id=\"btnBackspaceEn\">\u232b<\/button>\n        <button class=\"key\">0<\/button>\n        <button class=\"key action-btn\" id=\"btnEqualsEn\">=<\/button>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  (function(){\n    const CAP = 186416;\n\n    function grossToNet(grossLEK, hasDeclaration){\n      if (grossLEK <= 0) return { net: 0, withhold: 0, employerContrib: 0, totalCost: 0 };\n\n      let empSocialHealth;\n      if (grossLEK < CAP) empSocialHealth = grossLEK * (0.095 + 0.017);\n      else empSocialHealth = CAP * 0.095 + grossLEK * 0.017;\n\n      let deduction = 0;\n      if (hasDeclaration) {\n        if (grossLEK < 50000) deduction = grossLEK;\n        else if (grossLEK === 50000) deduction = 50000;\n        else if (grossLEK <= 60000) deduction = 35000;\n        else deduction = 30000;\n      }\n\n      const taxableBase = Math.max(0, grossLEK - deduction);\n      let incomeTax = 0;\n      if (taxableBase < 170000) {\n        incomeTax = taxableBase * 0.13;\n      } else {\n        incomeTax = 170000 * 0.13 + (taxableBase - 170000) * 0.23;\n      }\n\n      const withhold = empSocialHealth + incomeTax;\n      const net = grossLEK - withhold;\n\n      let employerContrib;\n      if (grossLEK < CAP) employerContrib = grossLEK * (0.15 + 0.017);\n      else employerContrib = CAP * 0.15 + grossLEK * 0.017;\n\n      const totalCost = grossLEK + employerContrib;\n      return { net, withhold, employerContrib, totalCost };\n    }\n\n    function netToGross(targetNet, hasDeclaration){\n      if (targetNet <= 0) return 0;\n      let lo = 0, hi = 5000000;\n      for (let i = 0; i < 60; i++){\n        const mid = (lo + hi) \/ 2;\n        const { net } = grossToNet(mid, hasDeclaration);\n        if (net < targetNet) lo = mid; else hi = mid;\n      }\n      return (lo + hi) \/ 2;\n    }\n\n    const dispBruto = document.getElementById('dispBrutoEn');\n    const dispNeto = document.getElementById('dispNetoEn');\n    const dispWithhold = document.getElementById('dispWithholdEn');\n    const dispEmployer = document.getElementById('dispEmployerEn');\n    const dispTotal = document.getElementById('dispTotalEn');\n    const rowBruto = document.getElementById('rowBrutoEn');\n    const rowNeto = document.getElementById('rowNetoEn');\n    const btnPo = document.getElementById('btnPoEn');\n    const btnJo = document.getElementById('btnJoEn');\n    const btnEquals = document.getElementById('btnEqualsEn');\n    const processOverlay = document.getElementById('processOverlayEn');\n    const breakdownCard = document.getElementById('breakdownCardEn');\n\n    let activeField = 'bruto';\n    let buffer = '0';\n    let hasDeclaration = true;\n    let isProcessing = false;\n\n    function fmt(n){\n      return new Intl.NumberFormat('en-US', { maximumFractionDigits: 0 }).format(Math.round(n));\n    }\n\n    function setActive(field){\n      if (isProcessing) return;\n      activeField = field;\n      buffer = '0';\n      rowBruto.classList.toggle('active', field === 'bruto');\n      rowNeto.classList.toggle('active', field === 'neto');\n      \n      dispBruto.textContent = '0';\n      dispNeto.textContent = '0';\n      dispWithhold.textContent = '0 ALL';\n      dispEmployer.textContent = '0 ALL';\n      dispTotal.textContent = '0 ALL';\n    }\n\n    function calculateResultWithProcessing(){\n      if (isProcessing) return;\n      isProcessing = true;\n\n      processOverlay.classList.add('active');\n\n      setTimeout(() => {\n        const typedVal = parseInt(buffer, 10) || 0;\n        let gLEK = 0;\n\n        if (activeField === 'bruto'){\n          gLEK = typedVal;\n        } else {\n          gLEK = netToGross(typedVal, hasDeclaration);\n        }\n\n        const r = grossToNet(gLEK, hasDeclaration);\n\n        dispBruto.textContent = fmt(gLEK);\n        dispNeto.textContent = fmt(r.net);\n        dispWithhold.textContent = fmt(r.withhold) + ' ALL';\n        dispEmployer.textContent = fmt(r.employerContrib) + ' ALL';\n        dispTotal.textContent = fmt(r.totalCost) + ' ALL';\n\n        breakdownCard.classList.remove('fade-in-text');\n        void breakdownCard.offsetWidth;\n        breakdownCard.classList.add('fade-in-text');\n\n        processOverlay.classList.remove('active');\n        isProcessing = false;\n      }, 1500);\n    }\n\n    function updateDisplayOnly(){\n      if (isProcessing) return;\n      const typedVal = parseInt(buffer, 10) || 0;\n      if (activeField === 'bruto'){\n        dispBruto.textContent = fmt(typedVal);\n      } else {\n        dispNeto.textContent = fmt(typedVal);\n      }\n    }\n\n    function handleInput(valStr) {\n      if (isProcessing) return;\n      if (buffer === '0') buffer = '';\n      if (buffer.length >= 8) return;\n      buffer += valStr;\n      updateDisplayOnly();\n    }\n\n    function handleBackspace() {\n      if (isProcessing) return;\n      buffer = buffer.slice(0, -1);\n      if (buffer === '') buffer = '0';\n      updateDisplayOnly();\n    }\n\n    rowBruto.addEventListener('click', () => setActive('bruto'));\n    rowNeto.addEventListener('click', () => setActive('neto'));\n\n    btnPo.addEventListener('click', () => {\n      if (isProcessing) return;\n      hasDeclaration = true;\n      btnPo.classList.add('active');\n      btnJo.classList.remove('active');\n    });\n\n    btnJo.addEventListener('click', () => {\n      if (isProcessing) return;\n      hasDeclaration = false;\n      btnJo.classList.add('active');\n      btnPo.classList.remove('active');\n    });\n\n    document.querySelectorAll('#keypadEn .key').forEach(key => {\n      const text = key.textContent.trim();\n      if (!\/^[0-9]$\/.test(text)) return;\n      key.addEventListener('click', () => handleInput(text));\n    });\n\n    document.getElementById('btnBackspaceEn').addEventListener('click', handleBackspace);\n    btnEquals.addEventListener('click', calculateResultWithProcessing);\n\n    document.getElementById('btnResetEn').addEventListener('click', () => {\n      if (isProcessing) return;\n      buffer = '0';\n      hasDeclaration = true;\n      btnPo.classList.add('active');\n      btnJo.classList.remove('active');\n      setActive('bruto');\n    });\n\n    document.addEventListener('keydown', function(e){\n      if (isProcessing) return;\n      if (\/^[0-9]$\/.test(e.key)) {\n        handleInput(e.key);\n      } else if (e.key === 'Backspace') {\n        e.preventDefault();\n        handleBackspace();\n      } else if (e.key === 'Enter') {\n        e.preventDefault();\n        calculateResultWithProcessing();\n      }\n    });\n  })();\n<\/script>\n\n\n\n\n\n<style>\n  .lf2-wrapper {\n    --lf2-primary: #0B1B3D;\n    --lf2-primary-hover: #142852;\n    --lf2-accent: #1DA1F2;\n    --lf2-panel-bg: #F1F5F9;\n    --lf2-card-bg: #FFFFFF;\n    --lf2-text-dark: #1E293B;\n    --lf2-text-muted: #64748B;\n    --lf2-border: #E2E8F0;\n\n    display: flex;\n    justify-content: center;\n    width: 100%;\n    padding: 12px 20px 50px;\n    box-sizing: border-box;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .lf2-panel {\n    width: 100%;\n    max-width: 900px;\n    background: var(--lf2-card-bg);\n    border-radius: 24px;\n    padding: 48px 40px;\n    box-sizing: border-box;\n    overflow: hidden;\n  }\n\n  .lf2-intro {\n    text-align: center;\n    max-width: 560px;\n    margin: 0 auto 34px;\n  }\n\n  .lf2-intro .lf2-title {\n    margin: 0;\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--lf2-primary);\n  }\n\n  .lf2-intro p {\n    margin: 10px 0 0;\n    font-size: 14.5px;\n    color: var(--lf2-text-muted);\n    line-height: 1.6;\n  }\n\n  .lf2-content {\n    max-width: 620px;\n    margin: 0 auto;\n  }\n\n  .lf2-section {\n    margin-bottom: 26px;\n  }\n\n  .lf2-section:last-child {\n    margin-bottom: 0;\n  }\n\n  .lf2-section-title {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 6px;\n  }\n\n  .lf2-num {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: var(--lf2-accent);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .lf2-section-title .lf2-title4 {\n    margin: 0;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--lf2-primary);\n  }\n\n  .lf2-section-sub {\n    font-size: 12px;\n    color: var(--lf2-text-muted);\n    margin: 0 0 16px 34px;\n  }\n\n  .lf2-stat-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 18px;\n  }\n\n  .lf2-stat {\n    background: var(--lf2-panel-bg);\n    border: 1px solid var(--lf2-border);\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .lf2-stat-label {\n    font-size: 11.5px;\n    font-weight: 600;\n    color: var(--lf2-text-muted);\n    margin-bottom: 4px;\n  }\n\n  .lf2-stat-value {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--lf2-primary);\n  }\n\n  .lf2-stat-sub {\n    font-size: 11px;\n    color: var(--lf2-text-muted);\n    margin-top: 2px;\n  }\n\n  .lf2-contrib {\n    background: var(--lf2-panel-bg);\n    border: 1px solid var(--lf2-border);\n    border-radius: 12px;\n    padding: 14px 16px;\n    margin-bottom: 10px;\n  }\n\n  .lf2-contrib:last-child {\n    margin-bottom: 0;\n  }\n\n  .lf2-contrib-head {\n    display: flex;\n    justify-content: space-between;\n    align-items: baseline;\n    margin-bottom: 8px;\n  }\n\n  .lf2-contrib-head span:first-child {\n    font-size: 12.5px;\n    font-weight: 600;\n    color: var(--lf2-text-dark);\n  }\n\n  .lf2-contrib-head span:last-child {\n    font-size: 12.5px;\n    font-weight: 700;\n    color: var(--lf2-primary);\n  }\n\n  .lf2-splitbar {\n    display: flex;\n    width: 100%;\n    height: 10px;\n    border-radius: 6px;\n    overflow: hidden;\n    background: var(--lf2-border);\n  }\n\n  .lf2-split-employer {\n    background: var(--lf2-primary);\n    height: 100%;\n  }\n\n  .lf2-split-employee {\n    background: var(--lf2-accent);\n    height: 100%;\n  }\n\n  .lf2-legend {\n    display: flex;\n    justify-content: space-between;\n    margin-top: 8px;\n    font-size: 11px;\n    color: var(--lf2-text-muted);\n  }\n\n  .lf2-legend span {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  .lf2-dot {\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    display: inline-block;\n    flex-shrink: 0;\n  }\n\n  .lf2-dot.employer { background: var(--lf2-primary); }\n  .lf2-dot.employee { background: var(--lf2-accent); }\n\n  .lf2-divider {\n    height: 1px;\n    border-top: 1px dashed #CBD5E1;\n    margin: 22px 0;\n  }\n\n  .lf2-table-wrap {\n    overflow-x: auto;\n    border-radius: 12px;\n    border: 1px solid var(--lf2-border);\n    background: var(--lf2-panel-bg);\n  }\n\n  .lf2-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 12.5px;\n  }\n\n  .lf2-table th {\n    background: #F8FAFC;\n    color: var(--lf2-primary);\n    font-weight: 700;\n    text-align: left;\n    padding: 10px 14px;\n    white-space: nowrap;\n  }\n\n  .lf2-table td {\n    padding: 10px 14px;\n    color: var(--lf2-text-dark);\n    border-top: 1px solid var(--lf2-border);\n    white-space: nowrap;\n  }\n\n  .lf2-table td.lf2-rate {\n    font-weight: 700;\n    color: var(--lf2-primary);\n  }\n\n  .lf2-note {\n    font-size: 11.5px;\n    color: var(--lf2-text-muted);\n    margin: 8px 0 0;\n    line-height: 1.5;\n  }\n\n  .lf2-outro {\n    text-align: center;\n    margin: 34px -40px -48px;\n    padding: 32px 40px 36px;\n    background: var(--lf2-panel-bg);\n    border-radius: 0 0 24px 24px;\n  }\n\n  .lf2-outro p {\n    font-size: 13.5px;\n    color: var(--lf2-text-dark);\n    margin: 0 0 18px;\n    line-height: 1.6;\n  }\n\n  .lf2-outro strong {\n    color: var(--lf2-primary);\n  }\n\n  .lf2-cta {\n    display: inline-block;\n    background: var(--lf2-primary);\n    color: #FFFFFF !important;\n    font-size: 14px;\n    font-weight: 700;\n    text-decoration: none;\n    padding: 14px 34px;\n    border-radius: 10px;\n    transition: background 0.2s ease;\n    -webkit-tap-highlight-color: transparent;\n    touch-action: manipulation;\n  }\n\n  .lf2-cta:hover {\n    background: var(--lf2-primary-hover);\n  }\n\n  .lf2-disclaimer {\n    font-size: 10.5px;\n    color: var(--lf2-text-muted);\n    opacity: 0.85;\n    margin: 16px 0 0;\n    line-height: 1.5;\n  }\n\n  @media (max-width: 480px) {\n    .lf2-wrapper { padding: 10px 12px 32px; }\n    .lf2-panel { padding: 30px 18px; border-radius: 18px; }\n    .lf2-intro .lf2-title { font-size: 20px; }\n    .lf2-intro p { font-size: 13px; }\n    .lf2-stat-grid { grid-template-columns: 1fr; }\n    .lf2-table { font-size: 11.5px; }\n    .lf2-table th, .lf2-table td { padding: 8px 10px; }\n    .lf2-outro { margin: 24px -18px -30px; padding: 24px 18px 28px; border-radius: 0 0 18px 18px; }\n    .lf2-cta { display: block; width: 100%; box-sizing: border-box; text-align: center; padding: 14px 0; }\n  }\n<\/style>\n\n<div class=\"lf2-wrapper\">\n  <div class=\"lf2-panel\">\n\n    <div class=\"lf2-intro\">\n      <div class=\"lf2-title\">Korniza Ligjore e Pagave 2025<\/div>\n      <p>Sigurimet shoq\u00ebrore, sh\u00ebndet\u00ebsore dhe tatimi mbi t\u00eb ardhurat n\u00eb Shqip\u00ebri, sipas legjislacionit n\u00eb fuqi nga 1 Janar 2025.<\/p>\n    <\/div>\n\n    <div class=\"lf2-content\">\n\n      <div class=\"lf2-section\">\n        <div class=\"lf2-section-title\">\n          <span class=\"lf2-num\">1<\/span>\n          <div class=\"lf2-title4\">Sigurime Shoq\u00ebrore dhe Sh\u00ebndet\u00ebsore<\/div>\n        <\/div>\n        <p class=\"lf2-section-sub\">Bazuar n\u00eb pag\u00ebn bruto mujore<\/p>\n\n        <div class=\"lf2-stat-grid\">\n          <div class=\"lf2-stat\">\n            <div class=\"lf2-stat-label\">Paga Minimale<\/div>\n            <div class=\"lf2-stat-value\">50,000 Lek<\/div>\n            <div class=\"lf2-stat-sub\">\u2248 500 EUR \/ muaj (bruto)<\/div>\n          <\/div>\n          <div class=\"lf2-stat\">\n            <div class=\"lf2-stat-label\">Paga Maksimale<\/div>\n            <div class=\"lf2-stat-value\">186,416 Lek<\/div>\n            <div class=\"lf2-stat-sub\">\u2248 1,864 EUR \/ muaj (bruto)<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"lf2-contrib\">\n          <div class=\"lf2-contrib-head\">\n            <span>Sigurime Shoq\u00ebrore<\/span>\n            <span>25%<\/span>\n          <\/div>\n          <div class=\"lf2-splitbar\">\n            <div class=\"lf2-split-employer\" style=\"width:60%\"><\/div>\n            <div class=\"lf2-split-employee\" style=\"width:40%\"><\/div>\n          <\/div>\n          <div class=\"lf2-legend\">\n            <span><span class=\"lf2-dot employer\"><\/span>Pun\u00ebdh\u00ebn\u00ebsi 15.00%<\/span>\n            <span><span class=\"lf2-dot employee\"><\/span>Pun\u00ebmarr\u00ebsi 9.50%<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"lf2-contrib\">\n          <div class=\"lf2-contrib-head\">\n            <span>Sigurim Sh\u00ebndet\u00ebsor<\/span>\n            <span>3.40%<\/span>\n          <\/div>\n          <div class=\"lf2-splitbar\">\n            <div class=\"lf2-split-employer\" style=\"width:50%\"><\/div>\n            <div class=\"lf2-split-employee\" style=\"width:50%\"><\/div>\n          <\/div>\n          <div class=\"lf2-legend\">\n            <span><span class=\"lf2-dot employer\"><\/span>Pun\u00ebdh\u00ebn\u00ebsi 1.70%<\/span>\n            <span><span class=\"lf2-dot employee\"><\/span>Pun\u00ebmarr\u00ebsi 1.70%<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"lf2-divider\"><\/div>\n\n      <div class=\"lf2-section\">\n        <div class=\"lf2-section-title\">\n          <span class=\"lf2-num\">2<\/span>\n          <div class=\"lf2-title4\">Tatimi mbi t\u00eb Ardhurat nga Pun\u00ebsimi<\/div>\n        <\/div>\n        <p class=\"lf2-section-sub\">Skema e rishikuar, n\u00eb fuqi nga 1 Janar 2025<\/p>\n\n        <div class=\"lf2-table-wrap\">\n          <table class=\"lf2-table\">\n            <thead>\n              <tr>\n                <th>Baza Tatimore Mujore<\/th>\n                <th>Norma<\/th>\n              <\/tr>\n            <\/thead>\n            <tbody>\n              <tr>\n                <td>Deri 170,000 Lek<\/td>\n                <td class=\"lf2-rate\">13%<\/td>\n              <\/tr>\n              <tr>\n                <td>Mbi 170,000 Lek<\/td>\n                <td class=\"lf2-rate\">23%<\/td>\n              <\/tr>\n            <\/tbody>\n          <\/table>\n        <\/div>\n        <p class=\"lf2-note\">Norma 23% zbatohet vet\u00ebm p\u00ebr pjes\u00ebn e pag\u00ebs q\u00eb kalon 170,000 Lek n\u00eb muaj, jo p\u00ebr t\u00eb gjith\u00eb shum\u00ebn.<\/p>\n\n        <div class=\"lf2-table-wrap\" style=\"margin-top:16px;\">\n          <table class=\"lf2-table\">\n            <thead>\n              <tr>\n                <th>Paga Bruto Mujore<\/th>\n                <th>Zbritja e Aplikueshme<\/th>\n              <\/tr>\n            <\/thead>\n            <tbody>\n              <tr>\n                <td>Deri 50,000 Lek<\/td>\n                <td>Zbritje e plot\u00eb (pa tatim)<\/td>\n              <\/tr>\n              <tr>\n                <td>50,001 deri 60,000 Lek<\/td>\n                <td>35,000 Lek<\/td>\n              <\/tr>\n              <tr>\n                <td>Mbi 60,000 Lek<\/td>\n                <td>30,000 Lek<\/td>\n              <\/tr>\n            <\/tbody>\n          <\/table>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"lf2-outro\">\n      <p>P\u00ebrdorni kalkulatorin m\u00eb sip\u00ebr p\u00ebr t\u00eb llogaritur n\u00eb \u00e7do moment pag\u00ebn tuaj neto ose bruto. Ndryshimet n\u00eb legjislacionin tatimor vijn\u00eb shpesh pa paralajm\u00ebrim, prandaj \u00ebsht\u00eb mir\u00eb t\u00eb q\u00ebndroni gjithmon\u00eb t\u00eb informuar.<\/p>\n      <a href=\"https:\/\/alprofitconsult.al\/newsletter\/\" class=\"lf2-cta\">Informohu<\/a>\n    <\/div>\n\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Calculating&#8230; Salary Calculator \u2014 Albania Reset Gross Salary 0 ALL Net Salary 0 ALL Social Ins. &#038; Income Tax (Employee) 0 ALL Social Insurance (Employer) 0 ALL Total Employment Cost 0 ALL Personal Status Declaration YES NO 7 8 9 4 5 6 1 2 3 \u232b 0 = Korniza Ligjore e Pagave 2025 Sigurimet [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-53335","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.2 (Yoast SEO v28.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Kalkulatori i Pag\u00ebs - AlProfit Consult<\/title>\n<meta name=\"description\" content=\"Llogarit shpejt dhe falas pag\u00ebn tuaj neto n\u00eb Shqip\u00ebri me Kalkulatorin e Pag\u00ebs nga AlProfit Consult, i p\u00ebrdit\u00ebsuar me taksat dhe kontributet aktuale.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/alprofitconsult.al\/en\/payment-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kalkulatori i Pag\u00ebs\" \/>\n<meta property=\"og:description\" content=\"Llogarit shpejt dhe falas pag\u00ebn tuaj neto n\u00eb Shqip\u00ebri me Kalkulatorin e Pag\u00ebs nga AlProfit Consult, i p\u00ebrdit\u00ebsuar me taksat dhe kontributet aktuale.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/alprofitconsult.al\/en\/payment-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"AlProfit Consult\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AlProfitConsult\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-06T12:57:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@AlProfitConsult\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/alprofitconsult.al\\\/kalkulatori-i-pages\\\/\",\"url\":\"https:\\\/\\\/alprofitconsult.al\\\/kalkulatori-i-pages\\\/\",\"name\":\"Kalkulatori i Pag\u00ebs - AlProfit Consult\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/alprofitconsult.al\\\/#website\"},\"datePublished\":\"2026-07-30T14:37:48+00:00\",\"dateModified\":\"2026-08-06T12:57:55+00:00\",\"description\":\"Llogarit shpejt dhe falas pag\u00ebn tuaj neto n\u00eb Shqip\u00ebri me Kalkulatorin e Pag\u00ebs nga AlProfit Consult, i p\u00ebrdit\u00ebsuar me taksat dhe kontributet aktuale.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/alprofitconsult.al\\\/kalkulatori-i-pages\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/alprofitconsult.al\\\/kalkulatori-i-pages\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/alprofitconsult.al\\\/kalkulatori-i-pages\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Kryefaqe\",\"item\":\"https:\\\/\\\/alprofitconsult.al\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kalkulatori i Pag\u00ebs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/alprofitconsult.al\\\/#website\",\"url\":\"https:\\\/\\\/alprofitconsult.al\\\/\",\"name\":\"AlProfit Consult\",\"description\":\"Zyr\u00eb Kontabiliteti\",\"publisher\":{\"@id\":\"https:\\\/\\\/alprofitconsult.al\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/alprofitconsult.al\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Organization\",\"Place\",\"AccountingService\"],\"@id\":\"https:\\\/\\\/alprofitconsult.al\\\/#organization\",\"name\":\"AlProfit Consult\",\"alternateName\":\"AlProfit\",\"url\":\"https:\\\/\\\/alprofitconsult.al\\\/\",\"logo\":{\"@id\":\"https:\\\/\\\/alprofitconsult.al\\\/kalkulatori-i-pages\\\/#local-main-organization-logo\"},\"image\":{\"@id\":\"https:\\\/\\\/alprofitconsult.al\\\/kalkulatori-i-pages\\\/#local-main-organization-logo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/AlProfitConsult\\\/\",\"https:\\\/\\\/x.com\\\/AlProfitConsult\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/alprofit-consult\",\"https:\\\/\\\/www.pinterest.com\\\/AlProfitConsult\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCZ5Gfntn161Nla3g1XdRldA\"],\"address\":{\"@id\":\"https:\\\/\\\/alprofitconsult.al\\\/kalkulatori-i-pages\\\/#local-main-place-address\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"41.3347019\",\"longitude\":\"19.8277012\"},\"telephone\":[\"+355693232349\"],\"contactPoint\":{\"@type\":\"ContactPoint\",\"telephone\":\"+355693232349\",\"email\":\"andi.haxhillari@alprofitconsult.al\"},\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"],\"opens\":\"08:30\",\"closes\":\"17:00\"},{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Saturday\",\"Sunday\"],\"opens\":\"00:00\",\"closes\":\"00:00\"}],\"email\":\"info@alprofitconsult.al\",\"vatID\":\"L72008007D\",\"taxID\":\"L72008007D\",\"priceRange\":\"$$\",\"currenciesAccepted\":\"LEK\"},{\"@type\":\"PostalAddress\",\"@id\":\"https:\\\/\\\/alprofitconsult.al\\\/kalkulatori-i-pages\\\/#local-main-place-address\",\"streetAddress\":\"Rr. Elbasanit, Pll. Fratari, Shk. 1, Ap. 18, Tirana, Apartamenti 18, Rruga e Elbasanit, Pallati Fratari, T\u00ebrshana 1, Shkalla 1, Kati 6, Tiran\u00eb 1001\",\"addressLocality\":\"Tiran\u00eb\",\"postalCode\":\"1001\",\"addressRegion\":\"Albania\",\"addressCountry\":\"AL\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/alprofitconsult.al\\\/kalkulatori-i-pages\\\/#local-main-organization-logo\",\"url\":\"https:\\\/\\\/alprofitconsult.al\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/logowhite-alprofitconsult.png\",\"contentUrl\":\"https:\\\/\\\/alprofitconsult.al\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/logowhite-alprofitconsult.png\",\"width\":822,\"height\":90,\"caption\":\"AlProfit Consult\"}]}<\/script>\n<meta name=\"geo.placename\" content=\"Tiran\u00eb\" \/>\n<meta name=\"geo.position\" content=\"41.3347019;19.8277012\" \/>\n<meta name=\"geo.region\" content=\"Albania\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Payroll Calculator - AlProfit Consult","description":"Quickly and freely calculate your net salary in Albania with the Salary Calculator from AlProfit Consult, updated with current taxes and contributions.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/alprofitconsult.al\/en\/payment-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Kalkulatori i Pag\u00ebs","og_description":"Llogarit shpejt dhe falas pag\u00ebn tuaj neto n\u00eb Shqip\u00ebri me Kalkulatorin e Pag\u00ebs nga AlProfit Consult, i p\u00ebrdit\u00ebsuar me taksat dhe kontributet aktuale.","og_url":"https:\/\/alprofitconsult.al\/en\/payment-calculator\/","og_site_name":"AlProfit Consult","article_publisher":"https:\/\/www.facebook.com\/AlProfitConsult\/","article_modified_time":"2026-08-06T12:57:55+00:00","twitter_card":"summary_large_image","twitter_site":"@AlProfitConsult","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/alprofitconsult.al\/kalkulatori-i-pages\/","url":"https:\/\/alprofitconsult.al\/kalkulatori-i-pages\/","name":"Payroll Calculator - AlProfit Consult","isPartOf":{"@id":"https:\/\/alprofitconsult.al\/#website"},"datePublished":"2026-07-30T14:37:48+00:00","dateModified":"2026-08-06T12:57:55+00:00","description":"Quickly and freely calculate your net salary in Albania with the Salary Calculator from AlProfit Consult, updated with current taxes and contributions.","breadcrumb":{"@id":"https:\/\/alprofitconsult.al\/kalkulatori-i-pages\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/alprofitconsult.al\/kalkulatori-i-pages\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/alprofitconsult.al\/kalkulatori-i-pages\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Kryefaqe","item":"https:\/\/alprofitconsult.al\/"},{"@type":"ListItem","position":2,"name":"Kalkulatori i Pag\u00ebs"}]},{"@type":"WebSite","@id":"https:\/\/alprofitconsult.al\/#website","url":"https:\/\/alprofitconsult.al\/","name":"AlProfit Consult","description":"Accounting Office","publisher":{"@id":"https:\/\/alprofitconsult.al\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/alprofitconsult.al\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Organization","Place","AccountingService"],"@id":"https:\/\/alprofitconsult.al\/#organization","name":"AlProfit Consult","alternateName":"AlProfit","url":"https:\/\/alprofitconsult.al\/","logo":{"@id":"https:\/\/alprofitconsult.al\/kalkulatori-i-pages\/#local-main-organization-logo"},"image":{"@id":"https:\/\/alprofitconsult.al\/kalkulatori-i-pages\/#local-main-organization-logo"},"sameAs":["https:\/\/www.facebook.com\/AlProfitConsult\/","https:\/\/x.com\/AlProfitConsult","https:\/\/www.linkedin.com\/company\/alprofit-consult","https:\/\/www.pinterest.com\/AlProfitConsult\/","https:\/\/www.youtube.com\/channel\/UCZ5Gfntn161Nla3g1XdRldA"],"address":{"@id":"https:\/\/alprofitconsult.al\/kalkulatori-i-pages\/#local-main-place-address"},"geo":{"@type":"GeoCoordinates","latitude":"41.3347019","longitude":"19.8277012"},"telephone":["+355693232349"],"contactPoint":{"@type":"ContactPoint","telephone":"+355693232349","email":"andi.haxhillari@alprofitconsult.al"},"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday"],"opens":"08:30","closes":"17:00"},{"@type":"OpeningHoursSpecification","dayOfWeek":["Saturday","Sunday"],"opens":"00:00","closes":"00:00"}],"email":"info@alprofitconsult.al","vatID":"L72008007D","taxID":"L72008007D","priceRange":"$$","currenciesAccepted":"LEK"},{"@type":"PostalAddress","@id":"https:\/\/alprofitconsult.al\/kalkulatori-i-pages\/#local-main-place-address","streetAddress":"Rr. Elbasanit, Pll. Fratari, Shk. 1, Ap. 18, Tirana, Apartamenti 18, Rruga e Elbasanit, Pallati Fratari, T\u00ebrshana 1, Shkalla 1, Kati 6, Tiran\u00eb 1001","addressLocality":"Tiran\u00eb","postalCode":"1001","addressRegion":"Albania","addressCountry":"AL"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/alprofitconsult.al\/kalkulatori-i-pages\/#local-main-organization-logo","url":"https:\/\/alprofitconsult.al\/wp-content\/uploads\/2023\/11\/logowhite-alprofitconsult.png","contentUrl":"https:\/\/alprofitconsult.al\/wp-content\/uploads\/2023\/11\/logowhite-alprofitconsult.png","width":822,"height":90,"caption":"AlProfit Consult"}]},"geo.placename":"Tiran\u00eb","geo.position":{"lat":"41.3347019","long":"19.8277012"},"geo.region":"Albania"},"_links":{"self":[{"href":"https:\/\/alprofitconsult.al\/en\/wp-json\/wp\/v2\/pages\/53335","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alprofitconsult.al\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alprofitconsult.al\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alprofitconsult.al\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alprofitconsult.al\/en\/wp-json\/wp\/v2\/comments?post=53335"}],"version-history":[{"count":5,"href":"https:\/\/alprofitconsult.al\/en\/wp-json\/wp\/v2\/pages\/53335\/revisions"}],"predecessor-version":[{"id":56017,"href":"https:\/\/alprofitconsult.al\/en\/wp-json\/wp\/v2\/pages\/53335\/revisions\/56017"}],"wp:attachment":[{"href":"https:\/\/alprofitconsult.al\/en\/wp-json\/wp\/v2\/media?parent=53335"}],"curies":[{"name":"WordPress","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}