#elementor-popup-modal-769{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-769 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-769 .dialog-close-button{display:flex;}#elementor-popup-modal-769 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for text-editor, class: .elementor-element-185356e */.wpcf7 {
  max-width: 480px;
  margin: 0 auto;
  background: #ffffff;
  padding: 14px 16px;
  border-radius: 10px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.12);
  font-family: Arial, sans-serif;
}

.wpcf7 h3 {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #222;
  line-height: 1.1;
}

.wpcf7 p {
  margin: 4px 0 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #555;
}

.wpcf7 .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px 10px;
  margin-bottom: 8px;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item label {
  font-size: 11px;
  line-height: 1.1;
  color: #333;
}

.wpcf7 input[type="checkbox"] {
  transform: scale(0.75);
  margin-right: 3px;
}

.cf7-row {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}

.cf7-half {
  width: 50%;
}

.wpcf7 label {
  font-size: 11px;
  line-height: 1.1;
  color: #333;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"] {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 12px;
  box-sizing: border-box;
  margin-top: 2px;
}

.wpcf7 input[type="submit"] {
  width: 100%;
  padding: 8px 12px;
  background: #1f8f3a;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
}

.wpcf7 input[type="submit"]:hover {
  background: #176f2d;
}

.or-text {
  text-align: center;
  margin: 6px 0 4px !important;
  font-size: 11px !important;
  font-weight: 700;
  color: #777;
}

.call-now {
  text-align: center;
  padding: 7px 10px;
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 12px !important;
  font-weight: 700;
  margin: 0 !important;
}

.call-now a {
  color: #222;
  text-decoration: none;
}

@media (max-width: 480px) {
  .wpcf7 {
    max-width: 340px;
    padding: 12px;
  }

  .wpcf7 .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }

  .cf7-row {
    flex-direction: column;
    gap: 4px;
  }

  .cf7-half {
    width: 100%;
  }
}/* End custom CSS */