@charset "UTF-8";
/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1629 {
    padding: var(--sectionPadding);
  }
  #services-1629 .cs-container {
    /* changes to 1280px at desktop */
    max-width: 50rem;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1629 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #services-1629 .cs-title {
    max-width: 20ch;
  }
  #services-1629 .cs-text {
    max-width: 40rem;
    position: relative;
    z-index: 1;
  }
  #services-1629 .cs-text:after {
    /* divider line */
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 1.5rem;
    background: var(--primary);
    opacity: 1;
    display: block;
    position: relative;
  }
  #services-1629 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    row-gap: 2.5rem;
    /* 16px - 40px */
    -moz-column-gap: clamp(1rem, 5vw, 2.5rem);
         column-gap: clamp(1rem, 5vw, 2.5rem);
  }
  #services-1629 .cs-item {
    text-align: left;
    list-style: none;
    max-width: 25rem;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    /* 16px - 24px */
    gap: clamp(1rem, 3vw, 1.5rem);
    text-align: left;
  }
  #services-1629 .cs-picture {
    /* 60px - 80px */
    width: clamp(3.75rem, 6vw, 5rem);
    height: clamp(3.75rem, 6vw, 5rem);
    margin: 0;
    box-sizing: border-box;
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #services-1629 .cs-icon {
    width: 2rem;
    height: auto;
    display: block;
  }
  #services-1629 .cs-h3 {
    text-align: inherit;
    font-size: 1.25rem;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 0.5rem;
    color: var(--headerColor);
  }
  #services-1629 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    text-align: inherit;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #services-1629 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    font-weight: 700;
    min-width: 9.375rem;
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    color: #fff;
    background-color: var(--primary);
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  #services-1629 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    border-radius: 0.25rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #services-1629 .cs-button-solid:hover:before {
    width: 100%;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1629 .cs-container {
    max-width: 80rem;
  }
  #services-1629 .cs-item {
    margin: 0;
    width: 100%;
    align-items: flex-start;
  }
  #services-1629 .cs-h3,
  #services-1629 .cs-item-text {
    text-align: left;
  }
  #services-1629 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #services-1629 .cs-flex {
    text-align: left;
    width: 40vw;
    max-width: 40rem;
    flex: none;
  }
  #services-1629 .cs-title {
    margin: 0;
  }
  #services-1629 .cs-text {
    padding: 0.75rem 0 0.75rem 1.5rem;
  }
  #services-1629 .cs-text:after {
    width: 1px;
    height: 100%;
    margin: 0 1.5rem 0 0;
    order: -1;
    position: absolute;
    left: 0;
    top: 0;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #services-1629 .cs-card-group {
    max-width: 80rem;
  }
  #services-1629 .cs-item {
    flex-direction: row;
  }
}
/*-- -------------------------- -->
<---           Gallery          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gallery-2243 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #gallery-2243 .cs-container {
    width: 100%;
    max-width: 115rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 5vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #gallery-2243 .cs-content {
    /* aligns text centrally. set to left to left-align text */
    text-align: center;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* centrally aligns items. set to flex-start to left-align items */
    align-items: center;
    z-index: 2;
  }
  #gallery-2243 .cs-title {
    max-width: 40ch;
  }
  #gallery-2243 .cs-gallery {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(16, 16.666vw);
    gap: clamp(0.5rem, 2vw, 1.25rem);
  }
  #gallery-2243 .cs-picture {
    grid-column: span 6;
    display: block;
    position: relative;
    z-index: 1;
  }
  #gallery-2243 .cs-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #gallery-2243 .cs-picture1 {
    grid-row: 2/span 3;
  }
  #gallery-2243 .cs-picture2 {
    grid-row: 1/span 4;
  }
  #gallery-2243 .cs-picture3 {
    grid-column: span 12;
    grid-row: 5/span 5;
  }
  #gallery-2243 .cs-picture4 {
    grid-row: 10/span 4;
  }
  #gallery-2243 .cs-picture5 {
    grid-row: 11/span 3;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #gallery-2243 .cs-gallery {
    /* 320px - 600px */
    height: clamp(20rem, 41vw, 37.5rem);
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  #gallery-2243 .cs-gallery .cs-picture {
    grid-column: span 1;
  }
  #gallery-2243 .cs-gallery .cs-picture1 {
    grid-column: 1/span 1;
    grid-row: 2/span 3;
  }
  #gallery-2243 .cs-gallery .cs-picture2 {
    grid-column: 2/span 1;
    grid-row: 1/span 4;
  }
  #gallery-2243 .cs-gallery .cs-picture3 {
    grid-column: 3/span 2;
    grid-row: 1/span 6;
  }
  #gallery-2243 .cs-gallery .cs-picture4 {
    grid-column: 5/span 1;
    grid-row: 1/span 4;
  }
  #gallery-2243 .cs-gallery .cs-picture5 {
    grid-column: 6/span 1;
    grid-row: 2/span 3;
  }
}
/* Desktop - 1600px */
@media only screen and (min-width: 100rem) {
  #gallery-2243 .cs-gallery {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
  #gallery-2243 .cs-gallery .cs-picture {
    grid-column: span 1;
  }
  #gallery-2243 .cs-gallery .cs-picture1 {
    grid-column: 1/span 1;
    grid-row: 2/span 4;
  }
  #gallery-2243 .cs-gallery .cs-picture2 {
    grid-column: 2/span 1;
    grid-row: 1/span 5;
  }
  #gallery-2243 .cs-gallery .cs-picture3 {
    grid-column: 3/span 1;
    grid-row: 1/span 6;
  }
  #gallery-2243 .cs-gallery .cs-picture4 {
    grid-column: 4/span 1;
    grid-row: 1/span 5;
  }
  #gallery-2243 .cs-gallery .cs-picture5 {
    grid-column: 5/span 1;
    grid-row: 2/span 4;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1560 {
    padding: var(--sectionPadding);
  }
  #sbs-1560 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-1560 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    /* changes to 433px at desktop */
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #sbs-1560 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-1560 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-1560 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 3rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  #sbs-1560 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbs-1560 .cs-button-solid:hover:before {
    width: 100%;
  }
  #sbs-1560 .cs-image-group {
    /* scales the whole group based on the view width size and stop when that vales equals .745em, resets at desktop */
    font-size: min(1.959vw, 0.745em);
    width: 46.125em;
    /* we set a minimum height so it never gets smaller than this value */
    min-height: 39.25em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-1560 .cs-picture {
    position: absolute;
  }
  #sbs-1560 .cs-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-1560 .cs-picture1 {
    /* the percentage heights allow them to be responsive to the height of the parent cs-image-group. On desktop, when the felxbox is set to aling-items: stretch, the cs-image group will stretch to fill the height of the parent container. So when you add more content to the cs-content group and make it taller, the cs-image group will get taller with it and every image will stretch with the parent, making this entire group responsive to the changing amounts of content next to it */
    width: 19.0625em;
    height: 42.197452%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #sbs-1560 .cs-picture2 {
    width: 12.3125em;
    height: 42.197452%;
    top: 1.3125em;
    right: 6.75em;
    z-index: 10;
  }
  #sbs-1560 .cs-picture3 {
    width: 13.5625em;
    height: 36.624204%;
    bottom: 0;
    left: 5.5em;
    z-index: -1;
  }
  #sbs-1560 .cs-picture4 {
    width: 19em;
    height: 33.757962%;
    bottom: 3.3125em;
    right: 0;
    z-index: -1;
  }
  #sbs-1560 .cs-picture5 {
    width: 19.0625em;
    height: 70.859873%;
    top: 5.9375em;
    left: 13.5625em;
    z-index: 10;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-1560 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #sbs-1560 .cs-content {
    /* this padding sets a minimum gap between the top and bottom of the content div and the top and bottom of the cs-image-group */
    padding: 3.75rem 0;
    /* while the cs-image-group will stretch to fill the height of the parent, this property will ensure that the cs-content group aligns itse;f in the center of the parent div instead of stretching */
    align-self: center;
  }
  #sbs-1560 .cs-image-group {
    font-size: min(1.2vw, 1em);
    flex: none;
  }
}
/*-- -------------------------- -->
<---      hover box             
<--- -------------------------- -*/
/* === CSS (SCSS‑ready structure) === */
.hover-square {
  display: block;
  /* remove extra spacing */
  width: 400px;
  /* visible square size — adjust as needed */
  height: auto;
  background: transparent;
  border: none;
}

