/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 19:54:23 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 19:48:02 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 18:47:07 */
/* Discount badge */
.pricing-card .price .discount-badge {
    display: none;
    background: #16a34a;
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 9999px;
    margin-left: 10px;
    font-family: 'Archivo';
}

/* Strikethrough monthly x12 */
.pricing-card .price .monthly-strike {
    display: none;
    font-size: 14px;
    text-decoration: line-through;
    color: #6b7280;
    margin-left: 10px;
    font-family: 'Archivo';
}

/* Basic Card Styling */
.pricing-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    border: 1px solid rgba(6,11,19,6%);
    min-height: 550px;
}

.pricing-card .price {margin: 20px 0px;}

/* Most Popular badge */
.most-popular {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #facc15;
    color: #111827;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 9999px;
}

.pricing-card h3 {
    font-family: 'Polysans Trial';
    color: #263A5A;
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 1.25;
}

.pricing-card h4 {
    font-family: 'Polysans Trial';
    font-size: 14px;
    color: #363D4F;
    margin: 0px !important;
    line-height: 1.5;
}

.pricing-card .price span.amount {
    font-family: 'Archivo';
    font-size: 30px;
    font-weight: 500;
    color: #060B13;
}

.pricing-card .price span.period {
    color: #979FB4;
    font-family: 'Archivo';
    font-size: 16px;
}

.pricing-card a.pricing-btn {
    text-decoration: none;
    font-family: 'Polysans Trial';
    border: 1px solid #ECEFF3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 50px;
    color: #060B13;
    transition: 250ms all ease-in-out;
}

.pricing-card:hover  a.pricing-btn {
    color: #fff;
    background: #263A5A;
    border-color: #96B6C5;
}

.pricing-card ul.features {
    padding: 30px 30px;
    border-top: 1px solid #E9EBF1;
    margin-top: 30px;
    max-height: 250px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.pricing-card ul.features li {
    font-family: 'Polysans Trial';
    font-size: 16px;
    line-height: 1.85;
    list-style: none;
    position: relative;
}

.pricing-card ul.features li:before {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2026/02/tick-icon.svg');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -25px;
    top: 6px;
}

