.pricing-container-outer {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
li.not2 {
  color: #999;
}
li.not {
  color: #999;
}

li.not1{
  color: #999;
}

/* Tabs */
.tabs {
  /*   width: 600px;
  background-color: #09F;
  border-radius: 5px 5px 5px 5px; */
}

  .tabs-content-wrap {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: center;
}


.card-container {
  display: flex;
  /*     flex-wrap: wrap;
  justify-content: space-between; */
}

/* .card {
flex: 0 1 calc(33.33% - 10px); 
margin: 5px;
} */

.page-center{

  margin: 0 auto;
  max-width:1200px;
  /*   padding:0 20px; */
}
.tab-left-text{
  color: #999;
  font-size: .875rem;
  margin-right: .5rem;
  list-style
}


ul#tabs-nav li {
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  float: left;
  font-weight: 700;
  margin-right: 2px;
  /* padding: 22px 15px; */
  color: #000;
  /* background-color: #dbdbdb; */
  border-color: #dbdbdb;
  list-style: none;
}



ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0px;
  overflow: auto;
}

.tab-left-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

ul#tabs-nav li {
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  float: left;
  font-weight: 700;
  margin-right: 2px;
  /* padding: 22px 15px; */
  color: #000;
  /* background-color: #dbdbdb; */
  border-color: #dbdbdb;
  list-style: none;
}


/* Default styles for tabs */
.tabs ul#tabs-nav li a {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  color: #000;
  background-color:#dbdbdb;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Style for the active tab when clicked */
.tabs ul#tabs-nav li.active a {
  background-color: #4253ff; /* Blue background for active tab */
  color: white;
  border-color: #293cff;
  /*     box-shadow: 0 0 0 .2rem rgba(94,109,255,.5); /* Box shadow for active tab */ 
}

/* Hover effect for non-active tabs */
.tabs ul#tabs-nav li:not(.active) a:focus {
  /*     background-color: #c2c2c2; /* Gray color on hover */ */
  color: black; /* Black text on hover */
  border-color: #293cff;
}

/* Default style for all tabs */
.tabs ul#tabs-nav li a {
  /*    background-color: #f8f9fa;  */
  color: black; /* Default text color */
  border-color: transparent; /* No border by default */
  box-shadow: none; /* No shadow by default */
}

/* Ensure active tab retains blue background and box shadow on hover */
.tabs ul#tabs-nav li.active a:focus {
  background-color: #293cff; /* Keep active tab blue even on hover */
  color: white; /* White text */
  border-color: #293cff;
  box-shadow: 0 0 0 .2rem rgba(94,109,255,.5); /* Retain box shadow */  
}

.card-button a:focus {
    border-color: #293cff;
    box-shadow: 0 0 0 .2rem rgba(94,109,255,.5);
}

{#
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #08E;
  border-radius: 5px 5px 5px 5px;
}
ul#tabs-nav li.active, ul#tabs-nav li:hover {
    background-color: #08e;
    /* border-radius: 5px 5px 5px 5px; */
    color: #fff;
    background-color: #293cff;
    border-color: #293cff;
box-shadow: 0 0 0 .2rem rgba(94,109,255,.5);
}
#tabs-nav li a {
  text-decoration: none;
  color: #FFF;
} #}
.tab-content {
  padding: 0px;
  /*   border: 5px solid #09F; */
  background-color: #FFF;
}
.main-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px;
}
.heading-section h2 {
  color: #000;
  font-weight: 400;
  font-size: 28px;
}

.card {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  /*     flex: 0 1 calc(27.33% + 55px); */
  margin: 15px;
  padding: 1.5rem;
}
.card h3 {
  color: #4253ff;
  font-size: 1.5rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.2;
  text-align:center;
}
.card-title p {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.card-title span {
  color: #999;
  font-size: 1rem;
}
.card-sub-title {
  color: #999;
  font-size: .75rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
}
.card-sub-heading {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
}
.pricing-container-inner {
  margin-bottom: 2rem;
  padding: 1.5rem 1.5rem 2.5rem;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}
ul.card-list li {
  line-height: 18px;
}
.card-button a {
  display: inline-block;
  font-weight: 400;
  color: #fff; /* Set text color to white */
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #4253ff;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.5;
  border-radius: .1875rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
  padding: .5rem .875rem;
  text-decoration: none; /* Remove underline */
}

.card:nth-child(1) {
    margin-left: 0px;
}

.card:nth-child(3) {
    margin-right: 0px;
}

ul#tabs-nav li:nth-child(3) {
    margin-right: 5px;
}


.heading-section p {
    font-size: 16px;
    font-weight: 400;
}

.tab-left-text p {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
}

.tabs-nav li. a {
    font-size: 14px;
    font-weight: 400;
}

/* Ensures underline is not added on hover */
.card-button a:hover {
  text-decoration: none; /* Remove underline on hover */
  background-color: #293cff; /* Optional: Change background color on hover */
}

/* Container adjustments for mobile */
@media (max-width: 1200px) {

  .pricing-container-outer {
    max-width: 960px;
    margin: 0 auto;
  }

  .card-container {
    display: flex;
    flex-wrap: wrap;
  }

  .card {
    flex: 0 100%;
    margin: 8px 0 !important;
  }

  .main-container {
    max-width: unset;
  }
}

@media (max-width: 992px) {
  .heading-section {
    flex: 0 100%;
  }

  .heading-section h2 {
    margin-bottom: 2px;
    font-size: 23px;
  }

  .heading-section p {
    margin-bottom: 2px;
    font-size: 16px;
  }

  .pricing-container-outer {
    max-width: 720px;
  }
}

@media (max-width: 767px) {

  .pricing-container-outer {
    max-width: 540px;
  }

  .pricing-container-inner {
    padding: 1rem;
  }
  .main-container, .main-container1 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .tabs-content-wrap, .card-container {
    flex-direction: column;
  }

  .card {
    margin: 10px 0;
    padding: 1rem;
  }
  .tab-left-text {
    font-size: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    flex-direction: column;
    margin-top: 1rem;
  }

  ul#tabs-nav {
    display: flex;
    align-items: center;
  }

  ul#tabs-nav li {
    padding: 0px;
  }

  ul#tabs-nav li {
    padding: 0px;
    font-size: 0.875rem;
    margin-right: 10px;
    float: none;
    display: block;
    width: unset;
    text-align: center;
    margin-left: 0px;
  }
}

/* Responsive for screens smaller than 480px */
@media (max-width: 480px) {
  .card h3 {
    font-size: 1.25rem;
  }
  .card-title p {
    font-size: 1.75rem;
  }
  .card-sub-title {
    font-size: 0.625rem;
  }
  .card-sub-heading {
    font-size: 0.75rem;
  }
  .card-button {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 369px) {
  ul#tabs-nav li {
    margin-right: 6px;
  }
}

@media (max-width: 360px) {
  ul#tabs-nav li a {
    font-size: 14px;
  }

  ul#tabs-nav {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }
}



@media (max-width: 328px) {

  ul#tabs-nav li a {
    font-size: 14px;
  }

  ul#tabs-nav {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }


  ul#tabs-nav li {
    margin-top: 5px;
    margin-bottom: 5px;
  }

}
