<?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>motor accident claims tribunal - Patras Law Chamber</title>
	<atom:link href="https://patraslawchambers.com/tag/motor-accident-claims-tribunal/feed/" rel="self" type="application/rss+xml" />
	<link>https://patraslawchambers.com</link>
	<description>Patras Law Chamber</description>
	<lastBuildDate>Thu, 20 Aug 2026 16:28:58 +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>MACT Compensation: Criminal Acquittal Doesn&#8217;t Bar Your Claim</title>
		<link>https://patraslawchambers.com/mact-compensation-criminal-acquittal-doesnt-bar-your-claim/</link>
					<comments>https://patraslawchambers.com/mact-compensation-criminal-acquittal-doesnt-bar-your-claim/#respond</comments>
		
		<dc:creator><![CDATA[Adv. Sudip Patra]]></dc:creator>
		<pubDate>Thu, 20 Aug 2026 15:54:40 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[contributory negligence]]></category>
		<category><![CDATA[KSRTC]]></category>
		<category><![CDATA[MACT]]></category>
		<category><![CDATA[motor accident claims tribunal]]></category>
		<category><![CDATA[motor accident compensation]]></category>
		<category><![CDATA[patras law chambers]]></category>
		<category><![CDATA[Section 166 Motor Vehicles Act]]></category>
		<category><![CDATA[Supreme Court judgment]]></category>
		<guid isPermaLink="false">https://patraslawchambers.com/?p=3963</guid>

					<description><![CDATA[<p>Motor Accident Claims Tribunal · Supreme Court, 19.08.2026 A Criminal Acquittal Does [&#8230;]</p>
<p>The post <a href="https://patraslawchambers.com/mact-compensation-criminal-acquittal-doesnt-bar-your-claim/">MACT Compensation: Criminal Acquittal Doesn’t Bar Your Claim</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;
    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);}

  /* ===== 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;}
    .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="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">Motor Accident Claims Tribunal · Supreme Court, 19.08.2026</div>
    <h1 class="type-heading">A Criminal Acquittal Does Not <em>Erase</em> Your Motor Accident Compensation Claim</h1>
    <p class="lede">The Supreme Court has restored a widow&#8217;s compensation to over Rs. 50 lakh — 21 years after the accident — after the High Court wrongly treated her husband&#8217;s benefit-of-doubt acquittal in criminal court as proof the bus driver wasn&#8217;t negligent. Here is what <em>Reena v. KSRTC</em> settles for every MACT claim.</p>
    <div class="hero-cta">
      <a href="#representation" class="btn btn-primary">Discuss Your Claim</a>
      <a href="#judgments" class="btn btn-ghost">See the Precedents</a>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">Introduction</div>
    <h2 class="reveal type-heading">Two courts, two very different amounts</h2>
    <p class="intro reveal">A claimant who survives a fatal road accident already carries the weight of losing a spouse, a parent, and a friend in a single night. What she should not have to carry is a tribunal system that lets a criminal court&#8217;s benefit-of-doubt acquittal quietly decide her civil compensation for her. In <em>Reena v. The Managing Director, Karnataka State Road Transport Corporation &amp; Ors.</em>, the Supreme Court corrected exactly that error — reinstating full liability against the KSRTC bus driver and nearly seven times the compensation the Karnataka High Court had allowed, more than two decades after the crash.</p>

    <div class="video-embed reveal">
      <div class="video-label">Watch: Acquittal ≠ Exoneration — The Reena v. KSRTC Ruling Explained</div>
      <div class="video-frame">
        <iframe src="https://www.youtube.com/embed/faBnVpYd6Ys?si=1FzGJRTOO9fK1KLU" title="Acquittal ≠ Exoneration — Reena v. KSRTC — 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>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img02-background-nh48.jpg" alt="Diagram of the accident on NH-48 at 1:20 AM on 14 October 2005: a KSRTC heavy passenger bus driven by RW1 collides with a Hyundai Santro driven by Nandan Shet, killing the husband, mother-in-law and a family friend, with Reena surviving as the injured claimant" loading="lazy">
      <figcaption class="caption">14.10.2005, 1:20 AM, NH-48, Kunigal — a KSRTC bus and a Hyundai Santro collided. Nandan Shet, his mother Geetha Shet, and a family friend died; his wife Reena survived with injuries and became the claimant.</figcaption>
    </figure>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">Core Principle</div>
    <h2 class="reveal type-heading">Criminal acquittal and civil liability run on separate tracks</h2>
    <p class="intro reveal">The entire High Court error traced back to one confusion: treating a criminal acquittal as if it settled the civil question of negligence. The Supreme Court held it does not — because the two proceedings are not even asking the same question, let alone applying the same standard to answer it.</p>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img04-burden-of-proof.jpg" alt="Weighing scale comparing criminal proceedings under Section 304-A IPC, which require proof beyond reasonable doubt of culpable rashness, against civil MACT claims under Section 166 of the Motor Vehicles Act, which apply the preponderance of probability standard" loading="lazy">
      <figcaption class="caption">Two scales, two standards — a bus driver can walk free from a criminal court on benefit of doubt and still be held fully liable for compensation before the Tribunal.</figcaption>
    </figure>

    <div class="compare-wrap">
      <div class="compare-item reveal">
        <span class="compare-feature">Standard of Proof</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">Criminal (Sec. 304-A IPC)</span><p class="compare-value">Beyond reasonable doubt</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">Civil MACT (Sec. 166 MV Act)</span><p class="compare-value">Preponderance of probability</p></div>
        </div>
      </div>
      <div class="compare-item reveal">
        <span class="compare-feature">What Must Be Shown</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">Criminal</span><p class="compare-value">A high degree of &#8220;culpable rashness&#8221; — a demanding threshold</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">Civil MACT</span><p class="compare-value">Was it more likely than not that negligence occurred?</p></div>
        </div>
      </div>
      <div class="compare-item reveal">
        <span class="compare-feature">Effect of Acquittal</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">Criminal</span><p class="compare-value">RW1 was acquitted on benefit of doubt — not an honourable, fact-based acquittal</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">Civil MACT</span><p class="compare-value">Negligence exists independently of the criminal outcome</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">Four evidentiary rules a MACT appeal now turns on</h2>
    <div class="grid-2 stagger" style="margin-top:22px;">
      <div class="card reveal">
        <span class="tag">Police Records</span>
        <h3>The FIR and Charge Sheet Are Prima Facie Proof</h3>
        <p>The FIR and Charge Sheet, filed exclusively against the bus driver, along with the conductor&#8217;s statement, constitute valid, admissible, prima facie evidence of rash and negligent driving — and a subsequent criminal acquittal does not displace that civil liability.</p>
      </div>
      <div class="card reveal">
        <span class="tag">Acquittal ≠ Exoneration</span>
        <h3>Benefit of Doubt Is Not an Honourable Acquittal</h3>
        <p>The High Court&#8217;s central error was treating RW1&#8217;s acquittal as &#8220;honourable.&#8221; The Supreme Court corrected this: an acquittal on benefit of doubt reflects an evidentiary gap under the criminal standard, not a factual finding that he wasn&#8217;t negligent.</p>
      </div>
      <div class="card reveal">
        <span class="tag">Scene-Sketch Fallacy</span>
        <h3>Drag Marks Are Not the Point of Impact</h3>
        <p>A heavy, speeding bus naturally pushes or drags a lighter car forward. Where a smaller vehicle ends up on a post-crash topographical sketch cannot, on its own, prove it was on the wrong side of the road — that needs corroborating ocular evidence.</p>
      </div>
      <div class="card reveal">
        <span class="tag">Appellate Standard</span>
        <h3>High Courts Must Meet &#8220;Preponderance of Probability&#8221;</h3>
        <p>An Appellate Court cannot summarily overturn a reasoned MACT award. Section 173 of the MV Act requires it to carefully marshal all oral and documentary evidence before reversing a Tribunal&#8217;s finding of negligence.</p>
      </div>
    </div>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img05-evidentiary-value-police-records.jpg" alt="FIR No. 275 of 2005 filed exclusively against the bus driver, with the charge sheet and the conductor's statement that the bus dashed against the car, described as valid, admissible, prima facie evidence in civil claims that a criminal acquittal does not displace" loading="lazy">
      <figcaption class="caption">Rule: a criminal acquittal does not displace the prima facie civil liability the FIR and Charge Sheet already establish.</figcaption>
    </figure>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img06-forensic-fallacy-scene-sketches.jpg" alt="Diagram showing the KSRTC bus striking the Santro from behind and dragging it forward, illustrating that drag marks are not the same as the point of impact and that a post-accident site map alone cannot establish contributory negligence against a deceased driver" loading="lazy">
      <figcaption class="caption">The High Court&#8217;s error: reading the Santro&#8217;s post-crash position as proof it was on the wrong side of the road, when a heavy vehicle striking a lighter one naturally drags it forward regardless of fault.</figcaption>
    </figure>
  </div>
</section>

<section id="judgments">
  <div class="wrap">
    <div class="eyebrow type-heading">The Procedural Journey</div>
    <h2 class="reveal type-heading">Twenty-one years, three courts, one question</h2>
    <p class="intro reveal">The Tribunal acquitted the driver on benefit of doubt yet still awarded Reena a bare Rs. 1,50,000, reasoning she had no &#8220;loss of dependency&#8221; because she was herself employed. The High Court went further, relying on the acquittal and the scene sketch to assess 50:50 contributory negligence and roughly halve the award. The Supreme Court&#8217;s job in 2026 was to decide whether a criminal acquittal can be allowed to quietly erase a civil tort claim — and it said no.</p>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img03-procedural-journey.jpg" alt="Flowchart: MACT 2008 acquits the bus driver on benefit of doubt and awards Rs 1,50,000; High Court 2014 relies on the acquittal and scene sketch, assumes 50:50 contributory negligence, and cuts compensation to Rs 7,17,634; Supreme Court 2026 decides whether a criminal acquittal erases civil tort liability" loading="lazy">
      <figcaption class="caption">From a Rs. 1.5 lakh award in 2008, to a halved Rs. 7,17,634 on appeal in 2014, to a corrected Rs. 50,81,876 from the Supreme Court in 2026 — the same accident, three very different readings of the same evidence.</figcaption>
    </figure>

    <div class="ledger">
      <div class="ledger-item reveal">
        <div class="stamp"><span>LEAD<br>2026</span></div>
        <span class="cite">Reena v. The Managing Director, KSRTC &amp; Ors. — 2026 LiveLaw (SC) 832 (Civil Appeal Nos. 10755-10758 of 2026)</span>
        <h3>Acquittal by benefit of doubt does not bind the Tribunal</h3>
        <p>Justices S.V.N. Bhatti and N.V. Anjaria restored 100% negligence against the KSRTC driver, admitted fresh income evidence under Order XLI Rule 27(1)(b) CPC, and enhanced compensation from Rs. 7,17,634 to Rs. 50,81,876 at 6% interest.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>PRIMA<br>FACIE</span></div>
        <span class="cite">ICICI Lombard General Insurance Co. Ltd. v. Rajani Sahoo &amp; Ors. — (2025) 2 SCC 599</span>
        <h3>Police records survive a criminal acquittal</h3>
        <p>Held that the FIR and final Charge Sheet are valid, admissible, reliable prima facie evidence of rash and negligent driving, and that a later acquittal does not affect the assessment of tortious liability under the MV Act.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>SPLIT<br>STANDARD</span></div>
        <span class="cite">Mathew Alexander v. Mohd. Shafi &amp; Anr. — (2023) 13 SCC 510</span>
        <h3>Two proceedings, two different degrees of proof</h3>
        <p>The &#8220;culpable rashness&#8221; threshold under Section 304-A IPC is significantly higher than civil negligence under tort law — criminal findings cannot control or dictate a MACT proceeding evaluated on civil standards.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>SKETCH<br>2020</span></div>
        <span class="cite">Sunita &amp; Ors. v. Rajasthan State Road Transport Corporation &amp; Ors. — (2020) 13 SCC 486</span>
        <h3>A site map alone cannot prove contributory negligence</h3>
        <p>A site map or accident sketch cannot be read in isolation to fix contributory negligence on a deceased driver without corroborating ocular evidence — and not examining every possible witness isn&#8217;t fatal if the existing record already establishes negligence.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>IMPACT<br>2018</span></div>
        <span class="cite">Mangla Ram v. Oriental Insurance Co. Ltd. &amp; Ors. — (2018) 5 SCC 656</span>
        <h3>Where a vehicle lands is not where the collision happened</h3>
        <p>A collision between a heavy, speeding vehicle and a lighter one naturally pushes or drags the smaller one forward — so its final resting spot on a post-accident sketch cannot, by itself, fix which side of the road it was driven on.</p>
      </div>
      <div class="ledger-item reveal">
        <div class="stamp"><span>MARSHAL<br>2024</span></div>
        <span class="cite">Geeta Dubey &amp; Ors. v. United India Insurance Co. Ltd. &amp; Ors. — 2024 SCC OnLine SC 3779</span>
        <h3>Appellate courts must marshal the evidence, not skim it</h3>
        <p>MACT claims are adjudicated on &#8220;preponderance of probability,&#8221; not proof beyond reasonable doubt — and an Appellate Court must carefully marshal all oral and documentary evidence before reversing a reasoned Tribunal award.</p>
      </div>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">Synthesis</div>
    <h2 class="reveal type-heading">Where the High Court went wrong, line by line</h2>
    <p class="intro reveal">Set side by side, the two judgments aren&#8217;t a close call — the High Court&#8217;s approach and the Supreme Court&#8217;s correction rest on opposite readings of the same FIR, the same Charge Sheet, and the same rough sketch of the accident scene.</p>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img07-synthesis-hc-vs-sc.jpg" alt="Comparison of the High Court's flawed approach, which ignored the FIR and charge sheet because of the criminal acquittal and assumed a 50/50 negligence split from a static scene sketch, against the Supreme Court's correct approach, which reinstated the FIR and charge sheet as prima facie proof and held KSRTC 100% liable while reinstating the bus conductor's eyewitness account" loading="lazy">
      <figcaption class="caption">The same case file, read two different ways — one honoured the presumptive value of police records, the other didn&#8217;t.</figcaption>
    </figure>

    <div class="compare-wrap">
      <div class="compare-item reveal">
        <span class="compare-feature">Evidence</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">High Court (2014)</span><p class="compare-value">Ignored the FIR and Charge Sheet because of the criminal acquittal</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">Supreme Court (2026)</span><p class="compare-value">Reinstated the FIR and Charge Sheet as prima facie proof, tested on preponderance of probability</p></div>
        </div>
      </div>
      <div class="compare-item reveal">
        <span class="compare-feature">Negligence Finding</span>
        <div class="compare-grid">
          <div class="compare-col"><span class="compare-col-label">High Court (2014)</span><p class="compare-value">Assumed a 50:50 contributory-negligence split from a static post-crash scene sketch</p></div>
          <div class="compare-col is-current"><span class="compare-col-label">Supreme Court (2026)</span><p class="compare-value">Held KSRTC 100% liable; reinstated the bus conductor&#8217;s unrebutted eyewitness statement</p></div>
        </div>
      </div>
    </div>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">Case Application</div>
    <h2 class="reveal type-heading">Proving the real income, 21 years later</h2>
    <p class="intro reveal">The Tribunal and the High Court had both notionally fixed the deceased&#8217;s income at a bare Rs. 20,000 a month &#8220;considering he was an engineer&#8221; — even though he held a Mechanical Engineering degree, specialised software certifications, and ran his own IT venture. The claimant&#8217;s difficulty was procedural: the High Court had refused to admit her additional income evidence, calling her application delayed. The Supreme Court disagreed, invoking <a href="https://www.indiacode.nic.in/handle/123456789/2191" target="_blank" rel="noopener">Order XLI Rule 27(1)(b) of the Code of Civil Procedure, 1908</a> to receive the documents &#8220;for the limited purpose of determining the just and fair compensation&#8221; owed — noting she had been married only three months before the accident, and that shock and the absence of support explained her delay.</p>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img08-case-application-just-compensation.jpg" alt="Oracle and Visual Basic certificates, Geetha Technologies purchase orders, and Bank of Baroda Finacle records admitted as additional evidence under Order XLI Rule 27(1)(b) CPC, proving the deceased's software skills, active corporate contracts, and transition from salaried employee to IT entrepreneur, leading the Supreme Court to fix his realistic income at Rs 70,000 per month" loading="lazy">
      <figcaption class="caption">A Bachelor&#8217;s degree from 1999, Oracle and Visual Basic certifications, a Rs. 52,000 purchase order dated ten days before the accident, and bank records tracing his own proprietorship — together enough to move the Court off a bare Rs. 20,000 notional figure.</figcaption>
    </figure>

    <p class="reveal">The documents — a salary certificate, software certifications, invoices and purchase orders for his firm Geetha Technologies, and Bank of Baroda account records — traced a clear arc from a Rs. 7,000-a-month salaried job in 2001 to an independent IT entrepreneur executing corporate contracts by 2005. The Court declined the claimant&#8217;s assertion of Rs. 1–1.5 lakh a month as unproven, but held that Rs. 20,000 was equally unrealistic for a software professional of his qualifications, fixing his realistic income at <strong>Rs. 70,000 per month</strong> at the time of his death.</p>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">The Formula</div>
    <h2 class="reveal type-heading">How the Rs. 50,81,876 award was actually calculated</h2>
    <p class="intro reveal">The multiplier method under the Motor Vehicles Act isn&#8217;t a black box — it&#8217;s a fixed sequence of deductions and additions applied to the deceased&#8217;s income. Here is exactly how the Supreme Court got from a Rs. 70,000 monthly income to the final figure.</p>
    <div class="steps" style="margin-top:18px;">
      <div class="step reveal"><div class="step-num"></div><div><h3>Fix the base monthly income</h3><p>Rs. 70,000/month, drawn from the MACT exhibits and the additional evidence admitted on appeal — not the Rs. 20,000 notional figure the Tribunal and High Court had used.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Annualise it</h3><p>Rs. 70,000 × 12 = Rs. 8,40,000 gross annual income.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Deduct statutory tax</h3><p>Income Tax (FY 2005-06 slabs, plus 2% cess) and Professional Tax are subtracted: (–) Rs. 2,08,440, leaving a Net Actual Annual Income of Rs. 6,31,560.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Add future prospects</h3><p>+40% of the Net Actual Annual Income is added for career growth the deceased would have had: (+) Rs. 2,52,624, taking the Net Effective Annual Income to Rs. 8,84,184.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Apply the 1/3rd deduction and the multiplier</h3><p>One-third of the Net Effective Annual Income (Rs. 2,94,728) is treated as the annual saving to the estate, then multiplied by the factor of 17 fixed for a 30-year-old under the Motor Vehicles Act multiplier table: Rs. 50,10,376 as the Substantive Loss to Estate.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Add consortium and funeral heads</h3><p>Rs. 52,000 for loss of spousal consortium and Rs. 19,500 for funeral and transportation expenses (each an inflation-adjusted base figure) are added on top.</p></div></div>
      <div class="step reveal"><div class="step-num"></div><div><h3>Arrive at the total award</h3><p>Rs. 50,10,376 + Rs. 52,000 + Rs. 19,500 = <strong>Rs. 50,81,876</strong>, payable exclusively by KSRTC with 6% annual interest from the date the claim petition was filed until realisation.</p></div></div>
    </div>

    <figure class="article-img reveal">
      <img decoding="async" src="https://patraslawchambers.com/wp-content/uploads/2026/08/img09-compensation-equation.jpg" alt="The compensation equation: base annual income of Rs 8,40,000 minus statutory tax deductions of Rs 2,08,440 plus future prospects of 40 percent equals a net effective annual income of Rs 8,84,184; one-third of that as annual savings to estate multiplied by a factor of 17 for age 30 gives a substantive loss to estate of Rs 50,10,376, plus spousal consortium of Rs 52,000 and funeral expenses of Rs 19,500, for a total award of Rs 50,81,876 payable at 6 percent annual interest exclusively by KSRTC" loading="lazy">
      <figcaption class="caption">The full multiplier-method calculation, exactly as the Supreme Court worked it out for Nandan Shet&#8217;s estate.</figcaption>
    </figure>
  </div>
</section>

<section>
  <div class="wrap">
    <div class="eyebrow type-heading">Pitfalls</div>
    <h2 class="reveal type-heading">Five mistakes that cost claimants real money</h2>
    <div style="margin-top:18px;">
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>Assuming a criminal acquittal ends the civil claim.</strong> A benefit-of-doubt acquittal is not a factual finding of no negligence — the MACT and appellate courts are free, and required, to independently assess the evidence on civil standards.</p></div>
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>Treating a scene sketch as conclusive.</strong> A post-crash topographical sketch, on its own, cannot fix contributory negligence — a heavy vehicle naturally drags a lighter one forward regardless of who was at fault.</p></div>
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>Accepting a generic notional income.</strong> Tribunals routinely default to a bare notional figure unless the claimant actively documents the deceased&#8217;s real qualifications, certifications, and business income.</p></div>
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>Missing the window for fresh income evidence.</strong> Order XLI Rule 27(1)(b) CPC lets an Appellate Court admit additional evidence &#8220;for any other substantial cause&#8221; — a genuine, explained delay (shock, loss of support, bank-merger records) does not automatically bar it.</p></div>
      <div class="pitfall reveal"><span class="mark">✕</span><p><strong>Forgetting the welfare-legislation lens.</strong> The Motor Vehicles Act is beneficial, welfare-oriented legislation for accident victims and their families — courts are expected to read it that way, not as an ordinary adversarial statute.</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">Handling MACT claims and appeals end to end</h2>
    <p class="intro reveal">Patra&#8217;s Law Chambers represents claimants and dependents before Motor Accident Claims Tribunals and in appeals before the Calcutta High Court and the Supreme Court — from filing the original claim petition, to contesting an insurer&#8217;s or transport corporation&#8217;s defence, to correcting an unjust reduction on account of a criminal acquittal or a misread accident sketch. We also assist with applications to admit additional income evidence on appeal under Order XLI Rule 27 CPC.</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-4.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">Does an acquittal in the criminal court mean I can&#8217;t claim compensation?<span class="plus">+</span></button>
        <div class="faq-a"><p>No. Criminal acquittal — especially on benefit of doubt — does not erase civil tortious liability. The FIR and Charge Sheet remain valid prima facie evidence before the Tribunal, which applies a lower, civil standard of proof.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">What standard of proof applies in a MACT compensation case?<span class="plus">+</span></button>
        <div class="faq-a"><p>&#8220;Preponderance of probability&#8221; — was it more likely than not that negligence occurred — not &#8220;beyond reasonable doubt,&#8221; which is the criminal standard under Section 304-A IPC.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Can a High Court reduce compensation just from a rough accident-site sketch?<span class="plus">+</span></button>
        <div class="faq-a"><p>Not on its own. A site map or scene sketch cannot be the sole basis for contributory negligence — it needs corroborating ocular evidence, since a heavy vehicle naturally drags a lighter one forward on impact.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">What is &#8220;notional income,&#8221; and why does it matter?<span class="plus">+</span></button>
        <div class="faq-a"><p>It&#8217;s the income a Tribunal assumes for the deceased when documentary proof is thin. Courts often default to a low, generic figure — as happened here, where Rs. 20,000/month was corrected to Rs. 70,000/month once the claimant&#8217;s software qualifications and business records were placed on record.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Can I file additional income evidence after the case is already on appeal?<span class="plus">+</span></button>
        <div class="faq-a"><p>Yes, in appropriate cases. Order XLI Rule 27(1)(b) CPC allows an Appellate Court to admit fresh evidence &#8220;for any other substantial cause,&#8221; particularly where the Motor Vehicles Act&#8217;s welfare purpose and a genuinely explained delay are shown.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">What is &#8220;future prospects,&#8221; and how does it affect the award?<span class="plus">+</span></button>
        <div class="faq-a"><p>A fixed percentage addition to account for the career growth the deceased would likely have had. In this case, 40% was added to the net annual income before applying the multiplier.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Who actually pays when a state transport corporation&#8217;s bus is at fault?<span class="plus">+</span></button>
        <div class="faq-a"><p>The corporation itself, where — as with KSRTC here — it is also the internal insurer of the vehicle. The Supreme Court made the enhanced award exclusively payable by KSRTC.</p></div>
      </div>
      <div class="faq-item">
        <button class="faq-q">Does litigation delay hurt a genuine MACT claim?<span class="plus">+</span></button>
        <div class="faq-a"><p>Not necessarily. This claim took 21 years to reach finality, yet the Supreme Court still corrected the compensation — Section 169 of the MV Act&#8217;s summary procedure and the Act&#8217;s welfare purpose weigh against letting delay defeat a just claim.</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/mact-compensation-criminal-acquittal-doesnt-bar-your-claim/">MACT Compensation: Criminal Acquittal Doesn’t Bar Your Claim</a> first appeared on <a href="https://patraslawchambers.com">Patras Law Chamber</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://patraslawchambers.com/mact-compensation-criminal-acquittal-doesnt-bar-your-claim/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
