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: 1px;
}
}
.entry-meta {
font-weight: bold;
color: red;
font-size: 14px;
}
.entry-meta time::before {
content: "Updated on:";
color: blue;
font-weight: bold;
margin-right: 1px;
font-size: 14px;
padding-left: 2px;
}
.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: 12.5px;
}
.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;
}
.result .card-box {
height: auto !important;
margin: 30px 40px 30px 40px;
}
.admit-card .card-box {
height: auto !important;
margin: 30px 40px 30px 40px;
}
.answer-keys .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: bold;
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;
}
.app-cards-only .view-more {
text-align: center;
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 screen and (min-width: 1024px) {
.category-cards .addmission-card,
.category-cards .upcoming-jobs-card,
.category-cards .documents-verification-card {
height: 500px !important; overflow: hidden; }
} @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;
}
.documents-verification-card {
height: 460px !important;
}
.addmission-card {
height: 460px !important;
}
.upcoming-jobs-card {
height: 460px !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;
}
} .search-icon-btn {
background: none;
border: none;
cursor: pointer;
margin-left: 15px;
color: white;
padding: 6px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
}
.search-icon-btn:focus,
.search-icon-btn:active,
.search-icon-btn:hover {
background: none;
box-shadow: none;
outline: none;
} .search-icon-btn .css-search {
--size: 18px; --stroke: 2px; --handle-l: 9px; --handle-angle: 45deg;
width: var(--size);
height: var(--size);
border: var(--stroke) solid currentColor;
border-radius: 50%;
position: relative;
display: inline-block;
}
.search-icon-btn .css-search::after {
content: "";
position: absolute;
width: var(--handle-l);
height: var(--stroke);
background: currentColor;
right: calc(-1 * var(--handle-l) * 0.25);
bottom: calc(-1 * var(--handle-l) * 0.25);
transform: rotate(var(--handle-angle));
transform-origin: left center;
border-radius: var(--stroke);
}
.search-icon-btn:hover .css-search {
transform: scale(1.08);
transition: transform .15s ease;
} .search-popup {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
justify-content: center;
align-items: center;
}
.search-popup-content {
background: #fff;
padding: 20px;
border-radius: 8px;
width: 90%;
max-width: 400px;
text-align: center;
position: relative;
}
.close-btn {
position: absolute;
top: 10px;
right: 10px;
color: black;
background: none;
border: none;
font-size: 20px;
cursor: pointer;
outline: none; } .search-form input {
width: 80%;
padding: 10px;
margin-right: 5px;
border: 1px solid #ddd;
border-radius: 4px;
}
.search-form button {
padding: 10px 15px;
border: none;
background: #fff;
color: #000;
border-radius: 4px;
cursor: pointer;
}  .search-icon-btn {
display: inline-block;
} @media (max-width: 768px) {
.search-icon-btn {
transition: opacity 0.2s ease;
} .menu-open .search-icon-btn {
opacity: 0;
pointer-events: none;
}
} .search-results-page {
max-width: 800px;
margin: 30px auto;
padding: 0 15px;
}
.search-heading {
font-size: 22px;
font-weight: bold;
color: #AB0721;
text-align: center;
margin-bottom: 20px;
}
.search-job-cards {
display: flex;
flex-direction: column;
gap: 12px;
}
.search-job-card {
border: 1px solid #BB0018;
background: #fff;
padding: 12px;
border-radius: 4px;
transition: 0.3s;
}
.search-job-card:hover {
background: #fafafa;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.search-job-card h2 {
font-size: 16px;
margin: 0;
}
.search-job-card a {
text-decoration: none;
color: #120791;
}
.search-job-card a:hover {
color: #2a25c5;
}
.no-results {
text-align: center;
font-size: 16px;
color: #444;
margin-top: 20px;
}
.sd-description-heading {
color: red; font-size: 16px; margin-bottom: 10px;
font-weight: bold;
}
.author-page {
max-width: 900px;
margin: 60px auto;
padding: 20px;
}
.author-card {
display: flex;
flex-direction: column;
align-items: center;
padding: 40px 20px;
background: linear-gradient(135deg, #fdfbfb, #ebedee);
border-radius: 15px;
box-shadow: 0 8px 25px rgba(0,0,0,0.1);
text-align: center;
transition: transform 0.3s, box-shadow 0.3s;
}
.author-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
.author-avatar img {
width: 160px;
height: 160px;
border-radius: 50%;
border: 5px solid #fff;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
margin-bottom: 25px;
}
.author-details h1 {
font-size: 32px;
color: #222;
margin-bottom: 15px;
font-weight: 700;
}
.author-details .author-bio {
font-size: 16px;
color: #555;
line-height: 1.6;
margin-bottom: 20px;
max-width: 700px;
}
.author-details a {
color: #0073aa;
text-decoration: none;
font-weight: 500;
}
.author-details a:hover {
text-decoration: underline;
color: #005177;
}
.author-details p {
margin-bottom: 10px;
font-size: 15px;
}
@media (min-width: 768px) {
.author-card {
flex-direction: row;
align-items: center;
text-align: left;
gap: 40px;
padding: 50px;
}
} .app-slider {
display: flex;
gap: 12px;
overflow-x: auto;
padding: 10px;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
} .app-slider .slide-box {
flex: 0 0 70%;
height: 120px;
display: flex;
align-items: center; justify-content: center; font-size: 18px;
font-weight: bold;
color: #fff;
border-radius: 12px;
text-decoration: none;
scroll-snap-align: start;
text-align: center; } .app-slider .box1 { background: #ff4d4d; }
.app-slider .box2 { background: #4d79ff; }
.app-slider .box3 { background: #28a745; }
.app-slider .box4 { background: #ff9900; } @media (min-width: 769px) {
.app-slider { display: none; }
}