/* Christmas 2025 Styles */
.submit-form {
    background: linear-gradient(135deg, #e8f4f8 0%, #d4edda 100%);
    border: 3px solid #ff6b6b;
    border-radius: 15px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
    position: relative;
    overflow: hidden;
}

.submit-form:before {
    content: "✨";
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 40px;
    opacity: 0.7;
}

.submit-form h2 {
    color: #d63031;
    margin-top: 30px;
    text-align: center;
    font-size: 28px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.form-description {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #2d3436;
}

.form-steps {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    flex-wrap: wrap;
}

.form-step {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 15px;
    margin: 8px;
    background: white;
    border-radius: 10px;
    border-left: 5px solid #ff6b6b;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.step-number {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
    color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 3px 6px rgba(255, 107, 107, 0.3);
}

.step-title {
    color: #ff6b6b !important;
    font-size: 16px;
}

.submit-button {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 50%, #ff6b6b 100%);
    color: white !important;
    border: none;
    padding: 18px 45px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 25px auto 0;
    transition: all 0.4s ease;
    text-decoration: none !important;
    text-align: center;
    width: fit-content;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    border: 3px solid white;
}

.submit-button:before {
    content: "🎄";
    margin-right: 10px;
}

.submit-button:after {
    content: "🎅";
    margin-left: 10px;
}

.submit-button:hover {
    background: linear-gradient(135deg, #ff5252 0%, #ff7b7b 50%, #ff5252 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 25px rgba(255, 107, 107, 0.6);
    text-decoration: none !important;
    color: white !important;
}

.submit-button:active {
    transform: translateY(-1px) scale(1.02);
}

.important-note {
    background: linear-gradient(135deg, #fff9c4 0%, #ffecb3 100%);
    border: 2px solid #ffd54f;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #e65100;
    box-shadow: 0 3px 8px rgba(255, 213, 79, 0.3);
}

.urgent-badge {
	background: #ff4757;
	color: white;
	padding: 5px 10px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 4px 8px rgba(255, 71, 87, 0.4);
	z-index: 10;
	text-transform: uppercase;
	letter-spacing: 1px;	
}

.form-encouragement {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    color: #e17055;
}

/* Concert Info Styles */
.concert-info {
    margin-top: 30px;
}

.submit-reminder {
    background: linear-gradient(135deg, #ffeaa7 0%, #ffd8a8 100%);
    border: 3px dashed #e17055;
    border-radius: 12px;
    padding: 20px;
    margin: 25px 0;
    text-align: center;
    box-shadow: 0 5px 15px rgba(225, 112, 85, 0.2);
}

.submit-reminder h4 {
    color: #e17055;
    margin-top: 0;
    font-size: 22px;
}

.submit-reminder p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.reminder-button {
    background: linear-gradient(135deg, #e17055 0%, #fdcb6e 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(225, 112, 85, 0.4);
    display: inline-block;
    transition: all 0.3s ease;
}

.reminder-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(225, 112, 85, 0.5);
    text-decoration: none;
    color: white;
}

.holiday-message {
    font-style: italic;
    text-align: center;
    font-size: 18px;
    color: #2d3436;
    margin-top: 30px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    border-left: 5px solid #74b9ff;
}

/* MODERN CHRISTMAS TABLE - Fixed Width Alignment */
.christmas-table {
    width: 100%;
    max-width: 1200px; /* Limits maximum width for readability */
    margin: 2rem auto; /* Centers the table */
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(183, 28, 28, 0.08);
    border: 1px solid #f0f0f0;
    table-layout: fixed; /* Ensures consistent column widths */
    border-spacing: 0; /* Remove spacing between cells */
}

/* Modern Christmas Caption Design - MATCHES TABLE WIDTH */
.christmas-table caption {
    font-size: 1.5rem;
    font-weight: 800;
    color: #c62828;
    padding: 1.8rem 1rem;
    text-align: center;
    position: relative;
    background: linear-gradient(to bottom, #fff, #bce2ee);
    /* border-bottom: 3px solid #ffd54f; */
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin: 0;
    display: table-caption; /* Ensures caption behaves like table element */
    width: 100%;
    box-sizing: border-box; /* Include padding in width calculation */
}

/* Christmas ribbon effect for caption - DESKTOP ONLY */
.christmas-table caption::before,
.christmas-table caption::after {
    content: "🎅";
    display: inline-block;          /* needed for transform animation */
    vertical-align: middle;         /* keeps emoji aligned with text */
    line-height: 1;                 /* prevents extra spacing */
    font-size: 1.5rem;
    opacity: 0.8;
    animation: bellSwing 2s ease-in-out infinite;
}

h2.christmas-emoji {
    margin-bottom: -15px
}

h2.christmas-emoji::before,
h2.christmas-emoji::after {
    content: "🎁";
    display: inline-block;          /* needed for transform animation */
    vertical-align: middle;         /* keeps emoji aligned with text */
    line-height: 1;                 /* prevents extra spacing */
    font-size: 1.5rem;
    opacity: 0.8;
    animation: bellSwing 2s ease-in-out infinite;
}

h2.christmas-emoji::before {
    margin-right: 0.5rem;
	margin-top: 1rem;
}
h2.christmas-emoji::after {
    margin-left: 0.5rem;
	margin-top: 1rem;
}

@keyframes bellSwing {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(15deg); }
    50%  { transform: rotate(0deg); }
    75%  { transform: rotate(-15deg); }
    100% { transform: rotate(0deg); }
}

@keyframes bellSwing {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(15deg); }
    50%  { transform: rotate(0deg); }
    75%  { transform: rotate(-15deg); }
    100% { transform: rotate(0deg); }
}

@keyframes bellSwing {
    0%, 100% { transform: translateY(-50%) rotate(0deg); }
    25% { transform: translateY(-50%) rotate(-5deg); }
    75% { transform: translateY(-50%) rotate(5deg); }
}

/* REMOVE SANTA EMOJIS ON MOBILE DEVICES */
@media (max-width: 768px) {
    .christmas-table caption::before,
    .christmas-table caption::after {
        content: ""; /* Remove the Santa emoji on mobile */
        display: none; /* Hide the pseudo-elements completely */
    }
}

/* Table header styling - FIXED COLUMN WIDTHS */
.christmas-table th {
    background: linear-gradient(to right, #c62828, #245ac2);
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
	padding: 0.5rem 0.5rem 0 0.5rem;
    /* padding: 1.2rem 0.8rem; */
    text-align: center;
    /* border-bottom: 2px solid #ffd54f; */
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    width: 25%; /* Each column takes 25% of table width (for 4 columns) */
    box-sizing: border-box; /* Include padding in width */
}

/* Collection headers */
/* .christmas-table th[colspan="4"] { */
    /* background: linear-gradient(to right, #c62828, #245ac2); */
    /* color: #fff; */
    /* font-weight: 700; */
    /* font-size: 1.2rem; */
    /* padding: 1.3rem 0.8rem; */
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
    /* border-bottom: 3px solid #ffb300; */
    /* width: 100%; /* Span all 4 columns */ */
/* } */

.christmas-table th[colspan="4"] {
    background: linear-gradient(to right, #c62828, #245ac2);
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
	padding: 0.5rem 0.5rem 0 0.5rem;
    /* padding: 1.2rem 0.8rem; */
    text-align: center;
    /* border-bottom: 2px solid #ffd54f; */
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    width: 25%; /* Each column takes 25% of table width (for 4 columns) */
    box-sizing: border-box; /* Include padding in width */
}

/* MINIMALIST TABLE CELLS - FIXED WIDTHS */
.christmas-table td {
    width: 25%;
    box-sizing: border-box;
    padding: 1rem 0 0.5rem 1rem;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    font-size: 1rem;
    color: #333;
    background: #fff;
    transition: background-color 0.2s ease;
    white-space: normal;   /* allow wrapping */
    word-wrap: break-word; /* break long words if needed */
    overflow: hidden;      /* keep content inside cell */
}

/* Allow text wrapping on small screens */
@media (max-width: 768px) {
    .christmas-table td {
        white-space: normal;
        word-wrap: break-word;
    }
}

/* Clean, minimalist row styling */
.christmas-table tr:not(:first-child) {
    border-top: 1px solid #f9f9f9;
}

/* Subtle hover effect only */
.christmas-table tr:hover td {
    background-color: #fff9f9;
}

/* Remove all cell borders except bottom */
.christmas-table td {
    border: 1px solid #f5f5f5;
	text-align: left;   
}

/* MINIMALIST LINK STYLING */
.christmas-table a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    transition: all 0.2s ease;
    border-radius: 4px;
    max-width: 100%; /* Prevent links from overflowing */
    box-sizing: border-box;
}

.christmas-table a:hover {
    color: #ff6f00;
    /* background-color: #fff3e0; */
    text-decoration: none;
    text-decoration-thickness: 2px;
    text-decoration-color: #ffb300;
}
.christmas-table a.chsth {
	color: #fff;
	text-decoration: underline;
}
.christmas-table a:hover.chsth {
	color: #ff6f00;
}

.christmas-table p.pth {
	color: #fff;
	font-weight: 400;
}

/* Ensure table container matches caption width */
#mainContent table {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Center the entire table content in the page */
#mainContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Style for the "top" link */
#mainContent p {
    /* text-align: center; */
    /* margin-top: 2rem; */
    /* width: 100%; */
}

#mainContent p small a {
    background: #003c53;
    color: white;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

#mainContent p small a:hover {
    background: #d32f2f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(183, 28, 28, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .christmas-table {
        width: 100%;
        margin: 1.5rem auto;
        border-radius: 8px;
    }
    
    #mainContent {
        padding: 0 15px;
    }
    
    .christmas-table caption {
        font-size: 1.5rem;
        padding: 1.2rem 0.5rem;
        width: 100%; /* Ensure full width on mobile */
    }
    
    /* Remove these mobile-specific styles since we're hiding the pseudo-elements */
    /*
    .christmas-table caption::before,
    .christmas-table caption::after {
        font-size: 1.2rem;
        position: relative;
        display: inline-block;
        margin: 0 10px;
        top: auto;
        transform: none;
        animation: none;
    }
    */
    
    .christmas-table th {
        font-size: 1rem;
        padding: 1rem 0.5rem;
        width: 25%; /* Maintain column widths on mobile */
    }
    
    .christmas-table th[colspan="4"] {
        font-size: 1.1rem;
        padding: 1.1rem 0.5rem;
        width: 100%;
    }
    
    /* Even more minimalist on mobile */
    .christmas-table td {
        /* padding: 0.9rem 0.5rem; */
        font-size: 0.95rem;
        /* border-bottom: 1px solid #f0f0f0; */
        /* width: 25%; */
    }
    
    .christmas-table a {
        padding: 6px 12px;
        font-size: 0.95rem;
    }
}

/* For very small screens */
@media (max-width: 480px) {
    .christmas-table {
        display: table;
        width: 100%;
        max-width: 100%;
    }
    
    .christmas-table caption {
        font-size: 1.3rem;
        padding: 1rem;
        width: 100%;
    }
    
    .christmas-table th,
    .christmas-table td {
        min-width: 0; /* Allow cells to shrink */
        width: 25%; /* Maintain proportions */
    }
    
    /* Stack links on very small screens */
    .christmas-table a {
        display: inline-block;
        margin: 2px 0;
        white-space: normal;
    }
}

/* Fix for exact width alignment */
.christmas-table * {
    box-sizing: border-box;
}

/* Ensure all table elements have consistent width calculation */
.christmas-table,
.christmas-table caption,
.christmas-table thead,
.christmas-table tbody,
.christmas-table tr,
.christmas-table th,
.christmas-table td {
    box-sizing: border-box;
}



/* MINIMALIST CHRISTMAS UPLOAD CONTAINER */
.christmas-upload-container {
    width: 100%;
    max-width: 700px;
    margin: 1rem auto;
    padding: 2.5rem;
    background: linear-gradient(135deg, #fff 0%, #fff9f9 100%);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(183, 28, 28, 0.08);
    border: 1px solid rgba(198, 40, 40, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Subtle Christmas pattern background */
.christmas-upload-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 213, 79, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(198, 40, 40, 0.05) 0%, transparent 50%);
    z-index: 0;
}

/* Content wrapper */
.christmas-upload-content {
    position: relative;
    z-index: 1;
}

/* Title styling - CENTERED */
.christmas-upload-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #c62828;
    margin-bottom: 1.2rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-align: center; /* Ensure center alignment */
    width: 100%;
}

.christmas-upload-title::after {
    content: "🎄";
    margin-left: 10px;
    font-size: 1.5rem;
    animation: treeWiggle 2s ease-in-out infinite;
}

@keyframes treeWiggle {
    0%, 100% { transform: rotate(0deg) scale(1); }
    25% { transform: rotate(-3deg) scale(1.05); }
    75% { transform: rotate(3deg) scale(1.05); }
}

/* Description text */
.christmas-upload-description {
    font-size: 1.1rem;
    color: #5d4037;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    text-align: center;
}

/* UPLOAD BUTTON LINK STYLING */
.christmas-upload-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #c62828 0%, #d32f2f 100%);
    color: white !important; /* Force white text color */
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(198, 40, 40, 0.25);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-width: 220px;
    border: 2px solid transparent;
    cursor: pointer;
}

