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

body{
  font-family: Arial, Helvetica, sans-serif;
  background:#fff;
  color:#000; line-height:1.6; font-size:16px;
}

a{color:#0000EE;text-decoration:none}
#marquee-sr100 a{
  color: #0000EE;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}#marquee-sr101 a{
  color: #0000EE;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
 line-height: 1!important;
}#marquee-sr103 a{
  color: #0000EE;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}
a:hover{text-decoration:underline}
.custom-section ul {
    padding: 0 0 0 30px;
    margin: 20px 0;
}
.custom-section h1,.custom-section h2,.custom-section h3,.custom-section h4,.custom-section h5,.custom-section h6{margin:30px 0 15px;}
/* Container */
p.our-disclamer{font-size: 12px;  margin-top: 15px;
}
.category_info ul,.category_info ol{padding-left: 30px;}
.container{
  width:100%;
  max-width:1080px;
  margin:auto;
}
span.alert{color: #DA0D10;}
span.attation{color: #B5AEAF;}

/* Header */
.header{
  background:#ab183d;
  color:#fff;
  text-align:center;
  padding:20px 10px;
}
.header h1{
  font-size:32px;
  font-weight:bold;
}
.header p{
  font-size:16px;
}

/* Navigation */
.nav{
  background:#000;
}
.nav ul{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
}
.nav li{
  flex:1;
  text-align:center;
  border-right:1px solid #fff;
}
.nav li:last-child{border-right:none}
.nav a{
  display:block;
  color:#fff;
  padding:8px 0;
  font-size:16px;
  font-weight:bold;
}
.custom-section{padding:30px 0;}
/* Notice */
.notice{
  text-align:center;
  padding:15px 8px 10px;
  font-size:18px;
  font-weight:bold;
}

/* Highlights */
/* Apply Online Highlight Boxes */
.highlights-apply{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:2px;
  margin: 20px 0 30px;
}

.total-box {
    width: 250px;
    border: 2px solid #000;
    text-align: center;
    font-family: Arial, sans-serif;
}

.total-title {
    background:#0a7d0a;
    color: #ڍ
    #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
}

.total-post {
    font-size: 36px;
    font-weight: bold;
    padding: 20px;
    color: #000;
    animation: blink 1s infinite;
    background: #0a7d0a; /* highlight */
}

@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0.2; }
    100% { opacity: 1; }
}.total-post {
    font-size: 36px;
    font-weight: bold;
    padding: 20px;
    color: #000;
    animation: glow 1s infinite alternate;
}

