  body {
      background-image: url(../images/back1.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      /* backdrop-filter: brightness(0.3); */
      color: #e0f7fa;
      font-family: 'Segoe UI', sans-serif;
      background-attachment: fixed;
      margin: 5px;
      background-position: center;

      /* backdrop-filter: brightness(0.5); */
  }

  p {
      font-weight: 600;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
      font-weight: 600;

      color: #fff;
  }

  /* .navbar {
      background-color: #0bccf461;
      border-radius: 12px;
      margin: 20px;
      box-shadow: inset 0 0 15px #000000;
  } */

  .navbar-brand {
      font-weight: bold;
      color: #e0f7fa;
      margin-inline: auto;
      font-size: 1.5rem;
  }

  .navbar-nav .nav-link {
      color: #ffffff !important;
      font-weight: 600;
  }

  .btn-disconnect {
      background-color: #709b36;
      color: white;
      font-weight: bold;
      border-radius: 8px;
      padding: 8px 16px;
      border: none;
  }

  .card-blue {
      background-color: #1e2a3a;
      border: none;
      border-radius: 12px;
      color: #e0f7fa;
      /* box-shadow: 5px 6px 20px rgb(183 0 173 / 57%) */
  }

  .card {
      background: linear-gradient(90deg, #f27c386b 60%, #ef5b2878) !important;
      padding: 30px 40px;
      border-radius: 20px 20px 0px 20px;
      text-align: center;
      transition: transform 0.5s ease, box-shadow 0.3s ease;
      cursor: pointer;
      border: 2px solid #f77822;
      color: #f9b720;
      text-align: justify;
      /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
  }

  .card:hover {
      transform: scale(1.05);
      box-shadow: 2px 2px 20px rgb(247 161 35);
      /* background-color: #709b362e; */
  }

  .card:active {
      transform: scale(0.98);
      box-shadow: 0 0 12px rgb(132 0 125 / 63%)
  }

  .table-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
  }

  .table-card {
      background-color: #01c4ee30;
      border-radius: 15px;
      box-shadow: inset 0 0 15px #08bfea;
      padding: 20px;
      transition: transform 0.3s ease;
  }

  .table-card h2 {
      font-size: 20px;

      padding-bottom: 8px;
      color: #14d0f4;
  }

  table {
      width: 100%;
      border-collapse: collapse;
  }

  th,
  td {
      color: #5bdfff;
      font-weight: 700;
      text-align: left;
      padding: 10px;
      border-bottom: 1px solid #fff;
  }

  tr:hover {
      background-color: rgb(7 83 103);
      transition: background-color 0.3s ease;
  }

  th {
      color: #ffffff;
      font-weight: 500;
  }

  .report-card {
      background-color: #80c33073;
      /* border: 2px solid #1b263b; */
      border-radius: 15px;
      box-shadow: inset 0 0 15px #a4cc3b;
      padding: 25px;
  }

  .report-card h5 {
      color: #9ded30;
  }

  .report-card h4 {
      font-size: 20px;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-weight: 600;
      color: #b8f453;
  }

  .styled-table {
      width: 100%;
      border-collapse: collapse;
  }

  .styled-table thead th {
      background: #709b36;
      color: white;
      padding: 12px;
      text-align: center;
      font-weight: 600;
      font-size: 14px;
  }

  .styled-table tbody td {
      padding: 12px;
      text-align: center;
      color: #ffffff;
      border-top: 1px solid #fff;
  }

  .styled-table tbody tr:hover {
      background-color: #709b362e;
      transition: background-color 0.3s ease;
  }

  .one {
      display: flex;
      justify-content: space-between;
  }

  .scroll-container {
      display: flex;
      overflow-x: auto;
      padding: 1rem 0;
      gap: 1rem;

  }

  .package-card {

      width: 100%;
      background-color: #fbbe0e26;
      border: 1px solid #fbbf11;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      box-shadow: inset -1px 0px 20px 0px #fbbf11;
  }

  .elite {
      background-color: #000;
      box-shadow: inset 0 0 20px 0px #fbbf11;
      color: #fbbf11;
      border: 1px solid #fbbf11;
  }

  .btn-glow {
      background-color: #fbbf11;
      color: #ffffff;
      font-weight: bold;
      box-shadow: 0 0 10px #fbbf11;
      border: none;
  }

  .not-eligible {
      background-color: #fbbf11;
      color: #000;
      font-weight: 600;
      opacity: 0.5;
      cursor: not-allowed;
  }

  .btn-1 {
      background: #c60058;
      color: #fff;
      border: none;
  }

  .glaw {
      color: #fbbf11;
  }

  .btn:hover {
      background-color: #fbbf11;
  }

  .report-box {
      border: 1px solid #fbbf11;
      border-radius: 10px;
      padding: 20px;
      margin-top: 30px;
      background: linear-gradient(to right, #001100, #002200);
      box-shadow: 0 0 10px #fbbf11;
  }

  /* Custom scrollbar styling */
  .scroll-container::-webkit-scrollbar {
      height: 12px;
  }

  .scroll-container::-webkit-scrollbar-track {
      background: #ffffff;
      border-radius: 6px;
  }

  .scroll-container::-webkit-scrollbar-thumb {
      background: linear-gradient(90deg, #fbbf11, #fbbf11);
      border-radius: 6px;
      box-shadow: 0 0 10px #fbbf11;
  }

  .scroll-container::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(90deg, #fbbf11, #fbbf11);
  }

  .neon-box {
      background-color: #111;
      border: 1px solid #fbbf11;
      border-radius: 15px;
      padding: 20px;
      margin-bottom: 30px;
      box-shadow: inset 0 0 15px #fbbf11;
  }

  .balance-card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: linear-gradient(282deg, #1d5577c4, #27d2f596);
      padding: 25px;
      border-radius: 20px;
      box-shadow: inset 0 0 30px #06ccf4;

  }

  .balance-text {
      font-size: 1.2rem;
  }

  .balance-amount {
      font-size: 2rem;
      font-weight: bold;
      color: #709b36;
  }

  .wallet-icon {
      font-size: 3rem;
      color: #00bfee;
      background: rgba(255, 255, 255, 0.05);
      padding: 15px;
      border-radius: 50%;
      box-shadow: inset 0 0 15px #00bfee;
  }

  .form-control {
      background-color: #709b363d;
      border: 1px solid #fbbf11;
      color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 5px #fff;
  }

  ::placeholder {
      color: #ffffffbb !important;
  }

  .form-control:focus {
      color: #ffffff;
      background-color: #ffffff00;
      border: 1px solid #fbbf11 !important;
      outline: 0;
      box-shadow: none;
  }

  .btn-withdraw {
      background-color: #fbbf0e;
      border: none;
      font-weight: bold;
      color: #fff;
      border-radius: 10px;
      /* box-shadow: 0 0 15px #fbbf11; */
  }

  .table thead th {
      background-color: #222;
      color: #fff;
  }

  .table td,
  .table th {
      border-color: #709b36;
  }

  .nav-tabs .nav-link {
      color: #9ded30;
      border: none;
  }

  .nav-tabs .nav-link.active {
      border-bottom: 2px solid #709b36;
      font-weight: bold;
      background: #59861c;
      color: #fff;
  }

  .table thead th {
      background-color: #222;
      color: #fff;
  }

  .table td,
  .table th {
      border-color: #709b36;
  }

  .pagination-controls {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 15px;
  }

  .btn-glow2 {
      background-color: #2eceff;
      color: #000;
      font-weight: bold;
      border-radius: 10px;
      padding: 5px 15px;
      box-shadow: 0 0 10px #2eceff9e !important;
      border: none;
  }

  .btn-glow2:disabled {
      opacity: 0.4;
  }

  .btn-glow {
      background-color: #f9b911;
      color: #000;
      font-weight: bold;
      border-radius: 10px;
      padding: 5px 15px;
      box-shadow: 0 0 10px #7c6111;
      border: none;
  }

  .btn-glow:disabled {
      opacity: 0.4;
  }

  .register-card {
      max-width: 450px;
      margin: auto;
      background-color: #ffffff24;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  }

  .form-control {
      background-color: #11111124;
      border: none;
      color: #fff;
  }

  .form-select {
      background-color: #11111124;
      border: none;
      color: #fff;
  }

  .form-control::placeholder {
      color: #aaa;
  }

  .btn-submit {
      background-color: #eca917;
      color: #fff;
      font-weight: 600;
  }

  a {
      color: #eca917;
      text-decoration: none;
  }

  .btn-submit:hover {
      background-color: #eca917;
  }

  .input-group-text {
      background-color: #ffffff24;
      border: none;
      color: #ffffff;
  }

  .form-footer {
      text-align: center;
      margin-top: 1rem;
      font-size: 0.9rem;
  }

  .form-footer a {
      color: #fff;
      font-weight: 600;
      text-decoration: underline;
  }

  .form-icon-toggle {
      cursor: pointer;
  }

  img.logo {
      max-width: 180px;
      display: block;
      margin: 0 auto 1rem;
  }

  h3.title {
      text-align: center;
      margin-bottom: 2rem;
      font-weight: 600;
  }

  .one .cls-1 {
      fill: #f9b720;
  }

  .onee .st0 {
      fill: #f9b720;
  }

  .onee .st-1 {
      fill: #f9b720;
  }

  .btn-disconnect {
      background-color: #72b33b;
      color: white;
      font-weight: bold;
      border: none;
      padding: 6px 16px;
      border-radius: 8px;
      transition: background-color 0.3s;
  }

  .btn-disconnect:hover {
      background-color: #f0682f;
  }

  .navbar-toggler {
      border-color: #fff;
      display: none;
  }

  .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .stat-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(240px, 1fr));
      gap: 16px;
  }

  .stat-card {
      position: relative;
      background: #fc9a2f8f;
      border: 1.5px solid var(--card-border);
      border-radius: 20px 20px 0px 20px;
      box-shadow: 0 6px 14px rgb(142 88 28);
      overflow: hidden;
      /* clip the chart to rounded corners */
      padding: 16px 18px 12px 18px;
      /* extra bottom padding for chart */
      backdrop-filter: blur(5px);
      min-height: 150px;
  }

  .stat-head {
      display: flex;
      align-items: center;
      gap: 40px;
  }

  .stat-icon {
      width: 48px;
      height: 48px;
      flex: 0 0 48px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: rgba(122, 26, 57, .08);
  }

  .stat-icon img {
      width: 38px;
      height: 38px;
      object-fit: contain
  }

  .stat-meta {
      display: flex;
      flex-direction: column
  }

  .stat-title {
      margin: 0;
      font-weight: 700;
      color: #ffb26f;
      letter-spacing: .2px;
  }

  .stat-value {
      margin: 2px 0 0;
      font-size: 25px;
      font-weight: 800;
      color: #ffb26f;
  }

  /* chart wraps at the bottom */
  .chart-wrap {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -2px;
      height: 56%;
      pointer-events: none;
      /* chart is decorative */
  }

  .chart-wrap canvas {
      width: 100% !important;
      height: 100% !important;
  }

  .package-card {
      text-align: center;

      border: 1px solid #fbbf11;
      border-radius: 15px;
      padding: 20px;
      margin-bottom: 30px;
      box-shadow: inset 0 0 15px #fbbf11;
  }

  .package-card i {
      font-size: 30px;
      margin-bottom: 10px;
      color: #fbbf11;
  }

  .package-card h5 {
      font-size: 16px;
      margin: 5px 0;
  }

  .package-card h3 {
      font-size: 18px;
      font-weight: bold;
      color: #fbbf11;
  }

  .package-card .btn.not-eligible {
      background: #fbbf11;
      color: #fff;
      border: none;
      padding: 6px 12px;
      border-radius: 5px;
      cursor: not-allowed;
  }

  .footer-menu {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #0000005e;
      /* border-top: 1px solid #444; */
      z-index: 9999;
      backdrop-filter: blur(10px);
  }

  .footer-menu ul {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 0;
      padding: 8px 0;
      list-style: none;
  }

  .footer-menu ul li a {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      color: #fff;
      font-size: 12px;
  }

  .footer-menu ul li a i {
      font-size: 18px;
      margin-bottom: 3px;
  }

  .footer-menu ul li a.active,
  .footer-menu ul li a:hover {
      color: #00c3ff;
      /* highlight color */
  }

  @media (max-width: 768px) {

      .stat-grid {
          display: block;
      }

      /* .stat-card {
          margin-bottom: 20px;
      } */

      .stat-head {
          display: block;
          align-items: center;
          text-align: center;
      }

      .chart-wrap {
          display: none;
      }
  }

  /* ...existing code... */
  .stat-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      /* 4 columns desktop */
      gap: 1.5rem;
  }

  @media (max-width: 991px) {
      .stat-grid {
          grid-template-columns: repeat(2, 1fr);
          /* 2 columns tablet/mobile */
      }
  }

  @media (max-width: 575px) {
      .stat-grid {
          grid-template-columns: 1fr 1fr;
          /* 2 columns for small screens */
          gap: 1rem;
      }

      .stat-card {
          min-width: 0;
      }
  }

  .roadmap {
      margin-top: 20px;
      position: relative;
  }

  .roadmap-card {

      padding: 20px;

  }

  .roadmap-card h4 {
      color: #a4cc3b;
      margin-bottom: 15px;
      text-align: center;
  }

  .roadmap-content {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 40px;
  }

  .roadmap-content::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 4px;
      background: linear-gradient(180deg, #a4cc3b, #709b36);
      z-index: 1;
  }

  .roadmap-phase {
      position: relative;
      width: 45%;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 0 10px #a4cc3b;

  }

  .roadmap-phase.left {
      align-self: flex-start;
      margin-left: 0;
      margin-right: auto;
  }

  .roadmap-phase.right {
      align-self: flex-end;
      margin-right: 0;
      margin-left: auto;
  }

  .roadmap-phase::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: #a4cc3b;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
  }

  .roadmap-phase.left::before {
      right: -75px;
  }

  .roadmap-phase.right::before {
      left: -72px;
  }

  .roadmap-phase h5 {
      color: #a4cc3b;
      margin-bottom: 10px;
  }

  .roadmap-phase ul {
      list-style: none;
      padding-left: 0;
  }

  .roadmap-phase ul li {
      color: #fff;
      margin-bottom: 5px;
      padding-left: 10px;
      position: relative;
  }

  .roadmap-phase ul li::before {
      content: "•";
      color: #a4cc3b;
      position: absolute;
      left: 0;
  }

  .roadmap-phase span {
      display: flex;
      gap: 20px;
      font-weight: 600;
  }

  @media (max-width: 991px) {
      .roadmap-content {
          gap: 30px;
      }

      .roadmap-phase {
          width: 100%;
      }

      .roadmap-content::before {
          left: 0;
          /* Move the center line to the left */
      }

      .roadmap-phase.left {
          align-self: flex-start;
          margin-left: 20px;
          margin-right: 0;
      }

      .roadmap-phase.right {
          align-self: flex-start;
          margin-left: 20px;
          margin-right: 0;
      }

      .roadmap-phase::before {
          left: -10px;
      }
  }

  @media (max-width: 575px) {
      .roadmap-card {
          padding: 15px;
      }

      .roadmap-phase {
          padding: 10px;
      }

      .roadmap-phase h5 {
          font-size: 16px;
      }

      .roadmap-phase ul li {
          font-size: 14px;
      }
  }

  .income-card {
      margin-top: 20px;
  }

  .card-design {
      background-color: #01c4ee30;
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      color: #fff;
      text-align: center;
  }

  .card-design h4 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
  }

  .card-design h4 i {
      font-size: 24px;
      color: #00c3ff;
  }

  .card-content {
      display: flex;
      flex-direction: column;
      gap: 10px;
  }

  .card-item {
      display: flex;
      justify-content: space-between;
      padding: 10px 15px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 10px;
      font-size: 16px;
  }

  .card-item span:first-child {
      font-weight: bold;
      color: #00c3ff;
  }

  .card-item span:last-child {
      font-weight: bold;
      color: #fff;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
      .card-design {
          padding: 15px;
      }

      .card-design h4 {
          font-size: 18px;
      }

      .card-item {
          font-size: 14px;
      }
  }