.elementor-496 .elementor-element.elementor-element-cabe50b:not(.elementor-motion-effects-element-type-background), .elementor-496 .elementor-element.elementor-element-cabe50b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F2EA;}.elementor-496 .elementor-element.elementor-element-cabe50b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-496 .elementor-element.elementor-element-cabe50b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-79b55a7 *//* =========================================================
   DESIGN WORKS STYLE | SITE FOOTER
   Scoped to .dws-site-footer only
   ========================================================= */

.dws-site-footer {
  --dws-ink: #20201E;
  --dws-ivory: #F6F2EA;
  --dws-sage: #879486;
  --dws-terracotta: #B86F5A;
  --dws-brass: #C5A66A;

  width: 100%;
  background: var(--dws-ivory);
  color: var(--dws-ink);

  border-top: 1px solid rgba(197, 166, 106, 0.45);

  font-family: Inter, Arial, sans-serif;
}

.dws-site-footer,
.dws-site-footer * {
  box-sizing: border-box;
}


/* Inner wrapper */

.dws-footer-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}


/* Main footer */

.dws-footer-main {
  display: grid;
  grid-template-columns: 1.9fr 1fr 1fr 1fr;
  gap: 64px;

  padding: 72px 0 64px;
}


/* Brand */

.dws-footer-brand {
  min-width: 0;
}

.dws-footer-logo-link {
  display: inline-block;
  line-height: 0;
}

.dws-footer-logo {
  display: block;
  width: 165px;
  max-width: 100%;
  height: auto;
}

.dws-footer-message {
  max-width: 390px;
  margin: 26px 0 0;

  color: var(--dws-ink);

  font-size: 15px;
  line-height: 1.7;
}

.dws-footer-philosophy {
  margin: 17px 0 0;

  color: var(--dws-sage);

  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.45;
}

.dws-footer-email {
  display: inline-block;
  margin-top: 21px;

  color: var(--dws-ink);

  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;

  text-decoration: none;

  transition: color 0.2s ease;
}

.dws-footer-email:hover {
  color: var(--dws-terracotta);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}


/* Navigation */

.dws-footer-heading {
  margin: 4px 0 18px;

  color: var(--dws-ink);

  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;

  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dws-footer-links {
  display: flex;
  flex-direction: column;
  gap: 11px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.dws-footer-links a {
  display: inline-block;

  color: var(--dws-ink);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;

  text-decoration: none;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.dws-footer-links a:hover {
  color: var(--dws-terracotta);
  transform: translateX(2px);
}


/* Bottom */

.dws-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  padding: 20px 0;

  border-top: 1px solid rgba(32, 32, 30, 0.14);
}

.dws-footer-copyright,
.dws-footer-note {
  margin: 0;

  font-size: 12px;
  line-height: 1.5;
}

.dws-footer-copyright {
  color: var(--dws-ink);
}

.dws-footer-note {
  color: var(--dws-sage);
}


/* Tablet */

@media (max-width: 1024px) {
  .dws-footer-inner {
    width: min(100% - 40px, 900px);
  }

  .dws-footer-main {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 44px 36px;

    padding: 60px 0 52px;
  }

  .dws-footer-brand {
    grid-column: 1 / -1;
  }

  .dws-footer-message {
    max-width: 560px;
  }
}


/* Mobile */

@media (max-width: 767px) {
  .dws-footer-inner {
    width: min(100% - 32px, 560px);
  }

  .dws-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;

    padding: 48px 0 42px;
  }

  .dws-footer-brand {
    grid-column: auto;
  }

  .dws-footer-logo {
    width: 150px;
  }

  .dws-footer-message {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.7;
  }

  .dws-footer-philosophy {
    font-size: 17px;
  }

  .dws-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;

    padding: 18px 0 22px;
  }

  .dws-footer-copyright,
  .dws-footer-note {
    font-size: 11px;
  }
}


/* Small phones */

@media (max-width: 480px) {
  .dws-footer-inner {
    width: calc(100% - 28px);
  }

  .dws-footer-main {
    padding: 42px 0 36px;
  }

  .dws-footer-logo {
    width: 140px;
  }

  .dws-footer-heading {
    margin-bottom: 14px;
  }

  .dws-footer-links {
    gap: 9px;
  }
}


/* Accessibility */

.dws-site-footer a:focus-visible {
  outline: 1px solid var(--dws-brass);
  outline-offset: 4px;
}/* End custom CSS */