:root{
  --about-navy:#062b60;
  --about-blue:#0b4a8b;
  --about-cyan:#58b6d8;
  --about-gold:#d6a45c;
  --about-ink:#17324d;
  --about-soft:#f5f8fc;
  --about-line:#dce6f0;
}
.about-page{padding-top:20px}
.about-hero{
  min-height:470px;border-radius:26px;padding:56px 52px;position:relative;overflow:hidden;
  display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:34px;align-items:center;
  background:
    radial-gradient(circle at 84% 24%,rgba(103,190,226,.22),transparent 23%),
    radial-gradient(circle at 72% 80%,rgba(214,164,92,.16),transparent 28%),
    linear-gradient(130deg,#052655 0%,#0a3a76 48%,#0e558d 100%);
  box-shadow:0 22px 50px rgba(8,47,101,.14)
}
.about-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(90deg,#000,transparent)}
.hero-copy{position:relative;z-index:2}
.about-eyebrow{display:block;color:#b8d9ee;font-size:11px;font-weight:900;letter-spacing:.18em;margin-bottom:15px}
.about-hero h1{margin:0;color:#fff;font-size:49px;line-height:1.06;letter-spacing:-.035em;max-width:710px}
.about-hero h1 em{font-style:normal;color:#f0c98e;font-weight:800}
.about-hero p{margin:20px 0 0;color:#dce9f5;font-size:16px;line-height:1.78;max-width:760px}
.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:27px}
.hero-btn{display:inline-flex;align-items:center;text-decoration:none;border-radius:9px;padding:13px 17px;font-size:11px;font-weight:900;letter-spacing:.04em}.hero-btn.primary{background:#fff;color:#0b3c76}
.reference-pill{display:inline-flex;gap:5px;align-items:center;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#d8e6f1;border-radius:9px;padding:11px 13px;font-size:10px}.reference-pill b{color:#fff}
.hero-orbit{position:relative;min-height:340px;display:grid;place-items:center;z-index:2}
.orbit-ring{position:absolute;border:1px solid rgba(255,255,255,.21);border-radius:50%}.ring-a{width:290px;height:290px}.ring-b{width:215px;height:215px;border-style:dashed;animation:slowSpin 26s linear infinite}
.orbit-core{width:146px;height:146px;border-radius:50%;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at 30% 25%,#1d6dab,#082f65 70%);border:1px solid rgba(255,255,255,.35);box-shadow:0 0 0 13px rgba(255,255,255,.055),0 20px 40px rgba(0,0,0,.18)}
.orbit-core span{font-size:31px;font-weight:900;color:#fff;letter-spacing:.06em}.orbit-core small{font-size:8px;color:#c7dceb;letter-spacing:.14em;margin-top:4px}
.orbit-tag{position:absolute;background:#fff;color:#144f87;border-radius:20px;padding:8px 11px;font-size:9px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.14)}.t1{top:42px;right:47px}.t2{bottom:66px;right:13px}.t3{bottom:48px;left:24px}
@keyframes slowSpin{to{transform:rotate(360deg)}}
.page-jump{position:sticky;top:150px;z-index:35;margin:16px 0 0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border:1px solid var(--about-line);box-shadow:0 7px 22px rgba(12,52,95,.06);border-radius:14px;padding:10px 12px;display:flex;align-items:center;gap:7px;overflow-x:auto}.page-jump span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#8a9aab;padding:0 8px 0 3px;white-space:nowrap}.page-jump a{white-space:nowrap;text-decoration:none;padding:8px 10px;border-radius:7px;color:#46617c;font-size:10px;font-weight:800}.page-jump a:hover{background:#edf4fb;color:#0e4a84}
.about-section{margin-top:17px;background:#fff;border:1px solid var(--about-line);border-radius:20px;padding:32px;box-shadow:0 8px 24px rgba(15,52,89,.035);scroll-margin-top:220px}.section-label{font-size:9px;font-weight:900;letter-spacing:.15em;color:#2b69a3;margin-bottom:9px}.section-label.light{color:#b9d7ed}.section-title-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:21px}.section-title-row.compact{align-items:flex-start}.section-title-row h2,.about-section h2{margin:0;color:#0d396d;font-size:29px;letter-spacing:-.025em}.section-title-row p{margin:6px 0 0;color:#6c7d90;font-size:13px;line-height:1.65;max-width:720px}.section-number{font-size:42px;font-weight:900;color:#e4edf6;line-height:.8;text-align:right}.section-number span{display:block;font-size:9px;letter-spacing:.14em;margin-top:7px;color:#9fb2c4}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.quick-card{position:relative;overflow:hidden;border:1px solid #dfe8f0;border-radius:16px;padding:20px;background:#fbfdff;min-height:200px}.quick-card:after{content:"";position:absolute;width:95px;height:95px;border-radius:50%;right:-48px;bottom:-48px;background:#edf4fb}.mini-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eaf2fb;color:#15558f;font-size:10px;font-weight:900;margin-bottom:15px}.quick-card h3{margin:0 0 8px;color:#123d6d;font-size:16px}.quick-card p{margin:0;color:#65788c;font-size:12px;line-height:1.7}.quick-card b{color:#294e73}.understand-strip{margin-top:13px;background:linear-gradient(90deg,#eef5fc,#f8fbfe);border:1px solid #d9e7f3;border-radius:12px;padding:15px 17px;display:flex;justify-content:space-between;gap:16px;align-items:center}.understand-strip b{color:#184a7c;font-size:12px}.understand-strip span{color:#60758b;font-size:11px;font-weight:800}
.timeline-section{overflow:hidden}.history-track{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;padding-top:8px}.history-track:before{content:"";position:absolute;left:9%;right:9%;top:49px;height:2px;background:linear-gradient(90deg,#cbdceb,#2a72ad)}.history-stop{position:relative;padding:0 17px 8px;text-align:center}.history-stop .year{display:inline-flex;align-items:center;justify-content:center;min-width:67px;height:28px;padding:0 11px;border-radius:16px;background:#eef5fb;color:#225a8d;font-size:10px;font-weight:900;margin-bottom:10px}.history-dot{position:relative;z-index:2;width:14px;height:14px;border-radius:50%;background:#fff;border:4px solid #3a7db4;margin:0 auto 13px;box-shadow:0 0 0 5px #edf5fb}.history-stop h3{margin:0;color:#173f68;font-size:14px}.history-stop p{margin:7px 0 0;color:#708094;font-size:11px;line-height:1.65}.history-stop.highlight .year{background:#0d447d;color:#fff}.history-stop.highlight .history-dot{border-color:#d5a15c}.source-note{margin:17px 0 0;text-align:center;color:#8b98a6;font-size:9px;font-weight:700}
.authority-flow{display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr 34px 1fr;align-items:stretch;gap:7px}.authority-card{border:1px solid #dce6ef;border-radius:15px;padding:19px;background:linear-gradient(180deg,#fff,#f8fbfe)}.authority-code{width:max-content;padding:7px 10px;border-radius:8px;background:#0c477f;color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em;margin-bottom:14px}.authority-card h3{margin:0;color:#163e67;font-size:15px}.authority-card p{margin:7px 0 0;color:#6c7e91;font-size:11px;line-height:1.67}.flow-arrow{display:grid;place-items:center;color:#9bb1c5;font-weight:900}.clarity-note{margin-top:13px;border-radius:11px;background:#0b376d;color:#fff;padding:14px 16px;display:flex;gap:17px;align-items:center}.clarity-note span{font-size:9px;font-weight:900;letter-spacing:.11em;color:#bcd5e9;text-transform:uppercase}.clarity-note strong{font-size:12px;font-weight:800}
.split-section{display:grid;grid-template-columns:1.05fr .95fr;padding:0;overflow:hidden}.eligibility-panel{padding:34px;background:linear-gradient(145deg,#082f65,#0c4a83);color:#fff}.eligibility-panel h2{color:#fff;font-size:28px}.eligibility-panel>p{color:#d4e4f1;font-size:12px;line-height:1.7;max-width:560px}.check-list{display:grid;gap:9px;margin-top:20px}.check-list>div{display:flex;gap:11px;align-items:flex-start;padding:11px 12px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.055)}.check-list i{display:grid;place-items:center;min-width:24px;height:24px;border-radius:50%;font-style:normal;background:#fff;color:#0b4a82;font-size:11px;font-weight:900}.check-list b{display:block;font-size:12px}.check-list small{display:block;margin-top:3px;color:#c9dceb;font-size:10px;line-height:1.5}.inline-link{display:inline-block;color:#fff;text-decoration:none;margin-top:19px;font-size:10px;font-weight:900;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:3px}.course-panel{padding:34px;background:#f7fafc}.course-kicker{font-size:9px;font-weight:900;letter-spacing:.14em;color:#2a6399}.course-panel h3{margin:8px 0 22px;font-size:22px;color:#153e68;max-width:430px;line-height:1.25}.course-cloud{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.course-cloud>div{min-height:94px;border-radius:14px;border:1px solid #dfe7ef;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.course-cloud .course-main{grid-row:span 2;min-height:198px;background:linear-gradient(150deg,#0d477f,#1b69a5);border:0;color:#fff}.course-cloud b{font-size:18px;color:#124273}.course-cloud span{margin-top:5px;color:#7d8c9b;font-size:10px}.course-main b{font-size:32px;color:#fff}.course-main span{color:#dbe9f4}.course-note{margin:16px 0 0;color:#788898;font-size:10px;line-height:1.55}
.journey-section{background:linear-gradient(180deg,#fff,#f8fbfe)}.journey-road{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;position:relative;padding:12px 3px 2px}.road-line{position:absolute;left:7%;right:7%;top:32px;height:3px;background:linear-gradient(90deg,#a9c8e1,#0f4a83,#d6a45c);border-radius:3px}.journey-road article{position:relative;z-index:2;text-align:center}.journey-road i{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 12px;border-radius:50%;background:#fff;color:#17538a;border:3px solid #87b2d3;font-style:normal;font-size:11px;font-weight:900;box-shadow:0 0 0 5px #f3f8fc}.journey-road article.finish i{background:#0c447b;color:#fff;border-color:#d4a05d}.journey-road b{display:block;color:#163f68;font-size:11px}.journey-road span{display:block;color:#7a8998;font-size:9px;line-height:1.45;margin-top:4px}
.skill-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:11px}.skill-grid article{text-align:center;border:1px solid #e1e9f0;border-radius:15px;padding:20px 14px;background:#fbfdff}.skill-ring{display:grid;place-items:center;width:56px;height:56px;margin:0 auto 13px;border-radius:50%;border:1px solid #cfe0ed;box-shadow:inset 0 0 0 7px #eef5fa;color:#174f84;font-size:10px;font-weight:900}.skill-grid h3{margin:0;color:#163f68;font-size:13px}.skill-grid p{margin:6px 0 0;color:#718195;font-size:10px;line-height:1.6}
.myth-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.myth-grid article{border:1px solid #dfe7ef;border-radius:15px;padding:19px;background:#fcfdff}.myth,.reality{display:inline-block;font-size:8px;font-weight:900;letter-spacing:.12em;border-radius:5px;padding:5px 6px}.myth{background:#fff0ee;color:#a64a3e}.reality{background:#eaf8f2;color:#25715b;margin-top:9px}.myth-grid h3{margin:10px 0 0;color:#263f5c;font-size:14px}.myth-grid p{margin:7px 0 0;color:#687b8f;font-size:11px;line-height:1.65}
.term-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.term-grid details{border:1px solid #dfe7ef;border-radius:13px;background:#fbfdff;overflow:hidden}.term-grid summary{list-style:none;cursor:pointer;padding:15px;color:#143f6d;font-size:13px;font-weight:900}.term-grid summary::-webkit-details-marker{display:none}.term-grid summary span{display:block;color:#8291a0;font-size:9px;font-weight:700;margin-top:3px}.term-grid details[open] summary{background:#edf5fb}.term-grid details p{margin:0;padding:0 15px 15px;color:#6f8092;font-size:11px;line-height:1.65}
.next-guide{margin-top:17px;border-radius:20px;padding:34px;background:linear-gradient(130deg,#082e63,#0e4f8b);color:#fff;position:relative;overflow:hidden}.next-guide:after{content:"NEXT";position:absolute;right:-20px;bottom:-36px;font-size:120px;font-weight:900;color:rgba(255,255,255,.045)}.next-guide h2{margin:0;font-size:28px}.next-guide>p{margin:7px 0 22px;color:#d4e4f0;font-size:12px}.next-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;position:relative;z-index:2}.next-grid a{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:11px;text-decoration:none;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:12px;padding:15px}.next-grid i{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#fff;color:#0d477f;font-style:normal;font-size:9px;font-weight:900}.next-grid b{font-size:12px}.next-grid span{font-size:9px;color:#c8dceb;margin-top:3px}.reference-warning{margin-top:14px;padding:15px 17px;border-radius:11px;background:#fff7ea;border:1px solid #eed6a7;color:#745b2c;font-size:11px;line-height:1.65}
@media(max-width:980px){.about-hero{grid-template-columns:1fr;padding:45px 36px}.hero-orbit{display:none}.quick-grid{grid-template-columns:1fr 1fr}.authority-flow{grid-template-columns:1fr 1fr}.flow-arrow{display:none}.split-section{grid-template-columns:1fr}.journey-road{grid-template-columns:repeat(4,1fr);gap:18px}.road-line{display:none}.skill-grid{grid-template-columns:repeat(3,1fr)}.term-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.about-page{padding-top:14px}.about-hero{min-height:auto;padding:34px 22px;border-radius:18px}.about-hero h1{font-size:35px}.about-hero p{font-size:14px}.page-jump{top:142px}.about-section{padding:22px 16px;border-radius:16px;scroll-margin-top:210px}.section-title-row h2,.about-section h2{font-size:24px}.quick-grid,.authority-flow,.myth-grid,.term-grid,.next-grid{grid-template-columns:1fr}.understand-strip,.clarity-note{align-items:flex-start;flex-direction:column}.history-track{grid-template-columns:1fr;gap:14px;padding-left:15px}.history-track:before{left:21px;right:auto;top:20px;bottom:20px;width:2px;height:auto}.history-stop{text-align:left;padding-left:42px}.history-dot{position:absolute;left:0;top:39px;margin:0}.history-stop .year{margin-bottom:8px}.course-cloud{grid-template-columns:1fr 1fr}.course-cloud .course-main{grid-row:auto;grid-column:span 2;min-height:120px}.journey-road{grid-template-columns:1fr 1fr}.skill-grid{grid-template-columns:1fr 1fr}.next-guide{padding:28px 19px}.section-number{display:none}}
@media(max-width:430px){.about-hero h1{font-size:31px}.quick-grid,.journey-road,.skill-grid{grid-template-columns:1fr}.course-cloud{grid-template-columns:1fr}.course-cloud .course-main{grid-column:auto}.page-jump{top:135px}.eligibility-panel,.course-panel{padding:26px 20px}}


/* =========================================================
   ABOUT NEET V2 — PREMIUM TABS + READABILITY UPGRADE
   ========================================================= */

.about-page{
  max-width:1280px;
  padding-left:22px;
  padding-right:22px;
}

/* Main 8-tab navigation */
.portal-top .neet-main-tabs{
  max-width:1280px;
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:8px;
  padding:11px 18px 13px;
  overflow:visible;
  background:#fff;
}
.portal-top .neet-main-tabs a{
  min-width:0;
  min-height:58px;
  padding:9px 8px 10px;
  border:1px solid #dbe5ef;
  border-radius:11px;
  background:linear-gradient(180deg,#ffffff,#f7fafe);
  box-shadow:0 3px 10px rgba(18,61,105,.035);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  text-align:center;
  color:#405a75;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}
.portal-top .neet-main-tabs a small{
  display:block;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  color:#8da0b3;
}
.portal-top .neet-main-tabs a span{
  display:block;
  font-size:12px;
  line-height:1.18;
  font-weight:900;
  letter-spacing:.015em;
}
.portal-top .neet-main-tabs a:hover{
  transform:translateY(-2px);
  border-color:#bcd1e5;
  background:#f2f7fc;
  box-shadow:0 8px 18px rgba(18,61,105,.09);
  color:#123f72;
}
.portal-top .neet-main-tabs a.active{
  position:relative;
  background:linear-gradient(145deg,#082f65,#0c4c88);
  border-color:#0a4178;
  color:#fff;
  box-shadow:0 9px 22px rgba(8,47,101,.19);
}
.portal-top .neet-main-tabs a.active:after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  bottom:-1px;
  height:3px;
  border-radius:3px 3px 0 0;
  background:#d6a05c;
}
.portal-top .neet-main-tabs a.active small{color:#d9e9f6}
.portal-top .neet-main-tabs a.active span{color:#fff}

/* Header readability */
.portal-titlebar strong{font-size:18px}
.portal-titlebar span{font-size:13px;line-height:1.45}
.main-site-link{font-size:12px}

/* Hero readability */
.about-eyebrow{font-size:12px!important}
.about-hero h1{font-size:48px!important;line-height:1.12!important}
.about-hero p{font-size:17px!important;line-height:1.78!important}
.hero-btn{font-size:12px!important}
.reference-pill{font-size:11.5px!important}

/* On-page jump navigation */
.page-jump span,
.page-jump a{font-size:12px!important}

/* General section typography */
.section-label{font-size:11px!important}
.section-title-row h2,
.about-section h2{font-size:30px!important;line-height:1.18!important}
.section-title-row p{font-size:15px!important;line-height:1.7!important}
.section-number{font-size:34px!important}
.section-number span{font-size:9px!important}

/* NEET in 60 seconds */
.mini-icon{width:38px!important;height:38px!important;font-size:11px!important}
.quick-card h3{font-size:18px!important}
.quick-card p{font-size:14px!important;line-height:1.72!important}
.understand-strip b{font-size:14px!important}
.understand-strip span{font-size:13px!important;line-height:1.55!important}

/* History */
.history-stop .year{font-size:11px!important}
.history-stop h3{font-size:16px!important}
.history-stop p{font-size:13px!important;line-height:1.72!important}
.source-note{font-size:11px!important;line-height:1.55!important}

/* Authorities */
.authority-code{font-size:11px!important}
.authority-card h3{font-size:17px!important}
.authority-card p{font-size:13px!important;line-height:1.72!important}
.clarity-note span{font-size:10px!important}
.clarity-note strong{font-size:14px!important;line-height:1.55!important}

/* Eligibility + Courses */
.eligibility-panel>p{font-size:14px!important;line-height:1.75!important}
.check-list b{font-size:14px!important}
.check-list small{font-size:12px!important;line-height:1.55!important}
.inline-link{font-size:12px!important}
.course-kicker{font-size:10.5px!important}
.course-panel h3{font-size:24px!important}
.course-cloud b{font-size:19px!important}
.course-cloud span{font-size:12px!important}
.course-main b{font-size:34px!important}
.course-note{font-size:12px!important;line-height:1.6!important}

/* Journey */
.journey-road i{font-size:12px!important}
.journey-road b{font-size:13px!important}
.journey-road span{font-size:11px!important;line-height:1.5!important}

/* What NEET tests */
.skill-ring{font-size:11px!important}
.skill-grid h3{font-size:15px!important}
.skill-grid p{font-size:12.5px!important;line-height:1.65!important}

/* Myths */
.myth,.reality{font-size:9px!important}
.myth-grid h3{font-size:16px!important;line-height:1.45!important}
.myth-grid p{font-size:13px!important;line-height:1.7!important}

/* Key terms */
.term-grid summary{font-size:15px!important}
.term-grid summary span{font-size:11px!important}
.term-grid details p{font-size:13px!important;line-height:1.7!important}

/* Next steps + footer notes */
.next-guide h2{font-size:30px!important}
.next-guide>p{font-size:14px!important;line-height:1.65!important}
.next-grid b{font-size:14px!important}
.next-grid span{font-size:11px!important;line-height:1.45!important}
.reference-warning{font-size:13px!important;line-height:1.7!important}
.footer-note strong{font-size:14px}
.footer-note p{font-size:12px!important}
.footer-note a{font-size:12px!important}

/* Comfortable card spacing after font increase */
.quick-card,.authority-card,.myth-grid article{padding:22px!important}
.about-section{padding:32px!important}

@media(max-width:1100px){
  .portal-top .neet-main-tabs{
    grid-template-columns:repeat(4,1fr);
  }
}
@media(max-width:700px){
  .about-page{padding-left:12px;padding-right:12px}
  .portal-top .neet-main-tabs{
    display:flex;
    overflow-x:auto;
    gap:8px;
    padding:9px 12px 11px;
    scrollbar-width:thin;
  }
  .portal-top .neet-main-tabs a{
    min-width:145px;
    min-height:54px;
  }
  .portal-top .neet-main-tabs a span{font-size:11.5px}
  .about-hero h1{font-size:37px!important}
  .about-hero p{font-size:15px!important}
  .section-title-row h2,.about-section h2{font-size:26px!important}
  .section-title-row p{font-size:14px!important}
  .about-section{padding:24px 18px!important}
  .quick-card p,.authority-card p,.myth-grid p,.term-grid details p{font-size:13px!important}
}


/* =========================================================
   NEET KNOWLEDGE CENTRE FOOTER VISIBILITY FIX
   ========================================================= */
.footer-note{
  background:linear-gradient(135deg,#092f63,#0d467f) !important;
  border-radius:14px !important;
  padding:22px 24px !important;
  margin-top:18px !important;
  box-shadow:0 8px 22px rgba(8,47,101,.12) !important;
}
.footer-note strong{
  color:#ffffff !important;
  font-size:16px !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  opacity:1 !important;
}
.footer-note p{
  color:#e4edf7 !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1.55 !important;
  margin:6px 0 0 !important;
  opacity:1 !important;
}
.footer-note a{
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,.38) !important;
  background:rgba(255,255,255,.10) !important;
  padding:10px 14px !important;
  border-radius:8px !important;
  font-size:11px !important;
  font-weight:900 !important;
  text-decoration:none !important;
}
.footer-note a:hover{
  background:#ffffff !important;
  color:#0b447d !important;
}


/* =========================================================
   NEET KNOWLEDGE CENTRE V1 — FINAL CONSISTENCY LOCK
   ========================================================= */
.portal-titlebar strong{
  font-weight:900 !important;
  opacity:1 !important;
}
.portal-titlebar span{
  opacity:1 !important;
}
.portal-top .neet-main-tabs a span{
  font-weight:900 !important;
  opacity:1 !important;
}
.portal-top .neet-main-tabs a.active span{
  color:#ffffff !important;
}
.main-site-link{
  font-weight:900 !important;
}
.footer-note strong{
  color:#ffffff !important;
  font-weight:900 !important;
  opacity:1 !important;
}
.footer-note p{
  opacity:1 !important;
}
.footer-note a{
  font-weight:900 !important;
  opacity:1 !important;
}

