.elementor-261713 .elementor-element.elementor-element-fa740b4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-261713 .elementor-element.elementor-element-fa740b4:not(.elementor-motion-effects-element-type-background), .elementor-261713 .elementor-element.elementor-element-fa740b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050816;}:root{--page-title-display:none;}/* Start custom CSS */.CD1 .option:focus-visible,
.CF1 .option:hover:not(.selected-opt):not(.opt-group-title),
.DI1 .chip-wrp,
.Fg1 .option:hover:not(.selected-opt),
.Ft1 {
  background-color: #5e6a7f !important;
}
.Ad1.menu-open,
.BL1:focus {
  background-color: #000000 !important;
}
.bf-phone-inner-wrp div[aria-labelledby="country-label-2"] {
  display: none !important;
}

:root {
  --bf-primary: #ffb800;
  --bf-accent: #ff1744;
  --bf-dark: #050816;
  --bf-text-light: #f9fafb;
  --bf-bg: #020617;
  --bf-border: #1f2937;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: radial-gradient(circle at top left, #020617, #000000) !important;
  color: #e5e7eb !important;
  line-height: 1.6;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: #ffffff !important;
}

p {
  margin: 0 0 0.75rem 0;
}

.page-wrapper {
  display: flex;
  min-height: 100vh !important;
  align-items: center !important;
  justify-content: center;
  padding: 48px 0;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}

.card {
  background: radial-gradient(circle at top left, #0b1120, #020617);
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 26px 24px 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: #9ca3af !important;
  margin-bottom: 0.5rem;
}

.muted {
  color: #9ca3af !important;
  font-size: 0.9rem;
}

.section-title {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e5e7eb !important;
}

.section-subtitle {
  margin-bottom: 0.75rem;
  color: #9ca3af !important;
  font-size: 0.9rem;
}

form {
  margin-top: 1.5rem;
}

.grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #e5e7eb;
}

.required {
  color: var(--bf-accent);
  margin-left: 2px;
}

input[type="text"],
input[type="email"],
/*input[type="tel"],*/
input[type="url"],
select,
textarea {
  background: rgba(15, 23, 42, 0.9) !important;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.6) !important;
  color: #e5e7eb !important;
  padding: 9px 10px;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.12s ease, box-shadow 0.12s ease,
    background 0.12s ease;
}

.bf-phone-inner-wrp input[type=tel] {
  background: rgba(15, 23, 42, 0.9) !important;
  width: 100%;
}

input[type="text"]:hover,
input[type="email"]:hover,
/*input[type="tel"]:hover,*/
input[type="url"]:hover,
select:hover,
textarea:hover {
  border-color: var(--bf-primary) !important;
  box-shadow: 0 0 0 1px rgba(255, 184, 0, 0.5) !important;
  background: rgba(15, 23, 42, 0.95) !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
/*input[type="tel"]:focus,*/
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: var(--bf-primary) !important;
  box-shadow: 0 0 0 1px rgba(255, 184, 0, 0.5) !important;
  background: rgba(15, 23, 42, 0.95) !important;
}

textarea {
  min-height: 80px;
  resize: vertical;
}

.help {
  font-size: 0.78rem;
  color: #9ca3af;
}

.options-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 0.88rem;
}

.options-group label {
  font-weight: 400;
}

.options-group input {
  margin-right: 4px;
}

.pill-heading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  font-size: 0.75rem;
  color: #d1d5db;
  margin-bottom: 0.85rem;
  background: rgba(15, 23, 42, 0.85);
}

.pill-heading span {
  display: inline-flex;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bf-accent);
  box-shadow: 0 0 10px rgba(248, 113, 113, 0.8);
}

.bf-btn-primary {
  margin-top: 1.75rem;
  background: linear-gradient(
    135deg,
    var(--bf-primary),
    var(--bf-accent)
  ) !important;
  color: #050816 !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 12px 26px;
  border-radius: 999px;
  border: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
  font-size: 0.85rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bf-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
  filter: brightness(1.05);
}

.small-note {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  color: #9ca3af;
}

.prev-step-btn {
  background: linear-gradient(135deg, #ffb800, #ff1744) !important;
}

.next-step-btn {
  background: linear-gradient(135deg, #ffb800, #ff1744) !important;
}

.b1-1-btn.bf-btn {
  background: linear-gradient(135deg, #ffb800, #ff1744) !important;
}/* End custom CSS */