.elementor-661 .elementor-element.elementor-element-58aec0c{--display:flex;--margin-top:70px;--margin-bottom:70px;--margin-left:30px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-661 .elementor-element.elementor-element-27777af .elementor-field-group{padding-right:calc( 10px/2 );padding-left:calc( 10px/2 );margin-bottom:10px;}.elementor-661 .elementor-element.elementor-element-27777af .elementor-form-fields-wrapper{margin-left:calc( -10px/2 );margin-right:calc( -10px/2 );margin-bottom:-10px;}.elementor-661 .elementor-element.elementor-element-27777af .elementor-field-group.recaptcha_v3-bottomleft, .elementor-661 .elementor-element.elementor-element-27777af .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}body.rtl .elementor-661 .elementor-element.elementor-element-27777af .elementor-labels-inline .elementor-field-group > label{padding-left:0px;}body:not(.rtl) .elementor-661 .elementor-element.elementor-element-27777af .elementor-labels-inline .elementor-field-group > label{padding-right:0px;}body .elementor-661 .elementor-element.elementor-element-27777af .elementor-labels-above .elementor-field-group > label{padding-bottom:0px;}.elementor-661 .elementor-element.elementor-element-27777af .elementor-field-type-html{padding-bottom:0px;}.elementor-661 .elementor-element.elementor-element-27777af .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper){background-color:#ffffff;}.elementor-661 .elementor-element.elementor-element-27777af .elementor-field-group .elementor-select-wrapper select{background-color:#ffffff;}.elementor-661 .elementor-element.elementor-element-27777af .e-form__buttons__wrapper__button-next{color:#ffffff;}.elementor-661 .elementor-element.elementor-element-27777af .elementor-button[type="submit"]{color:#ffffff;}.elementor-661 .elementor-element.elementor-element-27777af .elementor-button[type="submit"] svg *{fill:#ffffff;}.elementor-661 .elementor-element.elementor-element-27777af .e-form__buttons__wrapper__button-previous{color:#ffffff;}.elementor-661 .elementor-element.elementor-element-27777af .e-form__buttons__wrapper__button-next:hover{color:#ffffff;}.elementor-661 .elementor-element.elementor-element-27777af .elementor-button[type="submit"]:hover{color:#ffffff;}.elementor-661 .elementor-element.elementor-element-27777af .elementor-button[type="submit"]:hover svg *{fill:#ffffff;}.elementor-661 .elementor-element.elementor-element-27777af .e-form__buttons__wrapper__button-previous:hover{color:#ffffff;}.elementor-661 .elementor-element.elementor-element-27777af{--e-form-steps-indicators-spacing:20px;--e-form-steps-indicator-padding:30px;--e-form-steps-indicator-inactive-secondary-color:#ffffff;--e-form-steps-indicator-active-secondary-color:#ffffff;--e-form-steps-indicator-completed-secondary-color:#ffffff;--e-form-steps-divider-width:1px;--e-form-steps-divider-gap:10px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-661 .elementor-element.elementor-element-58aec0c{--margin-top:70px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for container, class: .elementor-element-58aec0c *//* ===== FORM CONTAINER ===== */
.custom-estimate-form {
  background: #DDF6FF;
  padding: 30px;
  border-radius: 14px;
  border-top: 6px solid #008080; /* top line */
}

/* ===== MAIN HEADING ===== */
.custom-estimate-form .estimate-heading {
  color: #032B3A;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

/* ===== SUB TEXT ===== */
.custom-estimate-form .estimate-subtext {
  color: #032B3A;
  font-size: 14px;
  margin-bottom: 22px;
}

/* ===== LABELS ===== */
.custom-estimate-form label {
  color: #032B3A !important;
  font-size: 13px;
  font-weight: 600;
}

/* ===== INPUTS / SELECT / TEXTAREA ===== */
.custom-estimate-form input,
.custom-estimate-form select,
.custom-estimate-form textarea {
  background-color: #032B3A !important;
  color: #DDF6FF !important;
  border: none !important;
  border-radius: 6px;
  padding: 12px !important;
}

/* ===== PLACEHOLDER ===== */
.custom-estimate-form ::placeholder {
  color: #DDF6FF !important;
  opacity: 0.7;
}

/* ===== FIELD SPACING ===== */
.custom-estimate-form .elementor-field-group {
  margin-bottom: 16px;
}

/* ===== FILE UPLOAD ===== */
.custom-estimate-form input[type="file"] {
  background: #032B3A !important;
  color: #DDF6FF !important;
  padding: 10px;
  border-radius: 6px;
}

/* ===== SUBMIT BUTTON ===== */
.custom-estimate-form button {
  background-color: #008080 !important;
  color: #DDF6FF !important;
  font-weight: bold;
  border-radius: 6px;
  padding: 14px !important;
  text-transform: uppercase;
  border: none;
}

/* ===== BUTTON HOVER ===== */
.custom-estimate-form button:hover {
  background-color: #032B3A !important;
}

/* ===== REMOVE FOCUS OUTLINE ===== */
.custom-estimate-form input:focus,
.custom-estimate-form textarea:focus,
.custom-estimate-form select:focus {
  outline: none !important;
  box-shadow: none !important;
}/* End custom CSS */