   :root{
      --blue:#0B5ED7;
      --blue-dark:#0A4FC0;
      --text:#0F2E5C;
      --muted:#5A6B86;
      --card-bg:#F7F8FA;
      --border:#D8DDE6;
      --shadow:0 1px 0 rgba(16,24,40,.06);
    }


    body{
      margin:0;
      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color:var(--text);
      background:#ffffff;
    }


.table td,
.table th {
  vertical-align: middle;
  text-align: center;
  border-color: #e6edf6;
  color: #1c2a3a;
}

.table tbody tr:nth-child(odd) {
  background-color: #f9fbff;
}

.table tbody tr:nth-child(even) {
  background-color: #eef4fb;
}

 .check-icon {
   color: #66ff66;
   font-size: 1.2rem;
 }

 .cross-icon {
   color: #ff4c4c;
   font-size: 1.2rem;
 }

 .features .features-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 16px;
 }

.features .feature-item {
  position: relative;
  background: #ffffff;
  transition: all 0.4s ease;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(11, 30, 59, 0.1);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 4;
  padding: 30px;
  box-shadow: 0 16px 28px rgba(11, 30, 59, 0.08);
}

.features .feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1aa3d8, rgba(26, 163, 216, 0));
  transition: left 0.5s ease;
}

 .features .feature-item:hover {
   transform: translateY(-15px);
   box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
 }

.features .feature-item:hover .feature-number {
  color: rgba(11, 30, 59, 0.35);
  transform: scale(1.1);
}

.features .feature-item .feature-number {
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 34px;
  font-weight: 900;
  color: rgba(11, 30, 59, 0.18);
  line-height: 1;
  z-index: 1;
}

 .features .feature-item .feature-content {
   position: relative;
   z-index: 2;
 }

.features .feature-item .feature-content h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #0b1e3b;
  background: linear-gradient(135deg, #e6f2ff, #f3f6ff);
  padding: 7px 16px;
  border-radius: 50px;
  text-align: center;
  line-height: 21px;
}

.features .feature-item .feature-content p {
  color: #6a7380;
  font-size: 16px;
  font-weight: 400;
  text-align: start;
}

 .text-start-inner {
   text-align: start;
 }

 @media (max-width: 768px) {

   .table th,
   .table td {
     font-size: 14px;
     padding: 10px;
   }

   .price {
     font-size: 28px;
   }
 }

.why_choose_table {
  background-color: #0b1e3b;
  padding: 20px 20px;
  border-radius: 18px;
}

thead.table-pricing tr th {
  background-color: #eef4fb;
}

 .table-box {
   border-radius: 2px !important;
 }

 h3.caption-top-heading {
   text-align: center;
   font-size: 22px;
   margin-bottom: 25px;
   line-height: 27px;
 }

.bi-patch-check-fill::before {
  content: "\f4b5";
  color: #1aa3d8;
}

