:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #222222;
  --heading-color: #222222;
  --hero-gradient1: #168295;
  --hero-gradient2: #0b5e3a;
  --footer-bg-color: #0d0d0d;
  --link-color: #f6f9ff;
  --header-bg-color: #ffffff;
  --font-family: system-ui;
  --nav-link-color: #ffffff;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffffff;
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1 {
  position: relative;
  margin: 0 0 25px 0;
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
  font-weight: 900;
  letter-spacing: -1.2px;
  color: #03262b !important;   
  text-transform: uppercase;
  background: linear-gradient(90deg, #c3ced3, #ffffff, #ccdfe2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 16px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: inline-block; 
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}
  section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}
h2, h3 {
  color: var(--heading-color);
}
.content-area a {
  color: red;
  text-decoration: none !important;
}
.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}
  .sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}
.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}
.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}
.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}
.sidebar-page-list li a:hover {
  padding-left: 11px;
}
  .twitter-tweet {
  width: 279px !important;
}
.x {
  display: flex;
  justify-content: center;
}
.error_page {
  min-height: 70vh;
}
    .footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
}
.footer a {
  text-decoration: none;
  color: var(--link-color) !important;
}
 .navbar {
  background-color: transparent !important;
  transition: background-color 0.4s ease, box-shadow 0.3s ease;
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.navbar.scrolled {
  background-color: var(--header-bg-color) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.hero-section {
  padding: 115px 0 30px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
}
.hero-section.with-bg {
  background-image: url('/images/vaccines-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section.with-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.562));
  opacity: 0.5;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 77px 0;
  }
}
  .navbar-light .navbar-nav .nav-link {
    color: var(--nav-link-color, #141414) !important;
  }
  .navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(in srgb, var(--header-bg-color) 65%, transparent);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-item {
    margin: 7px 0;
  }
  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }
  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }
  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}
.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}
.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}
.dropdown-menu {
  display: none;
}
.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}
.nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
}
.nav-item.dropdown > .nav-link .arrow {
  position: relative;
  margin-left: auto;
  border: solid var(--nav-link-color, #141414);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.dropdown.open .dropdown-menu {
  display: block;
}
@media (min-width: 1200px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown > .nav-link .arrow {
    margin-left: 7px;
  }
  .custom-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
  }
  .nav-item.dropdown:hover > .nav-link .arrow {
    transform: rotate(-135deg);
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-item.dropdown > .nav-link .arrow {
    padding: 4px;
  }
}
   .contact-container {
  width: 500px;
  margin: 100px auto 35px;
  padding: 15px 21px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  color: black !important;
}
@media screen and (max-width: 768px) {
  .contact-container {
    width: 100%;
    padding: 15px;
  }
}
.contact-header {
  text-align: center;
  margin-bottom: 20px;
}
.contact-header i {
  font-size: 2rem;
  color: #0d6efd;
  margin-bottom: 10px;
}
.email-link {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  color: #0d6efd;
  text-decoration: none;
}
:root{
  --accent: #D1E3EA;
  --accent-dark: #9bb1bf;
  --glass-border: rgba(255,255,255,0.18);
  --text-dark: #08242a;
}
.styled-section{
  position: relative;
  overflow: hidden;
  padding: 36px 20px;
  background:
    linear-gradient(135deg, rgba(209,227,234,0.60), rgba(255,255,255,0.06));
  border: 1px solid var(--glass-border);
  box-shadow: 0 10px 30px rgba(4,10,15,0.12);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  color: var(--text-dark);
  transition: transform .35s cubic-bezier(.2,.9,.2,1), box-shadow .35s;
}
.styled-section:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(4,10,15,0.16);
}
.styled-section::before{
  content: "";
  position: absolute;
  left: -40%;
  top: -40%;
  width: 180%;
  height: 180%;
  background: linear-gradient(110deg,
    rgba(255,255,255,0.06) 0%,
    rgba(255,255,255,0.12) 20%,
    rgba(255,255,255,0.02) 50%,
    rgba(255,255,255,0.10) 80%,
    rgba(255,255,255,0.03) 100%);
  transform: rotate(-15deg);
  filter: blur(10px);
  pointer-events: none;
  animation: shimmer 6s linear infinite;
  mix-blend-mode: screen;
  opacity: 0.9;
}
.styled-section::after{
  content: "";
  position: absolute;
  right: -10%;
  bottom: -10%;
  width: 380px;
  height: 380px;
  background:
    radial-gradient(circle at 20% 30%, rgba(209,227,234,0.24) 0 20%,
                                 rgba(209,227,234,0.10) 20% 40%,
                                 transparent 41%),
    radial-gradient(circle at 70% 70%, rgba(155,177,191,0.10) 0 18%,
                                 transparent 19%);
  filter: blur(20px);
  transform: translateY(0);
  animation: floaty 8s ease-in-out infinite;
  pointer-events: none;
}
.styled-section h2{
  position: relative;
  margin: 0 0 20px 0;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -1px;
  color: #03262b !important;   
  text-transform: uppercase;
  background: linear-gradient(90deg, #475155, #9bb1bf, #a0aeb4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: h2Glow 5s ease-in-out infinite;
}
.styled-section h2::before,
.styled-section h2::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 6px;
  background: linear-gradient(90deg, #d1e3ea, transparent, #d1e3ea);
  animation: lineFlow 6s linear infinite;
}
.styled-section h2::before{
  top: -10px;
}
.styled-section h2::after{
  bottom: -10px;
}
.styled-section h3{
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 20px 0 20px 0;
  color: #0c3c45 !important;   
  text-shadow: 0 0 12px rgba(209,227,234,0.45);
  letter-spacing: .8px;
  animation: h3Pulse 4.5s ease-in-out infinite;
}
.styled-section h3::before{
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #d1e3ea, #9bb1bf);
  box-shadow: 0 0 18px rgba(209,227,234,0.8);
  animation: sparkle 3s infinite ease-in-out;
}
@keyframes h2Glow{
  0%   { filter: drop-shadow(0 0 6px rgba(209,227,234,0.2)); }
  50%  { filter: drop-shadow(0 0 14px rgba(209,227,234,0.5)); }
  100% { filter: drop-shadow(0 0 6px rgba(209,227,234,0.2)); }
}
@keyframes lineFlow{
  0%   { background-position: -200px 0; }
  100% { background-position: 200px 0; }
}
@keyframes sparkle{
  0%   { box-shadow: 0 0 6px rgba(209,227,234,0.3); }
  50%  { box-shadow: 0 0 18px rgba(209,227,234,1); }
  100% { box-shadow: 0 0 6px rgba(209,227,234,0.3); }
}

.styled-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.styled-section li {
  position: relative; 
  padding: 10px 12px 10px 10px; 
  border-radius: 10px;
  align-items: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.01));
  transition: transform .28s, box-shadow .28s, background .28s;
}

