HOUSTON & SURROUNDING AREAS

Clear the clutter.
Lift the burden.

Professional junk removal, cleanouts and hauling with hard work, honest communication and service at the center of every job.

✓ Free Estimates ✓ Upfront Pricing ✓ Residential & Commercial
Need it gone?Send photos for a fast estimate.
TEXT US PHOTOS →

WHAT WE DO

Junk removal without the headache.

From one bulky item to full property cleanouts, Kingdom Lift helps get your space back.

Junk Removal

Household clutter, unwanted items, garage junk and general non-hazardous debris.

Property Cleanouts

Homes, garages, storage areas, rental properties, move-outs and estate cleanouts.

Furniture & Appliances

Couches, mattresses, tables, chairs and household appliances hauled away safely.

Hauling

Load-and-go hauling for residential and commercial customers throughout the Houston area.

Yard Waste

Branches, brush and yard debris when accepted by the appropriate disposal facility.

Light Demolition

Small tear-outs and removal projects, subject to scope, safety and any applicable requirements.

Safety first: Hazardous or regulated materials require prior approval and may not be accepted.

Junk piled outside a home ready for removal
DONE WITH PURPOSE.

WHY KINGDOM LIFT

Professional service. Straightforward communication.

01

Upfront estimates
No surprise add-ons without your approval.

02

Respect for your property
Careful loading, cleanup and communication.

03

Responsible disposal
Donation, recycling and authorized disposal when appropriate.

04

Faith-driven values
Hard work, honesty, integrity and service.

HOW IT WORKS

Three simple steps.

1

Call or text

Tell us what needs to go. Photos help us estimate faster.

2

Approve the quote

We confirm the scope and price before loading begins.

3

We haul it away

We load, clean the work area and take the material to the proper destination.

Kingdom Lift Junk Removal branded dump trailer

SERVICE AREA

Proudly serving Houston & surrounding communities.

Kingdom Lift is built to serve customers across the greater Houston area. Contact us to confirm availability for your address.

Check My Area
HoustonHumbleKingwoodPorter KatyCypressSugar LandPearland The WoodlandsPasadenaBaytown& nearby areas

FREE ESTIMATE

Tell us what you need removed.

Fill this out and tap Prepare Text Message. Your phone will open a pre-written text to Kingdom Lift. You can attach photos before sending.

CALL OR TEXT 469-268-1577

This free starter site does not store your information on a server.

