.elementor-6321 .elementor-element.elementor-element-d5210a8{--display:flex;}.elementor-6321 .elementor-element.elementor-element-9a3c286{margin:64px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-6321 .elementor-element.elementor-element-6a7aba5{--display:flex;--overlay-opacity:0.5;--margin-top:35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6321 .elementor-element.elementor-element-6a7aba5::before, .elementor-6321 .elementor-element.elementor-element-6a7aba5 > .elementor-background-video-container::before, .elementor-6321 .elementor-element.elementor-element-6a7aba5 > .e-con-inner > .elementor-background-video-container::before, .elementor-6321 .elementor-element.elementor-element-6a7aba5 > .elementor-background-slideshow::before, .elementor-6321 .elementor-element.elementor-element-6a7aba5 > .e-con-inner > .elementor-background-slideshow::before, .elementor-6321 .elementor-element.elementor-element-6a7aba5 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-6321 .elementor-element.elementor-element-4a853ad{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 50px 0px;}@media(max-width:767px){.elementor-6321 .elementor-element.elementor-element-9a3c286 .elementor-heading-title{font-size:35px;}}/* Start custom CSS for shortcode, class: .elementor-element-4a853ad */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&display=swap');

.saif-form * { box-sizing: border-box !important; font-family: 'Segoe UI', system-ui, sans-serif !important; }

.saif-form .saif-section {
  background: #f9f9f9 !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 14px !important;
  padding: 1.75rem 2rem !important;
  margin-bottom: 1.25rem !important;
}

.saif-form .saif-section-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  display: block !important;
  margin: 0 0 1.25rem !important;
  padding-bottom: 0.85rem !important;
  border-bottom: 2px solid #dddddd !important;
}

.saif-form .saif-sub-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #aaa !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  display: block !important;
  margin: 1.5rem 0 0.75rem !important;
}

.saif-form .saif-note {
  font-size: 12px !important;
  color: #aaa !important;
  font-style: italic !important;
  display: block !important;
  margin-bottom: 1rem !important;
}

.saif-form .saif-field {
  margin-bottom: 1.1rem !important;
}

.saif-form .saif-field > label {
  display: block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #555 !important;
  margin-bottom: 7px !important;
}

.saif-form .req { color: #d00 !important; }

.saif-form .saif-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 1.25rem !important;
}
@media (max-width: 600px) {
  .saif-form .saif-grid { grid-template-columns: 1fr !important; }
}

