<?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>Section 24(2) LARR - Patras Law Chamber</title>
	<atom:link href="https://patraslawchambers.com/tag/section-242-larr/feed/" rel="self" type="application/rss+xml" />
	<link>https://patraslawchambers.com</link>
	<description>Patras Law Chamber</description>
	<lastBuildDate>Tue, 18 Aug 2026 00:55:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>Land Acquisition Writ Petition in Calcutta High Court</title>
		<link>https://patraslawchambers.com/land-acquisition-writ-petition-in-calcutta-high-court/</link>
					<comments>https://patraslawchambers.com/land-acquisition-writ-petition-in-calcutta-high-court/#respond</comments>
		
		<dc:creator><![CDATA[Adv. Sudip Patra]]></dc:creator>
		<pubDate>Mon, 17 Aug 2026 23:04:17 +0000</pubDate>
				<category><![CDATA[Calcutta High Court]]></category>
		<category><![CDATA[Civil matters]]></category>
		<category><![CDATA[Article 226]]></category>
		<category><![CDATA[article 300A]]></category>
		<category><![CDATA[co-owner compensation]]></category>
		<category><![CDATA[de facto acquisition]]></category>
		<category><![CDATA[eminent domain India]]></category>
		<category><![CDATA[land acquisition]]></category>
		<category><![CDATA[patras law chambers]]></category>
		<category><![CDATA[property law West Bengal]]></category>
		<category><![CDATA[Section 24(2) LARR]]></category>
		<category><![CDATA[W.P.A.]]></category>
		<category><![CDATA[Writ Petition]]></category>
		<guid isPermaLink="false">https://patraslawchambers.com/?p=3886</guid>

					<description><![CDATA[<p>W.P.A. — Group I Roster · Calcutta High Court Land Acquisition Writ [&#8230;]</p>
<p>The post <a href="https://patraslawchambers.com/land-acquisition-writ-petition-in-calcutta-high-court/">Land Acquisition Writ Petition in Calcutta High Court</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:#9C968C;
    --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;}
  .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-delay:.18s;}
  .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-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);}
  .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:left !important;}
  .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;
    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; font-size:8px; font-weight:700; color:var(--accent) !important; text-align:center; line-height:1.2;}
  .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);}
  .firm-about{margin-top:22px !important; font-size:15px !important; color:var(--text-muted) !important;
    max-width:600px; text-align:left !important;}
  .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(25px,7vw,30px); line-height:1.18;}
    .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;}
    .card{transform:scale(.97); opacity:0; transition:opacity .5s ease, transform .5s cubic-bezier(.2,.8,.2,1);}
    .card.in{opacity:1; transform:scale(1);}
    .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;}
    .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(760px 640px at var(--bx1,20%) var(--by1,10%), rgba(201,151,31,0.30), transparent 62%),
      radial-gradient(640px 560px at var(--bx2,80%) var(--by2,60%), rgba(139,38,53,0.26), transparent 62%),
      radial-gradient(500px 460px at var(--bx3,50%) var(--by3,85%), rgba(201,151,31,0.14), transparent 65%),
      var(--bg) !important;
    transition:background-position .1s linear;
    animation:bg-pulse 7s ease-in-out infinite;
  }
  @keyframes bg-pulse{
    0%,100%{filter:hue-rotate(0deg) saturate(1) brightness(1);}
    33%{filter:hue-rotate(-14deg) saturate(1.35) brightness(1.12);}
    66%{filter:hue-rotate(10deg) saturate(1.2) brightness(1.06);}
  }
  @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="survey-plot" id="surveyPlot">
    <div class="boundary"></div>
    <div class="pin"></div><div class="pin"></div><div class="pin"></div><div class="pin"></div>
  </div>
  <div class="wrap">
    <div class="hero-eyebrow">W.P.A. — Group I Roster · Calcutta High Court</div>
    <h1>Land Acquisition Writ Petitions: <em>Article 300A</em> &amp; the Fight for Fair Compensation</h1>
    <p class="lede">When the State takes possession without lawful acquisition, or pays nothing for decades — the Constitution still gives you a remedy. A complete guide to filing, arguing, and winning a Group I land matter under Article 226.</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">Eminent domain, unchecked, becomes administrative apathy</h2>
    <p class="intro reveal">The compulsory acquisition of private land by the State is one of the most severe exercises of sovereign power. Too often, the government takes physical possession, decades pass, and no lawful compensation reaches the landowner or their heirs — or the acquisition itself was vitiated by fatal procedural illegality from the start. This guide examines the substantive rights and procedural remedies available before the Calcutta High Court: filing a W.P.A. under the Group I roster, from <em>de facto</em> acquisitions and Section 24(2) lapse declarations to parity claims among co-owners.</p>

    <!-- VIDEO SLOT (currently disabled — nothing shows on the live page).
         When you have a YouTube video ready:
         1. Delete the two comment-marker lines surrounding this block (the
            line just above this text, and the closing marker line below)
         2. Replace src="" on the iframe with your embed link, e.g.
            https://www.youtube.com/embed/VIDEO_ID
         Duplicate this whole commented block anywhere else you want a video.

    <div class="video-embed reveal">
      <div class="video-label">Watch: Land Acquisition Writs Explained</div>
      <div class="video-frame">
        <iframe src="" title="Land Acquisition Writ Petitions — Patra's Law Chambers" allowfullscreen></iframe>
      </div>
    </div>

    (end of disabled video slot) -->
    
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">Jurisdiction</div>
    <h2 class="reveal type-heading">What counts as a Group I land matter</h2>
    <p class="intro reveal">Writ petitions under Article 226 are categorized into specific rosters. Land acquisition disputes — requisition, tenancy, eviction of government land — fall strictly under Group I, filed as W.P.A. on the Appellate Side. Which statute governs the acquisition is the foundational question, since different eras of expropriation carry very different procedural rights.</p>

    <div class="compare-wrap">
      <div class="compare-item reveal">
        <span class="compare-feature">Market Value Multiplier</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">1894 Act</span><p class="compare-value">Standard market value, no statutory multiplier</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">LARR 2013</span><p class="compare-value">1–2× in rural areas (by distance from urban centres), 1× in urban areas</p></div>
        </div>
      </div>
      <div class="compare-item reveal">
        <span class="compare-feature">Solatium</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">1894 Act</span><p class="compare-value">30% of calculated market value</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">LARR 2013</span><p class="compare-value">100% of compensation amount</p></div>
        </div>
      </div>
      <div class="compare-item reveal">
        <span class="compare-feature">Social Impact Assessment</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">1894 Act</span><p class="compare-value">Not required</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">LARR 2013</span><p class="compare-value">Mandatory for most projects, barring urgent defence/infra exemptions</p></div>
        </div>
      </div>
      <div class="compare-item reveal">
        <span class="compare-feature">Consent Requirement</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">1894 Act</span><p class="compare-value">None from affected landowners</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">LARR 2013</span><p class="compare-value">80% for private projects; 70% for PPPs</p></div>
        </div>
      </div>
      <div class="compare-item reveal">
        <span class="compare-feature">Lapse of Proceedings</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">1894 Act</span><p class="compare-value">§11A: 2 years to pass award post-declaration</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">LARR 2013</span><p class="compare-value">§24(2): lapses if compensation unpaid AND possession not taken, 5+ years before 1 Jan 2014</p></div>
        </div>
      </div>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">Grounds for Relief</div>
    <h2 class="reveal type-heading">Five recurring fact patterns behind a successful writ</h2>
    <div class="grid-2 stagger" style="margin-top:22px;">
      <div class="card reveal">
        <span class="tag">Article 300A</span>
        <h3>De Facto Acquisition Without Due Process</h3>
        <p>The State takes physical possession — for roads, embankments, public utilities — without ever initiating formal proceedings. Courts have firmly held the State cannot deprive a citizen of property through executive fiat alone.</p>
      </div>
      <div class="card reveal">
        <span class="tag">§24(2) LARR</span>
        <h3>Statutory Lapse Claims</h3>
        <p>A dual-test standard: the award must be 5+ years before 1 Jan 2014, AND the State must have failed to take possession, AND failed to pay compensation. Both defaults, not one, per <em>Indore Development Authority</em>.</p>
      </div>
      <div class="card reveal">
        <span class="tag">Article 14</span>
        <h3>Denial of Parity in Compensation</h3>
        <p>Co-owners of the same plot who weren&#8217;t party to a tribunal&#8217;s enhancement order are still entitled to the same enhanced rate. The State cannot discriminate between similarly situated landowners.</p>
      </div>
      <div class="card reveal">
        <span class="tag">Procedural</span>
        <h3>Statutory Violations</h3>
        <p>Failure to serve mandatory personal notice under §9(3)/12(2), or no reasoned order on §5A objections — either is a fatal flaw that vitiates the entire proceeding.</p>
      </div>
    </div>
    <div class="card reveal" style="margin-top:18px;">
      <span class="tag">Delay &#038; Laches</span>
      <h3>The State cannot hide behind its own inaction</h3>
      <p>Illegal expropriation is a &#8220;continuing cause of action.&#8221; Courts consistently reject the delay/laches defence where the government itself failed to follow acquisition procedure or pay compensation — even 40+ years later.</p>
    </div>
  </div>
