<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Christians Junks Removals | Junk Removal Services</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; line-height: 1.6; color: #1f2937; background: #f8fafc; }
header { background: linear-gradient(135deg, #111827, #374151); color: white; padding: 28px 18px; text-align: center; }
header h1 { font-size: 2rem; margin-bottom: 10px; }
header p { font-size: 1.05rem; max-width: 650px; margin: 0 auto 20px; }
.hero-phone { font-size: 2rem; font-weight: bold; margin: 18px 0; background: #22c55e; color: #052e16; display: inline-block; padding: 14px 24px; border-radius: 18px; box-shadow: 0 8px 20px rgba(0,0,0,.25); }
.hero-phone a { color: #052e16; text-decoration: none; }
.btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-block; padding: 13px 20px; border-radius: 999px; text-decoration: none; font-weight: bold; }
.btn-primary { background: #22c55e; color: #052e16; }
.btn-secondary { background: white; color: #111827; }
.btn-facebook { background: #1877f2; color: white; }
.btn-yelp { background: #d32323; color: white; }
section { padding: 34px 18px; max-width: 1100px; margin: auto; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.card { background: white; border-radius: 18px; padding: 22px; box-shadow: 0 8px 22px rgba(0,0,0,.08); }
.card h3 { margin-bottom: 8px; color: #111827; }
.highlight { background: #dcfce7; border-left: 6px solid #22c55e; }
.prices .price { font-size: 1.7rem; font-weight: bold; color: #16a34a; margin: 8px 0; }
.steps { counter-reset: step; }
.step { position: relative; padding-left: 45px; margin-bottom: 18px; }
.step:before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 30px; height: 30px; border-radius: 50%; background: #22c55e; color: #052e16; display: flex; align-items: center; justify-content: center; font-weight: bold; }
form { display: grid; gap: 12px; }
input, textarea, select { width: 100%; padding: 13px; border: 1px solid #cbd5e1; border-radius: 12px; font-size: 1rem; }
button { border: none; cursor: pointer; font-size: 1rem; }
footer { background: #111827; color: white; text-align: center; padding: 24px 18px; }
.sticky-call { position: fixed; bottom: 14px; left: 14px; right: 14px; background: #22c55e; color: #052e16; text-align: center; padding: 14px; border-radius: 999px; font-weight: bold; text-decoration: none; box-shadow: 0 8px 22px rgba(0,0,0,.25); }
@media (min-width: 760px) { .sticky-call { display: none; } header h1 { font-size: 3rem; } }
</style>
</head>
<body>
<header>
<h1>Christians Junks Removals</h1>
<p>We remove junk, old furniture, construction debris, yard waste, appliances, and more. Fast, clean, and reliable service at fair prices.</p>
<div class="hero-phone">
<a href="tel:7148054277">📞 714-805-4277</a>
</div>
<div class="btns">
<a class="btn btn-primary" href="tel:7148054277">Call Now</a>
<a class="btn btn-secondary" href="sms:7148054277">Get a Quote</a>
<a class="btn btn-facebook" href="https://www.facebook.com/profile.php?id=61586668917730" target="_blank">Facebook</a>
<a class="btn btn-yelp" href="https://www.yelp.com/biz/christians-junk-removals-nuevo" target="_blank">Yelp</a>
</div>
</header>
<section>
<div class="card highlight">
<h2>Same-Day Service Available</h2>
<p>Send us a photo of what you need removed and get a fast estimate.</p>
</div>
</section>
<section>
<h2>Services</h2><br />
<div class="grid">
<div class="card"><h3>General Junk</h3><p>Garage cleanouts, trash removal, boxes, bags, and unwanted items.</p></div>
<div class="card"><h3>Furniture</h3><p>Couches, mattresses, tables, chairs, desks, and heavy furniture.</p></div>
<div class="card"><h3>Construction Debris</h3><p>Wood, drywall, small concrete debris, remodeling and construction waste.</p></div>
<div class="card"><h3>Yard Waste</h3><p>Branches, leaves, light dirt, plants, and yard cleanups.</p></div>
<div class="card"><h3>Appliances</h3><p>Refrigerators, washers, dryers, stoves, and other appliances.</p></div>
<div class="card"><h3>Cleanouts</h3><p>Homes, apartments, storage units, offices, and rental property cleanouts.</p></div>
</div>
</section>
<section class="prices">
<h2>Sample Pricing</h2><br />
<div class="grid">
<div class="card"><h3>Small Pickup</h3><p class="price">Starting at $89</p><p>1–3 small items or a light load.</p></div>
<div class="card"><h3>Half Load</h3><p class="price">Starting at $199</p><p>Perfect for small garage cleanouts or multiple furniture items.</p></div>
<div class="card"><h3>Full Load</h3><p class="price">Starting at $399</p><p>Great for large cleanups, debris, or multiple areas.</p></div>
</div>
<p style="margin-top:14px;">*Prices may vary depending on volume, weight, location, and material type.</p>
</section>
<section>
<h2>How It Works</h2><br />
<div class="steps">
<div class="step"><h3>Send Us a Photo</h3><p>Send a photo or description of the items you need removed.</p></div>
<div class="step"><h3>Get a Quote</h3><p>We provide a clear estimate before arrival.</p></div>
<div class="step"><h3>We Do the Heavy Lifting</h3><p>We arrive, load everything, and leave the area clean.</p></div>
</div>
</section>
<section>
<h2>Request a Quote</h2><br />
<div class="card">
<form action="mailto:tuemail@example.com" method="post" enctype="text/plain">
<input type="text" name="nombre" placeholder="Your Name" required />
<input type="tel" name="telefono" placeholder="Phone Number" required />
<select name="servicio">
<option>General Junk</option>
<option>Furniture</option>
<option>Construction Debris</option>
<option>Yard waste</option>
<option>Appliances</option>
<option>Cleanout</option>
</select>
<textarea name="mensaje" rows="5" placeholder="Describe what you need removed"></textarea>
<button class="btn btn-primary" type="submit">Send Request</button>
</form>
</div>
</section>
<footer>
<h2>Christians Junks Removals</h2>
<p>Tel: 714-805-4277 | Victor E</p>
<p>Local junk removal and cleanup services</p>
</footer>
<a class="sticky-call" href="tel:7148054277">📞 714-805-4277 • Victor E</a>
</body>
</html>