:root {
    --christmas-red: #ff3e3e;
    --christmas-dark-red: #c02828;
    --christmas-green: #2f855a;
    --gold: #ffd700;
    --gold-gradient: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --text-white: #ffffff;
    --bg-dark: #050a14;
    --neon-glow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.3);
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-dark);
    background-image: 
        radial-gradient(circle at 50% 0%, #111b2e 0%, var(--bg-dark) 60%);
    color: var(--text-white);
    min-height: 100vh;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

#snow-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.background-glow {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.1) 40%, rgba(0, 0, 0, 0) 70%);
    z-index: 0;
    pointer-events: none;
    filter: blur(60px);
}

.container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: flex-start;
}

header {
    padding: 0.5rem 0;
    text-align: center;
    margin-bottom: 1rem;
}

.logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.logo .highlight {
    color: var(--text-white);
    font-weight: 700;
}

main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.hero-content {
    text-align: center;
}

.event-title {
    font-family: 'Mountains of Christmas', cursive;
    font-size: clamp(5rem, 14vw, 10rem);
    line-height: 1;
    font-weight: 700;
    color: var(--christmas-red);
    text-shadow: 2px 2px 0px #fff, 4px 4px 10px rgba(0,0,0,0.5);
    margin-bottom: 1rem;
    position: relative;
    animation: titleFloat 3s ease-in-out infinite;
}

.jam-green {
    color: var(--christmas-green);
    text-shadow: 2px 2px 0px #fff, 4px 4px 10px rgba(0,0,0,0.5);
}

.web-blue {
    color: #3b82f6; /* Bright blue */
    text-shadow: 2px 2px 0px #fff, 4px 4px 10px rgba(0,0,0,0.5);
}

.event-description {
    font-size: clamp(0.8rem, 1.8vw, 1.2rem) !important;
    font-weight: 300;
    color: #f8f9fa !important;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: calc(1.5rem + 5px) !important;
}

.countdown-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.countdown-container {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 2rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

/* Shine effect on container */
.countdown-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent
    );
    transition: 0.5s;
    animation: shine 8s infinite;
}

.countdown-title {
    font-family: 'Mountains of Christmas', cursive;
    font-size: 2rem;
    color: var(--gold);
    text-align: center;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    width: 100%;
}

#countdown {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.time-box {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.5rem;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.time-unit:hover .time-box {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 30px rgba(255, 62, 62, 0.1);
}

.time-box span {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(180deg, #fff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.time-unit label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.event-date {
    text-align: center;
    margin-top: 1.5rem;
    color: var(--gold);
    font-family: 'Mountains of Christmas', cursive;
    font-size: 2rem;
    letter-spacing: 2px;
    opacity: 0.9;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.cta-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.5rem;
}

.register-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    color: white;
    background: transparent;
    border-radius: 60px;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    animation: logoFloat 4s ease-in-out infinite;
}

.partner-logo {
    height: 90px;
    width: auto;
    opacity: 0.9;
    transition: all 0.5s ease;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
    animation: logoFloat 4s ease-in-out infinite;
}

/* Specific size adjustment for TEDU logo */
.tedu-logo {
    height: 75px;
}

.partner-logo:hover {
    opacity: 1;
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.6));
}

/* Remove old classes if no longer needed or keep for safety, overwriting specific ones */
.university-logo-container {
    display: none;
}

/* Adjust responsiveness for new layout */
@media (max-width: 768px) {
    .cta-section {
        flex-direction: column;
        gap: 2rem;
    }
    
    .partner-logo {
        height: 70px;
    }
}

.register-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ff3e3e, #c02828);
    z-index: -1;
    transition: transform 0.3s ease;
}

.register-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 62, 62, 0.4);
}

.btn-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 60%);
    transform: scale(0);
    transition: transform 0.5s;
    pointer-events: none;
}

.register-btn:hover .btn-glow {
    transform: scale(1);
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
}

.university-logo-container {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.uni-logo {
    height: 60px;
    width: auto;
    opacity: 0.8;
    transition: all 0.5s ease;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
    animation: logoFloat 4s ease-in-out infinite;
}

.uni-logo:hover {
    opacity: 1;
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.6));
}

/* Registration Section */
.register-section {
    padding: 10rem 1rem 6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 80vh;
    align-items: center;
}

.form-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: 20px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.form-container h2 {
    font-family: 'Mountains of Christmas', cursive;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
    color: var(--gold);
}

.form-container p {
    text-align: center;
    margin-bottom: 2rem;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    margin-left: 0.5rem;
}

.glass-form input {
    width: 100%;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}

.glass-form input:focus {
    outline: none;
    border-color: var(--christmas-red);
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(255, 62, 62, 0.2);
}

