@charset "utf-8";
/* CSS Document */


/* GST ACCOUNTING SECTION */

.gst-accounting-section{
    position:relative;
    padding:110px 0;
    background:#f8fbff;
    overflow:hidden;
}

.gst-accounting-container{
    width:min(1180px,92%);
    margin:auto;
}

/* HEADING */

.gst-accounting-heading{
    text-align:center;
    margin-bottom:70px;
}

.gst-accounting-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(99,102,241,.12);
    color:#4f46e5;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:20px;
}

.gst-accounting-heading h2{
    font-size:clamp(2.4rem,5vw,4.5rem);
    line-height:1.15;
    font-weight:800;
    color:#111827;
    margin-bottom:22px;
}

.gst-accounting-heading h2 span{
    background:linear-gradient(135deg,#4f46e5,#06b6d4);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.gst-accounting-heading p{
    max-width:850px;
    margin:auto;
    font-size:1.08rem;
    line-height:1.9;
    color:#667085;
}

/* INTRO */

.gst-accounting-intro{
    margin-bottom:40px;
}

.gst-intro-card{
    background:#fff;
    border-radius:30px;
    padding:45px;
    border:1px solid rgba(0,0,0,.06);
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.gst-intro-card p{
    font-size:1rem;
    line-height:2;
    color:#667085;
    margin-bottom:20px;
}

/* KEY GRID */

.gst-key-section{
    margin-bottom:90px;
}

.gst-key-title h3,
.gst-features-title h3{
    font-size:2rem;
    font-weight:800;
    color:#111827;
    margin-bottom:40px;
    text-align:center; padding-top:44px;
}

.gst-key-grid,
.gst-features-grid,
.gst-faq-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:28px;
}

.gst-key-card,
.gst-feature-box,
.gst-faq-card{
    background:#fff;
    border-radius:24px;
    padding:34px;
    border:1px solid rgba(0,0,0,.06);
    transition:.35s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.gst-key-card:hover,
.gst-feature-box:hover,
.gst-faq-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(79,70,229,.12);
}

.gst-key-card h4,
.gst-feature-box h4,
.gst-faq-card h4{
    font-size:1.2rem;
    color:#111827;
    margin-bottom:14px;
    font-weight:700;
}

.gst-key-card p,
.gst-feature-box p,
.gst-faq-card p{
    color:#667085;
    line-height:1.9;
    font-size:.96rem;
}

/* TABLE */

.gst-table-wrapper{
    margin:50px 0;
}

.gst-table-scroll{
    overflow-x:auto;
    border-radius:26px;
    background:#fff;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.gst-feature-table{
    width:100%;
    border-collapse:collapse;
    min-width:720px;
}

.gst-feature-table thead{
    background:linear-gradient(135deg,#4f46e5,#06b6d4);
}

.gst-feature-table thead th{
    color:#fff;
    padding:22px;
    text-align:left;
    font-size:1rem;
}

.gst-feature-table tbody td{
    padding:22px;
    border-bottom:1px solid #eef2f7;
    color:#475467;
    line-height:1.7;
}

.gst-feature-table tbody tr:hover{
    background:#f8faff;
}

/* FAQ */

.gst-faq-section{
    margin-top:40px;
}

/* CONCLUSION */

.gst-conclusion-box{
    margin-top:100px;
    background:linear-gradient(135deg,#4f46e5,#4338ca);
    border-radius:34px;
    padding:60px;
    color:#fff; text-align:center;
    box-shadow:0 20px 60px rgba(79,70,229,.28);
}

.gst-conclusion-box span{
    display:inline-block;
    padding:8px 18px;
    background:rgba(255,255,255,.15);
    border-radius:50px;
    font-size:.8rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:20px;
}

.gst-conclusion-box h3{
    font-size:2.2rem;
    line-height:1.3;
    margin-bottom:24px;
    font-weight:800; color:#FFFFFF;
}

.gst-conclusion-box p{
    font-size:1rem;
    line-height:2;
    color:rgba(255,255,255,.88);
    margin-bottom:18px;
}

/* RESPONSIVE */

@media(max-width:768px){

.gst-accounting-section{
    padding:80px 0;
}

.gst-intro-card,
.gst-key-card,
.gst-feature-box,
.gst-faq-card,
.gst-conclusion-box{
    padding:28px;
}

.gst-accounting-heading h2{
    font-size:2rem;
}

.gst-key-title h3,
.gst-features-title h3{
    font-size:1.6rem;
}

.gst-conclusion-box h3{
    font-size:1.7rem;
}

.gst-accounting-heading p,
.gst-intro-card p,
.gst-key-card p,
.gst-feature-box p,
.gst-faq-card p,
.gst-conclusion-box p{
    font-size:.95rem;
    line-height:1.8;
}

}
/* ===============================
   GST ACCOUNTING SOFTWARE SECTION
================================== */

.gst-accounting-section{
  position:relative;
  padding:20px 0;
  background:#f8f9ff;
  overflow:hidden;
}

.gst-accounting-section::before{
  content:'';
  position:absolute;
  width:450px;
  height:450px;
  background:rgba(108,61,232,0.08);
  border-radius:50%;
  top:-200px;
  right:-120px;
  filter:blur(20px);
}

.gst-accounting-head{
  max-width:900px;
  margin:0 auto 60px;
  text-align:center;
  position:relative;
  z-index:2;
}

.gst-accounting-badge{
  display:inline-block;
  padding:10px 18px;
  border-radius:50px;
  background:rgba(108,61,232,0.12);
  color:#6c3de8;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.5px;
  margin-bottom:18px;
}

.gst-accounting-head h2{
  font-size:3rem;
  line-height:1.15;
  font-weight:800;
  color:#111827;
  margin-bottom:24px;
  font-family:'Sora',sans-serif;
}

.gst-accounting-head p{
  font-size:1.05rem;
  line-height:1.9;
  color:#5b6475;
  margin-bottom:18px;
}

.gst-challenges-wrap{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:28px;
  position:relative;
  z-index:2;
}

.gst-challenge-card{
  background:#fff;
  border-radius:24px;
  padding:35px 30px;
  border:1px solid rgba(0,0,0,0.05);
  transition:all .35s ease;
  position:relative;
  overflow:hidden;
}

.gst-challenge-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#6c3de8,#9f6bff);
}

.gst-challenge-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 50px rgba(108,61,232,0.12);
}

.gst-icon{
  width:60px;
  height:60px;
  border-radius:18px;
  background:linear-gradient(135deg,#6c3de8,#9f6bff);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.1rem;
  font-weight:800;
  margin-bottom:24px;
  font-family:'Sora',sans-serif;
}

.gst-challenge-card h3{
  font-size:1.35rem;
  color:#111827;
  margin-bottom:16px;
  font-weight:700;
  line-height:1.4;
}

.gst-challenge-card p{
  font-size:1rem;
  line-height:1.8;
  color:#667085;
}

/* ===============================
   RESPONSIVE
================================== */

@media(max-width:768px){

  .gst-accounting-section{
    padding:70px 0;
  }

  .gst-accounting-head h2{
    font-size:2rem;
  }

  .gst-accounting-head p{
    font-size:.96rem;
    line-height:1.8;
  }

  .gst-challenge-card{
    padding:28px 24px;
  }

  .gst-challenge-card h3{
    font-size:1.15rem;
  }

}
/* ===================================
   BUSY USERS & FAQ SECTION
=================================== */

.busy-users-faq-section{
  padding:30px 0;
  background:#f8f9ff;
  position:relative;
  overflow:hidden;
}

.busy-users-heading{
  max-width:850px;
  margin:0 auto 70px;
  text-align:center;
}

.busy-users-badge{
  display:inline-block;
  padding:10px 18px;
  border-radius:50px;
  background:rgba(108,61,232,0.12);
  color:#6c3de8;
  font-size:.82rem;
  font-weight:700;
  margin-bottom:20px;
}

.busy-users-heading h2{
  font-size:3rem;
  line-height:1.2;
  font-weight:800;
  color:#111827;
  margin-bottom:20px;
  font-family:'Sora',sans-serif;
}

.busy-users-heading p{
  font-size:1.05rem;
  line-height:1.9;
  color:#667085;
}

.busy-users-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:28px;
  margin-bottom:90px;
}

.busy-user-card{
  background:#fff;
  border-radius:24px;
  padding:35px 30px;
  transition:.35s ease;
  border:1px solid rgba(0,0,0,0.05);
  position:relative;
  overflow:hidden;
}

.busy-user-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#6c3de8,#9f6bff);
}