@keyframes glow {
    from { background: #fff; box-shadow: 0 0 5px #ff4d00; }
    to   { background: #ffe0b2; box-shadow: 0 0 20px #ff4d00; }
}

.apply-box{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  font-weight:bold;
  font-size:16px;
  padding:12px 6px;
  line-height:1.2;
  text-decoration:none;
}

.apply-box:hover{
  opacity:0.9;
  text-decoration:underline;
}
.selection-box {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    font-family: Arial, sans-serif;
}


.selection-list {
    list-style-type: disc;
    padding-left: 25px;
    font-size: 16px;
}

.selection-list li {
    margin: 6px 0;
}
/* Colors (Sarkari Result Style) */
.olive{background:#9a9d00;}
.navy{background:#0000cc;}
.orange{background:#ff6600;}
.maroon{background:#990000;}
.red{background:#ff0000;}
.darkgreen{background:#006400;}
.pink{background:#ff00cc;}
.blue{background:#0066ff;}

/* Mobile Responsive */
@media(max-width:900px){
  .highlights-apply{
    grid-template-columns:repeat(2,1fr);
  }
}


/* Main Columns */
.main{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}
.col{
  border:2px solid #ab183d;
}
.col h3{
  background:#ab183d;
  color:#fff;
  padding:6px;
  text-align:center;
}
.col ul {
    padding: 20px 30px;
}
.col li{
  padding:5px 0;
  font-size:16px;
}


/* Small Sections */
.sections{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:20px;
}
.section{
  border:2px solid #ab183d;
}
.section h4{
  background:#ab183d;
  color:#fff;
  padding:12px 6px;
  text-align:center;
}
.section ul{
  
  padding: 20px 30px;
}

/* Content Blocks */
.content{
  border:2px solid #ab183d;
  margin-top:20px;
}
.content-box {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #222;
}

.content-box h2 {
  margin-top: 20px;
  color: #0a3d62;
}

.content-box ul, 
.content-box ol {
  margin-left: 20px;
}
.category_info {
  margin-top: 30px;
}
.content h2{
  background:#ab183d;
  color:#fff;
  padding:12px 6px;
  font-size:18px;
}
.content p{
  padding:10px;
  font-size:16px;
  line-height:1.6;
}

/* Footer */
.footer{
  margin-top:20px;
  padding:15px;
  font-size:13px;
  text-align:center;
  border-top:2px solid #ab183d;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  font-size: 14px;
  background: #f8f9fa;
  border-top: 1px solid #ddd;
}

.site-footer a {
  color: #0d6efd;
  text-decoration: none;
  margin-left: 12px;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* Mobile Friendly */
@media (max-width: 768px) {
  .site-footer {
    flex-direction: column;
    text-align: center;
  }

  .footer-right {
    margin-top: 8px;
  }

  .site-footer a {
    margin: 0 6px;
  }
}

/* Responsive */
@media(max-width:900px){
  .highlights{grid-template-columns:repeat(2,1fr)}
  .main,.sections{grid-template-columns:1fr}
  .nav li{flex:50%}
}



.info{
  
  padding:10px;
  font-size:16px;
  margin-top:12px;
}
.info p + p{margin-top:10px;}
.title-box{
  border:1px solid #8b1c1c;
  text-align:center;
  margin-top:12px;
}
.title-box h2,
.title-box h3,
.title-box h4{
  padding:6px;
}

.sr-table{
  width:100%;
  border-collapse:collapse;
  margin-top:12px;
  font-size:16px;
}
.sr-table th,
.sr-table td{
  border:1px solid #8b1c1c;
  padding:8px;
  vertical-align:top;
}
.sr-table th{
  background:#8b1c1c;
  color:#fff;
}
.view-download-notification {
    max-width: 1100px;
    margin: 30px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    font-family: "Segoe UI", Arial, sans-serif;
}

.view-download-notification h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1f2933;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e7eb;
    text-align: center;
}

.iframe-notification {
    position: relative;
    width: 100%;
    height: 80vh; /* responsive height */
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
}

.iframe-notification iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.section-title{
  margin-top:15px;
  padding:8px;
  background:#8b1c1c;
  color:#fff;
  font-weight:bold;
  text-align:center;
}
/* Title Box */
.title-box{
  border:1px solid #000;
  text-align:center;
  padding:12px;
  margin-bottom:10px;
}
.title-box h2{
  color:#cc00cc;
  font-size:20px;
  margin:5px 0;
}
.title-box h3{
  color:#008000;
  font-size:16px;
  margin:5px 0;
}
.title-box h4{
  color:#ff0000;
  margin:5px 0;
}
.green-title{
  margin-top:15px;
  padding:8px;
  background:#773472;
  color:#fff;
  font-weight:bold;
  text-align:center;
}
.orange-title{
  margin-top:15px;
  padding:8px;
  background: #773472;
  color:#fff;
  font-weight:bold;
  text-align:center;
}


.links-table{
  width:100%;
  border-collapse:collapse;
  margin-top:15px;
}
.links-table td{
  border:1px solid #8b1c1c;
  padding:8px;
}
.links-table a{
  font-weight:bold;
}
.category-box {
    margin: 30px 0;
}
.category-box h2 {
    background: #ab183d;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
}