.submit-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(45deg, #2f855a, #1a4d33);
    border: none;
    border-radius: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(47, 133, 90, 0.4);
    background: linear-gradient(45deg, #3aa570, #226342);
}

footer {
    text-align: center;
    padding: 2rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
}

/* Animations */
@keyframes shine {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes twinkle {
    0% { opacity: 0.4; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1.2); }
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* SVG Ring (Optional decorative) */
.progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    transform: rotate(-90deg);
}

@media (max-width: 768px) {
    .event-title {
        font-size: clamp(3.5rem, 12vw, 5rem);
        margin-bottom: 0.5rem;
    }
    
    main {
        gap: 0.5rem;
    }

    .countdown-container {
        padding: 1rem;
        margin: 0 0.5rem;
    }
    
    #countdown {
        gap: 0.5rem;
    }
    
    .time-box {
        width: 60px;
        height: 60px;
        border-radius: 12px;
        margin-bottom: 0.1rem;
    }
    
    .time-box span {
        font-size: 1.5rem;
    }
    
    .time-unit label {
        font-size: 0.5rem;
        margin-top: 0.1rem;
        letter-spacing: 1px;
    }
    
    .cta-section {
        gap: 1rem;
        margin-top: 1.5rem;
        flex-direction: row; /* Keep row direction for logos */
        flex-wrap: wrap; /* Allow wrapping */
        justify-content: center;
    }
    
    .register-btn {
        padding: 1rem 2rem;
        font-size: 1.2rem;
        width: 100%; /* Full width to force new line */
        order: 1; /* Button first */
        max-width: 300px;
        margin-bottom: 0.5rem;
    }

    .partner-logo {
        order: 2; /* Logos second */
        height: 60px;
        margin: 0 10px; /* Spacing between logos */
    }

    .form-container {
        padding: 1.5rem;
    }
}
/* Add these to the end of style.css */

/* Logo Link */
.logo-link {
    text-decoration: none;
    display: block;
    width: 100%;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 10;
}

.logo-link:hover {
    transform: scale(1.05);
}

.logo-link:hover .logo {
    color: var(--text-white);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

/* Social Icons */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
    z-index: 0;
}

.social-icon i {
    position: relative;
    z-index: 1;
}

.social-icon:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Brand specific hover colors */
.social-icon.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-color: transparent;
    background-origin: border-box;
}

.social-icon.tiktok:hover {
    background: #000000;
    border-color: #00f2ea;
    box-shadow: -2px -2px 10px rgba(255, 0, 80, 0.5), 2px 2px 10px rgba(0, 242, 234, 0.5);
    background-origin: border-box;
}

.social-icon.whatsapp:hover {
    background: #25D366;
    border-color: transparent;
    background-origin: border-box;
}

/* Add shimmer effect to Register Button */
.register-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    animation: shimmer 3s infinite;
    z-index: 2;
}

@keyframes shimmer {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}

/* Add this to your style.css file */

/* FAQ Section */
.faq-section {
    padding: 4rem 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.faq-container {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 3rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 800px;
}

.faq-container h2 {
    font-family: 'Mountains of Christmas', cursive;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--gold);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-header {
    background: transparent;
    border: none;
    width: 100%;
    padding: 1.5rem 0;
    text-align: left;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.accordion-header:hover {
    color: var(--gold);
}

.accordion-header .icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.accordion-header.active .icon {
    transform: rotate(45deg);
    color: var(--christmas-red);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0;
    color: #e2e8f0;
    font-weight: 300;
    line-height: 1.6;
}

.accordion-content p {
    margin-bottom: 1rem;
}

.accordion-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.accordion-content strong {
    color: white;
    font-weight: 600;
}

/* Make it responsive */
@media (max-width: 768px) {
    .faq-container {
        padding: 1.5rem;
        margin: 0 1rem;
    }
    
    .faq-container h2 {
        font-size: 2.2rem;
    }
    
    .accordion-header {
        font-size: 1rem;
        padding: 1rem 0;
    }
}

/* Add to style.css for new form elements */

.glass-form select {
    width: 100%;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
    appearance: none; /* Remove default arrow */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem top 50%;
    background-size: 0.65rem auto;
}

.glass-form select option {
    background-color: #1a202c; /* Dark background for dropdown options */
    color: white;
}

.glass-form select:focus {
    outline: none;
    border-color: var(--christmas-red);
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(255, 62, 62, 0.2);
}

.radio-group, .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding-left: 0.5rem;
}

.radio-group label, .checkbox-group label {
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

input[type="radio"], input[type="checkbox"] {
    width: auto !important; /* Override full width from previous inputs */
    margin-right: 0.5rem;
    accent-color: var(--christmas-red);
    cursor: pointer;
}

