.elementor-20743 .elementor-element.elementor-element-6322d64{--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-20743 .elementor-element.elementor-element-f76c64b > .elementor-widget-container{margin:50px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f76c64b */.bzf-llc-tax-form-wrap {
  max-width: 1120px;
  margin: 0 auto;
  font-family: Poppins, sans-serif;
  color: #111111;
}

.bzf-llc-tax-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* STEP SYSTEM */
.bzf-step {
  display: none;
}

.bzf-step.is-active {
  display: block;
}

.bzf-step-progress {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8px;
}

.bzf-step-pill {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,162,0,0.18);
  background: #fff9ef;
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  transition: all 0.28s ease;
}

.bzf-step-pill.is-active {
  background: linear-gradient(135deg, #000000 0%, #2f2f2f 45%, #ffa200 120%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.bzf-step-pill.is-complete {
  background: #fff2d5;
  color: #000000;
  border-color: rgba(255,162,0,0.25);
}

/* FORM CARD */
.bzf-form-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,247,232,0.96));
  border: 1px solid rgba(255, 162, 0, 0.18);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08), 0 3px 12px rgba(255,162,0,0.08);
  overflow: hidden;
}

.bzf-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #000000 0%, #2b2b2b 35%, #ffa200 100%);
}

.bzf-form-head {
  margin-bottom: 22px;
}

.bzf-form-head h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #000000;
}

.bzf-form-head p {
  margin: 0;
  font-size: 15px;
  color: #5f5f5f;
  line-height: 1.6;
}

.bzf-form-head p strong {
  color: #000000;
}

.bzf-form-head-inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.bzf-step-subsection {
  margin-top: 24px;
}

.bzf-step-subsection .bzf-form-head {
  margin-bottom: 16px;
}

.bzf-step-subsection h3 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
}

/* GRID */
.bzf-form-grid {
  display: grid;
  gap: 18px;
}

.bzf-form-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bzf-field {
  display: flex;
  flex-direction: column;
}

.bzf-field-full {
  grid-column: 1 / -1;
}

/* LABELS */
.bzf-field label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #000000;
  letter-spacing: 0.1px;
}

.bzf-field label span,
.bzf-finance-head h3 span {
  color: #ff9900;
}

/* INPUTS */
.bzf-field input,
.bzf-field select,
.bzf-field textarea,
.bzf-finance-table input {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf1 100%);
  padding: 15px 16px;
  font-size: 15px;
  color: #111111;
  outline: none;
  box-sizing: border-box;
  transition: all 0.28s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.bzf-field textarea {
  min-height: 120px;
  resize: vertical;
  padding-top: 15px;
}

.bzf-field input:hover,
.bzf-field select:hover,
.bzf-field textarea:hover,
.bzf-finance-table input:hover {
  border-color: rgba(255,162,0,0.45);
  box-shadow: 0 6px 18px rgba(255,162,0,0.08), inset 0 1px 0 rgba(255,255,255,0.8);
}

.bzf-field input:focus,
.bzf-field select:focus,
.bzf-field textarea:focus,
.bzf-finance-table input:focus {
  border-color: #ffa200;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255,162,0,0.14), 0 10px 24px rgba(255,162,0,0.10);
  transform: translateY(-1px);
}

.bzf-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffa200 50%),
    linear-gradient(135deg, #ffa200 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 46px;
}

/* BUTTONS */
.bzf-btn-primary,
.bzf-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  transition: all 0.28s ease;
}

.bzf-btn-primary {
  background: linear-gradient(135deg, #000000 0%, #2f2f2f 45%, #ffa200 120%);
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 16px;
  font-size: 15px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.18);
}

.bzf-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(255,162,0,0.22);
}

.bzf-btn-secondary {
  background: linear-gradient(135deg, rgba(255,162,0,0.20), rgba(255,162,0,0.10));
  color: #000000;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 14px;
  border: 1px solid rgba(255,162,0,0.22);
  box-shadow: 0 8px 18px rgba(255,162,0,0.10);
}

