.elementor-3487 .elementor-element.elementor-element-f368509{--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;--justify-content:center;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-3487 .elementor-element.elementor-element-24c4541.elementor-element{--align-self:center;}.elementor-3487 .elementor-element.elementor-element-24c4541 .elementor-heading-title{font-size:26px;line-height:40px;color:#D4901C;}.elementor-3487 .elementor-element.elementor-element-d08d418 .jeg-elementor-kit.jkit-contact-form-7{text-align:left;}.elementor-3487 .elementor-element.elementor-element-d08d418 .jeg-elementor-kit.jkit-contact-form-7 form label{text-align:left;}.elementor-3487 .elementor-element.elementor-element-d08d418 .jeg-elementor-kit.jkit-contact-form-7 form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .elementor-3487 .elementor-element.elementor-element-d08d418 .jeg-elementor-kit.jkit-contact-form-7 form select{height:55px;}.elementor-3487 .elementor-element.elementor-element-d08d418 .jeg-elementor-kit.jkit-contact-form-7 form textarea{height:113px;padding:0px 0px 0px 0px;}.elementor-3487 .elementor-element.elementor-element-d08d418 .jeg-elementor-kit.jkit-contact-form-7 form input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder, .elementor-3487 .elementor-element.elementor-element-d08d418 .jeg-elementor-kit.jkit-contact-form-7 form textarea::placeholder, .elementor-3487 .elementor-element.elementor-element-d08d418 .jeg-elementor-kit.jkit-contact-form-7 form select::placeholder{font-size:14px;}.elementor-3487 .elementor-element.elementor-element-d08d418 .jeg-elementor-kit.jkit-contact-form-7 form input[type=submit]{border-radius:4px 4px 4px 4px;}#elementor-popup-modal-3487 .dialog-widget-content{animation-duration:1.2s;background-color:#1C2D54;border-style:none;border-radius:0px 0px 0px 0px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-3487{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3487 .dialog-message{width:640px;height:auto;padding:20px 20px 20px 20px;}#elementor-popup-modal-3487 .dialog-close-button{display:flex;font-size:20px;}#elementor-popup-modal-3487 .dialog-close-button i{color:var( --e-global-color-bf94c25 );}#elementor-popup-modal-3487 .dialog-close-button svg{fill:var( --e-global-color-bf94c25 );}/* ── Form Card ──────────────────────────────────────────────────── */
.hero-form-card {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(12, 45, 87, 0.14), 0 2px 8px rgba(12, 45, 87, 0.08);
  overflow: hidden;
  border-top: 4px solid #e8a020;
}
 
.form-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 28px 20px;
  background: #f8f9fb;
  border-bottom: 1px solid #eef0f5;
}
 
.form-card-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0C2D57;
  border-radius: 10px;
  color: #ffffff;
}
 
.form-card-icon svg {
  width: 22px;
  height: 22px;
}
 
.form-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0C2D57;
  margin: 0 0 2px;
  line-height: 1.2;
}
 
.form-card-subtitle {
  font-size: 0.82rem;
  color: #7a8299;
  margin: 0;
}
 
/* CF7 wrapper reset */
.hero-form-card .wpcf7,
.hero-form-card .wpcf7-form {
  padding: 0;
  margin: 0;
}
 
/* ── Field Layout ───────────────────────────────────────────────── */
.cf7-row {
  padding: 0 28px;
  margin-bottom: 0;
}
 
.cf7-row:first-child {
  padding-top: 22px;
}
 
.cf7-row:last-child {
  padding-bottom: 24px;
}
 
.cf7-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
 
.cf7-field-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 0;
}
 
/* ── Labels ─────────────────────────────────────────────────────── */
.cf7-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #3d4560;
  letter-spacing: 0.01em;
}
 
.cf7-required {
  color: #e53935;
  margin-left: 2px;
}
 
.cf7-optional {
  font-weight: 400;
  color: #7a8299;
  font-size: 0.78rem;
}
 
/* ── Input / Select / Textarea ──────────────────────────────────── */
.hero-form-card input[type="text"],
.hero-form-card input[type="email"],
.hero-form-card input[type="tel"],
.hero-form-card input[type="date"],
.hero-form-card select,
.hero-form-card textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: 0.9rem;
  color: #1a1f36;
  background: #ffffff;
  border: 1.5px solid #c8cdd8;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(12, 45, 87, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
 
