
.ZJSUjCy2auZzzjVL {
    display: flex;
    flex-direction: column;
    border: 2px solid var(--color_antique_light_cream);
    background-color: var(--color_antique_light_cream);
}
.TEyxVPFrxYjgkLrF {
    height: 250px;
    background-color: var(--color_antique_blue);
    align-items: center;
    display: flex;
}

/* .hPQgsBUMpWjCIsy4 {
    cursor: pointer;
    margin: 20px;
    box-shadow: rgb(119, 119, 119) -15px 15px 6px -6px;
    padding: 25px 25px;
    margin-bottom: 0;
    background-position: center;
    margin:0 20px 20px;
    border: 1px solid var(--color_antique_charcoal_gray);
}
.hPQgsBUMpWjCIsy4.active {
    border: 0px solid var(--color_12);
    box-shadow: rgb(119, 119, 119) 0px 0px 0px 0px;
    border: 1px solid var(--color_antique_blue);
    margin: 6px 20px 14px 10px;
    min-height: 400px;
} */

.KwPTPddesCEH5d3T {
    width: 350px;
    
}
.diamond-checkbox {
    border: 4px solid var(--color_antique_blue);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    background-color: white;
    margin-left: -7px;
}
.hPQgsBUMpWjCIsy4.active .diamond-checkbox {
    background-color: white;
}
.hPQgsBUMpWjCIsy4.active .cut-diamond {
    border-style: solid;
    border-color: transparent transparent var(--color_antique_red) transparent;
    border-width: 0 6px 6px 6px;
    height: 0;
    width: 12px;
    box-sizing: content-box;
    position: relative;
    margin: 9px 5px;
}
.hPQgsBUMpWjCIsy4.active .cut-diamond:after {
    content: "";
    position: absolute;
    top: 5px;
    left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: var(--color_antique_red) transparent transparent transparent;
    border-width: 12px 12px 0 12px;
}
.LIc8Vg3x89DxTpZH {
    color: var(--color_antique_blue);
    font-weight: bold;
    padding-top: 3px;
    text-align: left;
    margin-left: 40px;
}
.VbbBNzPk4cmZwedZ {
    font-weight: bold;
    color: #b50d0d;
    font-size: 1.6em;
    /* text-align: center; */
    margin-bottom: 0;
}
.KXqgzLhc {
    font-weight: bold;
}

.AXb6gAuwDz4tcAar {
    color: gray;
    text-decoration: line-through;
    font-size: 0.8em;
    padding-right: 10px;
}
.GqPD25zwLang4Zqt {
    font-size: 0.5em;
}

.YfQfh8YdAEQqM78s {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 10px 20px;
    border: 2px solid var(--color_antique_cream);
    font-size: 0.9em;
    margin-bottom: 40px;
    background-color: white;
}


/* Promotional Banner Styles */
.promo-banner {
    background: linear-gradient(to right, var(--color_antique_blue), var(--color_antique_blue));
    /* background-color: #02182e; */
    color: white;
    padding: 1.5rem 0;
    
    border-radius: 0.75rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: pulse 2s infinite; /* Simple pulse animation */
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.countdown-timer {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.countdown-timer span {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
}

/* Claim Coupon Button styles */
.claim-coupon-btn {
    background-color: white;
    color: black;
    font-weight: 700;
    padding: 0.75rem 2rem;
    /* border-radius: 0.75rem; */
    transition: all 0.3s ease-in-out;
    margin-top: 1rem;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: var(--color_antique_metallic_gold);
}

.claim-coupon-btn:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/* Coupon Code Display styles */
.coupon-display {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    border: 2px dashed var(--color_antique_blue);
}
.XVPKNZFa {
    font-weight: bold;
    color: var(--color_antique_light_blue);
}

.UjY2LG3ReWcQACEt {
    list-style: none;
    padding-left: 0;
}
.UjY2LG3ReWcQACEt li {
    padding-left: 1.5rem;
    margin-bottom: 0;
    margin-top: 0;
    /* font-weight: normal; */
    position: relative;
}
.UjY2LG3ReWcQACEt li.check::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuOTk4MDIgMTkuNDIxTDMuMjkxMDIgMTIuNThMNC43MTkwMiAxMS4xOEwxMC4wMTIgMTYuNTc5TDE5LjI5OCA3LjI5Mjk3TDIwLjcxMiA4LjcwNjk3TDkuOTk4MDIgMTkuNDIxWiIgZmlsbD0iIzdCRDI1MiIvPgo8L3N2Zz4K);
}
.UjY2LG3ReWcQACEt li::before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0%;
}
.NYCHQnaRbe8wZngh {
    list-style: disc;
    margin-left: 40px;
}


.circle-checkbox {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.circle-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

.diamond-icon {
    display: none;
    position: absolute;
    inset: 0;
    width: 80%;
    height: 80%;
    margin: 15% 10%;
}

.circle-checkbox input[type="checkbox"]:checked + .diamond-icon {
    display: block;
}

.circle-checkbox input[type="checkbox"]:checked ~ .circle {
    border-color: #c8102e;
}

.hPQgsBUMpWjCIsy4.active .diamond-icon 
{
    display:block;
}

.plan-option {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
    min-height: 300px;
    border-color: #252627;
    min-height: 400px;

    /* margin: 20px; */
    box-shadow: rgb(119, 119, 119) -15px 15px 6px -6px;
    padding: 25px 25px;
    margin-bottom: 4px;
}

.plan-option:hover {
    border-color: #0d6efd;
}

.hPQgsBUMpWjCIsy4.active .plan-option {
    background-color: #f0f8ff;
    box-shadow: rgb(119, 119, 119) -15px 15px 6px -6px;
    box-shadow: rgb(119, 119, 119) 0px 0px 0px 0px;
    border: 2px solid var(--color_antique_blue);
    /* margin: 6px 20px 14px 10px; */
}


.subscribe-page .hero-section {
    padding: 60px 0;
    border-radius: 5px;
    background-color: var(--color_antique_light_blue);
}
.TewDwert {
    border: 2px solid var(--color_antique_cream);
}