  .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; /* Text color within the card is white */
        }

        .visitor-count {
            font-size: 2rem;
            font-weight: 600;
            color: white; /* Digit color is white */
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            display: flex;
            justify-content: center;
        }

        .digit {
            margin: 0 5px;
            display: inline-block;
            min-width: 15px;
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.7); /* White glow for digits */
        }

        .visitor-label {
            font-size: 1.2rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 500;
            margin-bottom: 5px;
        }
        .visitor-image { /* New style for the image */
            width: 70px; /* Adjust size as needed */
            height: 58px;
        }

        .icon-visitors {
            font-size: 4rem;
            margin-bottom: 10px;
        }
    .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; /* Hide scrollbar for Firefox */
        -ms-overflow-style: none; /* Hide scrollbar for IE */
        max-width: 600px; /* Adjust for big screens */
    }

    .pagination-container::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome, Safari */
    }
        .pagination-arrow {
                        height: 36px;
            border: 3px solid black;
                        top: 45%;
        }

    /* For large screens: Show 10 items normally */
    @media (min-width: 992px) {
        .pagination-container {
            max-width: 800px;
        }
    }

    /* For small screens: Show 5 items */
    @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;
        }
    }
    
.putBar{
    border-top:1px solid black;
}
    .custom-pagination-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 40px; /* Circle size */
        height: 40px;
        border-radius: 15%; /* Makes it a circle */
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        transition: background-color 0.3s ease, color 0.3s ease;
        border: 2px solid #090e59; /* Default border */
        color: #090e59; /* Default text color */
        background-color: transparent; /* Default transparent background */
        margin: 0 5px; /* Spacing between buttons */
    }

    /* Style for active page button */
    .custom-pagination-button.active {
        background-color: #090e59 !important;
        color: white !important;
    }
    .toggler-sidebar{
        display:none;
    }
   .accordion-body a{
    margin:5px;
    width:100%;
    }
     .navbar-toggler {
        margin-right: 12px; 
      }
      .nav-item{
          margin-left:15px;
      }
   .examprev-logo {
        border-radius: 15%;
        width: 140px;
        height: 60px;
        display: inline-block;
        text-align: top;
    }
@media(max-width: 1024px) 
{
    .toggler-sidebar {
        display:block;
        position: fixed;
        top: 15px;
        left: 10px;
        z-index: 1000; /* Ensures it stays on top of other content */
    }
    .footer-menu li{
        text-align:center;
    }
        .footer-logo {
        text-align: center;
    }
    .footer-text p{
        text-align:center
    }
    .footer-icon-text{
        text-align:center;
    }
    .footer-menu{
        text-align: center;
        padding: 0px;
        margin: 0px;
    }
  }
        html {
          --scrollbarBG: #CFD8DC;
          --thumbBG: #90A4AE;
        }
        .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);
        }
    .btn {
        border: 2px solid #090e59 !important;
        transition: background-color 0.3s, color 0.3s;
    }
    
    .btn:hover {
        background-color: #090e59 !important;
        font-weight: 600;
        color: white !important;
        border: 2px solid #090e59 !important;
    }
      .navbar {
      background-color: #333;
      position: fixed;
      box-shadow: 2px 4px 8px 2px rgba(0,0,0,0.5);
      top: 0;
      width: 100%;
      z-index: 100;
    }
    .dropdown-menu{
          display: none;
          position: absolute;
          background-color: #f1f1f1;
          min-width: 250px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
          padding:10px;
          height: 300px;
    }
    .main-body{
       margin-top:95px;
    }
    .heading{
        color:black;
    }
  p,li,td{
      font-size: 17px; font-weight: normal;
  }
  hr{
      line-height:1.2;
      opacity: 1 !important;
  }
  #heading{
      font-size:20px;
      font-weight:500;
  }
  a{
      cursor:pointer;
  }
  h1{
      font-size:24px;
  }
  h2{
      font-size:21px !important;
  }
  h2{
      font-size:20px !important;
  }
.dropdown:hover .dropdown-menu {display: block;}
#red{color:red;}
#subheading{
      font-size:22px;
      font-weight:500;
      text-align:center;
}
#button-full{
    width:100%;
    margin-bottom:5px;
}
a:link{
  text-decoration: none;
}

	pan{
		font-family: cursive;
		color: black;
		color:red;
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: 1;}
100%{opacity: 2;}
}





     	footer{
          position: fixed;
          bottom: 0;
      }
    
.footer-section {
  background: white;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            z-index:99;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
}


.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 15px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #090e59;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.footer-social-icon a {
  color: #090e59;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}

.footer-widget{
    margin-left:10px;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 8px;
}
.footer-widget ul li a:hover{
  color: #090e59;
  font-weight:700;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  text-decoration:none;
  font-size:17px;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
  margin-right:10px;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 5px;
  background: white;
  border: 1px solid #2E2E2E;
  color: black;
}
.subscribe-form button {
    position: absolute;
    color:white;
    right: 0;
    background:#090e59;
    padding: 15px 20px;
    cursor: pointer;
    border:none;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 25px 0;
}
.copyright-text p {
  margin-left: 10px;
  text-decoration:none;
  color: #090e59;
}
.copyright-text p a{
  color: #090e59;
  font-size:18px;
  text-decoration:none;
}
.footer-menu li {
  display: inline-block;
  margin-left: 0px;
  margin-right:10px;
}
.footer-menu li:hover a{
  color: #090e59;
  font-weight:700;
}
.footer-menu li a {
  font-size: 17px;
  color: #878787;
  text-decoration: none;
}
.footer-logo span{
    color:#090e59;
    font-size:35px;
    font-weight:700;
}
.col-md-9{
    padding:15px;
}
#spanh3{
  color: #090e59;
  font-size:25px;
}
#foolter-ul{
    margin-left:0px;
    padding:0px;
}
.pb-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.footer-social-icon{
    text-align:center;
}
 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;
            font-family: 'Poppins', sans-serif !important;
        }
        .mb-5 {
            margin-bottom: 1rem !important;
        }
        .p-3 {
            padding-bottom: 5px !important;
        }
            .option p {
        margin: 0;
        flex: 1; /* Allows text to take full space */
        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; /* Prevents resizing */
    }
        .option {
        display: flex !important;
        align-items: center !important; /* Ensures vertical alignment */
        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;
    }
    .container {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
        border-radius: 5px;
        background: white;
        padding: 15px;
        margin-bottom: 15px;
    }
           #quesheading{
           margin-top:10px;
           font-weight: 600;
       }
       .row{
           --bs-gutter-x: 0px !important;
       }
     .col-sm-4{
           padding:5px !important;
       }
       .col-md-6{
           padding:5px !important;
       }