.modal-overlay {
    position: fixed;
    display: none;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 15;
    top: 0;
    padding: 20px;
}

.active-modal {
    display: flex !important;
}

.modal {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 680px;
    max-height: 90vh;
    overflow-y: auto;
    border: 1px solid transparent;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
    background:
        /* This is the inner color of your box (matches your previous dark theme) */
        linear-gradient(#000000, #000000) padding-box,
        /* This is the border gradient */
        linear-gradient(to bottom, #b67c09 0%, #c7a26b 20%, #f0b653 50%, #BD9457 80%, #6E4E10 100%) border-box;
}


.modal-header {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.modal-close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}

.modal-body {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    height: 100%;
    background-image: url('/attachments/modal_background.png');
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90vh;
}

.modal-body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.445);
    z-index: 1;
}

.modal-step {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.second-step {
    margin-top: 80px;
}

.step-subtitle {
    display: none;
}

.step-subtitle>span {
    color: #FFFFFFB2;
    font-size: 14px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
    white-space: pre-wrap;
}

.step-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 100%;
    padding: 0 30px;
}

.room-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-align: center;
    width: 50%;
    height: 100%;
}


.price-section {
    display: flex;
    justify-content: center;
    text-align: center;
}

.price-section>span {
    color: #FFFFFFB2;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Satoshi', sans-serif;
}

.room-type>.section-title {
    margin-left: 0px;
    height: 80px;
    display: flex;
    align-items: center;
}

