.elementor-8044 .elementor-element.elementor-element-3f2d349e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ============================================
   JMDC REGISTRATION FORM — CUSTOM STYLES
   Theme color: #C45F5D
   ============================================ */

/* Form wrapper — 80% width on Desktop, 96% on Mobile */
.wpcf7-form {
  width: 80% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 10px 15px !important;
  box-sizing: border-box !important;
}

/* Top instructions text */
.form-instructions {
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-bottom: 30px !important;
  color: #555 !important;
}

/* Section cards */
.form-section-card {
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  padding: 30px !important;
  margin-bottom: 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-sizing: border-box !important;
}

/* Section headings */
.form-section-card h3 {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  color: #333 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border-bottom: 2px solid #C45F5D !important;
  padding-bottom: 10px !important;
}

/* 12-column grid layout */
.form-grid {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
  gap: 20px !important;
}

.form-field-group {
  display: flex !important;
  flex-direction: column !important;
}

.form-field-group label {
  font-weight: 600 !important;
  color: #444 !important;
  font-size: 14px !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

/* Column spans */
.col-12 { grid-column: span 12 !important; }
.col-8  { grid-column: span 8  !important; }
.col-6  { grid-column: span 6  !important; }
.col-4  { grid-column: span 4  !important; }
.col-3  { grid-column: span 3  !important; }
.col-2  { grid-column: span 2  !important; }

/* Mobile responsive (96% screen width, stacked columns) */
@media (max-width: 768px) {
  .wpcf7-form {
    width: 96% !important;
    padding: 10px 4px !important;
  }
  .col-8, .col-6, .col-4, .col-3, .col-2 {
    grid-column: span 12 !important;
  }
  .form-section-card {
    padding: 18px 15px !important;
  }
}

/* ============================================
   INPUT FIELD STYLING (UNIFORM 44px HEIGHT)
   ============================================ */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="number"],
#card-element {
  width: 100% !important;
  max-width: 100% !important;
  height: 44px !important;
  padding: 10px 14px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  color: #333 !important;
  font-size: 15px !important;
  transition: all 0.2s ease-in-out !important;
  box-sizing: border-box !important;
}

#card-element iframe {
  height: 22px !important;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
#card-element.StripeElement--focus {
  border-color: #C45F5D !important;
  box-shadow: 0 0 0 3px rgba(196, 95, 93, 0.15) !important;
  outline: none !important;
}

.wpcf7-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 100px !important;
  padding: 10px 14px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  color: #333 !important;
  font-size: 15px !important;
  transition: all 0.2s ease-in-out !important;
  box-sizing: border-box !important;
  resize: vertical !important;
}

/* ============================================
   SEX RADIO BUTTONS (SAFARI COMPATIBLE)
   ============================================ */

.sex-radio-wrap {
  display: flex !important;
  margin-top: 5px !important;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0 20px 0 0 !important;
  display: inline-block !important;
}

.wpcf7-radio label {
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  font-weight: 500 !important;
}

.wpcf7-radio label span {
  margin-left: 8px !important;
}

.wpcf7-radio input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  accent-color: #C45F5D !important;
}

/* ============================================
   INITIALS LIST (SAFARI COMPATIBLE)
   ============================================ */

.initials-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 25px 0 !important;
}

.initials-list li {
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #e5e7eb !important;
  padding-bottom: 15px !important;
}

.initials-list li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.initials-list .wpcf7-form-control-wrap {
  flex: 0 0 75px !important;
  width: 75px !important;
  min-width: 75px !important;
  max-width: 75px !important;
  display: block !important;
  margin-right: 16px !important;
}

.initials-list input {
  width: 75px !important;
  min-width: 75px !important;
  max-width: 75px !important;
  height: 38px !important;
  text-align: center !important;
  padding: 6px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-sizing: border-box !important;
  text-transform: uppercase !important;
}

.initials-list li > div {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #333 !important;
  padding-top: 6px !important;
}

