
.section-padding{
  padding:60px 0;
}
.section-title{
  font-weight:700;
  font-size:32px;
}
.sub-title{
  color:#6c757d;
  max-width:800px;
  margin:auto;
}
.card-custom{
  border:0;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}
.badge-recommended{
  position:absolute;
  top:-12px;
  right:15px;
  background:#198754;
  color:#fff;
  padding:6px 12px;
  border-radius:20px;
  font-size:12px;
}
.price{
  font-size:34px;
  font-weight:700;
}
.old-price{
  text-decoration:line-through;
  color:#999;
}
.icon-box{
  width:60px;
  height:60px;
  border-radius:12px;
  background:#e9f7ef;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  color:#198754;
}
.list-check li{
  list-style:none;
  margin-bottom:10px;
  position:relative;
  padding-left:26px;    color: #333;
}
.list-check li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:#198754;
  font-weight:700;
}
.btn-main{
  background:#198754;
  color:#fff;
  border-radius:30px;
  padding:12px 30px;
}
.btn-main:hover{
  background:#146c43;
  color:#fff;
}
.gradient-box{
  background:linear-gradient(135deg,#198754,#20c997);
  color:#fff;
  border-radius:20px;
}
.tm-kinds-section{
  background:#fff;
}

.title-line{
  width:50px;
  height:4px;
  background:#28a745;
  border-radius:10px;
}

.tm-card{
  background:#eaf3fb;
  padding:60px 30px 40px;
  border-radius:6px;
  height:100%;
}

.tm-card p{
  font-size:15px;
  color:#333;
  line-height:1.7;
}

/* Hexagon Badge */
.hexagon{
    width: 85px;
    height: 70px;
    background: #3e3f95;
    color: #fff;
    font-weight: 800;
    font-size: 35px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  top:-35px;
  left:50%;
  transform:translateX(-50%);
  clip-path: polygon(
    25% 0%, 75% 0%,
    100% 50%, 75% 100%,
    25% 100%, 0% 50%
  );
}
 .tm-eligibility{
  background:#fff;
}

.green-line{
  width:50px;
  height:4px;
  background:#16a34a;
  margin-top:8px;
  border-radius:10px;
}

.eligibility-text{
  max-width:1000px;
  margin:auto;
  color:#555;
  font-size:15px;
  line-height:1.8;
}

.opt-box{
  position:relative;
  padding-left:55px;
}

.opt-number {
    position: relative;
    left: 0;
    top: 0;
    font-size: 40px;
    font-weight: 900;
    color: #3e3f95;
    background: #fff;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ced0ea;    margin: 0px auto 15px;
}

.opt-box h6{
  font-weight:600;
  margin-bottom:8px;
}

.opt-box p{
  font-size:14px;
  color:#555;
  line-height:1.7;
}

    .green-line{
  width:50px;
  height:4px;
  background:#3e3f95;
  margin-top:8px;
  border-radius:5px;
}

.adv-box svg{
  width:42px;
  height:42px;
  stroke:#3e3f95;
  fill:none;
  stroke-width:2;
  margin-bottom:10px;
}

.adv-box h5{
  font-weight:600;
  margin-top:8px;
}

.adv-box p{
  font-size:14px;
  color:#555;
}

.how-work-section{
  background:#f1f1f1;
}

.work-box{
  background:#1f7a00;
  color:#fff;
  padding:20px 10px;
  border-radius:8px;
  height:100%;
}

.work-box span{
  font-size:28px;
  font-weight:700;
  display:block;
  margin-bottom:5px;
}

.work-box p{
  font-size:13px;
  margin:0;
}


    .pricing-section{
  background:#1f1f1f;
}

.pricing-card{
  background:#fffaf5;
  border-radius:12px;
  overflow:hidden;
  position:relative;
  height:100%;
}

.pricing-header{
  background:#16a34a;
  color:#fff;
  text-align:center;
  padding:25px 15px;
}

.pricing-header h5{
  margin-bottom:10px;
  font-weight:600;
}

.pricing-header h2{
  font-size:36px;
  font-weight:700;
}

.pricing-body{
  padding:25px 20px;
}

.pricing-body ul{
  padding-left:18px;
}

.pricing-body ul li{
  font-size:14px;
  margin-bottom:10px;
  color:#333;
}

.pricing-btn{
  background:linear-gradient(90deg,#22c55e,#16a34a);
  color:#fff;
  border:none;
  width:100%;
  padding:12px;
  font-weight:600;
  border-radius:8px;
  margin-top:20px;
}

.pricing-btn:hover{
  background:#16a34a;
  color:#fff;
}

.recommended{
  box-shadow:0 0 0 3px #16a34a;
}

.badge-recommended{
  position:absolute;
  top:15px;
  right:15px;
  background:#facc15;
  color:#000;
  font-size:12px;
  padding:6px 12px;
  border-radius:20px;
  font-weight:600;
}

    .green-line{
  width:50px;
  height:4px;
  background:#28a745;
  border-radius:10px;
}

.icon-box p{
  margin-top:10px;
  font-size:14px;
  font-weight:500;
}

.blue-pill{
    background: #26ade4;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 15px;
}

.doc-list{
  list-style:none;
  padding-left:0;
}

.doc-list li{
  position:relative;
  padding-left:25px;
  margin-bottom:10px;
  font-size:15px;
}

.doc-list li::before{
  content:"➜";
  position:absolute;
  left:0;
  color:#28a745;
  font-weight:bold;
}
/* gst registrations */



.gst-section h1 span {
  color: #0d6efd;
}

.form-control {
  padding: 12px;
  border-radius: 8px;
}

.btn-primary {
  border-radius: 10px;
}

.review-trust-section {
  background: #f8f9fa;
}

.review-card {
    transition: all 0.3s ease;
    border: 1px solid #ced2fd !important;
    border-radius: 10px;
    margin: 0 0 15px;
    width: 100%;
    padding: 20px 15px !important;
    background: #f1f2ff;
    box-shadow: none !important;
}

.review-card:hover {
border-bottom: 5px solid #03b0ef !important;
    transform: translateY(-10px);
    background-color: #eaf9ff;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%) !important;
}

.review-icon {
  width: 64px;
  height: auto;
}

.rating-stars {
  width: 110px;
  height: auto;
}

.brand-icon {
    width: 120px;
    height: 80px;
    object-fit: contain;
    margin: 0px !important;
}

/* .highlight-card {
  border: 2px solid #0d6efd;
} */
.gst-pricing {
  background: #f9fafb;
}
 
.pricing-list {
  list-style: none;
  padding: 0;
}

.pricing-list li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
}

.pricing-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-weight: bold;
}

