 body { 
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            min-height: 100vh;
            font-family: 'Segoe UI', Roboto, sans-serif;
            margin: 0; padding-bottom: 30px;
        }


/* Menu Wrapper Customization */
.menu-wrapper {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.scroll-menu {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 5px 15px;
    gap: 12px;
}

.scroll-menu::-webkit-scrollbar { display: none; }

/* Premium Button Styling */
.btn-premium {
    position: relative;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 🔥 Attractive ACTIVE State */
.btn-premium.active {
    background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
    box-shadow: 0 0 15px rgba(0, 198, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Active Indicator Dot */
.btn-premium.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #00c6ff;
    border-radius: 50%;
    box-shadow: 0 0 8px #00c6ff;
}

.btn-premium i {
    font-size: 16px;
}

        .marquee-box {
            background: #ffde59;
            color: #000;
            padding: 8px 0;
            font-weight: 700;
            font-size: 14px;
        }

        .result-container {
            background: #ffffff;
            border-radius: 25px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
            margin: 30px auto;
            overflow: hidden;
            max-width: 900px;
        }
        .box-header {
            background: #f8f9fa;
            padding: 25px;
            text-align: center;
            border-bottom: 1px solid #eee;
        }
        .live-dot {
            height: 10px; width: 10px; background: #22c55e;
            border-radius: 50%; display: inline-block;
            box-shadow: 0 0 10px #22c55e;
            animation: pulse 1.5s infinite;
        }
		.nt-dot {
            height: 10px; width: 10px; background: #FF7F50;
            border-radius: 50%; display: inline-block;
            box-shadow: 0 0 10px #22c55e;
            animation: pulse 1.5s infinite;
        }
        .at-dot {
            height: 10px; width: 10px; background: #FF1493;
            border-radius: 50%; display: inline-block;
            box-shadow: 0 0 10px #22c55e;
            animation: pulse 1.5s infinite;
        }
		.bt-dot {
            height: 10px; width: 10px; background: #1E90FF;
            border-radius: 50%; display: inline-block;
            box-shadow: 0 0 10px #22c55e;
            animation: pulse 1.5s infinite;
        }
        .result-row {
            display: flex; justify-content: space-between; align-items: center;
            padding: 22px 25px; border-bottom: 1px solid #f1f1f1;
        }
        .result-row:last-child { border-bottom: none; }

        .sub-name { font-size: 1.1rem; font-weight: 700; color: #333; }
        .popular-badge {
            background: #ff4757; color: #fff; font-size: 9px;
            padding: 2px 8px; border-radius: 4px; margin-left: 8px;
            vertical-align: middle;
        }
  .popular-badges {
            background: #FF8C00; color: #fff; font-size: 13px;
            padding: 2px 8px; border-radius: 4px; margin-left: 8px;
            vertical-align: middle;
        }
        .res-number {
            font-size: 2.8rem; font-weight: 900; color: #1e3c72;
        }
        .wait-text {
            color: #ef4444; font-weight: 700; font-size: 15px;
            animation: blink 1.2s infinite;
        }

        .history-section { background: #fff; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin: 30px auto; padding: 20px; max-width: 900px; }
        .history-title { text-align: center; font-weight: 800; color: #1e3c72; margin-bottom: 20px; text-transform: uppercase; }
        
        .table-responsive { border-radius: 15px; overflow-x: auto;-webkit-overflow-scrolling: touch; }
        .table-stylish {  width: 100%; border-collapse: collapse;  }
        .table-stylish th { background: #1e3c72; color: #fff; padding: 15px; text-align: center; font-size: 14px; }
        .table-stylish td { padding: 12px; text-align: center; border: 1px solid #eee; font-weight: 600; }
        
        .row-even { background-color: #f8f9fa; }
        .row-odd { background-color: #ffffff; }
        .date-col { color: #4f46e5; font-weight: 800; }
        @keyframes pulse { 0% {transform: scale(1);} 50% {transform: scale(1.3);} 100% {transform: scale(1);} }
        @keyframes blink { 0% {opacity:1;} 50% {opacity:0.3;} 100% {opacity:1;} }

        @media (max-width: 576px) {
            .result-row { padding: 18px 20px; }
            .res-number { font-size: 1.8rem; }
            .sub-name { font-size: 1rem; }
        }
        @media (max-width: 768px) {
        .table-stylish { font-size: 11px; } /* Mobile ke liye optimized font */
        .table-stylish td, .table-stylish th { padding: 8px 4px; }
        .history-title { font-size: 1.1rem; }
    }

    .btn-pdf {
        background: #e74c3c;
        color: white;
        border: none;
        padding: 8px 15px;
        border-radius: 8px;
        font-weight: 600;
        transition: 0.3s;
    }
    .btn-pdf:hover { background: #c0392b; color: #fff; }
    .compare-box {
        background: #fff;
        border-radius: 25px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        margin: 40px auto;
        max-width: 900px;
        overflow: hidden;
        border: 1px solid rgba(0,0,0,0.05);
    }

    .compare-title-bar {
        background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
        color: #fff;
        padding: 20px;
        text-align: center;
        font-weight: 800;
        letter-spacing: 1px;
    }

    .compare-labels {
        display: flex;
        background: #f1f5f9;
        padding: 12px 25px;
        font-weight: 800;
        color: #475569;
        font-size: 0.8rem;
        text-transform: uppercase;
        border-bottom: 2px solid #e2e8f0;
    }

    .comp-row {
        display: flex;
        align-items: center;
        padding: 20px 25px;
        border-bottom: 1px solid #f8fafc;
        transition: 0.3s ease;
    }

    .row-gradient-1 { background: linear-gradient(to right, #ffffff, #f0f7ff); }
    .row-gradient-2 { background: linear-gradient(to right, #ffffff, #fdf2f8); }
    .col-sub { flex: 2; }
    .col-val { flex: 1; text-align: center; }

    .subject-text {
        font-size: 1.3rem;
        font-weight: 800;
        background: linear-gradient(45deg, #1e3c72, #4f46e5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .badge-box {
        display: inline-block;
        padding: 8px 15px;
        border-radius: 12px;
        font-weight: 900;
        font-size: 1.2rem;
        min-width: 65px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    }
    .old-result { background: #e2e8f0; color: #475569; border: 1px solid #cbd5e1; }
    .new-result { background: #dcfce7; color: #15803d; border: 1px solid #86efac; }
    .small-date { font-size: 10px; font-weight: 700; color: #94a3b8; display: block; margin-bottom: 3px; }
	
	.yearly-card { background: #fff; border-radius: 25px; box-shadow: 0 15px 35px rgba(0,0,0,0.2); margin: 40px auto; overflow: hidden; }
    .yearly-header { background: #1e3c72; color: #fff; padding: 20px; text-align: center; }
    
    /* Horizontal Scroll for Table */
    .table-responsive-yearly { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .table-yearly { width: 100%; border-collapse: collapse; min-width: 1000px; }
    
    .table-yearly th { background: #f1f5f9; color: #1e3c72; padding: 12px; font-size: 13px; text-transform: uppercase; border: 1px solid #e2e8f0; text-align: center; }
    .table-yearly td { padding: 10px; text-align: center; border: 1px solid #f1f1f1; font-weight: 700; font-size: 14px; }
    
    .row-odd { background-color: #f8fafc; }
    .row-even { background-color: #ffffff; }
    .dates-col { background: #1e3c72 !important; color: #fff !important; font-weight: 800; position: sticky; left: 0; z-index: 5; }
    @media (max-width: 768px) {
        /* Mobile par font size chota taaki table compact rahe */
        .table-yearly th { font-size: 10px !important; padding: 5px 2px !important; }
        .table-yearly td { font-size: 11px !important; padding: 6px 2px !important; }
        .yearly-header h4 { font-size: 1.1rem; }
    }

    .btn-download-yearly {
        background: #27ae60;
        color: white;
        border: none;
        padding: 8px 20px;
        border-radius: 10px;
        font-weight: 700;
        margin-top: 10px;
        transition: 0.3s;
    }
    .btn-download-yearly:hover { background: #1e8449; color: white; }

    .filter-box { padding: 20px; background: #f8f9fa; border-bottom: 1px solid #eee; }
	/* Content Section Styling */
    .content-card {
        background: #ffffff;
        border-radius: 25px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        padding: 40px;
        margin: 40px auto;
        max-width: 900px;
        border-left: 8px solid #1e3c72; /* Side accent border */
    }

    .content-header {
        color: #1e3c72;
        font-weight: 800;
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 10px;
    }

    .content-header::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 4px;
        background: #ffde59; /* Yellow underline accent */
        border-radius: 2px;
    }

    .info-block {
        margin-bottom: 30px;
    }

    .info-block h2 {
        font-size: 1.3rem;
        font-weight: 700;
        color: #2a5298;
        display: flex;
        align-items: center;
        gap: 10px;
    }
.info-block h1 {
        font-size: 1.4rem;
        font-weight: 700;
        color: #2a5298;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .info-block p {
        color: #555;
        line-height: 1.8;
        font-size: 1rem;
        margin-left: 34px; /* Icon ke sath alignment ke liye */
    }

    .info-block i {
        color: #1e3c72;
        font-size: 1.2rem;
    }

    @media (max-width: 576px) {
        .content-card { padding: 25px; margin: 20px auto; }
        .info-block p { margin-left: 0; }
        .info-block h3 { font-size: 1.1rem; }
    }