# Kingdom Lift Junk Removal — Free Starter Website This folder contains a ready-to-publish static website. ## Included - Responsive one-page website - Kingdom Lift branding and existing visual assets - Services, process, service area and quote sections - Click-to-call / click-to-text buttons - Quote form that prepares a text message (no paid form service required) - Mobile navigation - SEO title and description ## FREE hosting option 1: GitHub Pages 1. Create a free GitHub account if you do not already have one. 2. Create a new PUBLIC repository such as `kingdom-lift`. 3. Upload every file/folder from this website package. 4. Open Repository Settings → Pages. 5. Under Build and deployment, choose Deploy from a branch. 6. Select `main` and `/ (root)`, then Save. 7. GitHub will show the free website address after deployment. ## FREE hosting option 2: Cloudflare Pages 1. Create a Cloudflare account. 2. Go to Workers & Pages → Create → Pages. 3. Connect the GitHub repository containing this site, or use Cloudflare's supported upload/deploy flow. 4. Deploy the site. 5. Use the free Pages subdomain until you buy a custom domain. ## Before publishing Verify: - Phone number - Service area - Services you are currently offering - Any claims such as licensed / insured before adding them - Business entity name after registration ## Later upgrades When ready, you can add: - A custom domain (example: kingdomliftjunkremoval.com) - Google Business Profile link/reviews - Before/after job gallery - Online booking - Stripe/card deposits - Professional business email - Analytics - Facebook/Instagram links const menuButton = document.querySelector('.menu-button'); const nav = document.querySelector('.nav-links'); menuButton?.addEventListener('click', () => { const isOpen = nav.classList.toggle('open'); menuButton.setAttribute('aria-expanded', String(isOpen)); menuButton.textContent = isOpen ? '✕' : '☰'; }); document.querySelectorAll('.nav-links a').forEach(link => { link.addEventListener('click', () => { nav.classList.remove('open'); menuButton?.setAttribute('aria-expanded', 'false'); if (menuButton) menuButton.textContent = '☰'; }); }); document.getElementById('year').textContent = new Date().getFullYear(); document.getElementById('quoteForm').addEventListener('submit', (event) => { event.preventDefault(); const name = document.getElementById('name').value.trim() || 'Not provided'; const location = document.getElementById('location').value.trim() || 'Not provided'; const items = document.getElementById('items').value.trim() || 'Not provided'; const amount = document.getElementById('amount').value; const stairs = document.getElementById('stairs').value; const message = `Hi Kingdom Lift, I'd like a free junk removal estimate. Name: ${name} Area: ${location} Items: ${items} Approx. amount: ${amount} Stairs: ${stairs} I can attach photos in this text.`; window.location.href = `sms:+14692681577?body=${encodeURIComponent(message)}`; }); :root{ --ink:#07111b; --ink-2:#0c1925; --ink-3:#132534; --gold:#d99b24; --gold-2:#f0bd4f; --cream:#f6f2e8; --white:#ffffff; --muted:#aab5bf; --line:rgba(255,255,255,.12); --shadow:0 20px 60px rgba(0,0,0,.22); --radius:20px; --container:min(1160px, calc(100% - 40px)); } *{box-sizing:border-box} html{scroll-behavior:smooth} body{ margin:0; background:var(--cream); color:#18212a; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.55; } img{max-width:100%;display:block} a{color:inherit;text-decoration:none} button,input,textarea,select{font:inherit} .container{width:var(--container);margin-inline:auto} .skip-link{position:absolute;left:-9999px} .skip-link:focus{left:12px;top:12px;z-index:100;background:#fff;padding:10px 14px} .site-header{ position:fixed;top:0;left:0;right:0;z-index:50; background:rgba(7,17,27,.88); backdrop-filter:blur(16px); border-bottom:1px solid rgba(255,255,255,.08); } .nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px} .brand{display:flex;align-items:center;gap:12px;color:#fff} .brand img{width:58px;height:58px;object-fit:cover;object-position:center;border-radius:12px;border:1px solid rgba(255,255,255,.18)} .brand span{display:grid;line-height:1} .brand strong{font-size:18px;letter-spacing:.08em} .brand small{font-size:10px;color:var(--gold-2);letter-spacing:.26em;margin-top:5px} .nav-links{display:flex;align-items:center;gap:24px;color:#dbe2e8;font-size:14px;font-weight:700} .nav-links a:hover{color:var(--gold-2)} .nav-call{border:1px solid var(--gold);padding:10px 15px;border-radius:999px;color:#fff!important} .menu-button{display:none;background:none;border:0;color:#fff;font-size:28px} .hero{ min-height:780px; padding:160px 0 90px; position:relative; display:grid; align-items:center; background-image:url("assets/kingdom-lift-hero.webp"); background-size:cover; background-position:center 42%; color:#fff; overflow:hidden; } .hero-overlay{ position:absolute;inset:0; background: linear-gradient(90deg,rgba(4,10,16,.97) 0%,rgba(4,10,16,.91) 46%,rgba(4,10,16,.54) 72%,rgba(4,10,16,.72) 100%), linear-gradient(0deg,rgba(4,10,16,.9),transparent 55%); } .hero-grid{position:relative;display:grid;grid-template-columns:1.45fr .65fr;gap:70px;align-items:center} .eyebrow{font-size:12px;font-weight:900;letter-spacing:.22em;color:var(--gold-2);margin:0 0 14px} .hero h1{font-size:clamp(52px,7vw,88px);line-height:.94;margin:0;letter-spacing:-.05em;text-transform:uppercase;max-width:760px} .hero h1 span{color:var(--gold-2)} .hero-lead{font-size:19px;color:#d3dbe2;max-width:670px;margin:24px 0 28px} .hero-actions{display:flex;gap:12px;flex-wrap:wrap} .button{ display:inline-flex;align-items:center;justify-content:center; min-height:52px;padding:0 22px;border-radius:10px;border:1px solid transparent; font-weight:900;letter-spacing:.02em;cursor:pointer; } .button-primary{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#111} .button-primary:hover{filter:brightness(1.06);transform:translateY(-1px)} .button-secondary{border-color:rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.04)} .trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:30px;color:#c7d0d8;font-size:13px;font-weight:700} .hero-card{ justify-self:end;max-width:330px;padding:30px; border:1px solid rgba(255,255,255,.14); background:rgba(4,10,16,.72); box-shadow:var(--shadow); border-radius:var(--radius); } .hero-card .cross-mark{color:var(--gold-2);font-size:34px} .hero-card p{font-size:11px;letter-spacing:.2em;color:var(--gold-2);font-weight:900} .hero-card h2{font-size:39px;line-height:.95;margin:18px 0;text-transform:uppercase} .hero-card h2 span{color:var(--gold-2)} .hero-card small{color:#aeb8c1} .quick-strip{background:var(--gold);color:#111} .quick-grid{display:flex;align-items:center;justify-content:space-between;min-height:84px;gap:20px} .quick-grid div{display:flex;gap:14px;align-items:baseline} .quick-grid strong{font-size:22px;text-transform:uppercase} .quick-grid span{font-size:14px;font-weight:700} .quick-grid a{font-weight:1000;letter-spacing:.07em;border-bottom:2px solid #111} .section{padding:96px 0} .section-heading{max-width:720px;margin-bottom:44px} .section-heading.centered{text-align:center;margin-inline:auto} .section-heading h2,.split h2,.quote-section h2{ font-size:clamp(38px,5vw,58px);line-height:1.02;letter-spacing:-.045em;margin:0 0 16px;color:var(--ink);text-transform:uppercase; } .section-heading p:not(.eyebrow){color:#56616c;font-size:17px} .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px} .service-card{ background:#fff;border:1px solid #e7e3d8;border-radius:16px;padding:28px; box-shadow:0 8px 28px rgba(20,31,40,.05); } .service-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(20,31,40,.1)} .service-icon{ width:44px;height:44px;border-radius:10px;background:var(--ink);color:var(--gold-2); display:grid;place-items:center;font-size:22px;margin-bottom:22px; } .service-card h3{font-size:20px;margin:0 0 8px;color:var(--ink)} .service-card p{margin:0;color:#66717b} .materials-note{margin-top:22px;font-size:13px;color:#67717b} .section-dark{background:var(--ink);color:#fff} .section-dark h2{color:#fff} .split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center} .photo-panel{position:relative} .photo-panel img{width:100%;border-radius:18px;aspect-ratio:4/3;object-fit:cover;box-shadow:var(--shadow)} .photo-badge{ position:absolute;left:20px;bottom:20px;background:var(--gold);color:#111; padding:12px 16px;border-radius:7px;font-weight:1000;letter-spacing:.08em; } .check-list{margin-top:32px;border-top:1px solid var(--line)} .check-list>div{display:grid;grid-template-columns:56px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)} .check-list span{color:var(--gold-2);font-weight:1000;font-size:13px} .check-list p{margin:0;color:#b9c3cc} .check-list strong{color:#fff} .process-section{background:#f0ece2} .process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px} .process-card{background:#fff;border-radius:16px;padding:30px;border-top:4px solid var(--gold)} .process-card span{font-size:44px;font-weight:1000;color:#e2b552} .process-card h3{font-size:21px;margin:8px 0;color:var(--ink)} .process-card p{margin:0;color:#66717b} .brand-photo{background:#0a1118;padding:0} .brand-photo img{width:100%;max-height:620px;object-fit:cover;object-position:center} .area-split{grid-template-columns:1.05fr .95fr} .area-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px} .area-list span{padding:15px 18px;background:#fff;border:1px solid #e0ddd3;border-radius:10px;font-weight:800;color:var(--ink)} #areas .button{margin-top:24px} .quote-section{background:linear-gradient(135deg,#08121c,#102332);color:#fff;padding:100px 0} .quote-section h2{color:#fff} .quote-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start} .quote-grid>div>p:not(.eyebrow){color:#bcc7d0;max-width:480px} .contact-card{margin-top:34px;border-left:4px solid var(--gold);padding-left:18px;display:grid} .contact-card small{color:var(--gold-2);font-weight:900;letter-spacing:.14em} .contact-card a{font-size:30px;font-weight:1000} .quote-form{background:#fff;color:#111;border-radius:18px;padding:30px;box-shadow:var(--shadow)} .quote-form label{display:grid;gap:7px;font-size:13px;font-weight:800;margin-bottom:16px} .quote-form input,.quote-form textarea,.quote-form select{ width:100%;border:1px solid #d6d9dc;background:#f8f9fa;padding:13px 14px;border-radius:9px;outline:none; } .quote-form input:focus,.quote-form textarea:focus,.quote-form select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(217,155,36,.16)} .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px} .full{width:100%;border:0} .form-note{font-size:11px;color:#777;margin:12px 0 0;text-align:center} .footer{background:#050b11;color:#d3dae0;padding:52px 0 24px} .footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:start} .footer-grid strong{color:#fff;font-size:20px;letter-spacing:.05em} .footer-grid p{margin:6px 0 0;color:var(--gold-2)} .footer-links{display:flex;flex-wrap:wrap;gap:20px;font-weight:700;font-size:13px} .footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:20px;font-size:12px;color:#83909a} @media (max-width: 900px){ .nav-links{ display:none;position:absolute;top:82px;left:0;right:0;padding:20px; background:#07111b;border-top:1px solid rgba(255,255,255,.08); flex-direction:column;align-items:stretch; } .nav-links.open{display:flex} .menu-button{display:block} .hero{min-height:720px;background-position:58% center} .hero-grid,.split,.quote-grid{grid-template-columns:1fr} .hero-card{justify-self:start;max-width:420px} .services-grid,.process-grid{grid-template-columns:1fr 1fr} .quote-grid{gap:40px} } @media (max-width: 620px){ :root{--container:min(100% - 28px,1160px)} .nav-wrap{height:72px} .brand img{width:48px;height:48px} .brand strong{font-size:15px} .nav-links{top:72px} .hero{min-height:760px;padding:125px 0 70px} .hero-grid{gap:34px} .hero h1{font-size:48px} .hero-lead{font-size:16px} .hero-actions .button{width:100%} .hero-card{display:none} .quick-grid{padding:18px 0;align-items:flex-start;flex-direction:column} .quick-grid div{display:grid;gap:0} .section{padding:72px 0} .services-grid,.process-grid{grid-template-columns:1fr} .split{gap:38px} .form-row{grid-template-columns:1fr} .area-list{grid-template-columns:1fr 1fr} .footer-grid,.footer-bottom{flex-direction:column} }