/* Extracted from smo-packages.blade.php */

.pricing-table {
        width: 80%;
        border-collapse: collapse;
        background: rgba(61, 60, 60, 0.3);
        /* Transparent dark */
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        /* Blurry glass effect */
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        /* Subtle white border */
        position: relative;
    }

    /* Center glow effect */
    .pricing-table::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0) 60%);
        transform: translate(-50%, -50%);
        pointer-events: none;
        /* Allows interaction with table */
    }


    .pricing-table th {
        background: linear-gradient(to right, rgb(123, 102, 9), #d4af37);
        color: #fff;
        padding: 15px;
        text-align: left;
    }

    .pricing-table td,
    .pricing-table th {
        padding: 12px;
        border-bottom: 1px solid #333;
        color: #fff;
    }

    .pricing-table tr:hover {
        background: #333;
    }

    .checkmark {
        color: #52fc43 !important;
        font-size: 18px;
    }

    #table {
        justify-items: center;
    }

    /* Smaller table for mobile */
    @media (max-width: 768px) {
        .pricing-table {
            font-size: 12px;
            /* Smaller text */
        }

        th,
        td {
            padding: 5px;
            /* Reduce padding */
        }

        .table-container {
            border: 2px solid yellow;
            /* Highlight scroll container */
        }
    }

/* --- style block --- */

.toggle-container {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .toggle-switch {
        position: relative;
        width: 60px;
        height: 30px;
        /* background: linear-gradient(45deg, #4facfe, #2187C1); */
        background: rgb(247, 149, 45) !important;

        border-radius: 50px;
        cursor: pointer;
        transition: 0.3s;
        box-shadow: 0px 0px 10px rgba(0, 242, 254, 0.6);
    }

    .toggle-switch::before {
        content: "";
        position: absolute;
        width: 26px;
        height: 26px;
        background: white;
        border-radius: 50%;
        top: 50%;
        left: 2px;
        transform: translateY(-50%);
        transition: 0.3s ease-in-out;
        box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    }

    .toggle-switch.active {
        /* background: linear-gradient(45deg, rgb(154, 255, 161), rgb(36, 221, 89)); */
        background: #ffcc00 !important;
        box-shadow: 0px 0px 10px rgba(255, 154, 158, 0.6);
    }

    .toggle-switch.active::before {
        left: 32px;
        background: #111;
    }

    .pricing-block .plan {
        color: #ffcc00 !important;
    }

    .plan-price {
        min-height: 161px;
    }

    .inner-box {
        min-height: 1570px !important;
    }

    .pricing-block {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }

    .plan-price .title {
        font-size: 45px;
        font-weight: bold;
        background: linear-gradient(to right, rgb(225, 218, 186), #d4af37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
    }

    .checkmark {
        /* text-align: center; */
    }

    td b {
        color: white;
    }

.wc-smo-packages-ea00ccd4 {
    color: orange !important; text-align:center;
}

.wc-smo-packages-cdd8ca06 {
    text-align: center;
}

.wc-smo-packages-200a92a0 {
    text-align:left;
}

.wc-smo-packages-55b56a8f {
    padding-top: 50px;
}
