.elementor-33514420 .elementor-element.elementor-element-6f408d3{--display:flex;}.elementor-33514420 .elementor-element.elementor-element-8065105{--display:flex;}.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-33514420 .elementor-element.elementor-element-02fc5f6 .elementor-heading-title{color:var( --e-global-color-cc255eb );}#elementor-popup-modal-33514420{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-33514420 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-33514420 .dialog-close-button{display:flex;}#elementor-popup-modal-33514420 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-fa2ae3b */.custom-contact-form {
  width: 100%;
  max-width: 100%;
}

/* Layout for each field */
.custom-contact-form p {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

/* Wrapper for icon + input */
.custom-contact-form .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

/* Icon box before each field */
.custom-contact-form .wpcf7-form-control-wrap::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  background: #ff3300;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  content: "";
}

/* Icons for each field */
.custom-contact-form .wpcf7-form-control-wrap:has(input.icon-user)::before { content: "\f007"; }
.custom-contact-form .wpcf7-form-control-wrap:has(input.icon-users)::before { content: "\f1ad"; }
.custom-contact-form .wpcf7-form-control-wrap:has(input.icon-mail)::before { content: "\f0e0"; }
.custom-contact-form .wpcf7-form-control-wrap:has(input.icon-phone)::before { content: "\f095"; }
.custom-contact-form .wpcf7-form-control-wrap:has(input.icon-address)::before { content: "\f2bb"; }

/* Remove icon for selects and textarea */
.custom-contact-form .wpcf7-form-control-wrap:has(select)::before,
.custom-contact-form .wpcf7-form-control-wrap:has(textarea)::before {
  display: none !important;
}

/* Field styling */
.custom-contact-form input.wpcf7-form-control,
.custom-contact-form select.wpcf7-form-control,
.custom-contact-form textarea.wpcf7-form-control {
  flex: 1;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ddd;
  transition: box-shadow 0.3s ease;
  height: 42px;
  line-height: 42px;
  border-left: none;
  color: #000;
}

/* Textarea should be taller and without icon spacing */
.custom-contact-form textarea.wpcf7-form-control {
  height: auto;
  min-height: 120px;
  line-height: normal;
  border-left: 1px solid #ddd;
}

/* Focus effect */
.custom-contact-form input:focus,
.custom-contact-form select:focus,
.custom-contact-form textarea:focus {
  box-shadow: 0 0 6px 2px rgba(255, 51, 0, 0.3);
  outline: none;
}

/* Placeholder color */
.custom-contact-form ::placeholder {
  color: #000;
  opacity: 1;
}

/* Submit button */
.custom-contact-form .submit-wrapper p {
  display: flex;
  justify-content: flex-start;
}

.custom-contact-form input.wpcf7-submit {
  background-color: #ff3100;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 300px;
  text-align: center;
}

.custom-contact-form input.wpcf7-submit:hover {
  background-color: #ff3100;
}

/* SECOND FORM */
/* Scoped styles for the new form */
.custom-contact-form-final { max-width: 100%; width: 100%; }

/* Each row */
.custom-contact-form-final .form-field { margin-bottom: 12px; }

/* Label */
.custom-contact-form-final label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

/* The wrapper that contains the icon + CF7 input */
.custom-contact-form-final .input-group {
  display: flex;
  align-items: center;
  width: 100%;

  box-sizing: border-box;
}

/* Icon box (left) */
.custom-contact-form-final .input-group .icon {
  background: #ff3100;
  color: #fff;
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

/* Ensure CF7's wrapper and the actual input fill remaining space */
.custom-contact-form-final .input-group .wpcf7-form-control-wrap,
.custom-contact-form-final .input-group input.wpcf7-form-control,
.custom-contact-form-final .input-group select.wpcf7-form-control,
.custom-contact-form-final .input-group textarea.wpcf7-form-control {
  flex: 1 1 auto !important;
  width: 100% !important;
  box-sizing: border-box;
}

/* Standard input/select/textarea styling */
.custom-contact-form-final input.wpcf7-form-control,
.custom-contact-form-final select.wpcf7-form-control,
.custom-contact-form-final textarea.wpcf7-form-control {
  padding: 10px 12px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #000;
  background: #fff;
  height: 44px;
  line-height: 20px;
  border-radius: 4px;
}

/* Make textarea taller but full width */
.custom-contact-form-final textarea.wpcf7-form-control {
  min-height: 60px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Placeholder black */
.custom-contact-form-final input::placeholder,
.custom-contact-form-final textarea::placeholder,
.custom-contact-form-final select::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

/* Select arrow spacing */
.custom-contact-form-final select.wpcf7-form-control {
  padding-right: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='rgba(0,0,0,0.7)' height='10' width='10' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

/* Submit button color override (important to beat other theme rules) */
.custom-contact-form-final .cf7-submit,
.custom-contact-form-final input.wpcf7-submit,
.custom-contact-form-final button.wpcf7-submit {
  background-color: #ff3100 !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 20px !important;
  font-size: 15px !important;
  border-radius: 4px !important;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-radius: 0 !important;
}

/* Hover */
.custom-contact-form-final .cf7-submit:hover,
.custom-contact-form-final input.wpcf7-submit:hover,
.custom-contact-form-final button.wpcf7-submit:hover {
  background-color: #000 !important;
}

/* Small responsive tweak (mobile: labels above, keep full width) */
@media (max-width:720px) {
  .custom-contact-form-final .input-group { flex-direction: row; }
  .custom-contact-form-final label { margin-bottom: 6px; }
}/* End custom CSS */