.styled-section li:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 22px rgba(4,10,15,0.06);
}


.styled-section li::before {
  content: "✔"; 
  margin-right: 8px;
  left: 12px; 
  font-size: 18px;
  color: var(--accent);
  line-height: 1;
}

.styled-section li::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: auto;
  border-radius: 50%;
  background: rgba(13,40,47,0.06);
  box-shadow: 0 0 0 rgba(209,227,234,0.0);
  animation: pulse-dot 3.6s infinite;
}

@keyframes shimmer{
  0% { transform: rotate(-15deg) translateX(-30%); }
  50% { transform: rotate(-15deg) translateX(0%); }
  100% { transform: rotate(-15deg) translateX(30%); }
}
@keyframes floaty{
  0% { transform: translateY(0) scale(1); opacity: 0.95; }
  50% { transform: translateY(-10px) scale(1.02); opacity: 1; }
  100% { transform: translateY(0) scale(1); opacity: 0.95; }
}
@keyframes pulse-dot{
  0% { box-shadow: 0 0 0 0 rgba(209,227,234,0.18); }
  60% { box-shadow: 0 0 0 12px rgba(209,227,234,0.02); }
  100% { box-shadow: 0 0 0 0 rgba(209,227,234,0.0); }
}






.section-wallets {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('/images/vaccines-bg.webp');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 60px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 40px;
    border: 1px solid #2c3e50;
}
.section-wallets h2 {
    color: #ffffff; 
    margin-bottom: 30px;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.section-wallets h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e7e4e4;
    bottom: -8px;
    left: 0;
}
.section-wallets p {
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 30px;
}
.section-wallets h3 {
    background-color: #4b6074; 
    color: #ffffff; 
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.section-wallets h3:hover {
    background-color: #2c3e50; 
    color: #fff;
    transform: scale(1.05);
}
.section-wallets ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.section-wallets ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #dadada; 
}
.section-wallets ul li::before {
    content: "✔"; 
    font-size: 1.5rem;
    color: #e2e2e2; 
    margin-right: 10px;
    transition: color 0.3s ease;
}
.section-wallets ul li:hover::before {
    color: #ebebeb; 
}
@media (max-width: 768px) {
    .section-wallets {
        padding: 40px 20px;
    }
    .section-wallets h2 {
        font-size: 2rem;
    }
    .section-wallets h3 {
        font-size: 1.4rem;
    }
    .section-wallets ul li {
        font-size: 1rem;
    }
}
:root{
  --blue-dead-1: #242a2c;
  --blue-dead-2: #9bb1bf;
  --blue-dead-3: #a0aeb4;
  --glass-bg: rgba(255,255,255,0.05);
  --glass-border: rgba(255,255,255,0.08);
  --txt: #f6f8f9;
}
.custom-section{
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  margin: 40px auto;
  background:
    linear-gradient(180deg, rgba(71,81,85,0.07), rgba(160,174,180,0.08)),
    linear-gradient(120deg, rgba(155,177,191,0.06), rgba(71,81,85,0.05)),
    var(--glass-bg);
  border: 1px solid var(--glass-border);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
  box-shadow:
    0 10px 24px rgba(0,0,0,0.45),
    inset 0 1px rgba(255,255,255,0.05);
  animation: deadGlassAppear .9s ease-out;
  color: var(--txt);
}
.custom-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 30% 20%, rgba(160,174,180,0.08), transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(155,177,191,0.05), transparent 60%);
  opacity:.28;
  mix-blend-mode: overlay;
  animation: fogDrift 22s linear infinite;
  pointer-events:none;
}
.custom-section h2{
  color: var(--blue-dead-2) !important;
  font-size: 2.15rem;
  font-weight: 900;
  margin: 0 0 14px 0;
  letter-spacing: -0.5px;
  background: linear-gradient(90deg, var(--blue-dead-2), var(--blue-dead-3), var(--blue-dead-1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.05),
    0 8px 18px rgba(0,0,0,0.45);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding-bottom: 8px;
  position:relative;
}
.custom-section h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  height:3px;
  width:62%;
  border-radius:6px;
  background: linear-gradient(90deg, var(--blue-dead-3), var(--blue-dead-1));
  opacity:.45;
  animation: underlineDead 5s ease-in-out infinite;
}
.custom-section h3{
  color: var(--blue-dead-1) !important;
  font-size: 1.3rem;
  font-weight: 800;
  margin: 26px 0 12px 0;
  display:inline-flex;
  align-items:center;
  gap:10px;
  letter-spacing:.3px;
  position:relative;
}
.custom-section h3::before{
  content:"";
  width:44px;
  height:6px;
  border-radius:6px;
  background: linear-gradient(90deg, var(--blue-dead-1), var(--blue-dead-3));
  opacity:.38;
  box-shadow: 0 6px 14px rgba(0,0,0,0.35);
  animation: platePulse 6s ease-in-out infinite;
}
.custom-section p{
  color: rgba(71, 69, 69, 0.85);
  font-size:1.02rem;
  line-height:1.72;
  margin:0 0 14px 0;
}
.custom-section ul{
  list-style:none;
  padding:0;
  margin:18px 0 0 0;
  display:grid;
  gap:10px;
}
.custom-section li{
  background: linear-gradient(180deg, rgba(71,81,85,0.08), rgba(160,174,180,0.06));
  padding:12px 16px;
  border-radius:12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  transition: transform .25s ease, box-shadow .25s ease;
}
.custom-section li:hover{
  transform: translateX(6px);
  box-shadow: 0 16px 38px rgba(0,0,0,0.45);
}
@keyframes deadGlassAppear{
  0%{ opacity:0; transform:translateY(20px); }
  100%{ opacity:1; transform:translateY(0); }
}
@keyframes fogDrift{
  0%{ background-position:0 0, 0 0; }
  100%{ background-position:-260px 120px, 220px -160px; }
}
@keyframes underlineDead{
  0%{ width:22%; opacity:.25; }
  50%{ width:72%; opacity:.45; }
  100%{ width:22%; opacity:.25; }
}
@keyframes platePulse{
  0%{ opacity:.28; transform:scaleX(1); }
  50%{ opacity:.55; transform:scaleX(1.08); }
  100%{ opacity:.28; transform:scaleX(1); }
}
.myth-section {
  background: rgba(160,174,180,0.08); 
  backdrop-filter: blur(10px);
  padding: 30px 20px;
  border-radius: 16px;
  margin: 40px auto;
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.myth-section:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.35);
}
.myth-section h2 {
  color: #475155 !important;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.myth-section h2::before {
  content: "💉"; 
  display: inline-block;
  font-size: 1.5rem;
  transform: translateY(-1px);
}
.myth-section h3 {
  color: #9bb1bf !important;
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 12px;
  position: relative;
}
.myth-section h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 3px;
  background: #a0aeb4;
  margin-top: 4px;
}
.myth-section p {
  color: #475155;
  line-height: 1.7;
  margin-bottom: 14px;
}
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(15px); }
  100% { opacity: 1; transform: translateY(0); }
}
.myth-section {
  animation: fadeInUp 0.9s ease forwards;
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
.page-linking {
  padding: 20px 0;
}
.page-linking h3 {
  font-weight: 800;
  color: #03262b !important;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-linking .page-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px; 
}
.page-linking .page-list li a {
  display: block;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(209, 227, 234, 0.3); 
  backdrop-filter: blur(8px);
  color: #03262b;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.page-linking .page-list li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25);
  background: rgba(209, 227, 234, 0.5); 
  color: #475155;
}
