:root {
      --footer-background: #1c1c1c;
      --footer-heading: #f3f3f3;
      --footer-text: #c5c5c5;
      --footer-muted: #858585;
      --footer-border: #323232;
      --brand-green: #2dac63;
    }
.site-footer {
      width: 100%;
      padding: 54px 0 22px;
      background-color: var(--footer-background);
    }

.footer-brand img.footer-logo {
    max-width: 160px;
}

    .footer-column-title {
      margin-bottom: 18px;
      color: var(--footer-heading);
      font-size: 18px;
      font-weight: 600;
      line-height: 1.4;
    }

    .footer-brand {
      color: var(--brand-green);
      font-size: 16px;
      font-weight: 700;
    }

    .footer-links {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .footer-links li:not(:last-child) {
      margin-bottom: 11px;
    }

    .footer-link {
      display: inline-block;
      color: var(--footer-text);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      text-decoration: none;
      transition:
        color 0.2s ease,
        transform 0.2s ease;
    }

    .footer-link:hover {
      color: var(--brand-green);
      transform: translateX(2px);
    }

    .footer-divider {
      margin: 31px 0 22px;
      border: 0;
      border-top: 1px solid var(--footer-border);
      opacity: 1;
    }

    .footer-bottom-text {
      margin: 0;
      color: var(--footer-muted);
      font-size: 12px;
      font-weight: 400;
      line-height: 1.5;
    }

    .footer-website {
      color: var(--footer-muted);
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .footer-website:hover {
      color: var(--brand-green);
    }
    section.search-your-local{padding: 0;margin-top: 0;var(--footer-background)}
    ul.footer-links img { max-width: 100%;}
    @media (max-width: 767.98px) {
      .site-footer {
        padding: 42px 0 25px;
      }

      .footer-column {
        margin-bottom: 30px;
      }

      .footer-divider {
        margin-top: 10px;
      }

      .footer-bottom-text {
        font-size: 11px;
        text-align: left !important;
      }

      .footer-location-text {
        margin-top: 12px;
      }
      .site-footer .row { gap: 20px;}
      
    }