<!DOCTYPE html><!-- Last Published: Thu May 29 2025 16:40:25 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.floorcareinstallation.com" data-wf-page="650b8600eafd7196fcd24cce" data-wf-site="63a3580a87c65a794cfe8ba6" lang="en"><head><meta charset="utf-8"/><title>Floor Care Installation. Certified Floor Installers.</title><meta content="Welcome to Floor Care Installation, your go-to source for top-quality flooring services. Our team of experts is dedicated to transforming your space with beautiful and durable flooring solutions. Contact us today to schedule your appointment and experience the difference of working with a trusted name in the industry." name="description"/><meta content="Floor Care Installation. Certified Floor Installers." property="og:title"/><meta content="Welcome to Floor Care Installation, your go-to source for top-quality flooring services. Our team of experts is dedicated to transforming your space with beautiful and durable flooring solutions. Contact us today to schedule your appointment and experience the difference of working with a trusted name in the industry." property="og:description"/><meta content="https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/6491ed6d79676e23ae3096b7_thumbnail.webp" property="og:image"/><meta content="Floor Care Installation. Certified Floor Installers." property="twitter:title"/><meta content="Welcome to Floor Care Installation, your go-to source for top-quality flooring services. Our team of experts is dedicated to transforming your space with beautiful and durable flooring solutions. Contact us today to schedule your appointment and experience the difference of working with a trusted name in the industry." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/6491ed6d79676e23ae3096b7_thumbnail.webp" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/css/floor-care.webflow.shared.6f37d76df.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({  google: {    families: ["Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic"]  }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a4140fcbe18f450ad77868_Favicons.jpg" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a414130bd706e41c870128_Webclip.jpg" rel="apple-touch-icon"/><link href="https://www.floorcareinstallation.com" rel="canonical"/><script src="https://www.google.com/recaptcha/api.js" type="text/javascript"></script><!-- Please keep this css code to improve the font quality-->
<style>
  * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
</style>


<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y661M9GJTL"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-Y661M9GJTL');
</script></head><body><div class="page-wrapper"><div class="global-styles w-embed"><style>
.page-wrapper {
  overflow: hidden; /* Default style for modern browsers */
}

@supports (overflow: clip) {
  .page-wrapper {
    overflow: clip; /* Use clip if supported */
  }
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}

/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
.div-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/*Hide focus outline for main content element*/
    main:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* Make sure containers never lose their center alignment*/
.container-medium, .container-small, .container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*Reset selects, buttons, and links styles*/
.w-input, .w-select, a {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}

/*Apply "..." after 3 lines of text */
.text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Apply "..." at 100% width */
.truncate-width { 
		width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
}

.no-scrollbar::-webkit-scrollbar {
    display: none; // Safari and Chrome
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

@media screen and (max-width: 991px), 
  @media screen and (max-width: 767px), 
  @media screen and (max-width: 479px){
    .hide, .hide-tablet{
      display: none !important;
    }
  }
  @media screen and (max-width: 767px)
    .hide-mobile-landscape{
      display: none !important;
    }
  }
  @media screen and (max-width: 479px)
    .hide-mobile{
      display: none !important;
    }
  }
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

</style></div><div data-animation="default" class="navbar1_component w-nav" data-easing2="ease" fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium" data-w-id="7d18ac99-df9b-a475-eff3-3cfe8c98a09b" role="banner" data-duration="400"><div class="navbar1_container"><div class="navbar1_left-wrapper"><a href="/" aria-current="page" class="navbar1_logo-link w-nav-brand w--current"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3653f960fb0634cb1ffd1_Logo.svg" loading="lazy" alt="Floor Care Logo" class="navbar1_logo"/></a><nav role="navigation" class="navbar1_menu is-page-height-tablet w-nav-menu"><a href="/" aria-current="page" class="navbar1_link w-nav-link w--current">Home</a><a href="/about" class="navbar1_link w-nav-link">About</a><div data-hover="true" data-delay="200" data-w-id="7d18ac99-df9b-a475-eff3-3cfe8c98a0a6" class="navbar1_menu-dropdown desktop w-dropdown"><div class="navbar1_dropdwn-toggle w-dropdown-toggle"><div><div class="navbar1_dropdown-link">Services</div></div><div class="dropdown-icon w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/>
</svg></div></div><nav class="navbar2_dropdown-list w-dropdown-list"><a href="/vinyl-plank-floor-installer" class="area-link services w-inline-block"><div>Vinyl Plank Floor Installer</div></a><a href="/hardwood-floor-installation" class="area-link services w-inline-block"><div>Hardwood Floor Installation</div></a><a href="/hardwood-floor-refinishing" class="area-link services w-inline-block"><div>Hardwood Floor Refinishing</div></a><a href="/carpet-installation" class="area-link services w-inline-block"><div>Carpet Installation</div></a></nav></div><div data-hover="false" data-delay="200" data-w-id="05334a8b-5cfa-3772-da62-4b3fe88928a5" class="navbar1_menu-dropdown mobile w-dropdown"><div class="navbar1_dropdwn-toggle w-dropdown-toggle"><div><div class="navbar1_dropdown-link">Services</div></div><div class="dropdown-icon w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/>
</svg></div></div><nav class="navbar2_dropdown-list w-dropdown-list"><a href="/vinyl-plank-floor-installer" class="area-link services w-inline-block"><div>Vinyl Plank Floor Installer</div></a><a href="/hardwood-floor-installation" class="area-link services w-inline-block"><div>Hardwood Floor Installation</div></a><a href="/hardwood-floor-refinishing" class="area-link services w-inline-block"><div>Hardwood Floor Refinishing</div></a><a href="/carpet-installation" class="area-link services w-inline-block"><div>Carpet Installation</div></a></nav></div><a href="/blog" class="navbar1_link w-nav-link">Blog</a><div class="navbar1_menu-button-wrapper hide-desktop"><a href="tel:+1(916)802-5454" class="button is-link w-button">Call us <span class="text-decoration-underline">(916) 802-5454</span></a><a href="#" class="button w-button">Get a Free Estimate</a></div></nav></div><div class="navbar1_menu-buttons hide-tablet"><a href="tel:+1(916)802-5454" class="button is-link w-button">Call us <span class="text-decoration-underline">(916) 802-5454</span></a><a href="/contact" class="button w-button">GET a FREE ESTIMATE</a></div><div class="navbar1_menu-button w-nav-button"><div class="menu-icon1"><div class="menu-icon1_line-top"></div><div class="menu-icon1_line-middle"><div class="menu-icon_line-middle-inner"></div></div><div class="menu-icon1_line-bottom"></div></div></div></div></div><main class="main-wrapper"><header class="section_header30 text-color-white"><div class="padding-global"><div class="container-medium"><div class="header-80svh"><div class="padding-section-large home-hero"><div class="margin-bottom margin-small"><div class="max-width-medium"><div class="overflow-hidden"><h1 data-w-id="79bc3ebf-4191-2b73-a310-a6d121c09f63" style="opacity:0" class="heading-style-h2 home-hero-title"><span class="text-span-2">Floor Care Installation.<br/></span>We <span class="text-color-yellow">take care</span> of your flooring needs</h1></div></div></div><div class="max-width-xsmall"><div class="overflow-hidden"><p data-w-id="79bc3ebf-4191-2b73-a310-a6d121c09f65" style="opacity:0" class="text-color-white home-hero-subtitle">Floor Care Installation provides affordable, professional, and high quality flooring installation and repair services in the Sacramento area.</p></div></div><div class="margin-top margin-medium"><div class="button-group home-hero"><a href="/contact" class="button w-button">Get a FREE Estimate</a><a href="/about" class="button is-secondary is-alternate w-button">Why we Care</a></div></div><div class="margin-top margin-xlarge"><div class="ratings-group"><div class="rating-group"><div class="rating-stars"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f25e2428cda7c22ad8370_star.svg" loading="lazy" alt="" class="rating-star"/><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f25e2428cda7c22ad8370_star.svg" loading="lazy" alt="" class="rating-star"/><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f25e2428cda7c22ad8370_star.svg" loading="lazy" alt="" class="rating-star"/><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f25e2428cda7c22ad8370_star.svg" loading="lazy" alt="" class="rating-star"/><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f25e2428cda7c22ad8370_star.svg" loading="lazy" alt="" class="rating-star"/></div><div class="text-weight-bold">5.0 Rating</div><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f08694fe228109d961522_yelp.svg" loading="lazy" alt="" class="rating-image"/></div><div class="rating-group"><div class="rating-stars"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f25e2428cda7c22ad8370_star.svg" loading="lazy" alt="" class="rating-star"/><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f25e2428cda7c22ad8370_star.svg" loading="lazy" alt="" class="rating-star"/><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f25e2428cda7c22ad8370_star.svg" loading="lazy" alt="" class="rating-star"/><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f25e2428cda7c22ad8370_star.svg" loading="lazy" alt="" class="rating-star"/><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f25e2428cda7c22ad8370_star.svg" loading="lazy" alt="" class="rating-star"/></div><div class="text-weight-bold">5.0 Rating</div><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f25e261d57b01f6c3494a_google.svg" loading="lazy" alt="" class="rating-image"/></div></div></div></div></div></div></div><div class="header_background-image-wrapper"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f06444924aaad4bac5845_5.webp" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f06444924aaad4bac5845_5-p-500.webp 500w, https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f06444924aaad4bac5845_5-p-800.webp 800w, https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f06444924aaad4bac5845_5-p-1080.webp 1080w, https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f06444924aaad4bac5845_5-p-1600.webp 1600w, https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f06444924aaad4bac5845_5-p-2000.webp 2000w, https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f06444924aaad4bac5845_5.webp 2160w" alt="" class="header_background-image"/></div></header><section class="ticker-section"><div class="tickercontainer"><ul id="webTicker" role="list" class="ticker-list w-list-unstyled"><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a811df36e137aee1e66a_image%2026.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a8114cbb3c2e7abc653f_image%2025.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a811cbe18f5092d0c68c_image%2024.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a811df36e115bae1e654_image%2022.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a811283db171c48fa800_image%2023.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a81104383d42f792439a_image%2019.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a81114e99c1889ca62d6_image%2013.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a811da8488735087a492_image%2018.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a811ed5955a2ee04e057_image%2011.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a8113e3a408be6494232_image%2020.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a811efca1144efc4672e_image%2010.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a811efca1107a6c4672d_image%2015.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a811527844bc5e88156b_image%2014.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a811cbe18f8213d0c683_image%2016.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a811c8c1bd258ce099ac_image%2017.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a81148979704bf1d4c53_image%209.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a810da8488716b87a485_image%207.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a8104cbb3c2ebdbc6532_image%203.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a810efca113794c46700_image%208.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a810a918635dc5d3308e_image%201.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a8106ccbdbca043f81b7_image%205.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a810c780c535877eb27c_image%202.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a810311ee6710bc5a229_image%206.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a8106ccbdb46713f81b2_Frame%201000001810.png" loading="lazy" alt="" class="ticker-list-item-image"/></li><li class="ticker-list-item"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3a81016e186629b072668_image%204.png" loading="lazy" alt="" class="ticker-list-item-image"/></li></ul></div></section><section><div class="padding-global"><div class="container-large"><div class="padding-section-large"><div class="text-align-center overflow-hidden"><div class="margin-bottom margin-large"><h2 data-w-id="4170f573-988a-bb49-1a52-e3c26931281b" style="opacity:0" class="heading-style-h2">Worrying about your floors <span class="text-color-yellow">is the last thing you need</span></h2></div></div><div class="w-layout-grid grid-3"><div id="w-node-f64ed0cd-6ec9-59f8-6523-273c7794bace-fcd24cce" data-w-id="f64ed0cd-6ec9-59f8-6523-273c7794bace" style="opacity:0" class="grid-card is-affordability"><div><div class="margin-bottom margin-xxsmall"><h3 class="heading-style-h3">Affordability</h3></div><p class="text-color-white">Your budget is important to us therefore, we provide efficiency, speed, and quality at the best price.</p></div></div><div id="w-node-a55a5018-f207-ec87-6f10-ad7e6fb2da74-fcd24cce" data-w-id="a55a5018-f207-ec87-6f10-ad7e6fb2da74" style="opacity:0" class="grid-card is-quality"><div><div class="margin-bottom margin-xxsmall"><h3 class="heading-style-h3">Quality</h3></div><p class="text-color-white">Forget about uneven corners and tilted floors. We do not cut corners and do every job with the highest standard.</p></div></div><div id="w-node-fcca2963-206f-ca81-25ec-23698adeb659-fcd24cce" data-w-id="fcca2963-206f-ca81-25ec-23698adeb659" style="opacity:0" class="grid-card"><div><div class="margin-bottom margin-xxsmall"><h3 class="heading-style-h3">Service</h3></div><p class="text-color-white">Communication should be easy and seamless. We have a proven track record with hundreds of jobs completed.</p></div></div></div></div></div></div></section><div class="section-content"><div class="padding-global"><div class="padding-section-large"><div class="container-large"><div class="w-layout-grid grid-content"><div id="w-node-b54440af-ff3a-377f-1338-39cb5f6e15e6-fcd24cce" class="content-wrapper"><div class="margin-bottom margin-small"><div class="max-width-medium"><div class="overflow-hidden"><h2 data-w-id="b54440af-ff3a-377f-1338-39cb5f6e15e9" style="opacity:0" class="text-align-center-mobile">Professional Flooring Services <span class="text-color-yellow">Without Compromise</span></h2></div></div></div><div class="overflow-hidden"><p data-w-id="b54440af-ff3a-377f-1338-39cb5f6e15ed" style="opacity:0">Floor Care Installation is a family owned floor installation and repair company. We built our business model on professionalism, integrity, excellent communication, craftsmanship, and complete customer satisfaction.</p></div><div class="padding-vertical padding-medium"><div class="line-yellow"></div></div><div class="w-layout-grid grid-content-feature"><div id="w-node-b54440af-ff3a-377f-1338-39cb5f6e15f0-fcd24cce" class="feature-wrapper-horizontal"><div class="feature-icon-circle"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3ad32df36e17ff1e26404_icon-certified-floor.svg" loading="lazy" alt=""/></div><div class="overflow-hidden"><div class="margin-bottom margin-tiny"><h3 class="heading-style-h5">Certified Floor Installers</h3></div><p data-w-id="b54440af-ff3a-377f-1338-39cb5f6e15f6" style="opacity:0" class="text-size-small">One of few CFI certified flooring contractors in Sacramento area</p></div></div><div class="feature-wrapper-horizontal"><div class="feature-icon-circle"><div class="w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="29" height="24" fill="none" viewBox="0 0 29 24">
  <g clip-path="url(#a)">
    <path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.625 11.781h5.438v11.781H3.625a.906.906 0 0 1-.906-.906v-9.968a.906.906 0 0 1 .906-.907v0Zm5.438 0 4.53-9.062a3.625 3.625 0 0 1 3.626 3.625v2.718h7.012a1.801 1.801 0 0 1 1.79 2.04l-1.36 10.875a1.813 1.813 0 0 1-1.79 1.585H9.064"/>
  </g>
  <defs>
    <clipPath id="a">
      <path fill="#fff" d="M0 0h29v24H0z"/>
    </clipPath>
  </defs>
</svg></div></div><div class="overflow-hidden"><div class="margin-bottom margin-tiny"><h3 class="heading-style-h5">20+ Years of Experience</h3></div><p data-w-id="b54440af-ff3a-377f-1338-39cb5f6e15fe" style="opacity:0" class="text-size-small">Since 1998 our company has earned a reputation across Northern CA for providing the highest quality flooring.</p></div></div><div class="feature-wrapper-horizontal"><div class="feature-icon-circle"><div class="w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="29" height="27" fill="none" viewBox="0 0 29 27">
  <path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.5 26C20.85 26 26 20.85 26 14.5 26 8.149 20.85 3 14.5 3S3 8.149 3 14.5C3 20.85 8.149 26 14.5 26Z"/>
  <path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.9 16.8s1.725 2.3 4.6 2.3c2.875 0 4.6-2.3 4.6-2.3m-8.05-5.75h.012m6.888 0h.012"/>
</svg></div></div><div class="overflow-hidden"><div class="margin-bottom margin-tiny"><h3 class="heading-style-h5">Complete Customer Satisfaction</h3></div><p data-w-id="16705509-23de-1945-93d2-0f527d153587" style="opacity:0" class="text-size-small">Our work speaks for itself with thousands of satisfied customers</p></div></div></div><div class="margin-top margin-large"><a href="/about" class="button full-width-mobile w-button">About us</a></div></div><div><div class="image-block-small overflow-hidden"><img class="image-cover" src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3650d1844c91ec3ae53ec_Carpet%20and%20Wood%20Flooring.png" alt="Beautiful modern floors" style="opacity:0" sizes="100vw" data-w-id="b54440af-ff3a-377f-1338-39cb5f6e1602" loading="lazy" srcset="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3650d1844c91ec3ae53ec_Carpet%20and%20Wood%20Flooring-p-500.png 500w, https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3650d1844c91ec3ae53ec_Carpet%20and%20Wood%20Flooring.png 544w"/></div></div></div></div></div></div></div><section class="section_layout"><div class="padding-global"><div class="container-large"><div class="padding-section-large"><div class="w-layout-grid layout_component"><div class="layout_content-left"><div class="overflow-hidden"><h2 data-w-id="4822500f-5659-de4c-f271-f49db10fae52" class="text-align-center-mobile">Customer <span class="text-color-yellow">Testimonials</span></h2></div></div><div class="layout_content-right"><div class="html-embed-2 w-embed w-script"><script src="https://static.elfsight.com/platform/platform.js" data-use-service-core defer></script>
<div class="elfsight-app-dd222348-ed60-4817-9fbf-6f9011e6c13f"></div></div></div></div></div></div></div></section><div class="section-feature"><div class="padding-global"><div class="padding-section-large"><div class="container-large"><div class="margin-bottom margin-xlarge"><div class="overflow-hidden"><div data-w-id="6cafb4cd-c8bb-4443-34dc-6c9acbf9a235" style="opacity:0" class="heading-style-h2 text-align-center-mobile">Services <span class="text-color-yellow">We</span> Provide</div></div></div><div class="w-layout-grid grid-features"><a id="w-node-_6cafb4cd-c8bb-4443-34dc-6c9acbf9a238-fcd24cce" data-w-id="6cafb4cd-c8bb-4443-34dc-6c9acbf9a238" style="opacity:0" href="#" class="feature-card w-inline-block"><div class="icon-square-01"><div class="featured-card-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="42" height="43" fill="none" viewBox="0 0 42 43">
  <path fill="#1A1B26" d="M4.175 22.283c-1.461 0-2.226 2.314-2.226 4.6a.615.615 0 0 0 1.23 0c0-2.211.74-3.37.996-3.37a.615.615 0 1 0 0-1.23Zm1.611 3.984a.615.615 0 0 0-.616.615c0 2.21-.74 3.369-.995 3.369a.615.615 0 1 0 0 1.23c1.461 0 2.226-2.313 2.226-4.599a.615.615 0 0 0-.615-.615Zm28.34-14.774c-.79-1.404-1.884-2.178-3.082-2.178H19.767a.615.615 0 1 0 0 1.23h11.277c.723 0 1.456.566 2.01 1.551a.615.615 0 1 0 1.072-.603Zm-22.407 4.009a.615.615 0 0 0-.615.616c0 2.21-.74 3.368-.996 3.368-.255 0-.995-1.158-.995-3.368s.74-3.369.995-3.369a.615.615 0 0 0 0-1.23c-1.46 0-2.225 2.313-2.225 4.599 0 2.285.764 4.599 2.225 4.599s2.226-2.314 2.226-4.6a.615.615 0 0 0-.615-.615Zm13.816-2.034h-7.798a.615.615 0 1 0 0 1.23h7.798a.615.615 0 0 0 0-1.23Zm5.678 4.747h-6.272a.615.615 0 1 0 0 1.23h6.273a.615.615 0 1 0 0-1.23Z"/>
  <path fill="#1A1B26" d="M27.315 11.434h-1.018a.615.615 0 1 0 0 1.23h1.018a.615.615 0 1 0 0-1.23Z"/>
  <path fill="#1A1B26" d="M37.825 20.08h-3.37c.495-1.144.764-2.52.764-3.962 0-.652-.055-1.297-.165-1.918a.615.615 0 0 0-1.211.213 9.878 9.878 0 0 1 .142 1.937H22.908a.615.615 0 1 0 0 1.23h10.976c-.138.936-.41 1.792-.797 2.5H16.89c-1.05 0-1.998.602-2.724 1.61H12.53c.752-.86 1.314-2.117 1.58-3.6h4.05a.615.615 0 0 0 0-1.231h-3.902c.016-.243.024-.49.024-.741 0-2.331-.685-4.352-1.752-5.572h4.725a.615.615 0 1 0 0-1.23h-7.148c-2.34 0-4.175 2.987-4.175 6.802 0 1.49.281 2.853.762 3.962h-2.52C1.834 20.08 0 23.068 0 26.882c0 3.815 1.834 6.803 4.175 6.803h28.23a.615.615 0 0 0 0-1.23H19.31c.341-.39.643-.86.896-1.398h4.31a.615.615 0 0 0 0-1.23h-3.85c.255-.887.397-1.884.397-2.945 0-2.33-.685-4.352-1.752-5.572h18.513c1.596 0 2.944 2.552 2.944 5.572 0 .078 0 .155-.003.233H29.688a.615.615 0 1 0 0 1.23H40.66c-.35 2.338-1.506 4.11-2.836 4.11h-2.909a.615.615 0 1 0 0 1.23h2.909c2.341 0 4.175-2.988 4.175-6.803 0-3.814-1.834-6.802-4.175-6.802Zm-27.717-9.535c1.596 0 2.945 2.552 2.945 5.573 0 3.02-1.349 5.572-2.945 5.572-1.596 0-2.944-2.552-2.944-5.572s1.348-5.573 2.944-5.573Zm-5.933 21.91c-1.596 0-2.945-2.552-2.945-5.573 0-3.02 1.349-5.572 2.945-5.572 1.596 0 2.945 2.552 2.945 5.572s-1.349 5.573-2.945 5.573Zm2.423 0c.34-.39.642-.86.895-1.398h4.31a.615.615 0 1 0 0-1.23h-3.85c.255-.887.397-1.884.397-2.945 0-2.33-.685-4.352-1.752-5.572h.786c.726 1.008 1.674 1.61 2.724 1.61h3.367c-.35.808-.593 1.75-.7 2.778H9.353a.615.615 0 1 0 0 1.23h3.363c.009 2.312.692 4.314 1.751 5.526H6.598Zm13.236-5.573c0 3.02-1.349 5.573-2.945 5.573-1.596 0-2.944-2.552-2.944-5.573 0-3.02 1.348-5.572 2.944-5.572 1.596 0 2.945 2.552 2.945 5.572Z"/>
  <path fill="#1A1B26" d="M18.5 26.267a.615.615 0 0 0-.616.615c0 2.21-.74 3.369-.995 3.369-.256 0-.995-1.159-.995-3.369a.615.615 0 1 0-1.23 0c0 2.286.764 4.6 2.225 4.6s2.226-2.314 2.226-4.6a.615.615 0 0 0-.615-.615Zm13.815-2.034h-10.34a.615.615 0 1 0 0 1.23h10.34a.615.615 0 1 0 0-1.23Zm1.441 5.34h-2.034a.615.615 0 1 0 0 1.23h2.034a.615.615 0 1 0 0-1.23Zm3.475-6.357h-1.017a.615.615 0 1 0 0 1.23h1.017a.615.615 0 0 0 0-1.23Zm-20.341.132a.615.615 0 0 0-.616.615v1.188a.615.615 0 1 0 1.23 0v-1.188a.615.615 0 0 0-.615-.615Z"/>
</svg></div></div><h3 class="heading-style-h4 text-color-yellow">Wood / Hardwood<br/></h3></a><a id="w-node-ddbcc7b4-44a3-55b9-9a44-3ebc569b1958-fcd24cce" data-w-id="ddbcc7b4-44a3-55b9-9a44-3ebc569b1958" style="opacity:0" href="/carpet-installation" class="feature-card w-inline-block"><div class="icon-square-01"><div class="w-embed"><svg width="42" height="43" viewBox="0 0 42 43" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="carpet 1" clip-path="url(#clip0_168_292)">
<path id="Vector" d="M35.7 1.20002C32.4936 1.2048 29.8009 3.61413 29.4414 6.80002H0V8.20002H2.8V9.60002H0V11H2.8V12.4H0V13.8H2.8V15.2H0V16.6H2.8V18H0V19.4H2.8V20.8H0V22.2H2.8V23.6H0V25H2.8V26.4H0V27.8H2.8V29.2H0V30.6H2.8V32H0V33.4H2.8V34.8H0V36.2H2.8V37.6H0V39H2.8V40.4H0V41.8H35.7C39.1778 41.7959 41.9959 38.9778 42 35.5V7.50002C42.0024 5.82863 41.3393 4.22492 40.1574 3.04265C38.9754 1.86071 37.3714 1.19763 35.7 1.20002ZM29.5624 36.9H11.2V34.1C11.2 33.7134 10.8866 33.4 10.5 33.4H7.7V15.2H10.5C10.8866 15.2 11.2 14.8866 11.2 14.5V11.7H29.4V13.8H14C13.6134 13.8 13.3 14.1134 13.3 14.5V17.3H10.5C10.1134 17.3 9.8 17.6134 9.8 18V30.6C9.8 30.9866 10.1134 31.3 10.5 31.3H13.3V34.1C13.3 34.4866 13.6134 34.8 14 34.8H29.4V35.5C29.4014 35.9713 29.4561 36.441 29.5624 36.9ZM29.4 29.9H18.2V27.1C18.2 26.7134 17.8866 26.4 17.5 26.4H14.7V22.2H17.5C17.8866 22.2 18.2 21.8866 18.2 21.5V18.7H29.4V29.9ZM29.4 17.3H17.5C17.1134 17.3 16.8 17.6134 16.8 18V20.8H14C13.6134 20.8 13.3 21.1134 13.3 21.5V27.1C13.3 27.4866 13.6134 27.8 14 27.8H16.8V30.6C16.8 30.9866 17.1134 31.3 17.5 31.3H29.4V33.4H14.7V30.6C14.7 30.2134 14.3866 29.9 14 29.9H11.2V18.7H14C14.3866 18.7 14.7 18.3866 14.7 18V15.2H29.4V17.3ZM4.2 40.4V8.20002H29.4V10.3H10.5C10.1134 10.3 9.8 10.6134 9.8 11V13.8H7C6.61343 13.8 6.3 14.1134 6.3 14.5V34.1C6.3 34.4866 6.61343 34.8 7 34.8H9.8V37.6C9.8 37.9866 10.1134 38.3 10.5 38.3H30.0651C30.4695 39.1128 31.0437 39.8289 31.7492 40.4H4.2ZM35.7 40.4C32.9936 40.4 30.8 38.2064 30.8 35.5C30.8 32.7937 32.9936 30.6 35.7 30.6C38.4063 30.6 40.6 32.7937 40.6 35.5C40.5969 38.205 38.405 40.3969 35.7 40.4ZM40.6 31.5492C39.4071 30.0641 37.6048 29.2 35.7 29.2C33.7952 29.2 31.9929 30.0641 30.8 31.5492V7.50002C30.8 4.79367 32.9936 2.60002 35.7 2.60002C38.4063 2.60002 40.6 4.79367 40.6 7.50002V31.5492Z" fill="currentColor"/>
<path id="Vector_2" d="M6.3 10.3H7.7V11.7H6.3V10.3Z" fill="currentColor"/>
<path id="Vector_3" d="M6.3 36.9H7.7V38.3H6.3V36.9Z" fill="currentColor"/>
<path id="Vector_4" d="M35.7 32C33.7671 32 32.2 33.5671 32.2 35.5C32.2 37.4329 33.7671 39 35.7 39C37.6329 39 39.2 37.4329 39.2 35.5C39.1976 33.5678 37.6322 32.0024 35.7 32ZM35.7 37.6C34.5403 37.6 33.6 36.6597 33.6 35.5C33.6 34.3403 34.5403 33.4 35.7 33.4C36.8597 33.4 37.8 34.3403 37.8 35.5C37.8 36.6597 36.8597 37.6 35.7 37.6Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_168_292">
<rect width="42" height="42" fill="currentColor" transform="translate(0 0.5)"/>
</clipPath>
</defs>
</svg></div></div><h3 class="heading-style-h4 text-color-yellow">Carpet / Rugs<br/></h3></a><a id="w-node-_2784a6c9-1e20-f50a-8af2-5ff23c4eadcb-fcd24cce" data-w-id="2784a6c9-1e20-f50a-8af2-5ff23c4eadcb" style="opacity:0" href="/hardwood-floor-installation" class="feature-card w-inline-block"><div class="icon-square-01"><div class="w-embed"><svg width="42" height="43" viewBox="0 0 42 43" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="13 Floor">
<g id="Group">
<path id="Vector" d="M37.4062 20.1875C37.5803 20.1875 37.7472 20.1184 37.8703 19.9953C37.9934 19.8722 38.0625 19.7053 38.0625 19.5312V1.15625C38.0625 0.982202 37.9934 0.815282 37.8703 0.692211C37.7472 0.56914 37.5803 0.5 37.4062 0.5H0.65625C0.482202 0.5 0.315282 0.56914 0.192211 0.692211C0.0691404 0.815282 0 0.982202 0 1.15625L0 37.9062C0 38.0803 0.0691404 38.2472 0.192211 38.3703C0.315282 38.4934 0.482202 38.5625 0.65625 38.5625H19.0312C19.2053 38.5625 19.3722 38.4934 19.4953 38.3703C19.6184 38.2472 19.6875 38.0803 19.6875 37.9062V20.1875H37.4062ZM18.375 26.7165C16.6958 26.5612 15.1239 25.8234 13.9315 24.631C12.7391 23.4386 12.0013 21.8667 11.846 20.1875H18.375V26.7165ZM11.846 18.875C12.0013 17.1958 12.7391 15.6239 13.9315 14.4315C15.1239 13.2391 16.6958 12.5013 18.375 12.346V18.875H11.846ZM27.5303 18.875C27.3631 16.6836 26.357 14.6411 24.7216 13.1728C24.5916 13.0587 24.4219 13.0004 24.2492 13.0107C24.0765 13.0211 23.9149 13.0992 23.7995 13.2281C23.6841 13.357 23.6243 13.5262 23.633 13.699C23.6417 13.8717 23.7183 14.0341 23.8462 14.1507C25.2038 15.37 26.0501 17.0577 26.2152 18.875H19.6875V12.3473C20.5011 12.4184 21.2964 12.6286 22.0388 12.9688C22.1175 13.0075 22.2031 13.0301 22.2907 13.0351C22.3782 13.0402 22.4659 13.0277 22.5485 12.9983C22.6311 12.969 22.707 12.9234 22.7717 12.8642C22.8364 12.805 22.8886 12.7334 22.9251 12.6537C22.9617 12.5741 22.9819 12.4878 22.9846 12.4002C22.9874 12.3126 22.9725 12.2253 22.9409 12.1435C22.9093 12.0617 22.8616 11.9871 22.8007 11.924C22.7398 11.861 22.6668 11.8107 22.5862 11.7763C21.6719 11.3582 20.6902 11.107 19.6875 11.0348V1.8125H28.9085C29.0667 3.83955 29.9436 5.74345 31.3813 7.18115C32.819 8.61885 34.7229 9.49582 36.75 9.65403V18.875H27.5303ZM36.75 8.34153C35.0708 8.18619 33.4989 7.44842 32.3065 6.25601C31.1141 5.06359 30.3763 3.49166 30.221 1.8125H36.75V8.34153ZM7.84153 1.8125C7.68619 3.49166 6.94842 5.06359 5.75601 6.25601C4.56359 7.44842 2.99166 8.18619 1.3125 8.34153V1.8125H7.84153ZM1.3125 30.721C2.99166 30.8763 4.56359 31.6141 5.75601 32.8065C6.94842 33.9989 7.68619 35.5708 7.84153 37.25H1.3125V30.721ZM9.15403 37.25C8.99582 35.2229 8.11885 33.319 6.68115 31.8813C5.24345 30.4436 3.33955 29.5667 1.3125 29.4085V20.1875H3.28125C3.4553 20.1875 3.62222 20.1184 3.74529 19.9953C3.86836 19.8722 3.9375 19.7053 3.9375 19.5312C3.9375 19.3572 3.86836 19.1903 3.74529 19.0672C3.62222 18.9441 3.4553 18.875 3.28125 18.875H1.3125V9.65403C3.33955 9.49582 5.24345 8.61885 6.68115 7.18115C8.11885 5.74345 8.99582 3.83955 9.15403 1.8125H18.375V11.0335C16.3479 11.1917 14.444 12.0686 13.0063 13.5063C11.5686 14.944 10.6917 16.8479 10.5335 18.875H5.90625C5.7322 18.875 5.56528 18.9441 5.44221 19.0672C5.31914 19.1903 5.25 19.3572 5.25 19.5312C5.25 19.7053 5.31914 19.8722 5.44221 19.9953C5.56528 20.1184 5.7322 20.1875 5.90625 20.1875H10.5335C10.6917 22.2146 11.5686 24.1185 13.0063 25.5562C14.444 26.9939 16.3479 27.8708 18.375 28.029V37.25H9.15403Z" fill="#1A1B26"/>
<path id="Vector_2" d="M41.3438 22.8125H22.9688C22.7947 22.8125 22.6278 22.8816 22.5047 23.0047C22.3816 23.1278 22.3125 23.2947 22.3125 23.4688V35.2812C22.3125 35.4553 22.3816 35.6222 22.5047 35.7453C22.6278 35.8684 22.7947 35.9375 22.9688 35.9375C23.1428 35.9375 23.3097 35.8684 23.4328 35.7453C23.5559 35.6222 23.625 35.4553 23.625 35.2812V31.9665C25.6521 31.8083 27.556 30.9314 28.9937 29.4937C30.4314 28.056 31.3083 26.1521 31.4665 24.125H40.6875V33.346C38.6604 33.5042 36.7565 34.3811 35.3188 35.8188C33.8811 37.2565 33.0042 39.1604 32.846 41.1875H23.625V37.9062C23.625 37.7322 23.5559 37.5653 23.4328 37.4422C23.3097 37.3191 23.1428 37.25 22.9688 37.25C22.7947 37.25 22.6278 37.3191 22.5047 37.4422C22.3816 37.5653 22.3125 37.7322 22.3125 37.9062V41.8438C22.3125 42.0178 22.3816 42.1847 22.5047 42.3078C22.6278 42.4309 22.7947 42.5 22.9688 42.5H41.3438C41.5178 42.5 41.6847 42.4309 41.8078 42.3078C41.9309 42.1847 42 42.0178 42 41.8438V23.4688C42 23.2947 41.9309 23.1278 41.8078 23.0047C41.6847 22.8816 41.5178 22.8125 41.3438 22.8125ZM23.625 30.654V24.125H30.154C29.9987 25.8042 29.2609 27.3761 28.0685 28.5685C26.8761 29.7609 25.3042 30.4987 23.625 30.654ZM34.1585 41.1875C34.3138 39.5083 35.0516 37.9364 36.244 36.744C37.4364 35.5516 39.0083 34.8138 40.6875 34.6585V41.1875H34.1585Z" fill="#1A1B26"/>
</g>
</g>
</svg></div></div><h3 class="heading-style-h4 text-color-yellow">Floor Installation<br/></h3></a><a id="w-node-_10572091-18f6-27ea-5936-3825cd1d8302-fcd24cce" data-w-id="10572091-18f6-27ea-5936-3825cd1d8302" style="opacity:0" href="/vinyl-plank-floor-installer" class="feature-card w-inline-block"><div class="icon-square-01"><div class="w-embed"><svg width="42" height="43" viewBox="0 0 42 43" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="parquet 1" clip-path="url(#clip0_168_312)">
<path id="Vector" d="M41.2532 42.5H0.746847C0.334289 42.5 0 42.1657 0 41.7532V1.24685C0 0.834289 0.334289 0.5 0.746847 0.5H41.2532C41.6657 0.5 42 0.834289 42 1.24685V41.7532C42 42.1657 41.6657 42.5 41.2532 42.5ZM31.4028 41.0063H40.5063V31.9028L32.0622 40.347C32.061 40.3482 32.0598 40.3497 32.0583 40.3509C32.0571 40.3521 32.0556 40.3536 32.0544 40.3548L31.4028 41.0063ZM19.7771 41.0063H29.2908L30.4744 39.8227L25.7175 35.0659L19.7771 41.0063ZM8.92303 41.0063H17.6647L30.6485 28.0225L26.2777 23.6517L12.4912 37.4382L8.92303 41.0063ZM1.49369 41.0063H6.81065L10.907 36.91L6.31773 32.3208L1.49369 37.1448V41.0063ZM26.7736 34.0095L31.5304 38.7664L40.5063 29.7905V20.2771L32.2327 28.5507L26.7736 34.0095ZM7.37407 31.2644L11.963 35.8537L34.8682 12.9484L30.279 8.35922L21.2992 17.3393C21.2983 17.3399 21.2977 17.3405 21.2971 17.3411L7.37407 31.2644ZM1.49369 24.9993V35.0321L5.78179 30.7437C5.78448 30.7413 5.78687 30.7386 5.78926 30.7363C5.79165 30.7336 5.79434 30.7312 5.79673 30.7288L19.7126 16.8126L14.801 11.9011L1.49369 24.9993ZM27.3337 22.5953L31.7046 26.9662L40.4845 18.1865C40.4917 18.1794 40.4991 18.1722 40.5063 18.1653V9.42273L27.3337 22.5953ZM1.49369 12.8104V22.9033L7.40813 17.0818L2.34002 12.0134L1.49369 12.8104ZM3.42773 10.9887L8.47283 16.0338L22.6868 2.04329H12.9249L3.42773 10.9887ZM15.8654 10.8531L20.7689 15.7566L34.5321 1.99369H24.8664L15.8654 10.8531ZM31.335 7.30318L35.9242 11.8924L40.5063 7.31035V1.99369H36.6445L31.335 7.30318ZM1.49369 1.99369V10.7587L1.77302 10.4958C1.78885 10.4767 1.80528 10.4585 1.8232 10.4405C1.85188 10.4119 1.88235 10.3859 1.91432 10.3629L10.7988 1.99369H1.49369Z" fill="#1A1B26"/>
</g>
<defs>
<clipPath id="clip0_168_312">
<rect width="42" height="42" fill="white" transform="translate(0 0.5)"/>
</clipPath>
</defs>
</svg></div></div><h3 class="heading-style-h4 text-color-yellow">Luxury Vinyl Plank<br/></h3></a><a id="w-node-c426d1f9-3cb1-c9c0-09d7-e24f84ad767c-fcd24cce" data-w-id="c426d1f9-3cb1-c9c0-09d7-e24f84ad767c" style="opacity:0" href="#" class="feature-card w-inline-block"><div class="icon-square-01"><div class="w-embed"><svg width="44" height="43" viewBox="0 0 44 43" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Group">
<g id="Group_2">
<path id="Vector" d="M42.475 0.4H1.525C1.18006 0.4 0.9 0.67942 0.9 1.025V41.975C0.9 42.3206 1.18006 42.6 1.525 42.6H42.475C42.8199 42.6 43.1 42.3206 43.1 41.975V1.025C43.1 0.67942 42.8199 0.4 42.475 0.4ZM2.15 1.65H26.6785V8.5496H2.15V1.65ZM2.15 9.7996H12.8495V16.7669H2.15V9.7996ZM2.15 18.0169H37.0163V24.9831H2.15V18.0169ZM21.3619 41.35H2.15V34.4499H21.3619V41.35ZM41.85 41.35H22.6119V34.4499H41.85V41.35ZM41.85 33.1999H2.15V26.2331H41.85V33.1999ZM41.85 24.9831H38.2663V18.0169H41.85V24.9831ZM41.85 16.7664H14.0995V9.7996H41.85V16.7664ZM41.85 8.5496H27.9285V1.65H41.85V8.5496Z" fill="#1A1B26" stroke="black" stroke-width="0.2"/>
</g>
</g>
</svg></div></div><h3 class="heading-style-h4 text-color-yellow">Laminate<br/></h3></a><a id="w-node-_9df33e39-a4a5-637b-8517-55861148b87c-fcd24cce" data-w-id="9df33e39-a4a5-637b-8517-55861148b87c" style="opacity:0" href="#" class="feature-card w-inline-block"><div class="icon-square-01"><div class="w-embed"><svg width="42" height="39" viewBox="0 0 42 39" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Group">
<g id="Group_2">
<g id="Group_3">
<path id="Vector" d="M10.2436 5.68157C10.5859 5.33933 10.5859 4.78561 10.2436 4.44338C9.90141 4.10245 9.34769 4.10245 9.00677 4.44338C8.66453 4.78561 8.66453 5.33933 9.00677 5.68157C9.34769 6.02249 9.90141 6.02249 10.2436 5.68157Z" fill="#1A1B26"/>
<path id="Vector_2" d="M42 22.5619C42 22.0788 41.6078 21.688 41.1246 21.688V19.9371C41.6078 19.9371 42 19.5461 42 19.0629C42 18.5798 41.6078 18.1875 41.1246 18.1875V16.4379C41.6078 16.4379 42 16.0457 42 15.5625C42 15.0792 41.6078 14.687 41.1246 14.687V12.9375C41.6078 12.9375 42 12.5453 42 12.062C42 11.5788 41.6078 11.188 41.1246 11.188V9.43707C41.6078 9.43707 42 9.0461 42 8.56294C42 8.07977 41.6078 7.68749 41.1246 7.68749V5.93792C41.6078 5.93792 42 5.54572 42 5.06247C42 4.57922 41.6078 4.18703 41.1246 4.18703V2.43745C41.6078 2.43745 42 2.04526 42 1.56201C42 1.07884 41.6078 0.687958 41.1246 0.687958H40.2504H8.75042V0.70461C6.6317 0.78533 4.65531 1.15825 3.11336 1.7748C1.10489 2.57846 0 3.74611 0 5.06247V33.9375C0 35.2538 1.10489 36.4215 3.11336 37.2251C4.86679 37.9263 7.17902 38.312 9.62464 38.312C12.0715 38.312 14.3837 37.9263 16.1371 37.2251C18.1444 36.4215 19.2505 35.2538 19.2505 33.9375H40.2504H41.1246C41.6078 33.9375 42 33.5453 42 33.062C42 32.5788 41.6078 32.1879 41.1246 32.1879V30.437C41.6078 30.437 42 30.046 42 29.5629C42 29.0797 41.6078 28.6874 41.1246 28.6874V26.9378C41.6078 26.9378 42 26.5456 42 26.0624C42 25.5791 41.6078 25.1869 41.1246 25.1869V23.4374C41.6078 23.4374 42 23.0452 42 22.5619ZM3.76313 3.40001C5.31403 2.77969 7.3969 2.43745 9.62456 2.43745C11.8535 2.43745 13.935 2.77969 15.4872 3.40001C16.6946 3.88326 17.479 4.5241 17.4995 5.04196C17.4675 5.24196 16.9189 7.68749 9.62447 7.68749C2.33012 7.68749 1.7828 5.24196 1.75081 5.04196C1.7714 4.5241 2.55579 3.88326 3.76313 3.40001ZM1.74958 14.6678C1.75089 14.6806 1.74958 14.687 1.74958 14.687V14.6678ZM1.74958 24.2923C1.75089 24.3051 1.74958 24.3128 1.74958 24.3128V24.2923ZM17.4996 33.9375C17.4996 34.4579 16.7101 35.1103 15.4872 35.5999C13.935 36.2202 11.8535 36.5625 9.62456 36.5625C7.3969 36.5625 5.31411 36.2202 3.76313 35.5999C2.54036 35.1103 1.74958 34.4579 1.74958 33.9375V26.9878C3.3953 28.1157 6.04083 28.6874 9.62456 28.6874C13.2096 28.6874 15.8551 28.1157 17.4996 26.9878V33.9375ZM17.4996 24.2859C17.4791 24.432 17.0087 26.9378 9.62456 26.9378C2.24177 26.9378 1.77008 24.432 1.74958 24.2859V17.3633C3.3953 18.4913 6.04083 19.0629 9.62456 19.0629C13.2096 19.0629 15.8551 18.4913 17.4996 17.3633V24.2859ZM17.4996 14.6614C17.4791 14.8075 17.0087 17.312 9.62456 17.312C2.24177 17.312 1.77008 14.8075 1.74958 14.6614V7.73876C3.3953 8.86539 6.04083 9.43707 9.62456 9.43707C13.2096 9.43707 15.8551 8.86539 17.4996 7.73876V14.6614ZM39.375 32.1879H19.2504V23.4374H39.375V32.1879ZM39.375 21.688H19.2504V12.9375H39.375V21.688ZM39.3751 11.188H19.2504V5.06247C19.2504 4.073 18.6249 3.1668 17.4625 2.43745H39.3751V11.188Z" fill="#1A1B26"/>
</g>
</g>
</g>
</svg></div></div><h3 class="heading-style-h4 text-color-yellow">Vinyl<br/></h3></a><a id="w-node-b699967e-de5a-0bb5-fa19-b9815fc7aa67-fcd24cce" data-w-id="b699967e-de5a-0bb5-fa19-b9815fc7aa67" style="opacity:0" href="/hardwood-floor-refinishing" class="feature-card w-inline-block"><div class="icon-square-01"><div class="w-embed"><svg width="42" height="43" viewBox="0 0 42 43" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="tiles 1">
<path id="Vector" d="M2.625 40.5312H39.375C39.7373 40.5312 40.0312 40.2373 40.0312 39.875V21.5C40.0312 21.1378 39.7373 20.8438 39.375 20.8438H21.6562V3.125C21.6562 2.76275 21.3622 2.46875 21 2.46875H2.625C2.26275 2.46875 1.96875 2.76275 1.96875 3.125V39.875C1.96875 40.2373 2.26275 40.5312 2.625 40.5312ZM20.3438 28.6853C16.8794 28.365 14.135 25.6206 13.8147 22.1562H20.3438V28.6853ZM20.3438 30.0063V31.9797C15.0642 31.6423 10.8577 27.4358 10.5203 22.1562H12.4937C12.8225 26.3477 16.1523 29.6775 20.3438 30.0063ZM21.6562 22.1562H28.1853C27.865 25.6206 25.1206 28.365 21.6562 28.6853V22.1562ZM13.8147 20.8438C14.135 17.3794 16.8794 14.635 20.3438 14.3147V20.8438H13.8147ZM20.3438 12.9937C16.1523 13.3225 12.8225 16.6523 12.4937 20.8438H10.5203C10.8577 15.5642 15.0642 11.3577 20.3438 11.0203V12.9937ZM9.22097 22.1562C9.56025 28.1531 14.3469 32.9398 20.3438 33.279V39.2188H12.4353C12.1019 34.308 8.19197 30.3981 3.28125 30.0647V22.1562H9.22097ZM3.28125 34.0075C6.02044 34.3179 8.18213 36.4796 8.49253 39.2188H3.28125V34.0075ZM9.81422 39.2188C9.49331 35.7524 6.74756 33.0067 3.28125 32.6858V31.3687C7.47272 31.6975 10.8025 35.0273 11.1313 39.2188H9.81422ZM30.8687 39.2188C31.1975 35.0273 34.5273 31.6975 38.7188 31.3687V32.6858C35.2524 33.0067 32.5067 35.7524 32.1858 39.2188H30.8687ZM33.5075 39.2188C33.8179 36.4796 35.9796 34.3179 38.7188 34.0075V39.2188H33.5075ZM38.7188 30.0647C33.808 30.3981 29.8981 34.308 29.5647 39.2188H21.6562V33.279C27.6531 32.9398 32.4398 28.1531 32.779 22.1562H38.7188V30.0647ZM31.4797 22.1562C31.1423 27.4358 26.9358 31.6423 21.6562 31.9797V30.0063C25.8477 29.6775 29.1775 26.3477 29.5063 22.1562H31.4797ZM20.3438 9.72097C14.3469 10.0602 9.56025 14.8469 9.22097 20.8438H3.28125V12.9353C8.19197 12.6019 12.1019 8.69197 12.4353 3.78125H20.3438V9.72097ZM11.1313 3.78125C10.8025 7.97272 7.47272 11.3025 3.28125 11.6313V10.3142C6.74756 9.99331 9.49331 7.24756 9.81422 3.78125H11.1313ZM8.49253 3.78125C8.18213 6.52044 6.02044 8.68213 3.28125 8.99253V3.78125H8.49253Z" fill="#1A1B26"/>
<path id="Vector_2" d="M23.3625 13.2549L23.9577 14.4447C24.0286 14.5877 24.1073 14.7275 24.1907 14.8653L22.9989 18.6781C22.89 19.024 23.0823 19.3921 23.4281 19.5011C23.4918 19.5208 23.5581 19.5313 23.625 19.5313C23.6919 19.5313 23.7582 19.5214 23.8219 19.5017L27.5677 18.3303L29.799 19.6691C30.3647 20.0077 31.0111 20.1875 31.6706 20.1875H33.7864C35.7971 20.1875 37.4266 18.558 37.4272 16.5479C37.4272 16.0846 37.3387 15.6259 37.1667 15.1954L36.8005 14.2813C37.5099 12.4825 37.4627 10.473 36.6693 8.70904L40.486 4.89163C40.742 4.63504 40.742 4.22029 40.486 3.9637L38.5265 2.00479C38.2705 1.74885 37.8545 1.74885 37.5985 2.00479L33.9734 5.62991C33.1774 5.12526 32.2888 4.78335 31.3602 4.62388L30.8227 4.53398C30.4362 4.46966 30.0451 4.43751 29.6533 4.43751H28.7857C25.4192 4.45457 22.7043 7.19704 22.7207 10.5629C22.7253 11.4974 22.9451 12.4188 23.3625 13.2549ZM26.5506 11.712C26.9962 10.3018 28.3034 9.34232 29.7819 9.33904C29.8922 9.33904 30.0044 9.34429 30.116 9.35545C30.6672 9.41254 31.1962 9.60548 31.6549 9.9172L30.3798 11.1923L31.3077 12.1202L32.5828 10.8451C32.8945 11.3039 33.0875 11.8328 33.1446 12.384C33.2994 13.9794 32.3164 15.4658 30.788 15.9488L24.6245 17.8749L26.5506 11.712ZM35.5792 13.8002L35.4841 14.0378C35.4224 14.1946 35.4224 14.3685 35.4841 14.5254L35.9474 15.683C36.4252 16.8754 35.8463 18.2299 34.6539 18.7077C34.3777 18.8186 34.0837 18.875 33.7864 18.875H31.6706C31.2493 18.8757 30.8352 18.7628 30.473 18.5469L29.2445 17.8099L31.1791 17.2049C33.304 16.5361 34.6697 14.4703 34.4531 12.2534C34.3652 11.4003 34.0436 10.5885 33.5239 9.9067L34.1276 9.30295L34.6382 9.81351C34.8941 10.0694 35.3102 10.0694 35.5661 9.81351L35.6587 9.72163C36.1233 11.0466 36.0951 12.4943 35.5792 13.8002ZM38.0625 3.3967L39.0935 4.42766L35.0995 8.4216L34.0686 7.39063L38.0625 3.3967ZM25.1344 7.46545C26.0354 6.3787 27.3742 5.75001 28.7857 5.75001H29.6533C29.9729 5.75066 30.2918 5.77691 30.6068 5.82876L31.1443 5.91866C31.8038 6.02957 32.4397 6.25269 33.0238 6.57885L32.6767 6.92666C32.4207 7.18326 32.4207 7.59866 32.6767 7.8546L33.1971 8.37501L32.5933 8.97876C30.5399 7.41623 27.6084 7.81391 26.0452 9.86732C25.7125 10.3044 25.4599 10.7959 25.2984 11.3203L24.7465 13.0875L24.5365 12.6675C24.3429 12.2797 24.2032 11.8669 24.1198 11.4417C23.8357 10.0301 24.2091 8.56532 25.1344 7.46216V7.46545Z" fill="#1A1B26"/>
</g>
</svg></div></div><h3 class="heading-style-h4 text-color-yellow">Floor Repair<br/></h3></a><a id="w-node-_322f18fa-6aeb-e34c-65c4-141533a79b5b-fcd24cce" data-w-id="322f18fa-6aeb-e34c-65c4-141533a79b5b" style="opacity:0" href="#" class="feature-card w-inline-block"><div class="icon-square-01"><div class="w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" fill="none" viewBox="0 0 39 39">
  <path stroke="#000" stroke-linecap="square" stroke-linejoin="round" stroke-width="2" d="M13.406 31.688v4.875M6.094 2.437h14.625a2.437 2.437 0 0 1 2.437 2.438v31.383a.305.305 0 0 1-.304.304H3.656V4.875a2.437 2.437 0 0 1 2.438-2.438v0Zm18.281 12.188h8.531a2.438 2.438 0 0 1 2.438 2.438v19.5H23.156v-20.72a1.219 1.219 0 0 1 1.219-1.218Z"/>
  <path fill="#000" d="M7.471 32.896a1.218 1.218 0 1 1-.316-2.416 1.218 1.218 0 0 1 .316 2.416Zm0-6.093a1.22 1.22 0 1 1-.316-2.418 1.22 1.22 0 0 1 .316 2.418Zm0-6.094a1.218 1.218 0 1 1-.316-2.416 1.218 1.218 0 0 1 .316 2.416Zm0-6.094a1.22 1.22 0 1 1-.316-2.418 1.22 1.22 0 0 1 .316 2.418Zm0-6.094a1.219 1.219 0 1 1-.316-2.417 1.219 1.219 0 0 1 .316 2.417Zm6.094 18.282a1.22 1.22 0 1 1-.316-2.419 1.22 1.22 0 0 1 .316 2.419Zm0-6.094a1.219 1.219 0 1 1-.316-2.417 1.219 1.219 0 0 1 .316 2.417Zm0-6.094a1.22 1.22 0 1 1-.316-2.418 1.22 1.22 0 0 1 .316 2.418Zm0-6.094a1.22 1.22 0 1 1-.316-2.417 1.22 1.22 0 0 1 .316 2.417Zm6.093 24.375a1.218 1.218 0 1 1-.316-2.416 1.218 1.218 0 0 1 .316 2.416Zm0-6.093a1.219 1.219 0 1 1-.315-2.418 1.219 1.219 0 0 1 .315 2.418Zm0-6.094a1.218 1.218 0 1 1-.316-2.416 1.218 1.218 0 0 1 .316 2.416Zm.705-6.44a1.218 1.218 0 0 0-.004-1.723 1.218 1.218 0 0 0-1.722-.004 1.218 1.218 0 0 0 .004 1.723 1.218 1.218 0 0 0 1.722.004Zm-.705-5.748a1.219 1.219 0 1 1-.316-2.416 1.219 1.219 0 0 1 .316 2.416Zm10.81 21.948a1.219 1.219 0 1 0 0 2.437 1.219 1.219 0 0 0 0-2.437Zm0-6.094a1.219 1.219 0 1 0 0 2.437 1.219 1.219 0 0 0 0-2.437Zm0-6.094a1.219 1.219 0 1 0 0 2.438 1.219 1.219 0 0 0 0-2.438ZM25.595 30.47a1.219 1.219 0 1 0 0 2.437 1.219 1.219 0 0 0 0-2.437Zm0-6.094a1.219 1.219 0 1 0 0 2.437 1.219 1.219 0 0 0 0-2.437Zm0-6.094a1.219 1.219 0 1 0 0 2.438 1.219 1.219 0 0 0 0-2.438Z"/>
</svg></div></div><h3 class="heading-style-h4 text-color-yellow">Commercial<br/></h3></a></div><div class="w-embed"><style>

.feature-card:hover .icon-square-01 {

background-color: #f8c01e;

}

</style></div></div></div></div></div><section class="section_faq"><div class="padding-global"><div class="container-medium"><div class="padding-section-large"><div class="margin-bottom margin-xlarge"><div class="text-align-center"><div class="max-width-large align-center"><div class="overflow-hidden"><h2 data-w-id="0e65987b-389c-a520-f7c1-fdf200b01f0a">FAQ</h2></div></div></div></div><div class="faq_component"><div class="w-layout-grid faq_list"><div class="faq_accordion"><div data-w-id="0e65987b-389c-a520-f7c1-fdf200b01f0f" class="faq_question"><div class="text-size-medium">Can My Hardwood Flooring Be Fixed?</div><div class="faq_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M25.3333 15.667V16.3336C25.3333 16.7018 25.0349 17.0003 24.6667 17.0003H17V24.667C17 25.0351 16.7015 25.3336 16.3333 25.3336H15.6667C15.2985 25.3336 15 25.0351 15 24.667V17.0003H7.3333C6.96511 17.0003 6.66663 16.7018 6.66663 16.3336V15.667C6.66663 15.2988 6.96511 15.0003 7.3333 15.0003H15V7.33365C15 6.96546 15.2985 6.66699 15.6667 6.66699H16.3333C16.7015 6.66699 17 6.96546 17 7.33365V15.0003H24.6667C25.0349 15.0003 25.3333 15.2988 25.3333 15.667Z" fill="currentColor"/>
</svg></div></div><div class="faq_answer"><div class="margin-bottom margin-small"><div class="max-width-large"><p>You may be asking yourself, is my hardwood flooring to far gone? <br/>Is there a solution other than tearing out my floor and installing new hardwood?<br/><br/>Thankfully at Floor Care we offer <a href="/hardwood-floor-refinishing" class="link">hardwood flooring refinishing</a>. <br/>Our team of experts can take what my be your sliver filled nightmare and turn it into a work of art.</p></div></div></div></div><div class="faq_accordion"><div data-w-id="0e65987b-389c-a520-f7c1-fdf200b01f23" class="faq_question"><div class="text-size-medium">Should I Install Carpet Or Hardwood In My Home?</div><div class="faq_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M25.3333 15.667V16.3336C25.3333 16.7018 25.0349 17.0003 24.6667 17.0003H17V24.667C17 25.0351 16.7015 25.3336 16.3333 25.3336H15.6667C15.2985 25.3336 15 25.0351 15 24.667V17.0003H7.3333C6.96511 17.0003 6.66663 16.7018 6.66663 16.3336V15.667C6.66663 15.2988 6.96511 15.0003 7.3333 15.0003H15V7.33365C15 6.96546 15.2985 6.66699 15.6667 6.66699H16.3333C16.7015 6.66699 17 6.96546 17 7.33365V15.0003H24.6667C25.0349 15.0003 25.3333 15.2988 25.3333 15.667Z" fill="currentColor"/>
</svg></div></div><div class="faq_answer"><div class="margin-bottom margin-small"><div class="max-width-large"><p>There are a few things you should take into consideration when making this decision.<br/>‍<br/>If you live in a high traffic area with animal&#x27;s and children you may consider getting <a href="/carpet-installation" class="link">carpet installed</a> due to the extra padding it may provide if someone falls. Carpet will also help with insolation, wont scratch like hardwood, and comes in many varieties. <br/><br/>Whereas <a href="/hardwood-floor-installation" class="link">hardwood flooring</a> is easy to clean and provides a timeless beauty that you cannot get from carpet. hardwood is also a very durable surface, where it might get scratched, that scratch may have been a tear if you had carpet there.</p></div></div></div></div><div class="faq_accordion"><div data-w-id="0e65987b-389c-a520-f7c1-fdf200b01f3a" class="faq_question"><div class="text-size-medium">How Expensive Is a Hardwood Installation?</div><div class="faq_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M25.3333 15.667V16.3336C25.3333 16.7018 25.0349 17.0003 24.6667 17.0003H17V24.667C17 25.0351 16.7015 25.3336 16.3333 25.3336H15.6667C15.2985 25.3336 15 25.0351 15 24.667V17.0003H7.3333C6.96511 17.0003 6.66663 16.7018 6.66663 16.3336V15.667C6.66663 15.2988 6.96511 15.0003 7.3333 15.0003H15V7.33365C15 6.96546 15.2985 6.66699 15.6667 6.66699H16.3333C16.7015 6.66699 17 6.96546 17 7.33365V15.0003H24.6667C25.0349 15.0003 25.3333 15.2988 25.3333 15.667Z" fill="currentColor"/>
</svg></div></div><div class="faq_answer"><div class="margin-bottom margin-small"><div class="max-width-large"><p><a href="https://www.floorcareinstallation.com/blog/how-much-does-it-cost-to-install-hardwood-floors" class="link">Hardwood installation costs</a> verry depending on the amount of flooring you need installed, the type of wood you use and the team you hire. On average you will pay $6-$12 per square foot for labor.<br/>for material and floor space installed you can pay anywhere from $11 to thousands for exquisite woods.</p></div></div></div></div><div class="faq_accordion"><div data-w-id="0e65987b-389c-a520-f7c1-fdf200b01f48" class="faq_question"><div class="text-size-medium">How Long Dose a Carpet Installation Take?</div><div class="faq_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M25.3333 15.667V16.3336C25.3333 16.7018 25.0349 17.0003 24.6667 17.0003H17V24.667C17 25.0351 16.7015 25.3336 16.3333 25.3336H15.6667C15.2985 25.3336 15 25.0351 15 24.667V17.0003H7.3333C6.96511 17.0003 6.66663 16.7018 6.66663 16.3336V15.667C6.66663 15.2988 6.96511 15.0003 7.3333 15.0003H15V7.33365C15 6.96546 15.2985 6.66699 15.6667 6.66699H16.3333C16.7015 6.66699 17 6.96546 17 7.33365V15.0003H24.6667C25.0349 15.0003 25.3333 15.2988 25.3333 15.667Z" fill="currentColor"/>
</svg></div></div><div class="faq_answer"><div class="margin-bottom margin-small"><div class="max-width-large"><p>It typically takes around<strong> </strong>6-8 hours to install 100 square feet of carpeting, and larger areas can take up to two days. Every <a href="#https://www.floorcareinstallation.com/blog/how-long-does-it-take-to-install-carpet" class="link">carpet installation</a> will be different due to every room being different for an idea on how long it would take for your room feel free to <a href="/contact" class="link">reach out to us</a> and get a free quote.<a href="/contact"></a></p></div></div></div></div></div></div></div></div></div></section><div class="section-form"><div class="padding-global"><div class="padding-section-large"><div class="container-large"><div class="home-form-content"><div class="home-form-left"><div class="margin-bottom margin-small"><div data-w-id="77bc8dc9-142b-6815-0283-1703a2ccaee8" style="opacity:0" class="overflow-hidden"><h2 class="text-align-center-mobile">Schedule a <br/><span class="text-color-yellow">free consultation</span></h2></div></div><div class="margin-bottom margin-medium"><div class="heading-style-h5 text-align-center-mobile">Get started with our 3 step process</div></div><div class="w-layout-grid faq_list steps"><div class="faq_accordion steps"><div class="faq_question steps"><div class="text-size-medium text-weight-semibold">1. Contact</div><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f2d5e5e1406b4e4f62ed1_Group%205.svg" loading="lazy" alt="" class="faq_icon steps"/></div><div class="faq_answer steps"><div class="margin-bottom margin-small"><div class="max-width-large"><p>This is your initial interaction with us. During this phase, we&#x27;ll discuss your specific needs, preferences, and expectations for your flooring project. Our team will be at your disposal to answer any questions or concerns you may have. We believe that clear and open communication is key to a successful partnership, which is why we prioritize establishing a strong connection right from the start.</p></div></div></div></div><div class="faq_accordion steps"><div class="faq_question steps"><div class="text-size-medium text-weight-semibold">2. Proposal</div><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f2d5e5e1406b4e4f62ed1_Group%205.svg" loading="lazy" alt="" class="faq_icon steps"/></div><div class="faq_answer steps"><div class="margin-bottom margin-small"><div class="max-width-large"><p>After our initial discussion, we&#x27;ll draft a detailed proposal tailored to your specific needs. This document will outline the scope of the project, including the type of flooring to be installed, the estimated timeline, and the projected budget. We pride ourselves on transparency, so you can expect a thorough and honest assessment of the cost and time required for your project. Our aim is to provide you with all the information necessary to make an informed decision.</p></div></div></div></div><div class="faq_accordion steps last"><div class="faq_question steps"><div class="text-size-medium text-weight-semibold">3. Construction</div><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/652f2d5e5e1406b4e4f62ed1_Group%205.svg" loading="lazy" alt="" class="faq_icon steps"/></div><div class="faq_answer steps"><div class="margin-bottom margin-small"><div class="max-width-large"><p>Once the proposal is approved, our team of skilled professionals will get to work on installing your new floor. We&#x27;ll handle everything from preparing the site and removing old flooring to installing the new one and cleaning up afterwards. At Floor Care Installation, we strive for excellence in every project we undertake, ensuring that our work meets the highest standards of quality and durability. We also understand the importance of minimizing disruption during the construction process, so we&#x27;ll work diligently to complete the project in a timely manner. Rest assured, your satisfaction is our top priority, and we won&#x27;t consider the job done until you&#x27;re completely happy with your new floor.</p></div></div></div></div></div></div><div class="home-form-right max-width-small"><div class="form-block-2 w-form"><form id="wf-form-Consultation-Form" name="wf-form-Consultation-Form" data-name="Consultation Form" method="get" class="form-wave" data-wf-page-id="650b8600eafd7196fcd24cce" data-wf-element-id="2a9ac2e5-a9c6-70b9-0326-ddc21610822a"><div class="field-wrap-wave"><label for="name-7" class="text-size-small">Your Name</label><div class="input-icon-wrapper"><input class="text-field-wave w-input" maxlength="256" name="Name" data-name="Name" placeholder="Your Name" type="text" id="Name-7" required=""/><div class="input-icon w-embed"><svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M1 18H15V20H1V18ZM8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8C0 5.87827 0.842855 3.84344 2.34315 2.34315C3.84344 0.842855 5.87827 0 8 0C10.1217 0 12.1566 0.842855 13.6569 2.34315C15.1571 3.84344 16 5.87827 16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16ZM8 14C9.5913 14 11.1174 13.3679 12.2426 12.2426C13.3679 11.1174 14 9.5913 14 8C14 6.4087 13.3679 4.88258 12.2426 3.75736C11.1174 2.63214 9.5913 2 8 2C6.4087 2 4.88258 2.63214 3.75736 3.75736C2.63214 4.88258 2 6.4087 2 8C2 9.5913 2.63214 11.1174 3.75736 12.2426C4.88258 13.3679 6.4087 14 8 14Z" fill="#AEAFC5"/>
</svg></div></div></div><div class="field-wrap-wave"><label for="name-7" class="text-size-small">Mail</label><div class="input-icon-wrapper"><input class="text-field-wave w-input" maxlength="256" name="Email" data-name="Email" placeholder="Your Email" type="email" id="Email-7" required=""/><div class="input-icon w-embed"><svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M1 0H19C19.2652 0 19.5196 0.105357 19.7071 0.292893C19.8946 0.48043 20 0.734784 20 1V17C20 17.2652 19.8946 17.5196 19.7071 17.7071C19.5196 17.8946 19.2652 18 19 18H1C0.734784 18 0.48043 17.8946 0.292893 17.7071C0.105357 17.5196 0 17.2652 0 17V1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0ZM18 4.238L10.072 11.338L2 4.216V16H18V4.238ZM2.511 2L10.061 8.662L17.502 2H2.511Z" fill="currentColor"/>
</svg></div></div></div><div class="field-wrap-wave"><label for="name-7" class="text-size-small">Phone</label><div class="input-icon-wrapper"><input class="text-field-wave w-input" maxlength="256" name="Phone" data-name="Phone" placeholder="Phone Number" type="tel" id="Phone-4" required=""/><div class="input-icon w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M-4.5897e-08 1.05C-3.27836e-08 0.749999 0.0999992 0.499999 0.299999 0.299999C0.499999 0.0999992 0.749999 -7.54021e-07 1.05 -7.40908e-07L5.1 -5.63877e-07C5.33333 -5.53678e-07 5.53767 0.0749994 5.713 0.224999C5.88767 0.374999 6 0.566666 6.05 0.799999L6.75 4.25C6.78333 4.48333 6.76267 4.721 6.688 4.963C6.61267 5.20433 6.5 5.4 6.35 5.55L4 7.9C4.76667 9.16667 5.675 10.3293 6.725 11.388C7.775 12.446 8.9 13.325 10.1 14.025L12.55 11.6C12.7 11.45 12.871 11.354 13.063 11.312C13.2543 11.2707 13.4667 11.2667 13.7 11.3L17.2 11.95C17.4333 11.9833 17.625 12.0917 17.775 12.275C17.925 12.4583 18 12.6667 18 12.9L18 16.95C18 17.25 17.9 17.5 17.7 17.7C17.5 17.9 17.25 18 16.95 18C14.8 18 12.7043 17.5207 10.663 16.562C8.621 15.604 6.81267 14.3373 5.238 12.762C3.66267 11.1873 2.396 9.37933 1.438 7.338C0.479333 5.296 -1.39876e-07 3.2 -4.5897e-08 1.05ZM12 14.975C12.65 15.2583 13.3083 15.475 13.975 15.625C14.6417 15.775 15.3167 15.8917 16 15.975L16 13.75L13.65 13.325L12 14.975ZM3.05 6.025L4.725 4.35L4.25 2L2.05 2C2.1 2.68333 2.20833 3.36267 2.375 4.038C2.54167 4.71267 2.76667 5.375 3.05 6.025V6.025Z" fill="currentColor"/>
</svg></div></div></div><div class="field-wrap-wave"><label for="Message" class="text-size-small">Message</label><textarea id="Message" name="Message" maxlength="5000" data-name="Message" placeholder="Message" class="text-field-large-wave w-input"></textarea></div><div data-sitekey="6Lcl5vIoAAAAAN64sLznRT227j7Sj2W5TkGE46fB" class="w-form-formrecaptcha g-recaptcha g-recaptcha-error g-recaptcha-disabled"></div><div class="button-wrap-right"><input type="submit" data-wait="Please wait..." class="button full-width w-button" value="Submit"/></div></form><div class="w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div></div></div></div></div></div></div><div class="gallery-section"><div class="padding-global"><div class="padding-section-large"><div class="container-large"><div class="blur-css w-embed"><style>
.gallery-card-info-wrap {
	backdrop-filter: blur(40px);
}
</style></div><div class="margin-bottom margin-xlarge"><div class="overflow-hidden"><h2 data-w-id="75fae253-d49a-f755-509c-5b78170c665d" style="opacity:0" class="text-align-center-mobile"><span class="text-color-yellow">Our</span> Previous Work</h2></div></div><div class="w-layout-grid gallery-grid"><div id="w-node-_75fae253-d49a-f755-509c-5b78170c6665-fcd24cce" class="gallery-card"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3bceb5278440e538993e9_Dining%20room.png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3bceb5278440e538993e9_Dining%20room-p-500.png 500w, https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3bceb5278440e538993e9_Dining%20room.png 530w" alt="Photo" class="gallery-image"/><div class="gallery-card-overlay"></div></div><div id="w-node-_75fae253-d49a-f755-509c-5b78170c6670-fcd24cce" class="gallery-card vertical"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3bceb311ee6f940c70206_Entry%20door%20hallway.png" loading="lazy" alt="Photo" class="gallery-image"/><div class="gallery-card-overlay"></div></div><div id="w-node-_75fae253-d49a-f755-509c-5b78170c667b-fcd24cce" class="gallery-card"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3bcec48979764791e8528_Dining%20table.png" loading="lazy" alt="Photo" class="gallery-image"/><div class="gallery-card-overlay"></div></div><div class="gallery-card"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3bceba91863957ed48eb4_Empty%20kitchen.png" loading="lazy" alt="Photo" class="gallery-image"/><div class="gallery-card-overlay"></div></div><div class="gallery-card"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3bceba9186315acd48eb3_Dark%20Living%20rrom.png" loading="lazy" alt="Photo" class="gallery-image"/><div class="gallery-card-overlay"></div></div><div id="w-node-_75fae253-d49a-f755-509c-5b78170c669c-fcd24cce" class="gallery-card"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3bcebc780c5af5f800074_Bedroom.png" loading="lazy" alt="Photo" class="gallery-image"/><div class="gallery-card-overlay"></div></div></div></div></div></div></div><section class="section_blog"><div class="padding-global"><div class="container-large"><div class="padding-section-large"><div class="margin-bottom margin-xlarge"><div class="max-width-large"><div class="overflow-hidden"><h2 data-w-id="657af41d-427c-f491-81d6-457ba67d7cd2" style="opacity:0" class="text-align-center-mobile"><span class="text-color-yellow">Latest</span> Blog Posts</h2></div></div></div><div class="blog_component"><div class="blog_list-wrapper w-dyn-list"><div role="list" class="blog_list w-dyn-items"><div role="listitem" class="blog_item w-dyn-item"><div class="blog_item"><a href="/blog/tile-to-hardwood-transition" class="blog_image-link w-inline-block"><div class="blog_image-wrapper"><img src="https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/6590eb70907680bdcffaf28f_thumbnail.webp" loading="lazy" alt="What Do I Need to Know About the Tile to Hardwood Transition" sizes="100vw" srcset="https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/6590eb70907680bdcffaf28f_thumbnail-p-500.webp 500w, https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/6590eb70907680bdcffaf28f_thumbnail-p-800.webp 800w, https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/6590eb70907680bdcffaf28f_thumbnail.webp 1000w" class="blog_image"/></div></a><a href="/blog/tile-to-hardwood-transition" class="blog_category-link w-inline-block"><div>Hardwood</div></a><a href="/blog/tile-to-hardwood-transition" class="blog_title-link w-inline-block"><h3 class="heading-style-h5">What Do I Need to Know About the Tile to Hardwood Transition</h3></a><div class="text-size-regular">In this article, we will delve into the intricate process of creating a smooth and stylish transition that will leave</div><div class="blog_author-wrapper"><div class="blog_author-text"><div class="written-by-container"><div class="text-size-small">Written by</div><div class="text-size-small text-weight-semibold">Paul Galushkin</div></div><div class="blog_date-wrapper"><div class="text-size-small">May 9, 2024</div></div></div></div></div></div><div role="listitem" class="blog_item w-dyn-item"><div class="blog_item"><a href="/blog/mud-floor" class="blog_image-link w-inline-block"><div class="blog_image-wrapper"><img src="https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/65b80abc0689f924e0fb4a12_thumbnail.webp" loading="lazy" alt="Mud Floor: Pros and Cons" sizes="100vw" srcset="https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/65b80abc0689f924e0fb4a12_thumbnail-p-500.webp 500w, https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/65b80abc0689f924e0fb4a12_thumbnail-p-800.webp 800w, https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/65b80abc0689f924e0fb4a12_thumbnail.webp 1000w" class="blog_image"/></div></a><a href="/blog/mud-floor" class="blog_category-link w-inline-block"><div>Hardwood</div></a><a href="/blog/mud-floor" class="blog_title-link w-inline-block"><h3 class="heading-style-h5">Mud Floor: Pros and Cons</h3></a><div class="text-size-regular">Mud floors are common in rural areas where there is easy access to these natural resources, but they have also gained</div><div class="blog_author-wrapper"><div class="blog_author-text"><div class="written-by-container"><div class="text-size-small">Written by</div><div class="text-size-small text-weight-semibold">Pau Galushkin</div></div><div class="blog_date-wrapper"><div class="text-size-small">January 29, 2024</div></div></div></div></div></div><div role="listitem" class="blog_item w-dyn-item"><div class="blog_item"><a href="/blog/black-floors-in-bathroom" class="blog_image-link w-inline-block"><div class="blog_image-wrapper"><img src="https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/65ade8065ed575bbba190cb0_thumbnail.webp" loading="lazy" alt="Black Floors in Bathroom: Should I Have Them?" sizes="100vw" srcset="https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/65ade8065ed575bbba190cb0_thumbnail-p-500.webp 500w, https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/65ade8065ed575bbba190cb0_thumbnail-p-800.webp 800w, https://cdn.prod.website-files.com/646d15a33b30b1f5a5127124/65ade8065ed575bbba190cb0_thumbnail.webp 1000w" class="blog_image"/></div></a><a href="/blog/black-floors-in-bathroom" class="blog_category-link w-inline-block"><div>Hardwood</div></a><a href="/blog/black-floors-in-bathroom" class="blog_title-link w-inline-block"><h3 class="heading-style-h5">Black Floors in Bathroom: Should I Have Them?</h3></a><div class="text-size-regular">Whether you&#x27;re considering a complete bathroom remodel or just a modern twist, this guide will provide all the insights </div><div class="blog_author-wrapper"><div class="blog_author-text"><div class="written-by-container"><div class="text-size-small">Written by</div><div class="text-size-small text-weight-semibold">Paul Galushkin</div></div><div class="blog_date-wrapper"><div class="text-size-small">January 21, 2024</div></div></div></div></div></div></div></div><div class="margin-top margin-large"><div class="blog_button-row"><a href="/blog" class="button full-width-mobile w-button">View all</a></div></div></div></div></div></div></section><section class="section_cta"><div class="padding-global"><div class="container-small"><div class="padding-section-large"><div class="text-align-center"><div class="margin-bottom margin-small"><h2 class="text-color-white"><em>Get A Free Estimate Now</em></h2></div><p class="text-size-medium text-color-white">Need a new hardwood floor or carpet? Maybe you have a hardwood floor that needs refinishing? Get a free estimate from Floor Care Installation today! We&#x27;re the leading hardwood floor and carpet installation company in the area, and we offer a wide variety of products and services to choose from. Our team of experts will work with you to find the perfect solution for your needs, and we&#x27;ll always go the extra mile to make sure you&#x27;re satisfied with our work. Contact us today to schedule your free estimate!</p><div class="margin-top margin-medium"><div class="button-group is-center"><a href="/contact" class="button full-width-mobile w-button">book a consultation</a></div></div></div></div></div></div><div class="cta_background-image-wrapper"><div class="image-overlay-layer"></div><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/655461672eb1c68699c4bb4e_solid-oak-wood-flooring-2021-10-20-00-23-40-utc%201.jpg" loading="lazy" sizes="(max-width: 2813px) 100vw, 2813px" srcset="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/655461672eb1c68699c4bb4e_solid-oak-wood-flooring-2021-10-20-00-23-40-utc%201-p-500.jpg 500w, https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/655461672eb1c68699c4bb4e_solid-oak-wood-flooring-2021-10-20-00-23-40-utc%201-p-800.jpg 800w, https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/655461672eb1c68699c4bb4e_solid-oak-wood-flooring-2021-10-20-00-23-40-utc%201-p-1080.jpg 1080w, https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/655461672eb1c68699c4bb4e_solid-oak-wood-flooring-2021-10-20-00-23-40-utc%201-p-1600.jpg 1600w, https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/655461672eb1c68699c4bb4e_solid-oak-wood-flooring-2021-10-20-00-23-40-utc%201-p-2000.jpg 2000w, https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/655461672eb1c68699c4bb4e_solid-oak-wood-flooring-2021-10-20-00-23-40-utc%201.jpg 2813w" alt="" class="cta_background-image"/></div></section><section class="areas-section"><div class="padding-global"><div class="container-large"><div class="padding-section-large"><div class="margin-bottom m margin-xlarge"><div class="text-align-center overflow-hidden"><h2 data-w-id="a924c78c-0541-658a-4207-30fd8f6f618b" style="opacity:0" class="heading-style-h2"><span class="text-color-yellow">Areas</span> we serve</h2></div></div><div class="areas-wrapper w-dyn-list"><div role="list" class="area-we-serve-grid w-dyn-items"><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/woodland-ca" class="area-link w-inline-block"><div>Woodland</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/vacaville-ca" class="area-link w-inline-block"><div>Vacaville</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/sunnyvale-ca" class="area-link w-inline-block"><div>Sunnyvale</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/south-san-francisco-ca" class="area-link w-inline-block"><div>South San Francisco</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/san-mateo-ca" class="area-link w-inline-block"><div>San Mateo</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/san-jose-ca" class="area-link w-inline-block"><div>San Jose</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/san-francisco-ca" class="area-link w-inline-block"><div>San Francisco</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/sacramento-ca" class="area-link w-inline-block"><div>Sacramento</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/rocklin-ca" class="area-link w-inline-block"><div>Rocklin</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/roseville-ca" class="area-link w-inline-block"><div>Roseville</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/rosemont-ca" class="area-link w-inline-block"><div>Rosemont</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/rio-linda-ca" class="area-link w-inline-block"><div>Rio Linda</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/granite-bay-ca" class="area-link w-inline-block"><div>Granite Bay</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/rancho-cordova-ca" class="area-link w-inline-block"><div>Rancho Cordova</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/placerville-ca" class="area-link w-inline-block"><div>Placerville</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/penryn-ca" class="area-link w-inline-block"><div>Penryn</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/palo-alto-ca" class="area-link w-inline-block"><div>Palo Alto</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/orangevale-ca" class="area-link w-inline-block"><div>Orangevale</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/oakland-ca" class="area-link w-inline-block"><div>Oakland</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/north-highlands-ca" class="area-link w-inline-block"><div>North Highlands</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/newcastle-ca" class="area-link w-inline-block"><div>Newcastle</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/loomis-ca" class="area-link w-inline-block"><div>Loomis</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/lincoln-ca" class="area-link w-inline-block"><div>Lincoln</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/la-riviera-ca" class="area-link w-inline-block"><div>La Riviera</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/hayward-ca" class="area-link w-inline-block"><div>Hayward</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/fremont-ca" class="area-link w-inline-block"><div>Fremont</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/folsom-ca" class="area-link w-inline-block"><div>Folsom</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/fairfield-ca" class="area-link w-inline-block"><div>Fairfield</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/fair-oaks-ca" class="area-link w-inline-block"><div>Fair Oaks</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/el-dorado-hills-ca" class="area-link w-inline-block"><div>El Dorado Hills</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/elk-grove-ca" class="area-link w-inline-block"><div>Elk Grove</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/dixon-ca" class="area-link w-inline-block"><div>Dixon</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/davis-ca" class="area-link w-inline-block"><div>Davis</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/daly-city-ca" class="area-link w-inline-block"><div>Daly City</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/citrus-heights-ca" class="area-link w-inline-block"><div>Citrus Heights</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/carmichael-ca" class="area-link w-inline-block"><div>Carmichael</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/berkeley-ca" class="area-link w-inline-block"><div>Berkeley</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/cameron-park-ca" class="area-link w-inline-block"><div>Cameron Park</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/auburn-ca" class="area-link w-inline-block"><div>Auburn</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/arcade-ca" class="area-link w-inline-block"><div>Arcade</div></a></div></div><div role="listitem" class="w-dyn-item"><div class="areas-area-container"><div class="icon-embed-custom area-checkmark w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 25" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<g clip-path="url(#clip0_440_900)">
<path d="M12 0.412109C5.38346 0.412109 0 5.79557 0 12.4121C0 19.0287 5.38346 24.4121 12 24.4121C18.6165 24.4121 24 19.0287 24 12.4121C24 5.79557 18.6165 0.412109 12 0.412109ZM18.7068 9.25422L11.0376 16.8632C10.5865 17.3144 9.86466 17.3444 9.38346 16.8933L5.32331 13.1941C4.84211 12.7429 4.81203 11.9911 5.23308 11.5099C5.68421 11.0287 6.43609 10.9986 6.91729 11.4497L10.1353 14.3971L16.9925 7.53993C17.4737 7.05873 18.2256 7.05873 18.7068 7.53993C19.188 8.02113 19.188 8.77301 18.7068 9.25422Z" fill="#3C4353"/>
</g>
<defs>
<clipPath id="clip0_440_900">
<rect width="24" height="24" fill="white" transform="translate(0 0.412109)"/>
</clipPath>
</defs>
</svg></div><a href="/carpet-installation/antelope-ca" class="area-link w-inline-block"><div>Antelope</div></a></div></div></div></div></div></div></div></section></main><footer class="footer8_component"><div class="padding-global"><div class="container-large"><div class="padding-vertical padding-xxlarge"><div class="padding-bottom padding-xlarge"><div class="w-layout-grid footer8_top-wrapper"><div id="w-node-_038d999c-f6c0-a11f-22c1-21ed8ce738a5-8ce7389f" class="footer8_left-wrapper"><a href="#" id="w-node-_038d999c-f6c0-a11f-22c1-21ed8ce738a6-8ce7389f" class="footer8_logo-link w-nav-brand"><img src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/63a3c346ed5955240306e126_Logo%20White.svg" loading="lazy" alt="" width="163"/></a><p class="paragraph"><strong>Email: </strong><a href="mailto:Floorcareinstall@gmail.com">floorcareinstall@gmail.com<br/></a><strong>Phone: </strong><a href="tel:+19168025454">(916) 802-5454</a></p></div><div class="footer8_right-wrapper"><div class="margin-bottom margin-xsmall"><p class="text-size-small text-color-white">Servicing Areas: All of Sacramento county  (Folsom, Fair Oaks, Arden Arcade, Citrus Heights, North Highlands) Placer County (Rocklin, Roseville, Granite Bay, Auburn, Lincoln) El Dorado, Yolo.</p></div><p class="text-size-small"><span class="text-span">Licensed and insured: License # 1098373</span></p></div></div></div><div class="line-divider"></div><div class="padding-top padding-medium"><div class="footer8_bottom-wrapper"><div class="w-layout-grid footer8_legal-list"><a id="w-node-_038d999c-f6c0-a11f-22c1-21ed8ce738b3-8ce7389f" href="https://www.instagram.com/floorcareinstallation/" target="_blank" class="w-inline-block"><div class="footer-icon w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M7.99997 0.36084C10.0755 0.36084 10.3344 0.368479 11.1487 0.406673C11.9623 0.444868 12.5161 0.572437 13.0034 0.761882C13.5076 0.955909 13.9323 1.21869 14.3571 1.64265C14.7455 2.02451 15.0461 2.48643 15.2378 2.99626C15.4265 3.48285 15.5548 4.03744 15.593 4.85098C15.6289 5.66528 15.6389 5.92424 15.6389 7.99973C15.6389 10.0752 15.6312 10.3342 15.593 11.1485C15.5548 11.962 15.4265 12.5158 15.2378 13.0032C15.0466 13.5133 14.746 13.9753 14.3571 14.3568C13.9751 14.7451 13.5132 15.0457 13.0034 15.2376C12.5168 15.4263 11.9623 15.5546 11.1487 15.5928C10.3344 15.6287 10.0755 15.6386 7.99997 15.6386C5.92449 15.6386 5.66553 15.631 4.85122 15.5928C4.03768 15.5546 3.48386 15.4263 2.9965 15.2376C2.48647 15.0462 2.02447 14.7456 1.64289 14.3568C1.25438 13.975 0.953809 13.5131 0.762126 13.0032C0.572681 12.5166 0.445112 11.962 0.406917 11.1485C0.371014 10.3342 0.361084 10.0752 0.361084 7.99973C0.361084 5.92424 0.368723 5.66528 0.406917 4.85098C0.445112 4.03667 0.572681 3.48362 0.762126 2.99626C0.953278 2.48612 1.25392 2.02407 1.64289 1.64265C2.02458 1.254 2.48655 0.953411 2.9965 0.761882C3.48386 0.572437 4.03692 0.444868 4.85122 0.406673C5.66553 0.37077 5.92449 0.36084 7.99997 0.36084ZM7.99997 4.18028C6.98699 4.18028 6.0155 4.58269 5.29922 5.29897C4.58293 6.01526 4.18053 6.98675 4.18053 7.99973C4.18053 9.01271 4.58293 9.9842 5.29922 10.7005C6.0155 11.4168 6.98699 11.8192 7.99997 11.8192C9.01295 11.8192 9.98444 11.4168 10.7007 10.7005C11.417 9.9842 11.8194 9.01271 11.8194 7.99973C11.8194 6.98675 11.417 6.01526 10.7007 5.29897C9.98444 4.58269 9.01295 4.18028 7.99997 4.18028ZM12.9653 3.98931C12.9653 3.73607 12.8647 3.49319 12.6856 3.31412C12.5065 3.13505 12.2636 3.03445 12.0104 3.03445C11.7571 3.03445 11.5143 3.13505 11.3352 3.31412C11.1561 3.49319 11.0555 3.73607 11.0555 3.98931C11.0555 4.24256 11.1561 4.48543 11.3352 4.6645C11.5143 4.84357 11.7571 4.94417 12.0104 4.94417C12.2636 4.94417 12.5065 4.84357 12.6856 4.6645C12.8647 4.48543 12.9653 4.24256 12.9653 3.98931ZM7.99997 5.70806C8.60776 5.70806 9.19066 5.9495 9.62043 6.37927C10.0502 6.80905 10.2916 7.39194 10.2916 7.99973C10.2916 8.60752 10.0502 9.19041 9.62043 9.62018C9.19066 10.05 8.60776 10.2914 7.99997 10.2914C7.39219 10.2914 6.80929 10.05 6.37952 9.62018C5.94975 9.19041 5.70831 8.60752 5.70831 7.99973C5.70831 7.39194 5.94975 6.80905 6.37952 6.37927C6.80929 5.9495 7.39219 5.70806 7.99997 5.70806Z" fill="currentColor"/>
</svg></div></a><a id="w-node-_038d999c-f6c0-a11f-22c1-21ed8ce738b5-8ce7389f" href="https://www.linkedin.com/in/floor-care-installation-192b7425a/" target="_blank" class="w-inline-block"><div class="footer-icon w-embed"><svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M2 0.388672H16C17.1046 0.388672 18 1.2841 18 2.38867V16.3887C18 17.4933 17.1046 18.3887 16 18.3887H2C0.89543 18.3887 0 17.4933 0 16.3887V2.38867C0 1.2841 0.89543 0.388672 2 0.388672ZM5 15.3887C5.27614 15.3887 5.5 15.1648 5.5 14.8887V7.88867C5.5 7.61257 5.27614 7.38867 5 7.38867H3.5C3.22386 7.38867 3 7.61257 3 7.88867V14.8887C3 15.1648 3.22386 15.3887 3.5 15.3887H5ZM4.25 6.38867C3.42157 6.38867 2.75 5.7171 2.75 4.88867C2.75 4.06024 3.42157 3.38867 4.25 3.38867C5.07843 3.38867 5.75 4.06024 5.75 4.88867C5.75 5.7171 5.07843 6.38867 4.25 6.38867ZM14.5 15.3887C14.7761 15.3887 15 15.1648 15 14.8887V10.2887C15.0325 8.69947 13.8576 7.34319 12.28 7.14867C11.177 7.04792 10.1083 7.56307 9.5 8.48867V7.88867C9.5 7.61257 9.2761 7.38867 9 7.38867H7.5C7.2239 7.38867 7 7.61257 7 7.88867V14.8887C7 15.1648 7.2239 15.3887 7.5 15.3887H9C9.2761 15.3887 9.5 15.1648 9.5 14.8887V11.1387C9.5 10.3103 10.1716 9.63867 11 9.63867C11.8284 9.63867 12.5 10.3103 12.5 11.1387V14.8887C12.5 15.1648 12.7239 15.3887 13 15.3887H14.5Z" fill="currentColor"/>
</svg></div></a><a id="w-node-_038d999c-f6c0-a11f-22c1-21ed8ce738b7-8ce7389f" href="https://www.youtube.com/channel/UC2-ae5mtp70KT4Tdy53sPwA" target="_blank" class="w-inline-block"><div class="footer-icon w-embed"><svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M8 10L13.19 7L8 4V10ZM19.56 2.17C19.69 2.64 19.78 3.27 19.84 4.07C19.91 4.87 19.94 5.56 19.94 6.16L20 7C20 9.19 19.84 10.8 19.56 11.83C19.31 12.73 18.73 13.31 17.83 13.56C17.36 13.69 16.5 13.78 15.18 13.84C13.88 13.91 12.69 13.94 11.59 13.94L10 14C5.81 14 3.2 13.84 2.17 13.56C1.27 13.31 0.69 12.73 0.44 11.83C0.31 11.36 0.22 10.73 0.16 9.93C0.0900001 9.13 0.0599999 8.44 0.0599999 7.84L0 7C0 4.81 0.16 3.2 0.44 2.17C0.69 1.27 1.27 0.69 2.17 0.44C2.64 0.31 3.5 0.22 4.82 0.16C6.12 0.0899998 7.31 0.0599999 8.41 0.0599999L10 0C14.19 0 16.8 0.16 17.83 0.44C18.73 0.69 19.31 1.27 19.56 2.17Z" fill="currentColor"/>
</svg></div></a><a id="w-node-_038d999c-f6c0-a11f-22c1-21ed8ce738b9-8ce7389f" href="https://www.yelp.com/biz/floor-care-installation-antelope" target="_blank" class="w-inline-block"><div class="footer-icon w-embed"><svg width="14" height="19" viewBox="0 0 14 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M1.53879 8.9174L5.1959 10.72C5.35104 10.7959 5.47925 10.9184 5.56306 11.0706C5.64686 11.2229 5.68218 11.3976 5.6642 11.5708C5.64622 11.7441 5.57581 11.9076 5.46258 12.039C5.34935 12.1703 5.1988 12.2632 5.03145 12.3049L1.08459 13.3C0.968542 13.3291 0.847704 13.3327 0.730144 13.3108C0.612584 13.2889 0.501008 13.2418 0.40287 13.1728C0.304732 13.1038 0.22229 13.0144 0.161051 12.9106C0.0998122 12.8068 0.0611862 12.691 0.0477529 12.5709C-0.074191 11.5045 0.0381136 10.4241 0.376658 9.40665C0.414833 9.29246 0.476672 9.18783 0.558045 9.09974C0.639417 9.01164 0.73845 8.94212 0.848525 8.89581C0.9586 8.8495 1.07718 8.82747 1.19635 8.83119C1.31552 8.83492 1.43254 8.86431 1.53957 8.9174H1.53879ZM3.0032 16.5284L5.72528 13.4726C5.84023 13.343 5.9919 13.2523 6.15964 13.213C6.32739 13.1736 6.50306 13.1874 6.66275 13.2525C6.82244 13.3177 6.9584 13.431 7.05213 13.577C7.14585 13.7231 7.19279 13.8948 7.18656 14.0687L7.04482 18.1806C7.04069 18.3015 7.01105 18.4201 6.95788 18.5284C6.90472 18.6368 6.82927 18.7324 6.73657 18.8089C6.64388 18.8853 6.53609 18.9409 6.42043 18.9718C6.30476 19.0027 6.1839 19.0083 6.06593 18.9881C5.02002 18.8097 4.02526 18.4026 3.15121 17.7951C3.05274 17.7267 2.96987 17.6379 2.90812 17.5345C2.84637 17.4311 2.80718 17.3156 2.79316 17.1957C2.77915 17.0758 2.79064 16.9542 2.82686 16.8391C2.86309 16.724 2.92321 16.6181 3.0032 16.5284V16.5284ZM9.45757 12.4609L13.3277 13.7323C13.4413 13.7696 13.5457 13.8309 13.6339 13.9123C13.7222 13.9936 13.7922 14.0931 13.8394 14.204C13.8865 14.3149 13.9097 14.4348 13.9074 14.5555C13.905 14.6762 13.8772 14.795 13.8257 14.9039C13.3692 15.8718 12.709 16.7272 11.8915 17.4104C11.7993 17.4874 11.6919 17.5436 11.5765 17.5753C11.4611 17.6069 11.3403 17.6133 11.2223 17.594C11.1043 17.5746 10.9917 17.53 10.8921 17.4631C10.7925 17.3962 10.7081 17.3086 10.6448 17.2061L8.48808 13.7165C8.39645 13.569 8.35202 13.3965 8.36083 13.2226C8.36965 13.0486 8.43128 12.8817 8.53734 12.7444C8.6434 12.6072 8.78873 12.5063 8.95354 12.4556C9.11835 12.4048 9.29462 12.4067 9.45835 12.4609H9.45757ZM13.3927 9.96556L9.48106 11.0992C9.31564 11.1473 9.13957 11.1428 8.9768 11.0862C8.81403 11.0296 8.67245 10.9237 8.57132 10.7828C8.47018 10.642 8.4144 10.4731 8.41156 10.2992C8.40872 10.1252 8.45895 9.95451 8.55543 9.81039L10.8311 6.39991C10.8977 6.30004 10.9845 6.21565 11.0858 6.15237C11.1872 6.08909 11.3007 6.04838 11.4188 6.03294C11.5369 6.01751 11.6569 6.02771 11.7709 6.06287C11.8848 6.09803 11.99 6.15733 12.0794 6.23683C12.8759 6.94645 13.5078 7.82496 13.9299 8.80973C13.9777 8.92053 14.0016 9.04037 13.9999 9.16124C13.9983 9.28212 13.9711 9.40123 13.9202 9.51064C13.8694 9.62005 13.796 9.71723 13.705 9.79568C13.6141 9.87413 13.5076 9.93205 13.3927 9.96556V9.96556ZM4.25382 0.370614C3.56225 0.557588 2.88909 0.808275 2.2428 1.11953C2.13859 1.16997 2.04583 1.24166 1.97034 1.33009C1.89484 1.41851 1.83826 1.52177 1.80414 1.63336C1.77001 1.74495 1.75909 1.86248 1.77205 1.97854C1.78501 2.09461 1.82157 2.20671 1.87944 2.30781L5.70257 9.00211C5.79456 9.16413 5.93696 9.29087 6.10759 9.36259C6.27822 9.43432 6.46752 9.447 6.64603 9.39868C6.82454 9.35036 6.98224 9.24374 7.09458 9.09542C7.20693 8.94709 7.26763 8.76538 7.26722 8.57857V0.847986C7.26734 0.7312 7.24358 0.615649 7.19741 0.508592C7.15125 0.401534 7.08369 0.305284 6.99897 0.225884C6.91425 0.146485 6.81421 0.0856534 6.70512 0.0472097C6.59604 0.00876608 6.48027 -0.00645885 6.36508 0.00249122C5.65142 0.0596957 4.94445 0.182919 4.25304 0.370614H4.25382Z" fill="currentColor"/>
</svg></div></a><a id="w-node-_038d999c-f6c0-a11f-22c1-21ed8ce738bb-8ce7389f" href="https://g.co/kgs/8CqJFi" target="_blank" class="w-inline-block"><div class="footer-icon w-embed"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M17.3334 6.08317C17.3334 7.22484 16.4 8.1665 15.25 8.1665C14.1 8.1665 13.1667 7.22484 13.1667 6.08317C13.1667 7.22484 12.2334 8.1665 11.0834 8.1665C9.93335 8.1665 9.00002 7.22484 9.00002 6.08317C9.00002 7.22484 8.06669 8.1665 6.91669 8.1665C5.76669 8.1665 4.83335 7.22484 4.83335 6.08317C4.83335 7.22484 3.90002 8.1665 2.75002 8.1665C1.60002 8.1665 0.666687 7.22484 0.666687 6.08317L1.82502 1.5665C1.82502 1.5665 2.06669 0.666504 2.91669 0.666504H15.0834C15.9334 0.666504 16.175 1.5665 16.175 1.5665L17.3334 6.08317ZM16.5 9.1665V15.6665C16.5 16.5832 15.75 17.3332 14.8334 17.3332H3.16669C2.25002 17.3332 1.50002 16.5832 1.50002 15.6665V9.1665C2.04783 9.39269 2.64645 9.46718 3.23299 9.38213C3.81953 9.29708 4.37235 9.05564 4.83335 8.68317C5.40835 9.1415 6.13335 9.4165 6.91669 9.4165C7.70835 9.4165 8.43335 9.1415 9.00002 8.68317C9.57502 9.1415 10.3 9.4165 11.0834 9.4165C11.875 9.4165 12.6 9.1415 13.1667 8.68317C13.7334 9.1415 14.4667 9.4165 15.25 9.4165C15.6917 9.4165 16.1167 9.32484 16.5 9.1665ZM14.8334 13.4415C14.8334 13.2748 14.8334 13.0998 14.7917 12.9165L14.7667 12.7832H12.2917V13.7582H13.8C13.75 13.9415 13.6834 14.1248 13.5417 14.2748C13.2667 14.5498 12.8917 14.6998 12.4917 14.6998C12.075 14.6998 11.6667 14.5248 11.3667 14.2332C10.7917 13.6415 10.7917 12.6832 11.3834 12.0832C11.9584 11.4998 12.9084 11.4998 13.5084 12.0582L13.625 12.1665L14.325 11.4582L14.1917 11.3415C13.725 10.9082 13.1084 10.6665 12.4584 10.6665H12.45C11.775 10.6665 11.1417 10.9248 10.6667 11.3915C10.175 11.8748 9.90002 12.5082 9.90002 13.1665C9.90002 13.8332 10.1584 14.4498 10.6334 14.9082C11.1283 15.3913 11.7917 15.6632 12.4834 15.6665H12.5C13.1667 15.6665 13.7584 15.4248 14.1917 14.9998C14.5834 14.5998 14.8334 13.9998 14.8334 13.4415V13.4415Z" fill="currentColor"/>
</svg></div></a></div><div class="footer8_credit-text">Copyright © <span id="footer-year">2024</span> Floor Care Installation <span class="footer-divider">|</span> Made by <a href="https://www.hitrefresh.co" target="_blank" class="hitrefresh-link">hitRefresh.co </a>&amp; <a href="https://www.linush.io" target="_blank" class="linush-link">Linush.io</a> | <a href="https://kova.team/seo-company/sacramento-ca">SEO</a> by <a href="https://kova.team" target="_blank"><span>Kova Team</span></a></div></div></div></div></div></div></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=63a3580a87c65a794cfe8ba6" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/js/webflow.schunk.36b8fb49256177c8.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/63a3580a87c65a794cfe8ba6/js/webflow.ab11b35b.8895be359de8fa5b.js" type="text/javascript"></script>
<script>
// when the DOM is ready
document.addEventListener("DOMContentLoaded", function() { 
  // get the the span element
  const yrSpan = document.querySelector('#footer-year');
  // get the current year
  const currentYr = new Date().getFullYear();
  // set the year span element's text to the current year
  yrSpan.textContent = currentYr;
});
  
// Toggle shadow on sticky navigation
$(window).scroll(function() {    
    var scroll = $(window).scrollTop();

    if (scroll >= 50) {
        $(".navbar1_component").addClass("sticky");
    } else {
    	$(".navbar1_component").removeClass("sticky");
    }
});
</script><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.webticker/3.0.0/jquery.webticker.min.js" integrity="sha512-sGvMKcHwoC9BkOtA57heMk9Gz/076xz4oLJmhLFKav+FHkVhNCmXlUtPnnBJGvVK3nn/gZ6Y52Tn8UmgtKtaUQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

<script>
$('#webTicker').webTicker({

height:"100%",
speed:100,
startEmpty: false,
duplicate: true,
hoverpause: false

});
</script></body></html>