*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  overflow-x: hidden;
  position: relative; }

.main-row {
  max-width: 125rem;
  margin: 0 auto; }
  @media (max-width: 1250px) {
    .main-row {
      padding: 0 25px; } }

ol, ul {
  list-style: none; }

img {
  display: block; }

textarea {
  font-family: 'Roboto', sans-serif;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #292929; }

.single-btn:link,
.single-btn:visited {
  display: inline-block;
  background-color: #c77a00;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 140%; }

.single-btn:hover,
.single-btn:active {
  background-color: #a56500; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  color: #695e49; }

a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 120%; }
  @media (max-width: 1250px) {
    a {
      font-size: 110%; } }

.small-text {
  font-size: 120%; }

.requestrow {
  padding: 20px 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/css/img/3D-circle-liquid-3D.svg);
  background-attachment: fixed; }
  .requestrow__container {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    background-color: #f3f3f3;
    border-radius: 5px;
    border: 5px solid #695e49; }
    @media (max-width: 1110px) {
      .requestrow__container {
        padding: 15px 25px; } }
    @media (max-width: 960px) {
      .requestrow__container {
        flex-direction: column;
        padding: 10px 20px; } }
  .requestrow__copy {
    width: 60%; }
    @media (max-width: 1250px) {
      .requestrow__copy {
        width: 55%; } }
    @media (max-width: 1110px) {
      .requestrow__copy {
        width: 50%; } }
    @media (max-width: 960px) {
      .requestrow__copy {
        width: 100%; } }
  .requestrow__copy-heading {
    margin-right: auto;
    font-size: 300%;
    text-transform: capitalize;
    color: #695e49;
    margin-bottom: 10px; }
    @media (max-width: 1110px) {
      .requestrow__copy-heading {
        font-size: 250%;
        margin-bottom: 5px; } }
    @media (max-width: 960px) {
      .requestrow__copy-heading {
        text-align: center; } }
    @media (max-width: 800px) {
      .requestrow__copy-heading {
        font-size: 200%; } }
  .requestrow__copy-subheading {
    font-size: 160%;
    font-weight: 400;
    text-transform: capitalize; }
    @media (max-width: 1110px) {
      .requestrow__copy-subheading {
        font-size: 150%; } }
    @media (max-width: 960px) {
      .requestrow__copy-subheading {
        display: none; } }
  .requestrow__links {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 960px) {
      .requestrow__links {
        flex-direction: row;
        justify-content: center; } }
  .requestrow__links-container {
    display: flex; }
    @media (max-width: 960px) {
      .requestrow__links-container {
        flex-direction: column; } }
  .requestrow__link:link, .requestrow__link:visited {
    font-size: 140%;
    padding: 15px 30px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 300ms;
    border: 1px solid #fff; }
    @media (max-width: 1250px) {
      .requestrow__link:link, .requestrow__link:visited {
        padding: 10px 25px; } }
    @media (max-width: 960px) {
      .requestrow__link:link, .requestrow__link:visited {
        text-align: center; } }
  .requestrow__number:link, .requestrow__number:visited {
    background-color: #695e49; }
  .requestrow__number:hover, .requestrow__number:active {
    background-color: #c77a00; }
  .requestrow__btn:link, .requestrow__btn:visited {
    background-color: #c77a00; }
  .requestrow__btn:hover, .requestrow__btn:active {
    background-color: #aa6800; }

.benefits {
  padding: 50px 0;
  background-color: #fff;
  /******************************
    START
    code for benefits section when 
    postions are swaped between the 
    image and copy
    ******************************/
  /******************************
    END
    code for benefits section when 
    postions are swaped between the 
    image and copy
    ******************************/ }
  @media (max-width: 960px) {
    .benefits {
      padding: 30px 0; } }
  .benefits__container {
    display: flex; }
    @media (max-width: 960px) {
      .benefits__container {
        flex-direction: column; } }
  .benefits__display, .benefits__copy {
    flex: 1; }
  .benefits__display--img {
    width: 550px;
    height: 475px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 10px;
    border-bottom: 10px solid #c77a00;
    border-right: 10px solid #c77a00;
    border-top: 10px solid #695e49;
    border-left: 10px solid #695e49; }
    @media (max-width: 1250px) {
      .benefits__display--img {
        width: 500px; } }
    @media (max-width: 1110px) {
      .benefits__display--img {
        width: 450px;
        height: 530px; } }
    @media (max-width: 960px) {
      .benefits__display--img {
        width: 100%;
        height: 300px;
        margin-bottom: 20px; } }
  .benefits__copy {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 960px) {
      .benefits__copy {
        display: block; } }
    @media (max-width: 1250px) {
      .benefits__copy {
        padding-left: 15px; } }
    @media (max-width: 960px) {
      .benefits__copy {
        padding-left: 0; } }
    .benefits__copy--intro {
      color: #c77a00;
      font-size: 180%; }
      @media (max-width: 960px) {
        .benefits__copy--intro {
          font-size: 160%;
          margin-bottom: 5px; } }
    .benefits__copy--heading {
      font-size: 300%;
      margin-bottom: 20px; }
      @media (max-width: 960px) {
        .benefits__copy--heading {
          font-size: 220%;
          margin-bottom: 10px; } }
    .benefits__copy--text {
      font-size: 160%;
      margin-bottom: 50px; }
      @media (max-width: 960px) {
        .benefits__copy--text {
          font-size: 150%;
          margin-bottom: 30px; } }
    .benefits__copy--value {
      font-size: 160%;
      margin-bottom: 10px;
      font-weight: 600;
      color: #695e49;
      text-transform: capitalize; }
      @media (max-width: 960px) {
        .benefits__copy--value {
          font-size: 150%; } }
    .benefits__copy--link {
      display: inline-block;
      font-size: 100%;
      color: #c77a00;
      margin: 0 5px; }
    .benefits__copy--outro {
      font-size: 160%; }
      @media (max-width: 960px) {
        .benefits__copy--outro {
          font-size: 150%; } }
  .benefits__display--right {
    order: 1; }
    .benefits__display--right--img {
      display: flex;
      margin-left: auto;
      justify-content: flex-end; }
    @media (max-width: 960px) {
      .benefits__display--right {
        order: 0; } }
  .benefits__copy--left {
    padding-right: 15px; }
    @media (max-width: 960px) {
      .benefits__copy--left {
        padding-right: 0; } }
  .benefits__list--item {
    margin-bottom: 5px;
    display: flex; }
  .benefits__list--icon {
    color: #c77a00;
    font-size: 180%;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .benefits__list--text {
    font-size: 160%; }
    @media (max-width: 960px) {
      .benefits__list--text {
        font-size: 150%; } }

.professionals {
  padding: 50px 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/css/img/3D-circle-liquid-3D.svg);
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 960px) {
    .professionals {
      padding: 30px 0; } }
  .professionals__intro {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 1110px) {
      .professionals__intro {
        margin-bottom: 30px; } }
    @media (max-width: 960px) {
      .professionals__intro {
        margin-bottom: 15px; } }
    .professionals__intro h3 {
      color: #c77a00;
      font-size: 180%; }
      @media (max-width: 960px) {
        .professionals__intro h3 {
          font-size: 160%;
          margin-bottom: 5px; } }
      @media (max-width: 600px) {
        .professionals__intro h3 {
          margin-bottom: 0; } }
    .professionals__intro h2 {
      font-size: 360%;
      margin-bottom: 20px; }
      @media (max-width: 960px) {
        .professionals__intro h2 {
          font-size: 300%;
          margin-bottom: 10px; } }
  .professionals__container {
    display: grid;
    grid-gap: 5rem;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 1110px) {
      .professionals__container {
        grid-gap: 3rem; } }
    @media (max-width: 960px) {
      .professionals__container {
        grid-template-columns: 1fr; } }
  .professionals__icon {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px; }
  .professionals__item--heading {
    color: #c77a00;
    font-size: 180%;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase; }
    @media (max-width: 960px) {
      .professionals__item--heading {
        font-size: 160%; } }
  .professionals__item--text {
    text-align: center;
    font-size: 160%; }
    @media (max-width: 960px) {
      .professionals__item--text {
        font-size: 150%; } }

.reviews {
  padding: 50px 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/css/img/3D-circle-liquid-3D.svg);
  background-size: cover; }
  @media (max-width: 960px) {
    .reviews {
      padding: 30px 0; } }
  .reviews__heading {
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 960px) {
      .reviews__heading {
        margin-bottom: 15px; } }
    .reviews__heading h3 {
      color: #c77a00;
      font-size: 180%; }
      @media (max-width: 960px) {
        .reviews__heading h3 {
          font-size: 160%;
          margin-bottom: 5px; } }
      @media (max-width: 600px) {
        .reviews__heading h3 {
          margin-bottom: 0; } }
    .reviews__heading h2 {
      font-size: 360%;
      margin-bottom: 20px; }
      @media (max-width: 960px) {
        .reviews__heading h2 {
          font-size: 300%;
          margin-bottom: 10px; } }
  .reviews__container {
    display: grid;
    grid-gap: 5rem;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 1110px) {
      .reviews__container {
        grid-gap: 3rem; } }
    @media (max-width: 960px) {
      .reviews__container {
        grid-template-columns: 1fr; } }
  .reviews__icons {
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 960px) {
      .reviews__icons {
        margin-bottom: 10px; } }
  .reviews__icon {
    color: #c77a00;
    font-size: 160%; }
  .reviews__intro {
    font-size: 180%; }
    @media (max-width: 960px) {
      .reviews__intro {
        font-size: 160%; } }
  .reviews__source {
    font-size: 150%;
    margin-bottom: 10px; }
    @media (max-width: 960px) {
      .reviews__source {
        font-size: 130%; } }
  .reviews__text {
    font-size: 160%; }
    @media (max-width: 960px) {
      .reviews__text {
        font-size: 150%; } }

#map {
  width: 100%;
  height: 400px; }
  #map__container {
    margin-top: 40px; }

.map-container {
  padding: 0; }
  .map-container h4 {
    font-size: 140%;
    margin-bottom: 10px;
    text-align: center; }

.form-field {
  display: flex;
  margin-bottom: 20px; }

.form-field label {
  font-weight: 400; }

.form-field label,
.form-field input,
.form-field textarea,
.form-field select {
  font-size: 160%;
  flex: 1; }

.form-field input,
.form-field textarea,
.form-field select {
  flex-grow: 2;
  outline: none;
  border: 1px solid rgba(43, 47, 52, 0.1);
  background-color: #eee;
  padding: 10px 5px; }

.form-field input:focus,
.form-field textarea:focus {
  border: 1px solid #c77a00; }

.row {
  max-width: 125rem;
  margin: 0 auto; }
  @media (max-width: 1250px) {
    .row {
      padding: 0 50px; } }
  @media (max-width: 1110px) {
    .row {
      padding: 0 40px; } }
  @media (max-width: 800px) {
    .row {
      padding: 0 20px; } }
  .row::after {
    content: '';
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    @media (max-width: 1110px) {
      .row [class^="col-"] {
        margin-bottom: 40px; } }
    @media (max-width: 800px) {
      .row [class^="col-"] {
        width: 100% !important;
        margin-bottom: 20px; } }
  .row .col-1-of-2 {
    width: calc(100% / 2); }
    @media (max-width: 1110px) {
      .row .col-1-of-2 {
        width: 100% !important; } }
  .row .col-1-of-3 {
    width: calc(100% / 3); }
    @media (max-width: 1110px) {
      .row .col-1-of-3 {
        width: 100% !important; } }
  .row .col-2-of-3 {
    width: calc(2 * (100% / 3)); }
  .row .col-1-of-4 {
    width: calc(100% / 4); }
    @media (max-width: 1110px) {
      .row .col-1-of-4 {
        width: calc(100% / 2); } }
  .row .col-2-of-4 {
    width: calc(2 * (100% / 4)); }
  .row .col-3-of-4 {
    width: calc(3 * (100% / 4)); }
    @media (max-width: 1110px) {
      .row .col-3-of-4 {
        width: 100%; } }

/* -------------- */
/*    HEADER      */
/* -------------- */
header {
  padding: 10px 0;
  box-shadow: 0 2px 5px #d4d4d4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background-color: #f8f8f8;
  /* border-top: 3px solid #C63F40; */ }

.main-head,
.navigation,
.social-nav {
  display: flex;
  align-items: center; }

.main-head span {
  display: block; }

.logo,
.navigation,
.social-nav {
  flex: 1; }

.logo img {
  width: 190px; }
  @media (max-width: 1250px) {
    .logo img {
      width: 170px; } }
  @media (max-width: 1110px) {
    .logo img {
      width: 150px; } }

.small-logo {
  display: none; }

.fa-bars {
  display: none; }
  @media (max-width: 960px) {
    .fa-bars {
      display: block; } }

.navigation {
  justify-content: space-around;
  flex-grow: 4; }
  @media (max-width: 960px) {
    .navigation {
      display: none; } }

.navigation li a:link,
.navigation li a:visited,
.mobile-nav li a:link,
.mobile-nav li a:visited {
  color: #000;
  font-size: 160%;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 1250px) {
    .navigation li a:link,
    .navigation li a:visited,
    .mobile-nav li a:link,
    .mobile-nav li a:visited {
      font-size: 150%; } }

.navigation li a:hover,
.navigation li a:active {
  color: #c77a00; }

.navigation li:first-child a {
  color: #c77a00; }

.navigation li:last-child a {
  color: #c77a00;
  font-weight: 600; }

.navigation li:last-child a:hover {
  color: #d89e9f; }

.social-nav {
  justify-content: flex-end; }
  @media (max-width: 960px) {
    .social-nav {
      justify-content: center;
      flex-grow: 2; } }

.social-nav li {
  margin-left: 15px; }

.fa-facebook-square {
  color: #3b5999; }

.fa-instagram {
  color: #e4405f; }

.fa-yelp {
  color: #af0606; }

/* -------------- */
/*   sticky-nav   */
/* -------------- */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fafafa; }

.sticky .small-logo {
  display: block; }

.sticky .logo {
  display: none; }

/* -------------- */
/*   mobile-nav   */
/* -------------- */
@media only screen and (min-width: 961px) {
  .mobile-nav {
    display: none !important; } }
main {
  margin-top: 96px; }
  @media (max-width: 1250px) {
    main {
      margin-top: 68px; } }
  @media (max-width: 1110px) {
    main {
      margin-top: 80px; } }

/* ----------------- */
/*   Media Queries   */
/* ----------------- */
.nav-icon {
  order: 1; }

.mobile-nav {
  display: none; }

.mobile-nav li {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px dotted #eaeaea; }

.mobile-nav li:hover {
  border-bottom: 1px dotted #c63f40; }

form {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px; }
  @media (max-width: 960px) {
    form {
      width: 90%; } }
  @media (max-width: 800px) {
    form {
      width: 100%; } }

.form {
  padding: 50px 0; }
  @media (max-width: 960px) {
    .form {
      padding: 30px 0; } }
  .form__title {
    text-align: center;
    font-size: 360%; }
    @media (max-width: 960px) {
      .form__title {
        font-size: 300%; } }
  .form__intro {
    font-size: 160%;
    text-align: center; }
    @media (max-width: 960px) {
      .form__intro {
        font-size: 150%; } }
  .form__outro {
    text-align: right;
    font-size: 130%; }

/* ----------------- */
/*   FAQ  */
/* ----------------- */
.questions {
  padding: 50px 0;
  background-color: #edf3f5; }
  @media (max-width: 960px) {
    .questions {
      padding: 30px 0; } }
  .questions__intro {
    margin-bottom: 20px;
    text-align: center; }
    .questions__intro--heading {
      color: #c77a00;
      font-size: 180%; }
      @media (max-width: 960px) {
        .questions__intro--heading {
          font-size: 160%; } }
  .questions__title {
    font-size: 360%; }
    @media (max-width: 960px) {
      .questions__title {
        font-size: 300%; } }
  .questions__icon {
    color: #c77a00; }
  .questions__center {
    width: 70%;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .questions__center {
        width: 80%; } }
    @media (max-width: 800px) {
      .questions__center {
        width: 100%; } }

.question__text {
  display: none; }

.show__text .question__text {
  display: block; }

.minus-icon {
  display: none; }

.show__text .minus-icon {
  display: inline; }

.show__text .plus-icon {
  display: none; }

.question {
  margin-bottom: 20px; }
  @media (max-width: 960px) {
    .question {
      margin-bottom: 12px; } }
  .question__title {
    font-size: 180%;
    margin-bottom: 5px;
    display: flex; }
    @media (max-width: 960px) {
      .question__title {
        font-size: 160%; } }
    .question__title h3 {
      cursor: pointer; }
  .question__paragraph {
    margin-bottom: 10px; }
  .question__btn {
    margin-left: 8px; }
  .question__text {
    font-size: 160%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    @media (max-width: 960px) {
      .question__text {
        font-size: 150%; } }
  .question__link {
    display: inline-block;
    color: #c77a00;
    font-size: 100%; }

.footer {
  color: #fff;
  background-color: #3d3d3d; }
  .footer__container {
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 7rem; }
    @media (max-width: 1110px) {
      .footer__container {
        grid-gap: 3rem; } }
    @media (max-width: 960px) {
      .footer__container {
        grid-template-columns: 1fr;
        grid-gap: 1rem; } }
  .footer__logo {
    height: 130px;
    display: block;
    margin: 0 auto;
    margin-bottom: 35px; }
  .footer__description {
    font-size: 160%; }
  .footer__navigation h4, .footer__contact h4 {
    color: #c77a00;
    font-size: 180%;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (max-width: 960px) {
      .footer__navigation h4, .footer__contact h4 {
        font-size: 160%;
        margin-bottom: 10px; } }
  .footer__item {
    display: flex;
    margin-bottom: 5px; }
  .footer__icon {
    margin-right: 5px;
    padding: 3px;
    background-color: #c77a00;
    align-self: center; }
  .footer__link:link, .footer__link:visited {
    display: inline-block;
    font-size: 150%;
    transition: color 300ms; }
    @media (max-width: 960px) {
      .footer__link:link, .footer__link:visited {
        font-size: 140%; } }
  .footer__link:hover, .footer__link:active {
    color: #c77a00; }
  .footer__contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .footer__contact--icon {
    margin-right: 10px;
    color: #c77a00;
    align-self: center; }
  .footer__quick--link:link, .footer__quick--link:visited {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    text-transform: capitalize;
    font-size: 130%; }
  .footer__quick--link:hover, .footer__quick--link:active {
    color: #c77a00; }
  .footer__final {
    background-color: #fff;
    color: #c77a00;
    font-size: 150%;
    padding: 10px 0;
    font-weight: 400;
    text-align: center; }

.hero {
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 80px;
  border-bottom: 10px solid #c77a00; }
  @media (max-width: 1250px) {
    .hero {
      padding-top: 100px;
      padding-bottom: 40px; } }
  @media (max-width: 960px) {
    .hero {
      padding-top: 70px;
      padding-bottom: 30px; } }
  @media (max-width: 800px) {
    .hero {
      padding-top: 50px; } }
  .hero__container {
    width: 60%;
    margin-bottom: 50px; }
    @media (max-width: 1250px) {
      .hero__container {
        width: 65%; } }
    @media (max-width: 960px) {
      .hero__container {
        width: 70%;
        margin-bottom: 25px; } }
    @media (max-width: 800px) {
      .hero__container {
        width: 95%; } }
  .hero__intro {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 180%;
    text-transform: capitalize; }
    @media (max-width: 960px) {
      .hero__intro {
        font-size: 130%; } }
  .hero__heading {
    font-size: 500%;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px; }
    @media (max-width: 1250px) {
      .hero__heading {
        font-size: 400%; } }
    @media (max-width: 960px) {
      .hero__heading {
        font-size: 350%;
        margin-bottom: 5px; } }
  .hero__subheading {
    font-size: 220%;
    font-weight: 500;
    color: #c77a00;
    margin-bottom: 20px;
    text-transform: capitalize; }
    @media (max-width: 960px) {
      .hero__subheading {
        font-size: 180%;
        margin-bottom: 10px; } }
  .hero__outro {
    color: #fff;
    font-size: 200%;
    margin-bottom: 20px; }
    @media (max-width: 960px) {
      .hero__outro {
        font-size: 150%;
        margin-bottom: 10px; } }
  .hero__contact {
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #fff; }
  .hero__btn:link, .hero__btn:visited {
    display: inline-block;
    font-size: 180%;
    padding: 15px 30px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #c77a00;
    border-radius: 10px;
    transition: background-color 500ms; }
    @media (max-width: 960px) {
      .hero__btn:link, .hero__btn:visited {
        font-size: 140%; } }
  .hero__btn:hover, .hero__btn:active {
    background-color: #b06d01; }
  .hero__reviews {
    display: flex; }
    .hero__reviews--link:link, .hero__reviews--link:visited {
      border-radius: 15px;
      padding: 10px 20px;
      margin-right: 15px;
      background: rgba(200, 200, 200, 0.4);
      backdrop-filter: blur(3px);
      transition: background 500ms;
      display: flex;
      align-items: center;
      gap: 10px; }
      @media (max-width: 960px) {
        .hero__reviews--link:link, .hero__reviews--link:visited {
          padding: 8px 15px; } }
      @media (max-width: 800px) {
        .hero__reviews--link:link, .hero__reviews--link:visited {
          padding: 10px 15px; } }
    .hero__reviews--link:hover, .hero__reviews--link:active {
      background: rgba(255, 255, 255, 0.45); }
    .hero__reviews--logo {
      width: 35px; }
      @media (max-width: 960px) {
        .hero__reviews--logo {
          width: 30px; } }
      @media (max-width: 800px) {
        .hero__reviews--logo {
          width: 25px; } }
    .hero__reviews--icon {
      color: #f4c430; }
    .hero__reviews--text {
      display: flex; }
    .hero__reviews--rating {
      display: block;
      margin-right: 10px; }
    .hero__reviews--copy {
      border-left: 1px solid #eee;
      padding-left: 10px; }

.services {
  padding: 50px 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/css/img/3D-circle-liquid-3D.svg);
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 960px) {
    .services {
      padding: 30px 0; } }
  .services__intro {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 60px; }
    @media (max-width: 1250px) {
      .services__intro {
        margin-bottom: 30px; } }
    @media (max-width: 960px) {
      .services__intro {
        width: 90%; } }
    @media (max-width: 800px) {
      .services__intro {
        width: 100%; } }
    .services__intro--heading {
      font-size: 200%;
      text-align: center;
      color: #c77a00; }
      @media (max-width: 1250px) {
        .services__intro--heading {
          font-size: 180%; } }
      @media (max-width: 1110px) {
        .services__intro--heading {
          font-size: 160%; } }
      .services__intro--heading i {
        vertical-align: middle;
        font-size: 10%; }
  .services__heading {
    font-size: 360%;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px; }
    @media (max-width: 1250px) {
      .services__heading {
        font-size: 300%; } }
  .services__copy {
    font-size: 160%;
    text-align: center; }
    @media (max-width: 960px) {
      .services__copy {
        font-size: 150%;
        text-align: start; } }
  .services__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem; }
    @media (max-width: 1250px) {
      .services__content {
        gap: 3rem; } }
    @media (max-width: 1110px) {
      .services__content {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem; } }
    @media (max-width: 800px) {
      .services__content {
        grid-template-columns: 1fr;
        gap: 2rem; } }
  .services__item {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column; }
    .services__item:nth-child(n + 5) {
      grid-column: span 2; }
      @media (max-width: 1110px) {
        .services__item:nth-child(n + 5) {
          grid-column: span 1; } }
    .services__item--display {
      width: 100%;
      height: 150px; }
    .services__item--img {
      display: block;
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .services__item--info {
      padding: 15px; }
    .services__item--heading {
      font-size: 180%;
      font-weight: 600;
      color: #c77a00;
      margin-bottom: 10px; }
    .services__item--description {
      font-size: 160%; }
      @media (max-width: 960px) {
        .services__item--description {
          font-size: 150%; } }
    .services__item--link-container {
      margin-top: auto;
      padding: 20px 15px;
      align-self: flex-start; }
    .services__item--link:link, .services__item--link:visited {
      padding: 10px 25px;
      background-color: #c77a00;
      text-transform: capitalize;
      text-align: center;
      font-size: 160%;
      border-radius: 5px;
      transition: all 300ms; }
    .services__item--link:hover, .services__item--link:active {
      background-color: #995e00; }
  .services__btn-container {
    display: flex;
    justify-content: center;
    margin-top: 50px; }
  .services__btn:link, .services__btn:visited {
    display: inline-block;
    font-size: 180%;
    padding: 15px 35px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #c77a00;
    border-radius: 10px;
    transition: background-color 500ms; }
    @media (max-width: 960px) {
      .services__btn:link, .services__btn:visited {
        font-size: 160%; } }
  .services__btn:hover, .services__btn:active {
    background-color: #b06d01; }

.showcase {
  background-color: #edf3f5;
  padding: 50px 0; }
  @media (max-width: 960px) {
    .showcase {
      padding: 30px 0; } }
  .showcase__intro {
    margin-bottom: 30px; }
    @media (max-width: 960px) {
      .showcase__intro {
        margin-bottom: 15px; } }
  .showcase__preheading {
    font-size: 180%;
    text-align: center;
    color: #c77a00; }
    @media (max-width: 1250px) {
      .showcase__preheading {
        font-size: 180%; } }
    @media (max-width: 1110px) {
      .showcase__preheading {
        font-size: 160%; } }
  .showcase__heading {
    font-size: 360%;
    text-align: center;
    margin-bottom: 10px; }
    @media (max-width: 1250px) {
      .showcase__heading {
        font-size: 300%; } }
  .showcase__paragraph {
    font-size: 160%;
    text-align: center;
    margin-bottom: 5px; }
    @media (max-width: 960px) {
      .showcase__paragraph {
        font-size: 150%; } }
  .showcase__container {
    padding: 0 150px; }
    @media (max-width: 1250px) {
      .showcase__container {
        padding: 0 50px; } }
    @media (max-width: 1110px) {
      .showcase__container {
        padding: 0; } }
  .showcase__item {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem; }
    @media (max-width: 960px) {
      .showcase__item {
        grid-gap: 1rem;
        margin-bottom: 10px; } }
    @media (max-width: 600px) {
      .showcase__item {
        grid-gap: 0.5rem;
        margin-bottom: 5px; } }
  .showcase__display {
    position: relative; }
    .showcase__display--image {
      width: 100%; }
    .showcase__display--caption {
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px 25px;
      font-size: 160%;
      background-color: #c77a00;
      text-transform: uppercase;
      font-weight: bold;
      color: #000; }
      @media (max-width: 960px) {
        .showcase__display--caption {
          font-size: 140%;
          padding: 5px 15px; } }
      @media (max-width: 960px) {
        .showcase__display--caption {
          font-size: 110%;
          padding: 5px 10px; } }

.process {
  padding: 50px 0;
  background-color: #edf3f5; }
  @media (max-width: 960px) {
    .process {
      padding: 30px 0; } }
  .process__container {
    display: grid;
    grid-gap: 10rem;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 1250px) {
      .process__container {
        grid-gap: 6rem; } }
    @media (max-width: 1110px) {
      .process__container {
        grid-gap: 4rem; } }
    @media (max-width: 960px) {
      .process__container {
        display: block; } }
  .process__description {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 960px) {
      .process__description {
        margin-bottom: 20px; } }
  .process__intro {
    color: #c77a00;
    font-size: 180%; }
    @media (max-width: 960px) {
      .process__intro {
        font-size: 160%;
        margin-bottom: 5px; } }
    @media (max-width: 600px) {
      .process__intro {
        margin-bottom: 0; } }
  .process__heading {
    font-size: 360%;
    margin-bottom: 20px; }
    @media (max-width: 960px) {
      .process__heading {
        font-size: 300%;
        margin-bottom: 10px; } }
  .process__text {
    font-size: 160%; }
    @media (max-width: 960px) {
      .process__text {
        font-size: 150%; } }
  .process__step {
    margin-bottom: 30px;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 10px;
    border-bottom: 5px solid #c77a00;
    border-right: 5px solid #c77a00;
    border-top: 5px solid #695e49;
    border-left: 5px solid #695e49; }
    @media (max-width: 1250px) {
      .process__step {
        margin-bottom: 15px; } }
    @media (max-width: 1110px) {
      .process__step {
        padding: 15px; } }
    .process__step--heading {
      color: #c77a00;
      font-size: 180%; }
      @media (max-width: 960px) {
        .process__step--heading {
          font-size: 160%; } }
    .process__step--text {
      font-size: 160%; }
      @media (max-width: 960px) {
        .process__step--text {
          font-size: 150%; } }

.service-hero {
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 80px;
  border-bottom: 10px solid #c77a00; }
  @media (max-width: 1250px) {
    .service-hero {
      padding-top: 100px;
      padding-bottom: 40px; } }
  @media (max-width: 960px) {
    .service-hero {
      padding-top: 70px;
      padding-bottom: 30px; } }
  @media (max-width: 800px) {
    .service-hero {
      padding-top: 50px; } }
  .service-hero__container {
    width: 60%;
    margin-bottom: 25px; }
    @media (max-width: 1250px) {
      .service-hero__container {
        width: 65%; } }
    @media (max-width: 960px) {
      .service-hero__container {
        width: 70%;
        margin-bottom: 15px; } }
    @media (max-width: 800px) {
      .service-hero__container {
        width: 95%; } }
  .service-hero__header-intro {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 180%;
    text-transform: capitalize; }
    @media (max-width: 960px) {
      .service-hero__header-intro {
        font-size: 140%;
        margin-bottom: 5px; } }
  .service-hero__heading {
    font-size: 400%;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-wrap: balance; }
    @media (max-width: 1250px) {
      .service-hero__heading {
        font-size: 350%; } }
    @media (max-width: 960px) {
      .service-hero__heading {
        margin-bottom: 10px; } }
  .service-hero__heading-subheading {
    font-size: 220%;
    font-weight: 600;
    color: #c77a00;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-wrap: balance; }
    @media (max-width: 960px) {
      .service-hero__heading-subheading {
        font-size: 180%;
        margin-bottom: 10px; } }
  .service-hero__heading-copy {
    color: #fff;
    font-size: 180%;
    text-transform: capitalize; }
    @media (max-width: 960px) {
      .service-hero__heading-copy {
        font-size: 160%; } }
  .service-hero__contact {
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #fff; }
  .service-hero__btn:link, .service-hero__btn:visited {
    display: inline-block;
    font-size: 140%;
    padding: 15px 25px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 960px) {
      .service-hero__btn:link, .service-hero__btn:visited {
        font-size: 120%;
        padding: 15px; } }
  .service-hero__call:link, .service-hero__call:visited {
    background-color: #695e49;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 1px solid #fff;
    transition: background-color 500ms; }
  .service-hero__call:hover, .service-hero__call:active {
    background-color: #554c3b; }
  .service-hero__request:link, .service-hero__request:visited {
    background-color: #c77a00;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: -3px;
    transition: background-color 500ms; }
  .service-hero__request:hover, .service-hero__request:active {
    background-color: #a56500; }

.highlights {
  padding: 30px 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/css/img/3D-circle-liquid-3D.svg);
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 960px) {
    .highlights {
      padding: 20px 0; } }
  .highlights__heading {
    color: #c77a00;
    text-align: center;
    font-size: 300%;
    margin-bottom: 20px; }
    @media (max-width: 960px) {
      .highlights__heading {
        font-size: 220%; } }
  .highlights__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem; }
    @media (max-width: 960px) {
      .highlights__container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem; } }
  .highlights__item {
    display: flex;
    padding: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1110px) {
      .highlights__item {
        padding: 15px; } }
  .highlights__icon {
    width: 50px;
    margin-right: 10px; }
    @media (max-width: 960px) {
      .highlights__icon {
        width: 40px; } }
  .highlights__copy {
    align-self: center;
    font-size: 180%; }
    @media (max-width: 960px) {
      .highlights__copy {
        font-size: 160%; } }

.thankYou {
  padding-bottom: 100px; }
  .thankYou__header {
    padding-top: 180px;
    padding-bottom: 30px;
    padding-left: 60px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("/img/hardwood.jpg");
    background-position: bottom;
    background-size: cover;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin-bottom: 50px; }
    @media (max-width: 960px) {
      .thankYou__header {
        padding-top: 100px;
        padding-bottom: 25px;
        padding-left: 35px; } }
  .thankYou__heading {
    font-size: 400%;
    color: #fff;
    text-transform: capitalize; }
    @media (max-width: 960px) {
      .thankYou__heading {
        font-size: 340%; } }
  .thankYou__title {
    font-size: 180%;
    margin-bottom: 30px; }
  .thankYou__copy {
    font-size: 140%; }

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 15px;
  grid-template-rows: 220px;
  grid-auto-rows: 220px; }
  .gallery__heading {
    display: inline-block;
    font-size: 180%;
    color: #c77a00;
    text-transform: uppercase;
    font-weight: 500; }
    @media (max-width: 1250px) {
      .gallery__heading {
        font-size: 160%; } }
    @media (max-width: 960px) {
      .gallery__heading {
        font-size: 140%; } }
  .gallery__subheading {
    font-size: 260%;
    color: #695e49;
    font-weight: 500; }
    @media (max-width: 1250px) {
      .gallery__subheading {
        font-size: 220%; } }
    @media (max-width: 960px) {
      .gallery__subheading {
        font-size: 200%; } }
  .gallery__col {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden; }
    .gallery__col:hover img {
      transform: scale(1.3); }
    .gallery__col:hover .gallery__overlay {
      transform: scale(1); }
  .gallery__figure {
    width: 100%;
    height: 100%; }
  .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 500ms; }
  .gallery__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(0);
    transition: all 450ms;
    display: flex;
    align-items: center;
    justify-content: center; }
  .gallery__link:link, .gallery__link:visited {
    display: block;
    padding: 10px 35px;
    border: 2px solid #fff;
    font-size: 140%;
    text-transform: capitalize;
    font-weight: 400;
    transition: all 300ms; }
  .gallery__link:hover, .gallery__link:active {
    color: #c77a00;
    border: 2px solid #c77a00; }
  .gallery__content {
    padding: 50px; }

.project {
  margin-bottom: 50px; }
  .project .row {
    margin-bottom: 0; }
    .project .row:nth-last-child(n+2) {
      margin-bottom: 30px; }
      @media (max-width: 960px) {
        .project .row:nth-last-child(n+2) {
          margin-bottom: 30px; } }
  .project__heading {
    font-size: 220%;
    padding: 40px 0;
    text-align: center;
    word-spacing: 2px;
    text-transform: capitalize; }
    @media (max-width: 960px) {
      .project__heading {
        font-size: 180%; } }
  .project__container {
    background-color: #f9f9f9; }
  .project__col {
    width: 90%;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 960px) {
      .project__col {
        width: 95%; } }
  .project__img {
    width: 100%; }
  .project__details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    color: #c77a00;
    text-transform: capitalize;
    text-align: center;
    font-size: 140%;
    font-weight: 300; }
    @media (max-width: 960px) {
      .project__details {
        font-size: 120%; } }
  .project__highlight {
    font-size: 200%;
    line-height: 1.8;
    margin-bottom: 50px; }
    @media (max-width: 1110px) {
      .project__highlight {
        line-height: 1.7; } }
    @media (max-width: 960px) {
      .project__highlight {
        margin-bottom: 30px;
        font-size: 180%; } }
  .project__copy {
    font-size: 160%;
    line-height: 1.4;
    margin-bottom: 50px; }
    @media (max-width: 1110px) {
      .project__copy {
        line-height: 1.3; } }
    @media (max-width: 960px) {
      .project__copy {
        margin-bottom: 30px;
        font-size: 140%; } }
  .project__info {
    width: 90%;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .project__info {
        width: 100%; } }
    .project__info--heading {
      text-align: center;
      margin-bottom: 20px; }
    .project__info--text {
      background-color: #ebebeb;
      padding: 10px; }
    .project__info--head {
      font-weight: 500;
      text-transform: capitalize;
      font-size: 140%;
      margin-right: 15px; }
      @media (max-width: 960px) {
        .project__info--head {
          font-size: 120%; } }
    .project__info--copy {
      font-size: 120%;
      display: block;
      margin-top: 5px;
      text-transform: capitalize; }
      @media (max-width: 960px) {
        .project__info--copy {
          font-size: 100%; } }

.blog {
  height: 30vh; }
  .blog__heading {
    color: blue;
    text-align: center;
    font-size: 300%; }
    @media (max-width: 960px) {
      .blog__heading {
        font-size: 260%; } }

.request {
  margin-bottom: 80px; }
  .request__header {
    padding-top: 180px;
    padding-bottom: 30px;
    padding-left: 60px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("/img/serviceimg2.jpg");
    background-position: bottom;
    background-size: cover;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin-bottom: 80px; }
    @media (max-width: 960px) {
      .request__header {
        padding-top: 100px;
        padding-bottom: 25px;
        padding-left: 35px; } }
  .request__heading {
    font-size: 400%;
    color: #fff;
    text-transform: capitalize; }
    @media (max-width: 960px) {
      .request__heading {
        font-size: 340%; } }
  .request__container {
    max-width: 60%;
    margin: 0 auto; }
    @media (max-width: 1110px) {
      .request__container {
        max-width: 80%; } }
    @media (max-width: 960px) {
      .request__container {
        max-width: 90%; } }
    .request__container--heading {
      font-size: 250%;
      text-transform: capitalize;
      margin-bottom: 15px; }
      @media (max-width: 960px) {
        .request__container--heading {
          font-size: 200%;
          margin-bottom: 10px; } }
  .request__copy {
    font-size: 140%; }
  .request__smheading {
    font-size: 200%;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 8px; }
    @media (max-width: 960px) {
      .request__smheading {
        font-size: 180%; } }

.form {
  padding-top: 40px; }
  .form__fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form__fields input {
      flex: 0 0 48%;
      margin-bottom: 20px;
      padding: 15px 8px;
      background-color: #f8f8f8;
      border: 1px solid #dddede; }
      @media (max-width: 800px) {
        .form__fields input {
          flex-basis: 100%; } }
  .form__selection {
    margin-bottom: 20px; }
    .form__selection--label {
      display: block;
      font-size: 140%;
      font-weight: 500;
      margin-bottom: 10px;
      color: #695e49;
      text-transform: capitalize; }
    .form__selection--select {
      width: 100%;
      font-size: 140%; }
  .form__textarea {
    width: 100%;
    padding: 15px 8px;
    background-color: #f8f8f8;
    border: 1px solid #dddede;
    margin-bottom: 30px; }
  .form__radio--btn {
    margin-bottom: 10px; }
  .form__radio input {
    display: inline-block;
    margin-right: 10px;
    font-size: 140%; }
  .form__radio label {
    font-size: 120%;
    text-transform: capitalize; }
  .form__btn {
    padding: 15px 30px;
    display: inline-block;
    border: none;
    background-color: #c77a00;
    cursor: pointer;
    color: #fff;
    margin-top: 30px;
    font-size: 140%;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 1px;
    transition: all 300ms; }
    .form__btn:hover {
      background-color: #995e00; }

input, textarea, select {
  display: block; }

.aboutUs__container {
  display: flex;
  padding: 50px 0; }
  @media (max-width: 960px) {
    .aboutUs__container {
      flex-direction: column; } }
.aboutUs__mission {
  width: 40%; }
  @media (max-width: 960px) {
    .aboutUs__mission {
      width: 100%; } }
.aboutUs__statement {
  width: 70%;
  margin: 0 auto; }
  @media (max-width: 1250px) {
    .aboutUs__statement {
      width: 80%; } }
  @media (max-width: 960px) {
    .aboutUs__statement {
      width: 75%;
      margin-bottom: 50px; } }
  .aboutUs__statement--heading {
    background-color: #c77a00;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 230%;
    letter-spacing: 2px; }
    @media (max-width: 960px) {
      .aboutUs__statement--heading {
        font-size: 180%; } }
  .aboutUs__statement--copy {
    font-size: 150%;
    padding: 30px;
    background-color: #ededed;
    line-height: 1.7; }
    @media (max-width: 960px) {
      .aboutUs__statement--copy {
        font-size: 140%; } }
.aboutUs__copy {
  flex: 1; }
.aboutUs__heading {
  font-size: 220%;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #c77a00; }
.aboutUs__text {
  font-size: 140%; }
  .aboutUs__text p:not(:last-of-type) {
    margin-bottom: 25px; }

.faq__hero {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8) 80%), url("/img/deck-staining-2.jpeg");
  background-position: center 70%;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0;
  border-bottom: 10px solid #c77a00; }
  @media (max-width: 1110px) {
    .faq__hero {
      padding: 100px 0; } }
  @media (max-width: 800px) {
    .faq__hero {
      padding: 75px 0;
      background-attachment: scroll; } }
.faq__intro {
  font-size: 180%;
  color: #c77a00;
  text-transform: capitalize; }
  @media (max-width: 800px) {
    .faq__intro {
      font-size: 160%; } }
.faq__heading {
  font-size: 450%;
  color: #fff;
  text-transform: capitalize; }
  @media (max-width: 800px) {
    .faq__heading {
      font-size: 320%; } }
.faq__content {
  padding: 50px 0;
  background-color: #fff; }
  @media (max-width: 960px) {
    .faq__content {
      padding: 30px 0; } }
  .faq__content--heading {
    font-size: 360%;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 960px) {
      .faq__content--heading {
        font-size: 300%;
        margin-bottom: 20px; } }
.faq__questions {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 800px) {
    .faq__questions {
      grid-template-columns: 1fr; } }
.faq__question--title {
  font-size: 180%;
  font-weight: 600;
  color: #c77a00;
  margin-bottom: 5px;
  text-transform: capitalize; }
  @media (max-width: 960px) {
    .faq__question--title {
      text-align: center; } }
.faq__question--answer {
  font-size: 160%; }
  @media (max-width: 960px) {
    .faq__question--answer {
      font-size: 150%; } }

.contact-banner {
  padding: 150px 0;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.7) 80%, #c77a00 0%), url(/img/deck-staining.jpeg);
  background-size: cover;
  background-position: center 30%; }
  @media (max-width: 1110px) {
    .contact-banner {
      padding: 100px 0;
      background-position: center; } }
  @media (max-width: 960px) {
    .contact-banner {
      padding: 100px 0; } }
  @media (max-width: 600px) {
    .contact-banner {
      padding: 80px 0; } }
  .contact-banner__content {
    width: 60%; }
    @media (max-width: 1110px) {
      .contact-banner__content {
        width: 70%; } }
  .contact-banner__heading {
    font-size: 400%;
    color: #fff; }
    @media (max-width: 960px) {
      .contact-banner__heading {
        font-size: 300%; } }
  .contact-banner__text {
    font-size: 180%;
    color: #c77a00; }
    @media (max-width: 960px) {
      .contact-banner__text {
        font-size: 160%; } }

.serviceArea-hero {
  padding: 75px 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url("/img/bay-bridge.jpg");
  background-size: cover;
  background-position: center; }
  @media (max-width: 1250px) {
    .serviceArea-hero {
      padding: 75px 0; } }
  .serviceArea-hero__container {
    width: 50%; }
    @media (max-width: 1110px) {
      .serviceArea-hero__container {
        width: 60%; } }
    @media (max-width: 960px) {
      .serviceArea-hero__container {
        width: 80%; } }
    @media (max-width: 800px) {
      .serviceArea-hero__container {
        width: 100%; } }
  .serviceArea-hero__heading-1 {
    font-size: 500%;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-wrap: balance; }
    @media (max-width: 1250px) {
      .serviceArea-hero__heading-1 {
        font-size: 400%; } }
    @media (max-width: 960px) {
      .serviceArea-hero__heading-1 {
        margin-bottom: 10px; } }
  .serviceArea-hero__heading-2 {
    font-size: 220%;
    font-weight: 600;
    margin-bottom: 20px;
    color: #c77a00;
    text-transform: capitalize;
    text-wrap: balance; }
    @media (max-width: 960px) {
      .serviceArea-hero__heading-2 {
        font-size: 180%;
        margin-bottom: 10px; } }

.serviceArea {
  padding: 100px 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("/img/bay-bridge.jpg");
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 960px) {
    .serviceArea {
      padding: 50px 0; } }
  .serviceArea__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5rem; }
    @media (max-width: 1250px) {
      .serviceArea__container {
        gap: 3rem; } }
    @media (max-width: 1110px) {
      .serviceArea__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem; } }
    @media (max-width: 800px) {
      .serviceArea__container {
        grid-template-columns: 1fr;
        gap: 2rem; } }
  .serviceArea__group {
    background-color: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    border-radius: 10px; }
  .serviceArea__heading {
    background-color: #c77a00;
    padding: 20px;
    font-size: 180%;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    @media (max-width: 960px) {
      .serviceArea__heading {
        font-size: 160%; } }
  .serviceArea__cities {
    padding: 20px;
    display: flex; }
    @media (max-width: 800px) {
      .serviceArea__cities {
        display: block; } }
  .serviceArea__cities--left {
    margin-right: auto; }
  .serviceArea__city:link, .serviceArea__city:visited {
    color: #000;
    font-size: 160%;
    padding: 5px 10px;
    margin-bottom: 5px; }
    @media (max-width: 960px) {
      .serviceArea__city:link, .serviceArea__city:visited {
        font-size: 150%; } }
  .serviceArea__city:hover, .serviceArea__city:active {
    color: #c77a00; }

.map-display {
  padding: 100px 0; }
  @media (max-width: 960px) {
    .map-display {
      padding: 50px 0; } }
  .map-display__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 800px) {
      .map-display__container {
        display: block; } }
  .map-display__copy {
    align-self: center;
    padding: 0 20px; }
    @media (max-width: 800px) {
      .map-display__copy {
        padding: 20px 0;
        text-align: center; } }
  .map-display__heading {
    font-size: 400%;
    text-transform: capitalize;
    color: #c77a00;
    margin-bottom: 10px; }
    @media (max-width: 1110px) {
      .map-display__heading {
        font-size: 350%; } }
  .map-display__text {
    font-size: 180%;
    margin-bottom: 20px; }
    @media (max-width: 960px) {
      .map-display__text {
        font-size: 160%; } }
  .map-display__btn {
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2); }
    .map-display__btn:hover {
      padding: 9px 19px; }

#map {
  height: 500px;
  border: 1px solid #bbb; }

.city-hero {
  padding: 100px 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0.6) 70%), url("/img/deck-staining-4.jpeg");
  background-size: cover;
  background-position: center;
  border-bottom: 10px solid #c77a00; }
  @media (max-width: 1250px) {
    .city-hero {
      padding: 75px 0; } }
  @media (max-width: 1110px) {
    .city-hero {
      background-size: cover;
      background-position: center; } }
  @media (max-width: 960px) {
    .city-hero {
      padding: 50px 0; } }
  .city-hero__container {
    width: 50%;
    margin-bottom: 25px; }
    @media (max-width: 1110px) {
      .city-hero__container {
        width: 60%; } }
    @media (max-width: 960px) {
      .city-hero__container {
        width: 80%;
        margin-bottom: 15px; } }
    @media (max-width: 800px) {
      .city-hero__container {
        width: 100%; } }
  .city-hero__heading-1 {
    font-size: 500%;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px; }
    @media (max-width: 1250px) {
      .city-hero__heading-1 {
        font-size: 400%; } }
    @media (max-width: 960px) {
      .city-hero__heading-1 {
        margin-bottom: 10px; } }
  .city-hero__heading-2 {
    font-size: 220%;
    font-weight: 600;
    margin-bottom: 20px;
    color: #c77a00;
    text-transform: capitalize; }
    @media (max-width: 960px) {
      .city-hero__heading-2 {
        font-size: 180%;
        margin-bottom: 10px; } }

.service-hub {
  padding: 50px 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/css/img/3D-circle-liquid-3D.svg);
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 960px) {
    .service-hub {
      padding: 30px 0; } }
  .service-hub__intro {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px; }
    @media (max-width: 1250px) {
      .service-hub__intro {
        margin-bottom: 30px; } }
    @media (max-width: 960px) {
      .service-hub__intro {
        width: 90%; } }
    @media (max-width: 800px) {
      .service-hub__intro {
        width: 100%; } }
    .service-hub__intro--heading {
      font-size: 200%;
      text-align: center;
      color: #c77a00;
      margin-bottom: 10px; }
      @media (max-width: 1250px) {
        .service-hub__intro--heading {
          font-size: 180%; } }
      @media (max-width: 1110px) {
        .service-hub__intro--heading {
          font-size: 160%; } }
  .service-hub__heading {
    font-size: 360%;
    text-transform: capitalize;
    text-align: center; }
    @media (max-width: 1250px) {
      .service-hub__heading {
        font-size: 300%; } }
  .service-hub__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem; }
    @media (max-width: 1250px) {
      .service-hub__content {
        gap: 3rem; } }
    @media (max-width: 1110px) {
      .service-hub__content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem; } }
    @media (max-width: 800px) {
      .service-hub__content {
        grid-template-columns: 1fr;
        gap: 2rem; } }
  .service-hub__item {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column; }
    .service-hub__item--display {
      width: 100%;
      height: 150px; }
    .service-hub__item--img {
      display: block;
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .service-hub__item--info {
      padding: 15px; }
    .service-hub__item--heading {
      font-size: 180%;
      font-weight: 600;
      color: #c77a00;
      margin-bottom: 10px; }
    .service-hub__item--description {
      font-size: 160%; }
      @media (max-width: 960px) {
        .service-hub__item--description {
          font-size: 150%; } }
    .service-hub__item--link-container {
      margin-top: auto;
      padding: 15px;
      align-self: flex-start; }
    .service-hub__item--link:link, .service-hub__item--link:visited {
      padding: 10px 25px;
      background-color: #c77a00;
      text-transform: capitalize;
      text-align: center;
      font-size: 160%;
      border-radius: 5px;
      transition: all 300ms; }
    .service-hub__item--link:hover, .service-hub__item--link:active {
      background-color: #995e00; }

/*# sourceMappingURL=style.css.map */
