html { scroll-behavior: smooth; }

body { font-family: 'Instrument Sans', sans-serif; }

.dot-decor {
  background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 22px 22px;
}

details > summary { list-style: none; cursor: pointer; }

details > summary::-webkit-details-marker { display: none; }

details[open] .chev { transform: rotate(180deg); }

.chev { transition: transform 0.2s ease; }
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 16px;
  margin-top: 20px; /* spacing from content */
  border-radius: 9999px;
  background: #F2FBF9;
  color: #1AA08B;
  font-size: 14px;
  font-weight: 600;
}
.mb-20px{margin-bottom: 20px;}
.mt-8px{margin-top: 8px !important;} 
.mb-14px{margin-bottom: 14px !important;}

.filing-tabs-layout {
  max-width: 1092px;
  /* margin-left: auto; */
  margin-right: auto;
}

.filing-preview {
  position: relative;
  min-height: 520px;
  border: 1px solid #e5e4e1;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
  /* padding: 20px; */
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}

.filing-preview img {
  display: block;
  width: 100%;
  max-width: 520px;
  max-height: 480px;
  height: auto;
  object-fit: contain;
}

.filing-preview img[hidden] {
  display: none;
}

  /* position: relative;
  min-height: 520px;
  border-radius: 20px;
  background: linear-gradient(145deg, #315ea8, #25539b);
  overflow: hidden;
  padding: 18px;
  box-shadow: inset 0 0 80px rgba(0,0,0,0.12); */


.filing-preview-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.82);
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
}

.filing-preview-card {
  width: min(305px, 82%);
  margin: 38px auto 0;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 22px 46px rgba(0,0,0,0.32);
}

.filing-preview-top {
  background: #36a866;
  color: #ffffff;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.filing-form-sheet {
  padding: 22px 24px;
  min-height: 300px;
  background:
    linear-gradient(#d8e2ff 1px, transparent 1px),
    linear-gradient(90deg, #d8e2ff 1px, transparent 1px),
    #ffffff;
  background-size: 14px 14px;
  border: 24px solid #f8fafc;
}

.form-line {
  width: 68%;
  height: 8px;
  background: #5f86ea;
  border-radius: 999px;
  margin-bottom: 12px;
}

.form-line.wide { width: 100%; }

.form-grid-lines {
  height: 70px;
  margin-bottom: 16px;
  border: 1px solid #b8c8fa;
  background: rgba(255,255,255,0.72);
}

.form-grid-lines.short { height: 50px; }

.filing-preview-dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.filing-preview-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.28);
}

.filing-preview-dots span.active {
  width: 16px;
  background: #35a866;
}

.filing-tabs-card {
  border: 1px solid #e5e4e1;
  border-radius: 22px;
  background: #ffffff;
  padding: 26px 26px 28px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.16);
  display: flex;
  flex-direction: column;
  text-transform: none;
  letter-spacing: normal;
}

.filing-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 4px;
  border-radius: 10px;
  background: #e8e6e2;
  margin-bottom: 22px;
}

.filing-tab {
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #63656b;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-transform: none;
  letter-spacing: normal;
}

.filing-tab.active {
  background: #ffffff;
  color: #1a1b1e;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}

.filing-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  text-transform: none;
  letter-spacing: normal;
}

.filing-steps[hidden] { display: none; }

.filing-steps li {
  display: flex;
  gap: 14px;
  padding: 0 14px;
}

.filing-steps li:last-child {
  background: #ffffff;
  border-radius: 12px;
  
  
}

.filing-steps li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #36a866;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.filing-steps h3 {
  color: #1a1b1e;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.filing-steps p {
  color: #63656b;
  font-size: 14.5px;
  line-height: 1.75;
  text-transform: none;
  letter-spacing: normal;
}

.filing-steps-ready {
  color: #63656b;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1.45;
  margin-top: 32px !important;
  margin-bottom: 14px !important;
  text-transform: none;
}

.filing-steps-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto;
  min-width: 280px;
  min-height: 50px;
  margin-top: 0;
  padding: 0 34px;
  border-radius: 999px;
  background: #36a866;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.filing-steps-cta:hover { filter: brightness(0.96); }

.mail-faq-answer {
  color: #1a1b1e;
  font-size: 14px;
  line-height: 1.65;
}

.mail-faq-answer h4 {
  color: #1a1b1e;
  font-size: 14px;
  font-weight: 500;
  margin: 18px 0 10px;
}

.mail-faq-answer ul {
  list-style: disc;
  margin: 0 0 18px 22px;
  padding-left: 12px;
}

.mail-faq-answer li {
  margin: 4px 0;
}

.mailing-address-box {
  position: relative;
  border: 1px solid rgba(11, 79, 158, 0.18);
  border-left: 4px solid #1fa45c;
  border-radius: 16px;
  background: linear-gradient(135deg, #f4fbf7 0%, #f3f7fd 100%);
  padding: 16px 18px;
  margin: 20px 0 30px;
  box-shadow: 0 10px 24px rgba(11, 79, 158, 0.08);
}

.mailing-address-box h4 {
  color: #0b4f9e;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 0 0 6px;
}

.mailing-address-box p {
  color: #1a1b1e;
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0;
}

.mail-faq-note {
  margin: 0;
}

@media (max-width: 1023px) {
  .filing-preview { min-height: 430px; }
  .filing-preview img { max-height: 390px; }
}

@media (max-width: 640px) {
  .filing-tabs-card { padding: 18px; }
  .filing-tabs { grid-template-columns: 1fr; }
  .filing-preview-card { width: 92%; }
  .filing-preview {
    min-height: 340px;
    padding: 14px;
  }
  .filing-preview img { max-height: 310px; }
}
@media (max-width: 767px) {
 .py-24 {padding-top: 32px !important;
    padding-bottom: 32px !important;}
}
.fw-500{font-weight: 500;}
.filing-steps {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-transform: none;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0;
    align-items: center;
    justify-content: center;
}

.filing-steps li {
    margin-bottom: 20px;
}

.filing-steps li:last-child {
    margin-bottom: 0;
}
.filing-steps h3,
.filing-steps p {
    margin: 0;
}
.mt-6{margin-top: 1.5rem;}

details {
    overflow: hidden;
}

details > *:not(summary) {
    overflow: hidden;
}

summary {
    cursor: pointer;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

.chev {
    transition: transform .3s ease;
}

details[open] .chev {
    transform: rotate(180deg);
}

.nav-link.active{
    background:#F3F8FF;   /* change to your color */
    color:#0E4678 !important;

}
.btn-primary:hover { background-color: rgb(31 164 92 / var(--tw-bg-opacity, 1)); color: #fff; }
.border-green-1 { border: 1px solid rgb(31 164 92 / var(--tw-bg-opacity, 1)); }
.me-10px{margin-right: 10px;}
/*#faq details { scroll-margin-top: 120px; }*/
.link { color: #0b4f9e; text-decoration: underline; font-weight: 600;}
.link:hover { color: #083b75; text-decoration: underline; font-weight: 600; }