.busy-user-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 45px rgba(108,61,232,.12);
}

.busy-user-icon{
  width:60px;
  height:60px;
  border-radius:18px;
  background:linear-gradient(135deg,#6c3de8,#9f6bff);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:800;
  margin-bottom:24px;
}

.busy-user-card h3{
  font-size:1.35rem;
  margin-bottom:14px;
  color:#111827;
  font-weight:700;
}

.busy-user-card p{
  font-size:1rem;
  line-height:1.8;
  color:#667085;
}

/* =========================
   BUSY FAQ SECTION
========================= */

.busy-faq-section{
  padding:0px 0;
  background:#f8f9ff;
}

.busy-faq-heading{
  text-align:center;
  margin-bottom:60px;
}

.busy-faq-heading span{
  display:inline-block;
  color:#6c3de8;
  font-size:.85rem;
  font-weight:700;
  letter-spacing:.5px;
  margin-bottom:12px;
}

.busy-faq-heading h2{
  font-size:2.8rem;
  font-weight:800;
  color:#111827;
  font-family:'Sora',sans-serif;
}

.busy-faq-list{
  display:flex;
  flex-direction:column;
  gap:24px;
  max-width:950px;
  margin:auto;
}

.busy-faq-card{
  background:#fff;
  padding:32px;
  border-radius:24px;
  border:1px solid rgba(0,0,0,.05);
  transition:.35s ease;
  position:relative;
  overflow:hidden;
}

.busy-faq-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  
}

.busy-faq-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(108,61,232,.12);
}

.busy-faq-card h3{
  font-size:1.2rem;
  color:#111827;
  margin-bottom:14px;
  font-weight:700;
  line-height:1.5;
}

.busy-faq-card p{
  color:#667085;
  line-height:1.9;
  font-size:1rem;
}

/* RESPONSIVE */

@media(max-width:768px){

  .busy-faq-section{
    padding:70px 0;
  }

  .busy-faq-heading h2{
    font-size:2rem;
  }

  .busy-faq-card{
    padding:24px;
  }

  .busy-faq-card h3{
    font-size:1.05rem;
  }

  .busy-faq-card p{
    font-size:.95rem;
  }

}
/* RESPONSIVE */

@media(max-width:768px){

  .busy-users-faq-section{
    padding:70px 0;
  }

  .busy-users-heading h2{
    font-size:2rem;
  }

  .busy-faq-heading h2{
    font-size:1.9rem;
  }

  .busy-faq-question{
    font-size:.95rem;
    line-height:1.6;
  }

}
.cta-btn {
    display: inline-block;
    padding: 16px 34px;
    background: #fff;
    color: #111827;
    font-weight: 700;
    border-radius: 14px;
}
