@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-97 .tc-wp-content-root img, .wpc-scope-97 .tc-wp-content-root video, .wpc-scope-97 .tc-wp-content-root svg, .wpc-scope-97 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content{
      --accent1:#2563eb;
      --accent2:#06b6d4;
      --text:#1f2937;
      --muted:#64748b;
      --white:#ffffff;
      --soft:#f8fafc;
      --border:#e5e7eb;
      --shadow:0 10px 35px rgba(37,99,235,.08);
      font-family:Inter,Segoe UI,Arial,sans-serif;
      width:100%;
      overflow:hidden;
      color:var(--text);
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content *{
      box-sizing:border-box;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-container{
      max-width:1200px;
      margin:0 auto;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-section-white{
      background:#fff;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-section-soft{
      background:var(--soft);
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-heading{
      text-align:center;
      margin-bottom:18px;
      position:relative;
      z-index:2;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-heading h2{
      margin:0 0 12px;
      color:var(--text);
      font-weight:800;
      line-height:1.2;
      letter-spacing:-0.5px;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-heading p{
      margin:0 auto;
      max-width:780px;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      height:100%;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 45px rgba(37,99,235,.14);
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-card-icon{
      width:52px;
      height:52px;
      border-radius:14px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:18px;
      color:#fff;
      font-weight:700;
      font-size:18px;
      box-shadow:0 10px 20px rgba(37,99,235,.18);
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-card h3{
      margin:0 0 12px;
      font-weight:700;
      color:var(--text);
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-step-wrap{
      display:grid;
      gap:24px;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-step{
      background:#fff;
      border-radius:24px;
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      display:flex;
      align-items:center;
      gap:24px;
      position:relative;
      overflow:hidden;
      transition:.35s ease;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-step:hover{
      transform:translateY(-6px);
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-step-number{
      min-width:80px;
      width:80px;
      height:80px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:28px;
      font-weight:800;
      box-shadow:0 15px 25px rgba(37,99,235,.2);
      flex-shrink:0;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-step-content h3{
      margin:0 0 10px;
      color:var(--text);
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-badge{
      position:absolute;
      right:-30px;
      top:-30px;
      width:120px;
      height:120px;
      border-radius:50%;
      background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(6,182,212,.12));
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-decoration{
      position:absolute;
      width:260px;
      height:260px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(37,99,235,.08),transparent 70%);
      pointer-events:none;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-decoration.one{
      top:-120px;
      right:-120px;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-decoration.two{
      bottom:-120px;
      left:-120px;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:all .7s ease;
    }.wpc-scope-97 .tc-wp-content-root .mt-income-tax-content .mt-reveal.active{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .mt-income-tax-content .mt-section{
        padding:55px 14px;
      }.tc-wp-content-root .mt-income-tax-content .mt-heading h2{
        font-size:26px;
      }.tc-wp-content-root .mt-income-tax-content .mt-heading p{
        font-size:14px;
      }.tc-wp-content-root .mt-income-tax-content .mt-grid{
        grid-template-columns:1fr;
        gap:16px;
      }.tc-wp-content-root .mt-income-tax-content .mt-card{
        padding:22px;
      }.tc-wp-content-root .mt-income-tax-content .mt-card h3{
        font-size:18px;
      }.tc-wp-content-root .mt-income-tax-content .mt-card p{
        font-size:14px;
      }.tc-wp-content-root .mt-income-tax-content .mt-step{
        padding:20px;
        flex-direction:column;
        text-align:center;
      }}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .mt-income-tax-content .mt-section{
        padding:60px 18px;
      }.tc-wp-content-root .mt-income-tax-content .mt-heading h2{
        font-size:28px;
      }.tc-wp-content-root .mt-income-tax-content .mt-heading p{
        font-size:15px;
      }.tc-wp-content-root .mt-income-tax-content .mt-grid{
        grid-template-columns:1fr;
        gap:18px;
      }.tc-wp-content-root .mt-income-tax-content .mt-card{
        padding:24px;
      }.tc-wp-content-root .mt-income-tax-content .mt-card h3{
        font-size:19px;
      }.tc-wp-content-root .mt-income-tax-content .mt-card p{
        font-size:15px;
      }.tc-wp-content-root .mt-income-tax-content .mt-step{
        padding:22px;
        flex-direction:column;
        text-align:center;
      }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .mt-income-tax-content .mt-section{
        padding:65px 22px;
      }.tc-wp-content-root .mt-income-tax-content .mt-heading h2{
        font-size:31px;
      }.tc-wp-content-root .mt-income-tax-content .mt-heading p{
        font-size:16px;
      }.tc-wp-content-root .mt-income-tax-content .mt-grid{
        grid-template-columns:1fr;
        gap:20px;
      }.tc-wp-content-root .mt-income-tax-content .mt-card{
        padding:26px;
      }.tc-wp-content-root .mt-income-tax-content .mt-step{
        padding:24px;
        flex-direction:column;
        text-align:center;
      }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .mt-income-tax-content .mt-section{
        padding:75px 28px;
      }.tc-wp-content-root .mt-income-tax-content .mt-heading h2{
        font-size:36px;
      }.tc-wp-content-root .mt-income-tax-content .mt-heading p{
        font-size:17px;
      }.tc-wp-content-root .mt-income-tax-content .mt-grid{
        grid-template-columns:repeat(2,1fr);
        gap:22px;
      }.tc-wp-content-root .mt-income-tax-content .mt-card{
        padding:28px;
      }.tc-wp-content-root .mt-income-tax-content .mt-step{
        padding:28px;
      }}@media (min-width:1024px){.tc-wp-content-root .mt-income-tax-content .mt-section{
        padding:90px 32px;
      }.tc-wp-content-root .mt-income-tax-content .mt-heading h2{
        font-size:42px;
      }.tc-wp-content-root .mt-income-tax-content .mt-heading p{
        font-size:18px;
      }.tc-wp-content-root .mt-income-tax-content .mt-grid.three{
        grid-template-columns:repeat(3,1fr);
        gap:26px;
      }.tc-wp-content-root .mt-income-tax-content .mt-card{
        padding:30px;
      }.tc-wp-content-root .mt-income-tax-content .mt-card h3{
        font-size:22px;
      }.tc-wp-content-root .mt-income-tax-content .mt-card p{
        font-size:16px;
      }.tc-wp-content-root .mt-income-tax-content .mt-step{
        padding:30px;
      }}