@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-102 .tc-wp-content-root img, .wpc-scope-102 .tc-wp-content-root video, .wpc-scope-102 .tc-wp-content-root svg, .wpc-scope-102 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content{
      --vt-primary:#1f7ae0;
      --vt-secondary:#38bdf8;
      --vt-accent:#0ea5e9;
      --vt-text:#1f2937;
      --vt-muted:#64748b;
      --vt-bg:#ffffff;
      --vt-soft:#f8fafc;
      --vt-border:#e5e7eb;
      --vt-shadow:0 10px 30px rgba(15,23,42,.08);
      --vt-radius:22px;
      width:100%;
      overflow:hidden;
      font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
      color:var(--vt-text);
      background:#fff;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-container{
      max-width:1200px;
      margin:0 auto;
      padding:0 20px;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-white{
      background:#fff;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-soft-bg{
      background:var(--vt-soft);
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-section-header{
      text-align:center;
      max-width:850px;
      margin:0 auto 40px;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      border-radius:999px;
      background:linear-gradient(135deg,rgba(31,122,224,.12),rgba(56,189,248,.12));
      color:var(--vt-primary);
      font-size:13px;
      font-weight:700;
      margin-bottom:16px;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-badge:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--vt-primary),var(--vt-secondary));
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content h2{
      margin:0 0 14px;
      font-weight:800;
      line-height:1.2;
      color:#0f172a;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-intro{
      margin:0;
      color:var(--vt-muted);
      line-height:1.8;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-card{
      position:relative;
      background:#fff;
      border:1px solid var(--vt-border);
      border-radius:var(--vt-radius);
      padding:28px;
      box-shadow:var(--vt-shadow);
      transition:all .35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-card:hover{
      transform:translateY(-8px);
      box-shadow:0 20px 40px rgba(15,23,42,.12);
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-card:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--vt-primary),var(--vt-secondary));
      border-radius:22px 22px 0 0;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-card-icon{
      width:54px;
      height:54px;
      border-radius:16px;
      background:linear-gradient(135deg,rgba(31,122,224,.12),rgba(56,189,248,.18));
      margin-bottom:18px;
      position:relative;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-card-icon:after{
      content:"";
      position:absolute;
      width:20px;
      height:20px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--vt-primary),var(--vt-secondary));
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content h3{
      margin:0 0 12px;
      font-weight:700;
      color:#0f172a;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content p{
      margin:0;
      line-height:1.75;
      color:var(--vt-muted);
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-steps{
      display:grid;
      gap:24px;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-step{
      display:flex;
      gap:24px;
      align-items:flex-start;
      background:#fff;
      border:1px solid var(--vt-border);
      border-radius:24px;
      padding:28px;
      box-shadow:var(--vt-shadow);
      position:relative;
      overflow:hidden;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-step:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(90deg,rgba(31,122,224,.03),transparent);
      pointer-events:none;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-step-number{
      min-width:70px;
      width:70px;
      height:70px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--vt-primary),var(--vt-secondary));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      font-weight:800;
      box-shadow:0 10px 25px rgba(31,122,224,.25);
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-step-content{
      flex:1;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-highlight{
      position:absolute;
      width:260px;
      height:260px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(56,189,248,.15),transparent 70%);
      pointer-events:none;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-highlight.top{
      top:-120px;
      right:-120px;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-highlight.bottom{
      bottom:-120px;
      left:-120px;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:all .7s ease;
    }.wpc-scope-102 .tc-wp-content-root .vt-income-tax-content .vt-reveal.vt-visible{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:1024px){.tc-wp-content-root .vt-income-tax-content .vt-section{
        padding:90px 0;
      }.tc-wp-content-root .vt-income-tax-content h2{
        font-size:38px;
      }.tc-wp-content-root .vt-income-tax-content .vt-intro{
        font-size:17px;
      }.tc-wp-content-root .vt-income-tax-content .vt-grid-3{
        grid-template-columns:repeat(3,1fr);
        gap:28px;
      }.tc-wp-content-root .vt-income-tax-content .vt-card{
        padding:30px;
      }.tc-wp-content-root .vt-income-tax-content h3{
        font-size:22px;
      }.tc-wp-content-root .vt-income-tax-content p{
        font-size:15.5px;
      }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .vt-income-tax-content .vt-section{
        padding:75px 0;
      }.tc-wp-content-root .vt-income-tax-content h2{
        font-size:32px;
      }.tc-wp-content-root .vt-income-tax-content .vt-intro{
        font-size:16px;
      }.tc-wp-content-root .vt-income-tax-content .vt-grid-3{
        grid-template-columns:repeat(2,1fr);
        gap:22px;
      }.tc-wp-content-root .vt-income-tax-content .vt-card{
        padding:24px;
      }.tc-wp-content-root .vt-income-tax-content h3{
        font-size:20px;
      }.tc-wp-content-root .vt-income-tax-content p{
        font-size:15px;
      }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .vt-income-tax-content .vt-section{
        padding:60px 0;
      }.tc-wp-content-root .vt-income-tax-content .vt-container{
        padding:0 18px;
      }.tc-wp-content-root .vt-income-tax-content h2{
        font-size:28px;
      }.tc-wp-content-root .vt-income-tax-content .vt-intro{
        font-size:15px;
      }.tc-wp-content-root .vt-income-tax-content .vt-grid-3{
        grid-template-columns:1fr;
        gap:18px;
      }.tc-wp-content-root .vt-income-tax-content .vt-card, .tc-wp-content-root .vt-income-tax-content .vt-step{
        padding:22px;
      }.tc-wp-content-root .vt-income-tax-content h3{
        font-size:19px;
      }.tc-wp-content-root .vt-income-tax-content p{
        font-size:14px;
      }.tc-wp-content-root .vt-income-tax-content .vt-step{
        flex-direction:column;
      }}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .vt-income-tax-content .vt-section{
        padding:55px 0;
      }.tc-wp-content-root .vt-income-tax-content .vt-container{
        padding:0 16px;
      }.tc-wp-content-root .vt-income-tax-content h2{
        font-size:26px;
      }.tc-wp-content-root .vt-income-tax-content .vt-intro{
        font-size:14px;
      }.tc-wp-content-root .vt-income-tax-content .vt-grid-3{
        grid-template-columns:1fr;
        gap:16px;
      }.tc-wp-content-root .vt-income-tax-content .vt-card, .tc-wp-content-root .vt-income-tax-content .vt-step{
        padding:20px;
      }.tc-wp-content-root .vt-income-tax-content .vt-step{
        flex-direction:column;
      }.tc-wp-content-root .vt-income-tax-content h3{
        font-size:18px;
      }.tc-wp-content-root .vt-income-tax-content p{
        font-size:14px;
      }}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .vt-income-tax-content .vt-section{
        padding:50px 0;
      }.tc-wp-content-root .vt-income-tax-content .vt-container{
        padding:0 14px;
      }.tc-wp-content-root .vt-income-tax-content h2{
        font-size:24px;
      }.tc-wp-content-root .vt-income-tax-content .vt-intro{
        font-size:14px;
      }.tc-wp-content-root .vt-income-tax-content .vt-grid-3{
        grid-template-columns:1fr;
        gap:14px;
      }.tc-wp-content-root .vt-income-tax-content .vt-card, .tc-wp-content-root .vt-income-tax-content .vt-step{
        padding:18px;
      }.tc-wp-content-root .vt-income-tax-content .vt-step{
        flex-direction:column;
      }.tc-wp-content-root .vt-income-tax-content h3{
        font-size:17px;
      }.tc-wp-content-root .vt-income-tax-content p{
        font-size:13.5px;
      }}