:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #594206;
  --heading-color: #594206;
  --hero-gradient1: #ffbc10;
  --hero-gradient2: #ffbc10;
  --footer-bg-color: #594206;
  --link-color: #B31B1B;
  --header-bg-color: #ffffff;
  --font-family: Palatino, 'Palatino Linotype', serif;
  --nav-link-color: #594206;
  --footer-text-color: #ffffff;
  --header-text-color: #594206;
}
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 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
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 h2 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.content-area h2::before,
.content-area h2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--heading-color);
}
.content-area h2::before {
  top: -6px;
}
.content-area h2::after {
  bottom: -6px;
}
.content-area a {
  color: rgb(255, 34, 34);
  text-decoration: underline;
}
.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: var(--header-bg-color) !important;
}
.hero-section {
  padding: 55px 0 10px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
  box-shadow: 0 12px 25px -10px rgba(0, 0, 0, 0.671);
}
.hero-section.gradient-bg {
  background: linear-gradient(135deg, var(--hero-gradient1), var(--hero-gradient2));
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
}
.navbar {
  border-top: 4px solid #B31B1B; 
}
  .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;
  }
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
.newsletter {
  background-color: #F1F5F4;
  padding: 20px 22px;
  border-left: 4px solid #B31B1B;
  border-radius: 6px;
  box-shadow: none;
}
.newsletter h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #202122;
  margin-bottom: 8px;
}
.newsletter p {
  font-size: 0.9rem;
  color: #54595d;
  margin-bottom: 14px;
  line-height: 1.4;
}
.newsletter-form input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #a2a9b1;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.newsletter-form input:focus {
  outline: none;
  border-color: #B31B1B;
}
.newsletter-form button {
  width: 100%;
  padding: 8px 10px;
  background: #f8f9fa;
  color: #202122;
  border: 1px solid #a2a9b1;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
}
.newsletter-form button:hover {
  background: #eaecf0;
}
.sidebar-linking {
  background-color: #F1F5F4;
  padding: 20px 22px;
  border-radius: 8px;
  border-left: 4px solid #B31B1B;
  box-shadow: none;
}
.sidebar-linking h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #202122;
  margin-bottom: 14px;
}
.sidebar-linking .page-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-linking .page-list li {
  margin-bottom: 10px;
  padding-left: 14px;
  position: relative;
}
.sidebar-linking .page-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #54595d;
  font-size: 1.2rem;
  line-height: 1;
}
.sidebar-linking .page-list a {
  color: #0645ad;
  text-decoration: none;
  font-weight: 400;
}
.sidebar-linking .page-list a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .sidebar-linking {
    padding: 18px;
  }
}
.styled-section{
  position: relative;
  padding: clamp(2.25rem, 4vw, 4.5rem) clamp(1.25rem, 3vw, 2.5rem);
  margin: clamp(1.25rem, 3vw, 2.25rem) auto;
  background: #F1F5F4;
  color: #594206;
  border-radius: 18px;
  border: 1px solid rgba(89, 66, 6, 0.16);
  box-shadow:
    0 10px 30px rgba(89, 66, 6, 0.08),
    0 2px 8px rgba(89, 66, 6, 0.06);
  overflow: hidden;
  background-image:
    radial-gradient(circle at 18% 20%, rgba(255, 188, 16, 0.18), transparent 46%),
    radial-gradient(circle at 85% 22%, rgba(181, 33, 33, 0.09), transparent 52%),
    linear-gradient(180deg, rgba(89, 66, 6, 0.03), transparent 55%);
}
.styled-section::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 10px;
  background: linear-gradient(90deg, #594206, #FFBC10, #B52121);
  opacity: 0.92;
}
.styled-section::after{
  content: "";
  position: absolute;
  inset: 10px 0 0 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(89, 66, 6, 0.10) 0px,
      rgba(89, 66, 6, 0.10) 1px,
      transparent 1px,
      transparent 100%);
  background-size: 64px 100%;
  opacity: 0.20;
  mix-blend-mode: multiply;
}
.styled-section h1,
.styled-section h2,
.styled-section h3{
  color: #594206;
  letter-spacing: 0.2px;
  line-height: 1.2;
  margin: 0 0 0.8rem 0;
}
.styled-section h2,
.styled-section h3{
  position: relative;
  padding-bottom: 0.55rem;
}
.styled-section h2::after,
.styled-section h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(140px, 35%);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #FFBC10, rgba(255, 188, 16, 0.0));
}
.styled-section p{
  margin: 0 0 1rem 0;
  line-height: 1.75;
  color: rgba(89, 66, 6, 0.92);
}
.styled-section a{
  color: #594206;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 188, 16, 0.75);
  box-shadow: inset 0 -0.2em 0 rgba(255, 188, 16, 0.22);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.styled-section a:hover{
  border-bottom-color: rgba(181, 33, 33, 0.65);
  box-shadow: inset 0 -0.55em 0 rgba(255, 188, 16, 0.28);
}
.styled-section a:focus-visible{
  outline: 3px solid rgba(255, 188, 16, 0.55);
  outline-offset: 3px;
  border-radius: 6px;
}
.styled-section .note{
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(255, 188, 16, 0.12);
  border: 1px solid rgba(255, 188, 16, 0.35);
  box-shadow: 0 6px 16px rgba(89, 66, 6, 0.06);
}
.styled-section .note strong{
  color: #594206;
}
.styled-section .warning{
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(181, 33, 33, 0.08);
  border: 1px solid rgba(181, 33, 33, 0.28);
  box-shadow: 0 6px 16px rgba(89, 66, 6, 0.06);
}
.styled-section .warning strong{
  color: #B52121;
}
.styled-section ul,
.styled-section ol{
  margin: 0.75rem 0 1.25rem 1.25rem;
  padding: 0;
  line-height: 1.75;
}
.styled-section li{
  margin: 0.35rem 0;
}
.styled-section ul li::marker{
  color: #FFBC10;
}
.styled-section ol li::marker{
  color: #594206;
  font-weight: 600;
}
.styled-section figure{
  margin: 1.5rem 0;
  padding: 0.9rem;
  border-radius: 16px;
  background: rgba(241, 245, 244, 0.65);
  border: 1px solid rgba(89, 66, 6, 0.12);
}
.styled-section img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(89, 66, 6, 0.12);
}
.styled-section figcaption{
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: rgba(89, 66, 6, 0.78);
}
.styled-section hr{
  border: 0;
  height: 1px;
  margin: 1.5rem 0;
  background: linear-gradient(90deg, transparent, rgba(89, 66, 6, 0.20), transparent);
}
.styled-section table{
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(89, 66, 6, 0.14);
  background: rgba(241, 245, 244, 0.75);
}
.styled-section th,
.styled-section td{
  padding: 0.85rem 0.95rem;
  border-bottom: 1px solid rgba(89, 66, 6, 0.10);
  text-align: left;
}
.styled-section th{
  background: rgba(255, 188, 16, 0.16);
  color: #594206;
  font-weight: 700;
}
.styled-section tr:hover td{
  background: rgba(255, 188, 16, 0.08);
}
@media (max-width: 640px){
  .styled-section{
    border-radius: 16px;
    padding: 2rem 1.1rem;
  }
  .styled-section::after{
    background-size: 56px 100%;
  }
}
.custom-section{
  --ink: #594206;
  --paper: #F1F5F4;
  --accent: #FFBC10;
  --alert: #B52121;
  max-width: 1000px;
  margin: 2.5rem auto;
  padding: 2.75rem 3rem;
  background:
    linear-gradient(180deg, rgba(241,245,244,0.92), rgba(241,245,244,0.98)),
    repeating-linear-gradient(
      0deg,
      rgba(89,66,6,0.035),
      rgba(89,66,6,0.035) 1px,
      transparent 1px,
      transparent 28px
    );
  color: var(--ink);
  border-radius: 6px;
  border-left: 6px solid var(--accent);
  box-shadow:
    0 14px 40px rgba(89,66,6,0.12),
    inset 0 1px 0 rgba(255,255,255,0.6);
  font-feature-settings: "liga" 1, "kern" 1;
}
.custom-section h2{
  margin: 0 0 1.2rem 0;
  padding-left: 0.75rem;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.3px;
  border-left: 4px solid var(--ink);
}
.custom-section h3{
  margin: 2rem 0 0.6rem 0;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  color: rgba(89,66,6,0.9);
}
.custom-section p{
  margin: 0.75rem 0 1.1rem 0;
  line-height: 1.8;
  color: rgba(89,66,6,0.92);
}
.custom-section ul{
  list-style: none;
  margin: 1.25rem 0 1.75rem 0;
  padding: 0;
}
.custom-section li{
  position: relative;
  padding: 0.75rem 0.75rem 0.75rem 2.4rem;
  margin-bottom: 0.65rem;
  border-radius: 6px;
  background: rgba(255,188,16,0.08);
  border: 1px solid rgba(89,66,6,0.12);
  line-height: 1.65;
}
.custom-section li::before{
  content: "§";
  position: absolute;
  left: 0.9rem;
  top: 0.75rem;
  font-weight: 700;
  color: var(--ink);
  opacity: 0.65;
}
.custom-section li ul{
  margin: 0.75rem 0 0 0;
}
.custom-section li ul li{
  background: rgba(241,245,244,0.85);
  border-color: rgba(89,66,6,0.10);
}
.custom-section a{
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px dotted var(--accent);
  transition: border-color .2s ease, color .2s ease;
}
.custom-section a:hover{
  border-bottom-color: var(--alert);
  color: var(--alert);
}
.custom-section .definition{
  margin: 1.5rem 0;
  padding: 1.1rem 1.3rem;
  border-left: 4px solid var(--ink);
  background: rgba(89,66,6,0.06);
  border-radius: 4px;
  font-style: italic;
}
.custom-section .important{
  margin: 1.5rem 0;
  padding: 1.1rem 1.3rem;
  border-left: 4px solid var(--alert);
  background: rgba(181,33,33,0.08);
  border-radius: 4px;
}
@media (max-width: 720px){
  .custom-section{
    padding: 2rem 1.4rem;
  }
  .custom-section li{
    padding-left: 2.1rem;
  }
  .custom-section li::before{
    left: 0.7rem;
  }
}
  .section-wallets {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.5)), url('/images/bird-bg.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 50px 20px;
    border-radius: 10px;
    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!important; 
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    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;
}
.section-wallets h3 {
    color: #ffffff!important; 
    padding: 10px;
    border-radius: 5px;
    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; 
}
   .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;
}
  .contact-container h2 {
    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;
}