/* Ensure link text is white */
.christmas-upload-button,
.christmas-upload-button:link,
.christmas-upload-button:visited,
.christmas-upload-button:hover,
.christmas-upload-button:active {
    color: white !important;
    text-decoration: none;
}

/* Button hover effects */
.christmas-upload-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(198, 40, 40, 0.35);
    background: linear-gradient(135deg, #d32f2f 0%, #e53935 100%);
    color: white !important; /* Keep white on hover */
    border-color: rgba(255, 255, 255, 0.3);
}

.christmas-upload-button:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 15px rgba(198, 40, 40, 0.3);
}

/* Button icon */
.christmas-upload-button::before {
    content: "📤";
    font-size: 1.3rem;
}

/* Subtle shine effect on hover */
.christmas-upload-button::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to right,
        transparent 20%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 80%
    );
    transform: rotate(30deg);
    transition: transform 0.6s ease;
    opacity: 0;
}

.christmas-upload-button:hover::after {
    opacity: 1;
    transform: rotate(30deg) translateX(100%);
}

/* Optional: Add a subtle pulsing animation */
@keyframes pulse-glow {
    0%, 100% { 
        box-shadow: 0 4px 20px rgba(198, 40, 40, 0.25);
    }
    50% { 
        box-shadow: 0 4px 30px rgba(198, 40, 40, 0.4);
    }
}

.christmas-upload-button {
    animation: pulse-glow 3s ease-in-out infinite;
}

/* Responsive design */
@media (max-width: 768px) {
    .christmas-upload-container {
        padding: 2rem 1.5rem;
        margin: 2rem auto;
        border-radius: 12px;
    }
    
    .christmas-upload-title {
        font-size: 1.5rem;
        text-align: center; /* Keep centered on mobile */
    }
    
    .christmas-upload-description {
        font-size: 1rem;
        padding: 0 0.5rem;
        text-align: center;
    }
    
    .christmas-upload-button {
        padding: 0.9rem 2rem;
        font-size: 1rem;
        min-width: 200px;
        color: white !important;
    }
}

@media (max-width: 480px) {
    .christmas-upload-container {
        padding: 1.5rem 1rem;
    }
    
    .christmas-upload-title {
        font-size: 1.3rem;
        text-align: center;
    }
    
    .christmas-upload-button {
        width: 100%;
        max-width: 280px;
        color: white !important;
    }
    
    /* Ensure the Christmas tree emoji stays with the title on mobile */
    .christmas-upload-title::after {
        display: inline-block;
        margin-left: 8px;
    }
}






