/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2025 | 17:49:01 */
.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    display: none !important;
}

.site-below-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
    display: none;
}

p {
    margin: 0;
}




/* ==== Payment Form Wrapper ==== */
#wpforms-11 {
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 28px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1f2937;
}

/* ==== Heading ==== */
#wpforms-11::before {
/*   content: "Complete Your Payment"; */
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111827;
}
#wpforms-11 .wpforms-field-container::before {
/*   content: "You are about to pay $199.00 for Trademark Services"; */
  display: block;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 20px;
  font-weight: 400;
}
/* #wpforms-11::after {
    content: url("https://img.icons8.com/emoji/20/00c853/locked-with-key.png") " Your payment is encrypted and 100% secure.";
    display: block;
    font-size: 14px;
    color: #16a34a; 
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.6;
} */
#wpforms-11::after {
/*     content: "🔒 Your payment is encrypted and 100% secure."; */
    display: block;
    font-size: 14px;
    color: #6b7280;
    margin-top: 20px;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0px 0 !important;
    position: relative;
}
/* ==== Labels ==== */
#wpforms-11 .wpforms-field-label {
  font-size: 14px;
  font-weight: 500;   /* not bold */
  color: #374151;
  margin-bottom: 5px;
  display: block;
}

/* ==== Input Fields ==== */
#wpforms-11 input[type="text"],
#wpforms-11 input[type="email"],
#wpforms-11 input[type="number"],
#wpforms-11 textarea,
#wpforms-11 select {
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
  background: #fff;
  transition: all 0.2s ease;
}

#wpforms-11 input:focus,
#wpforms-11 textarea:focus,
#wpforms-11 select:focus {
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

/* ==== Stripe Card Fields ==== */
#wpforms-11 .StripeElement {
  padding: 12px;
  border: 1px solid #d1d5db !important;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 16px;
  font-size: 15px;
  transition: all 0.2s ease;
}

#wpforms-11 .StripeElement--focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

/* ==== Submit Button ==== */
#wpforms-11 button.wpforms-submit {
  width: 100%;
  height: 46px;
  background: #2563eb;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background 0.3s ease;
}

#wpforms-11 button.wpforms-submit::before {
  content: "🔒";
  font-size: 15px;
}

#wpforms-11 button.wpforms-submit:hover {
  background: #1e40af;
}
