 .pricing-table {
   border: 1px solid #99ff00;
   border-radius: 20px;
   overflow: hidden;
   margin: 20px auto;
 }

 .pricing-header {
   background-color: #000;
   text-align: center;
   padding: 30px 15px;
 }

 .pricing-header h2 {
   font-size: 18px;
   color: #999;
 }

 .price {
   font-size: 36px;
   font-weight: bold;
   margin-top: 10px;
 }
h6.heading-6 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}
 .highlight {
   background-color: #a7ff1a;
   color: black;
 }

 .table td,
 .table th {
   vertical-align: middle;
   text-align: center;
   border-color: #ffffff;
   color: #000;
 }

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

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

 .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(350px, 1fr));
   gap: 30px;
 }

 .features .feature-item {
   position: relative;
   background: #7a83dc;
   transition: all 0.4s ease;
   overflow: hidden;
   height: 222px;
   border: 1px solid #131212;
   border-radius: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   z-index: 4;
   padding: 30px;
   background-color: rgba(255, 255, 255, 0.2);
 }

 .features .feature-item::before {
   content: "";
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 3px;
   background: linear-gradient(90deg, #e59d02, color-mix(in srgb, #e59d02, transparent 50%));
   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: color-mix(in srgb, #000000, #0000004f 80%);
   transform: scale(1.1);
 }

 .features .feature-item .feature-number {
   position: absolute;
   top: 5px;
   right: 8px;
   font-size: 34px;
   font-weight: 900;
   color: color-mix(in srgb, #fff, transparent 90%);
   line-height: 1;
   z-index: 1;
 }

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

 .features .feature-item .feature-content h4 {
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 14px;
   line-height: 1.3;
   text-align: start;
   color: #000;
 }

 .features .feature-item .feature-content p {
   color: #fff;
   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: #051829;
   padding: 20px 20px;
   border-radius: 20px;
 }

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

 .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: #094376;
 }

.pricing_inner .nav-tabs {
    border: solid 1px var(--greay);
    justify-content: center;
    background-color: var(--white);
    border-radius: 100px;
    padding: 5px;
    width: 230px;
    margin: 30px auto;
    position: relative;
}
.pricing_inner .nav-tabs button.active {
    background-color: var(--primery);
    color: var(--white);
    border-radius: 100px;
}
.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;
}
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: 14px;
    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 ul li {
    list-style: auto;
    margin-left: 35px;
    text-transform: capitalize;
}
h4.heading-privacy-policy-4 {
    font-size: 23px;
    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;
}

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