.hero-form-card input[type="text"]::placeholder,
.hero-form-card input[type="email"]::placeholder,
.hero-form-card input[type="tel"]::placeholder,
.hero-form-card textarea::placeholder {
  color: #c8cdd8;
}
 
.hero-form-card input[type="text"]:focus,
.hero-form-card input[type="email"]:focus,
.hero-form-card input[type="tel"]:focus,
.hero-form-card input[type="date"]:focus,
.hero-form-card select:focus,
.hero-form-card textarea:focus {
  outline: none;
  border-color: #0C2D57;
  box-shadow: 0 0 0 3px rgba(12, 45, 87, 0.1);
}
 
/* Date picker icon */
.hero-form-card input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.5;
  cursor: pointer;
}
 
/* ── Select Dropdown ────────────────────────────────────────────── */
.hero-form-card select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%237a8299'%3E%3Cpath fill-rule='evenodd' d='M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z' clip-rule='evenodd' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  padding-right: 36px;
  cursor: pointer;
}
 
 
/* ── Textarea ───────────────────────────────────────────────────── */
.hero-form-card textarea {
  min-height: 90px;
  resize: vertical;
  line-height: 1.6;
}
 
/* ── Submit Button ──────────────────────────────────────────────── */
.cf7-submit-row {
  padding-top: 4px;
  padding-bottom: 24px;
}
 
.hero-form-card input[type="submit"],
.hero-form-card .wpcf7-submit {
  width: 100%;
  padding: 14px 24px;
  background: #e8a020;
  color: #091f3d;
  font-size: 0.97rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(12, 45, 87, 0.35);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
 
.hero-form-card input[type="submit"]:hover,
.hero-form-card .wpcf7-submit:hover {
  background: #d4901c;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(12, 45, 87, 0.4);
}
 
.hero-form-card input[type="submit"]:active,
.hero-form-card .wpcf7-submit:active {
  transform: translateY(0);
}
 
/* ── CF7 Validation & Response Messages ─────────────────────────── */
.hero-form-card .wpcf7-not-valid-tip {
  font-size: 0.76rem;
  color: #e53935;
  margin-top: 4px;
}
 
.hero-form-card .wpcf7-response-output {
  margin: 0 28px 20px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.88rem;
  border: none !important;
}
 
.hero-form-card .wpcf7-mail-sent-ok {
  background: #e8f5e9;
  color: #2e7d32;
  border-left: 4px solid #43a047 !important;
}
 
.hero-form-card .wpcf7-mail-sent-ng,
.hero-form-card .wpcf7-aborted {
  background: #fdecea;
  color: #c62828;
  border-left: 4px solid #e53935 !important;
}
 
.hero-form-card .wpcf7-spam-blocked,
.hero-form-card .wpcf7-validation-errors {
  background: #fff8e1;
  color: #e65100;
  border-left: 4px solid #e8a020 !important;
}
 
.hero-form-card .wpcf7-not-valid {
  border-color: #e53935 !important;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1) !important;
}
 
.hero-form-card .wpcf7-spinner {
  display: none !important;
}
 
/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 560px) {
  .cf7-two-col {
    grid-template-columns: 1fr;
    gap: 0;
  }
 
  .form-card-header {
    padding: 18px 20px 16px;
  }
 
  .cf7-row {
    padding-left: 20px;
    padding-right: 20px;
  }
 
  .hero-form-card .wpcf7-response-output {
    margin: 0 20px 16px;
  }
}
/* Start custom CSS for container, class: .elementor-element-f368509 */.hero-form-card {
  position: relative;
  z-index: 1;
  background: #1c2d54;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(12, 45, 87, 0.14),
    0 2px 8px rgba(12, 45, 87, 0.08);
  overflow: hidden;
  border: 1px solid #cb9033;
  border-top: 4px solid #cb9033;
}

.hero-form-card .wpcf7,
.hero-form-card .wpcf7-form {
  padding: 0;
  margin: 0;
}

.cf7-row {
  padding: 0 10px;
  margin-bottom: 0;
}

.cf7-row:first-child {
  padding-top: 22px;
}

