/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2026 | 04:33:33 */
/*
 * ============================================================
 * FINAL: Contact Form 7 Styling
 * Scoped to .product-form-enquiry
 * ============================================================
 */

/* --- Main Container --- */
.product-form-enquiry {
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 25px !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06) !important;
}

/* Remove extra CF7 spacing */
.product-form-enquiry .wpcf7,
.product-form-enquiry .wpcf7 form,
.product-form-enquiry .wpcf7-form {
  margin: 0 !important;
  padding: 0 !important;
}

.product-form-enquiry .wpcf7 p {
  margin: 0 0 8px 0 !important; /* tight field spacing */
  padding: 0 !important;
}

.product-form-enquiry .wpcf7 br {
  display: none !important;
}

/* --- Labels (larger + bold + top padding only) --- */
.product-form-enquiry label,
.product-form-enquiry label span,
.product-form-enquiry label .h6 {
  display: block !important;
  padding-top: 20px !important;     /* GAP BETWEEN FIELDS (top only) */
  margin: 0 0 4px 0 !important;    /* small gap to field */
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #333 !important;
  line-height: 1.2 !important;
}



/* --- Input Fields (unchanged padding as requested) --- */
.product-form-enquiry .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100% !important;
  height: 60px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  border: 1px solid #dcdcdc !important;
  background: #ffffff !important;
  font-size: 15px !important;
  color: #333 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

/* Textarea */
.product-form-enquiry textarea.wpcf7-form-control {
  height: auto !important;
  min-height: 160px !important;
  padding: 14px 18px !important;
  border-radius: 10px !important;
  resize: vertical;
}

/* Select dropdown arrow */
.product-form-enquiry select.wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px;
}

/* Focus state */
.product-form-enquiry .wpcf7-form-control:not(.wpcf7-submit):focus {
  outline: none !important;
  border-color: #f5002e !important;
  box-shadow: 0 0 0 3px rgba(245, 0, 46, 0.15) !important;
}

/* --- Submit Button --- */
.product-form-enquiry .wpcf7-submit {
  width: 100% !important;
  height: 60px !important;
  line-height: 60px !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background-color: #f5002e !important;
  border: none !important;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-form-enquiry .wpcf7-submit:hover {
  background-color: #d40028 !important;
}

/* --- Validation & Messages --- */
.product-form-enquiry .wpcf7-form-control.wpcf7-not-valid {
  border-color: #e74c3c !important;
}

.product-form-enquiry .wpcf7-not-valid-tip {
  color: #e74c3c !important;
  font-size: 16px !important;
  margin-top: 6px !important;
  font-weight: 500 !important;
}

.product-form-enquiry .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 14px !important;
  border-radius: 10px !important;
  font-weight: 500 !important;
  text-align: center !important;
}





/* Remove vertical gap inside each field block */
.product-form-enquiry .wpcf7 p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Tight label to input spacing */
.product-form-enquiry label {
  margin: 0 0 2px 0 !important;
}

/* Remove spacing around input wrapper */
.product-form-enquiry .wpcf7-form-control-wrap {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}


.product-form-enquiry textarea.wpcf7-form-control {
  padding: 14px 18px !important;
}

@media (max-width: 768px) {
  .product-form-enquiry,
  .product-form-enquiry .wpcf7 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  
  .product-form-enquiry .wpcf7-form-control:not(.wpcf7-submit) {
    height: 48px !important;     /* smaller input height */
    font-size: 15px !important;  /* optional adjust */
  }

  .product-form-enquiry textarea.wpcf7-form-control {
    min-height: 120px !important;
  }

  .product-form-enquiry .wpcf7-submit {
    height: 50px !important;
    line-height: 50px !important;
  }
  
  
  
  
  
   .product-form-enquiry .wpcf7 p {
    margin: 0 !important;
    padding: 0 !important;
  }

  .product-form-enquiry label {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 2px !important; /* tiny spacing */
  }

  .product-form-enquiry .wpcf7-form-control-wrap {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
  }
  
  /* Labels */
  .product-form-enquiry label,
  .product-form-enquiry label span,
  .product-form-enquiry label .h6 {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  /* Input / Select / Textarea text */
  .product-form-enquiry .wpcf7-form-control:not(.wpcf7-submit) {
    font-size: 14px !important;
  }

  /* Optional: slightly smaller button text */
  .product-form-enquiry .wpcf7-submit {
    font-size: 16px !important;
  }

  


  

}