.ng-footer {
  background: #1D1D1F;
  color: #ffffff;
  padding: 48px 0 28px;
}

.ng-footer__container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.ng-footer__top {
  display: grid;
  grid-template-columns: 1fr 198px;
  gap: 52px;
  padding-top: 20px;
}
/* Footer Form Wrapper */
.ng-footer__form {
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}

/* Remove CF7 default spacing */
.ng-footer__form p {
  margin: 0;
}

.ng-footer__form br {
  display: none;
}

.ng-footer__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.ng-footer-form {
  width: 100%;
}

/* Top 4 fields */
.ng-footer-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ng-footer-form__field {
  min-height: 59px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ng-footer-form__field:nth-child(odd) {
  border-right: 1px solid rgba(255,255,255,0.08);
}

/* Label text */
/* .ng-footer-form label {
  display: block;
  margin: 0;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 20px;
  height: 60px;
} */
.ng-footer-form input::placeholder,
.ng-footer-form textarea::placeholder {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  font-family: 'Plus Jakarta Sans';
}

.ng-footer-form input:focus::placeholder,
.ng-footer-form textarea:focus::placeholder {
  opacity: 0.4;
  font-family: 'Plus Jakarta Sans';
}

/* Inputs */
.ng-footer-form input:not([type="checkbox"]):not([type="submit"]),
.ng-footer-form textarea {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Plus Jakarta Sans';
}

/* Message area */
.ng-footer-form__message {
  min-height: 180px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ng-footer-form textarea {
  min-height: 118px;
  resize: none;
font-weight: 300;
font-size: 18px;
line-height: 21.6px;
}
.ng-footer-form__consent span.wpcf7-form-control-wrap {
    width: auto;
}

/* Consent */
.ng-footer-form__consent {
  min-height: 64px;
  padding: 18px 20px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  line-height: 22px;
}

.ng-footer-form__consent input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0;
  flex: 0 0 auto;
}

.ng-footer-form__consent a {
  color: #ffffff;
  text-decoration: underline;
  font-family: 'Plus Jakarta Sans';
}

/* Submit area */
.ng-footer-form__submit {
display: inline;
padding: 0;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans';
}
.ng-footer-form__submit p {
    width: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: 'Plus Jakarta Sans';
}

/* Submit button */
.ng-footer-form__submit input[type="submit"] {
  width: 100%;
  height: 36px;
  min-width: 36px;
  padding: 0;
  border: 0;
  background: var(--gradient-accent);
  cursor: pointer;
  box-shadow: none;
  color: white;
      letter-spacing: 2px;
    text-transform: uppercase;
}

/* Remove CF7 spinner layout issue */
.ng-footer-form__submit .wpcf7-spinner {
  position: absolute;
  margin: 8px 0 0 48px;
}

/* Validation messages */
.ng-footer__form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
}

.ng-footer__form .wpcf7-response-output {
  margin: 16px 20px 20px;
  color: #ffffff;
}

/* Mobile */
@media (max-width: 767px) {
  .ng-footer-form__grid {
    grid-template-columns: 1fr;
  }

  .ng-footer-form__field:nth-child(odd) {
    border-right: 0;
  }

  .ng-footer-form__message {
    min-height: 150px;
  }
}
.ng-footer__links-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ng-footer__menu {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.ng-footer__menu li {
  margin-bottom: 14px;
}

.ng-footer__menu a {
  color: #ffffff;
font-weight: 400;
font-size: 18px;
}

.ng-footer__socials {
  display: flex;
  align-items: center;
  gap: 46px;
}

.ng-footer__socials a {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}

.ng-footer__brand {
  margin-top: 90px;
}
.ng-footer__brand img {
    width: 100%;
}

.ng-footer__bottom {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);

  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.ng-footer__bottom p {
  margin: 0;
  color: #FFFFFFB2;
}

.ng-footer__bottom a {
 background: linear-gradient(90deg, #FEBE10 0%, #FFDF88 50%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .ng-footer {
    padding-top: 48px;
  }

  .ng-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ng-footer__links-area {
    padding-top: 0;
  }

  .ng-footer__menu {
    margin-bottom: 32px;
  }

  .ng-footer__form .ng-form-row {
    grid-template-columns: 1fr;
  }

  .ng-footer__form .ng-form-row > span:first-child,
  .ng-footer__form .ng-form-row > label:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .ng-footer__bottom {
    flex-direction: column;
  }
} 