.featured {
  border: 2px solid #0d6efd;
}

.badge-popular {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #0d6efd;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
}

.guarantee {
  font-size: 13px;
  color: #555;
}
.fasttrack-section {
  background: #f8fafc;
}

.final-price {
  font-size: 36px;
  font-weight: 700;
  color: #0d6efd;
}

.feature-list,
.plus-list {
  list-style: none;
  padding: 0;
}

.feature-list li,
.plus-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 15px;
}

.feature-list li::before,
.plus-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-weight: bold;
}

.cta-box {
  background: #ffffff;
  border-radius: 18px;
}

.cta-box h4 {
  color: #022b50;
}


.gst-pricing{
  background:#f8fbff;
}

.price-card{
  background:#fff;
  border-radius:10px;
  padding:24px;
  height:100%;
  border:1px solid #e6edf5;
  position:relative;
}

.price-card h5{
  font-weight:600;
}

.price{
  font-weight:700;
  margin:10px 0;
}

.old-price{
  font-size:14px;
}

.bg-success-light{
  background:#e7f6ec;
  color:#15803d;
  font-size:12px;
  margin-left:8px;
}

.guarantee{
  display:flex;
  gap:10px;
  font-size:13px;
  color:#333;
  margin-bottom:15px;
}

.guarantee span{
  font-size:20px;
}

