﻿:root {
    --primary-color-rgb: #ed9a25;
    --starter-color-rgb: #406BEF;
    --premium-color-rgb: #FFA032;
    --pro-color-rgb: #FFA904;
    --premier-plus-color-rgb: #6F83C7;
    --advantage-color-rgb: rgb(98, 216, 54);
    --new-year-color: #00A1FF;
    --heading-color: #08386c;
    --lightgray-color: #eeeeee;
    --sp-blue: #005b8b;
    --sp-red: #952E40;
    --sp-white: #FFFFFF;
    --sp-lightblue: #69AAD0;
    --sp-orange: #F75C03;
    --border-radius: 6px;
    --color-orange: #ed9a25;
}

.primary-color {
    color: var(--primary-color-rgb) !important;
}

.bg-primary-color {
    background-color: var(--primary-color-rgb) !important;
}

.text-pro-color {
    color: var(--pro-color-rgb) !important;
}

.bg-pro-color {
    background-color: var(--pro-color-rgb) !important;
}

.text-premier-plus-color {
    color: var(--premier-plus-color-rgb) !important;
}

.bg-premier-plus-color {
    background-color: var(--premier-plus-color-rgb) !important;
}

.text-premium-color {
    color: var(--premium-color-rgb) !important;
}

.bg-premium-color {
    background-color: var(--premium-color-rgb) !important;
}

.text-starter-color {
    color: var(--starter-color-rgb) !important;
}

.bg-starter-color {
    background-color: var(--starter-color-rgb) !important;
}

.text-advantage-color {
    color: var(--advantage-color-rgb) !important;
}

.bg-advantage-color {
    background-color: var(--advantage-color-rgb) !important;
}

.bg-secondary-section-color {
    background-color: var(--lightgray-color);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #374151; /* Slate 700 */
}
.container {
    /*max-width: 1140px;*/
}

.fs-smaller {
    font-size: 0.875em !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', 'Inter', sans-serif;
}


.header-section {
    background-image: url("https://cdn-static.azureedge.net/pedu/paynes-education-mastermind.webp");
    background-color: #051b40;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #DDD0C0;
}

