.elementor-470 .elementor-element.elementor-element-dadd86b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-470 .elementor-element.elementor-element-35dce0b .htcontact-form-wrapper{text-align:left;}.elementor-470 .elementor-element.elementor-element-35dce0b .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]{height:55px;}.elementor-470 .elementor-element.elementor-element-35dce0b .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]{height:55px;}.elementor-470 .elementor-element.elementor-element-35dce0b .wpcf7-form .wpcf7-form-control-wrap input[type*="url"]{height:55px;}.elementor-470 .elementor-element.elementor-element-35dce0b .wpcf7-form .wpcf7-form-control-wrap input[type*="number"]{height:55px;}.elementor-470 .elementor-element.elementor-element-35dce0b .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"]{height:55px;}.elementor-470 .elementor-element.elementor-element-35dce0b .wpcf7-form .wpcf7-form-control-wrap input[type*="date"]{height:55px;}.elementor-470 .elementor-element.elementor-element-35dce0b .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select{height:55px;}.elementor-470 .elementor-element.elementor-element-35dce0b .wpcf7-form .wpcf7-form-control-wrap textarea{height:175px;}.elementor-470 .elementor-element.elementor-element-35dce0b .wpcf7-form .wpcf7-submit{height:55px;}#elementor-popup-modal-470 .dialog-widget-content{animation-duration:1.2s;border-radius:10px 10px 10px 10px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-470{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-470 .dialog-message{width:673px;height:auto;}#elementor-popup-modal-470 .dialog-close-button{display:flex;}/* Start custom CSS for htcontactform-addons, class: .elementor-element-35dce0b *//* Two-column grid */
.cf7-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 30px; 
}

/* Stack on mobile */
@media (max-width: 600px) {
  .cf7-two-col {
    grid-template-columns: 1fr;
  }
}

/* E-book section */
.cf7-ebook-section {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  margin-bottom: 10px;
}

.cf7-ebook-label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1a1a1a;
    align-items: start;
    text-align: start!important;
}

/* Checkbox spacing */
.cf7-ebook-section .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.cf7-ebook-section .wpcf7-list-item label {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
  text-align: start!important;
}

/* Checkbox accent color */
.cf7-ebook-section input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: #3a7a5e;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 5px!important;
}

/* Submit button */
.wpcf7-submit {
  background-color: #3a7a5e !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 32px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  border-radius: 0px !important;
  cursor: pointer;
  align-self: start;
}

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

/* Fix button top-align (from your earlier issue) */
.cf7-input-btn {
  align-items: start !important;
}


/* Container to align the button left */
.cf7-submit-container {
  text-align: left !important;
  display: block;
  width: 100%!important;
  margin-top: 0px!important;
  text-align: center!important;
}

/* Ensures the button itself doesn't have auto-margins (which center it) */
.cf7-submit-container input[type="submit"] {
  margin-left: 0 !important;
  margin-right: auto !important;
  display: inline-block;
  width: 40%!important;
}

/* Optional: Style adjustments for the checkboxes to keep them tidy */
.ebook-item {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}

.ebook-item label {
  cursor: pointer;
  margin-bottom: 0; /* Prevents unwanted bottom spacing on the label */
}

.ebook-item p{
    margin-bottom: 0!important;
}

.f7-two-col p{
    margin-bottom: 0!important;
}

.elementor-widget-tp-contact-form-7 .e-con-inner{
    padding: 20px 0!important;
}

.e-con-inner .e-paragraph-base{
    text-align: center!important;
}

.e-con-inner .e-heading-base{
    text-align: center!important;
}

/* Hides only the spinner inside the submit container */
.cf7-submit-container .wpcf7-spinner {
    display: none !important;
}

.cf7-two-col p{
    margin-bottom: 0px!important;
}
.theplus-contact-form span.wpcf7-form-control-wrap input[type="checkbox"], .theplus-contact-form span.wpcf7-form-control-wrap input[type="radio"] {
    display: inline-block!important;
    vertical-align: middle!important;
}/* End custom CSS */