.feature-list{
  list-style:none;
  padding:0;
  margin:0;
}

.feature-list li{
  position:relative;
  padding-left:22px;
  margin-bottom:8px;
  font-size:14px;
}

.feature-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#16a34a;
  font-weight:600;
}

.featured{
  border:2px solid #e3f0ff;
  background:#f8fbff;
}

.recommended{
  position:absolute;
  top:-12px;
  right:20px;
  background:#2563eb;
  color:#fff;
  font-size:12px;
  padding:4px 10px;
  border-radius:4px;
}

.documents-box.mt-4.p-3.border.rounded-3 {
    position: relative;
    transition: all .3s ease-in-out;
    border: 1px solid #ced2fd !important;
    border-radius: 10px;
    margin: 0 0 15px;
    width: 100%;
    padding: 20px 15px;
    background: #f1f2ff;
}
a.text-primary.fw-semibold.text-decoration-none {
    color: #3e3f95 !important;
    text-transform: capitalize;
}
.gst-offer-section{
  background:#fff;
}

.price-row del{
     color: #e60000;
    margin-right: 10px;
    font-size: 25px;
}

.final-price{
    font-size: 30px;
    font-weight: 700;
    margin-right: 10px;
    color: #3e3f95;
}

.gst-list{
  list-style:none;
  padding-left:0;
}

.gst-list li{
  position:relative;
  padding-left:22px;
  margin-bottom:6px;
  font-size:14px;
}

.gst-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#16a34a;
  font-weight:600;
}

.note-text{
  font-size:13px;
  color:#444;
}


.title5{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    height: auto;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}
.servicePackage.section_holder27.services-packages #pricing-table .plan {
    width: calc(100% / 4);
    margin: 0px 10px;
    border-radius: 12px !important;
    background: #f9fdff;
    border: 1px solid #bce9f2 !important;
}
/* .opt-box.review-card {
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #ced2fd !important;
    border-radius: 10px;
    margin: 0 0 15px;
    width: 100%;
    padding: 50px 33px 20px !important;
    background: #f1f2ff;
    box-shadow: none !important;
} */
.servicePackage.section_holder27.services-packages .planHeader .title5 {
    min-height: auto;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 20px;
}
.servicePackage.section_holder27.services-packages #pricing-table .planHeader .price {
    font-size: 22px;
    font-weight: 600;
    color: #252525;
    display: block;
    margin: 20px 0px;
}
.servicePackage.section_holder27.services-packages #pricing-table .planHeader {
    padding: 40px 30px 20px;
    margin: -20px -20px 0 -20px;
    background: #0485b5;}

    .servicePackage.section_holder27.services-packages #pricing-table span.brandName.text-white {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.servicePackage.section_holder27.services-packages #pricing-table .planHeader .forPlan { 
    top: 33px;
    left: -60px;}
    .fw-bold.mb-3.cmTitle {
    line-height: 33px;
}
.fw-bold.mb-3.cmTitle span.text-primary {
    color: #0398cf !important;
}
.opt-box.review-card {
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #ced2fd !important;
    border-radius: 10px;
    margin: 0 0 15px;
    width: 100%;
    padding: 25px 33px 20px !important;
    background: #f1f2ff;
    box-shadow: none !important;
    text-align: center;
}
.opt-box.review-card .title5 {
    height: auto;
    min-height: inherit;
    font-size: 20px;
    margin: 13px 0px;
    color: #006d96; text-transform: capitalize;
}
 
.col-md-2.col-6.mb-4 .certificate1 { 
    margin: 0 0 0px;
    width: 100%;
    padding: 20px 15px 5px; 
    background: #ffffff;
    height: 100%;
}
.how-work-section.py-5.w-100.float-start .opt-number { 
    font-size: 25px; 
    width: 50px;
    height: 50px;}
    .how-work-section.py-5.w-100.float-start .opt-box.review-card { 
    border-radius: 10px;
    margin: 0 0 10px;
    width: 100%;
    padding: 15px 10px 8px !important;}