Flooring & Tiling Edinburgh | Transform Your Home & Business | Trusted Experts :root{ –primary:#111827; –accent:#6b7280; –bg:#f3f4f6; –white:#ffffff; –text:#111827; } *{margin:0;padding:0;box-sizing:border-box} body{font-family:’Inter’,sans-serif;color:var(–text);background:#fff} .container{max-width:1280px;margin:auto;padding:0 24px} /* Simple Header – No Menu Bar */ .simple-header{ background:#111827; color:white; padding:1.2rem 0; border-bottom:3px solid #6b7280; } .header-flex{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:1rem; } .logo h1{font-size:1.5rem;font-weight:700;letter-spacing:-0.3px;color:white} .logo p{font-size:0.8rem;color:#9ca3af} .emergency-phone{ background:#6b7280; padding:8px 20px; border-radius:40px; color:white !important; text-decoration:none; font-weight:600; transition:0.2s; display:inline-block; } .emergency-phone:hover{background:#4b5563} /* Hero Section with Blurred Image */ .page-hero{ position:relative; color:white; padding:5rem 0; text-align:center; overflow:hidden; } .page-hero::before{ content:””; position:absolute; top:0; left:0; width:100%; height:100%; background-image: url(‘https://mapropertymaintenanceedinburgh.co.uk/wp-content/uploads/2026/04/flooring-and-tiling-scaled.webp’); background-size:cover; background-position:center; filter: blur(4px) brightness(0.65); transform: scale(1.02); z-index:0; } .page-hero .container{ position:relative; z-index:2; } .page-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:800;color:white;text-shadow:0 2px 8px rgba(0,0,0,0.5)} .page-hero p{font-size:1.2rem;max-width:700px;margin:0 auto;color:white;text-shadow:0 1px 4px rgba(0,0,0,0.4)} .hero-buttons{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center} /* Buttons */ .btn{ display:inline-block; background:#6b7280; color:white; font-weight:700; padding:12px 28px; border-radius:40px; text-decoration:none; transition:0.2s; border:none; cursor:pointer; font-size:1rem; } .btn:hover{background:#4b5563;transform:translateY(-2px)} .btn-primary{background:#6b7280} .btn-primary:hover{background:#4b5563} .btn-outline{background:transparent;border:2px solid white;color:white} .btn-outline:hover{background:white;color:#111827} /* Sections */ section{padding:4rem 0} .section-title{font-size:2rem;margin-bottom:2rem;position:relative;display:inline-block;color:#111827;font-weight:700} .section-title:after{content:”;display:block;width:60px;height:4px;background:#6b7280;margin-top:8px} /* Service Showcase Cards */ .service-showcase{ display:grid; grid-template-columns:1fr 1fr; gap:2rem; margin-bottom:3rem; background:#f9fafb; border-radius:28px; overflow:hidden; border:1px solid #e5e7eb; } .service-showcase .service-img{ width:100%; height:320px; object-fit:cover; } .service-showcase .service-content{padding:2rem} .service-showcase .service-content h3{font-size:1.8rem;margin-bottom:1rem;color:#111827;font-weight:700} .service-showcase .service-content p{color:#4b5563;margin-bottom:1rem} .service-showcase .service-content ul{padding-left:1.2rem;list-style:none} .service-showcase .service-content li{margin:0.6rem 0;padding-left:1.5rem;position:relative} .service-showcase .service-content li:before{content:”โœ“”;color:#6b7280;position:absolute;left:0;font-weight:600} /* Benefits Grid */ .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1rem} .benefit-item{background:#ffffff;padding:1.5rem;border-radius:20px;text-align:center;border:1px solid #e5e7eb;box-shadow:0 4px 10px rgba(0,0,0,0.02)} .benefit-item strong{font-size:1.2rem;display:block;margin:0.75rem 0 0.5rem;color:#111827} /* Additional Services Grid */ .grid-2cols{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem} .service-card{background:#f9fafb;padding:2rem;border-radius:24px;border:1px solid #e5e7eb} .service-card .service-icon{font-size:2.5rem;margin-bottom:1rem} .service-card h3{font-size:1.4rem;margin-bottom:1rem;color:#111827;font-weight:700} .service-card ul{margin-top:1rem;padding-left:1.2rem;list-style:none} .service-card li{margin:0.6rem 0;padding-left:1.5rem;position:relative;color:#374151} .service-card li:before{content:”โœ“”;color:#6b7280;position:absolute;left:0;font-weight:600} /* Gallery Grid */ .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem} .gallery-img{width:100%;height:220px;object-fit:cover;border-radius:20px;box-shadow:0 4px 12px rgba(0,0,0,0.08);transition:0.3s} .gallery-img:hover{transform:scale(1.02);box-shadow:0 8px 20px rgba(0,0,0,0.12)} /* Internal Links */ .internal-links-section{background:#f9fafb;border-radius:28px;padding:2rem;margin:2rem 0} .internal-links-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;margin-top:1.5rem} .internal-link{background:white;border:1px solid #e5e7eb;border-radius:40px;padding:10px 24px;text-decoration:none;color:#111827;font-weight:600;transition:0.2s} .internal-link:hover{background:#111827;color:white;border-color:#111827} /* External Links */ .external-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1.5rem} .external-link{color:#6b7280;text-decoration:none;font-size:0.85rem} .external-link:hover{color:#111827;text-decoration:underline} /* Emergency Banner */ .emergency-banner{background:#111827;color:white;text-align:center;border-radius:28px;padding:2.5rem 2rem;margin:2rem 0} .emergency-banner h3{font-size:1.8rem;margin-bottom:0.5rem;color:white} .emergency-banner .btn{margin-top:1rem;background:#6b7280} .emergency-banner .btn:hover{background:#4b5563} /* Form */ .quote-form{background:#f9fafb;padding:2rem;border-radius:28px;margin-top:1.5rem;border:1px solid #e5e7eb} .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem} .form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:40px;font-family:’Inter’;font-size:0.95rem} .form-grid textarea{border-radius:24px} .alert{padding:12px 20px;border-radius:16px;margin-bottom:1.5rem;display:none} .alert-success{background:#d1fae5;color:#065f46;border-left:4px solid #059669;display:block} .alert-error{background:#fee2e2;color:#991b1b;border-left:4px solid #dc2626;display:block} /* FAQ */ details{background:#f9fafb;padding:1rem 1.5rem;border-radius:30px;margin-bottom:1rem;border:1px solid #e5e7eb} summary{font-weight:700;font-size:1rem;cursor:pointer;color:#111827} details p{margin-top:0.8rem;color:#4b5563} /* Footer */ footer{background:#111827;color:#9ca3af;padding:2.5rem 0;text-align:center;margin-top:2rem} footer a{color:#9ca3af;text-decoration:none} footer a:hover{color:#e5e7eb} /* Mobile */ @media (max-width:768px){ .service-showcase{grid-template-columns:1fr} .service-showcase .service-img{height:220px} .page-hero h1{font-size:2rem} .section-title{font-size:1.6rem} .form-grid{grid-template-columns:1fr} .header-flex{flex-direction:column;text-align:center} .hero-buttons{flex-direction:column;align-items:center} .grid-2cols{grid-template-columns:1fr} }
๐Ÿ“ž 24/7 Emergency: +44 7474 785944

Flooring & Tiling Edinburgh

Beautiful laminate, luxury vinyl, commercial flooring & stunning wall tiling across Edinburgh and surrounding areas. Trusted since 2007 โ€” thousands of happy customers.

Premium Flooring & Tiling Edinburgh

We take pride in delivering exceptional flooring and tiling solutions for homes and businesses across the capital. From cosy residential upgrades to large-scale commercial installations, our skilled team brings craftsmanship, reliability, and attention to detail to every project.

Whether you’re renovating a single room or fitting out an entire commercial space, we work closely with you to understand your vision, budget, and timeline. Our 17+ years of experience means you get professional advice, quality materials, and flawless finishes โ€” all backed by our 5-star customer satisfaction guarantee.

flooring & Tiling Edinburgh

๐Ÿชต Premium Laminate Flooring

Transform your space with durable, stylish laminate flooring that looks like real wood. Perfect for busy homes and high-traffic commercial areas.

  • Wide range of finishes & styles
  • Moisture-resistant options available
  • Quick & professional installation
  • Scratch & stain resistant
  • Underlay & acoustic insulation included

โœจ Luxury Vinyl Tiling (LVT)

Experience the ultimate combination of beauty and practicality. Our LVT flooring delivers stunning visuals with 100% waterproof protection โ€” ideal for kitchens, bathrooms, and busy commercial spaces.

  • 100% waterproof โ€“ perfect for wet areas
  • Realistic wood & stone visuals
  • Warm underfoot with acoustic padding
  • Easy to clean & maintain
  • Commercial-grade durability available
Luxury vinyl tiling LVT installation with our flooring & tiling Edinburgh property
Commercial flooring installation for Edinburgh business premises

๐Ÿข Commercial & Contract Flooring

Heavy-duty flooring solutions designed to withstand years of foot traffic while maintaining a professional appearance. Perfect for retail stores, offices, restaurants, and hotels.

  • Contract-grade vinyl & sheet flooring
  • Anti-slip & safety flooring options
  • Fast installation with minimal disruption
  • Stain-resistant & easy to clean
  • Full project management for businesses

๐Ÿ› Professional Wall & Floor Tiling

Add elegance and value to your property with our expert tiling services. From bathroom makeovers to kitchen splashbacks, we deliver precision cuts and perfect finishes every time.

  • Ceramic, porcelain & natural stone tiles
  • Underfloor heating compatible
  • Waterproofing & tanking for wet rooms
  • Herringbone & custom patterns
  • Tile repairs & regrouting available
Professional wall and floor tiling installation for Edinburgh bathroom

Complete Flooring Solutions

๐Ÿ”ง

Floor Repairs & Restoration

Don’t replace โ€” restore! We breathe new life into damaged floors with expert repair services that save you time and money.

  • Water damage repair
  • Scratched or chipped tile replacement
  • Laminate plank replacement
  • Grout repair & resealing
  • Floor leveling & subfloor preparation
๐Ÿ 

Residential Experts Flooring & tiling edinburgh

Your home deserves the best. We provide free consultation, precise measurement, and flawless installation for every room in your house.

  • Living room & bedroom flooring
  • Kitchen & bathroom tiling
  • Hallway & stair flooring
  • Underfloor heating installation
  • Same-day free quotes

Why Edinburgh Chooses Us

๐Ÿ† 17+ Years ExperienceThousands of satisfied customers
โšก Fast TurnaroundMost installations done in 1-3 days
๐Ÿ› ๏ธ Fully Certified TeamQualified fitters, fully insured
๐Ÿ“‹ Free Quotes & AdviceNo pressure, transparent pricing

Covering Edinburgh & Beyond

We’re proud to serve homeowners and businesses across the city and surrounding regions with reliable, high-quality flooring services.

Edinburgh City Centre Leith (EH6) Portobello (EH15) Morningside (EH10) Corstorphine (EH12) Musselburgh (EH21) Livingston (EH54) Fife โ€ข Dundee โ€ข Perth โ€ข Stirling

All EH postcodes covered (EH1โ€“EH17) plus surrounding regions. Call for a free, no-obligation quote today.

Our Recent Work

See the quality of our craftsmanship โ€” happy customers across Edinburgh.

๐Ÿ”ง Urgent Floor Repair?

Don’t panic โ€” we’re here to help with fast, reliable emergency repairs across Edinburgh.

๐Ÿ“ž +44 7474 785944

Email: info@mapropertymaintenanceedinburgh.co.uk

Free, No-Obligation Quote

Tell us about your flooring or tiling project โ€” we’ll respond within 2 hours with honest advice and a competitive price.

Laminate Flooring Luxury Vinyl Tiling (LVT) Commercial Flooring Wall & Floor Tiling Floor Repairs & Restoration

Free, no-obligation quote โ€” we respond within 2 hours.

Common Questions About Flooring & Tiling Edinburgh

๐Ÿ”น How quickly can you start my flooring project?

We typically begin within 3-5 days of quote acceptance. For urgent repairs, we offer emergency call-outs within 24 hours across Edinburgh.

๐Ÿ”น What’s the most durable flooring for busy homes?

LVT (Luxury Vinyl Tiling) is our top recommendation for families with kids and pets โ€” it’s waterproof, scratch-resistant, and looks beautiful. Laminate is also excellent for high-traffic areas.

๐Ÿ”น Do you offer free home consultations?

Absolutely! We provide free, no-obligation site visits across Edinburgh to measure up, discuss options, and provide a fixed-price quote.

๐Ÿ”น Can you install underfloor heating with tiling?

Yes โ€” we’re specialists in electric underfloor heating installation beneath tiles and LVT, perfect for kitchens, bathrooms, and extensions.

Proudly accredited and certified

MA Property Maintenance Edinburgh โ€” Professional Flooring & Tiling, Shop Fitting, Kitchen & Bathroom Renovations, Cold Rooms & Security Shutters

๐Ÿ“ Edinburgh โ€ข Fife โ€ข Dundee โ€ข Perth โ€ข Stirling | 17+ Years Experience | 24/7 Emergency

๐Ÿ“ž +44 7474 785944 | โœ‰๏ธ info@mapropertymaintenanceedinburgh.co.uk

ยฉ 2026 MA Property Maintenance. All rights reserved.

const contactForm = document.getElementById(‘contactForm’); const alertDiv = document.getElementById(‘formAlert’); contactForm.addEventListener(‘submit’, async (e) => { e.preventDefault(); const fullname = document.getElementById(‘fullname’).value.trim(); const email = document.getElementById(’email’).value.trim(); const phone = document.getElementById(‘phone’).value.trim(); const message = document.getElementById(‘message’).value.trim(); const consent = document.getElementById(‘consent’).checked; if (!fullname || !email || !phone || !consent) { alertDiv.innerHTML = ‘โŒ Please fill all required fields and accept the consent.’; alertDiv.className = ‘alert alert-error’; alertDiv.style.display = ‘block’; setTimeout(() => alertDiv.style.display = ‘none’, 4000); return; } const formData = new FormData(); formData.append(‘fullname’, fullname); formData.append(’email’, email); formData.append(‘phone’, phone); formData.append(‘service_type’, document.getElementById(‘service_type’).value); formData.append(‘message’, message); formData.append(‘_subject’, `Flooring & Tiling Quote from ${fullname} – Edinburgh`); formData.append(‘_captcha’, ‘false’); try { const response = await fetch(‘https://formsubmit.co/ajax/info@mapropertymaintenanceedinburgh.co.uk’, { method: ‘POST’, body: formData }); if (response.ok) { alertDiv.innerHTML = ‘โœ… Quote request sent! Weโ€™ll get back to you within 2 hours.’; alertDiv.className = ‘alert alert-success’; alertDiv.style.display = ‘block’; contactForm.reset(); setTimeout(() => alertDiv.style.display = ‘none’, 5000); } else throw new Error(); } catch { alertDiv.innerHTML = ‘โš ๏ธ Unable to send. Please call us directly on +44 7474 785944’; alertDiv.className = ‘alert alert-error’; alertDiv.style.display = ‘block’; setTimeout(() => alertDiv.style.display = ‘none’, 5000); } });