button.btn.premium-purchase-btn {
    color: white;
    background-color: var(--premium-color-rgb);
    border-color: var(--premium-color-rgb);
    padding: 15px 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

    button.btn.premium-purchase-btn:hover:enabled, button.btn.premium-purchase-btn:focus:enabled, button.btn.premium-purchase-btn:active:enabled {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        color: white;
        background-color: var(--premium-color-rgb);
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

.premium-purchase-btn:disabled, .premium-purchase-btn[disabled] {
    background-color: lightgray !important; /* Set disabled background color */
    border-color: lightgray !important; /* Set disabled border color */
    color: #fff !important; /* Set disabled text color */
    cursor: not-allowed !important; /* Optional: show not-allowed cursor */
    background-image: none !important; /* Optional: remove gradient */
}

button.btn.starter-purchase-btn {
    color: white;
    background-color: var(--starter-color-rgb);
    padding: 15px 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

    button.btn.starter-purchase-btn:hover:enabled, button.btn.starter-purchase-btn:focus:enabled, button.btn.starter-purchase-btn:active:enabled {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        color: white;
        background-color: var(--starter-color-rgb);
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

.form-floating label {
    color: #94a3b8; /* Slate 400 */
}

.checkout .cart-product p {
    margin-bottom: .4rem;
}

.checkout .cart-product .far {
    color: var(--color-orange);
}

.checkout .cart-shading {
    background: linear-gradient(90deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-left: 1px solid #E1E1E1;
}

.checkout .fa-li {
    color: #b2ac7b;
}

.warranty-section {
    padding-bottom: 30px;
}

    .warranty-section h5 {
        font-size: 2rem;
    }

.terms-and-conditions-section {
/*    font-family: 'Open Sans', sans-serif;*/
    background-color: ivory !important;
    font-size: small;
    resize: vertical;
    height: 12rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.footer {
    padding: 20px 0;
    background-color: #293039;
}

    .footer p {
        font-size: 0.75rem;
        font-weight: 300;
        color: white;
    }

        .footer p a {
            color: rgb(212, 189, 120);
        }

.questions-section {
    
}

    .questions-section h2 {
        font-size: 28px;
        margin-bottom: 10px;
        color: #333333;
    }

/*    .questions-section p {
        font-size: 20px;
        font-weight: 300;
    }*/

    .questions-section p a {
        color: #ed9a25;
        text-decoration: none;
    }



.grecaptcha-badge {
    visibility: hidden;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
    background-color: lightgray !important;
}

.form-floating label {
    /* color: darkgray; */
    /* font-size: 0.8rem; */
    /* font-size: calc(var(--bs-body-font-size)-0.2); */
}

.checkout .cart-product p {
    margin-bottom: .4rem;
}

.checkout .cart-product li + li {
    padding-top: .5rem;
}

.checkout .cart-product .far {
    color: var(--color-orange);
}

.checkout .cart-shading {
    background: linear-gradient(90deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-left: 1px solid #E1E1E1;
}

.warranty-section {
    padding-bottom: 30px;
}

    .warranty-section h5 {
        /*font-size: 2rem;*/
    }

.terms-and-conditions-section {
    background-color: ivory !important;
    resize: vertical;
    height: 12rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .terms-and-conditions-section p {
        font-size: small !important;
    }

    .terms-and-conditions-section li {
        font-size: small !important;
    }

.cents {
    font-size: 0.7em;
    position: relative;
    bottom: 0.45em;
}

@@media (max-width: 767px) {
    .header-text {
        font-size: 0.94rem !important;
    }

    .header-timer-img {
        max-width: 45%;
    }

    .fa-ul {
        margin-left: var(--fa-li-margin,1.5em);
    }
}

.form-floating label {
    color: darkgray;
}

.border-glow-default {
    box-shadow: 0px 0px 10px 6px rgba(182,165,147,1);
}

.quantity, .extended-price {
    min-width: 100px; /* Ensures enough space for quantity and price */
}

.golden-btn {
    background-image: linear-gradient(160deg, #ca9839, #cba246, #fef1a2, #cba246, #ca9839);
    border: none !important;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.btn-custom {
    background-color: #ffa033 !important; /* Change this to your desired color */
    border-color: #ffa033 !important; /* Change this to your desired color */
    color: white !important; /* Change this to your desired text color */
    padding-top: 14px;
    padding-bottom: 14px;
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; /* Smooth transition for all changes */
}

    .btn-custom.btn-golden {
        background-image: linear-gradient(160deg, #ca9839, #cba246, #fef1a2, #cba246, #ca9839) !important;
        color: black !important; /* Change this to your desired text color */
        border: none !important;
        font-weight: bold;
    }

    .btn-custom.btn-silver {
        background-image: linear-gradient(160deg, #8c8c8c, #d7d7d7, #fbfbfb, #d7d7d7, #4a4a4a) !important;
        color: black !important; /* Change this to your desired text color */
        border: none !important;
        font-weight: bold;
    }

    .btn-custom.btn-tan {
        background-color: rgba(182,165,147,1) !important;
        border: none !important;
        font-weight: bold;
    }

    .btn-custom:hover:not(:disabled) {
        background-color: #eea13b !important; /* Change this to your desired hover color */
        border-color: #eea13b !important; /* Change this to your desired hover color */
        transform: scale(1.05); /* Grow the button slightly */
    }

    .btn-custom.btn-tan:hover:not(:disabled) {
        background-color: #b29e87 !important; /* Change this to your desired hover color */
        border-color: #b29e87 !important; /* Change this to your desired hover color */
        transform: scale(1.05); /* Grow the button slightly */
    }

    .btn-custom:disabled, .btn-custom[disabled] {
        background-color: lightgray !important; /* Set disabled background color */
        border-color: lightgray !important; /* Set disabled border color */
        color: #fff !important; /* Set disabled text color */
        cursor: not-allowed !important; /* Optional: show not-allowed cursor */
        background-image: none !important; /* Optional: remove gradient */
    }

.border-glow-default {
    box-shadow: 0px 0px 10px 6px rgba(182,165,147,1);
}

.border-glow-gold {
    background: #ffa032;
    /* Gold linear gradient */
    padding: 4px;
    /* Space for the inner box */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    /* Optional: rounded corners */
    position: relative;
}

.inner-box {
    width: 100%;
    /* Full width of the glow box */
    height: 100%;
    /* Full height of the glow box */
    background-color: white;
    /* Dark color */
    border-radius: 0px;
    /* Optional: rounded corners */
}

.checky-label {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
}

.checky {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: 8px;
    box-sizing: border-box;
}

    .checky:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border: 2px solid #ccc;
        border-radius: 4px;
        transition: border-color 0.2s ease;
        box-sizing: initial;
    }

    .checky:checked:before {
        border-color: var(--primary-color-rgb);
    }

    .checky:disabled:before {
        border-color: #ccc;
        background-color: #ccc;
    }

    .checky:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 60%;
        width: 6.6px;
        height: 16px;
        border: solid var(--primary-color-rgb);
        border-width: 0 3.2px 3.2px 0;
        transform: translate(-50%, -50%) rotate(45deg) scale(0);
        transition: transform 0.2s ease, opacity 0.2s ease;
        opacity: 0;
    }

    .checky:checked:after {
        transform: translate(-50%, -50%) rotate(45deg) scale(1);
        opacity: 1;
    }

@@media only screen and (max-width: 720px) {
    .checky {
        margin-top: 4px;
    }
}

:root {
    --color-body-muted: #667085;
    --color-body: #3b4556;
    --background-color: #f1f3f6;
    --input-background-color: #fbfcfe;
    --color-highlight: #c6a664;
    --color-border: #e9eef5;
}

.color-body {
    color: var(--color-body);
}

.color-body-muted {
    color: var(--color-body-muted);
}

.color-highlight {
    color: var(--color-highlight);
}

.color-body-bg {
    background-color: var(--background-color);
}

.color-input-bg {
    background-color: var(--input-background-color);
}

.bg-secondary-section-color {
    background-color: rgba(255, 165, 0, 0.1);
}

.cart-section {
    background: white;
    border-radius: 24px;
    border: solid;
    border-width: 2px;
    border-color: var(--color-border);
    padding: 30px;
    flex: 1 1 300px; /* Allow shrinking and set a minimum basis */
    min-width: 300px; /* Set a reasonable minimum width for wrapping */
    /* box-shadow: var(--bs-box-shadow); */
}

.form-section {
    background: white;
    border-radius: 24px;
    border: solid;
    border-width: 2px;
    border-color: var(--color-border);
    padding: 30px;
    flex: 1 1 300px; /* Allow shrinking and set a minimum basis */
    min-width: 300px; /* Set a reasonable minimum width for wrapping */
    /* box-shadow: var(--bs-box-shadow); */
}

.form-control, .form-select {
    border-radius: 14px;
    background-color: var(--input-background-color);
}

.form-floating label {
    color: darkgray;
}

.form-floating > label::after {
    background-color: transparent !important;
}

.digit-tile {
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, .08), inset 0 -6px 0 rgba(0, 0, 0, .06); */
    /* flex: 1 1 0; */
    /* shrink equally */
    min-width: 0;
    /* prevents overflow */
    background-color: #2e323a !important;
}

.tabular-nums {
    font-variant-numeric: tabular-nums;
}

.title-clamp {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
}

.digit-clamp {
    color: white;
    font-size: clamp(0.75rem, 4vw, 1.5rem);
}

.label-clamp {
    color: lightgray;
    font-size: clamp(.25rem, 1.5vw, .575rem);
}

.tile-pad {
    padding: clamp(.4rem, 2vw, .50rem) clamp(.5rem, 2.5vw, .75rem);
}


/* Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.2s ease;
}

    .modal.show {
        display: flex;
    }

.modal-content {
    background: white;
    border-radius: 12px;
    padding: 30px;
    max-width: 400px;
    width: 90%;
    animation: slideDown 0.3s ease;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.modal-body {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

.modal-buttons {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}
.btn-cancel {
    background: #f0f0f0;
    color: #333;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.btn-confirm {
    background: #dc3545;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.btn-cancel:hover {
    background: #e0e0e0;
}

.btn-confirm:hover {
    background: #c82333;
}
@media (max-width: 991px) {

    .guarantee-img {
        max-width: 30% !important;
    }

    .product-section {
        padding-left: 12px;
    }

        .product-section h2 {
            font-size: 22px;
        }

    .product-description {
        margin-left: unset;
    }

    .cart-section {
        padding: 20px;
    }
    .form-section {
        padding: 20px;
    }

    .checkout .cart-shading {
        background: white;
        border-left: unset;
    }
}
