:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-65bdc5c *//* ===== Oceans Patches — Home Quote Form (Single Column, Clean & Professional) ===== */

.wpcf7-form {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 28px 24px;
  box-shadow: 0 12px 30px rgba(11,42,69,0.1);
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}

.op-qf-title {
  text-align: center;
  color: #0B2A45;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* Every field stacks full-width, one per line — no side-by-side
   layout, so there's nothing for CF7's auto-wrapper spans to break. */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #DDE3E6;
  background: #F7F9FA;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13.5px;
  color: #0B2A45;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 12px;
  height: 46px;
}

.wpcf7-form select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B2A45' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.wpcf7-form textarea {
  height: auto;
  min-height: 90px;
  resize: vertical;
  padding-top: 12px;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #1FA7A0;
  background-color: #ffffff;
}

.op-qf-upload {
  border: 1.5px dashed #C7D1D5;
  background: #FBFDFD;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  margin-bottom: 14px;
}

.op-qf-upload input[type="file"] {
  width: 100%;
  height: auto;
  font-size: 11.5px;
  color: #7A8890;
  margin-bottom: 6px;
}

.op-qf-upload-hint {
  display: block;
  color: #8A9AA3;
  font-size: 11px;
}

.wpcf7-form input[type="submit"] {
  width: 100%;
  background: #0B2A45;
  color: #fff;
  border: none;
  border-radius: 28px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  height: auto;
  margin-top: 4px;
}

.wpcf7-form input[type="submit"]:hover {
  background: #1FA7A0;
  transform: translateY(-2px);
}

@media (max-width: 480px) {
  .wpcf7-form { padding: 20px 18px 18px; }
}/* End custom CSS */