.cf7-row:last-child {
  padding-bottom: 24px;
}

.cf7-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cf7-field-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.cf7-label{
  color: #ffffff !important;
}

.cf7-required {
  color: #e53935 !important;
  margin-left: 2px;
  display: inline-block !important;
}

.cf7-optional {
  font-weight: 400;
  color: #f0f0f0 !important;
  font-size: 0.78rem !important;
  display: inline-block !important;
}

.hero-form-card input[type="text"],
.hero-form-card input[type="email"],
.hero-form-card input[type="tel"],
.hero-form-card input[type="date"],
.hero-form-card select,
.hero-form-card textarea {
  width: 100%;
  padding: 10px 14px !important;
  font-size: 0.9rem !important;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(12, 45, 87, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  height: 40px !important;
  margin-bottom: 0 !important;
}

.hero-form-card input[type="text"]::placeholder,
.hero-form-card input[type="email"]::placeholder,
.hero-form-card input[type="tel"]::placeholder,
.hero-form-card textarea::placeholder {
  color: #c8cdd8;
  font-size: 0.9rem !important;
}

.hero-form-card input[type="text"]:focus,
.hero-form-card input[type="email"]:focus,
.hero-form-card input[type="tel"]:focus,
.hero-form-card input[type="date"]:focus,
.hero-form-card select:focus {
  outline: none;
  border-color: #cb9033;
  box-shadow: 0 0 0 3px rgba(12, 45, 87, 0.1);
}

.hero-form-card input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.5;
  cursor: pointer;
}

.hero-form-card select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%237a8299'%3E%3Cpath fill-rule='evenodd' d='M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z' clip-rule='evenodd' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  padding-right: 36px;
  cursor: pointer;
}

.wpcf7-acceptance {
  position: relative;
}

.wpcf7-acceptance .acceptance {
  position: absolute;
  left: 0;
  top: 1;
}

.jeg-elementor-kit.jkit-contact-form-7
  form
  .wpcf7-acceptance
  .wpcf7-list-item-label {
  color: #ffffff;
  font-size: 14px;
  line-height: 1rem;
}

.acceptance-wrapper .para-span {
  color: #fff;
  padding-left: 18px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.acceptance-wrapper .para-span a {
  color: #d4901c;
}

.cf7-submit-row {
  padding-top: 4px;
  padding-bottom: 0px;
}

.hero-form-card input[type="submit"],
.hero-form-card .wpcf7-submit {
  width: 100%;
  padding: 14px 24px !important;
  background-color: #d4901c !important;
  font-size: 0.97rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  border-radius: 10px !important;
  box-shadow: 0 4px 16px rgba(12, 45, 87, 0.35);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 0 !important;
}

.hero-form-card input[type="submit"]:hover,
.hero-form-card .wpcf7-submit:hover {
  background-color: #a07010 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(12, 45, 87, 0.4);
}

.hero-form-card input[type="submit"]:active,
.hero-form-card .wpcf7-submit:active {
  transform: translateY(0);
}

.hero-form-card .wpcf7-not-valid-tip {
  font-size: 0.76rem;
  color: #e53935;
  margin-top: 4px;
}

.hero-form-card .wpcf7-response-output {
  color: #ffffff !important;
  border: none !important;
}

.hero-form-card .wpcf7-mail-sent-ok {
  background: #e8f5e9;
  color: #2e7d32;
  border-left: 4px solid #43a047 !important;
}

.hero-form-card .wpcf7-mail-sent-ng,
.hero-form-card .wpcf7-aborted {
  background: #fdecea;
  color: #c62828;
  border-left: 4px solid #e53935 !important;
}

.hero-form-card .wpcf7-spam-blocked,
.hero-form-card .wpcf7-validation-errors {
  background: #fff8e1;
  color: #e65100;
  border-left: 4px solid #e8a020 !important;
}

.hero-form-card .wpcf7-not-valid {
  border-color: #e53935 !important;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1) !important;
}

.hero-form-card .wpcf7-spinner {
  display: none !important;
}

@media (max-width: 560px) {
  .cf7-two-col {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cf7-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-form-card .wpcf7-response-output {
    margin: 0 20px 16px;
  }
}/* End custom CSS */