.pricing_inner .nav-tabs {
    border: solid 1px rgba(11, 30, 59, 0.2);
    justify-content: center;
    background-color: var(--white);
    border-radius: 999px;
    padding: 5px;
    width: 230px;
    margin: 30px auto;
    position: relative;
}
.pricing_inner .nav-tabs button.active {
    background-color: var(--primery);
    color: var(--white);
    border-radius: 999px;
}
.pricing_inner .nav-tabs button {
    border: transparent;
    border-radius: 10px;
    background-color: transparent;
    font-weight: 700;
    padding: 10px 30px;
    font-size: 14px;
}

 .pricing_inner .pannel_block {
    background-color: var(--white);
    border-radius: 20px;
    padding: 21px 18px;
    box-shadow: 0px 8px 30px var(--shadow);
    border: solid 1px var(--greay);
    margin-bottom: 20px;
    height: 100%;
}
.pricing_inner .pannel_block .pkg_icon {
    position: relative;
    text-align: left;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing_inner .pannel_block .heading {
    position: relative;
}
.pricing_inner .pannel_block .pricing {
    padding: 0 0 10px 0;
    border-bottom: 1px solid var(--dark-greay);
    text-align: center;
}
.pricing_inner .pannel_block .pricing h3 {
    font-family: "Manrope", sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: var(--primery);
    margin: 0;
}

.pricing_inner .pannel_block .features {
    margin: 13px 0 21px 0;
}
.pricing_inner .pannel_block .features li {
    display: flex
;
    align-items: start;
    margin: 5px 0;
}
.pricing_inner .pannel_block .features li .icon {
    margin-right: 5px;
    width: 17px;
}
.pricing_inner .pannel_block .features li p {
    margin: 0;
    width: calc(100% - 20px);
    font-weight: 500;
    padding-top: 2px;
}
.icofont-check-circled {
    color: #00ae3d;
}

.puprple_btn-inner {
    font-size: 14px;
}
  
span.discounted-price {
    font-size: 24px;
    font-weight: 800;
    color: #000;
    line-height: 15px;
    text-align: center;
}
.btn_block-inner {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
a.puprple_btn-in {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
}
span.pr-heading {
    font-size: 17px;
    font-weight: 800;
    margin: 6px 0;
}
a.puprple_btn-sove {
    font-size: 18px;
    line-height: 36px;
    color: #021dff;
    font-weight: 700;
}

.icofont-circle-circled {
    font-size: 13px;
    color: red;
}

.blog_head h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}
.usage-swiftdial-inner-box  li {
    list-style: disc;
}
ul.usage-swiftdial-inner-box {
    margin-left: 22px;
    padding: 11px 0;
}
.Usage-inner {
    margin-left: 30px;
    padding-top: 17px;
}

ul.usage-swiftdial-inner-box li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
        margin-bottom: 5px;
}
.app-header-icons {
    display: flex;
    gap: 10px;
    margin-left: 15px;
}
.list-box-inner-p h6 {
    font-size: 17px;
    margin: 9px 0;
    font-weight: 600;
}

.toc h2{
  font-size: 28px  !important;
}
.toc ul li  {
    list-style: auto;
    text-transform: capitalize;
    margin-left: 25px;
    padding-bottom: 9px;
}
.toc ul li a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
}

h4.heading-privacy-policy-4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 14px 0;
    display: flex;
    gap: 8px;
}

.list-order-listing{
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
p.lede {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
}
.pricing_containre {display: flex;justify-content: center;flex-direction: column;text-align: center;}

.pricing_containre h1 {
    font-size: 38px;
    font-weight: 500;
    line-height: 36px;
    color: #000;
}

h5.heading-privacy-policy-4{
   font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    margin-bottom: 9px;
    gap: 8px;
}

  .features-bar {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
  }

  .check {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #0d2460;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
  }




    .pricing_card{
      background:var(--card-bg);
      border:2px solid var(--border);
      border-radius:16px;
      padding:26px 26px 22px;
      box-shadow:var(--shadow);
      display:flex;
      flex-direction:column;
    }

    .pricing_card_title{
      font-size: 24px;
      font-weight:700;
      letter-spacing:.2px;
      color:#143A74;
    }

    .pricing_card_price{
      display:flex;
      align-items:baseline;
      gap:8px;
      margin: 13px 0 9px  0;
    }
    .pricing_card-price .currency{
      font-size:44px;
      font-weight:500;
      color:#1B3D73;
      line-height:1;
    }
    .pricing_card-amount{
      font-size: 33px;
      font-weight:800;
      color:#133A74;
      line-height:0.95;
    }
   
    ul.features {
    display: flex;
    flex-direction: column;
    gap: 1px;

}
span.pricing_card_currency {
    position: relative;
    top: -15px;
    font-size: 25px;
}
ul.features li {
  list-style: disc;
  margin-left: 24px;
  color:#2B4A78;
  line-height:1.75;
  font-size: 14px;
}

.features li.red-disc {
  list-style: disc;
  padding-left: 0;
  color: red;
}


   