﻿.dark-mode .page-loading {
    /*  background-color: #ffffff;*/
}

.bg-payroll {
    background-color: #284693;
    background: #284693;
}

.bg-gl {
    background-color: #1d6c3b;
}

.bg-spreadsheet {
    background-color: #12534f;
    background: #12534f;
}

.dropdown-item {
    color: black;
}

.card-col {
    max-width: 16rem;
}

.pricing-section {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.pricing-header {
    text-align: center;
    margin-bottom: 40px;
}

    .pricing-header h2 {
        color: #333;
        font-size: 2.5em;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .pricing-header p {
        color: #666;
        font-size: 1.1em;
        margin: 0;
    }

.pricing-card {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .pricing-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }

    .pricing-card h3 {
        color: #333;
        font-size: 1.8em;
        margin-bottom: 20px;
        font-weight: 600;
    }

.price {
    font-size: 3em;
    font-weight: bold;
    color: #2c5aa0;
    margin: 20px 0;
}

.price-period {
    font-size: 0.4em;
    color: #666;
    font-weight: normal;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

    .pricing-features li {
        padding: 8px 0;
        color: #555;
        font-size: 1.1em;
        border-bottom: 1px solid #f0f0f0;
    }

        .pricing-features li:last-child {
            border-bottom: none;
        }

        .pricing-features li:before {
            content: "✓";
            color: #28a745;
            font-weight: bold;
            margin-right: 10px;
        }

.cta-button {
    background-color: #2c5aa0;
    color: white;
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

    .cta-button:hover {
        background-color: #1e4080;
    }

.pricing-note {
    text-align: center;
    margin-top: 30px;
    color: #666;
    font-size: 0.9em;
}
