.elementor-1581 .elementor-element.elementor-element-033473b{--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;--margin-top:0px;--margin-bottom:32px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:120px;--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-1581 .elementor-element.elementor-element-4933199{text-align:center;}.elementor-1581 .elementor-element.elementor-element-4933199 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:54px;font-weight:700;color:#191C1E;}.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-1581 .elementor-element.elementor-element-e607e35{text-align:center;font-family:"Inter", Sans-serif;font-size:16px;font-weight:500;color:#191C1E;}.elementor-1581 .elementor-element.elementor-element-0685934{--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-1581 .elementor-element.elementor-element-1612d15d > .elementor-widget-container{margin:40px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-033473b */.elementor-1581 .elementor-element.elementor-element-033473b {
    background: linear-gradient(180deg, var(--Surface, #FFF) 0%, var(--Primary---Container, #FFE6DF) 100%);
}

body.darkmode h2.elementor-heading-title.elementor-size-default {
  color: #1a1a1a !important;
}

body.darkmode .elementor-widget-text-editor p {
  color: #1a1a1a !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1612d15d */.ecf-form {
  margin: 0 auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Label styling */
.ecf-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.2px;
}

/* Input fields - shared properties */
.ecf-form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: all 0.25s ease;
  background-color: #f9f9f9;
  color: #333333;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 8px;
}

/* Text inputs & email */
.ecf-form .wpcf7-text,
.ecf-form .wpcf7-email {
  height: 48px;
  padding: 0 16px;
  margin-bottom: 20px;
}

/* Textarea */
.ecf-form .wpcf7-textarea {
  height: 160px;
  padding: 12px 16px;
  margin-bottom: 24px;
  resize: vertical;
  min-height: 120px;
  max-height: 300px;
}

/* Focus states */
.ecf-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  outline: none;
  border-color: #ff6347;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 99, 71, 0.15);
}

/* Placeholder styling */
.ecf-form .wpcf7-form-control::placeholder {
  color: #a0a0a0;
  opacity: 1;
}

/* Submit button */
.wpcf7-submit {
  display: block;
  width: 100%;
  padding: 14px 20px;
  height: 50px;
  background-color: #ff6347;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(255, 99, 71, 0.2);
}

.ecf-submit:hover {
  background-color: #e5533d;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(255, 99, 71, 0.25);
}

.ecf-submit:active {
  transform: translateY(1px);
  box-shadow: 0 1px 3px rgba(255, 99, 71, 0.15);
}

/* Validation error styling */
.ecf-form .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 16px;
  display: block;
  font-weight: 400;
  line-height: 1.4;
}

.ecf-form .wpcf7-not-valid {
  border-color: #dc3545 !important;
  background-color: #fff8f8 !important;
}

/* Form response messages */
.ecf-form .wpcf7-response-output {
  margin: 25px 0 0;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.ecf-form .wpcf7-validation-errors,
.ecf-form .wpcf7-acceptance-missing {
  border-color: #ffc107;
  background-color: #fff8e1;
  color: #856404;
}

.ecf-form .wpcf7-mail-sent-ok {
  border-color: #28a745;
  background-color: #e8f5e9;
  color: #155724;
}

.ecf-form .wpcf7-mail-sent-ng,
.ecf-form .wpcf7-aborted {
  border-color: #dc3545;
  background-color: #f8d7da;
  color: #721c24;
}

/* Form field spacing */
.ecf-form .wpcf7-form-control-wrap {
  margin-bottom: 5px;
  display: block;
}

/* Required field indicator */
.ecf-form .wpcf7-form label .wpcf7-form-control-wrap::after {
  content: "*";
  color: #ff6347;
  margin-left: 4px;
}

/* Help text below fields if needed */
.ecf-field-info {
  font-size: 12px;
  color: #666;
  margin-top: -15px;
  margin-bottom: 20px;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ecf-form {
      padding: 20px;
  }
  
  .ecf-form .wpcf7-text,
  .ecf-form .wpcf7-email {
      height: 44px;
      font-size: 14px;
  }
  
  .ecf-submit {
      height: 46px;
      font-size: 15px;
  }
}

@media (max-width: 480px) {
  .ecf-form {
      padding: 15px;
  }
  
  .ecf-form label {
      font-size: 13px;
  }
  
  .ecf-form .wpcf7-response-output {
      padding: 10px 12px;
      font-size: 13px;
  }
}

.ecf-form br {
    display: none;
}/* End custom CSS */