<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>disability pension army - Patras Law Chamber</title>
	<atom:link href="https://patraslawchambers.com/tag/disability-pension-army/feed/" rel="self" type="application/rss+xml" />
	<link>https://patraslawchambers.com</link>
	<description>Patras Law Chamber</description>
	<lastBuildDate>Sun, 23 Aug 2026 23:38:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>Service Element of Disability Pension: Full Guide for Defence Personnel</title>
		<link>https://patraslawchambers.com/service-element-of-disability-pension-full-guide-for-defence-personnel/</link>
					<comments>https://patraslawchambers.com/service-element-of-disability-pension-full-guide-for-defence-personnel/#respond</comments>
		
		<dc:creator><![CDATA[Adv. Sudip Patra]]></dc:creator>
		<pubDate>Sun, 23 Aug 2026 23:38:57 +0000</pubDate>
				<category><![CDATA[Armed Forces Tribunal (AFT)]]></category>
		<category><![CDATA[AFT Kolkata]]></category>
		<category><![CDATA[Armed Forces Tribunal]]></category>
		<category><![CDATA[Disability Pension]]></category>
		<category><![CDATA[disability pension army]]></category>
		<category><![CDATA[ervice element]]></category>
		<category><![CDATA[invalidation]]></category>
		<category><![CDATA[patras law chambers]]></category>
		<category><![CDATA[pension regulations 1961]]></category>
		<category><![CDATA[premature retirement]]></category>
		<guid isPermaLink="false">https://patraslawchambers.com/?p=3970</guid>

					<description><![CDATA[<p>Disability Pension · AFT &#38; Armed Forces Service Law Service Element of [&#8230;]</p>
<p>The post <a href="https://patraslawchambers.com/service-element-of-disability-pension-full-guide-for-defence-personnel/">Service Element of Disability Pension: Full Guide for Defence Personnel</a> first appeared on <a href="https://patraslawchambers.com">Patras Law Chamber</a>.</p>]]></description>
										<content:encoded><![CDATA[<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,500;9..144,600;9..144,700&#038;family=Source+Sans+3:wght@400;500;600;700&#038;family=IBM+Plex+Mono:wght@400;500;700&#038;display=swap">
<style>
  @import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,500;9..144,600;9..144,700&family=Source+Sans+3:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;700&display=swap');

  :root{
    --bg:#0B0C0E; --surface:#16181B; --surface-2:#1D2023;
    --text:#F3F0E8; --text-muted:#D2CCC0;
    --accent:#C9971F; --accent-dim:#4A3D1E; --line:#2A2D30;
    --maxw:920px;
  }
  /* This page sits inside a theme that force-applies "color:#fff !important" and
     similar rules to h1-h6,p,span,li,a,label,em,table,strong via a global dark-mode
     stylesheet. Every custom color/background below is !important on purpose —
     without it the theme silently wins and every accent color disappears. */
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0; background:transparent !important; color:var(--text) !important;
    font-family:'Source Sans 3',sans-serif; font-size:17px; line-height:1.7;
    -webkit-font-smoothing:antialiased;}
  h1,h2,h3{font-family:'Fraunces',serif; font-weight:600; letter-spacing:-0.01em; margin:0;
    color:var(--text) !important;}
  .mono{font-family:'IBM Plex Mono',monospace;}
  a{color:var(--accent) !important; font-weight:700; text-decoration:none;}
  em{color:var(--accent) !important; font-weight:700; font-style:normal;}
  .wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px;}
  .eyebrow{
    font-family:'IBM Plex Mono',monospace; font-size:12.5px; letter-spacing:0 !important; font-weight:700;
    text-transform:uppercase; color:var(--accent) !important; display:inline-flex; gap:8px; align-items:center;
    margin-bottom:14px;
    opacity:0; transform:translateY(-10px); transition:opacity .45s ease, transform .45s ease;
  }
  .eyebrow.in{opacity:1; transform:translateY(0); animation:eyebrow-glow 2.8s ease-in-out infinite; animation-delay:.5s;}
  @keyframes eyebrow-glow{
    0%,100%{text-shadow:0 0 3px rgba(201,151,31,.25);}
    50%{text-shadow:0 0 12px rgba(201,151,31,.85), 0 0 22px rgba(201,151,31,.35);}
  }
  @media (prefers-reduced-motion: reduce){.eyebrow.in{animation:none !important; text-shadow:none !important;}}
  .eyebrow::before{content:"§"; color:var(--accent-dim) !important; font-size:14px;}

  /* ===== Typewriter heading reveal ===== */
  .type-heading .tw-char{opacity:0; transition:opacity .05s linear; color:inherit !important; letter-spacing:inherit !important;}
  .eyebrow .tw-char{letter-spacing:0 !important;}
  .type-heading.in .tw-char{opacity:1;}
  .type-heading::after{color:var(--accent) !important;}
  .type-heading.in::after{content:"|"; animation:tw-blink .9s step-end infinite;}
  .type-heading.typing-done::after{content:"|"; animation:tw-blink .9s step-end infinite;}
  @media (prefers-reduced-motion: reduce){.type-heading.typing-done::after{content:"" !important; animation:none !important;}}
  @keyframes tw-blink{50%{opacity:0;}}
  @media (prefers-reduced-motion: reduce){
    .type-heading .tw-char{transition:none !important; opacity:1 !important;}
    .type-heading.in::after{content:"" !important;}
  }

  /* HERO */
  .hero{position:relative; padding:110px 24px 80px; overflow:hidden; border-bottom:1px solid var(--line);
    background:var(--bg) !important;
    background-image:radial-gradient(ellipse 900px 500px at 50% -10%, rgba(201,151,31,0.12), transparent 60%) !important;}
  .hero .wrap{position:relative; z-index:2;}
  .hero-eyebrow{color:var(--text-muted) !important; font-family:'IBM Plex Mono',monospace; font-size:13px;
    letter-spacing:.12em; text-transform:uppercase; margin-bottom:20px;}
  .hero h1{font-size:clamp(30px,5vw,52px); line-height:1.1; max-width:820px; color:var(--text) !important;
    text-align:justify !important; text-align-last:left;}
  @keyframes hero-h1-glow{
    0%,100%{text-shadow:0 0 4px rgba(243,240,232,.15);}
    50%{text-shadow:0 0 18px rgba(243,240,232,.35), 0 0 30px rgba(201,151,31,.18);}
  }
  .hero p.lede{font-size:18.5px; color:var(--text-muted) !important; max-width:620px; margin-top:20px; text-align:left;}
  .hero-cta{margin-top:32px; display:flex; gap:14px; flex-wrap:wrap;}

  .hero-eyebrow, .hero h1, .hero p.lede, .hero-cta{opacity:0; transform:translateY(12px);
    animation:hero-fade-up .65s ease forwards;}
  .hero-eyebrow{animation:hero-fade-up .65s ease forwards .05s, eyebrow-glow 2.8s ease-in-out infinite 1s;}
  .hero h1{animation:hero-fade-up .65s ease forwards .18s, hero-h1-glow 3.2s ease-in-out infinite 2.6s;}
  .hero p.lede{animation-delay:.34s;}
  .hero-cta{animation-delay:.5s;}
  @keyframes hero-fade-up{to{opacity:1; transform:translateY(0);}}
  @media (prefers-reduced-motion: reduce){
    .hero h1{animation:none !important; text-shadow:none !important; opacity:1 !important; transform:none !important;}
  }
  @media (prefers-reduced-motion: reduce){
    .hero-eyebrow, .hero h1, .hero p.lede, .hero-cta{animation:none !important; opacity:1 !important; transform:none !important;}
  }

  .btn{font-family:'Source Sans 3',sans-serif; font-weight:700; font-size:15px;
    padding:14px 26px; border-radius:4px; display:inline-block; border:2px solid transparent;
    transition:transform .15s ease, opacity .15s ease;}
  .btn-primary{background:var(--accent) !important; color:#15130A !important; border-color:var(--accent) !important;}
  .btn-primary:hover{transform:translateY(-1px); opacity:.92;}
  .btn-ghost{background:transparent !important; border-color:var(--accent) !important; color:var(--accent) !important; font-weight:700;}
  .btn-ghost:hover{background:rgba(201,151,31,0.1) !important;}

  /* survey plot-marker */
  .survey-plot{position:absolute; right:0; top:50px; width:300px; height:300px; z-index:1; pointer-events:none;}
  .survey-plot .boundary{position:absolute; inset:36px; border:1.4px solid var(--accent) !important; border-radius:2px;
    clip-path:polygon(15% 100%, 0% 25%, 55% 0%, 100% 55%, 65% 100%);
    opacity:0; transform:scale(.9); transition:opacity 1s ease, transform 1s cubic-bezier(.2,.8,.2,1);}
  .survey-plot.in .boundary{opacity:.65; transform:scale(1);}
  .survey-plot .pin{position:absolute; width:7px; height:7px; border-radius:50%; background:var(--accent) !important; opacity:0; transition:opacity .4s ease;}
  .survey-plot.in .pin{opacity:1;}
  .survey-plot .pin:nth-child(2){left:15%; top:96%; transition-delay:.5s;}
  .survey-plot .pin:nth-child(3){left:0%; top:22%; transition-delay:.7s;}
  .survey-plot .pin:nth-child(4){left:53%; top:-3%; transition-delay:.9s;}
  .survey-plot .pin:nth-child(5){left:98%; top:52%; transition-delay:1.1s;}
  @media (max-width:820px){.survey-plot{width:180px; height:180px; top:20px; opacity:.7;}}

  section{padding:64px 0; border-bottom:1px solid var(--line);}
  section h2{font-size:clamp(23px,3vw,30px); margin-bottom:16px; max-width:680px;}
  section > .wrap > p.intro{color:var(--text-muted) !important; font-size:17px; max-width:680px; margin-bottom:32px;
    text-align:justify !important; text-align-last:left; hyphens:auto;}

  p, .card p, .step p, .ledger-item p, .pitfall p, .faq-a p, .compare-value{
    text-align:justify !important; text-align-last:left; hyphens:auto; color:var(--text-muted) !important;}

  .reveal{opacity:0; transform:translateY(16px); transition:opacity .55s ease, transform .55s ease;}
  .reveal.in{opacity:1; transform:translateY(0);}

  /* Card-like elements drop in from above with a slight bounce, instead of the plain fade-up */
  .card.reveal, .compare-item.reveal, .article-img.reveal{
    transform:translateY(-38px);
    transition:opacity .5s ease, transform .65s cubic-bezier(.34,1.56,.64,1);
  }
  .card.reveal.in, .compare-item.reveal.in, .article-img.reveal.in{transform:translateY(0);}
  @media (prefers-reduced-motion: reduce){
    .card.reveal, .compare-item.reveal, .article-img.reveal{transform:none !important; transition:opacity .3s ease !important;}
  }
  .stagger .reveal:nth-child(1){transition-delay:0s;}
  .stagger .reveal:nth-child(2){transition-delay:.08s;}
  .stagger .reveal:nth-child(3){transition-delay:.16s;}
  .stagger .reveal:nth-child(4){transition-delay:.24s;}
  .stagger .reveal:nth-child(5){transition-delay:.32s;}

  /* ===== Comparison — NO TABLE, div-based, identical on mobile/desktop ===== */
  .compare-wrap{margin-top:20px; display:flex; flex-direction:column; gap:14px;}
  .compare-item{background:var(--surface) !important; border:1px solid var(--line); border-radius:8px; padding:20px 22px;
    position:relative; overflow:hidden;}
  .compare-item::before{content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--accent) !important;
    transform:scaleY(0); transform-origin:top; transition:transform .5s ease;}
  .compare-item.in::before{transform:scaleY(1);}
  .compare-feature{font-family:'IBM Plex Mono',monospace; font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; font-weight:700;
    color:var(--accent) !important; margin-bottom:14px; display:block;}
  .compare-grid{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
  @media (max-width:600px){.compare-grid{grid-template-columns:1fr; gap:12px;}}
  .compare-col-label{font-family:'IBM Plex Mono',monospace; font-size:10.5px; letter-spacing:.06em; text-transform:uppercase;
    color:var(--text-muted) !important; margin-bottom:5px; display:block;}
  .compare-value{font-size:15px; margin:0; color:var(--text) !important; text-align:justify !important; text-align-last:left;}
  .compare-col.is-current .compare-col-label{color:var(--accent) !important; font-weight:700;}

  /* grounds cards */
  .grid-2{display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:8px;}
  @media (max-width:700px){.grid-2{grid-template-columns:1fr; gap:14px;}}
  .card{background:var(--surface) !important; border:1px solid var(--line); border-radius:8px; padding:24px;
    transition:border-color .25s ease, transform .25s ease;}
  .card:active{transform:scale(.98);}
  .card h3{font-size:18.5px; margin-bottom:8px; color:var(--text) !important;}
  .card .tag{font-family:'IBM Plex Mono',monospace; font-size:11px; color:var(--accent) !important; font-weight:700;
    letter-spacing:.08em; text-transform:uppercase; margin-bottom:10px; display:block;}

  /* judgment ledger */
  .ledger{position:relative; margin-top:8px;}
  .ledger::before{content:""; position:absolute; left:22px; top:0; bottom:0; width:1px; background:var(--line);}
  .ledger-item{position:relative; padding:0 0 32px 62px;}
  .ledger-item:last-child{padding-bottom:0;}
  .stamp{position:absolute; left:0; top:0; width:46px; height:46px; border-radius:50%;
    border:1.6px solid var(--accent) !important; display:flex; align-items:center; justify-content:center;
    background:var(--bg) !important; transform:rotate(-10deg) scale(.8); opacity:0; overflow:hidden !important;
    transition:transform .5s cubic-bezier(.2,.8,.2,1), opacity .5s ease;}
  .ledger-item.in .stamp{transform:rotate(0) scale(1); opacity:1; animation:pulse-once 2.4s ease .5s infinite;}
  @keyframes pulse-once{0%{box-shadow:0 0 0 0 rgba(201,151,31,.5);} 70%{box-shadow:0 0 0 10px rgba(201,151,31,0);} 100%{box-shadow:0 0 0 0 rgba(201,151,31,0);}}
  @media (prefers-reduced-motion: reduce){.ledger-item.in .stamp{animation:none !important;}}
  .stamp span{font-family:'IBM Plex Mono',monospace !important; font-size:8px !important; font-weight:700 !important;
    color:var(--accent) !important; text-align:center !important; text-align-last:center !important;
    line-height:1.2 !important; white-space:normal !important; max-width:40px !important;}
  .ledger-item h3{font-size:18px; margin-bottom:4px;}
  .ledger-item .cite{font-family:'IBM Plex Mono',monospace; font-size:12px; font-weight:700; color:var(--accent) !important; margin-bottom:8px; display:block;}

  /* steps */
  .steps{counter-reset:step; margin-top:8px;}
  .step{display:grid; grid-template-columns:44px 1fr; gap:16px; padding:20px 0; border-bottom:1px solid var(--line);}
  .step:last-child{border-bottom:none;}
  .step-num{counter-increment:step; font-family:'Fraunces',serif; font-size:20px; color:var(--accent-dim) !important;}
  .step-num::before{content:counter(step,decimal-leading-zero);}
  .step.in .step-num{color:var(--accent) !important; font-weight:700; transition:color .4s ease .1s;}
  .step h3{font-size:16.5px; margin-bottom:6px; color:var(--text) !important;}

  /* pitfalls */
  .pitfall{display:flex; gap:12px; padding:16px 0; border-bottom:1px solid var(--line);}
  .pitfall:last-child{border-bottom:none;}
  .pitfall .mark{color:var(--accent) !important; font-weight:700; font-family:'IBM Plex Mono',monospace; font-size:14px; flex-shrink:0; padding-top:2px;}
  .pitfall strong{color:var(--text) !important;}

  /* faq */
  .faq-item{border-bottom:1px solid var(--line);}
  .faq-q{width:100%; text-align:left; background:none !important; border:none; color:var(--text) !important;
    font-family:'Source Sans 3',sans-serif; font-size:16px; font-weight:600;
    padding:18px 0; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px;}
  .faq-q .plus{color:var(--accent) !important; font-family:'IBM Plex Mono',monospace; font-size:18px; transition:transform .25s ease; flex-shrink:0;}
  .faq-item.open .plus{transform:rotate(45deg);}
  .faq-a{max-height:0; overflow:hidden; transition:max-height .35s ease;}
  .faq-a p{margin:0 0 18px; max-width:680px;}

  /* CTA / firm block */
  .cta-section{background:var(--surface) !important;
    background-image:radial-gradient(ellipse 700px 300px at 15% 0%, rgba(201,151,31,0.14), transparent 60%) !important;}
  .cta-section h2{max-width:600px;}
  .cta-section p.intro{margin-bottom:26px;}
  .firm-block{display:flex; gap:32px; flex-wrap:wrap; margin-top:32px; padding-top:28px; border-top:1px solid var(--line);}

  /* ===== Illustration images with captions ===== */
  .article-img{margin:28px 0; border-radius:8px; overflow:hidden; border:1px solid var(--line);
    background:var(--surface) !important;}
  .article-img img{display:block; width:100%; height:auto;}
  .article-img .caption{padding:12px 18px; font-size:14px !important; color:var(--text-muted) !important;
    border-top:1px solid var(--line); text-align:justify !important; text-align-last:left; font-style:italic;}
  @media (max-width:640px){.article-img .caption{font-size:13px !important; padding:10px 14px;}}
  .firm-about-wrap{display:flex; align-items:center; gap:18px; margin-top:22px;}
  .firm-about{font-size:15px !important; color:var(--text-muted) !important;
    text-align:justify !important; text-align-last:left; margin:0 !important; flex:1; min-width:0;}
  .firm-about-photo{width:92px; height:92px; border-radius:50%; object-fit:cover;
    border:2px solid var(--accent) !important; flex-shrink:0;}
  @media (max-width:640px){.firm-about-photo{width:72px; height:72px;}}
  .firm-col h4{font-family:'IBM Plex Mono',monospace; font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--accent) !important; margin:0 0 8px;}
  .firm-col p{margin:0; color:var(--text-muted) !important; font-size:14.5px; line-height:1.6; text-align:left !important;}

  footer{padding:36px 0 56px; text-align:center;}
  footer p, footer p.mono{color:var(--text-muted) !important; font-size:13px; font-family:'IBM Plex Mono',monospace;
    text-align:center !important; text-align-last:center !important; width:100%; display:block;
    margin-left:auto !important; margin-right:auto !important;}
  footer .footer-about{font-family:'Source Sans 3',sans-serif !important; font-size:12.5px !important;
    max-width:480px; margin:8px auto 0 !important; opacity:.8;}

  /* ===== Video embed slot — reusable anywhere in the page =====
     To add a video: replace the src="" on the iframe with your YouTube
     embed URL, e.g. https://www.youtube.com/embed/VIDEO_ID
     Duplicate this whole .video-embed block wherever else you want one. */
  .video-embed{margin:28px 0 8px; border-radius:8px; overflow:hidden; border:1px solid var(--line);
    background:var(--surface) !important;}
  .video-embed .video-label{padding:12px 18px; font-family:'IBM Plex Mono',monospace; font-size:11px;
    letter-spacing:.08em; text-transform:uppercase; color:var(--accent) !important; border-bottom:1px solid var(--line);}
  .video-embed .video-frame{position:relative; width:100%; padding-top:56.25%; background:#000 !important;}
  .video-embed .video-frame iframe{position:absolute; inset:0; width:100%; height:100%; border:0;}

  /* mobile pass — sizing + EXTRA animation since most traffic is mobile */
  @media (max-width:640px){
    body{font-size:16px;}
    .wrap{padding:0 18px;}
    .hero{padding:64px 18px 48px;}
    .hero h1{font-size:clamp(29px,8.5vw,36px); line-height:1.2;}
    .hero p.lede{font-size:16px;}
    .hero-cta{flex-direction:column;}
    .hero-cta .btn{text-align:center; width:100%;}
    section{padding:44px 0;}
    section h2{font-size:21px;}
    .card{padding:18px;}
    /* Drop animation made MORE prominent on mobile than desktop — this is
       the primary viewing experience (~90% of traffic), so the entrance
       needs to read clearly at a glance, not just match desktop's subtlety. */
    .card.reveal, .compare-item.reveal, .article-img.reveal{
      transform:translateY(-64px);
      transition:opacity .55s ease, transform .7s cubic-bezier(.32,1.75,.55,1.05);
    }
    .compare-item{padding:16px 18px;}
    .ledger::before{left:17px;}
    .ledger-item{padding-left:48px; padding-bottom:26px;}
    .stamp{width:38px; height:38px;}
    .stamp span{font-size:6.5px !important;}
    .step{grid-template-columns:36px 1fr; gap:12px;}
    .firm-block{gap:20px;}
    .btn-primary{animation:glow 2.6s ease-in-out infinite;}
    @keyframes glow{0%,100%{box-shadow:0 0 0 0 rgba(201,151,31,0);} 50%{box-shadow:0 0 14px 2px rgba(201,151,31,.35);}}
  }
  @media (prefers-reduced-motion: reduce){*{animation-duration:.01ms !important; transition-duration:.01ms !important;}}

  /* ===== Ambient animated background — shifts with scroll AND pulses continuously ===== */
  .bg-animate{
    position:fixed; inset:0; z-index:-1; pointer-events:none;
    background:
      radial-gradient(950px 820px at var(--bx1,50%) var(--by1,40%), rgba(139,26,26,0.44), transparent 65%),
      radial-gradient(700px 640px at var(--bx2,20%) var(--by2,70%), rgba(90,15,15,0.34), transparent 62%),
      radial-gradient(620px 560px at var(--bx3,80%) var(--by3,20%), rgba(60,10,10,0.30), transparent 65%),
      var(--bg) !important;
    transition:background-position .1s linear;
    animation:bg-pulse 6s ease-in-out infinite;
  }
  @keyframes bg-pulse{
    0%,100%{filter:hue-rotate(0deg) saturate(1) brightness(1);}
    33%{filter:hue-rotate(-5deg) saturate(1.18) brightness(1.08);}
    66%{filter:hue-rotate(5deg) saturate(1.1) brightness(0.94);}
  }
  @media (prefers-reduced-motion: reduce){
    .bg-animate{background-position:initial !important; animation:none !important; filter:none !important;}
  }
</style>


<div class="bg-animate" id="bgAnimate"></div>

<section class="hero">
  <div class="wrap">
    <div class="hero-eyebrow">Disability Pension · AFT &amp; Armed Forces Service Law</div>
    <h1 class="type-heading">Service Element of Disability Pension: Why <em>Even 1 Day of Service</em> Counts After 1973</h1>
    <p class="lede">Service Element is the career-based half of disability pension — and since 01-01-1973, no minimum qualifying service bars a claim to it. A complete guide to entitlement, the invalidation-vs-premature-release dispute, and the judgments veterans rely on.</p>
    <div class="hero-cta">
      <a href="#representation" class="btn btn-primary">Discuss Your Matter</a>
      <a href="#judgments" class="btn btn-ghost">See the Case Law</a>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">Introduction</div>
    <h2 class="reveal type-heading">A vested right, not a longevity-earned benefit</h2>
    <p class="intro reveal">Disability pension has two components — a medical Disability Element tied to the percentage of disablement, and a career-based Service Element tied to length of service rendered. The Service Element is the more heavily contested of the two, because the government routinely tries to deny it on the ground of &#8220;insufficient service&#8221; or the mode of a soldier&#8217;s exit. This guide sets out why that stand collapses in law: the 1973 abolition of minimum qualifying service, the 2014 rectification for pre-1973 retirees, the live dispute between invalidation and premature release, and the judgments — from the Armed Forces Tribunal up to the Supreme Court — that settle the question.</p>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img07-two-elements-definition-2.jpg" alt="Diagram distinguishing the two components of disability pension: the Disability Element based on percentage of disability, and the Service Element proportionate to length of service" loading="lazy">
      <figcaption class="caption">Disability Element is medical; Service Element is career-based — and only the latter is genuinely contested in most disputes.</figcaption>
    </figure>

    <div class="video-embed reveal">
      <div class="video-label">Watch: Service Element of Disability Pension Explained</div>
      <div class="video-frame">
        <iframe src="https://www.youtube.com/embed/dXu2awHNd6U?si=h5qxFdTNg2SZFcmO" title="Service Element of Disability Pension — Patra's Law Chambers" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
      </div>
    </div>
    
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">The 1973 Watershed</div>
    <h2 class="reveal type-heading">Abolition of minimum service — and the &lt;20% trap that survives it</h2>
    <p class="intro reveal">Until 1968, a soldier needed 10 years of qualifying service before the Service Element could be claimed. That fell to 5 years between 1968 and 1972. From 01-01-1973 onward, the requirement was abolished altogether — a single day of service is enough. Crucially, this entitlement stands even where the disability itself was, or later became, assessed below 20%.</p>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img02-minimum-qualifying-service-2.jpg" alt="Timeline showing minimum qualifying service for the Service Element of disability pension: 10 years before 1968, 5 years between 1968 and 1972, and just 1 day of service required after 1 January 1973" loading="lazy">
      <figcaption class="caption">The minimum-service bar was progressively dismantled — and fully abrogated for claims arising after 1 January 1973.</figcaption>
    </figure>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img04-below20-trap-2.jpg" alt="Illustration of a pension cheque being cut in half by scissors labelled disability below 20 percent, with text explaining that the Service Element continues post-1973 even if disability falls below 20%" loading="lazy">
      <figcaption class="caption">The &lt;20% trap: the government sometimes treats a sub-20% disability as disqualifying altogether — but post-1973, the Service Element survives regardless.</figcaption>
    </figure>

    <div class="compare-wrap">
      <div class="compare-item reveal">
        <span class="compare-feature">Minimum Qualifying Service</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">Till 1968</span><p class="compare-value">10 years required</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">Post 01-01-1973</span><p class="compare-value">Fully abrogated — 1 day of service qualifies</p></div>
        </div>
      </div>
      <div class="compare-item reveal">
        <span class="compare-feature">1968–1972 Transitional Period</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">Requirement</span><p class="compare-value">Reduced to 5 years</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">Post 01-01-1973</span><p class="compare-value">No minimum service bar at all</p></div>
        </div>
      </div>
      <div class="compare-item reveal">
        <span class="compare-feature">Effect on Sub-20% Disability</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">Pre-1973 Approach</span><p class="compare-value">Often treated as disqualifying</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">Post-1973 Rule</span><p class="compare-value">Service Element continues even if disability is/becomes &lt;20%</p></div>
        </div>
      </div>
    </div>

    <h3 style="margin-top:44px; font-size:20px;" class="reveal">2014 rectification for pre-1973 retirees</h3>
    <p class="reveal" style="margin-top:10px;">High Courts split on how far back the benefit should reach — some backdated it fully to 1973, others capped arrears at three years. In 2012, the Supreme Court gave the Ministry of Defence an opportunity to self-correct the anomaly, and MoD agreed to extend the benefit to all pre-1973 retirees. A Policy Letter dated 10-02-2014 backdated the benefit to 01-01-1973 and neutralised the three-year arrears cap.</p>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img03-2012-2014-rectification-2.jpg" alt="Timeline graphic showing the 2012 Supreme Court order for anomaly rectification followed by the 2014 government policy letter granting Service Element benefits to all pre-1973 disability pensioners" loading="lazy">
      <figcaption class="caption">The 10-02-2014 Policy Letter closed the gap for pre-1973 retirees, backdating entitlement to 01-01-1973 for all of them — not just those with a favourable High Court ruling.</figcaption>
    </figure>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">The Live Dispute</div>
    <h2 class="reveal type-heading">Invalidation vs. premature release — the government&#8217;s narrow reading, and why it fails</h2>
    <p class="intro reveal">The government&#8217;s standard stand is that only personnel medically boarded out before their term or retirement age qualify for the Service Element. That reading does not survive contact with the actual statutory definition of invalidation.</p>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img05-invalidation-myth-2.jpg" alt="Illustration debunking the invalidation myth: Rule 1 of the Entitlement Rules 1939 and Rule 4 of the Entitlement Rules 1982 define invalidation as any release in a medical category lower than the one held at recruitment" loading="lazy">
      <figcaption class="caption">Rule 1 (Entitlement Rules 1939) and Rule 4 (Entitlement Rules 1982) define invalidation by the medical-category test — irrespective of how the exit is administratively labelled.</figcaption>
    </figure>

    <div class="grid-2 stagger" style="margin-top:22px;">
      <div class="card reveal">
        <span class="tag">Rule 1 (1939) / Rule 4 (1982)</span>
        <h3>The Real Test: Medical Category, Not Exit Label</h3>
        <p>Invalidation means release in a lower medical category than the one held at recruitment — irrespective of the mode of exit. Whether the discharge is labelled &#8220;invalided out&#8221; or &#8220;premature release,&#8221; the medical-category test is what governs entitlement.</p>
      </div>
      <div class="card reveal">
        <span class="tag">Coverage</span>
        <h3>Short Service, Non-Regular &amp; Own-Request Releases</h3>
        <p>Short Service and Non-Regular officers, and personnel who sought premature retirement at their own request, are equally covered — provided the medical-category test is met at the time of exit.</p>
      </div>
    </div>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img09-short-service-officers-qa-2.jpg" alt="Question and answer graphic confirming that Short Service and Non-Regular officers are entitled to the Service Element of disability pension" loading="lazy">
      <figcaption class="caption">Short Service and Non-Regular officers are not carved out of this entitlement — the same medical-category test applies to them.</figcaption>
    </figure>

    <h3 class="reveal" style="margin-top:44px; font-size:20px;">Statutory basis</h3>
    <div class="grid-2 stagger" style="margin-top:18px;">
      <div class="card reveal">
        <span class="tag">Regulation 183</span>
        <h3>Pension Regulations, 1961</h3>
        <p>Sets out the computation method for the Service Element for non-commissioned ranks.</p>
      </div>
      <div class="card reveal">
        <span class="tag">MoD Letter, Para 14.2</span>
        <h3>Dated 30-10-1987</h3>
        <p>Confirms there is no minimum-service bar and lays down the calculation method — including for premature, own-request release.</p>
      </div>
    </div>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img06-reg183-1987-letter-2.jpg" alt="Illustration of an open door with a key, captioned that Regulation 183 of the Pension Regulations 1961 and the 1987 MoD letter confirm there is no minimum service required for premature own-request release" loading="lazy">
      <figcaption class="caption">Regulation 183 and the 30-10-1987 MoD letter close the door on the government&#8217;s &#8220;insufficient service&#8221; objection for own-request premature releases.</figcaption>
    </figure>
  </div>
</section>

<section id="judgments">
  <div class="wrap">
    <div class="eyebrow type-heading">Controlling Precedent</div>
    <h2 class="reveal type-heading">The judgments that settle the question</h2>
    <p class="intro reveal">From High Courts in the 2000s to the Supreme Court as recently as 2022, the case law is remarkably consistent: the Service Element is a vested right, not a longevity-earned privilege.</p>

    <div class="ledger">
      <div class="ledger-item reveal">
        <div class="stamp"><span>SC<br>2019</span></div>
        <span class="cite">UOI v. VR Nanukuttan Nair — CA 4714/2012 (2019)</span>
        <h3>Entitlement affirmed for own-request, pre-term release</h3>
        <p>The Supreme Court affirmed the Service Element for a personnel released before the end of his term at his own request, rejecting the government&#8217;s attempt to treat premature release as disqualifying.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>DEL<br>2004</span></div>
        <span class="cite">Mahavir Singh Narwal v. UOI — Del HC CW 2967/1989 (2004)</span>
        <h3>Minimum-service requirement struck down</h3>
        <p>The Delhi High Court struck down the minimum-service requirement for the Service Element, an early and influential ruling that shaped subsequent litigation on the point.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>DEL<br>2005</span></div>
        <span class="cite">Jai Singh v. UOI — Del HC CW 6475/1998 (2005)</span>
        <h3>Right reaffirmed irrespective of service length</h3>
        <p>The Delhi High Court reaffirmed that entitlement to the Service Element does not depend on how long the personnel served.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>AFT<br>2017</span></div>
        <span class="cite">Charanjit Singh Medi v. UOI — AFT OA 603/2014; SC 2017</span>
        <h3>No minimum qualifying service — settled</h3>
        <p>Upheld through the Armed Forces Tribunal and the Supreme Court, closing off any residual argument that a minimum service period survives for post-1973 claims.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>AFT<br>2015</span></div>
        <span class="cite">Sanjay Kumar v. UOI — AFT Chd OA 2939/2012 (2015)</span>
        <h3>No minimum service bar, confirmed</h3>
        <p>The Chandigarh Bench of the Armed Forces Tribunal confirmed the absence of a minimum-service bar to the Service Element.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>SC<br>2019</span></div>
        <span class="cite">UOI v. Mithun Sasi — SC Diary 28189/2019</span>
        <h3>Right affirmed for premature retirees</h3>
        <p>The Supreme Court affirmed the entitlement of premature retirees to the Service Element, consistent with the line of authority beginning with <em>Nanukuttan Nair</em>.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>SC<br>2022</span></div>
        <span class="cite">UOI v. Jeevan Chandra Pandey — SC Diary 7908/2019 (2022)</span>
        <h3>Absolute right reconfirmed</h3>
        <p>In another premature-retiree matter, the Supreme Court reconfirmed the absolute character of the right to the Service Element, leaving little room for the government to reopen the question.</p>
      </div>
    </div>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img08-nanukuttan-nair-2.jpg" alt="Case summary graphic for Union of India versus VR Nanukuttan Nair (2019): facts involving a premature retiree, holding that entitlement is granted regardless of length of service" loading="lazy">
      <figcaption class="caption"><em>UOI v. VR Nanukuttan Nair</em> (2019) — one of the Supreme Court&#8217;s clearest statements that length of service does not determine entitlement.</figcaption>
    </figure>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img10-jeevan-chandra-pandey-2.jpg" alt="Case summary graphic for Union of India versus Jeevan Chandra Pandey (2022): facts involving a premature retiree, holding that the absolute right to the Service Element was upheld" loading="lazy">
      <figcaption class="caption"><em>UOI v. Jeevan Chandra Pandey</em> (2022) — the most recent Supreme Court reaffirmation of the same principle.</figcaption>
    </figure>

    <div class="card reveal" style="margin-top:8px;">
      <span class="tag">Recent Development</span>
      <h3>Punjab &amp; Haryana High Court, 2025</h3>
      <p>A Division Bench of the Punjab &amp; Haryana High Court upheld an Armed Forces Tribunal finding that a service-attributable or aggravated disability entitles a serviceman to both the Disability Element and the Service Element — and that meeting a qualifying service period is not mandatory, consistent with the line of authority above. (<a href="https://www.livelaw.in/labour-service/service-related-disability-entitles-armed-forces-personnel-to-full-pension-benefits-meeting-qualifying-period-not-mandatory-ph-hc-282649" target="_blank" rel="noopener">LiveLaw report</a>)</p>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">Procedure</div>
    <h2 class="reveal type-heading">Pursuing a Service Element claim — five stages</h2>
    <div class="steps" style="margin-top:18px;">
      <div class="step reveal"><div class="step-num"></div><div><h3>Gather the service and medical record</h3><p>Discharge certificate, release medical board proceedings, medical category held at recruitment versus at exit, and the pension sanctioning authority&#8217;s rejection letter, if any.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Fix the applicable era</h3><p>Determine whether the claim falls pre-1968, the 1968–1972 transitional band, or post-01-01-1973 — this decides whether minimum service is even in issue at all.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Apply the medical-category test</h3><p>Compare the medical category at recruitment against the category at release under Rule 1 (1939) / Rule 4 (1982) — irrespective of whether the exit is labelled invalidation or premature release.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Represent to the pension sanctioning authority</h3><p>File a detailed representation citing Regulation 183 and the 30-10-1987 MoD letter, backed by the settled case law, before escalating further.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Move the Armed Forces Tribunal</h3><p>If the representation is rejected or ignored, file an Original Application before the AFT under Section 14 of the AFT Act, 2007, relying on the Nanukuttan Nair–Jeevan Chandra Pandey line of Supreme Court authority.</p></div></div>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">Pitfalls</div>
    <h2 class="reveal type-heading">Four mistakes that sink an otherwise strong claim</h2>
    <div style="margin-top:18px;">
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>Accepting the government&#8217;s &#8220;insufficient service&#8221; objection at face value.</strong> Post-1973, there is no minimum-service bar at all — the objection has no statutory footing.</p></div>
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>Treating &#8220;premature release&#8221; as automatically disqualifying.</strong> The real test is the medical category held at exit versus at recruitment, not the administrative label on the discharge.</p></div>
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>Assuming a sub-20% disability defeats the Service Element.</strong> The Disability Element may fall away below 20%, but the Service Element survives independently for post-1973 claims.</p></div>
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>Overlooking the 2014 Policy Letter for pre-1973 retirees.</strong> Some claimants still accept a 3-year arrears cap when the 10-02-2014 letter neutralised it and backdated the benefit to 01-01-1973.</p></div>
    </div>
  </div>
</section>

<section id="representation" class="cta-section">
  <div class="wrap">
    <div class="eyebrow type-heading">Representation</div>
    <h2 class="reveal type-heading">Specialized advocacy in service and pension law</h2>
    <p class="intro reveal">Patra&#8217;s Law Chambers represents veterans and serving personnel in Service Element and disability pension disputes — drafting representations to the pension sanctioning authority, filing Original Applications before the Armed Forces Tribunal, Kolkata Bench, and pursuing appeals up to the Supreme Court where required. For a broader look at disability pension entitlement, see our <a href="https://patraslawchambers.com/guide-to-disability-pension-in-the-indian-army-2025/">complete guide to disability pension in the Indian Army</a>.</p>
    <a href="tel:+918902224444" class="btn btn-primary">Book a Consultation</a>

    <div class="firm-about-wrap reveal">
      <p class="firm-about">Established by a distinguished alumnus of IIT Kharagpur, Patra&#8217;s Law Chambers stands as a beacon of legal expertise in Kolkata &amp; Delhi. <a href="https://patraslawchambers.com/about-us/">Know more →</a></p>
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/advocate-photo-optimized-7.jpg" alt="Advocate Sudip Patra, Founder of Patra's Law Chambers" class="firm-about-photo">
    </div>

    <div class="firm-block">
      <div class="firm-col">
        <h4>Kolkata Office</h4>
        <p>NICCO House, 6th Floor, 2 Hare Street<br>Kolkata-700001 (Near Calcutta High Court)</p>
      </div>
      <div class="firm-col">
        <h4>Delhi Office</h4>
        <p>4455/5, First Floor, Gali Shahid Bhagat Singh<br>Main Bazar Road, Paharganj, New Delhi-110055</p>
      </div>
      <div class="firm-col">
        <h4>Contact</h4>
        <p>admin@patraslawchambers.com<br>+91 890 222 4444 / +91 7003 715 325</p>
      </div>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">FAQ</div>
    <h2 class="reveal type-heading">Common questions</h2>
    <div style="margin-top:14px;">
      <div class="faq-item">
        <button class="faq-q">What is the Service Element of disability pension?<span class="plus">+</span></button>
        <div class="faq-a"><p>It is the career-based half of disability pension, computed on length of service rendered — distinct from the Disability Element, which is based purely on the percentage of disability assessed.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Is there a minimum service requirement for the Service Element today?<span class="plus">+</span></button>
        <div class="faq-a"><p>No. The requirement was progressively reduced — 10 years till 1968, 5 years from 1968–1972 — and fully abolished from 01-01-1973 onward. Even a single day of service now qualifies.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Can I still get the Service Element if my disability is below 20%?<span class="plus">+</span></button>
        <div class="faq-a"><p>Yes, for claims arising after 1973. The Disability Element depends on crossing the disability threshold, but the Service Element continues even if the disability was, or later became, assessed below 20%.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Does premature or own-request release disqualify a personnel from the Service Element?<span class="plus">+</span></button>
        <div class="faq-a"><p>Not by itself. Rule 1 of the Entitlement Rules 1939 and Rule 4 of the Entitlement Rules 1982 define invalidation as release in a lower medical category than the one held at recruitment — irrespective of the mode of exit. Regulation 183 and the 30-10-1987 MoD letter confirm no minimum service is required for premature own-request release either.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Are Short Service and Non-Regular officers entitled to the Service Element?<span class="plus">+</span></button>
        <div class="faq-a"><p>Yes. They are covered on the same basis as regular commissioned personnel, provided the medical-category test under Rule 1 (1939) / Rule 4 (1982) is met.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">What if I retired before 1973 — can I still claim the backdated benefit?<span class="plus">+</span></button>
        <div class="faq-a"><p>Yes. Following a 2012 Supreme Court direction, the Ministry of Defence issued a Policy Letter dated 10-02-2014 extending the benefit to all pre-1973 retirees, backdating entitlement to 01-01-1973 and neutralising the earlier 3-year arrears cap that some High Courts had applied.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">What is the statutory basis for the Service Element computation?<span class="plus">+</span></button>
        <div class="faq-a"><p>Regulation 183 of the Pension Regulations, 1961 sets out the computation method for non-commissioned ranks, and the Ministry of Defence Letter dated 30-10-1987 (Para 14.2) confirms there is no minimum-service bar and lays down the calculation method.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Where do I file if my Service Element claim is rejected?<span class="plus">+</span></button>
        <div class="faq-a"><p>After exhausting representation to the pension sanctioning authority, the remedy lies before the Armed Forces Tribunal under Section 14 of the AFT Act, 2007, with further appeal to the Supreme Court where warranted.</p></div>
      </div>
    </div>
  </div>
</section>

<footer>
  <p style="text-align:center !important; text-align-last:center !important;">Creditor and contributor: © Patra&#8217;s Law Chambers © 2026</p>
  <p class="footer-about" style="text-align:center !important; text-align-last:center !important;">Patra&#8217;s Law Chambers is a litigation law firm in Kolkata and Delhi handling all kinds of Supreme Court and High Court matters, including civil, criminal, banking, service, taxation, import-export, property, and inheritance matters.</p>
</footer>

<script>
  document.querySelectorAll('.faq-q').forEach(btn=>{
    btn.addEventListener('click',()=>{
      const item = btn.parentElement;
      const answer = item.querySelector('.faq-a');
      const wasOpen = item.classList.contains('open');
      document.querySelectorAll('.faq-item.open').forEach(o=>{
        o.classList.remove('open'); o.querySelector('.faq-a').style.maxHeight=null;
      });
      if(!wasOpen){ item.classList.add('open'); answer.style.maxHeight = answer.scrollHeight+'px'; }
    });
  });

  // Wrap each heading's text into per-character spans so the typewriter
  // reveal can fade them in one at a time via CSS transition-delay.
  // Walks child nodes rather than using textContent directly, so inline
  // tags (e.g. <em>Article 300A</em> inside the hero h1) keep their own
  // styling instead of being flattened to plain text.
  const reduceMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;
  document.querySelectorAll('.type-heading').forEach(el=>{
    let charCount = 0;
    function wrapNode(node){
      if (node.nodeType === Node.TEXT_NODE) {
        const frag = document.createDocumentFragment();
        [...node.textContent].forEach(ch=>{
          const span = document.createElement('span');
          span.className = 'tw-char';
          span.textContent = ch;
          if (!reduceMotion) span.style.transitionDelay = (300 + charCount * 22) + 'ms';
          charCount++;
          frag.appendChild(span);
        });
        node.parentNode.replaceChild(frag, node);
      } else if (node.nodeType === Node.ELEMENT_NODE) {
        Array.from(node.childNodes).forEach(wrapNode);
      }
    }
    Array.from(el.childNodes).forEach(wrapNode);
    el.dataset.typeDuration = reduceMotion ? 0 : (300 + charCount * 22 + 400);
  });

  const io = new IntersectionObserver((entries)=>{
    entries.forEach(e=>{
      if(e.isIntersecting){
        e.target.classList.add('in');
        if (e.target.classList.contains('type-heading')) {
          const dur = parseInt(e.target.dataset.typeDuration || '0', 10);
          setTimeout(()=>{ e.target.classList.add('typing-done'); }, dur);
        }
        io.unobserve(e.target);
      }
    });
  }, {threshold:0.15});
  document.querySelectorAll('.reveal, .ledger-item, .step, .card, .compare-item, .eyebrow, .type-heading').forEach(el=>io.observe(el));

  setTimeout(()=>{ const p = document.getElementById('surveyPlot'); if(p) p.classList.add('in'); }, 250);

  // Ambient background: two soft glows drift as you scroll, on independent
  // slow cycles so the backdrop keeps changing without ever feeling busy.
  (function(){
    const bg = document.getElementById('bgAnimate');
    const reduceMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;
    if (!bg || reduceMotion) return;
    let ticking = false;
    function update(){
      const scrollFrac = window.scrollY / Math.max(1, (document.body.scrollHeight - window.innerHeight));
      const t = scrollFrac * Math.PI * 2;
      bg.style.setProperty('--bx1', (50 + Math.sin(t) * 16) + '%');
      bg.style.setProperty('--by1', (40 + scrollFrac * 30) + '%');
      bg.style.setProperty('--bx2', (20 + Math.cos(t * 0.8) * 14) + '%');
      bg.style.setProperty('--by2', (70 - scrollFrac * 30) + '%');
      bg.style.setProperty('--bx3', (80 + Math.sin(t * 1.3) * 16) + '%');
      bg.style.setProperty('--by3', (20 + scrollFrac * 35) + '%');
      ticking = false;
    }
    update();
    window.addEventListener('scroll', ()=>{
      if (!ticking) { requestAnimationFrame(update); ticking = true; }
    }, {passive:true});
  })();
</script><p>The post <a href="https://patraslawchambers.com/service-element-of-disability-pension-full-guide-for-defence-personnel/">Service Element of Disability Pension: Full Guide for Defence Personnel</a> first appeared on <a href="https://patraslawchambers.com">Patras Law Chamber</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://patraslawchambers.com/service-element-of-disability-pension-full-guide-for-defence-personnel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
