<!-- ============================================================
REPAIRCART — AC Repair in Lucknow | Service Page
WordPress Paste-Ready HTML | AEO + SEO Optimised
============================================================ -->
<style>
.rc-page * { box-sizing: border-box; margin: 0; padding: 0; }
.rc-page { font-family: 'Segoe UI', Tahoma, Georgia, sans-serif; color: #1a1a1a; line-height: 1.7; }
:root {
--rc-blue: #0b3d91;
--rc-sky: #1976d2;
--rc-ice: #e8f4fd;
--rc-orange: #e65100;
--rc-warm: #fff8f3;
--rc-green: #1b5e20;
--rc-mint: #e8f5e9;
--rc-gold: #f57f17;
--rc-light: #f5f7fa;
--rc-white: #ffffff;
--rc-gray: #555;
--rc-border: #dde3ed;
}
.rc-section { padding: 64px 20px; }
.rc-section--blue { background: var(--rc-blue); color: #fff; }
.rc-section--ice { background: var(--rc-ice); }
.rc-section--light { background: var(--rc-light); }
.rc-section--warm { background: var(--rc-warm); }
.rc-section--white { background: var(--rc-white); }
.rc-section--mint { background: var(--rc-mint); }
.rc-inner { max-width: 900px; margin: 0 auto; }
.rc-h1 { font-size: clamp(24px, 5vw, 40px); font-weight: 800; line-height: 1.2; }
.rc-h2 { font-size: clamp(20px, 4vw, 32px); font-weight: 700; line-height: 1.3; margin-bottom: 12px; }
.rc-h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.rc-sub { font-size: 17px; line-height: 1.7; }
.rc-tag { display: inline-block; background: var(--rc-gold); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; }
.rc-tag--white { background: rgba(255,255,255,.2); color: #fff; }
.rc-tag--blue { background: var(--rc-blue); }
.rc-tag--orange { background: var(--rc-orange); }
.rc-tag--green { background: var(--rc-green); }
.rc-btn { display: inline-block; padding: 13px 26px; border-radius: 8px; font-size: 15px; font-weight: 700; text-decoration: none; transition: transform .15s, opacity .15s; }
.rc-btn:hover { transform: translateY(-2px); opacity: .92; }
.rc-btn--primary { background: var(--rc-orange); color: #fff; }
.rc-btn--white { background: #fff; color: var(--rc-blue); }
.rc-btn--outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.rc-btn--green { background: #25d366; color: #fff; }
.rc-btn-group { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.rc-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }
.rc-card { background: #fff; border: 1px solid var(--rc-border); border-radius: 14px; padding: 26px 20px; transition: box-shadow .2s; }
.rc-card:hover { box-shadow: 0 5px 20px rgba(11,61,145,.09); }
.rc-card__icon { font-size: 32px; margin-bottom: 10px; }
.rc-card--blue { border-top: 4px solid var(--rc-blue); }
.rc-card--orange { border-top: 4px solid var(--rc-orange); }
.rc-card--green { border-top: 4px solid var(--rc-green); }
.rc-card--gold { border-top: 4px solid var(--rc-gold); }
.rc-check { list-style: none; padding: 0; margin-top: 18px; }
.rc-check li { padding: 8px 0 8px 30px; position: relative; font-size: 16px; border-bottom: 1px solid var(--rc-border); }
.rc-check li:last-child { border-bottom: none; }
.rc-check li::before { content: '✔'; position: absolute; left: 0; color: var(--rc-green); font-weight: 700; }
.rc-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 18px; margin-top: 28px; }
.rc-step { background: #fff; border-radius: 12px; padding: 26px 18px; text-align: center; border: 1px solid var(--rc-border); }
.rc-step__num { width: 42px; height: 42px; border-radius: 50%; background: var(--rc-blue); color: #fff; font-size: 18px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.rc-faq { margin-top: 26px; }
.rc-faq details { border: 1px solid var(--rc-border); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.rc-faq summary { padding: 17px 20px; font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background: #fff; }
.rc-faq summary::after { content: '+'; font-size: 22px; color: var(--rc-blue); font-weight: 300; }
.rc-faq details[open] summary::after { content: '−'; }
.rc-faq details[open] summary { background: var(--rc-ice); }
.rc-faq__body { padding: 14px 20px 18px; font-size: 15px; line-height: 1.75; background: #fff; color: var(--rc-gray); }
.rc-areas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.rc-area { background: var(--rc-ice); color: var(--rc-blue); border-radius: 20px; padding: 6px 16px; font-size: 14px; font-weight: 600; border: 1px solid #c5ddf5; }
.rc-trust { display: flex; flex-wrap: wrap; gap: 28px; justify-content: center; margin-top: 28px; }
.rc-trust__item { text-align: center; }
.rc-trust__num { font-size: 30px; font-weight: 800; color: var(--rc-blue); }
.rc-trust__lbl { font-size: 13px; color: var(--rc-gray); }
/* Hero — matches main theme */
.rc-hero { background: linear-gradient(135deg, #0b3d91 0%, #1565c0 60%, #0d47a1 100%); color: #fff; padding: 68px 20px 60px; }
.rc-hero__badge { display: inline-block; background: var(--rc-orange); color: #fff; padding: 5px 16px; border-radius: 20px; font-size: 13px; font-weight: 700; letter-spacing: .5px; margin-bottom: 16px; }
/* Problem highlight */
.rc-problem-box { background: #fff; border-left: 5px solid var(--rc-orange); border-radius: 0 12px 12px 0; padding: 22px 24px; margin-top: 24px; }
/* Pricing table */
.rc-price-table { width: 100%; border-collapse: collapse; margin-top: 24px; font-size: 15px; }
.rc-price-table th { background: var(--rc-blue); color: #fff; padding: 11px 16px; text-align: left; }
.rc-price-table td { padding: 11px 16px; border-bottom: 1px solid var(--rc-border); }
.rc-price-table tr:last-child td { border-bottom: none; }
.rc-price-table tr:nth-child(even) td { background: var(--rc-ice); }
/* Inline problem list */
.rc-problems { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-top: 24px; }
.rc-problem-pill { background: #fff; border: 1px solid var(--rc-border); border-radius: 10px; padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; }
.rc-problem-pill__icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.rc-problem-pill p { font-size: 14px; color: #333; font-weight: 500; }
/* Trust comparison row */
.rc-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.rc-compare__col { border-radius: 12px; padding: 22px 18px; }
.rc-compare__col--good { background: var(--rc-mint); border: 1px solid #a5d6a7; }
.rc-compare__col--bad { background: #fff3e0; border: 1px solid #ffcc80; }
.rc-compare__col h4 { font-size: 15px; font-weight: 700; margin-bottom: 10px; }
.rc-compare__col ul { list-style: none; padding: 0; }
.rc-compare__col ul li { font-size: 14px; padding: 5px 0; padding-left: 22px; position: relative; color: #333; }
.rc-compare__col--good ul li::before { content: '✔'; position: absolute; left: 0; color: var(--rc-green); }
.rc-compare__col--bad ul li::before { content: '✗'; position: absolute; left: 0; color: #bf360c; }
/* Breadcrumb */
.rc-breadcrumb { font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.rc-breadcrumb a { color: rgba(255,255,255,.75); text-decoration: none; }
.rc-breadcrumb a:hover { color: #fff; }
/* Final CTA */
.rc-final { text-align: center; padding: 72px 20px; background: linear-gradient(135deg, #0d1b2a 0%, #1a3a5c 100%); color: #fff; }
.rc-final h2 { font-size: clamp(22px, 4vw, 34px); font-weight: 800; margin-bottom: 10px; }
.rc-final p { font-size: 16px; opacity: .8; margin-bottom: 26px; }
/* Sticky bar */
.rc-sticky { position: fixed; bottom: 0; left: 0; right: 0; background: #0b3d91; color: #fff; display: flex; z-index: 9999; }
.rc-sticky a { flex: 1; padding: 13px 10px; text-align: center; text-decoration: none; font-weight: 700; font-size: 14px; color: #fff; }
.rc-sticky a:first-child { background: var(--rc-orange); }
.rc-sticky a:last-child { background: #25d366; }
@media(min-width: 768px) { .rc-sticky { display: none; } }
/* Info note box */
.rc-note { background: var(--rc-ice); border: 1px solid #b3d4f0; border-radius: 10px; padding: 16px 20px; font-size: 14px; color: #1a3a6b; margin-top: 20px; }
.rc-note strong { font-weight: 700; }
/* Review cards */
.rc-reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 28px; }
.rc-review { background: #fff; border-radius: 14px; padding: 22px; border-left: 4px solid var(--rc-gold); }
.rc-stars { color: var(--rc-gold); font-size: 16px; margin-bottom: 8px; }
.rc-reviewer { font-size: 13px; color: var(--rc-gray); margin-top: 10px; font-weight: 600; }
@media(max-width: 600px) {
.rc-section { padding: 44px 16px; }
.rc-compare { grid-template-columns: 1fr; }
.rc-btn { padding: 12px 18px; font-size: 14px; }
}
</style>
<div class="rc-page">
<!-- ════════════════════════════════════════════
SECTION 1 — HERO
════════════════════════════════════════════ -->
<section class="rc-hero" itemscope itemtype="https://schema.org/Service">
<meta itemprop="name" content="AC Repair in Lucknow" />
<meta itemprop="areaServed" content="Lucknow" />
<div class="rc-inner">
<p class="rc-breadcrumb">
<a href="/">Home</a> › <a href="/services/">Services</a> › AC Repair in Lucknow
</p>
<div class="rc-hero__badge">❄️ AC Repair & Service — Lucknow</div>
<h1 class="rc-h1">AC Repair in Lucknow<br>Fast, Reliable & Same-Day</h1>
<p class="rc-sub" style="margin-top:16px;max-width:640px;opacity:.9;">
A broken AC in Lucknow's summer is genuinely rough. RepairCart sends trained technicians to your home — usually the same day — to diagnose and fix the problem properly.
</p>
<div class="rc-btn-group">
<a href="tel:+918756035948" class="rc-btn rc-btn--primary">📞 Call for AC Repair</a>
<a href="https://wa.me/918756035948?text=Hi%2C%20I%20need%20AC%20repair%20in%20Lucknow" class="rc-btn rc-btn--green">💬 WhatsApp Us</a>
</div>
<p style="margin-top:16px;font-size:13px;opacity:.65;">Available 7 days a week • Upfront pricing • No visit fee for most repairs</p>
</div>
</section>
<!-- Quick stats bar -->
<div style="background:#0d2e6b;padding:18px 20px;">
<div class="rc-inner">
<div class="rc-trust">
<div class="rc-trust__item"><div class="rc-trust__num" style="color:#fdd835;">Same Day</div><div class="rc-trust__lbl" style="color:#c5cae9;">Service Available</div></div>
<div class="rc-trust__item"><div class="rc-trust__num" style="color:#fdd835;">All Brands</div><div class="rc-trust__lbl" style="color:#c5cae9;">Split & Window ACs</div></div>
<div class="rc-trust__item"><div class="rc-trust__num" style="color:#fdd835;">Upfront</div><div class="rc-trust__lbl" style="color:#c5cae9;">Pricing Always</div></div>
<div class="rc-trust__item"><div class="rc-trust__num" style="color:#fdd835;">7 Days</div><div class="rc-trust__lbl" style="color:#c5cae9;">Including Sundays</div></div>
</div>
</div>
</div>
<!-- ════════════════════════════════════════════
SECTION 2 — COMMON AC PROBLEMS
════════════════════════════════════════════ -->
<section class="rc-section rc-section--warm">
<div class="rc-inner">
<span class="rc-tag rc-tag--orange">Sound Familiar?</span>
<h2 class="rc-h2">Common AC Problems We Get Called For in Lucknow</h2>
<p style="font-size:16px;color:#444;max-width:680px;">Most AC issues have clear causes. Here are the ones we deal with most often across Lucknow — and what's usually behind them.</p>
<div class="rc-problems">
<div class="rc-problem-pill">
<div class="rc-problem-pill__icon">🌡️</div>
<div><p><strong>AC running but not cooling</strong><br><span style="font-size:13px;color:var(--rc-gray);">Often low refrigerant, dirty filters, or a blocked condenser</span></p></div>
</div>
<div class="rc-problem-pill">
<div class="rc-problem-pill__icon">💧</div>
<div><p><strong>AC leaking water inside</strong><br><span style="font-size:13px;color:var(--rc-gray);">Usually a clogged drain pipe or frozen evaporator coil</span></p></div>
</div>
<div class="rc-problem-pill">
<div class="rc-problem-pill__icon">🔊</div>
<div><p><strong>Strange noise from AC unit</strong><br><span style="font-size:13px;color:var(--rc-gray);">Loose parts, fan motor wear, or compressor issues</span></p></div>
</div>
<div class="rc-problem-pill">
<div class="rc-problem-pill__icon">❌</div>
<div><p><strong>AC not turning on at all</strong><br><span style="font-size:13px;color:var(--rc-gray);">PCB fault, capacitor failure, or power supply problem</span></p></div>
</div>
<div class="rc-problem-pill">
<div class="rc-problem-pill__icon">🌬️</div>
<div><p><strong>Poor airflow from AC</strong><br><span style="font-size:13px;color:var(--rc-gray);">Dirty filters or blocked air vents reduce airflow significantly</span></p></div>
</div>
<div class="rc-problem-pill">
<div class="rc-problem-pill__icon">⚡</div>
<div><p><strong>AC tripping the power supply</strong><br><span style="font-size:13px;color:var(--rc-gray);">Electrical fault, gas overcharge, or compressor drawing excess current</span></p></div>
</div>
<div class="rc-problem-pill">
<div class="rc-problem-pill__icon">❄️</div>
<div><p><strong>Ice forming on the AC unit</strong><br><span style="font-size:13px;color:var(--rc-gray);">Low gas level or restricted airflow causes coil to freeze over</span></p></div>
</div>
<div class="rc-problem-pill">
<div class="rc-problem-pill__icon">🔋</div>
<div><p><strong>High electricity bills with low cooling</strong><br><span style="font-size:13px;color:var(--rc-gray);">Dirty coils, low gas, or a struggling compressor use more power</span></p></div>
</div>
</div>
<div class="rc-note" style="margin-top:28px;">
<strong>Quick tip:</strong> If your AC worked fine last season but isn't cooling well now, a gas top-up or filter cleaning often resolves it without any major repair. Our technician will check and tell you exactly what's needed before touching anything.
</div>
<div class="rc-btn-group" style="margin-top:24px;">
<a href="tel:+91XXXXXXXXXX" class="rc-btn rc-btn--primary">📞 Book AC Diagnosis</a>
</div>
</div>
</section>
<!-- ════════════════════════════════════════════
SECTION 3 — OUR AC SERVICES
════════════════════════════════════════════ -->
<section class="rc-section rc-section--white" id="ac-services">
<div class="rc-inner">
<span class="rc-tag">What We Do</span>
<h2 class="rc-h2">AC Services We Offer in Lucknow</h2>
<p style="font-size:16px;color:var(--rc-gray);max-width:680px;">All services are carried out at your home. The technician brings required tools and common spare parts to most visits.</p>
<div class="rc-cards" style="margin-top:28px;">
<div class="rc-card rc-card--blue">
<div class="rc-card__icon">🔧</div>
<h3 class="rc-h3">AC Repair — All Brands</h3>
<p style="font-size:14px;color:var(--rc-gray);">Split AC, window AC, inverter or fixed speed — we diagnose and repair faults in units from all major manufacturers. LG, Samsung, Voltas, Daikin, Carrier, Blue Star, Hitachi & more.</p>
</div>
<div class="rc-card rc-card--orange">
<div class="rc-card__icon">💨</div>
<h3 class="rc-h3">AC Gas Filling (Refrigerant Refill)</h3>
<p style="font-size:14px;color:var(--rc-gray);">We inspect for leaks first, seal them if found, and then refill the refrigerant to the correct level. Just topping up without fixing a leak is a short-term fix — we don't do that.</p>
</div>
<div class="rc-card rc-card--green">
<div class="rc-card__icon">🏠</div>
<h3 class="rc-h3">AC Installation & Uninstallation</h3>
<p style="font-size:14px;color:var(--rc-gray);">New AC? Shifting homes? We install split and window ACs correctly — checking copper pipe length, electrical safety, and outdoor unit placement so it runs efficiently from day one.</p>
</div>
<div class="rc-card rc-card--gold">
<div class="rc-card__icon">🚿</div>
<h3 class="rc-h3">AC Deep Cleaning (Jet Service)</h3>
<p style="font-size:14px;color:var(--rc-gray);">A proper deep clean covers the indoor coil, filters, drain tray, and the outdoor unit. It helps restore cooling performance and reduces the load on the compressor — especially useful before summer.</p>
</div>
<div class="rc-card rc-card--blue">
<div class="rc-card__icon">🔌</div>
<h3 class="rc-h3">PCB & Electrical Repair</h3>
<p style="font-size:14px;color:var(--rc-gray);">AC not responding to remote? Blinking error lights? We diagnose PCB, capacitor, and wiring issues in both indoor and outdoor units with proper testing equipment.</p>
</div>
<div class="rc-card rc-card--orange">
<div class="rc-card__icon">📋</div>
<h3 class="rc-h3">Annual Maintenance Check (AMC)</h3>
<p style="font-size:14px;color:var(--rc-gray);">A pre-summer checkup — gas level, filter cleaning, drain clearing, coil inspection — helps catch small issues before they become bigger problems during peak heat.</p>
</div>
</div>
</div>
</section>
<!-- ════════════════════════════════════════════
SECTION 4 — PRICING
════════════════════════════════════════════ -->
<section class="rc-section rc-section--ice" id="ac-pricing">
<div class="rc-inner">
<span class="rc-tag rc-tag--blue">Pricing in Lucknow</span>
<h2 class="rc-h2">AC Service Cost in Lucknow — What to Expect</h2>
<p style="font-size:16px;color:#444;max-width:700px;">Pricing depends on the AC type, the problem, and whether spare parts are needed. Here are typical starting ranges to help you plan. The technician shares the exact figure <strong>before starting any work.</strong></p>
<table class="rc-price-table">
<thead>
<tr><th>Service</th><th>Typical Range</th><th>What's Included</th></tr>
</thead>
<tbody>
<tr>
<td><strong>AC General Service / Cleaning</strong></td>
<td>₹399 – ₹699</td>
<td>Filter clean, coil rinse, drain check</td>
</tr>
<tr>
<td><strong>AC Deep Cleaning (Jet)</strong></td>
<td>₹599 – ₹999</td>
<td>Full coil, drain tray, outdoor unit flush</td>
</tr>
<tr>
<td><strong>AC Gas Refilling (R22)</strong></td>
<td>₹1,200 – ₹1,800</td>
<td>Leak check + top-up</td>
</tr>
<tr>
<td><strong>AC Gas Refilling (R32 / R410A)</strong></td>
<td>₹2,000 – ₹3,500</td>
<td>Leak fix + full refill</td>
</tr>
<tr>
<td><strong>Capacitor Replacement</strong></td>
<td>₹400 – ₹800</td>
<td>Part + fitting</td>
</tr>
<tr>
<td><strong>PCB Repair / Replacement</strong></td>
<td>₹800 – ₹2,500</td>
<td>Depends on part availability</td>
</tr>
<tr>
<td><strong>AC Installation (Split)</strong></td>
<td>₹799 – ₹1,200</td>
<td>Fitting, copper pipe up to 3m, testing</td>
</tr>
<tr>
<td><strong>Compressor Replacement</strong></td>
<td>₹3,500 – ₹8,000+</td>
<td>Part + labour (varies by brand & tonnage)</td>
</tr>
</tbody>
</table>
<div class="rc-note" style="margin-top:16px;">
<strong>Note:</strong> These are typical ranges for Lucknow — actual cost depends on your AC's brand, model, and the specific fault. The technician will diagnose first and tell you the exact price. No work starts without your go-ahead.
</div>
</div>
</section>
<!-- ════════════════════════════════════════════
SECTION 5 — HOW IT WORKS
════════════════════════════════════════════ -->
<section class="rc-section rc-section--white" id="how-it-works">
<div class="rc-inner" style="text-align:center;">
<span class="rc-tag">Simple Process</span>
<h2 class="rc-h2">How AC Repair Works with RepairCart</h2>
<p style="font-size:16px;color:var(--rc-gray);">No complicated steps. Just call or WhatsApp and we take it from there.</p>
<div class="rc-steps">
<div class="rc-step">
<div class="rc-step__num">1</div>
<h3 class="rc-h3" style="font-size:16px;">You Call or WhatsApp</h3>
<p style="font-size:14px;color:var(--rc-gray);">Tell us the AC issue and your location in Lucknow. Takes about 2 minutes.</p>
</div>
<div class="rc-step">
<div class="rc-step__num">2</div>
<h3 class="rc-h3" style="font-size:16px;">Technician Assigned</h3>
<p style="font-size:14px;color:var(--rc-gray);">We assign a nearby trained technician and share an estimated arrival time.</p>
</div>
<div class="rc-step">
<div class="rc-step__num">3</div>
<h3 class="rc-h3" style="font-size:16px;">Diagnosis at Your Home</h3>
<p style="font-size:14px;color:var(--rc-gray);">The technician checks your AC thoroughly and explains what's wrong — in plain words.</p>
</div>
<div class="rc-step">
<div class="rc-step__num">4</div>
<h3 class="rc-h3" style="font-size:16px;">Quote First, Work After</h3>
<p style="font-size:14px;color:var(--rc-gray);">You get the price upfront. If you're okay with it, the repair happens. If not — no pressure, no charge.</p>
</div>
</div>
</div>
</section>
<!-- ════════════════════════════════════════════
SECTION 6 — WHY REPAIRCART
════════════════════════════════════════════ -->
<section class="rc-section rc-section--light" id="why-repaircart">
<div class="rc-inner">
<span class="rc-tag">Why People Call Us</span>
<h2 class="rc-h2">What Makes RepairCart Different for AC Repair</h2>
<p style="font-size:16px;color:#444;max-width:700px;">There are plenty of AC repair options in Lucknow. Here's what sets us apart — without the sales talk.</p>
<div class="rc-compare">
<div class="rc-compare__col rc-compare__col--good">
<h4 style="color:var(--rc-green);">✔ What RepairCart does</h4>
<ul>
<li>Diagnoses first, then quotes</li>
<li>Technician explains the issue clearly</li>
<li>Fixes the root cause, not just the symptom</li>
<li>Checks for gas leak before refilling</li>
<li>Carries common parts to most visits</li>
<li>Works 7 days a week, including Sundays</li>
<li>Service period backing on completed repairs</li>
</ul>
</div>
<div class="rc-compare__col rc-compare__col--bad">
<h4 style="color:#bf360c;">✗ Common complaints about others</h4>
<ul>
<li>Price quoted changes after the job</li>
<li>Gas refilled without checking for leak</li>
<li>Same problem returns within days</li>
<li>No clarity on what parts were used</li>
<li>Technician not reachable after service</li>
<li>Not available on weekends</li>
<li>Long wait even for simple fixes</li>
</ul>
</div>
</div>
<div class="rc-cards" style="margin-top:32px;">
<div class="rc-card" style="text-align:center;">
<div style="font-size:28px;margin-bottom:8px;">🛡️</div>
<h3 class="rc-h3" style="font-size:16px;">Verified Technicians</h3>
<p style="font-size:13px;color:var(--rc-gray);">Background-checked and trained before they visit your home.</p>
</div>
<div class="rc-card" style="text-align:center;">
<div style="font-size:28px;margin-bottom:8px;">💬</div>
<h3 class="rc-h3" style="font-size:16px;">Plain Language Diagnosis</h3>
<p style="font-size:13px;color:var(--rc-gray);">We explain what's wrong in simple terms — no confusing technical jargon.</p>
</div>
<div class="rc-card" style="text-align:center;">
<div style="font-size:28px;margin-bottom:8px;">📵</div>
<h3 class="rc-h3" style="font-size:16px;">No App Needed</h3>
<p style="font-size:13px;color:var(--rc-gray);">Just call or WhatsApp. No downloads, no accounts, no unnecessary data sharing.</p>
</div>
<div class="rc-card" style="text-align:center;">
<div style="font-size:28px;margin-bottom:8px;">📍</div>
<h3 class="rc-h3" style="font-size:16px;">Local Lucknow Team</h3>
<p style="font-size:13px;color:var(--rc-gray);">We're based here. We know Lucknow's heat, its areas, and its AC problems well.</p>
</div>
</div>
</div>
</section>
<!-- ════════════════════════════════════════════
SECTION 7 — SERVICE AREAS
════════════════════════════════════════════ -->
<section class="rc-section rc-section--blue" id="service-areas">
<div class="rc-inner">
<span class="rc-tag rc-tag--white">Where We Come To You</span>
<h2 class="rc-h2" style="color:#fff;">AC Repair Near Me — Areas We Cover in Lucknow</h2>
<p style="color:rgba(255,255,255,.82);font-size:16px;">We cover most residential and commercial areas across Lucknow for AC repair and service.</p>
<div class="rc-areas" style="margin-top:20px;">
<span class="rc-area">Gomti Nagar</span>
<span class="rc-area">Indira Nagar</span>
<span class="rc-area">Ashiyana</span>
<span class="rc-area">Alambagh</span>
<span class="rc-area">Krishna Nagar</span>
<span class="rc-area">Hazratganj</span>
<span class="rc-area">Aliganj</span>
<span class="rc-area">Mahanagar</span>
<span class="rc-area">Rajajipuram</span>
<span class="rc-area">Chinhat</span>
<span class="rc-area">Vikas Nagar</span>
<span class="rc-area">Jankipuram</span>
<span class="rc-area">Sitapur Road</span>
<span class="rc-area">Charbagh</span>
<span class="rc-area">Nishatganj</span>
<span class="rc-area">Transport Nagar</span>
<span class="rc-area">Telibagh</span>
<span class="rc-area">Aishbagh</span>
</div>
<p style="color:rgba(255,255,255,.65);font-size:13px;margin-top:16px;">Don't see your area listed? Just call — chances are we cover it.</p>
<div class="rc-btn-group" style="margin-top:24px;">
<a href="tel:+91XXXXXXXXXX" class="rc-btn rc-btn--white">📞 Check Coverage for Your Area</a>
</div>
</div>
</section>
<!-- ════════════════════════════════════════════
SECTION 8 — CUSTOMER EXPERIENCES
════════════════════════════════════════════ -->
<section class="rc-section rc-section--white">
<div class="rc-inner">
<span class="rc-tag">What Customers Said</span>
<h2 class="rc-h2">AC Repair Experiences — Lucknow Customers</h2>
<p style="font-size:16px;color:var(--rc-gray);">A few recent experiences shared by customers across Lucknow.</p>
<div class="rc-reviews">
<div class="rc-review">
<div class="rc-stars">★★★★★</div>
<p style="font-size:15px;color:#333;">"AC was blowing hot air in May. Technician came the same afternoon, found a gas leak, fixed it, and refilled. Explained everything before starting. Reasonable price."</p>
<p class="rc-reviewer">— Pooja T., Gomti Nagar</p>
</div>
<div class="rc-review">
<div class="rc-stars">★★★★★</div>
<p style="font-size:15px;color:#333;">"PCB issue in a 3-year-old Daikin. Another technician quoted ₹4,000 without even checking. RepairCart diagnosed a faulty capacitor and fixed it for much less."</p>
<p class="rc-reviewer">— Sanjay M., Indira Nagar</p>
</div>
<div class="rc-review">
<div class="rc-stars">★★★★☆</div>
<p style="font-size:15px;color:#333;">"Called on a Sunday evening. Technician arrived Monday morning as said. AC installation done properly with no shortcuts on the copper piping. Happy with the work."</p>
<p class="rc-reviewer">— Nisha R., Alambagh</p>
</div>
</div>
</div>
</section>
<!-- ════════════════════════════════════════════
SECTION 9 — PAA FAQS
════════════════════════════════════════════ -->
<section class="rc-section rc-section--light" id="faqs">
<div class="rc-inner">
<span class="rc-tag">People Also Ask</span>
<h2 class="rc-h2">AC Repair FAQs — Lucknow</h2>
<p style="font-size:16px;color:var(--rc-gray);">Answers to the questions most people search for before booking an AC repair in Lucknow.</p>
<div class="rc-faq">
<details>
<summary>Why is my AC running but not cooling the room?</summary>
<div class="rc-faq__body">
The most common reasons are low refrigerant (gas) level, a dirty or blocked air filter, a grimy condenser coil, or — less often — a failing compressor. In Lucknow, where dust levels are high, clogged filters and coils are extremely common and often the first thing to check. A technician can usually identify the cause within 15–20 minutes of inspection.
</div>
</details>
<details>
<summary>How much does AC gas filling cost in Lucknow?</summary>
<div class="rc-faq__body">
It depends on the type of refrigerant your AC uses. Older ACs using R22 gas typically cost ₹1,200–₹1,800 for a refill. Newer inverter ACs using R32 or R410A refrigerant can range from ₹2,000 to ₹3,500. The right approach is to check for and fix any leak first — otherwise the gas will just escape again. Our technician always does a leak check before refilling.
</div>
</details>
<details>
<summary>Is it safe to get AC gas filling done at home?</summary>
<div class="rc-faq__body">
Yes, when done by a trained technician with proper equipment. Refrigerant handling requires specific tools for leak detection, pressure testing, and safe refilling. It's not a DIY job. RepairCart technicians carry the required equipment and follow correct procedures for safe gas refilling at your home.
</div>
</details>
<details>
<summary>Why is water dripping from my AC indoor unit?</summary>
<div class="rc-faq__body">
The most common cause is a blocked or clogged drain pipe — dust and algae build up over time and prevent water from draining properly. Another cause is a frozen evaporator coil, which happens when airflow is restricted. Both are fixable, usually in a single visit. If ignored, water leakage can damage walls, ceiling, and the AC's electrical components.
</div>
</details>
<details>
<summary>How often should AC servicing be done in Lucknow?</summary>
<div class="rc-faq__body">
Ideally, once before summer and once after the monsoon season. Lucknow's dust levels and high summer usage mean filters and coils get dirty faster than in cooler cities. A basic service (filter cleaning + coil rinse + drain check) every 4–6 months keeps cooling performance up and electricity bills in check.
</div>
</details>
<details>
<summary>What is AC deep cleaning and when is it needed?</summary>
<div class="rc-faq__body">
AC deep cleaning — sometimes called jet service — goes further than a standard service. It involves high-pressure water cleaning of the indoor evaporator coil, complete drain tray cleaning, and a flush of the outdoor condenser unit. It's recommended if your AC hasn't been serviced in over a year, if cooling has dropped noticeably, or if there's a musty smell when the AC runs.
</div>
</details>
<details>
<summary>Which AC brands do you repair in Lucknow?</summary>
<div class="rc-faq__body">
We service all major AC brands — including LG, Samsung, Voltas, Daikin, Carrier, Blue Star, Hitachi, Panasonic, Godrej, O General, and Whirlpool. This covers both split ACs and window ACs, inverter and non-inverter models.
</div>
</details>
<details>
<summary>Do you repair window ACs, or only split ACs?</summary>
<div class="rc-faq__body">
We repair both. Window ACs are still common in many older homes and offices in Lucknow, and our technicians are trained to handle them. Services include gas filling, compressor repair, thermostat issues, and full servicing for window AC units.
</div>
</details>
<details>
<summary>My new AC isn't cooling as expected — is something wrong?</summary>
<div class="rc-faq__body">
A few things could cause this. First, check if the AC is correctly sized for the room — an undersized unit will struggle in a large room. Second, installation quality matters a lot; incorrect copper pipe length or a gas leak during installation can affect performance. If your AC was recently installed and isn't cooling well, it's worth having a technician inspect the installation and gas charge.
</div>
</details>
<details>
<summary>Should I repair my old AC or buy a new one?</summary>
<div class="rc-faq__body">
As a rough rule, if the repair cost is under 40–50% of what a comparable new AC would cost, and the unit is less than 8–10 years old, repairing usually makes more sense. Compressor replacements are the one exception — if the compressor goes on an older AC, the maths often favours replacing the unit instead. Our technician will give you an honest read on this when they assess your AC.
</div>
</details>
<details>
<summary>Do you provide AC repair on Sundays in Lucknow?</summary>
<div class="rc-faq__body">
Yes. RepairCart operates 7 days a week, including Sundays and most public holidays. AC problems don't stick to a Monday–Friday schedule — especially in summer — so neither do we.
</div>
</details>
<details>
<summary>Is there a service period on AC repairs done by RepairCart?</summary>
<div class="rc-faq__body">
Yes. Completed repairs come with a service period during which, if the same issue returns, we revisit and inspect at no extra cost. The exact terms will be explained by the technician at the time of service.
</div>
</details>
</div>
</div>
</section>
<!-- ════════════════════════════════════════════
SECTION 10 — FINAL CTA
════════════════════════════════════════════ -->
<div class="rc-final">
<div class="rc-inner">
<p style="font-size:12px;letter-spacing:2px;text-transform:uppercase;opacity:.55;margin-bottom:10px;">AC Repair in Lucknow — RepairCart</p>
<h2>AC Not Working? Let's Sort It Today.</h2>
<p>Call or WhatsApp us with your issue. We'll send a technician, diagnose the problem,<br>and give you a clear price — before we do anything.</p>
<div class="rc-btn-group" style="justify-content:center;">
<a href="tel:+91XXXXXXXXXX" class="rc-btn rc-btn--primary" style="font-size:17px;padding:15px 32px;">📞 Call for AC Repair</a>
<a href="https://wa.me/91XXXXXXXXXX?text=Hi%2C%20I%20need%20AC%20repair%20in%20Lucknow" class="rc-btn rc-btn--green" style="font-size:17px;padding:15px 32px;">💬 WhatsApp Us</a>
</div>
<p style="margin-top:18px;font-size:13px;opacity:.45;">7 days a week • All areas of Lucknow • No app required</p>
</div>
</div>
<!-- ═══════════════════════════════════════
JSON-LD SCHEMA — FAQ + Service
═══════════════════════════════════════ -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Why is my AC running but not cooling the room?",
"acceptedAnswer": { "@type": "Answer", "text": "The most common reasons are low refrigerant level, dirty filters, a blocked condenser coil, or a failing compressor. A technician can identify the cause within 15–20 minutes." }
},
{
"@type": "Question",
"name": "How much does AC gas filling cost in Lucknow?",
"acceptedAnswer": { "@type": "Answer", "text": "R22 gas refills typically cost ₹1,200–₹1,800. R32 or R410A refrigerant for newer inverter ACs ranges from ₹2,000 to ₹3,500. A leak check is done before any refill." }
},
{
"@type": "Question",
"name": "How often should AC servicing be done in Lucknow?",
"acceptedAnswer": { "@type": "Answer", "text": "Ideally once before summer and once after monsoon — roughly every 4–6 months given Lucknow's dust levels and high summer usage." }
},
{
"@type": "Question",
"name": "Do you repair window ACs, or only split ACs?",
"acceptedAnswer": { "@type": "Answer", "text": "Both. RepairCart technicians repair window ACs and split ACs of all major brands, including inverter and non-inverter models." }
},
{
"@type": "Question",
"name": "Do you provide AC repair on Sundays in Lucknow?",
"acceptedAnswer": { "@type": "Answer", "text": "Yes. RepairCart operates 7 days a week, including Sundays and most public holidays." }
},
{
"@type": "Question",
"name": "Which AC brands do you repair in Lucknow?",
"acceptedAnswer": { "@type": "Answer", "text": "We service all major brands including LG, Samsung, Voltas, Daikin, Carrier, Blue Star, Hitachi, Panasonic, Godrej, O General, and Whirlpool." }
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"name": "AC Repair in Lucknow",
"provider": {
"@type": "LocalBusiness",
"name": "RepairCart",
"url": "https://repaircart.in",
"telephone": "+91XXXXXXXXXX",
"areaServed": { "@type": "City", "name": "Lucknow" }
},
"serviceType": "AC Repair",
"description": "Same-day AC repair, gas filling, installation, deep cleaning and maintenance service across Lucknow. Transparent pricing and verified technicians.",
"areaServed": "Lucknow",
"offers": {
"@type": "Offer",
"priceRange": "₹399 - ₹8000",
"priceCurrency": "INR"
}
}
</script>
<!-- Sticky Mobile Bar -->
<div class="rc-sticky">
<a href="tel:+918756035948">📞 Call for AC Repair</a>
<a href="https://wa.me/918756035948?text=Hi%2C%20I%20need%20AC%20repair%20in%20Lucknow">💬 WhatsApp</a>
</div>
<div style="height:56px;" class="rc-mobile-pad"></div>
<style>.rc-mobile-pad{display:none;}@media(max-width:767px){.rc-mobile-pad{display:block;}}</style>
</div><!-- /.rc-page -->