/* ============================================
   INLINE SIGNATURE TEXT FIELDS
   ============================================ */

.inline-text-field {
  display: inline-block !important;
  vertical-align: middle !important;
  width: auto !important;
}

.inline-text-field input {
  display: inline-block !important;
  width: 220px !important;
  padding: 4px 8px !important;
  border: none !important;
  border-bottom: 2px solid #9ca3af !important;
  background: transparent !important;
  border-radius: 0 !important;
  text-align: center !important;
  font-weight: 600 !important;
}

.inline-text-field input:focus {
  border-color: #C45F5D !important;
  box-shadow: none !important;
}

/* ============================================
   CARD EXPIRY / CVV ROW (SAFARI COMPATIBLE)
   ============================================ */

.card-expr-ccv {
  display: flex !important;
}

.card-expr-ccv > span {
  flex: 1 !important;
  margin-right: 10px !important;
}

.card-expr-ccv > span:last-child {
  margin-right: 0 !important;
}

.card-expr-ccv input {
  text-align: center !important;
}

/* ============================================
   SUBMIT BUTTON
   ============================================ */

.wpcf7-submit {
  display: block !important;
  width: 100% !important;
  max-width: 300px !important;
  margin: 30px auto 10px !important;
  background-color: #C45F5D !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 12px 25px !important;
  border-radius: 6px !important;
  border: none !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  box-shadow: 0 4px 10px rgba(196, 95, 93, 0.3) !important;
}

.wpcf7-submit:hover {
  background-color: #a84a48 !important;
}

/* ============================================
   INFO BOXES & TEXT BLOCKS
   ============================================ */

.form-instructions-box {
  background-color: rgba(196, 95, 93, 0.05) !important;
  border-left: 4px solid #C45F5D !important;
  padding: 15px !important;
  border-radius: 0 6px 6px 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #444 !important;
  margin: 20px 0 !important;
}

.release-text-block p {
  line-height: 1.8 !important;
  font-size: 15px !important;
  margin-bottom: 20px !important;
  color: #333 !important;
}

.authorization-text-block p {
  line-height: 1.8 !important;
  font-size: 14px !important;
  color: #555 !important;
}

/* ============================================
   INLINE VALIDATION ERROR STYLING
   ============================================ */

.wpcf7 .screen-reader-response,
.wpcf7-response-output,
.wpcf7-not-valid-tip-summary {
  display: none !important;
}

.wpcf7-form-control-wrap {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

.wpcf7-not-valid {
  border-color: #C45F5D !important;
  background-color: #fff8f8 !important;
}

.wpcf7-not-valid-tip {
  color: #C45F5D !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-top: 4px !important;
  display: block !important;
  line-height: 1.3 !important;
}
.wpcf7-form .inline-text-field input[type="text"]{
  width: 220px !important;
}
.wpcf7-form .inline-text-field input[type="number"]{
  width: 120px !important;
}

/* Mobile: keep inline fields narrow enough to stay inline */
@media (max-width: 600px) {
  .wpcf7-form .inline-text-field input[type="text"]{
    width: 180px !important;
  }
  .wpcf7-form .inline-text-field input[type="number"]{
  width: 100px !important;
}
}
@media (max-width: 768px) {
  .form-grid {
    overflow: hidden !important;
  }
  .wpcf7-form input[type="date"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }
}
/* ========== JMDC Loading Overlay ========== */
.jmdc-loading-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.jmdc-loading-overlay.active {
  display: flex;
}

.jmdc-spinner {
  width: 52px;
  height: 52px;
  border: 5px solid #f0d5d5;
  border-top-color: #C45F5D;
  border-radius: 50%;
  animation: jmdc-spin 0.8s linear infinite;
  margin-bottom: 24px;
}

@keyframes jmdc-spin {
  to { transform: rotate(360deg); }
}

.jmdc-loading-text {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.jmdc-loading-subtext {
  font-size: 14px;
  color: #666;
  max-width: 300px;
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}/* End custom CSS */