/* GeneratePress oude footer/copyright volledig verbergen */
.site-footer,
.site-info,
.inside-site-info,
footer[role="contentinfo"],
.copyright-bar,
.footer-bar,
.generate-back-to-top {
  display: none !important;
}
/* Hard override GeneratePress footer */
body .site-footer,
body .site-info,
body .inside-site-info,
body footer.site-info,
body footer[role="contentinfo"],
body .copyright-bar,
body .footer-bar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
/* AQUANORD CONTACT FORM 7 */

.aq-contact-form-card .wpcf7 {
  width: 100%;
}

.aq-cf7-form {
  display: grid;
  gap: 18px;
}

.aq-cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.aq-cf7-group {
  display: grid;
  gap: 8px;
}

.aq-cf7-group label {
  color: #061827;
  font-size: 14px;
  font-weight: 800;
}

.aq-cf7-group input,
.aq-cf7-group select,
.aq-cf7-group textarea {
  width: 100%;
  border: 1px solid rgba(6, 24, 39, 0.12);
  border-radius: 16px;
  background: #f4fbfc;
  color: #061827;
  padding: 15px 16px;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  transition: all 0.25s ease;
}

.aq-cf7-group textarea {
  min-height: 135px;
  resize: vertical;
}

.aq-cf7-group input:focus,
.aq-cf7-group select:focus,
.aq-cf7-group textarea:focus {
  border-color: #34D6C7;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(52, 214, 199, 0.16);
}

.aq-cf7-group small {
  display: block;
  margin-top: 4px;
  color: rgba(6, 24, 39, 0.55);
  font-size: 13px;
  line-height: 1.5;
}

.aq-cf7-acceptance {
  color: rgba(6, 24, 39, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.aq-cf7-acceptance label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

.aq-cf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #34D6C7;
}

.aq-cf7-submit-wrap {
  margin-top: 4px;
}

.aq-cf7-submit {
  width: 100%;
  min-height: 54px;
  border: none !important;
  border-radius: 999px !important;
  background: #061827 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(6, 24, 39, 0.18);
  transition: all 0.25s ease;
}

.aq-cf7-submit:hover {
  transform: translateY(-2px);
  background: #0B3A53 !important;
}

.wpcf7-spinner {
  margin: 12px auto 0;
  display: block;
}

.wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #d93025;
  font-size: 13px;
  font-weight: 600;
}

.wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 14px 16px !important;
  border-radius: 16px !important;
  font-size: 14px;
  line-height: 1.5;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #34D6C7 !important;
  color: #061827;
  background: rgba(52, 214, 199, 0.14);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #d93025 !important;
  color: #061827;
  background: rgba(217, 48, 37, 0.08);
}

/* MOBILE */

@media (max-width: 700px) {
  .aq-cf7-row {
    grid-template-columns: 1fr;
  }

  .aq-cf7-group input,
  .aq-cf7-group select,
  .aq-cf7-group textarea {
    font-size: 16px;
  }
}