.vertical-line {
    width: 1px;
    height: 550px;
    background: linear-gradient(to bottom,
            #BD9457 0%,
            #b99052 25%,
            rgb(185, 147, 90) 70%,
            #6E4E10 100%);

    /* Optional: adds a slight glow consistent with your previous code */
    box-shadow: 0 0 4px rgba(122, 77, 33, 0.4);
}

.horizontal-line {
    display: none;
    width: 100%;
    height: 1px;
    background: linear-gradient(to bottom,
            #BD9457 0%,
            #b99052 25%,
            rgb(185, 147, 90) 70%,
            #6E4E10 100%);

    /* Optional: adds a slight glow consistent with your previous code */
    box-shadow: 0 0 4px rgba(122, 77, 33, 0.4);
}


.active-step {
    display: flex;
}

.room-type>.room-description {
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: left;
    margin-top: 15px;
    color: #FFFFFFB2;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Satoshi', sans-serif;
    line-height: 20px;
    max-height: 100px;
    height: 100px;
}

.room-description>span {
    max-height: 100px;
    overflow-y: auto;
}

.choose-button>span {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Satoshi', sans-serif;
    line-height: 21px;
    letter-spacing: -0.2;
}


.choose-button {
    width: 154px;
}

.choose-button:hover {
    filter: brightness(1.2) drop-shadow(0 0 10px rgba(255, 220, 150, 0.4)) drop-shadow(0 0 10px rgba(231, 183, 110, 0.35)) drop-shadow(0 0 10px rgba(219, 172, 102, 0.2)) drop-shadow(0 5px 10px rgba(0, 0, 0, 0.4));
}

.choose-gradient-border {
    position: relative;
    border-radius: 10px;
    padding: .9px;
    background: linear-gradient(90deg,
            #6f7c80cc,
            #c1c4c4b3,
            #9aa3a2cc,
            #6f7c80cc,
            #6f7c80cc,
            #8f9798b3,
            #6f7c80cc);
            margin-bottom: 15px;
    /* filter: brightness(1.1) drop-shadow(0 0 10px rgba(255, 220, 150, 0.4)) drop-shadow(0 0 10px rgba(231, 183, 110, 0.35)) drop-shadow(0 0 10px rgba(219, 172, 102, 0.2)) drop-shadow(0 5px 10px rgba(0, 0, 0, 0.4)); */

}

.footer-image {
    margin-top: 30px;
}

.footer-image img {
    max-width: 95%;
}

.date-and-time {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.event-date-and-time {
    justify-content: start;
}

.date-time-picker {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Container Layout */

.reserve-input {
    background-color: transparent;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: white;
    padding: 10px 12px;
    /* Make room for the icons */
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.reserve-input:placeholder {
    color: #666666;
}

.date-and-time {
    display: flex;
    gap: 15px;
    margin-top: 40px;
    background-color: transparent;
    font-family: 'Satoshi', sans-serif;
    align-items: flex-start;
}

.date-time-picker {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Fix for the label color and size */
label,
.payment-type-header {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Satoshi', sans-serif;
    line-height: 25px;

}

/* Input Wrapper - Essential for positioning icons */
.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

/* Global Input Styling */
.date-and-time input {
    padding-right: 40px !important;
}

/* Hide native browser icons entirely but keep them clickable */
.date-time-input::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    /* Hidden so our custom icons show instead */
    z-index: 5;
}

/* Custom Icons Base Styling */
.date-icon::after,
.time-icon::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    z-index: 2;
}

/* Calendar Icon for Date - Fixed SVG Path */
.date-icon::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z'%3E%3C/path%3E%3C/svg%3E");
}

/* Clock Icon for Time */
.time-icon::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E");
}

/* Light up icons on focus */
.input-wrapper:focus-within::after {
    opacity: 1;
}

/* Sizing */
.date-input {
    width: 300px;
    height: 40px;
    flex-shrink: 0;
}

.time-input {
    width: 144px;
    height: 40px;
    flex-shrink: 0;
}

.guests-block {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.number-of-guests {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
}


.total-guests-count {
    width: 300px;
    height: 40px;
}

.guests-gender-count-input {
    width: 140px;
    height: 40px;
}


.guests-count-disclaimer {
    display: inline-block;
    color: #FFFFFFB2;
    font-size: 14px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
    white-space: pre-wrap;
    margin-bottom: 5px;
}

.gender-requirement-disclaimer {
    display: none;
    background: linear-gradient(200deg, #ffc57a 0%, #C79A2B 40%, #f5c66f 60%, #a87300 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    color: #FFFFFFB2;
    font-size: 14px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    white-space: pre-wrap;
    margin-bottom: 5px;
}



/* Hide the default browser checkbox */
.additional-service {
    display: none;
    flex-direction: column;
    margin-top: 30px;
}

.active-services {
    display: block;
}


.checkbox-container {
    margin-top: 10px;
    display: flex;
    /* 20px is the vertical gap (top/bottom) 
       40px is the horizontal gap (left/right) */
    gap: 15px 40px;
    flex-wrap: wrap;
    max-height: 130px;
    overflow-y: auto;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    width: 16px;
    height: fit-content;
    overflow-y: visible;
}

.custom-checkbox input {
    display: none;
}

.service {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.single-service {
    display: flex !important;
    gap: 10px;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    width: 250px;
    justify-content: start;
}

/* The Box - Default State (Unchecked with Gradient Border) */
.checkmark-box {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;

    /* Transparent center */
    background: transparent;

    /* Magic Trick: Use a thick inset shadow or a border-image */
    /* This creates a 1px solid look using your gold color */
    border: 1px solid #c5a059;

    /* Optional: If your browser supports it, this makes the border a real gradient */
    border-image: linear-gradient(135deg, #c5a059 0%, #8f6b29 50%, #c5a059 100%) 1;

    transition: all 0.3s ease;
}

/* The Box - Checked State (Filled with Gradient) */
.custom-checkbox input:checked+.checkmark-box {
    background: linear-gradient(135deg, #c5a059 0%, #8f6b29 50%, #c5a059 100%);
    border: 1px solid transparent;
    /* Glow effect matching your Humble Neon style */
    box-shadow: 0 0 8px rgba(197, 160, 89, 0.4);
}

/* The White Checkmark inside the box */
.checkmark-box::after {
    content: "";
    position: absolute;
    display: none;

    /* Perfect centering for 16px */
    left: 4.5px;
    top: 1.5px;
    width: 4px;
    height: 8px;

    /* Creating the check shape */
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Show the checkmark when checked */
.custom-checkbox input:checked+.checkmark-box::after {
    display: block;
}

/* Hover effect */
.custom-checkbox:hover .checkmark-box {
    filter: brightness(1.2);
    transform: scale(1.1);
}

.reserve-payment {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.total-price {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
}

.price-per-hour {
    color: #FFFFFF99;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.total-order-price {
    font-size: 37px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;

}

.price-and-breakdown {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.price-breakdown {
    color: #FFFFFF80;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.breakdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.modal-navigation-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.modal-navigation {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.modal-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    border-radius: 6px;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.time-range {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.time-range-container {
    display: flex;
    justify-content: end;
    width: 100%;
    gap: 15px;
}

.validation-message {
    margin-top: 10px;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    padding: 0 10px;
    color: red;
}

input:focus,
input:active {
    border: 1px solid #ccc;
}

select {
    /* Removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Optional: Adds custom padding so text isn't cramped */
    padding: 10px 15px;

    /* Optional: Adds custom styling to indicate it's a dropdown */
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

select:disabled,
input:disabled {
    cursor: not-allowed;
    background-color: #f5f5f521;
    /* Light gray to indicate disabled */
    opacity: 0.7 !important;
}

/* Tooltip container */
.input-wrapper {
    position: relative;
}

/* Tooltip text - hidden by default */
.tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* Position above the input */
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

/* Show tooltip when hovering over the disabled input wrapper */
.input-wrapper:has(select:disabled):hover .tooltip-text,
.input-wrapper:has(input:disabled):hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}


select:disabled {
    cursor: not-allowed;
    background-color: #f5f5f521;
    /* Light gray to indicate disabled */
    opacity: 0.7;
}

/* Tooltip container */
.input-wrapper {
    position: relative;
}

/* Tooltip text - hidden by default */
.tooltip-text {
    visibility: hidden;
    width: 120px;
    line-height: 15px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* Position above the input */
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

/* Show tooltip when hovering over the disabled input wrapper */
.input-wrapper:has(select:disabled):hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.price-breakdown-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
    margin-top: 45px;
    padding: 0 30px;
    width: 100%;
}

.price-breakdown-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.price-breakdown-item {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border-bottom: 1px solid #666666;
}

.breakdown-title {
    color: #FFFFFF99;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Satoshi', sans-serif;
}

.breakdown-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.item-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.item-title {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.item-title span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Satoshi', sans-serif;
}

.item-price span {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Satoshi', sans-serif;
}

.item-price-description {
    color: #D9D9D9;
    font-size: 16px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.long-description {
    color: #D9D9D9;
    font-size: 16px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 300;
    margin-top: 10px;
}

.breakdown-total {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.breakdown-navigation-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;


}

.breakdown-navigation {
    display: flex;
    justify-content: flex-start;

    margin-top: 30px;
    margin-bottom: 50px;
}

.breakdown-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
    border-radius: 6px;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.breakdown-items-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.full-day-option {
    display: none;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.choose-a-table {
    cursor:pointer;
    padding: 10px 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #b97c09;
    box-shadow:
        0 0 0 1px #442f01,
        /* Dark gold edge */
        0 0 10px rgba(185, 124, 9, 0.3);
    /* Subtle outer glow */
    justify-content: center;
    align-items: center;
    color: white;
}

.table-blueprint-overlay {
    display: none;
    position: fixed;
    flex-direction: column;
    inset: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.603);
    z-index: 15;
}

.table-blueprint-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    height: 600px;
    z-index: 16;
}

.choose-a-table {
    display: none;
}

#step-998 {
    justify-content: center;
    align-items: center;
}

.canvas-wrapper {
    display: flex;
    height: 550px;
    align-items: center;
}

.step-header .event-title {
    font-size: 50px;
}

.personal-info-block {
    width: 45%;
}

.personal-info-block label {
    margin-bottom: 10px !important;
}

.personal-info-block input {
    width: 100%;
}

.personal-info-container {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.personal-block {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}



/* Container */
.payment-type {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Hide the real radio */
.payment-type input[type="radio"] {
    display: none;
}

/* Custom radio circle */
/* Custom radio circle */
.payment-type label {
    display: flex;
    align-items: center;
}

.payment-label.error::before {
    border: 1px solid red !important;
}

.payment-type label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;

    /* 1. Use background-origin/clip to simulate a gradient border */
    background: linear-gradient(#05070a, #05070a) padding-box,
        linear-gradient(135deg, #c5a059 0%, #8f6b29 50%, #c5a059 100%) border-box;

    border: 1px solid transparent;
    /* The border is now the gradient from border-box */
    border-radius: 50%;
    /* This will now work! */

    margin-right: 8px;
    vertical-align: middle;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* Checked state */
.payment-type input[type="radio"]:checked+label::before {
    /* Fill the inside with the gradient */
    background: linear-gradient(135deg, #c5a059 0%, #8f6b29 50%, #c5a059 100%) border-box;
    box-shadow: 0 0 8px rgba(197, 160, 89, 0.4);
}

/* Hover effect */
.payment-type label:hover::before {
    filter: brightness(1.2);
    transform: scale(1.1);
    cursor: pointer;
}

/* Checked state - filled circle with glow */
.payment-type input[type="radio"]:checked+label::before {
    background: linear-gradient(135deg, #c5a059 0%, #8f6b29 50%, #c5a059 100%);
    border: 1px solid transparent;
    box-shadow: 0 0 8px rgba(197, 160, 89, 0.4);
}

/* Inner dot for the checked radio */
.payment-type input[type="radio"]:checked+label::after {
    /* content: ""; */
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    top: 4px;
    left: 4px;
}

/* Hover effect */
.payment-type label:hover::before {
    filter: brightness(1.2);
    transform: scale(1.1);
    cursor: pointer;
}

.active-subtitle {
    display: flex !important;
}

.wp-notification {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
    justify-content: flex-start;
}

.iti {
    width: 100%;
}

.iti__country-list,
.iti__search-input,
#iti-0__dropdown-content {
    background:
        /* This is the inner color of your box (matches your previous dark theme) */
        linear-gradient(#000000, #000000) padding-box,
        /* This is the border gradient */
        linear-gradient(to bottom, #b67c09 0%, #c7a26b 20%, #f0b653 50%, #BD9457 80%, #6E4E10 100%) border-box;

    background-image: url('/attachments/modal_background.png');
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    color: white;
    border: unset;
}

.error-message,
.invalid-error-message,
.date-error-message,
.err-msg {
    display: none;
    color: red;
    text-align: center;
}

.event-price-container {
    display: flex;
    flex-direction: column;

}

.price_starts {
    font-size: 11px;
    color: #FFFFFFB2;
    font-weight: 500;
    font-family: 'Satoshi', sans-serif;
    align-items: center;
    text-align: center;
}

.total-bold {
    font-weight: bold !important;
    font-size: 18px !important;
}




/* Container for the text and particles */
.vip-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 500px;
}

/* 1. Metallic Gradient Text 
           2. Breathing Drop-Shadow Glow 
        */
.vip-text {
    font-family: "Times New Roman", Times, serif;
    font-size: 150px;
    text-align: center;
    line-height: 0.85;
    user-select: none;
    z-index: 2;

    /* Gold Metallic Gradient */
    background: linear-gradient(to bottom,
            #FFF0DA 0%,
            #FFF2DB 20%,
            #EAC885 40%,
            #EAC885 45%,
            #94651e 70%,
            #94651e 85%,
            #94651e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #332003;
    filter: brightness(1.2) contrast(1.1) drop-shadow(0px 3.07px 3.07px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 15px rgba(189, 148, 87, 0.6)) drop-shadow(0px 0px 40px rgba(189, 148, 87, 0.3));
    display: inline-block;
    color: transparent;

    /* Continuous breathing animation */
    animation: premium-pulse 4s infinite alternate ease-in-out;
}

/* Using filter: drop-shadow instead of text-shadow works better with clipped gradients */
@keyframes premium-pulse {
    0% {
        filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.2));
    }

    100% {
        filter: drop-shadow(0 0 25px rgba(252, 238, 167, 0.6)) drop-shadow(0 0 50px rgba(212, 175, 55, 0.4));
    }
}

#particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* Soft, glowing orb styling */
.particle {
    position: absolute;
    border-radius: 50%;
    background: #fff3a1;
    box-shadow: 0 0 10px #fff3a1, 0 0 20px #d4af37;
    will-change: transform, opacity;
}

.status-section {
    display: none;
    width: 100%;
    padding: 30px 25px;
    flex-direction: column;
    align-items: center;
    gap: 25px;

    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 0 40px rgba(81, 238, 9, 0.08);
}

/* .status-success{
    width: 100%;
    padding: 30px 25px;
    flex-direction: column;
    align-items: center;
    gap: 25px;

    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 0 40px rgba(81, 238, 9, 0.08);
} */

/* ICON WRAPPER */
.status-icon {
    position: relative;
}

/* GLOW EFFECT */
.status-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(81, 238, 9, 0.25), transparent 70%);
    filter: blur(15px);
    z-index: 0;
}

/* ICON */
.success-icon {
    position: relative;
    z-index: 1;

    color: #51ee09;
    font-size: 60px;

    width: 110px;
    height: 110px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    border: 1px solid rgba(81, 238, 9, 0.4);

    background: rgba(81, 238, 9, 0.05);

    box-shadow:
        0 0 20px rgba(81, 238, 9, 0.4),
        inset 0 0 15px rgba(81, 238, 9, 0.2);

    animation: popIn 0.6s ease;
}

/* TEXT */
.status-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-family: 'Satoshi', sans-serif;
}

.status-title {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.status-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    max-width: 400px;
    line-height: 1.5;
}

/* PENDING (amber / waiting vibe) */
.status-pending {
    box-shadow: 0 0 40px rgba(255, 170, 0, 0.08);
}

.status-pending .success-icon {
    color: #ffaa00;
    border: 1px solid rgba(255, 170, 0, 0.4);
    background: rgba(255, 170, 0, 0.05);
    box-shadow:
        0 0 20px rgba(255, 170, 0, 0.4),
        inset 0 0 15px rgba(255, 170, 0, 0.2);

    animation: pulse 1.8s infinite;
}

.status-pending .status-icon::before {
    background: radial-gradient(circle, rgba(255, 170, 0, 0.25), transparent 70%);
}


/* DECLINED (red / blocked vibe) */
.status-declined {
    box-shadow: 0 0 40px rgba(255, 50, 50, 0.08);
}

.status-declined .success-icon {
    color: #ff3232;
    border: 1px solid rgba(255, 50, 50, 0.4);
    background: rgba(255, 50, 50, 0.05);
    box-shadow:
        0 0 20px rgba(255, 50, 50, 0.4),
        inset 0 0 15px rgba(255, 50, 50, 0.2);

    animation: shake 0.5s ease;
}

.status-declined .status-icon::before {
    background: radial-gradient(circle, rgba(255, 50, 50, 0.25), transparent 70%);
}


.spinner-container {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 15px;
    color: #d4ab41;
    font-family: sans-serif;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100vh;
    background: #000000c2;
}


.gold-spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* Your exact gradient */
    background: linear-gradient(200deg,
            #442f01 0%,
            #b97c09 20%,
            #d4ab41 50%,
            #b97c09 80%,
            #442f01 100%) !important;

    /* This creates the 'ring' effect by masking the center */
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #fff 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #fff 0);

    animation: spin 1s infinite linear;
}


/* 🔄 Pending animation (breathing glow) */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.08);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ❌ Rejected animation (subtle shake) */
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-3px);
    }

    50% {
        transform: translateX(3px);
    }

    75% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}

/* ANIMATION */
@keyframes popIn {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }

    70% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}



@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}