</section>

<section id="judgments">
  <div class="wrap">
    <div class="eyebrow type-heading">Controlling Precedent</div>
    <h2 class="reveal type-heading">The judgments that decide these cases</h2>
    <p class="intro reveal">Eight rulings anchor virtually every argument made in a Group I land writ — from co-owner parity to the outer limits of restitution.</p>

    <div class="ledger">
      <div class="ledger-item reveal">
        <div class="stamp"><span>PARITY<br>2024</span></div>
        <span class="cite">Anindya Das v. State of W.B. — 2024 SCC OnLine Cal 1364</span>
        <h3>Parity among co-owners is automatic</h3>
        <p>One co-owner&#8217;s dissatisfaction over compensation implicitly operates on behalf of all co-owners sharing the same interest. The Collector has no jurisdiction to re-evaluate status — enhanced compensation must be disbursed uniformly.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>DELAY<br>2023</span></div>
        <span class="cite">State of W.B. v. Asit Das — MAT 207 of 2018</span>
        <h3>40 years is not too late</h3>
        <p>&#8220;It would be preposterous if the State is permitted to contend that since the landowner was sleeping over his rights&#8230; he forfeits the right to receive compensation.&#8221; Compensation ordered with 8% interest from 1978.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>NOTICE<br>1997</span></div>
        <span class="cite">Ajet Ali Baidya v. State of West Bengal</span>
        <h3>Procedural rigidity cannot defeat property rights</h3>
        <p>Notices under §9(3A) issued 6 years late, petitioners excluded from the award. Calcutta HC relaxed statutory time limits and permitted fresh compensation applications.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>NATIONAL<br>2022</span></div>
        <span class="cite">Sukh Dutt Ratra v. State of HP — (2022) 7 SCC 508</span>
        <h3>No limitation period for substantial justice</h3>
        <p>38 years of alleged oral consent and silence didn&#8217;t bar relief. Forcible dispossession without due process is a continuing cause of action — Article 300A is a fundamental human right.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>LAPSE<br>TEST</span></div>
        <span class="cite">Indore Development Authority v. Manoharlal — (2020) 8 SCC 129</span>
        <h3>&#8220;Or&#8221; means &#8220;and&#8221; — the dual-default rule</h3>
        <p>The controlling precedent on §24(2). Both possession-not-taken AND compensation-not-paid must be proven concurrently. One default alone does not trigger a lapse.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>APPLIED<br>2022</span></div>
        <span class="cite">Bijay Sain v. State of West Bengal — decided 30.09.2022</span>
        <h3>The dual-default standard, applied strictly</h3>
        <p>Calcutta HC found genuine failure on both possession and payment — the acquisition had lapsed, and authorities were restrained from disturbing peaceful possession.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>LIMIT<br>2022</span></div>
        <span class="cite">APMC v. State of Karnataka — 2022</span>
        <h3>You cannot benefit from your own obstruction</h3>
        <p>Where the landowner&#8217;s own interim stay caused the delay, that period cannot be used to claim a §24(2) lapse.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>SINGUR<br>2025</span></div>
        <span class="cite">State of W.B. v. Santi Ceramics — Supreme Court, 2025</span>
        <h3>Restitution is targeted, not general</h3>
        <p>The Singur relief in <em>Kedar Nath Yadav</em> was an in personam remedy for vulnerable cultivators — not a blank cheque for well-resourced entities that accepted compensation and stayed dormant while others litigated.</p>
      </div>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">Procedure</div>
    <h2 class="reveal type-heading">Filing a W.P.A. — six stages</h2>
    <div class="steps" style="margin-top:18px;">
      <div class="step reveal"><div class="step-num"></div><div><h3>Title verification &amp; document gathering</h3><p>Registered sale deeds/pattas, updated Record of Rights, legal heir certificates, tax receipts, and every government notification, award, or possession memo that reconstructs the administrative timeline.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Establish locus standi</h3><p>Absolute owner, bargadar, legal heir, or co-owner seeking parity — standing must be facially apparent from the appended documents, or the petition is dismissed at the threshold.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Draft the petition</h3><p>Invoke Article 226, detail the Article 300A/14 violation precisely. A concise List of Dates, Synopsis, and specific Grounds. §24(2) claims must explicitly aver the dual-test.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>File before the registry</h3><p>Registered as W.P.A., listed before the Single Judge on the Group I (Land) determination roster.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Move for interim relief</h3><p>Press for status quo, a stay on further acquisition, or an injunction against altering the land&#8217;s physical nature before affidavits are exchanged.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Pleadings &amp; final hearing</h3><p>State authorities file an Affidavit-in-Opposition, petitioner replies, and the matter proceeds to final arguments and a reasoned judgment.</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 case</h2>
    <div style="margin-top:18px;">
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>Treating §24(2) lapse as automatic</strong> once five years pass. Both defaults must be proven — if funds were deposited but simply uncollected, courts will not declare a lapse.</p></div>
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>The interim stay trap.</strong> If your own earlier injunction delayed the acquisition, that period is excused for the State — it cannot be used to claim a lapse.</p></div>
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>Filing without a clear title chain.</strong> A writ court will not conduct a mini-trial into disputed ownership — locus standi must be obvious from public documents alone.</p></div>
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>Assuming delay alone guarantees relief.</strong> Protection against laches is contingent on the State being the primary defaulter — not on the landowner having simply waited.</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 for the Group I roster</h2>
    <p class="intro reveal">Patra&#8217;s Law Chambers provides end-to-end representation for land acquisition disputes before the Calcutta High Court — drafting and filing W.P.A. petitions, litigating Section 24(2) lapse declarations, pursuing parity claims for excluded co-owners, and challenging <em>de facto</em> expropriations. We also represent clients before the Land Acquisition Collector and in reference proceedings for compensation enhancement.</p>
    <a href="tel:+918902224444" class="btn btn-primary">Book a Consultation</a>

    <p class="firm-about reveal">Established by a distinguished alumnus of IIT Kharagpur, Patra&#8217;s Law Chambers stands as a beacon of legal expertise in Kolkata &amp; Delhi. To know more details, click <a href="https://patraslawchambers.com/about-us/">here</a>.</p>

    <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">Can I file a writ if the government took my land but never paid compensation?<span class="plus">+</span></button>
        <div class="faq-a"><p>Yes. Illegal dispossession is a continuing cause of action — courts will issue a mandamus directing assessment and payment of fair compensation, regardless of how much time has passed.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">What is Section 24(2) lapse?<span class="plus">+</span></button>
        <div class="faq-a"><p>Old acquisitions (award passed 5+ years before 1 Jan 2014) are deemed lapsed only if BOTH possession was never taken AND compensation was never paid — not just one condition. Established in <em>Indore Development Authority</em>.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Can I still claim compensation if my land was acquired decades ago?<span class="plus">+</span></button>
        <div class="faq-a"><p>Often yes. Calcutta High Court has directed compensation even after 40+ years where the State never followed lawful procedure, rejecting the delay/laches defence, as in <em>Asit Das</em>.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">What is a W.P.A. in the Calcutta High Court?<span class="plus">+</span></button>
        <div class="faq-a"><p>The registration prefix for writ petitions on the Appellate Side. Land acquisition disputes fall under the Group I (land matters) roster, invoking Article 226 jurisdiction.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Can co-owners get the same compensation as other co-owners of the same plot?<span class="plus">+</span></button>
        <div class="faq-a"><p>Yes — courts apply the principle of parity, directing equal enhanced compensation to similarly situated co-owners even if they weren&#8217;t original litigants, provided they share an indivisible interest.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Does an earlier stay order affect my Section 24(2) lapse claim?<span class="plus">+</span></button>
        <div class="faq-a"><p>Yes — if your own interim stay delayed the acquisition process, courts may hold that you cannot later claim the acquisition lapsed under Section 24(2).</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">What documents are needed to file a land acquisition writ petition?<span class="plus">+</span></button>
        <div class="faq-a"><p>Title documents (sale deeds, pattas), updated Record of Rights (Porcha), the original notification if any, award/compensation correspondence, legal heir certificates, and proof of physical possession status.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Is the 1894 Land Acquisition Act still relevant for pending cases?<span class="plus">+</span></button>
        <div class="faq-a"><p>Yes — for acquisitions begun before 2014, courts apply transitional rules under Section 24 of the 2013 Act to determine which compensation regime governs.</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 full-service law firm in Kolkata &amp; Delhi, handling civil, criminal, writ, and property litigation.</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 section heading's text into per-character spans so the
  // typewriter reveal can fade them in one at a time via CSS transition-delay.
  const reduceMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;
  document.querySelectorAll('.type-heading').forEach(el=>{
    const text = el.textContent;
    el.textContent = '';
    const frag = document.createDocumentFragment();
    [...text].forEach((ch, i)=>{
      const span = document.createElement('span');
      span.className = 'tw-char';
      span.textContent = ch;
      if (!reduceMotion) span.style.transitionDelay = (300 + i * 22) + 'ms';
      frag.appendChild(span);
    });
    el.appendChild(frag);
    el.dataset.typeDuration = reduceMotion ? 0 : (300 + text.length * 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').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', (20 + Math.sin(t) * 18) + '%');
      bg.style.setProperty('--by1', (10 + scrollFrac * 55) + '%');
      bg.style.setProperty('--bx2', (80 + Math.cos(t * 0.8) * 15) + '%');
      bg.style.setProperty('--by2', (60 - scrollFrac * 35) + '%');
      bg.style.setProperty('--bx3', (50 + Math.sin(t * 1.3) * 22) + '%');
      bg.style.setProperty('--by3', (85 - scrollFrac * 40) + '%');
      ticking = false;
    }
    update();
    window.addEventListener('scroll', ()=>{
      if (!ticking) { requestAnimationFrame(update); ticking = true; }
    }, {passive:true});
  })();
</script><p>The post <a href="https://patraslawchambers.com/land-acquisition-writ-petition-in-calcutta-high-court/">Land Acquisition Writ Petition in Calcutta High Court</a> first appeared on <a href="https://patraslawchambers.com">Patras Law Chamber</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://patraslawchambers.com/land-acquisition-writ-petition-in-calcutta-high-court/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