.bzf-btn-secondary:hover {
  background: linear-gradient(135deg, #ffa200, #ffbf47);
  transform: translateY(-1px);
}

.bzf-step[data-step="1"] .bzf-step-actions {
  justify-content: flex-end;
}

.bzf-step-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

/* OWNER BLOCKS */
.bzf-repeater-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bzf-owner-block {
  background: linear-gradient(180deg, #ffffff 0%, #fff9ef 100%);
  border: 1px solid rgba(255,162,0,0.16);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(255,162,0,0.06);
}

.bzf-owner-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.bzf-owner-top h3 {
  margin: 0;
  font-size: 22px;
  color: #000000;
  font-weight: 700;
  position: relative;
  padding-left: 14px;
}

.bzf-owner-top h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 22px;
  border-radius: 10px;
  background: linear-gradient(180deg, #000000 0%, #ffa200 100%);
}

.bzf-remove-owner {
  background: linear-gradient(135deg, #fff4f2, #fff8f8);
  color: #c63c2f;
  border: 1px solid rgba(198,60,47,0.18);
  border-radius: 12px;
  padding: 11px 15px;
  cursor: pointer;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  transition: all 0.25s ease;
}

.bzf-remove-owner:hover {
  background: #ffe7e3;
}

.bzf-owner-block .bzf-form-grid {
  row-gap: 16px;
  column-gap: 18px;
}

.bzf-owner-block .bzf-field input,
.bzf-owner-block .bzf-field textarea {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
}

.bzf-owner-block .bzf-field textarea {
  min-height: 110px;
}

/* FINANCIAL SECTION */
.bzf-finance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.bzf-finance-box {
  border: 1px solid rgba(255,162,0,0.16);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
  padding: 22px;
  box-shadow: 0 12px 26px rgba(255,162,0,0.06);
}

.bzf-finance-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.bzf-finance-head h3 {
  margin: 0;
  font-size: 21px;
  color: #000000;
  font-weight: 700;
}

.bzf-finance-table-wrap {
  overflow-x: auto;
}

.bzf-finance-table {
  width: 100%;
  border-collapse: collapse;
}

.bzf-finance-table th {
  text-align: left;
  font-size: 13px;
  color: #666666;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255,162,0,0.14);
  font-weight: 700;
}

.bzf-finance-table td {
  padding: 14px 8px 0 0;
  vertical-align: top;
}

.bzf-finance-table td:last-child,
.bzf-finance-table th:last-child {
  width: 54px;
  text-align: right;
}

.bzf-remove-row {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,162,0,0.22);
  background: linear-gradient(135deg, #fff4db, #ffe7aa);
  color: #000000;
  border-radius: 12px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}

.bzf-remove-row:hover {
  background: linear-gradient(135deg, #ffa200, #ffbe42);
  transform: translateY(-1px);
}

.bzf-total-bar,
.bzf-profit-box {
  margin-top: 18px;
  border-radius: 18px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.bzf-total-bar {
  background: linear-gradient(135deg, #fff6e2, #fff0c7);
  border: 1px solid rgba(255,162,0,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.bzf-total-bar span,
.bzf-profit-box span {
  font-size: 15px;
  font-weight: 700;
}

.bzf-total-bar strong,
.bzf-profit-box strong {
  font-size: 21px;
  color: #000000;
}

.bzf-profit-box {
  margin-top: 24px;
  background: linear-gradient(135deg, #000000 0%, #232323 40%, #ffa200 140%);
  border: 1px solid rgba(255,162,0,0.18);
  box-shadow: 0 16px 30px rgba(0,0,0,0.16);
}

.bzf-profit-box span,
.bzf-profit-box strong {
  color: #ffffff;
}

/* UPLOAD SECTION */
.bzf-upload-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bzf-upload-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #fff9ef 100%);
  border: 1px solid rgba(255,162,0,0.16);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 10px 22px rgba(255,162,0,0.05);
  transition: all 0.28s ease;
}

.bzf-upload-row:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(255,162,0,0.10);
  border-color: rgba(255,162,0,0.28);
}

.bzf-upload-row label {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
}

.bzf-upload-row input[type="file"] {
  width: 100%;
  min-height: 72px;
  padding: 16px 18px;
  border: 2px dashed rgba(255,162,0,0.34);
  border-radius: 18px;
  background: linear-gradient(135deg, #fffaf3, #fff4dc);
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.28s ease;
}

.bzf-upload-row input[type="file"]:hover {
  border-color: #ffa200;
  background: linear-gradient(135deg, #fff4df, #ffeab8);
}

.bzf-upload-row input[type="file"]::file-.elementor-20743 .elementor-element.elementor-element-f76c64b-button {
  background: linear-gradient(135deg, #000000, #252525);
  color: #ffffff;
  border: none;
  padding: 11px 16px;
  margin-right: 14px;
  border-radius: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}

.bzf-upload-row input[type="file"]::file-.elementor-20743 .elementor-element.elementor-element-f76c64b-button:hover {
  background: linear-gradient(135deg, #ffa200, #ffba33);
  color: #000000;
}

/* MESSAGE + ACTION */
.bzf-form-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.bzf-form-message {
  width: 100%;
  max-width: 700px;
  padding: 15px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.bzf-form-message.success {
  background: #eefaf0;
  color: #1f6b34;
  border: 1px solid #b8e0c2;
}

.bzf-form-message.error {
  background: #fff1f0;
  color: #b42318;
  border: 1px solid #f3b6b2;
}

/* SUCCESS */
.bzf-success-box {
  max-width: 1100px;
  margin: 0 auto;
}

.bzf-success-inner {
  background: linear-gradient(180deg, #ffffff 0%, #fff8eb 100%);
  border: 1px solid rgba(255,162,0,0.18);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.08);
}

.bzf-success-icon {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #000000, #ffa200);
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 18px;
}

.bzf-success-inner h3 {
  margin: 0 0 8px;
  font-size: 30px;
  color: #000000;
}

.bzf-success-inner > p {
  margin: 0 0 24px;
  color: #555555;
}

.bzf-success-summary {
  display: grid;
  gap: 18px;
}

.bzf-summary-wrap {
  display: grid;
  gap: 18px;
}

.bzf-summary-card {
  background: #ffffff;
  border: 1px solid rgba(255,162,0,0.14);
  border-radius: 18px;
  padding: 20px;
}

.bzf-summary-card h4 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #000000;
}

.bzf-summary-card p {
  margin: 0 0 8px;
  color: #333333;
}

.bzf-summary-table {
  width: 100%;
  border-collapse: collapse;
}

.bzf-summary-table th,
.bzf-summary-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

#bzfSubmitAnotherBtn {
  margin-top: 20px;
}

/* FIELD ERROR STYLES */
.bzf-field-error {
  display: none;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #d93025;
  line-height: 1.4;
}

.bzf-field.bzf-has-error input,
.bzf-field.bzf-has-error select,
.bzf-field.bzf-has-error textarea {
  border-color: #d93025;
  box-shadow: 0 0 0 4px rgba(217, 48, 37, 0.10);
  background: #fff8f8;
}

.bzf-finance-table td.bzf-has-error input {
  border-color: #d93025;
  box-shadow: 0 0 0 4px rgba(217, 48, 37, 0.10);
  background: #fff8f8;
}

.bzf-finance-error {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #d93025;
  line-height: 1.4;
}

/* TABLET + MOBILE */
@media (max-width: 991px) {
  .bzf-form-grid-2,
  .bzf-finance-grid {
    grid-template-columns: 1fr;
  }

  .bzf-upload-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .bzf-form-card {
    padding: 22px;
  }

  .bzf-form-head h2 {
    font-size: 26px;
  }
}

/* MOBILE ONLY */
@media (max-width: 767px) {
  .bzf-llc-tax-form {
    gap: 20px;
  }

  .bzf-step-progress {
    flex-direction: column;
    gap: 8px;
  }

  .bzf-step-pill {
    width: 100%;
    text-align: center;
  }

  .bzf-form-card {
    padding: 16px;
    border-radius: 16px;
  }

  .bzf-form-head {
    margin-bottom: 16px;
  }

  .bzf-form-head h2 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .bzf-form-head p {
    font-size: 14px;
    line-height: 1.5;
  }

  .bzf-step-subsection h3 {
    font-size: 18px;
  }

  .bzf-owner-block,
  .bzf-finance-box {
    padding: 14px;
    border-radius: 16px;
    box-shadow: none;
  }

  .bzf-owner-top,
  .bzf-finance-head,
  .bzf-form-head-inline {
    flex-direction: column;
    align-items: stretch;
  }

  .bzf-owner-top {
    margin-bottom: 12px;
  }

  .bzf-owner-top h3,
  .bzf-finance-head h3,
  .bzf-upload-row label {
    font-size: 16px;
    line-height: 1.25;
    padding-bottom: 8px;
  }

  .bzf-form-grid,
  .bzf-form-grid-2,
  .bzf-finance-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .bzf-field label {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .bzf-field input,
  .bzf-field select,
  .bzf-field textarea,
  .bzf-finance-table input {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 14px;
  }

  .bzf-field textarea {
    min-height: 90px;
    max-height: 90px;
  }

  .bzf-field input::placeholder,
  .bzf-field textarea::placeholder,
  .bzf-finance-table input::placeholder {
    color: transparent;
  }

  .bzf-field input:focus::placeholder,
  .bzf-field textarea:focus::placeholder,
  .bzf-finance-table input:focus::placeholder {
    color: transparent;
  }

  .bzf-btn-primary,
  .bzf-btn-secondary,
  .bzf-remove-owner {
    width: 100%;
  }

  .bzf-btn-primary {
    margin: 0;
    min-height: 50px;
  }

  .bzf-step-actions {
    flex-direction: column;
  }

  .bzf-finance-head {
    gap: 14px;
    margin-bottom: 18px;
  }

  .bzf-finance-head h3 {
    max-width: 100%;
  }

  .bzf-form-actions {
    gap: 12px;
  }

  .bzf-form-message {
    font-size: 13px;
    padding: 13px 14px;
  }

  .bzf-success-inner {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .bzf-success-inner h3 {
    font-size: 22px;
  }

  .bzf-summary-card {
    padding: 16px;
    border-radius: 14px;
  }

  .bzf-summary-card h4 {
    font-size: 17px;
  }

  #bzfSubmitAnotherBtn {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .bzf-finance-table,
  .bzf-finance-table tbody,
  .bzf-finance-table tr,
  .bzf-finance-table td {
    display: block;
    width: 100%;
  }

  .bzf-finance-table thead {
    display: none;
  }

  .bzf-finance-table tr {
    margin-bottom: 14px;
    padding: 0;
    border: 1px solid rgba(255,162,0,0.10);
    border-radius: 14px;
    background: transparent;
  }

  .bzf-finance-table td {
    padding: 0;
    margin-bottom: 10px;
    border: none;
    text-align: left;
    width: 100% !important;
  }

  .bzf-finance-table td:last-child {
    margin-bottom: 0;
  }

  .bzf-finance-table td:nth-child(1)::before {
    content: "Head";
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 6px;
  }

  .bzf-finance-table td:nth-child(2)::before {
    content: "Amount";
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 6px;
  }

  .bzf-finance-table td:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .bzf-finance-table td:nth-child(3)::before {
    content: "Remove";
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 0;
  }

  .bzf-remove-row {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex-shrink: 0;
  }

  .bzf-upload-row input[type="file"] {
    width: 100%;
    padding: 14px;
    min-height: auto;
    white-space: normal;
    word-break: break-word;
  }

  .bzf-upload-row input[type="file"]::file-.elementor-20743 .elementor-element.elementor-element-f76c64b-button {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .bzf-total-bar,
  .bzf-profit-box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .bzf-step-progress {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.bzf-step-pill {
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 8px 8px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
}/* End custom CSS */