.elementor-5894 .elementor-element.elementor-element-df443e0{--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;overflow:visible;}.elementor-5894 .elementor-element.elementor-element-3f13b97{--display:flex;overflow:visible;}.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-5894 .elementor-element.elementor-element-382309f{text-align:center;}.elementor-5894 .elementor-element.elementor-element-382309f .elementor-heading-title{color:#1A37A7;}.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-5894 .elementor-element.elementor-element-e2f7f8f{text-align:center;color:#0A0606;}/* Start custom CSS for shortcode, class: .elementor-element-9a8022d */.custom-contact-form {
  max-width: 700px;
  margin: 0 auto;
  padding: 2.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  font-family: 'Poppins', sans-serif;
}

.custom-contact-form h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0a66c2;
  margin-bottom: 10px;
}

.custom-contact-form p {
  text-align: center;
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.half-width {
  flex: 1 1 calc(50% - 0.5rem);
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.25s ease;
  background-color: #fafafa;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #0a66c2;
  box-shadow: 0 0 0 3px rgba(10, 102, 194, 0.15);
  outline: none;
  background-color: #fff;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.form-submit {
  text-align: center;
  margin-top: 1.8rem;
}

input[type="submit"] {
  background-color: #0a66c2;
  color: #fff;
  padding: 14px 40px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(10, 102, 194, 0.2);
}

input[type="submit"]:hover {
  background-color: #084c90;
  box-shadow: 0 6px 16px rgba(10, 102, 194, 0.3);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .custom-contact-form {
    padding: 1.5rem;
  }

  .half-width {
    flex: 1 1 100%;
  }

  input[type="submit"] {
    width: 100%;
  }
}/* End custom CSS */