.elementor-7742 .elementor-element.elementor-element-7fe9e66{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:4rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7742 .elementor-element.elementor-element-7c5bc79 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:2rem;font-weight:600;color:var( --e-global-color-secondary );}.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 );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-7742 .elementor-element.elementor-element-7fe9e66{--content-width:100%;--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:2rem;--padding-bottom:2rem;--padding-left:1rem;--padding-right:1rem;}.elementor-7742 .elementor-element.elementor-element-7c5bc79 .elementor-heading-title{font-size:1.5rem;}}@media(min-width:768px){.elementor-7742 .elementor-element.elementor-element-7fe9e66{--content-width:1300px;}}/* Start custom CSS for text-editor, class: .elementor-element-4e5d0f6 *//* Container for the entire form */
.wpcf7-form {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #0A41A1;
  border-radius: 10px;
  
}

.wpcf7-form .part1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.wpcf7-form .two-column {
  width: 48%;
}

.wpcf7-form .three-column {
  width: 32%;
}

.wpcf7-form .one-column {
  width: 100%;
}

/* Input fields and dropdowns */
.wpcf7-form input,
.wpcf7-form select {
  width: 100%;
  padding: 10px 15px;
  border: solid 1px #C7C7C7;
  border-radius: 10px;
  font-size: 14px;
  box-sizing: border-box;
  color: #000;
  font-weight: 400;
  font-family: montserrat;
}

/* Textarea full width */
.wpcf7-form textarea {
  width: 100%;
  border: solid 1px #C7C7C7;
  border-radius: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  height: 100px;
  font-family: montserrat;
}

.wpcf7-form .submit-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:0;
}

/* Submit button styling */
.wpcf7 .custom-submit {
  background: #0A41A1;
  color: #fff;
  border: 1px solid #0A41A1;
  padding: 10px 50px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
}

/* Hover effect */
.wpcf7 .custom-submit:hover {
  background: #fff;
  color: #0A41A1;
}

/* Optional: Mobile responsive */
@media (max-width: 768px) {
  .wpcf7-form {
  width: 100%;
  padding: 15px;
}
  .wpcf7-form .part1{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

  .wpcf7-form .two-column {
  width: 100%;
}

.wpcf7-form .three-column {
  width: 100%;
}

.wpcf7-form .one-column {
  width: 100%;
}
}/* End custom CSS */