.elementor-33440886 .elementor-element.elementor-element-aad3834{--display:flex;--min-height:350px;--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;--overlay-opacity:0.5;}.elementor-33440886 .elementor-element.elementor-element-aad3834::before, .elementor-33440886 .elementor-element.elementor-element-aad3834 > .elementor-background-video-container::before, .elementor-33440886 .elementor-element.elementor-element-aad3834 > .e-con-inner > .elementor-background-video-container::before, .elementor-33440886 .elementor-element.elementor-element-aad3834 > .elementor-background-slideshow::before, .elementor-33440886 .elementor-element.elementor-element-aad3834 > .e-con-inner > .elementor-background-slideshow::before, .elementor-33440886 .elementor-element.elementor-element-aad3834 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#3B3B3B85;--background-overlay:'';}.elementor-33440886 .elementor-element.elementor-element-aad3834:not(.elementor-motion-effects-element-type-background), .elementor-33440886 .elementor-element.elementor-element-aad3834 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.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 );}.elementor-33440886 .elementor-element.elementor-element-b367f44{z-index:2;}.elementor-33440886 .elementor-element.elementor-element-b367f44 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:500;text-transform:uppercase;color:#FFFFFF;}.elementor-33440886 .elementor-element.elementor-element-8c0715f{--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-33440886 .elementor-element.elementor-element-f4e3c7a{--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:5rem;--margin-bottom:5rem;--margin-left:0rem;--margin-right:0rem;}.elementor-33440886 .elementor-element.elementor-element-9b78a62{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-aad3834 */.elementor-33440886 .elementor-element.elementor-element-aad3834::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background-image: radial-gradient(rgba(0,0,0,0.30) 1px, transparent 1px);
    background-size: 3px 3px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e767c50 */.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: #EC6100;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  content: "";
}

.custom-contact-form .icon-user::before { content: "\f007"; }
.custom-contact-form .icon-users::before { content: "\f1ad"; }
.custom-contact-form .icon-mail::before { content: "\f0e0"; }
.custom-contact-form .icon-phone::before { content: "\f095"; }
.custom-contact-form .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: #EC6100;
  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: #EC6100;
  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;
}

/* 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; }
}

.custom-contact-form .wpcf7-form-control-wrap::before {
    font-family: "Font Awesome 5"; /* or Font Awesome 5 Free */
    font-weight: 900; /* required for solid icons */
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}/* End custom CSS */