body{
    background: #020403;
}



.section{
    padding: 50px 0;
}


.progressBoxs {
    position: relative;
    font-family: "Josefin Sans", sans-serif;
}
.section_prices {
    display: block;
}
.progressBoxs .box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex:0 0 33%;
    max-width:33%;
    position: relative;

}

.progressBoxs .box .icon{
    margin:0 auto 10px;
    width:70px;
    height:70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}
.progressBoxs .box .icon:after{
    content: "";
    width: 2px;
    background: #e9ecef;
    top: 100%;
    left: 50%;
    display: block;
    height: 35px;
    position: absolute;
}
.progressBoxs .progress{
    position: absolute;
    top: 90px;
    left:0;
    right: 0;
    height: 10px;
    width: 100%;
    background-color: #e9ecef;
    border-radius:0;
}
.progressBoxs .box p{
    margin: 40px 0 0 !important;
}
.pointsBox{
    font-size: 15px;
    background: none;
    padding: 5px 20px;
    height: 43px;
    margin: 0 5px;
}

.pointsBox span{
    padding: 0 !important;
    background: none !important;
    color: #fff !important;
}

@media screen and (max-width: 991px) {
    .pointsBox{
        right: 60px;
    }

    .progressBoxs .box .icon{
        width: 50px !important;
        height: 50px !important;
    }

    .progressBoxs .box .icon img{
        display: block;
        width: 50px;
        height: 50px;
    }

    .progressBoxs .progress{
        top: 60px;
    }
    .progressBoxs .box .icon:after {
        height: 20px;
    }
    .progressBoxs .box p{
        margin: 18px 0 0 !important;
    }
}

@media screen and (max-width: 600px) {


    .container{
        padding: 0 30px;
    }


    .responsiveTable thead{
        display: none;
    }
    .responsiveTable tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin: 0 0 15px;
    }

    .responsiveTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    .responsiveTable td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .responsiveTable td:last-child {
        border-bottom: 0;
    }


}






.pricing-section .container{
    padding: 0 15px;
}
.pricing-wrapper {
    display: flex;
    max-width: 700px;
    margin: 0 auto;
}
.pricing-wrapper .col{
    flex: 0 0 20%;
}

/* --- CARD BASE --- */
.pricing-card {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    padding: 15px 10px 70px;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.pricing-card .info-btn{
    right: 0;
    top: 0;
    margin: 20px;
}
.pricing-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
}

.pricing-price {
    margin: 10px 0;
}

.pricing-old {
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
    margin-right: 6px;
}

.pricing-new {
    font-size: 32px;
    font-weight: 700;
}

.pricing-per {
    font-size: 14px;
    color: #666;
}

.pricing-desc {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.pricing-btn {
    background: #000;
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    width: auto;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;

}

.pricing-btn:hover {
    background: #555;
    color: #fff;
    text-decoration: none;
}

/* --- ULTIMATE CARD --- */
.pricing-card.pricing-ultimate {
    background: #f9f9f9;
    border-bottom: 4px solid #978A70;
    padding: 25px 10px 10px;
}
.pricing-card.pricing-ultimate  .info-btn{
    right: auto;
    left: 0;
    top: 0;
    margin: 20px;
}
.pricing-card.pricing-ultimate .pricing-btn{
    bottom: -60px;
    position: static;
    width: 100%;
}
.pricing-card.pricing-ultimate .pricing-price{
    margin-top: 42px !important;
}
.pricing-card.pricing-ultimate .pricing-title{
    margin: 30px 0 0 !important;
}

.pricing-card.pricing-small {
    border-bottom: 4px solid #333;
}
.pricing-card .pricing-title{
    margin-bottom: 0 !important;
}

.pricing-top-badge {
    position: absolute;
    top: 7px;
    right: 0;
    background: #d33;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px 5px 30px;
    font-weight: 600;

}
.pricing-top-badge:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14.5px 0 14.5px 12px;
    border-color: transparent transparent transparent #fff;
    transform: rotate(0deg);
}

/* --- RIBBON --- */
.pricing-ribbon {
    position: absolute;
    top: 43px;
    left: -50px;
    background: #d33;
    color: #fff;
    padding: 4px 36px;
    font-size: 13px;
    font-weight: 600;
    transform: rotate(-45deg);
    width: 220px;
    line-height: 15px;
}


/* --- BUTTON COLORS --- */
.pricing-btn-dark { background: #000; color: #fff; }
.pricing-btn-red { background: #b21010; color: #fff; }

/* --- GROUPS --- */
.pricing-side-group,
.pricing-bottom-group {
   min-height: 100%;
    display: flex;
    height: 100%;
}

.pricing-card.pricing-mini{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px 5px 20px;
    gap: 10px;
    border-radius: 50px;
    text-align: left;
    border-bottom: 4px solid #333;
}

.pricing-card.pricing-mini .pricing-desc{
    margin: 0;
}
.pricing-card.pricing-mini .pricing-desc br{
    display: none;
}

.pricing-card.pricing-mini .pricing-btn{
    width: auto;
    display: inline-flex;
    padding: 9px 15px;
    font-size: 15px;
}
.pricing-card.pricing-mini .pricing-new,
.pricing-card.pricing-mini .pricing-title{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: left !important;
    position: relative;
}
.pricing-card.pricing-mini .pricing-title{
    display: flex;
    gap: 10px;
}
.pricing-card.pricing-mini .pricing-title .info-btn{
    position: static;
    margin: 0;
}
.pricing-card.pricing-mini .pricing-btn {
    position: static;
}
/* --- RESPONSIVE (Desktop Layout) --- */
@media (min-width: 992px) {
    .pricing-section .container{
        padding: 0 10%;
    }
    .pricing-wrapper {

    }

    .pricing-side-group {
        flex-direction: column;
        justify-content: center;
    }

    .pricing-bottom-group {

    }

    .pricing-card.pricing-ultimate {
        align-self: stretch;
    }




}

@media (max-width: 992px) {
    .pricing-wrapper  {
        margin: 0 auto;
    }

    .pricing-card .row{
        margin: 0;
    }

    .pricing-wrapper div[class*="col-"]{
        padding: 0 5px;
    }

    .pricing-ribbon{
        font-size: 9px;
        line-height: 10px;
        text-align: left;
        transform: none;
        padding: 5px 18px 5px 10px;
        top: 10px;
        left: 0;
        width: 87px;
        height: 26px;
    }

    .pricing-ribbon:before {
         position: absolute;
         content: '';
         top: 0;
         right: 0;
         width: 0px;
         height: 0px;
         border-style: solid;
         border-width: 14.5px 0 14.5px 12px;
         border-color: transparent transparent transparent #fff;
         transform: rotate(180deg);

     }


    .pricing-card.pricing-mini .pricing-new{
        font-size: 22px;
    }

    .pricing-btn {

    }
    .pricing-card{
        padding: 15px 10px 60px;
    }

    .pricing-card p{
        margin: 0;
    }

    .pricing-features,
    .pricing-desc{
        font-size: 14px;
    }

    .pricing-price{
        margin: 0;
    }



}

@media (max-width: 419px) {
    .btn_prices_buy {
        font-size: 14px !important;
    }
}
