:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #ffffff;
  --heading-color: #ffffff;
  --hero-gradient1: #ffffff;
  --hero-gradient2: #ffffff;
  --footer-bg-color: #001b1e31;
  --link-color: #93e1e6;
  --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;
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.164), rgba(0, 0, 0, 0.5)),
    url("/images/ocean-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
h1{
  font-family: "Poppins", "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 800; 
  letter-spacing: 0.5px;
  font-size: clamp(2rem, 4vw, 2.6rem) !important;
  line-height: 1.15;
  color: #f2f9ff;
  padding: 0.6em 0.8em;
  border-radius: 18px;
  background:
    radial-gradient(120% 140% at 10% 0%, rgba(54,209,255,.35), transparent 55%),
    radial-gradient(120% 140% at 90% 20%, rgba(124,77,255,.30), transparent 55%),
    linear-gradient(180deg, rgba(12,25,38,.75), rgba(12,25,38,.45));
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  border: 1px solid rgba(255,255,255,.18);
  text-shadow:
    0 3px 20px rgba(0,0,0,.65),
    0 0 25px rgba(54,209,255,.25);
  box-shadow:
    0 18px 45px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.18);
}
h1::after{
  content: "";
  display: block;
  margin-top: 0.5em;
  height: 3px;
  width: min(220px, 60%);
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #36d1ff,
    #7c4dff,
    transparent
  );
}
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) !important;
}
.content-area h2 {
  display: inline-block;
  padding-bottom: 4px;
}
.content-area a {
  color: var(--link-color) !important;
  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;
}
.footer a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}
.footer img {
        filter: brightness(0) invert(1);
      }
 .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.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: 77px 0 20px;
  }
}
  .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;
}
  .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;
}
:root{
  --ocean-ink: rgba(235, 245, 255, 0.92);
  --ocean-muted: rgba(235, 245, 255, 0.74);
  --glass-bg: rgba(10, 22, 34, 0.42);
  --glass-border: rgba(255, 255, 255, 0.14);
  --glass-highlight: rgba(255, 255, 255, 0.18);
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
  --accent: #76B9BE;          
  --accent-2: #76B9BE;        
  --radius: 18px;
}
.styled-section{
  position: relative;
  padding: clamp(18px, 3vw, 34px);
  color: var(--ocean-ink);
  background:
    radial-gradient(1200px 420px at 15% 0%, rgba(54, 208, 255, 0.075), transparent 60%),
    radial-gradient(900px 420px at 85% 15%, rgba(124, 77, 255, 0.034), transparent 55%),
    linear-gradient(180deg, rgba(10, 22, 34, 0.212), rgba(10, 22, 34, 0.089));
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  overflow: hidden;
}
.styled-section::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg,
      transparent 0%,
      rgba(255,255,255,0.10) 30%,
      transparent 60%);
  opacity: 0.55;
  mix-blend-mode: screen;
}
.styled-section::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  opacity: 0.95;
}
.styled-section h2{
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  letter-spacing: 0.2px;
  line-height: 1.15;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55);
  position: relative;
  padding-bottom: 10px;
}
.styled-section h2::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(320px, 70%);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #76B9BE, transparent);
}
.styled-section h3{
  margin: 18px 0 10px;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  color: var(--ocean-ink);
  opacity: 0.95;
  text-shadow: 0 2px 12px rgba(0,0,0,0.45);
}
.styled-section p{
  margin: 0 0 16px;
  color: var(--ocean-muted);
  line-height: 1.65;
}
.styled-section strong{
  color: var(--ocean-ink);
  font-weight: 700;
}
.styled-list{
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}
.styled-list li{
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(235, 245, 255, 0.86);
  line-height: 1.45;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.styled-list li:hover{
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(54, 209, 255, 0.24);
}
.styled-list li i.bi{
  font-size: 1.05rem;
  line-height: 1;
  margin-top: 2px;
  color: rgba(54, 209, 255, 0.95);
  filter: drop-shadow(0 6px 16px rgba(54, 209, 255, 0.20));
}
.styled-list li:nth-child(2n) i.bi{
  color: rgba(124, 77, 255, 0.95);
  filter: drop-shadow(0 6px 16px rgba(124, 77, 255, 0.18));
}
.styled-list li:focus-within{
  outline: 2px solid rgba(54, 209, 255, 0.45);
  outline-offset: 2px;
}
@media (max-width: 640px){
  .styled-section{
    margin: 22px 14px;
  }
  .styled-list li{
    grid-template-columns: 24px 1fr;
    padding: 11px 12px;
  }
}
.section-wallets {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url("/images/ocean-bg.webp");
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 50px 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!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; 
}
.newsletter{
  position: relative;
  padding: 18px 16px;
  color: rgba(235,245,255,.92);
  background:
    radial-gradient(900px 300px at 15% 0%, rgba(54,209,255,.22), transparent 60%),
    radial-gradient(700px 280px at 85% 20%, rgba(124,77,255,.18), transparent 58%),
    linear-gradient(180deg, rgba(10,22,34,.62), rgba(10,22,34,.38));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 34px rgba(0,0,0,.45);
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
  overflow: hidden;
}
.newsletter::after{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:3px;
  background: linear-gradient(90deg, #76B9BE, #7c4dff);
  opacity: .95;
}
.newsletter h3{
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .3px;
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}
.newsletter h3 i.bi{
  font-size: 1.1rem;
  color: rgba(54,209,255,.95);
  filter: drop-shadow(0 6px 16px rgba(54,209,255,.2));
}
.newsletter p{
  margin: 0 0 12px;
  color: rgba(235,245,255,.78);
  line-height: 1.5;
  font-size: .95rem;
}
.newsletter-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}
.newsletter input{
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(235,245,255,.92);
  padding: 11px 12px;
  outline: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.newsletter input::placeholder{
  color: rgba(235,245,255,.55);
}
.newsletter input:focus{
  border-color: rgba(54,209,255,.35);
  background: rgba(255,255,255,.085);
  transform: translateY(-1px);
}
.newsletter-btn{
  border: 0;
  border-radius: 12px;
  padding: 11px 14px;
  font-weight: 800;
  letter-spacing: .2px;
  color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  cursor: not-allowed;
  opacity: .75;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.newsletter-note{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: rgba(235,245,255,.62);
  font-size: .82rem;
}
.newsletter-note i.bi{
  color: rgba(124,77,255,.9);
  filter: drop-shadow(0 6px 16px rgba(124,77,255,.18));
}
.sr-only{
  position:absolute;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0);
  white-space:nowrap; border:0;
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
 