.elementor-19 .elementor-element.elementor-element-c1f234a{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-19 .elementor-element.elementor-element-55fde37{--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;--justify-content:center;}.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-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 );}.elementor-19 .elementor-element.elementor-element-3707394{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-19 .elementor-element.elementor-element-55fde37{--width:50%;}.elementor-19 .elementor-element.elementor-element-3707394{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-3e88651 */<style>
  .contact-form-wrapper {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    font-family: "Segoe UI", sans-serif;
  }

  .contact-form-wrapper h3 {
    text-align: center;
    margin-bottom: 24px;
    color: #0d3b66;
  }

  #contact-form input,
  #contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
  }

  #contact-form input:focus,
  #contact-form textarea:focus {
    border-color: #0d3b66;
    background-color: #fff;
    outline: none;
  }

  #contact-form textarea {
    resize: vertical;
    min-height: 120px;
  }

  #contact-form button {
    width: 100%;
    padding: 14px;
    background-color: #0d3b66;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  #contact-form button:hover {
    background-color: #165c99;
  }

  #form-success {
    margin-top: 12px;
    color: green;
    font-weight: bold;
    text-align: center;
  }
</style>/* End custom CSS */