.elementor-466 .elementor-element.elementor-element-6cfb05a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-736b4ee */.ng-footer {
    background: #ffffff;
    color: #000000;
    padding: 34px 0 24px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .ng-footer * {
    box-sizing: border-box;
  }

  .ng-footer-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .ng-footer-divider {
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin-bottom: 26px;
  }

  .ng-footer-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
  }

  .ng-footer-brand {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px;
  }

  .ng-footer-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5f5f57;
    max-width: 420px;
  }

  .ng-footer-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }

  .ng-footer-email {
    font-size: 0.95rem;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }

  .ng-footer-email:hover {
    opacity: 0.7;
  }

  .ng-footer-copy {
    font-size: 0.9rem;
    color: #7a7a7a;
    text-align: right;
  }

  @media (max-width: 767px) {
    .ng-footer {
      padding: 28px 0 22px;
    }

    .ng-footer-inner {
      padding: 0 18px;
    }

    .ng-footer-row {
      align-items: flex-start;
      flex-direction: column;
    }

    .ng-footer-meta {
      align-items: flex-start;
    }

    .ng-footer-copy {
      text-align: left;
    }
  }/* End custom CSS */