.elementor-2629 .elementor-element.elementor-element-df3857a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2629 .elementor-element.elementor-element-2666e35{--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-2629 .elementor-element.elementor-element-dc9fd7c > .elementor-widget-container{margin:0px 0px 0px 40px;padding:0px 0px 0px 0px;}.elementor-2629 .elementor-element.elementor-element-b017d09{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-2629 .elementor-element.elementor-element-2666e35{--width:70%;}.elementor-2629 .elementor-element.elementor-element-b017d09{--width:30%;}}/* Start custom CSS for shortcode, class: .elementor-element-dc9fd7c *//* CF7 Base Form Styling */
.wpcf7 form {
  max-width: 720px;
  margin: 0 auto;
}

/* Inputs & Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 70%;
  box-sizing: border-box;
}

/* Labels */
.wpcf7 label {
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
}

/* Email helper text */
.email-description {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
}

/* Center Submit Button */
/* CF7 Submit Button – Always Centered */
.wpcf7 form .wpcf7-submit {
  display: block;
  margin: 32px auto;
  float: none;
  margin-left: 150px;
  text-align: center;
  background: #475467;

}

/* Responsive behavior */
@media (max-width: 900px) {
  .wpcf7 form .wpcf7-submit {
    width: 70%;
    max-width: 420px;
    padding: 16px;
    
  }
}

@media (max-width: 480px) {
  .wpcf7 form .wpcf7-submit {
    max-width: 50%;
  }
}


/* Force center submit button even if parent is right-aligned */


@media (max-width: 768px) {
  .wpcf7 form {
    padding: 0 12px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    font-size: 16px; /* Prevents zoom on iOS */
  }

  .wpcf7 form .wpcf7-submit {
    width: 50%;
    padding: 16px;
  margin: 32px auto;
  margin-left: 0;
  text-align: center;
   
  }
}

@media (max-width: 480px) {
  .wpcf7 label {
    font-size: 14px;
  }
}/* End custom CSS */