/* All segments start with a gentle fill, and cursors indicate link */
.hover-square path {
  transition: fill 0.2s ease;
  cursor: pointer;
}

/*
      Default colours for the four segments:
      top-left, top-right, bottom-left, bottom-right.
      Using fill on the <path> directly – works because SVG is inline.
    */
.hover-square path:nth-of-type(1) {
  fill: #b3e0f2;
}

/* segment 0 (top‑left) */
.hover-square path:nth-of-type(2) {
  fill: #f2c9b3;
}

/* segment 1 (top‑right) */
.hover-square path:nth-of-type(3) {
  fill: #c2e0c0;
}

/* segment 2 (bottom‑left) */
.hover-square path:nth-of-type(4) {
  fill: #f5e6b0;
}

/* segment 3 (bottom‑right) */
/* HOVER HIGHLIGHT — each segment gets its own rich accent colour */
.hover-square path:nth-of-type(1):hover {
  fill: #4aa3cf;
}

/* deeper blue */
.hover-square path:nth-of-type(2):hover {
  fill: #e68a5e;
}

/* warmer orange */
.hover-square path:nth-of-type(3):hover {
  fill: #5fb05b;
}

/* fresh green */
.hover-square path:nth-of-type(4):hover {
  fill: #e0c44a;
}

/* golden yellow */
/* optional: subtle outline on hover to emphasise active segment */
.hover-square path:hover {
  stroke: #333;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

/* keep the square responsive if needed */
@media (max-width: 500px) {
  .hover-square {
    width: 280px;
  }
}
/* — if you prefer actual SASS nesting, uncomment the block below (this is pure CSS, 
         but it reflects the same logical nesting you would write in SCSS) 
    .hover-square {
      path {
        transition: fill 0.2s ease;
        cursor: pointer;
        &:nth-of-type(1) { fill: #b3e0f2; &:hover { fill: #4aa3cf; } }
        &:nth-of-type(2) { fill: #f2c9b3; &:hover { fill: #e68a5e; } }
        &:nth-of-type(3) { fill: #c2e0c0; &:hover { fill: #5fb05b; } }
        &:nth-of-type(4) { fill: #f5e6b0; &:hover { fill: #e0c44a; } }
        &:hover { stroke: #333; stroke-width: 1.5; }
      }
    }
    */
/*# sourceMappingURL=flooring-guides.css.map */