
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            -webkit-tap-highlight-color: transparent;
        }

        html, body {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            overflow: hidden;
            position: fixed;
        }

        body {
            background: #000000;
            font-family: 'Arial', sans-serif;
        }
@font-face {
    font-family: 'another-shabby';
    src:url('../assets/font/another-shabby.ttf.woff') format('woff'),
        url('../assets/font/another-shabby.ttf.svg#another-shabby') format('svg'),
        url('../assets/font/another-shabby.ttf.eot'),
        url('../assets/font/another-shabby.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
        :root {
    --color-black: #000000;
    --color-gold: #eac96a;
    --color-beige: #b8a992;
    --color-gray: #7a7268;
    --color-white: #ffffff;
    --font-script: 'Great Vibes', cursive;
    --font-invite: 'Josefin Sans', sans-serif;
        --font-date-number: 'Lora', serif;
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-rsvp:'another-shabby';


    --color-grey-light: #d3d3d3;
}



        .invitation-text {
            margin-top: 5px;
               margin-left: 10px;
            margin-right: 10px;
         
        }

        .invitation-text p {

            font-size: 1rem;
            line-height: 1.5;
            color: var(--color-gold);
            text-align: center;
            font-family: var(--font-invite);
        }

        .event-title {
            font-family: var(--font-script);
            font-size: 40px;
            color: var(--color-gold);
            margin-top: 40px;
            font-weight: 500;
        }
        .fullscreen-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            overflow: hidden;
        }

        .background-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }

        .content-overlay {
            position: absolute;
            top: 75px;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: 10px;
            padding-bottom: 60px;
        }
        /* Optional: Add your content styles here */
        .content {
            text-align: center;
            color: white;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
            max-width: 100%;
            width: 100%;
            box-sizing: border-box;
        }

        .content h1 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .content .invitation-text p {
            font-size: 0.6rem;
            line-height: 1.25;
        }
  
/* Event Details Section */
.event-details-section {
    text-align: center;
}

.event-date {
    font-family: var(--font-invite);
    color: var(--color-gold);
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.event-date p {
    margin: 0;
    display: inline;
    line-height: 1.5;
    font-size: 12rem;
}
.date-number {
    font-family: var(--font-date-number);
    font-size: 2.5rem;
    font-weight: 100;
    color: var(--color-gold);
    display: inline;
    margin: 0 4px;
    vertical-align: middle;
    line-height: 1;
}

.date-line {
    width: 75%;
    height: 2px;
    background: var(--color-gold);
    margin: 6px auto;
}

.event-venue {
    font-family: var(--font-invite);
    font-size: 2rem;
    color: var(--color-gold);
    margin: 5px 0 3px 0;
    font-weight: 400;
}

.event-location {
    font-family: var(--font-invite);
    font-size: 2rem;
    color: var(--color-gold);
    margin: 0;
    font-weight: 400;
}
.speaker-info {
    font-family: var(--font-invite);
    font-size: 0.75rem;
    color: var(--color-gold);
    font-weight: 400;
    margin-top: 35px;
}

.speaker-person {
    font-family: var(--font-invite);
    font-size: 0.85rem;
    color: var(--color-gold);
    font-weight: 400;
    margin-top: 10px;
}

/* Two Column Section */
.two-column-section {
    display: grid;
    grid-template-columns: 1fr 1fr;  
   /* grid-template-columns: 50% 50%;*/
    gap: 10px;
    margin-top: 75px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.column-left {
    text-align: left;
    padding: 2px;
    color: var(--color-gold);
    font-family: var(--font-body);
    width: 100%;
    box-sizing: border-box;
}

.column-right {
    text-align: right;
    padding: 2px;
    color: var(--color-gold);
    font-family: var(--font-body);
    width: 100%;
    box-sizing: border-box;
}

.rsvp-title {
    font-family: var(--font-rsvp);
    font-size: 0.6rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--color-gold);
  
    margin-bottom: 2px;
    
    text-align: left;
}

.entry-title {
    font-family: var(--font-rsvp);
    font-size: 0.6rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    color: var(--color-gold);

    margin-bottom: 2px;
    text-align: right;
}

/* Form Groups */
.form-group {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.form-group label {
    flex: 0 0 auto;
    font-family: var(--font-invite);
    font-size: 0.5rem;
    color: var(--color-gold);
    margin: 0;
    font-weight: 500;
    white-space: nowrap;
}

.form-group input[type="text"],
.form-group input[type="tel"] {
    flex: 1 1 auto;
    padding: 4px 2px;
    border: none;
    border-bottom: 1px solid var(--color-gold);
    background: transparent;
    background-color: transparent;
    color: var(--color-white);
    font-family: var(--font-invite);
    font-size: 0.5rem;
    outline: none;
    transition: border-color 0.3s;
    
}

.form-group input[type="text"]:-webkit-autofill,
.form-group input[type="tel"]:-webkit-autofill,
.form-group input[type="text"]:-webkit-autofill:hover,
.form-group input[type="tel"]:-webkit-autofill:hover,
.form-group input[type="text"]:-webkit-autofill:focus,
.form-group input[type="tel"]:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--color-gold);
    transition: background-color 9999s ease-in-out 0s;
    box-shadow: 0 0 0px 1000px transparent inset;
    caret-color: var(--color-white);
}

