        .custom-pagination-button{
            border-radius: 15% !important;    
        }
        .container {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
            border-radius: 5px;
            background: white;
            padding: 15px;
            margin-bottom: 15px;
        }
        legend {
            font-size: 16px !important;
            position: absolute !important;
            top: -10px !important;
            right: -2px !important;
            background: white !important;
            padding: 0 5px !important;
            visibility: hidden; 
        }
        fieldset {
            position: relative !important; 
            border: 2px solid rgb(190, 190, 190) !important;
            border-radius: 6px !important;
            margin-bottom: 10px !important;
            cursor: pointer !important;
            transition: border-color 0.3s ease-in-out !important;
            display: flex !important;
            padding-left: 8px !important;
            padding-top: 4px !important;
        }
        fieldset p {
            margin-block-start: 7px !important;
            margin-block-end: 7px !important;
        }
        .correct {
            border: 2px solid green !important;
            background-color: #b3f0b3;
        }
        .incorrect {
            border: 2px solid red !important;
            background-color: #ecb7bc;
        }
        .selected-year {
            background-color: #090e59 !important;
            color: white !important;
        }
        .correct-text {
            color: green !important;
            font-weight: bold;
        }
        .incorrect-text {
            color: red !important;
            font-weight: bold !important;
        }
        #message {
            font-size: 18px !important;
            font-weight: bold !important;
            margin-top: 10px !important;
        }
        #questionOption {
            font-size: 16px !important;
        }
        .mb-5 {
            margin-bottom: 1rem !important;
        }
        .p-3 {
            padding-bottom: 5px !important;
        }
        .option p {
            margin: 0;
            flex: 1;
            word-wrap: break-word;
        }
        .option-label {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            min-width: 35px;
            min-height: 35px;
            margin-right: 10px;
            background: #ddd;
            color: #333;
            border-radius: 50%;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            flex-shrink: 0;
        }
        .option {
            display: flex !important;
            align-items: center !important;
            padding: 10px !important;
            border: 2px solid rgb(190, 190, 190) !important;
            border-radius: 6px !important;
            margin-bottom: 10px !important;
            cursor: pointer !important;
            transition: border-color 0.3s ease-in-out !important;
        }
        #quesheading {
            margin-top: 10px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .row {
            --bs-gutter-x: 0px !important;
        }
        .col-sm-4 {
            padding: 5px !important;
        }
        .col-md-6 {
            padding-right: 3px !important;
        }
        .pagination-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .pagination-container {
            display: flex;
            gap: 5px;
            overflow-x: auto;
            white-space: nowrap;
            padding-bottom: 5px;
            scrollbar-width: none;
            -ms-overflow-style: none;
            max-width: 600px;
        }
        .pagination-container::-webkit-scrollbar {
            display: none;
        }
        .pagination-arrow {
            background: #ffffff;
            border: 2px solid #e5e7eb;
            color: #1f2937;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 20px;
        }
        .pagination-arrow:hover {
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
            color: white;
            border-color: #6366f1;
            transform: scale(1.1);
        }
        @media (min-width: 992px) {
            .pagination-container {
                max-width: 800px;
            }
        }
        @media (max-width: 576px) {
            .pagination-container {
                max-width: 250px;
            }
            .visitor-card {
                width: 90%;
            }
            .pagination-arrow {
                height: 36px;
                border: 3px solid black;
                background: #c3bebe;
                position: absolute;
                top: 45%;
                transform: translateY(-50%);
                font-size: 14px;
                cursor: pointer;
                width: 30px;
            }
            .pagination-arrow.left {
                left: 0;
            }
            .pagination-arrow.right {
                right: 0;
            }
        }
        .btn-outline-dark {
            background: var(--bg-white);
            border: 2px solid #090e59 !important;
            transition: background-color 0.3s, color 0.3s;
            color: var(--text-primary);
            padding: 9px 7px;
            border-radius: 10px;
            font-weight: 600;
            transition: all 0.3s ease;
            margin: 8px 8px 8px 0;
            position: relative;
            overflow: hidden;
        }
        .btn-outline-dark::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: var(--text-primary);
            transition: left 0.3s ease;
            z-index: -1;
        }
        .btn-outline-dark:hover {
            color: white;
            transform: translateY(-2px);
            box-shadow: var(--shadow-md);
        }
        .btn-outline-dark:hover::before {
            left: 0;
        }
        .btn-outline-dark:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            background: var(--bg-white);
            color: var(--text-primary);
            line-height: 1.6;
            font-size: 16px;
        }
        h1 {
            font-size: 24px;
        }
        hr {
            line-height: 1.2;
            opacity: 1 !important;
        }
        .left-side::-webkit-scrollbar {
            width: 5px;
        }
        .left-side {
            scrollbar-width: thin;
            height: 100%;
            width: 24%;
            padding: 1%;
            z-index: 2;
            position: fixed;
            overflow: scroll;
            margin: -10px;
        }
        .left-side::-webkit-scrollbar-thumb {
            background-color: var(--thumbBG);
            border-radius: 6px;
            border: 3px solid var(--scrollbarBG);
        }
        h2 {
            font-size: 25px !important;
        }
        .option-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0.5rem;
        }
        .menu-button {
            background: none;
            border: none;
            color: #64748b;
            font-size: 18px;
            padding: 4px;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.2s ease;
            margin-left: 10px;
            line-height: 1;
        }
        .menu-button:hover {
            background: #f1f5f9;
            color: #0f172a;
        }
        .menu-button.active {
            background: #e0e7ff;
            color: #4f46e5;
        }
        /* Custom Modal Styles */
        .custom-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 1050;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .custom-modal.show {
            display: flex;
            opacity: 1;
        }
        .modal-content {
            background: white;
            border-radius: 8px;
            width: 90%;
            max-width: 500px;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.25);
            transform: translateY(-50px);
            transition: transform 0.3s ease;
        }
        .custom-modal.show .modal-content {
            transform: translateY(0);
        }
        .modal-header {
            background: linear-gradient(135deg, #6366f1, #4f46e5);
            color: white;
            padding: 15px;
            border-radius: 8px 8px 0 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .modal-header h5 {
            margin: 0;
            font-size: 18px;
        }
        .modal-close {
            background: none;
            border: none;
            color: white;
            font-size: 20px;
            cursor: pointer;
        }
        .modal-body {
            padding: 20px;
        }
        .modal-footer {
            padding: 0 20px 20px;
            display: flex;
            justify-content: flex-end;
            gap: 10px;
        }
        .modal-footer button {
            padding: 8px 16px;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 500;
        }
        .btn-secondary {
            background: #6b7280;
            color: white;
            border: none;
        }
        .btn-primary {
            background: #4f46e5;
            color: white;
            border: none;
        }
        textarea {
            resize: vertical;
            min-height: 100px;
            width: 100%;
            border: 1px solid #e5e7eb;
            border-radius: 6px;
            padding: 10px;
        }
        .toast-notification {
            position: fixed;
            top: 20px;
            right: 20px;
            padding: 12px 20px;
            border-radius: 8px;
            color: white;
            font-weight: 600;
            z-index: 1060;
            transform: translateX(100%);
            transition: transform 0.3s ease;
            max-width: 300px;
        }
        .nav-tabs {
            display: flex;
            border-bottom: 1px solid #e5e7eb;
            margin-bottom: 20px;
        }
        .nav-tabs .nav-link {
            color: #0f172a;
            font-weight: 500;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .nav-tabs .nav-link.active {
            color: #4f46e5;
            border-bottom: 2px solid #4f46e5;
        }
        .nav-tabs .nav-link:hover {
            color: #4f46e5;
        }
        .tab-content {
            display: none;
        }
        .tab-content.active {
            display: block;
        }
        .contributor-info {
            color: #64748b;
            font-weight: 400;
        }
        .contributor-info .contributor-name {
            color: #4f46e5;
            font-weight: 600;
        }
        @media (max-width: 576px) {
        .visitor-card
        {
            width: 80% !important;
        }
        }
        .visitor-label {
            font-size: 1.2rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 500;
            margin-bottom: 5px;
        }
        .visitor-count {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
}
        .visitor-card {
        background-color: #090e59;
        width: 35%;
        padding: 10px;
        border-radius: 15px;
        text-align: center;
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        color: white;
    }
    