.saif-form input[type="text"],
.saif-form input[type="email"],
.saif-form input[type="tel"],
.saif-form input[type="number"],
.saif-form input[type="date"],
.saif-form textarea {
  width: 100% !important;
  padding: 10px 13px !important;
  border: 1.5px solid #9b9b9b !important;
  border-radius: 9px !important;
  font-size: 14px !important;
  background: #f9f9f9 !important;
  color: #111 !important;
  outline: none !important;
  box-shadow: none !important;
  display: block !important;
  margin: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.saif-form input[type="text"]:focus,
.saif-form input[type="email"]:focus,
.saif-form input[type="tel"]:focus,
.saif-form input[type="number"]:focus,
.saif-form input[type="date"]:focus,
.saif-form textarea:focus {
  border-color: #888 !important;
  background: #fff !important;
}

/* ── PILL ROW WRAPPER ── */
.saif-form .saif-pills {
  display: block !important;
  overflow: hidden !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Each pill sits in its own block that floats left */
.saif-form .saif-pill-item {
  display: inline-block !important;
  float: left !important;
  margin: 0 8px 8px 0 !important;
}

/* The label inside each pill item */
.saif-form .saif-pill-item label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 9px 18px !important;
  background: #f4f4f4 !important;
  border: 1.5px solid #0d2b4d !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #444 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  width: auto !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  transition: background 0.12s, border-color 0.12s, color 0.12s !important;
}

.saif-form .saif-pill-item label:hover {
  background: #e8e8e8 !important;
  border-color: #bbb !important;
}

.saif-form .saif-pill-item input[type="radio"],
.saif-form .saif-pill-item input[type="checkbox"] {
  display: inline-block !important;
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  position: static !important;
  flex-shrink: 0 !important;
  accent-color: #111 !important;
  -webkit-appearance: auto !important;
  appearance: auto !important;
  cursor: pointer !important;
  vertical-align: middle !important;
}

.saif-form .saif-pill-item label:has(input[type="radio"]:checked),
.saif-form .saif-pill-item label:has(input[type="checkbox"]:checked) {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

/* clearfix after pills */
.saif-form .saif-pills::after {
  content: '' !important;
  display: table !important;
  clear: both !important;
}

/* Declaration */
.saif-form .saif-declaration {
  display: block !important;
  font-size: 13px !important;
  color: #555 !important;
  line-height: 1.8 !important;
  background: #f7f7f7 !important;
  border-left: 3px solid #ddd !important;
  border-radius: 0 8px 8px 0 !important;
  padding: 1rem 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

/* Acceptance */
.saif-form .wpcf7-acceptance { margin-top: 0.75rem !important; }
.saif-form .wpcf7-acceptance .wpcf7-list-item { margin: 0 !important; display: block !important; }
.saif-form .wpcf7-acceptance label {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #555 !important;
  line-height: 1.6 !important;
  cursor: pointer !important;
  width: auto !important;
}
.saif-form .wpcf7-acceptance input[type="checkbox"] {
  width: 16px !important; height: 16px !important;
  min-width: 16px !important; margin-top: 2px !important;
  flex-shrink: 0 !important; accent-color: #111 !important;
  -webkit-appearance: auto !important; appearance: auto !important;
}

/* Submit */
.saif-form input[type="submit"],
.saif-form .wpcf7-submit {
  display: block !important;
  width: 100% !important;
  padding: 14px !important;
  background:  #0d2b4d !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  margin-top: 1.5rem !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.saif-form input[type="submit"]:hover,
.saif-form .wpcf7-submit:hover { background: #333 !important; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6a7aba5 */.cf7-app-form .cf7-section {
  background: #fff;
  border: 0.5px solid #e5e5e5;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.cf7-app-form h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.5px solid #e5e5e5;
  color: #111;
}

.cf7-app-form h4 {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 1.25rem 0 0.75rem;
}

.cf7-app-form .cf7-note {
  font-size: 12px;
  color: #999;
  margin-bottom: 1rem;
}

.cf7-app-form p {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 14px;
}

.cf7-app-form input[type="text"],
.cf7-app-form input[type="email"],
.cf7-app-form input[type="tel"],
.cf7-app-form input[type="number"],
.cf7-app-form input[type="date"],
.cf7-app-form textarea,
.cf7-app-form select {
  width: 100%;
  padding: 9px 12px;
  border: 0.5px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 5px;
  background: #f9f9f9;
  color: #111;
  transition: border 0.15s;
}

.cf7-app-form input:focus,
.cf7-app-form textarea:focus {
  border-color: #aaa;
  outline: none;
  background: #fff;
}

.cf7-app-form .wpcf7-radio .wpcf7-list-item,
.cf7-app-form .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 4px 6px 4px 0;
}

.cf7-app-form .wpcf7-radio .wpcf7-list-item label,
.cf7-app-form .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: #f5f5f5;
  border: 0.5px solid #e0e0e0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
  transition: border 0.15s, background 0.15s;
}

.cf7-app-form .wpcf7-radio .wpcf7-list-item label:hover,
.cf7-app-form .wpcf7-checkbox .wpcf7-list-item label:hover {
  background: #efefef;
  border-color: #bbb;
}

.cf7-app-form blockquote {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin: 0 0 1rem 0;
  border-left: none;
}

.cf7-app-form input[type="submit"],
.cf7-app-form .wpcf7-submit {
  background: #111;
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 1rem;
  transition: background 0.15s;
}

.cf7-app-form input[type="submit"]:hover,
.cf7-app-form .wpcf7-submit:hover {
  background: #333;
}/* End custom CSS */