body {
background-color: white !important;
} .container {
max-width: 1050px;
margin: 0 auto;
padding: 0 0;
box-sizing: border-box;
} .main-header {
background: #AB0721;
color: #fff;
padding: 20px 0;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
margin: 0;
width: 100%;
height: 140px;
}
.header-logo {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #AB0721;
padding: 10px 20px 12px 20px;
border-radius: 6px;
}
.header-logo a {
color: #fff;
font-size: 3rem;
font-weight: bold;
text-decoration: none;
display: block;
width: 100%;
text-align: center;
}
@media screen and (max-width: 768px) {
.header-logo a {
font-size: 2.3rem;
text-align: center;
}
.main-header {
height: 140px;
}
}
.site-tagline {
margin-top: 5px;
font-size: 1.3rem;
font-weight: 600;
color: #fff;
background: transparent;
text-align: center;
width: 100%;
}
@media screen and (max-width: 768px) {
.site-tagline {
font-size: 1rem;
margin-top: 10px;
text-align: center;
}
}
body.single-post .entry-title {
margin-top: 20px;
font-size: 36px;
font-weight: bold;
color: #2B075C;
text-align: center;
}
@media screen and (max-width: 768px) {
body.single-post .entry-title {
margin-top: 20px;
font-size: 26px;
font-weight: bold;
color: #2B075C;
text-align: center;
}
}
@media (max-width: 768px) {
.entry-title {
font-size: 8px;
margin-right: 3px;
margin-left: 14px;
}
}
.entry-meta {
font-weight: bold;
color: red;
font-size: 14px;
}
.entry-meta time::before {
content: "Updated on:";
color: blue;
font-weight: bold;
margin-right: 2px;
font-size: 14px;
padding-left: 4px;
}
.byline{
color: gray;
font-weight: bold;
}
.author-name {
color: gray;
font-size: 14px;
}
@media (max-width: 768px) {
.entry-meta {
margin-left: 14px;
}
}
.breadcrumb {
margin-top: 9px;
font-size: 14px;
margin-bottom: 15px;
color: #444;
border-bottom: 2px solid gray;
}
.breadcrumb a {
color: #444;
text-decoration: none;
}
.breadcrumb span {
font-weight: bold;
}
@media (max-width: 768px) {
.breadcrumb {
margin-left: 8px;
}
}   .main-nav {
background-color: #000;
padding: 3px 0;
margin-bottom: 6px;
}
.main-nav .nav-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 15px;
} .main-nav {
background-color: #000;
padding: 3px 0;
margin-bottom: 6px;
}
.main-nav .nav-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 15px;
} .menu-toggle {
display: none;
font-size: 30px;
color: white;
cursor: pointer;
user-select: none;
transition: color 0.2s ease, transform 0.2s ease;
}
.menu-toggle:hover {
color: #fff;
transform: scale(1.1);
} .menu-list {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
gap: 6px;
}
.menu-list li a {
color: #fff;
text-decoration: none;
font-weight: 600;
padding: 8px 14px;
display: block;
transition: color 0.2s ease, background 0.2s ease;
}
.menu-list li a:hover {
background-color: #000000;
color: #fff;
} @media (max-width: 768px) {
.menu-toggle {
display: block;
}
.main-nav {
padding: 8px;
}
.menu-toggle {
font-size: 28px;
line-height: 1;
}
.menu-list {
display: none;
flex-direction: column;
background-color: #000;
padding: 0;
width: 100%;
margin-top: 10px;
border-top: 2px solid white;
animation: slideDown 0.3s ease forwards;
}
.menu-list.active {
display: flex;
}
} @keyframes slideDown {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.footer-inner a {
color: #fff;
text-decoration: none;
margin: 0 5px;
}
.footer-inner a:hover {
text-decoration: underline;
}
.main-navigation {
background-color: #0c0c0c;
padding: 10px 0;
text-align: center;
}
.main-menu {
list-style: none;
margin: 0;
padding: 0;
}
.main-menu li {
display: inline-block;
margin: 0 15px;
}
.main-menu li a {
color: #000000;
text-decoration: none;
font-size: 16px;
font-weight: 600;
padding: 8px 12px;
transition: background 0.3s ease;
}
.main-menu li a:hover {
background-color: #d32121;
border-radius: 4px;
text-decoration: none;
}
.main-menu {
display: inline-block;
} .eight-boxes {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 4px;
padding: 16px 3px;
}
.eight-boxes .box {
flex: 1 1 22%;
min-width: 120px;
text-align: center;
padding: 15px 10px;
border-radius: none;
font-weight: bold;
color: #fff;
transition: background 0.3s ease;
height: 66px;
font-size: 15px;
}
.eight-boxes .box a {
color: #fff;
text-decoration: none;
display: block;
}
.eight-boxes .box:nth-child(1) { background-color: #e53935; }
.eight-boxes .box:nth-child(2) { background-color: #8e24aa; }
.eight-boxes .box:nth-child(3) { background-color: #3949ab; }
.eight-boxes .box:nth-child(4) { background-color: #144672; }
.eight-boxes .box:nth-child(5) { background-color: #431385; }
.eight-boxes .box:nth-child(6) { background-color: #c11d1d; }
.eight-boxes .box:nth-child(7) { background-color: #f4511e; }
.eight-boxes .box:nth-child(8) { background-color: #6d4c41; }
.eight-boxes .box:hover {
opacity: 0.9;
}
@media (max-width: 768px) {
.eight-boxes .box {
flex: 1 1 47%;
}
.eight-boxes .box { 
font-size: 14px;
}
.eight-boxes .box:nth-child(n+5) {
display: none;
}
}  .category-cards {
display: flex;
flex-wrap: wrap;
gap: 3px;
padding: 3px;
justify-content: flex-start;
}
.card-box {
flex: 1 1 100%; background-color: #fff;
border: 1px solid #BB0018;
border-radius: 0;
overflow: hidden;
height: 1290px !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
min-width: 0; }
.latest-jobs .card-box {
height: auto !important;
margin: 30px 40px 30px 40px;
}
.new-updates .card-box {
height: auto !important;
margin: 30px 40px 30px 40px;
}
.card-title {
background-color: #b61c1a;
color: rgb(250, 250, 250);
padding: 8px;
text-align: center;
font-size: 0.9rem;
font-weight: bold;
margin: 0;
}
.card-content {
padding: 15px;
display: flex;
flex-direction: column;
margin-right: 0;
margin-left: 0;
gap: 12px;
}
.card-content a {
display: block;
position: relative;
padding-right: 0;
padding-left: 0;
margin-left: 0;
margin-right 0;
color: #120791;
text-decoration: none;
margin-bottom: 6px;
font-size: 14px;
font-weight: 0;
transition: color 0.2s;
}
.card-content a::before {
content: "•";
position: absolute;
left: -14px;
top: 0;
color: rgb(11, 11, 11);
font-size: 20px;
line-height: 1;
}
.card-content a:hover {
color: #2a25c5;
}
.view-more {
text-align: right;
margin-top: 10px;
}
.view-more a {
display: inline-block;
background-color: #c34b42;
color: #fff;
padding: 6px 15px;
border-radius: none;
text-decoration: none;
font-size: 14px;
font-weight: bold;
transition: background-color 0.2s ease;
}
.view-more a:hover {
background-color: darkred;
}   @media (max-width: 480px) {
.card-box {
flex: 1 1 calc(50% - 15px);
}
.card-title {
font-size: 1.1rem;
padding: 10px;
}
} @media (min-width: 600px) {
.card-content a {
font-size: 1.05rem;
}
}  @media (min-width: 768px) {
.card-box {
flex: 1 1 calc(33.33% - 15px);
height: 900px; }
.card-title {
font-size: 1.3rem;
padding: 12px;
}
} @media (max-width: 767px) {
.admit-card-card {
height: 760px;
}
.result-card {
height: 760px;
}
.latest-jobs-card {
height: 1020px;
}
.new-updates-card {
height: 1020px;
}
.syllabus-card {
height: 750px !important;
}
.answer-keys-card {
height: 750px !important;
}
} @media (min-width: 1024px) {
.category-cards {
gap: 12px;
padding: 10px;
}
.card-box {
flex: 1 1 calc(33.33% - 20px);
}
} body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: #f7f7f7;
}
.section {
margin: 0 auto;
max-width: 100%;
background: #ffffff;
border-radius: none;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.heading {
background-color: #b12424;
color: #fff;
padding: 12px 20px;
font-size: 1.2rem;
font-weight: bold;
text-align: center;
}
.content {
padding: 16px 20px;
font-size: 15px;
line-height: 1.7;
color: #333;
}
@media (max-width: 768px) {
.heading {
font-size: 1.1rem;
padding: 14px 16px;
word-break: break-word;
}
.content {
padding: 14px 16px;
font-size: 14px;
}
} .job-wrapper {
max-width: 780px;
width: 100%;
padding: 15px;
background: none;
border: 0 solid #ccc;
box-sizing: border-box;
margin: 0;
}
.job-box {
border: 3px solid #111;
border-radius: 0;
padding: 20px 15px 8px 15px;
margin-left: -14px;
background: #fafbfc;
box-sizing: border-box;
} .job-heading-main {
text-align: center;
color: #d42323;
font-size: 22px;
font-weight: bold;
margin-bottom: 16px;
line-height: 1.3;
}
.job-subheading {
text-align: center;
color: #2b16e6;
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
line-height: 1.3;
}
.job-website {
text-align: center;
color: #000000;
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
} .job-section-title {
background: #C4B380;
color: #000000;
padding: 4px;
font-size: 20px;
font-weight: bold;
margin-top: 30px;
margin-bottom: 0;
text-align: center;
}
.job-section-title2 {
background: #B8C2AB;
color: #000000;
padding: 4px;
font-size: 20px;
font-weight: bold;
margin-top: 30px;
margin-bottom: 0;
text-align: center;
}
.job-section-title1 {
background: #9DC478;
color: #000000;
padding: 4px;
font-size: 20px;
font-weight: bold;
margin-top: 30px;
margin-bottom: 0px;
text-align: center;
} .job-box ul {
margin-top: 30px;
padding-left: 0;
margin-left: 18px;
}
.job-box ul li {
margin-bottom: 10px;
font-size: 12pt;
} .job-box table {
width: 100%;
border-collapse: collapse;
background: #fff;
margin-bottom: 20px;
}
.job-box table td,
.job-box table th {
border: 2px solid #000;
padding: 12px;
font-size: 16px;
vertical-align: top;
white-space: normal;
} .job-box a {
color: #000eee;
text-decoration: none;
font-weight: bold;
font-size: 16px;
} .table-responsive {
overflow-x: auto;
max-width: 100%;
padding: 0;
}
@media (max-width: 768px){
.job-box {
width: 100%;
border: 2px solid #111;
border-radius: 0;
margin-left: 0;
padding: 20px 1px 0 1px;
background: #fafbfc;
box-sizing: border-box;
}
.job-box table td,
.job-box table th {
border: 2px solid #000;
padding: 12px;
font-size: 15px;
vertical-align: top;
white-space: normal;
}
.job-box ul li {
margin-bottom: 10px;
font-size: 14px;
}
} .desktop-marquee {
display: block;
} @media (max-width: 768px) {
.desktop-marquee {
display: none;
}
}