

.money-process-card {
    max-width: 315px;
    box-shadow: 4px 4px 0px 0px #000000;
    border: 2px solid #000000;
    background: #fff;
    border-radius: 16px;
}
.money-process-card > .vc_column-inner {
    padding: 25px;
}
.money-txt {
    font-size: 20px;
    font-weight: 700;
}





/*Every plan css*/
.every-plan-section:before {content: ""; background: url(/wp-content/uploads/2025/12/round-icon.svg) no-repeat; width: 250px; height: 250px; background-size: contain; position: absolute; top: 0; }
.every-plan-section:after {content: ""; background: url(/wp-content/uploads/2025/12/plus-icon.png) no-repeat; position: absolute; bottom: 0; right: 0; width: 370px; height: 169px; background-size: contain; }
.every-plan-section {background: #F15FAD; position: relative; }
.every-plan-card {background: #fff; border: 2px solid #000000; box-shadow: 4px 4px 0px 0px #000000; z-index: 1; border-radius: 16px; width: 100% !important; }
.every-plan-card > .vc_column-inner {padding: 24px !important; }
.e-plan-title {font-size: 20px; font-weight: 700; color: #000000; margin-bottom: 5px; }
.e-plan-txt {font-size: 16px; }
.vc_row.every-plan-row {display: grid !important; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }


