/* ===== ORBITRON FONT ===== */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700&display=swap');

body, p, h1, h2, h3, h4, h5, h6, table, td, th, span, div {
    font-family: "Orbitron", sans-serif;
}

body{
  background-color: black !important;
}



/* Do NOT override FA icons */
.fa, .fas, .far, .fal, .fab {
    font-family: "Font Awesome 6 Free" !important;
}


/* ===== Section Background ===== */
.tokenomics-section {
    /* background: #111111; */
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    /* background-image: url('/images/token-bg.png'); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-top: 3px solid #3ff91b;
    border-bottom: 3px solid #3ff91b;
}

/* ===== Sci-Fi Grid Overlay (Dark + Neon Green) ===== */
/* .tokenomics-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.782);
  z-index: 0;
} */

/* Fullsize Image Border */
.tokenomics-image img {
  position: relative;
  z-index: 9999;
    /* border: 2px solid #37fd48; */
    border-radius: 12px;
    /* box-shadow: 0 0 25px #37fd4866; */
}

/* Neon Title */
.neon-title {
  position: relative;
  z-index: 9999;
    font-size: 2.8rem;
    font-weight: 700;
    color: #37fd48;
    /* text-shadow: 0 0 15px #37fd48, 0 0 35px #37fd48; */
    letter-spacing: 2px;
}


/* ========================================================= */
/* ===== FUTURISTIC TOKENOMICS TABLE (White Text) ===== */
/* ========================================================= */
.tokenomics-table {
    background: rgba(0, 25, 10, 0.85); /* dark holographic feel */
    border-radius: 16px;
    border: 1px solid rgba(55, 253, 72, 0.45); /* neon border */
    box-shadow:
        0 0 35px rgba(55,253,72,0.15) inset,
        0 0 30px rgba(55,253,72,0.1);
    color: #ffffff; /* text white */
    font-family: "Orbitron", sans-serif;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Neon scanlines overlay */
.tokenomics-table::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        to bottom,
        rgba(55,253,72,0.04) 0px,
        rgba(55,253,72,0.04) 2px,
        transparent 6px
    );
    pointer-events: none;
    opacity: 0.25;
    animation: scanlines 4s linear infinite;
}

@keyframes scanlines {
    0% { background-position: 0 0; }
    100% { background-position: 0 100%; }
}

/* Table Header */
.tokenomics-table thead {
    background: rgba(55,253,72,0.15);
}

.tokenomics-table th {
    color: #ffffff; /* header text white */
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 20px;
    font-size: 15px;
    letter-spacing: 1.2px;
    text-shadow: 0 0 6px #37fd48;
    border-bottom: 1px solid rgba(55,253,72,0.3);
    position: relative;
}

.tokenomics-table th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 2px;
    background: linear-gradient(90deg, #37fd48, rgba(55,253,72,0));
    border-radius: 2px;
}

/* Table Cells */
.tokenomics-table td {
    padding: 16px 20px;
    font-size: 14px;
    border-bottom: 1px solid rgba(55,253,72,0.1);
    position: relative;
    background: transparent;
    color: #ffffff; /* cell text white */
}

/* Neon hover effect for rows */
.tokenomics-table tbody tr:hover {
    background: rgba(55,253,72,0.08);
    box-shadow: 0 0 15px #37fd4822 inset, 0 0 20px #37fd48;
    transform: translateX(2px);
    transition: 0.25s ease;
}


@media (max-width: 1024px) {
.section-bottom-image2 {
  position: absolute;
  bottom: -1px;
  left: -148px !important;
  width: 300px !important;
  opacity: 1;
  pointer-events: none;
  z-index: 12;
}

}

/* Mobile Card Mode */
@media (max-width: 768px) {

  body {
    /* background-image: url("../images/bgmb.png") !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important; */
    background-color: black !important;
  }


    .tokenomics-table thead { display: none; }

    .tokenomics-table tr {
        display: block;
        margin-bottom: 20px;
        border-radius: 14px;
        border: 1px solid rgba(55,253,72,0.45);
        padding: 18px;
        background: rgba(0, 20, 10, 0.85);
        box-shadow:
            0 0 20px rgba(55,253,72,0.2),
            inset 0 0 12px rgba(55,253,72,0.25);
    }

    .tokenomics-table td {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border: none !important;
        color: #ffffff; /* white text */
        font-weight: 600;
    }

    .tokenomics-table td::before {
        content: attr(data-label);
        color: #37fd48; /* still neon green for label */
        font-weight: 700;
        font-size: 1rem;
        text-shadow: 0 0 8px #37fd48;
        margin-right: 12px;
        flex: 1;
    }
}















@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700&display=swap');

.currency-compare-section {
  /* background: radial-gradient(circle at center, #0b0f17, #04070d 75%); */
  padding: 60px 0;
  font-family: 'Orbitron', sans-serif;
  /* background-image: url('/images/curbg.png'); */
  background-position: center;
  background-size: cover;
}



.section-title {
  color: #37fd48;
  font-size: 2.4rem;
  text-shadow: 0 0 12px rgba(55,253,72,0.7);
  letter-spacing: 2px;
}

/* UPDATED CARD STYLE — solid gradient, rounded, keeps hologram borders */
.currency-card {
    background: linear-gradient(
      145deg,
      rgba(10, 10, 10, 1) 0%,
      rgba(25, 25, 25, 1) 45%,
      rgb(91, 90, 90) 100%
    );
    border-radius: 24px; /* updated roundness */
    border: 2px solid rgba(55,253,72,0.4);
    padding: 25px;
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 25px rgba(55,253,72,0.25);
    backdrop-filter: blur(0px); /* removed transparency blur */
    transition: .25s ease;
    min-height: 100%;
  }
  
  /* KEEP your neon corner lines */
  .currency-card::before,
  .currency-card::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border: 3px solid #37fd48;
    opacity: 0.35;
  }
  
  .currency-card::before {
    top: -7px;
    left: -7px;
    border-right: none;
    border-bottom: none;
  }
  
  .currency-card::after {
    bottom: -7px;
    right: -7px;
    border-left: none;
    border-top: none;
  }
  


/* Hologram neon corner lines */
.currency-card::before,
.currency-card::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid #37fd48;
  opacity: 0.35;
}

.currency-card::before {
  top: -7px;
  left: -7px;
  border-right: none;
  border-bottom: none;
}

.currency-card::after {
  bottom: -7px;
  right: -7px;
  border-left: none;
  border-top: none;
}

.currency-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 40px rgba(55,253,72,0.45);
}

.card-header-custom {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #37fd48;
  text-align: center;
  padding: 12px;
  background: linear-gradient(90deg, rgba(55,253,72,0.25), rgba(55,253,72,0.05), rgba(55,253,72,0.25));
  border-bottom: 2px solid rgba(55,253,72,0.4);
  margin-bottom: 20px;
  border-radius: 12px;
  text-shadow: 0 0 8px rgba(55,253,72,0.6);
}

.card-header-custom i {
  margin-right: 8px;
  color: #37fd48;
}

.currency-item h5 {
  color: #37fd48;
  font-size: 1.05rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-shadow: 0 0 5px rgba(55,253,72,0.4);
}

.currency-item h5 i {
  font-size: 1.1rem;
}

.currency-item p,
.currency-item li {
  color: #c1ffd0;
  font-size: .9rem;
}

.currency-item ul {
  padding-left: 18px;
}

.currency-item ul li {
  margin-bottom: 6px;
}





.currency-compare-section {
    position: relative; /* allows layered positioning */
    overflow: visible;
  }
  
  /* decorative image bottom-left */
  .section-bottom-image {
    position: absolute;
    bottom: -1px; /* adjust height */
    right: 0px;   /* adjust horizontal */
    width: 280px;  /* adjust size */
    opacity: 1;  /* optional aesthetic fade */
    pointer-events: none; /* prevents click interference */
    z-index: 12; /* so it appears above background but behind cards */
  }

    /* decorative image bottom-left */
  .section-bottom-image2 {
    position: absolute;
    bottom: -1px; /* adjust height */
    left: -105px;   /* adjust horizontal */
    width: 300px;  /* adjust size */
    opacity: 1;  /* optional aesthetic fade */
    pointer-events: none; /* prevents click interference */
    z-index: 12; /* so it appears above background but behind cards */
  }
  
  /* ensure cards stay above the image */
  .currency-card {
    position: relative;
    z-index: 10;
  }
  
  /* ===================== MOBILE RESPONSIVENESS ===================== */

/* Tablets & small laptops */
@media (min-width: 765px) and (max-width: 992px) {

  .currency-compare-section {
    padding-bottom: 180px; /* create space for images */
  }

  .section-bottom-image {
    width: 220px !important;
    bottom: 0px;
    right: 00px !important;
  }

  .section-bottom-image2 {
    width: 240px !important;
    bottom: 0px;
    left: -60px;
  }

  .currency-card {
    margin-bottom: 40px;
  }
}


/* Phones - Standard (max-width 768px) */
@media (max-width: 764px) {

  .currency-compare-section {
    padding-bottom: 220px; /* extra space for images */
  }

  .section-bottom-image {
    width: 180px;
    bottom: 0px !important;   /* push image further down */
    right: -10px;
  }

  .section-bottom-image2 {
    width: 190px;
    bottom: 0px !important;
    left: -40px;
  }

  .currency-card {
    border-radius: 18px;
    padding: 18px;
  }

  .card-header-custom {
    font-size: 1.2rem;
  }
}


/* Extra small phones (max-width 480px) */
@media (max-width: 480px) {

  .currency-compare-section {
    padding-bottom: 260px; /* enough space for images */
  }

  .section-title {
    font-size: 1.7rem;
  }

  .section-bottom-image {
    width: 150px !important;
    bottom: -75px; /* push MUCH lower so it never collides */
    right: 0px;
  }

  .section-bottom-image2 {
    width: 160px !important;
    bottom: 0px !important;
    left: -20px !important;
  }

  .currency-card {
    margin-bottom: 55px; /* uniform card spacing */
  }

  .currency-item h5 {
    font-size: .95rem;
  }

  .currency-item p,
  .currency-item li {
    font-size: .85rem;
  }
}





.social-icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-right: 10px;
  filter: drop-shadow(0 0 4px rgba(55,253,72,0.5)); /* optional neon glow */
}

/* Make the list items align nicely */
.currency-item li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .social-icon-img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}



.footer-social-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
  vertical-align: middle;
  filter: drop-shadow(0 0 4px rgba(55,253,72,0.5)); /* neon glow optional */
}

/* Make the link align the image + text */
li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c1ffd0;      /* match your current text color */
  text-decoration: none;
  font-size: 0.95rem;
}

li a:hover {
  color: #37fd48;      /* neon hover */
}

@media (max-width: 480px) {
  .footer-social-icon {
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }
  li a {
    font-size: 0.85rem;
  }
}