.form-group input[type="text"]::placeholder,
.form-group input[type="tel"]::placeholder {
    color: rgba(212, 175, 55, 0.5);
}

.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus {
    border-bottom-color: var(--color-white);
}

/* Confirmation Section */
.confirmation-section {
    margin-bottom: 4px;
}

.confirmation-section .confirmation-label {
    font-family: var(--font-invite);
    font-size: 0.5rem;
    color: var(--color-gold);
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.checkbox-item {
    display: flex;
    align-items: center;
}

.checkbox-item input[type="radio"] {
    width: 11px;
    height: 11px;
    font-size: 0.5rem;
    margin-right: 5px;
    cursor: pointer;
    accent-color: var(--color-gold);
    flex-shrink: 0;
}

.checkbox-item label {
    font-family: var(--font-body);
    font-size: 0.5rem;
    color: var(--color-gold);
    margin: 0;
    cursor: pointer;
}

/* Dress Code Section */
.dress-code-section {
    margin-bottom: 3px;
}

.dress-code-section .dress-code-text {
    font-family: var(--font-invite);
    font-size: 0.5rem;
    color: var(--color-gold);
    margin: 0;
    font-weight: 500;
}

.dress-code-emphasis {
    font-weight: 500;
}

/* Comfort Note Section */
.comfort-note-section {
    margin-bottom: 3px;
}

.comfort-note-section .comfort-text {
    font-family: var(--font-invite);
    font-size: 0.5rem;
    color: var(--color-gold);
    line-height: 1.3;
    margin: 0;
    font-weight: 500;
}

/* Submit Button */
.submit-btn {
    display: none;
}

/* Center Button Wrapper */
.center-button-wrapper {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.center-button-wrapper .scan-text {
    font-family: var(--font-body);
    font-size: 0.50rem;
    color: var(--color-gold);
    letter-spacing: 2px;
    
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
}

.submit-btn-center {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.button-image {
    display: block;
    max-width: 75px;
    height: auto;
    transition: transform 0.3s ease;
}
     

.submit-btn-center:hover .button-image {
    transform: scale(1.05);
}

.submit-btn-center:active .button-image {
    transform: scale(0.98);
}

.submit-btn-center:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Message Styles */
.message {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 0.75rem;
    font-family: var(--font-invite);
    display: none;
    max-width: 90%;
    width: fit-content;
    position: relative;
    z-index: 2;
}

.message.success {
    background-color: rgba(212, 175, 55, 0.2);
    color: var(--color-gold);
    border: 1px solid var(--color-gold);
    display: block;
}

.message.error {
    background-color: rgba(220, 53, 69, 0.2);
    color: #ff6b6b;
    border: 1px solid #ff6b6b;
    display: block;
}








        /* Mobile optimization */
        @media screen and (max-width: 768px) {
            .content h1 {
                font-size: 1.2rem;
            }
            
            .content p {
                font-size: 2rem;
            }

            .event-details-section .event-date p {
                font-size: 8rem;
            }

            .date-number {
                font-size: 20px;
            }

            .event-venue,
            .event-location {
                font-size: 2rem;
            }
        }

        @media screen and (max-width: 480px) {
            .content h1 {
                font-size: 1rem;
            }
            
            .content p {
                font-size: 0.75rem;
            }

            .event-details-section .event-date p {
                font-size: 4rem;
            }

            .date-number {
                font-size: 2rem;
            }

            .event-venue,
            .event-location {
                font-size: 2rem;
            }

            .invitation-text {
                margin-top: 60px;
                 margin-left: 15px;
                 margin-right: 15px;
            }
         
        }
