.slider-container {
    background: linear-gradient(135deg, #fffbe6 0%, #ffe066 100%);
    border: 2px solid #ffd600;
    box-shadow: 0 6px 32px 0 rgba(255, 214, 0, 0.13);
    position: relative;
    overflow: visible;
    z-index: 1;
    width: 100%;
    max-width: 900px;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.slider-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.3s;
    border: 2px solid #f0f4fb;
    background: #f8fafc;
}
.slider-img:hover {
    box-shadow: 0 0 32px #007bff66;
    transform: scale(1.03);
}
.slider-img:hover {
    box-shadow: 0 0 16px #007bff44;
}
.marquee {
    color: #fff;
    padding: 12px 0;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 2px 16px rgba(255, 193, 7, 0.18);
    border-radius: 8px;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px #ffeb3b99;
    border: 2px solid #ffe066;
    background: linear-gradient(90deg, #c18000 60%, #bb611e 100%);
    color: #fff;
    padding: 5px 0;
    font-size: 1.2rem;
    font-weight: 600;
    box-shadow: 0 2px 16px rgba(0,123,255,0.08);
    letter-spacing: 0.5px;
}
.results-section {
    max-width: 900px;
    margin:10px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    padding: 36px 28px 28px 28px;
    border: 1px solid #e3e7ed;
    position: relative;
    overflow: hidden;
}
.table-responsive {
    overflow-x: unset !important;
    width: 100%;
    min-width: 0;
    padding: 0;
}
.results-title {
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0056b3;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.results-title input[type="date"] {
    border-radius: 6px;
    border: 1px solid #bcd0ee;
    padding: 4px 10px;
    font-size: 1rem;
    background: #f4f8fc;
    color: #333;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    transition: border .2s;
}
.results-title input[type="date"]:focus {
    border: 1.5px solid #007bff;
    outline: none;
}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    display: none;
}


/* Lottery Confetti Effect */
body.lottery-vibe {
    background: repeating-linear-gradient(135deg, #fffbe6, #ffe066 10px, #fffbe6 20px, #fffde7 30px);
}


/* Fix for .slider-img hover duplication */
.slider-img:hover {
    box-shadow: 0 0 32px #ffd60066;
    transform: scale(1.05);
}


@media (max-width: 600px) {
    .slider-img { height: 150px; }
    .results-section { padding: 8px 1px; }
    .results-title {
        flex-direction: column;
        gap: 8px;
        font-size: 1.08rem;
    }
    .logo-area img {
        max-height: 72px;
    }
}

.logo-area {
    padding: 10px;
    background: #ffffff;
    display: flex;
    justify-content: center;
}

.logo-area img {
    max-height: 116px;
}

th, td {
    text-align: center !important;
}

footer {
    background: green;
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
}

footer p {
    margin-bottom:0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #fff6c7;
}
.table-striped tbody tr:nth-of-type(even) {
    background: #fffde7;
}

.page-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}