@font-face {
  font-family: Breeserif Regular;
  src: url('../fonts/BreeSerif-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #172a21;
  --white: white;
  --black: #0a0a0a;
  --yellow: #e7dfa8;
  --dark-yellow: #a79f6e;
  --transparent: #fff0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--green);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.p {
  color: var(--white);
  width: 100%;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.p.white {
  color: var(--white);
}

.p.white._0b {
  margin-bottom: 0;
}

.p._30b {
  margin-bottom: 30px;
}

.p._30t {
  margin-top: 30px;
}

.p._0b {
  margin-bottom: 0;
}

.p._10t {
  margin-top: 10px;
  margin-bottom: 0;
}

.p.black {
  color: var(--black);
}

.button-outline {
  border: 1.5px solid var(--white);
  background-color: var(--green);
  color: var(--white);
  border-radius: 20px 2px;
  margin-top: 30px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-outline:hover {
  border-width: 1.5px;
  border-color: var(--green);
  background-color: var(--yellow);
  color: var(--green);
}

.green-section {
  border-top: 1px solid var(--green);
  background-color: var(--green);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.green-section.form-section {
  background-color: var(--yellow);
  padding-top: 100px;
  padding-bottom: 100px;
}

.green-section._60p {
  padding-top: 60px;
  padding-bottom: 60px;
}

.green-section._0b {
  padding-bottom: 0;
}

.green-section._0p {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  margin: auto;
  display: flex;
  position: relative;
}

.hero-bg-grad {
  background-image: linear-gradient(77deg, #000000e6 26%, #0000), url('../images/green-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-bg-grad.home {
  position: relative;
}

.left-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  transition: all .2s ease-in-out;
  display: flex;
}

.button-fill {
  border: 1.5px solid var(--white);
  color: #fdfdfd;
  background-color: #0000;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-fill:hover {
  border-width: 1.5px;
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.button-fill.header {
  border-color: var(--yellow);
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  width: 150px;
  margin-top: 0;
  margin-left: 0;
  padding: 10px;
  font-size: 16px;
  transition-duration: .3s;
}

.button-fill.header:hover {
  border-color: var(--green);
  background-color: var(--yellow);
  color: var(--green);
}

.left-side {
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  display: flex;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  position: static;
}

.img.home {
  border: 6px solid var(--yellow);
  background-image: url('../images/green0212-1.webp');
  background-position: 50%;
  justify-content: flex-start;
  align-items: flex-end;
}

.img.svs {
  background-image: url('../images/Our-Services.webp');
}

.img.timber {
  background-image: url('../images/green0212-7.webp');
}

.img.listed {
  background-image: url('../images/green0212-8.webp');
}

.img.trad {
  background-image: url('../images/heritage1911-6.webp');
}

.img.cons {
  background-image: url('../images/replace-image-under-H1.webp');
}

.section-h1-wrapper.display-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side.content {
  width: 50%;
}

.instagram-live-feed {
  width: 100%;
}

.footer-list-items {
  padding-left: 0;
  list-style-type: none;
}

.footer-copy-text {
  color: var(--dark-yellow);
  text-align: center;
  border-bottom: 1px #dfdfdf;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.footer-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.footer-section-title {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Bree Serif, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.footer-section {
  background-color: var(--black);
  color: #0a0a0a;
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
}

.footer-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #dfdfdf7a;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-p {
  color: var(--yellow);
  margin-bottom: 5px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 32px;
}

.header-social-media {
  display: flex;
}

.header-social-icon {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  font-family: Fa6 brands, sans-serif;
  font-size: 1.8em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: var(--green);
  background-color: #0000;
}

.header-social-icon.margin-right-none {
  color: var(--yellow);
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 0;
  font-size: 1.8em;
}

.header-social-icon.margin-right-none:hover {
  color: var(--white);
  background-color: #0000;
}

.nav-cta-wrapper {
  align-items: center;
  display: flex;
}

.nav-cta-wrapper.margin-left-auto {
  justify-content: space-between;
  margin-right: 0;
}

.co-logo {
  width: 100%;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 660px;
  min-width: 660px;
  display: flex;
}

.logo-link {
  width: 100%;
  max-width: 250px;
}

.dropdown-link {
  z-index: 99;
  color: var(--white);
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16.5px;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: var(--green);
}

.dropdown-link.w--current {
  background-color: var(--green);
  color: var(--yellow);
}

.contact-div {
  z-index: 4;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.service-nav-text {
  color: var(--white);
  transition: all .35s ease-in-out;
}

.service-dropdown-arrow {
  color: var(--white);
  margin-right: 12px;
}

.service-navlink {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding: 15px 12px;
  font-size: 16px;
  font-weight: 300;
  transition: all .25s ease-in-out;
}

.service-navlink:hover {
  border-bottom-color: var(--yellow);
}

.service-navlink.w--current {
  border-bottom-color: var(--yellow);
  color: var(--white);
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-green {
  color: var(--green);
  margin-left: 0;
  font-size: 60px;
  line-height: 60px;
}

.large-heading {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Bree Serif, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 70px;
}

.large-heading.white {
  color: var(--white);
  font-family: Bree Serif, sans-serif;
}

.large-heading.black {
  color: var(--black);
}

.large-heading._40t {
  margin-top: 40px;
  font-size: 50px;
}

.large-heading-yellow {
  color: var(--yellow);
  font-family: Bree Serif, sans-serif;
}

.gallery-hover {
  background-image: linear-gradient(0deg, #00000073, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
  box-shadow: 1px 1px 3px #000000bf;
}

.gallery-hover:hover {
  background-color: #0000;
  background-image: linear-gradient(to top, #000000b3 20%, #0000);
  padding-bottom: 190px;
}

.project1 {
  border: 6px solid var(--yellow);
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/GreenPHOTO-2025-11-03-15-45-54.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 420px;
  text-decoration: none;
}

.services-block-home-2 {
  z-index: 10;
  text-align: center;
  background-color: #0000;
  border: 1px #edeff3;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.gallery-head {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 90%;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

._3x1-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.black-section {
  background-color: #0a0a0a;
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.black-section.green {
  background-color: var(--green);
}

.project2 {
  border: 6px solid var(--yellow);
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/heritage1911-74.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 420px;
  text-decoration: none;
}

.project3 {
  border: 6px solid var(--yellow);
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/replace-image-under-H1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 420px;
  text-decoration: none;
}

.co-logo-bottom {
  max-width: 280px;
}

.footer-logo-link {
  margin-bottom: 30px;
}

.foot-div {
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bullet-heading {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.bullet-heading.bullet-font-icon-2 {
  margin-right: 10px;
}

.bullet-heading.white {
  color: var(--white);
}

.comments {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.comment-column {
  border: 2px solid var(--green);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.comment-column.middle {
  border-style: solid;
  border-color: var(--yellow);
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px 40px;
  box-shadow: 0 20px 20px -20px #0a0a0a;
}

.comment-column.line {
  border-color: var(--yellow);
}

.bullet-font-icon {
  background-color: var(--green);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-weight: 100;
  display: flex;
}

.bullet-font-icon.yellow {
  background-color: var(--yellow);
  color: var(--green);
  min-width: 35px;
  min-height: 35px;
}

.form {
  margin-top: 40px;
  margin-left: -10px;
}

.top-links {
  color: #fff;
  text-align: right;
  flex-direction: row;
  margin-bottom: 1px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.top-links:hover {
  color: var(--yellow);
}

.top-links.top {
  margin-left: 15px;
}

.top-links.top.hom {
  justify-content: flex-start;
  align-items: center;
  margin-left: -3px;
}

.top-links.side {
  padding-left: 10px;
}

.top-container-black {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-top: 20px;
  display: flex;
}

.font-awsome {
  color: var(--yellow);
  text-align: center;
  margin-right: 8px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
}

.font-awsome.email {
  font-family: Fa6 solid, sans-serif;
}

.contact-top {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contact-top.home {
  flex-direction: column;
  align-items: flex-start;
}

.cta {
  background-color: var(--green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta._0b {
  padding-bottom: 0;
}

.h3 {
  color: var(--white);
  text-align: center;
  width: 100%;
  font-family: Bree Serif, sans-serif;
  font-size: 34px;
  line-height: 44px;
  text-decoration: none;
}

.h1 {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bree Serif, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 70px;
}

.bottom-link {
  color: var(--yellow);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
}

.bottom-link:hover {
  color: var(--white);
}

.top-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.list._2col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list._2col._0b {
  margin-bottom: 0;
}

.list._3col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list._3col._0b {
  margin-bottom: 0;
}

.list.areas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.list-item {
  align-items: center;
  list-style-type: none;
  display: flex;
}

.trade-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.trade-container.left {
  justify-content: flex-start;
}

.fmb {
  width: 120px;
  margin-right: 10px;
}

.strapline {
  color: var(--yellow);
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: Bree Serif, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.form-div {
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
  margin: auto;
}

.top-section {
  z-index: 999;
  background-color: var(--green);
  position: relative;
}

.dropdown-list {
  background-color: var(--black);
}

.dropdown-list.w--open {
  z-index: 99;
  border: 1px solid #2223;
  border-top-width: 0;
}

.dd-toggle {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding: 15px 32px 15px 12px;
  font-size: 16px;
  font-weight: 300;
  transition: all .25s ease-in-out;
}

.dd-toggle:hover {
  border-bottom-color: var(--yellow);
}

.dd-toggle.w--current {
  color: #fff;
}

.dropdown {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  font-size: 16.5px;
  font-weight: 300;
  transition: all .25s ease-in-out;
}

.dropdown:hover {
  color: var(--green);
}

.dropdown.w--current {
  color: #fff;
}

.hyperlink {
  color: var(--yellow);
  font-weight: 600;
}

.areas-div {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.areas {
  margin-bottom: 0;
  line-height: 30px;
}

.areas-map {
  width: 100%;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.testimonial-div {
  border-style: solid;
  border-width: 1px 10px;
  border-color: var(--green);
  background-color: #78b7ad33;
  width: 100%;
  min-height: 200px;
  margin-top: 40px;
  padding: 30px;
}

.stars {
  width: 120px;
  margin-bottom: 20px;
}

.testimonial-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.no-line {
  color: var(--white);
  text-decoration: none;
}

.site-map-link {
  color: var(--white);
  margin-bottom: 0;
  line-height: 28px;
  text-decoration: none;
}

.lottie {
  width: 100px;
  margin-bottom: 5px;
}

.green {
  color: var(--green);
}

.slider {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-div {
  z-index: 2;
  background-image: linear-gradient(to right, #000, #0000 77%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-2 {
  background-image: url('../images/house_112017820.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2._3 {
  background-image: url('../images/house_218221254.webp');
}

.slide-2._8 {
  background-image: url('../images/house_451299774.webp');
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--green);
  background-color: var(--green);
  color: var(--yellow);
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.fs-cc-manager_component {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: var(--green);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--green);
  background-color: var(--green);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: var(--green);
  width: 16px;
  height: 16px;
  line-height: 20px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
  line-height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--black);
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--green);
  color: var(--green);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  background-color: var(--white);
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 2147483647;
  background-color: var(--yellow);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.testimonial-slider {
  height: 60vh;
  margin-top: 20px;
}

.slider-wrapper {
  text-align: center;
  border: 1px #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 40px 20px;
  display: flex;
}

.right-arrow {
  z-index: 99;
  display: block;
  inset: 34% -7% 0% auto;
}

.slide-nav {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  inset: auto 0% 0%;
}

.mask {
  z-index: 90;
  background-color: #0000;
  width: 46em;
  height: 60vh;
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}

.slide-4 {
  border: 3px solid var(--green);
  background-color: #0000;
  border-radius: 25px;
  height: 50vh;
  margin-left: 0;
  margin-right: 2.81em;
  overflow: visible;
  box-shadow: 0 3px 17px #d0d0d073;
}

.slider-3 {
  z-index: 89;
  background-color: #0000;
  width: auto;
  height: 60vh;
  display: block;
}

.author-name {
  font-size: 1.63em;
}

.left-arrow {
  z-index: 999;
  background-color: var(--green);
  color: var(--white);
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: -22% auto 0% -3%;
}

.date.time {
  font-size: 13px;
}

.test-star {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.star-test {
  color: var(--green);
  font-family: Fa6 solid, sans-serif;
}

.paragraph {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
}

.test-arrow {
  background-color: var(--green);
  font-family: Fa6 solid, sans-serif;
  font-size: 23px;
  line-height: 50px;
}

.test-arrow.right {
  width: 50px;
  height: 50px;
  display: block;
}

.google-review {
  width: 100%;
  margin-top: 20px;
}

.slide-nav-3 {
  display: flex;
  inset: auto 0% 0%;
}

.small-trade {
  width: 120px;
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.live-chat-top-text {
  color: var(--green);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: var(--green);
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--black);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--green);
  transform: scale(1.05);
}

.chat-section {
  background-color: var(--dark-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.whatsapp-icon {
  color: #fff;
  display: block;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: fixed;
  inset: auto 10px 10px auto;
}

.livechat-button {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--green);
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-right: 10px;
}

.h2-yellow {
  color: var(--yellow);
}

.hero-strap {
  color: var(--yellow);
  margin-top: 20px;
  font-family: Bree Serif, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

._3-img-div {
  justify-content: space-between;
  width: 100%;
  height: 400px;
  margin-top: 50px;
  display: flex;
}

._3-img {
  border: 6px solid var(--yellow);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 31.5%;
}

._3-img._1 {
  background-image: url('../images/GalleryPHOTO-2026-01-06-15-26-09.webp');
}

._3-img._2 {
  background-image: url('../images/GalleryPHOTO-2026-01-06-15-26-092.webp');
}

._3-img._3 {
  background-image: url('../images/GalleryPHOTO-2026-01-06-15-26-095.webp');
}

.h3-link {
  color: var(--white);
  text-align: center;
  width: 100%;
  font-family: Bree Serif, sans-serif;
  font-size: 34px;
  line-height: 44px;
  text-decoration: none;
  transition: all .2s;
}

.h3-link:hover {
  color: var(--yellow);
}

._5-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
}

.box-div {
  background-color: var(--yellow);
  padding: 30px 30px 20px;
}

.box-heading {
  color: var(--green);
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bree Serif, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.box-heading._20b {
  margin-bottom: 20px;
}

._60px-spacer {
  height: 60px;
}

.gallerygrid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.contact-map {
  width: 100%;
}

._2-col-div {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

._60-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

._40-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.footer-link {
  color: var(--dark-yellow);
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--white);
}

.socials-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.article-div {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48.5%;
  padding: 40px;
  display: flex;
}

.read-more {
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--yellow);
  text-transform: uppercase;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s;
}

.read-more:hover {
  background-color: var(--yellow);
  color: var(--green);
}

.home-co-logo {
  width: 450px;
}

.img-link {
  border: 1px solid var(--yellow);
  background-color: var(--green);
  color: var(--yellow);
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 4px 6px #000c;
}

.img-link:hover {
  background-color: var(--yellow);
  color: var(--green);
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .green-section, .green-section.form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-bg-grad {
    height: auto;
    min-height: 600px;
  }

  .left-section {
    width: 90%;
  }

  .button-fill.header {
    margin-right: 0;
    display: none;
  }

  .left-side {
    width: 100%;
  }

  .img {
    min-height: 500px;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
  }

  .right-side {
    width: 100%;
  }

  .right-side.content {
    width: 100%;
    margin-bottom: 20px;
  }

  .instagram-live-feed {
    margin-top: 0;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-copy-text {
    text-align: center;
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1.25fr 1.25fr;
  }

  .footer-copy {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    display: flex;
  }

  .footer-p {
    margin-bottom: 0;
    font-size: 17px;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .header-social-icon {
    color: #fdfdfd;
    background-color: #0000;
    border-right: 1px #353535;
    width: 10%;
    margin-right: 0;
  }

  .header-social-icon.margin-right-none {
    background-color: #0000;
    border-right-style: none;
    border-right-width: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar {
    justify-content: flex-end;
    width: 300px;
    min-width: 300px;
    margin-left: auto;
  }

  .logo-link {
    max-width: 300px;
    margin-right: auto;
  }

  .dropdown-link {
    background-color: var(--green);
    text-align: right;
    padding: 20px;
    font-size: 16px;
    display: block;
  }

  .dropdown-link:hover {
    color: var(--yellow);
  }

  .contact-div {
    z-index: 999;
    flex-direction: column;
  }

  .service-nav-text {
    background-color: var(--green);
    padding: 20px 40px 20px 20px;
  }

  .service-nav-text:hover {
    background-color: var(--green);
    color: var(--yellow);
  }

  .service-dropdown-arrow {
    margin-right: 20px;
  }

  .service-navlink {
    background-color: var(--green);
    text-align: right;
    border-bottom-width: 0;
    width: 100%;
    padding: 20px;
    font-size: 16px;
  }

  .service-navlink:hover {
    color: var(--yellow);
  }

  .service-navlink.w--open {
    background-color: var(--green);
  }

  .dd-icon {
    color: var(--yellow);
    text-align: right;
  }

  .dd-icon.green {
    color: var(--green);
  }

  .nav-menu {
    background-color: var(--black);
  }

  .banner-green {
    font-size: 50px;
  }

  .menu-button {
    background-color: #0000;
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--green);
  }

  .large-heading {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 60px;
  }

  .project1 {
    height: 250px;
  }

  .gallery-head {
    font-size: 22px;
  }

  ._3x1-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .black-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project2 {
    height: 250px;
    margin-bottom: 10px;
  }

  .project3 {
    height: 250px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

  .comments {
    grid-template-columns: 1fr;
  }

  .top-links {
    font-size: 16px;
    display: flex;
  }

  .top-links.top {
    margin-left: 0;
  }

  .top-links.side {
    padding-left: 0;
  }

  .font-awsome.email {
    display: block;
  }

  .contact-top {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .cta {
    padding-top: 60px;
  }

  .h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .top-div {
    justify-content: space-between;
    align-items: center;
  }

  .list._2col {
    grid-template-columns: 1fr;
  }

  .list._3col {
    grid-template-columns: 1fr 1fr;
  }

  .list.areas {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .trade-container {
    justify-content: flex-start;
    align-items: center;
    width: 35%;
  }

  .trade-container.left {
    width: 100%;
    margin-top: 30px;
  }

  .fmb {
    width: 80%;
    max-width: 120px;
  }

  .dropdown-list.w--open {
    border-width: 0;
    position: relative;
  }

  .dd-toggle {
    text-align: right;
    border-bottom-width: 0;
    width: 100%;
    padding: 0;
    font-size: 16px;
  }

  .dd-toggle:hover {
    color: var(--white);
  }

  .dd-toggle.w--open {
    background-color: var(--green);
  }

  .dropdown {
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .dropdown:hover {
    background-color: var(--green);
    color: var(--white);
  }

  .dropdown.w--open {
    background-color: var(--green);
  }

  .lb-img {
    height: 180px;
  }

  .right-arrow {
    right: -5%;
  }

  .slide-nav {
    bottom: -7%;
  }

  .left-arrow {
    left: -2%;
  }

  .google-review {
    margin-top: 40px;
  }

  ._3-img-div {
    height: 250px;
  }

  ._5-box-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .box-heading {
    line-height: 30px;
  }

  .gallerygrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._2-col-div {
    flex-flow: column;
  }

  ._60-div {
    width: 100%;
    margin-top: 30px;
  }

  ._40-div {
    width: 100%;
  }

  .article-div {
    padding: 30px;
  }

  .home-co-logo {
    width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .p {
    font-size: 15.5px;
  }

  .p._30b {
    margin-bottom: 20px;
  }

  .p._30t {
    margin-top: 20px;
  }

  .button-outline {
    margin-top: 20px;
    padding: 10px 20px;
  }

  .green-section, .green-section.form-section, .green-section._60p {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-bg-grad {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .left-section {
    width: 100%;
    padding-right: 0;
  }

  .left-side {
    margin-bottom: 0;
  }

  .img {
    min-height: 400px;
  }

  .section-h1-wrapper.display-flex {
    margin-top: 20px;
  }

  .right-side.content {
    margin-bottom: 40px;
  }

  .instagram-live-feed {
    margin-top: 0;
  }

  .footer-copy-text {
    text-align: left;
    line-height: 22px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-section-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 80px;
  }

  .footer-p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .header-social-media {
    justify-content: flex-start;
  }

  .navbar {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .logo-link {
    margin-right: 0;
  }

  .dropdown-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .contact-div {
    padding-top: 20px;
  }

  .service-nav-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .service-navlink {
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
  }

  .dd-icon {
    text-align: center;
  }

  .banner-green {
    margin-left: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .large-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .large-heading.white {
    margin-bottom: 30px;
  }

  .large-heading-yellow {
    line-height: 44px;
  }

  ._3x1-gallery {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .black-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .comments {
    grid-template-columns: 1fr;
  }

  .top-links {
    font-size: 15px;
  }

  .top-links.top {
    margin-left: 0;
  }

  .top-links.side {
    padding-left: 0;
  }

  .top-container-black {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-top {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .cta {
    padding-top: 40px;
  }

  .h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 44px;
  }

  .bottom-link {
    font-size: 16px;
    line-height: 26px;
  }

  .top-div {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .list._3col {
    grid-template-columns: 1fr;
  }

  .list.areas {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
  }

  .trade-container {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .fmb {
    margin-right: 0;
  }

  .strapline {
    font-size: 30px;
    line-height: 30px;
  }

  .form-div {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dd-toggle {
    padding: 0;
    font-size: 15px;
  }

  .dropdown {
    font-size: 15px;
  }

  .testimonial-div {
    margin-top: 30px;
  }

  .site-map-link {
    font-size: 15.5px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .testimonial-slider {
    height: 46vh;
    padding-bottom: 220px;
  }

  .slider-wrapper {
    justify-content: space-around;
    align-items: center;
    height: 45vh;
  }

  .right-arrow {
    display: block;
    right: -11%;
  }

  .slide-nav {
    display: none;
    bottom: 0;
  }

  .mask {
    width: 340px;
    height: 200px;
  }

  .slide-4 {
    height: 400px;
    overflow: auto;
  }

  .author-name {
    font-size: 18px;
  }

  .date {
    display: none;
  }

  .test-star {
    width: 70%;
  }

  .google-review {
    margin-top: 30px;
  }

  .whatsapp-container {
    border-radius: 10px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .whatsapp-chat {
    display: none;
  }

  .whatsapp-block {
    display: flex;
  }

  .h2-yellow {
    line-height: 44px;
  }

  .hero-strap {
    font-size: 26px;
    line-height: 33px;
  }

  ._3-img-div {
    flex-flow: column;
    height: auto;
    margin-top: 40px;
  }

  ._3-img {
    width: 100%;
    height: 300px;
  }

  ._3-img._2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h3-link {
    font-size: 24px;
    line-height: 34px;
  }

  ._5-box-grid {
    grid-template-columns: 1fr;
  }

  ._60px-spacer {
    height: 40px;
  }

  .gallerygrid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .article-container {
    flex-flow: column;
  }

  .article-div {
    width: 100%;
  }

  .article-div._2 {
    margin-top: 30px;
  }

  .home-co-logo {
    width: 350px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .p._30b {
    margin-bottom: 0;
  }

  .p._30t {
    margin-top: 0;
  }

  .button-outline {
    z-index: 1;
    text-align: center;
    padding: 12px 30px;
    position: relative;
  }

  .green-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .green-section.form-section, .green-section._60p {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .hero-bg-grad {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/green-2.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    min-height: auto;
    padding-bottom: 30px;
  }

  .left-section {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .button-fill.header {
    margin-left: 0;
    font-size: 14px;
  }

  .left-side {
    margin-top: 0;
    margin-bottom: 0;
  }

  .img {
    min-height: 250px;
    margin-top: 0;
  }

  .section-h1-wrapper.display-flex {
    margin-top: 20px;
  }

  .right-side.content {
    margin-bottom: 30px;
  }

  .instagram-live-feed {
    margin-top: 0;
  }

  .footer-col.large {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-copy-text {
    margin-bottom: 50px;
    padding-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 30px;
  }

  .footer-section-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .footer-section {
    padding-top: 30px;
  }

  .footer-copy {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-p {
    font-size: 15px;
    line-height: 25px;
  }

  .header-social-media {
    margin-bottom: -10px;
  }

  .header-social-icon {
    margin-left: 10px;
  }

  .header-social-icon.margin-right-none {
    margin-left: 0;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .co-logo {
    width: 100%;
    max-width: 270px;
  }

  .navbar {
    text-align: center;
    border-top: 1px solid #f5eded80;
    border-bottom: 1px solid #f5eded80;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .logo-link {
    text-align: center;
    width: 100%;
  }

  .dropdown-link {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    display: block;
  }

  .contact-div {
    z-index: 999;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .service-nav-text {
    padding: 10px;
  }

  .service-navlink {
    text-align: center;
    padding: 10px;
    font-size: 16px;
  }

  .service-navlink.w--current {
    text-align: center;
  }

  .dd-icon {
    color: var(--white);
    font-size: 26px;
  }

  .dd-icon.green {
    color: var(--yellow);
  }

  .banner-green {
    margin-left: 0;
    font-size: 36px;
    line-height: 45px;
  }

  .menu-button {
    width: 100%;
    padding: 3px 10px;
  }

  .large-heading {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .large-heading.white {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  .large-heading-yellow {
    line-height: 38px;
  }

  .gallery-hover:hover {
    padding-bottom: 120px;
  }

  .project1 {
    border-width: 4px;
    height: 250px;
  }

  .services-block-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-head {
    font-size: 25px;
    line-height: 30px;
  }

  ._3x1-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .black-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .project2 {
    border-width: 4px;
    height: 250px;
    margin-bottom: 0;
  }

  .project3 {
    border-width: 4px;
    height: 250px;
  }

  .co-logo-bottom {
    width: 220px;
    margin-bottom: 10px;
  }

  .foot-div {
    width: 90%;
  }

  .bullet-heading {
    text-align: left;
    line-height: 25px;
  }

  .bullet-heading.bullet-font-icon-2 {
    font-size: 14px;
    line-height: 14px;
  }

  .comment-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    display: grid;
  }

  .comment-column.middle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px 20px;
  }

  .comment-column.line {
    padding: 20px;
  }

  .bullet-font-icon {
    flex: none;
  }

  .bullet-font-icon.yellow {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .form {
    margin-top: 0;
  }

  .top-links {
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .top-links.top {
    margin-top: 10px;
    margin-left: 0;
  }

  .top-links.top.hom {
    margin-top: 5px;
  }

  .top-container-black {
    flex-direction: column;
    margin-top: 10px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .font-awsome {
    margin-right: 10px;
    font-size: 20px;
    display: none;
  }

  .font-awsome.email {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
    display: none;
  }

  .contact-top {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    font-weight: 500;
  }

  .contact-top.home {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cta {
    padding-top: 30px;
  }

  .h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .bottom-link {
    font-size: 15px;
    line-height: 25px;
  }

  .top-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .list._2col, .list._3col {
    grid-template-columns: 1fr;
  }

  .list.areas {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .trade-container {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .trade-container.left {
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .fmb {
    width: 80%;
  }

  .strapline {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 28px;
  }

  .form-div {
    width: 85%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .dd-toggle {
    text-align: center;
    padding: 0;
    font-size: 16px;
  }

  .dd-toggle.w--current {
    text-align: center;
  }

  .dropdown {
    text-align: center;
    font-size: 16px;
  }

  .dropdown.w--current {
    text-align: center;
  }

  .areas-div {
    flex-direction: column;
    margin-top: 20px;
  }

  .areas {
    width: 50%;
  }

  .areas-map {
    margin-top: 20px;
  }

  .lb-img {
    height: 150px;
  }

  .testimonial-div {
    border-left-width: 5px;
    border-right-width: 5px;
    margin-top: 20px;
    padding: 20px;
  }

  .stars {
    width: 100px;
    margin-bottom: 10px;
  }

  .lottie {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-div {
    background-image: linear-gradient(#000000ad, #000000ad);
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .testimonial-slider {
    height: auto;
    padding-bottom: 20px;
  }

  .slider-wrapper {
    height: 350px;
    padding: 15px 20px 20px;
  }

  .right-arrow {
    top: 16%;
    right: -17%;
  }

  .slide-nav {
    display: none;
    bottom: -63%;
  }

  .mask {
    width: 270px;
    height: 400px;
    margin-left: auto;
  }

  .slide-4 {
    height: 350px;
    margin-left: 0;
  }

  .slider-3 {
    height: auto;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 13px;
    display: flex;
    top: -60%;
    left: -6%;
  }

  .test-star {
    width: 100%;
    margin-bottom: 20px;
  }

  .test-arrow {
    font-size: 19px;
  }

  .test-arrow.right {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .google-review {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }

  .h2-yellow {
    line-height: 42px;
  }

  .hero-strap {
    text-align: center;
    max-width: 220px;
    font-size: 22px;
    line-height: 30px;
  }

  ._3-img-div {
    margin-top: 30px;
  }

  ._3-img {
    height: 250px;
  }

  .h3-link {
    font-size: 18px;
    line-height: 28px;
  }

  .box-div {
    padding: 20px 20px 10px;
  }

  .box-heading {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }

  .box-heading._20b {
    margin-bottom: 15px;
  }

  ._60px-spacer {
    height: 30px;
  }

  .gallerygrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  ._60-div {
    margin-top: 20px;
  }

  .article-div {
    padding: 20px;
  }

  .read-more {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .home-co-logo {
    width: 100%;
    max-width: 280px;
    margin-top: 20px;
  }
}

#w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-a617bc74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-c913afa4-ca2c-b6ce-dbc8-03b2d429d9ec-d429d9e6, #w-node-c913afa4-ca2c-b6ce-dbc8-03b2d429d9f2-d429d9e6, #w-node-c01c6a69-6d23-5386-8ba8-3063eafc2c73-d429d9e6 {
  place-self: start;
}

#w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-a617bc7a, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-a617bc7b, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-a617bc7c, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-339fcd2a, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-4d9e6601, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-01d048f8, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-78c9ea42, #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-4a4a8bc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-c913afa4-ca2c-b6ce-dbc8-03b2d429d9e9-d429d9e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c913afa4-ca2c-b6ce-dbc8-03b2d429da19-d429d9e6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-c913afa4-ca2c-b6ce-dbc8-03b2d429da10-d429d9e6, #w-node-_2af15e70-62d7-5606-e234-07baf84f4e36-d429d9e6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c913afa4-ca2c-b6ce-dbc8-03b2d429d9ec-d429d9e6, #w-node-c913afa4-ca2c-b6ce-dbc8-03b2d429d9f2-d429d9e6, #w-node-c01c6a69-6d23-5386-8ba8-3063eafc2c73-d429d9e6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-a617bc74 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-a617bc74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c913afa4-ca2c-b6ce-dbc8-03b2d429d9e9-d429d9e6 {
    justify-self: start;
  }

  #w-node-c913afa4-ca2c-b6ce-dbc8-03b2d429d9ec-d429d9e6, #w-node-c913afa4-ca2c-b6ce-dbc8-03b2d429d9f2-d429d9e6, #w-node-c01c6a69-6d23-5386-8ba8-3063eafc2c73-d429d9e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-c913afa4-ca2c-b6ce-dbc8-03b2d429da19-d429d9e6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-c913afa4-ca2c-b6ce-dbc8-03b2d429da10-d429d9e6, #w-node-_2af15e70-62d7-5606-e234-07baf84f4e36-d429d9e6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-a617bc7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-a617bc7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-a617bc7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-a617bc7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-a617bc7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-a617bc7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-339fcd2a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-339fcd2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-4d9e6601 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-4d9e6601 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-01d048f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-01d048f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-78c9ea42 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-78c9ea42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4304f927-daf7-ecba-52fa-d31a51c4cae0-4a4a8bc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_85727901-af1f-e75e-2494-8a33b66e5f04-4a4a8bc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Breeserif Regular';
  src: url('../fonts/BreeSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}