*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #ffffff;
  color: #1a1a1a;
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.75em;
  line-height: 1.15;
  color: #ffffff;
  font-family: 'Orbitron', sans-serif;
}
h2 {
  font-size: 32px;
}
h2.large {
  font-size: 40px;
}
p {
  margin: 0 0 1em;
  color: #ffffff;
  line-height: 1.8rem;
  font-family: 'Inter', sans-serif;
}
.site-name {
  font-size: 1.5rem;
  font-weight: 700;
}
.container ul {
  margin-left: 20px;
}
.container ul li {
  color: #fff;
  margin-top: 20px;
  line-height: 1.8rem;
}
body {
  background-color: #111111;
}
.container {
  width: calc(100% -  48px);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.container ul {
  margin-left: 20px;
}
.container ul li {
  color: #fff;
  margin-top: 20px;
  line-height: 1.8rem;
}
.site-main {
  min-height: 60vh;
}
.button--primary a {
  display: inline-block;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  transition: 0.25s ease;
  cursor: pointer;
  background: #14ae12;
  color: #111111;
  font-weight: 700;
}
.button--primary a:hover {
  background: #062c59;
}
.button--secondary a {
  display: inline-block;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  transition: 0.25s ease;
  cursor: pointer;
  background: #111111;
  color: #ffffff;
  font-weight: 700;
}
.button--secondary a:hover {
  background: #14ae12;
  color: #111111;
}
.button--white a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  transition: 0.25s ease;
  cursor: pointer;
  background: #ffffff;
  color: #111111 !important;
  font-weight: 700;
}
.button--white a:hover {
  background: #14ae12;
  color: #111111;
}
hr {
  position: relative;
  width: 280px !important;
  height: 12px;
  margin: 8px 0 15px !important;
  border: 0 !important;
  background: none;
  overflow: visible;
}
hr:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 8px;
  transform: translateY(-50%);
  background-image: radial-gradient(circle, #14ae12 2px, transparent 2.5px);
  background-size: 12px 8px;
  background-repeat: repeat-x;
  background-position: left center;
}
hr:after {
  content: "";
  position: absolute;
  left: 52px;
  top: 50%;
  width: 120px;
  height: 4px;
  transform: translateY(-50%);
  background: #14ae12;
  border-radius: 999px;
}
.flex {
  display: flex;
}
.flex .kt-row-column-wrap {
  display: flex;
}
.white-layout {
  background-color: #ffffff;
}
.white-layout p,
.white-layout h1,
.white-layout h2 {
  color: #111111;
}
.white-layout a {
  color: #14ae12;
}
.grey-layout {
  background-color: #F7F6F4;
}
.grey-layout p,
.grey-layout h1,
.grey-layout h2 {
  color: #111111;
}
.grey-layout a {
  color: #14ae12;
}
@media (max-width: 767px) {
  .flex .kt-row-column-wrap {
    flex-direction: column;
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #f7f7f7;
  border-bottom: 5px solid;
  /* Set width and style */
  border-image-source: linear-gradient(135deg, #062c59 0%, #6cc60c 100%);
  /* Choose colors */
  border-image-slice: 1;
  /* Ensures the gradient fills the border */
  padding: 6px 0;
}
.site-header__inner {
  width: calc(100% -  48px);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  min-height: 78px;
  position: relative;
}
.site-header__inner ul {
  margin-left: 20px;
}
.site-header__inner ul li {
  color: #fff;
  margin-top: 20px;
  line-height: 1.8rem;
}
.site-header__inner ul {
  margin-left: 20px;
}
.site-header__inner ul li {
  color: #fff;
  margin-top: 20px;
  line-height: 1.8rem;
}
.site-header__inner ul li {
  margin-top: 0;
}
.site-header__mobile-left,
.site-header__mobile-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header__desktop-nav,
.site-header__actions {
  display: none;
}
.site-header__phone {
  font-weight: 700;
  color: #111111;
  transition: color 0.25s ease;
}
.site-header__phone:hover,
.site-header__phone:focus {
  color: #14ae12;
}
.custom-logo-link,
.site-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom-logo {
  max-height: 120px;
  width: auto;
}
.site-name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.menu-toggle__line {
  display: block;
  width: 24px;
  height: 2px;
  background: #111111;
  margin: 3px 0;
  transition: 0.25s ease;
}
.menu-toggle:hover .menu-toggle__line,
.menu-toggle:focus .menu-toggle__line {
  background: #14ae12;
}
.booking-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #14ae12;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.booking-icon:hover,
.booking-icon:focus {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}
.booking-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
.booking-icon__fallback {
  font-size: 0.95rem;
  font-weight: 800;
  color: #111111;
  line-height: 1;
}
.site-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #111111;
  z-index: 2000;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  overflow-y: auto;
}
.site-nav.is-open {
  transform: translateX(0);
}
.site-nav__inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 88px 24px 32px;
}
.site-nav__mobile-cta {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.menu-close {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.menu-close span {
  position: absolute;
  top: 19px;
  left: 8px;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: background 0.25s ease;
}
.menu-close span:first-child {
  transform: rotate(45deg);
}
.menu-close span:last-child {
  transform: rotate(-45deg);
}
.menu-close:hover span,
.menu-close:focus span {
  background: #14ae12;
}
.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu > li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.primary-menu a {
  display: block;
  padding: 16px 0;
  font-size: 1.1rem;
  font-family: "Aldrich", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  transition: color 0.25s ease;
}
.primary-menu a:hover,
.primary-menu a:focus {
  color: #14ae12;
}
.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-parent > a,
.primary-menu li.current-menu-ancestor > a {
  color: #14ae12;
}
.primary-menu .sub-menu {
  list-style: none;
  margin: 0 0 12px;
  padding: 0 0 0 16px;
}
.primary-menu .sub-menu li {
  list-style: none;
  border-bottom: 0;
}
.primary-menu .sub-menu a {
  padding: 10px 0;
  font-size: 0.98rem;
  font-weight: 500;
  color: #ffffff;
}
.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus {
  color: #14ae12;
}
.button--primary {
  margin-bottom: 0;
}
.button--primary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  background: #14ae12;
  color: #111111;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.button--primary a:hover,
.button--primary a:focus {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  color: #ffffff;
}
.button--secondary {
  margin-bottom: 0;
}
.button--secondary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  background: #111111;
  color: #ffffff;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.button--secondary a:hover,
.button--secondary a:focus {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  color: #111111;
}
.button--white {
  margin-bottom: 0;
}
.button--white a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  background: #ffffff;
  color: #111111;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.button--white a:hover,
.button--white a:focus {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  color: #111111;
}
body.menu-open {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .site-header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    min-height: 92px;
  }
  .site-header__mobile-left,
  .site-header__mobile-right,
  .site-header .site-nav {
    display: none;
  }
  .site-header__brand {
    justify-content: flex-start;
  }
  .site-header__desktop-nav {
    display: flex;
    justify-content: center;
  }
  .site-header__actions {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .custom-logo {
    max-height: 120px;
  }
  .primary-menu--desktop {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu--desktop > li {
    position: relative;
    border-bottom: 0;
    list-style: none;
  }
  .primary-menu--desktop > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 92px;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #111111;
    transition: color 0.25s ease;
    position: relative;
  }
  .primary-menu--desktop > li > a:hover,
  .primary-menu--desktop > li > a:focus {
    color: #14ae12;
  }
  .primary-menu--desktop > li.current-menu-item > a,
  .primary-menu--desktop > li.current-menu-ancestor > a,
  .primary-menu--desktop > li.current-menu-parent > a {
    color: #14ae12;
  }
  .primary-menu--desktop .menu-item-has-children > a {
    padding-right: 16px;
    position: relative;
  }
  .primary-menu--desktop .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
  }
  .primary-menu--desktop .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    padding: 10px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.25s ease;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
    z-index: 100;
    list-style: none;
  }
  .primary-menu--desktop .sub-menu li {
    list-style: none;
  }
  .primary-menu--desktop .sub-menu a {
    display: block;
    padding: 10px 16px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #ffffff;
    transition: color 0.25s ease, background 0.25s ease;
  }
  .primary-menu--desktop .sub-menu a:hover,
  .primary-menu--desktop .sub-menu a:focus {
    color: #14ae12;
    background: rgba(255, 255, 255, 0.04);
  }
  .primary-menu--desktop li:hover > .sub-menu,
  .primary-menu--desktop li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .custom-logo {
    max-height: 80px;
  }
}
.site-footer {
  background: #111111;
  color: #fff;
  padding: 64px 0 24px;
}
.site-footer a {
  color: inherit;
}
.site-footer__inner {
  width: calc(100% -  48px);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer__inner ul {
  margin-left: 20px;
}
.site-footer__inner ul li {
  color: #fff;
  margin-top: 20px;
  line-height: 1.8rem;
}
.site-footer__inner ul {
  margin-left: 20px;
}
.site-footer__inner ul li {
  color: #fff;
  margin-top: 20px;
  line-height: 1.8rem;
}
.site-footer__main {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 150px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.site-footer__title {
  margin-bottom: 16px;
}
.site-footer__text,
.site-footer__address {
  color: rgba(255, 255, 255, 0.8);
  width: 80%;
  min-width: 300px;
  margin-top: 20px;
}
.site-footer__bottom {
  padding-top: 20px;
}
.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer__brand img {
  min-height: 200px;
}
.site-footer__col-2 {
  display: flex;
}
.site-footer__col-2 .col {
  width: 100%;
}
.footer-menu,
.footer-menu-2 {
  list-style: none;
}
.footer-menu li + li,
.footer-menu-2 li + li {
  margin-top: 10px;
}
@media (max-width: 900px) {
  .site-footer__main {
    grid-template-columns: 1fr;
  }
}
main {
  /* ADD THIS */
}
main .hero {
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .hero .kt-inside-inner-col {
  text-align: center;
}
main .hero h1 {
  color: #ffffff;
  font-size: 45px;
  text-shadow: 0px 3px 2px #111;
}
main .hero h1 strong {
  color: #14ae12;
}
main .hero .kt-inside-inner-col {
  max-width: 800px;
}
main .hero ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 20px;
}
main .hero li {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  padding-left: 22px;
}
main .hero li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #14ae12;
  font-size: 14px;
}
main .hero-media.wp-block-uagb-image {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  overflow: visible !important;
  z-index: 1;
  line-height: 0;
}
main .hero-media.wp-block-uagb-image:after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 150px;
  height: 150px;
  z-index: -1;
  background-image: repeating-linear-gradient(135deg, #14ae12, #14ae12 4px, transparent 4px, transparent 16px);
}
main .hero-media.wp-block-uagb-image .wp-block-uagb-image__figure {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  border-radius: 4px;
}
main .hero-media.wp-block-uagb-image .wp-block-uagb-image__figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
main .hero-media.wp-block-uagb-image .wp-block-uagb-image__figure:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.62) 22%, rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.08) 68%, rgba(0, 0, 0, 0) 100%);
}
main .hero-media.wp-block-uagb-image .wp-block-uagb-image__figure img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  display: block !important;
}
.services-gradient {
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
  background-image: linear-gradient(135deg, #062c59 0%, #6cc60c 100%);
  background-origin: border-box;
}
.bg-black {
  background-color: #090909;
}
.bg-white {
  background-color: #ffffff;
}
.square img {
  aspect-ratio: 1;
  object-fit: cover;
  overflow: hidden;
}
.locations > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-has-2-columns {
  gap: 20px !important;
}
.locations .area-button {
  background-color: #ffffff;
  border-radius: 8px;
}
.locations .icon > .kt-inside-inner-col {
  padding: 4px 8px;
}
.image-text-overlay .uagb-container-inner-blocks-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 275px;
}
.image-text-overlay .uagb-container-inner-blocks-wrap p {
  border-radius: 15px;
}
.green-content-overlay {
  background-image: url(/wp-content/uploads/2026/03/Depositphotos_193849318_S-1920w.webp);
  background-attachment: fixed;
}
.green-content-overlay:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  border-radius: inherit;
  background-image: linear-gradient(135deg, #062c59 0%, #6cc60c 100%);
}
.fullwidth img {
  width: 100%;
}
.areas .kt-row-column-wrap {
  display: flex;
  align-items: stretch;
}
.areas .kt-row-column-wrap .wp-block-kadence-column:nth-of-type(2) {
  width: 100%;
}
.areas .kt-row-column-wrap .wp-block-kadence-column:nth-of-type(2) p {
  margin: 0;
  padding-left: 15px;
}
.no-margin {
  margin: 0 !important;
}
.wfc-why-section {
  background: #090909;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .wfc-why-section {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .wfc-why-section {
    padding: 56px 0;
  }
}
.wfc-why-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.wfc-why-section__eyebrow {
  color: #14ae12;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.wfc-why-section__title {
  color: #fff;
  margin: 0 0 20px;
  max-width: 520px;
}
@media (max-width: 767px) {
  .wfc-why-section__title {
    max-width: 100%;
  }
}
.wfc-why-section__intro {
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.55;
  max-width: 620px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .wfc-why-section__intro {
    font-size: 17px;
    max-width: 100%;
  }
}
.wfc-why-section__media {
  position: relative;
  width: 100%;
  max-width: 640px;
  overflow: visible !important;
  z-index: 1;
  line-height: 0;
}
.wfc-why-section__media:after {
  content: "";
  position: absolute;
  left: -34px;
  bottom: -34px;
  width: 180px;
  height: 180px;
  z-index: -1;
  background-image: repeating-linear-gradient(135deg, #14ae12, #14ae12 4px, transparent 4px, transparent 16px);
}
.wfc-why-section__media .wp-block-uagb-image__figure,
.wfc-why-section__media .wp-block-image,
.wfc-why-section__media figure {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}
.wfc-why-section__media .wp-block-uagb-image__figure img,
.wfc-why-section__media .wp-block-image img,
.wfc-why-section__media figure img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 18px;
  aspect-ratio: 1;
  object-fit: cover;
}
.wfc-why-section__media .wp-block-uagb-image__figure:before,
.wfc-why-section__media .wp-block-image:before,
.wfc-why-section__media figure:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 100%);
}
.wfc-why-section__media .wp-block-uagb-image__figure:before,
.wfc-why-section__media .wp-block-image:before,
.wfc-why-section__media figure:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 7, 10, 0.28) 0%, rgba(5, 7, 10, 0.12) 30%, rgba(5, 7, 10, 0) 65%);
}
.wfc-why-section__badge {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: -115px;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 540px;
  padding: 18px 22px;
  border-radius: 16px;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  z-index: 1;
}
@media (max-width: 767px) {
  .wfc-why-section__badge {
    font-size: 15px;
    padding: 16px 18px;
  }
}
.wfc-why-section__badge .wp-block-kadence-icon,
.wfc-why-section__badge .wp-block-uagb-icon,
.wfc-why-section__badge .wfc-badge-icon {
  flex: 0 0 auto;
  color: #14ae12;
}
.wfc-why-card-section > .kt-inside-inner-col {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 15px;
}
.wfc-why-card {
  width: 48%;
  padding: 28px 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  transition: .25s ease;
}
.wfc-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 174, 18, 0.5);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .wfc-why-card {
    padding: 22px 20px;
  }
}
@media (max-width: 500px) {
  .wfc-why-card {
    width: 100%;
  }
}
.wfc-why-card .wfc-why-card__icon {
  margin-bottom: 18px;
  color: #14ae12;
  line-height: 1;
}
.wfc-why-card .wfc-why-card__title {
  color: #fff;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 14px;
}
.wfc-why-card .wfc-why-card__text {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.gform-body input,
.gform-body textarea {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  border: 0 !important;
  padding: 25px 4px!important;
}
.gform-footer .gform_button {
  padding: 10px 50px!important;
  color: #111111 !important;
  border-radius: 10px !important;
}
.footer-buttons p {
  margin-bottom: 8px;
}
.footer-buttons p a {
  width: 100%;
}
.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}
.service-card {
  position: relative;
  display: block;
  background: #000;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  min-height: auto;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover,
.service-card:focus {
  transform: translateY(-2px);
  text-decoration: none;
}
.service-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.service-card__media:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.service-card__image,
.service-card__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.service-card__image {
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.service-card__placeholder {
  background: #e9e9e9;
}
.service-card:hover .service-card__image,
.service-card:focus .service-card__image {
  transform: scale(1.04);
}
.service-card__content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 20px 22px;
  min-height: 115px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.78) 45%, rgba(0, 0, 0, 0.18) 100%);
  transition: min-height 0.4s ease, background 0.4s ease;
}
.service-card__title {
  margin: 0 0 14px;
  font-size: 1.45rem;
  line-height: 1.15;
  flex-shrink: 0;
}
.service-card__title span {
  color: #ffffff;
  transition: color 0.25s ease;
}
.service-card:hover .service-card__title span,
.service-card:focus .service-card__title span {
  color: #14ae12;
}
.service-card__excerpt-wrap {
  overflow: hidden;
  flex-grow: 0;
}
.service-card__excerpt {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  line-height: 1.55;
  transform: translateY(14px);
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.35s ease;
}
.service-card__excerpt p:last-child {
  margin-bottom: 0;
}
.service-card__footer {
  margin-top: 0;
  padding-top: 0;
  flex-shrink: 0;
}
.service-card__button {
  display: inline-flex;
  align-items: center;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #14ae12;
  transition: color 0.25s ease;
}
.service-card:hover .service-card__button,
.service-card:focus .service-card__button {
  color: #ffffff;
}
.service-card:hover .service-card__content,
.service-card:focus .service-card__content {
  min-height: 100%;
  background: rgba(0, 0, 0, 0.78);
}
.service-card:hover .service-card__excerpt,
.service-card:focus .service-card__excerpt {
  max-height: 240px;
  opacity: 1;
  margin-bottom: 18px;
  transform: translateY(0);
}
.acf-service-cards,
.service-archive {
  padding: 90px 0;
}
.acf-service-cards__header,
.service-archive__header {
  max-width: 760px;
  margin-bottom: 42px;
}
.acf-service-cards__eyebrow {
  margin: 0 0 12px;
  color: #14ae12;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.acf-service-cards__title,
.service-archive__title {
  margin: 0 0 16px;
  color: #ffffff;
}
.acf-service-cards__intro,
.service-archive__description {
  color: rgba(255, 255, 255, 0.88);
}
.service-single {
  padding: 0 0 90px;
}
.service-single__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 70px 0 60px;
}
.service-single__eyebrow {
  margin: 0 0 12px;
  color: #14ae12;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.service-single__title {
  margin: 0 0 18px;
  color: #ffffff;
}
.service-single__excerpt {
  color: rgba(255, 255, 255, 0.88);
}
.service-single__media {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.service-single__media:before {
  content: "";
  display: block;
  padding-top: 72%;
}
.service-single__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .service-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-single__header {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .service-cards-grid {
    grid-template-columns: 1fr;
  }
  .acf-service-cards,
  .service-archive {
    padding: 70px 0;
  }
  .service-card {
    min-height: 460px;
    transform: none !important;
  }
  .service-card__content {
    min-height: 100%;
    background: rgba(0, 0, 0, 0.74);
  }
  .service-card__excerpt {
    max-height: 240px;
    opacity: 1;
    transform: none;
    margin-bottom: 18px;
  }
  .service-single {
    padding-bottom: 70px;
  }
  .service-single__header {
    padding: 50px 0 40px;
    gap: 28px;
  }
}
.testimonials {
  padding: 60px 0;
}
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .testimonials__grid {
    grid-template-columns: 1fr;
  }
}
.testimonial-card {
  background: #111111;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
}
.testimonial-card__top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-card__avatar {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 1000px;
  padding: 10px;
}
.testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.testimonial-card__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.testimonial-card__name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.testimonial-card__stars {
  display: flex;
  gap: 4px;
}
.testimonial-card__stars .star {
  font-size: 25px;
  color: #ccc;
}
.testimonial-card__stars .star.is-active {
  color: #14ae12;
}
.testimonial-card__review {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: #ffffff !important;
}
.testimonial-card__review {
  position: relative;
  padding-left: 20px;
}
.testimonial-card__review:before {
  content: "“";
  position: absolute;
  left: 0;
  top: -28px;
  font-size: 52px;
  color: #14ae12;
  opacity: 0.6;
}
