.pricing-container {
    padding: 0;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pricing-header {
    display: flex;
    background: #f8f9fa;
    position: -webkit-sticky;
    position: sticky;
    top: 70px; /* Adjust based on navbar height */
    z-index: 10;
    border-radius: 8px 8px 0 0;
    transition: top 0.3s;
    border-bottom: 1px solid #ddd;
}

.header-item {
    flex: 1;
    padding: 25px 14px;
    font-weight: bold;
    font-size: 1.2rem;
    border: none;
    min-height: 250px;
}

.header-item:last-child {
    border-right: none;
}

.pricing-details {
    display: flex;
    flex-direction: column;
}
.detail-content-price:last-child{
    border-right: none;
}
.detail-row {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.detail-row:last-child{
    border-bottom: none;
}
.detail-header {
    flex: 1;
    padding: 20px 14px;
    font-weight: bold;
    background-color: #f8f9fa;
    border-right: 1px solid #ddd;
    /* align-content: center; */
    font-size: 1.1rem;
}
.detail-content {
    flex: 1;
    padding: 20px 14px;
    /* text-align: center; */
    border-right: 1px solid #ddd;
    font-size: 1rem;
}
.detail-content-price{
    flex: 1;
    padding: 20px 14px;
    border-right: 1px solid #ddd;
    font-size: 1.4rem;
    font-weight: bold;
}
.detail-content:last-child {
    border-right: none;
}
.fixed-top {
    transition: top 0.3s;
}
.starterbgColor {
    background-color: #C9FAD5;
    border-radius: 0%;
}
.standardbgColor {
    background-color: #c0e0f8;
    border-radius: 0%;
}
.advancedbgColor {
    background-color: #f1e2ff;
    border-radius: 0%;
}
.advanceplusbgColor {
    background-color: #f4e18a;
    border-radius: 0%;
}
.enterpricebgColor {
    background-color: #121820;
    border-radius: 0%;
}
.pricing-header h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
.pricing-header p{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}
.pricing-header ul li{
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}
.highlight-feature ul li {
    list-style: disc;
}
.detail-content .titlePlan {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 0px!important;
    margin-top: 0;
}
.detail-content .newfeaturesPlan{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
    padding: 10px 0;
    margin-bottom: 0!important;
    margin-top: 0!important;
}
.detail-content h6 {
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #222222;
}
.highlight-feature p{
    font-size: 16px;
    margin-bottom: 0;
}
.starter-btn {
    position: absolute;
    bottom: 20px;
}
.btn-priceplan{
    color: #ffffff;
    transition-duration: 0.2s;
    width: fit-content;
    padding: 6px 20px;
    background-color: #3ba341;
}
.btn-priceplan:hover{
    color: #ffffff;
}
.permonth {
    font-size: 13px!important;
    font-weight: 400;
}
.subtext-prichead{
    text-transform: capitalize;
}
.multiCentreColor {
    background-color: #f1e2ff;
    margin-top: 15px;
}
.advanceplusColor{
    background-color: #f4e18a;
    margin-top: 15px;
}
.newfeatureslable{
   font-weight: bold;
   color: #3ba341;
}
.pcaktxt{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 0;
    text-transform: none!important;
}
.gst-text{
    font-size: 16px;
    font-weight: normal;
}
@media (max-width: 991px) {
.min-container{
    max-width: 1250px;
}
}
@media (max-width: 991px) {
    .pricing-standard h4 {
        font-size: 22px;
    }
    .highlight-feature ul {
        padding: 0 14px;
    }
 }
 @media (max-width: 576px) {
  .tabs-buttons .swiper-slide {
        width: 20%;
        height: auto;
        padding: 10px 5px;
        cursor: pointer;
        border-bottom: 3px solid #f2f2f2;
        text-align: center;
        font-size: 14px;
    }
 }
 @media (max-width: 372px) {
 .tabs-buttons .swiper-wrapper {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .tabs-buttons .swiper-slide {
    width: auto;
  } 
 }

