body {
background-color: white !important;
} body.single-post h1.entry-title,
body.single-post h2.entry-title,
body.single-post .entry-content {
font-family: 'Times New Roman', Times, serif !important;
} body.single-post .entry-content p {
font-size: 18px; line-height: 1.8; } body.single-post .entry-content h2 {
font-size: 24px;
margin-top: 25px;
}
body.single-post .entry-content h3 {
font-size: 22px;
margin-top: 20px;
} body.single-post .entry-content li {
font-size: 18px;
line-height: 1.6;
} .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: 34px;
font-weight: bold;
color: #572920;
text-align: left;
}
@media screen and (max-width: 768px) {
body.single-post .entry-title {
margin-top: 20px;
font-size: 26px;
font-weight: bold;
color: #572920;
text-align: left;
}
}
@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;
}
}   .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-wrapper {
background: #0a0a0a;
color: #fff;
font-family: Arial, sans-serif;
padding: 50px 20px 25px;
font-size: 14px;
line-height: 1.7;
} .footer-container {
max-width: 900px;
margin: 0 auto;
} .footer-columns {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: nowrap;
gap: 30px;
} .footer-about {
flex: 1;
max-width: 480px;
}
.footer-about h3 {
color: #fff;
font-size: 18px;
margin-bottom: 10px;
font-weight: 600;
}
.footer-about p {
color: #bbb;
font-size: 13px;
margin-bottom: 15px;
} .footer-social {
margin-top: 10px;
}
.footer-social a {
color: #fff;
font-size: 20px;
margin-right: 12px;
transition: color 0.3s;
}
.footer-social a:hover {
color: #1da1f2;
} .footer-col {
flex: 1;
min-width: 180px;
}
.footer-col h4 {
color: #fff;
font-size: 15px;
margin-bottom: 10px;
font-weight: 600;
}
.footer-col ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-col ul li {
margin-bottom: 8px;
}
.footer-col ul li a {
color: #ccc;
text-decoration: none;
transition: color 0.3s;
}
.footer-col ul li a:hover {
color: #fff;
text-decoration: underline;
} .footer-disclaimer {
color: #aaa;
font-size: 12px;
border-top: 1px solid #222;
margin-top: 30px;
padding-top: 15px;
line-height: 1.6;
} .footer-bottom {
border-top: 1px solid #222;
margin-top: 25px;
padding-top: 15px;
text-align: center;
color: #ccc;
font-size: 13px;
}
.footer-bottom a {
color: #fff;
text-decoration: none;
}
.footer-bottom a:hover {
text-decoration: underline;
} @media (max-width: 768px) {
.footer-columns {
flex-direction: column;
align-items: flex-start; text-align: left; gap: 25px;
}
.footer-about,
.footer-col {
width: 100%;
max-width: 100%;
}
.footer-social {
text-align: left; }
.footer-col ul li a {
font-size: 14px;
}
.footer-bottom {
font-size: 12px;
text-align: center; }
}
.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: #FB0303; }
.eight-boxes .box:nth-child(2) { background-color: #520dd3; }
.eight-boxes .box:nth-child(3) { background-color: #FB5E03; }
.eight-boxes .box:nth-child(4) { background-color: #5F0000; }
.eight-boxes .box:nth-child(5) { background-color: #ED13E3; }
.eight-boxes .box:nth-child(6) { background-color: #21abbd; }
.eight-boxes .box:nth-child(7) { background-color: #209f60; }
.eight-boxes .box:nth-child(8) { background-color: #0D13B5; }
.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 {
height: 500px !important; overflow: hidden;
}
.category-cards .upcoming-jobs-card {
height: 500px !important; overflow: hidden;
}
.category-cards .documents-verification-card {
height: 500px !important; overflow: hidden;
}
.category-cards .latest-jobs-card {
height: 1650px !important; overflow: hidden;  
}
.category-cards .admit-card-card {
height: 1650px !important; overflow: hidden;  
}
.category-cards .result-card {
height: 1650px !important; overflow: hidden;  
}
.category-cards .syllabus-card {
height: 700px !important; overflow: hidden;  
}
.category-cards .new-updates-card {
height: 700px !important; overflow: hidden;  
}
.category-cards .answer-keys-card {
height: 700px !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: 16px;
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: 890px;
width: 100%;
padding: 2px;
background: none;
border: 0 solid #ccc;
box-sizing: border-box;
margin: 0;
}
.job-box {
border: 1px solid #111;
border-radius: 0;
padding: 10px 0px 0px 0px;
margin-left: -14px;
background: #fafbfc;
box-sizing: border-box;
} .job-heading-main {
text-align: center;
color: #E31BBF;
font-size: 24px;
font-weight: bold;
margin-bottom: 16px;
line-height: 1.3;
}
.job-subheading {
text-align: center;
color: #206625;
font-size: 22px;
font-weight: bold;
margin-bottom: 15px;
line-height: 1.3;
}
.job-website {
text-align: center;
color: #1A1A99;
font-size: 24px;
font-weight: bold;
margin-bottom: 15px;
} .job-section-title {
color: #fff;
background-color: #242489;
padding: 4px;
font-size: 24px;
font-weight: bold;
margin-top: 30px;
margin-bottom: 0;
text-align: center;
border-top: 1px solid #000000; }
.job-section-title2 {
color: #F21BDC;
padding: 4px;
font-size: 20px;
font-weight: bold;
margin-top: 30px;
margin-bottom: 0;
text-align: center;
border-top: 1px solid #000000; }
.job-section-title1 {
color: #358731;
padding: 4px;
font-size: 20px;
font-weight: bold;
margin-top: 30px;
margin-bottom: 0px;
text-align: center;
border-top: 1px solid #000000; } .job-box ul {
margin-top: 30px;
padding-left: 8px;
margin-left: 18px;
}
.job-box ul li {
margin-bottom: 1px;
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: 1px solid #000;
padding: 4px;
font-size: 18px;
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; }
} .jod-tod-strip {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
padding: 12px;
background: #f0f8ff;
border-radius: 6px;
margin: 10px 0;
text-align: center;
}
.jod-tod-strip .strip-heading {
width: 100%;
font-weight: bold;
font-size: 16px;
margin-bottom: 8px;
color: #333;
}
.jod-tod-strip a {
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
padding: 8px 14px;
border-radius: 5px;
transition: 0.3s;
color: white;
}
.jod-tod-strip a img {
width: 22px;
height: 22px;
}
.jod-tod-strip a.btn-telegram {
background: #0088cc;
}
.jod-tod-strip a.btn-whatsapp {
background: #25d366;
}
.jod-tod-strip a.btn-xgulu {
background: #000000;
}
.jod-tod-strip a:hover {
opacity: 0.85;
} @media (max-width: 600px) {
.jod-tod-strip a span {
display: none; }
.jod-tod-strip {
gap: 12px;
}
}