*{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;
}
.content-box-why-apply {
	padding-top:20px;
}
a{color:#0000EE;text-decoration:none}

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: 14px;margin-top: 15px; color: #8B1C2B;}
.category_info ul,.category_info ol{padding-left: 30px;}
.container{
  width:100%;
  max-width:1100px;
  margin:auto;
  background: #ffffff;
}

h1 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 600;
  color: #222;
  margin: 15px 0;
  text-align: left;
}


.content-box{border: 1px solid #8b1c1c;}
.faq-section{border: 1px solid #8b1c1c;}
span.alert{color: #DA0D10;}
span.attation{color: #B5AEAF;}

/* Header */
.header{
  background:#ab183d;
  color:#fff;
  text-align:center;
  padding:20px 10px;
  height: 165px;
}
.site-title {
  padding: 20px;
}
.header p{
  font-size:16px;
}
.faq-item {
  margin-left: 10px;
}
/* Navigation */
.nav{
  background:#000;
  margin-top: -9px;
}
.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:8px 8px 8px;
  font-size:18px;
  font-weight:bold;
  color: #F8090D;
}

/* Highlights */
/* Apply Online Highlight Boxes */
.highlights-apply{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:2px;
  margin:30px 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;
}
.tag_line{
	text-align:center;
}
.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 {
	margin: 10px 0;
    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 p{
  background:#ab183d;
  color:#fff;
  padding:6px;
  text-align:center;
  font-size: 18px;
    font-weight: 600;
}
.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;
  padding-left:10px;
}
.content-box p {
  margin-top: 20px;
  color: #0a3d62;
  padding-left:10px;
}


.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 strong{
  padding:12px 6px;
  font-size:18px;
}

.content p{
  padding:10px;
  font-size:16px;
  line-height:1.6;
}

/* Footer */

.site-footer {
  background: linear-gradient(180deg, #edf4ff 0%, #f8fbff 58%, #ffffff 100%);
  border-top: 2px solid #bfd5f4;
  margin-top: 28px;
  padding: 22px 0;
  font-size: 14px;
  color: #233247;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -90px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11,79,179,0.14) 0%, rgba(11,79,179,0) 70%);
  pointer-events: none;
}

.footer-line {
  max-width: 1100px;
  margin: auto;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  border: 1px solid #d7e4f7;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(20, 65, 130, 0.08);
  position: relative;
  z-index: 1;
}

.copy {
  color: #233247;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
}
.info h1 {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 600;
  color: #773472;
  margin: 15px 0;
  text-align: left;
}

.copy a {
  color: #0b4fb3;
  font-weight: 600;
  text-decoration: none;
}

.copy a:hover {
  text-decoration: underline;
}

.footer-quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 11px;
  margin: 0;
  line-height: 1.4;
}

.footer-quick-links a {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #c7d8ef;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  color: #0b4fb3;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  box-shadow: 0 2px 7px rgba(11, 79, 179, 0.08);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.footer-quick-links a:hover {
  background: #0b4fb3;
  border-color: #0b4fb3;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(11, 79, 179, 0.22);
}

.links a {
  color: #0056ff;
  text-decoration: none;
  margin-left: 18px;
  font-weight: 600;
}
.info{
  
  padding:10px;
  font-size:16px;
  margin-top:12px;
}
.info p + p{margin-top:10px;}
.links a:hover {
  text-decoration: underline;
}

.footer-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
}

.footer-nav ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.footer-nav ul li a {
  color: #233247;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.footer-nav ul li a:hover {
  color: #0b4fb3;
  border-bottom-color: #0b4fb3;
}

.footer-nav {
  width: 100%;
  padding-top: 8px;
  border-top: 1px dashed #d4e1f3;
}


/* Mobile footer */
@media (max-width: 768px) {
  .site-footer {
    padding: 16px 0;
  }

  .footer-line {
    gap: 9px;
    border-radius: 12px;
    padding: 12px 10px;
  }

  .footer-quick-links {
    gap: 6px 8px;
    margin: 4px 0;
  }

  .footer-quick-links a {
    padding: 6px 10px;
    font-size: 12.5px;
  }

  .footer-nav ul {
    gap: 4px 10px;
  }
}

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

img{width: 650px; height: 350px;padding-top: 20px;
}

.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;
}


.news-ticker {
  width: 100%;
  overflow: hidden;
  background: #fff4f4;
  border: 1px solid #e0e0e0;
  padding: 8px 0;
	line-height: 0.7;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 25s linear infinite;
}

.news-ticker:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-content {
  white-space: nowrap;
}

.ticker-content a {
  font-weight: 600;
  text-decoration: none;
  margin: 0 6px;
	font-size: 16px;
}

.ticker-content span {
  font-weight: bold;
  color: #333;
}
.reverse .ticker-track {
  animation-direction: reverse;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .ticker-track {
    animation-duration: 35s;
    font-size: 14px;
  }
}


@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Mobile optimization */
@media (max-width: 768px) {
  .ticker-track {
    animation-duration: 40s;
    font-size: 14px;
  }
}


.section-title{
  margin-top:15px;
  padding:8px;
  background:#8b1c1c;
  color:#fff;
  font-weight:bold;
  text-align:center;
}
  .section-title h2 {
  font-size: 20px;
  }
/* 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;
}
.faq-section {
  padding: 20px 20px 20px 20px;
}

.links-table{
  width:100%;
  border-collapse:collapse;
  margin-top:15px;
  font-size: 20px;
  font-weight: 400;

}
.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;
}
.category-banner {
  position: relative;
  margin: 14px auto 18px;
  max-width: 950px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
}
.category-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  padding-top: 0;
}
/* Fix age + total post table */
.age-post-table td {
  vertical-align: top; /* 🔥 main fix */
}

/* Left column */
.age-col {
  width: 70%;
  line-height: 1.7;
}

/* Right column */
.post-col {
  width: 30%;
  text-align: center;
}

/* Total Post Box Improved */
.total-box {
  border: 2px solid #8b1c1c;
  margin-top: 5px;
}

.total-title {
  background: #0a7a0a;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

.total-post {
  padding: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #8b1c1c;
  background: #fffaf3;
}

/* =====================
   RESET & BASE
===================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


a {
  color: #0033cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


.header span {
  font-size: 40px;
  font-weight: 600;
}

.header p {
  font-size: 21px;margin-top: -15px;
}

/* =====================
   NAVBAR
===================== */
.nav {
  background: #000;
}

.nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.nav ul li {
  flex: 1;
  text-align: center;
  border-right: 1px solid #333;
}

.nav ul li:last-child {
  border-right: none;
}

.nav ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.nav ul li a:hover {
  background: #8b1c1c;
}


/* =====================
   TITLE BOX
===================== */
.title-box {
  text-align: center;
  padding: 15px;
  border-top: 2px solid #8b1c1c;
  border-bottom: 2px solid #8b1c1c;
}

.title-box h2 {
  font-size: 26px;
  color: #8b1c1c;
}

.title-box h3 {
  font-size: 20px;
  margin-top: 5px;
}

.title-box h4 {
  font-size: 17px;
  margin-top: 5px;
}



/* =====================
   TOTAL POST BOX
===================== */
.total-box {
  text-align: center;
  border: 2px solid #8b1c1c;
  padding: 15px;
}

.total-title {
  font-size: 16px;
  font-weight: bold;
}

.total-post {
  font-size: 26px;
  color: #8b1c1c;
  font-weight: bold;
}

/* =====================
   SELECTION BOX
===================== */
.selection-box {
  border: 1px solid #ccc;
  margin: 15px 0;
}


.selection-list li {
  margin-bottom: 6px;
}





.site_image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


/* =====================
   RESPONSIVE
===================== */

/* Mobile */
@media (max-width: 576px) {
   h1 {
    font-size: 22px;
  }

  .nav ul li {
    flex: 100%;
    border-right: none;
    border-bottom: 1px solid #333;
  }

  .title-box h2 {
    font-size: 18px;
  }

  .sr-table,
  .links-table {
    font-size: 13px;
  }


}

.post-meta {
    display: flex;
  align-items: center;
  gap: 21px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #333;
  padding: 15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* Author link */
.post-meta a {
    color: #2a57ff;
    text-decoration: none;
    font-weight: 500;
}

.post-meta a:hover {
    text-decoration: underline;
}

/* Icon base */
.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
}

/* User Icon */
.user-icon {
    background: url('https://cdn-icons-png.flaticon.com/512/149/149071.png') no-repeat center;
    background-size: contain;
}

/* Clock Icon */
.clock-icon {
    background: url('https://cdn-icons-png.flaticon.com/512/2088/2088617.png') no-repeat center;
    background-size: contain;
}

/* Tablet */
@media (max-width: 768px) {
   h1 {
   font-size: 24px;
    line-height: 1.4;
    margin: 12px 0;
  }

  .nav ul li {
    flex: 50%;
  }
}

/* Small Laptop */
@media (max-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .age-post-table td {
    display: block;
    width: 100%;
  }

  .post-col {
    margin-top: 15px;
  }
}

