html {
  scroll-behavior: smooth;
}

/* landing */
.landing {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  background-image: url(assets/img/landing.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.logo-circle img {
  width: 100%;
}

.logo-circle {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HERO */
.hero h1 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.hero p {
  color: #ffffff;
  font-size: 17px;
}

/* COIN */
.coin {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 800;
  color: #000;
  box-shadow: 0 0 50px rgba(255, 200, 0, .4);
  margin: auto;
}

.coin img {
  width: 100%;
}

/* STATS */
.stat-card {
  background: #000000b5;
  border: 1px solid #000000;
  border-radius: 14px;
}

.stat-card p {
  color: #c9c9c9 !important;
}

.stat-card span {
  color: #22c55e;
  font-size: 14px;
}

/* BUTTONS */
.btn-primarys {
  background: linear-gradient(135deg, #ffd54a, #e58c1d);
  border: none !important;
  color: #000000 !important;
  font-weight: 600 !important;
}

.loginbtn {
  padding: 10px 25px;
}

.btn-dark {
  background: #130c06;
  border: none;
}

/* FOOTER */
footer {
  border-top: 1px solid #0f172a;
}

footer a {
  color: #e3e3e3;
  text-decoration: none;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

footer a:hover {
  color: #fff;
}

.footer-bottom {
  color: #6b7280;
  font-size: 13px;
}

/* // */
/* login */
/* LEFT SECTION */
.promo h1 span {
  color: #f0b90b;
}

.promo-icon {
  width: 250px;
  height: 250px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.promo-icon img {
  width: 100%;
}

/* CARD */
.login-card h4 {
  color: #fff;
  font-weight: 600;
}

.login-card label {
  color: #fff;
}

.login-card {
  background: #111315ad;
  border: 1px solid #1f1f1f;
  border-radius: 20px;
  padding: 30px;
  max-width: 500px;
  width: 100%;
}

.login-card input.form-control {
  background: #0d0f1199;
  border: 1px solid #1f1f1f;
  color: #fff;
  padding: 14px;
}

.login-card input .form-control:focus {
  background: #0d0f11;
  border-color: #f0b90b;
  box-shadow: none;
  color: #fff;
}

/* PLACEHOLDER */
.login-card input .form-control::placeholder {
  color: #ccc;
  opacity: 1;
}

.login-card input .form-control:focus::placeholder {
  color: #f0b90b;
}

/* BUTTON */
.btn-yellow {
  color: #000;
  font-weight: 600;
  padding: 12px;
  background: linear-gradient(135deg, #ffd54a, #e58c1d);
  border: none;
}

.btn-yellow:hover {
  background: #d9a500;
}

/* LINKS */
.text-warning {
  text-decoration: none;
}

.text-warning:hover {
  text-decoration: underline;
}

.regi-btn {
  color: #f0b90b;
  text-decoration: none;
}

/* // */

/* LEFT SECTION */
.promo h1 span {
  color: #f0b90b;
}

.promo-icon {
  width: 250px;
  height: 250px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.promo-icon img {
  width: 100%;
}

/* CARD */
.register-card {
  background: #111315ad;
  border: 1px solid #1f1f1f;
  border-radius: 20px;
  padding: 30px;
  max-width: 500px;
  width: 100%;
}

.frmcl {
  background: #0d0f1199 !important;
  border: 1px solid #1f1f1f !important;
  color: #fff !important;
  padding: 14px;
}

.frmcl:focus {
  background: #0d0f11 !important;
  border-color: #f0b90b !important;
  box-shadow: none !important;
  color: #fff !important;
}

/* Placeholder */
.frmcl::placeholder {
  color: #9ca3af !important;
  opacity: 1 !important;
}

/* INPUT ICON */
.input-group-custom {
  position: relative;
}

.input-group-custom i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #9ca3af;
}

.input-group-custom .form-control {
  padding-left: 45px !important;
}

.input-group-custom:focus-within i {
  color: #f0b90b;
}

/* BUTTON */
.btn-yellow {
  background: linear-gradient(135deg, #ffd54a, #e58c1d);
  border: none;
  color: #000;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px;
}

.btn-yellow:hover {
  background: #d9a500;
  color: #000;
}

.upload-btn {
  display: block;
  padding: 14px;
  border: 1px solid #f0b90b;
  border-radius: 12px;
  color: #f0b90b;
  cursor: pointer;
  transition: 0.3s;
}

a.regi-btn:hover {
  color: #f0b90b;
}

.upload-btn:hover {
  background: #f0b90b;
  color: #000;
}

.register-card {
  height: 85vh;
  display: flex;
  flex-direction: column;
}

.form-tabs-content {
  overflow-y: auto;
  padding-right: 5px;
}

/* Scrollbar (optional clean look) */
.form-tabs-content::-webkit-scrollbar {
  width: 4px;
}

.form-tabs-content::-webkit-scrollbar-thumb {
  background: #f0b90b;
  border-radius: 10px;
}

/* TABS */
.nav-pills .nav-link {
  color: #9ca3af;
  border-radius: 10px;
}

.nav-pills .nav-link.active {
  background: #f0b90b;
  color: #000;
  font-weight: 600;
}

.regi-btn {
  color: #f0b90b;
  text-decoration: none;
}

.fugu--iconbox-data p {
  margin-bottom: 0;
}

/* STATS */
.stat-card {
  background: #000000b5;
  border: 1px solid #000000;
  border-radius: 14px;
}

.stat-card p {
  color: #c9c9c9 !important;
}

.stat-card span {
  color: #22c55e;
  font-size: 14px;
}

.stat-card h4 {
  color: #fff;
}

.fugu--iconbox-wrap5 {
  background: #211d2e78 !important;
  border-radius: 10px;
  border: 1px solid #ffca186e;
}

.fugu--iconbox-wrap5 .fugu--iconbox-thumb {
  /* background: linear-gradient(225deg, #e5b80b 0, #e5b80b 46.35%, #fdce3b 100%) !important; */
  background: linear-gradient(135deg, #ffd54a, #e58c1d) !important;
  border-bottom: 3px solid #fbd986;
}

.fugu--iconbox-thumb i {
  font-size: 34px;
  color: #000;
  width: 64px;
  height: 64px;
  background: rgba(240, 185, 11, 0.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-circle {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-circle img {
  width: 100%;
}

.loginbtn {
  padding: 10px 25px;
}

.btn-primarys {
  background: linear-gradient(135deg, #ffd54a, #e58c1d);
  border: none;
  color: #000000;
  font-weight: 600;
}

.fugu--feature-section {
  background-color: transparent !important;
}

/* dashboard */
.stat-box-v2 {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 202, 24, 0.35);
  backdrop-filter: blur(6px);
  transition: all 0.35s ease;
}

.stat-box-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(255, 202, 24, 0.35);
}

.stat-icon-v2 {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd54a, #e58c1d);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.stat-icon-v2 i {
  font-size: 26px;
  color: #000;
}

.stat-info-v2 h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3px;
}

.stat-info-v2 p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #c9c9c9;
}

/*  */

/* ===== DASHBOARD CARDS BEAUTIFY ===== */
.maindas {
  background: url(../src/assets/img/landing1.jpg);
  height: 100vh;
  overflow-y: auto;
}

.fugu--iconbox-wrap5 {
  background: linear-gradient(145deg,
      rgba(255, 255, 255, 0.04),
      rgba(0, 0, 0, 0.6)) !important;
  border: 1px solid rgba(255, 202, 24, 0.35);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
  transition: all 0.35s ease;
  backdrop-filter: blur(8px);
}

/* Hover Glow */
.fugu--iconbox-wrap5:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 45px rgba(255, 202, 24, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* Icon Circle */
.fugu--iconbox-thumb {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd54a, #e58c1d) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(255, 202, 24, 0.45);
}

/* Icon */
.fugu--iconbox-thumb i {
  font-size: 32px;
  color: #000;
  background: none;
}

/* Title */
.fugu--iconbox-data .das {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Value */
.fugu--iconbox-data p {
  color: #ffd54a !important;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

/* Action Link */
.fugu--iconbox-data a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.85;
  transition: all 0.3s ease;
  text-decoration: none;
}

.fugu--iconbox-data a:hover {
  opacity: 1;
  transform: translateX(4px);
}

.dropdown-caret {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.dropdown.show .dropdown-caret {
  transform: rotate(180deg);
}

.actdrop {
  margin-top: 40px !important;
}

/*  */
.register-card h4 {
  color: #fff;
}

.crtac {
  color: #fff;
}

/* profile */
.profilepg {
  min-height: 100vh;
  font-family: Poppins, sans-serif;
  background-image: url(./assets/img/landing1.jpg);
  background-position: center bottom;
  background-size: cover;
}

.register-cards {
  background: #111315ad;
  border: 1px solid #1f1f1f;
  border-radius: 20px;
  padding: 30px;
  max-width: 500px;
  width: 100%;
}

.register-cards {
  /* height: 85vh; */
  display: flex;
  flex-direction: column;
}

.register-cards h4 {
  color: #fff;
}

.promo-icons {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.promo-icons img {
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.lnkbtn {
  text-decoration: none;
  color: #000;
}

.input-group-customs {
  position: relative;
}

.input-group-customs i {
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
  color: #9ca3af;
  bottom: 5%;
}

/* Chrome, Edge, Safari */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
  -webkit-appearance: none;
}

/* Firefox */
input[type="date"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.btn-yellows {
  background: transparent;
  border: none;
  color: #ffffff;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px;
  border: 2px solid #e58c1d;
}

.btn-yellows:hover {
  background: #d9a500;
  color: #000;
}

/* Remove default arrow */
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

/* Custom select wrapper */
.select-group {
  position: relative;
}

/* Down arrow icon */
.select-group .select-arrow {
  position: absolute;
  right: 15px;
  top: 70%;
  transform: translateY(-50%);
  color: #f0b90b;
  pointer-events: none;
  font-size: 14px;
}

.frmcls {
  background: #0d0f1199 !important;
  border: 1px solid #1f1f1f !important;
  color: #fff !important;
  padding: 14px !important;
  border-radius: 10px !important;
}

.frmcls:focus {
  background: #0d0f11 !important;
  border-color: #f0b90b !important;
  box-shadow: none !important;
  color: #fff !important;
}

/* Placeholder */
.frmcls::placeholder {
  color: #9ca3af !important;
  opacity: 1 !important;
}

.lnkbtn .btn-yellow {
  width: 100%;
}

/* report */
/* PAGE TITLE */
.report-title h3 {
  color: #fff;
  font-weight: 700;
}

.report-title p {
  color: #9ca3af;
  font-size: 14px;
}

/* COMMON CARD */
.report-card {
  background: linear-gradient(145deg,
      rgba(255, 255, 255, 0.05),
      rgba(0, 0, 0, 0.6));
  border: 1px solid rgba(255, 202, 24, 0.35);
  border-radius: 20px;
  padding: 22px;
  backdrop-filter: blur(10px);
  transition: 0.35s ease;
}

.report-card:hover {
  transform: translateY(-6px);
  /* box-shadow: 0 18px 45px rgba(255,202,24,0.35); */
}

/* FILTER */
.filter-card input {
  height: 46px;
}

.reset-btn {
  height: 46px;
  font-weight: 600;
  width: 100%;
}

/* STATS */
.stat h6 {
  color: #9ca3af;
  font-size: 14px;
}

.stat h3 {
  font-weight: 800;
  margin-top: 6px;
}

.stat.credit h3 {
  color: #22c55e;
}

.stat.debit h3 {
  color: #ef4444;
}

.stat.net h3 {
  background: linear-gradient(135deg, #ffd54a, #e58c1d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.amt.plus {
  color: #22c55e;
  font-weight: 700;
}

.amt.minus {
  color: #ef4444;
  font-weight: 700;
}

/* TABLE CONTAINER */
/* TABLE */
.report-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #e5e7eb;
}

/* HEADER WRAPPER */
/* STICKY HEADER ROW */
.report-table thead {
  position: sticky;
  top: 0;
  z-index: 5;
}

/* HEADER ROW BACKGROUND */
.report-table thead tr {
  background:
    linear-gradient(135deg,
      rgba(255, 213, 74, 0.35),
      rgba(0, 0, 0, 0.85));
  box-shadow: inset 0 -1px 0 rgba(255, 213, 74, 0.45);
}

/* HEADER CELLS */
.report-table thead th {
  padding: 18px 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #f9fafb;
  background: transparent;
  border: none;
  position: relative;
}

/* COLUMN SEPARATORS */
.report-table thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22%;
  right: 0;
  width: 1px;
  height: 56%;
  background: linear-gradient(to bottom,
      transparent,
      rgba(255, 255, 255, 0.25),
      transparent);
}

.report-table td:last-child {
  font-weight: 700;
  color: #face46;
}


/* HEADER CORNERS */
.report-table thead th:first-child {
  border-top-left-radius: 18px;
}

.report-table thead th:last-child {
  border-top-right-radius: 18px;
}



/* BODY ROWS */
.report-table tbody tr {
  background: rgba(255, 255, 255, 0.03);
  transition: 0.25s ease;
}

.report-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: scale(1.01);
}

/* CELLS */
.report-table tbody td {
  padding: 15px 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* LAST ROW */
.report-table tbody tr:last-child td {
  border-bottom: none;
}

/* TYPE BADGE */
.txn-type {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
}

.txn-type i {
  font-size: 14px;
}

/* CREDIT / DEBIT */
.txn-type.credit {
  color: #22c55e;
  background: rgba(34, 197, 94, 0.15);
}

.txn-type.debit {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.15);
}

/* AMOUNT */
.amt {
  font-weight: 800;
}

.amt.plus {
  color: #22c55e;
}

.amt.minus {
  color: #ef4444;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .modal-content {
    width: 95% !important;
  }

  .balance-pill {
    width: 100%;
  }

  .balance-pills {
    width: 100% !important;
  }

  .balance-pills span {
    font-size: 18px !important;
  }

  /* .report-table thead {
    display: none;
  } */

  .report-table tbody tr {
    /* display: block; */
    margin-bottom: 12px;
    border-radius: 14px;
    width: 100%;
  }

  .report-table tbody td {
    /* display: flex; */
    justify-content: space-between;
    padding: 12px 16px;
  }

  .report-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #9ca3af;
  }
}


/* AMOUNT COLUMN */
.amt {
  text-align: right;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.3px;
}

/* CREDIT / DEBIT */
.amt.plus {
  color: #22c55e;
}

.amt.plus::before {
  content: "▲ ";
  font-size: 12px;
}

.amt.minus {
  color: #ef4444;
}

.amt.minus::before {
  content: "▼ ";
  font-size: 12px;
}

/* EMPTY STATE */
.text-muted {
  padding: 30px;
  font-size: 14px;
  color: #9ca3af !important;
}

/* MOBILE */
@media (max-width: 768px) {

  .table-head,
  .table-row {
    grid-template-columns: 1fr 120px;
  }
}

/* STAT ICON */
.stat {
  position: relative;
  text-align: center;
}

.stat-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

/* ICON COLORS */
.stat.credit .stat-icon {
  color: #22c55e;
  background: rgba(34, 197, 94, 0.15);
}

.stat.debit .stat-icon {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.15);
}

.stat.net .stat-icon {
  color: #ffd54a;
  background: rgba(255, 213, 74, 0.18);
}

/* ICON HOVER */
.report-card:hover .stat-icon {
  transform: scale(1.08);
  transition: 0.3s ease;
}

/* to date */
/* DATE INPUT WITH ICON */
.date-input {
  position: relative;
}

.date-input i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #ffd54a;
  pointer-events: none;
}

.date-input .frmcls {
  padding-left: 42px;
}


.frmcls::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.frmcls[type="date"] {
  color-scheme: dark;
}

.date-input {
  position: relative;
  cursor: pointer;
}

.date-input i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
}

.date-input input[type="date"] {
  padding-left: 38px;
  cursor: pointer;
}

/* user */

/* ============================
   PAGE BASE
============================ */
.report-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(199, 161, 74, 0.08), transparent 45%),
    #0b0b0b;
  color: #fff;
}

/* ============================
   TABS
============================ */
.tab-btn {
  padding: 10px 26px;
  border-radius: 30px;
  border: 1px solid rgba(199, 161, 74, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: #e5e7eb;
  font-weight: 500;
  transition: 0.3s ease;
}

.tab-btn:hover {
  background: rgba(199, 161, 74, 0.12);
}

.tab-btn.active {
  background: linear-gradient(135deg, #c7a14a, #8f6b2e);
  color: #fff;
}

/* ============================
   LEVEL GRID
============================ */
.level-grid {
  display: grid;
  gap: 26px;
}

/* ============================
   LEVEL CARD
============================ */
.level-block {
  background: #121212;
  border-radius: 20px;
  border: 1px solid rgba(199, 161, 74, 0.25);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transition: 0.35s ease;
}

.level-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(199, 161, 74, 0.28);
}

/* ============================
   LEVEL HEADER
============================ */
.level-header {
  background: linear-gradient(135deg, #c7a14a, #8f6b2e);
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(255, 213, 74, 0.35), rgba(0, 0, 0, 0.85));
  border: 1px solid rgba(255, 213, 74, 0.45);
  border-radius: 20px;
}

.level-left {
  display: flex;
  gap: 14px;
  align-items: center;
}

.level-left i {
  font-size: 26px;
  color: #fff;
}

.level-header h5 {
  margin: 0;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
}

.level-header p {
  margin: 0;
  font-size: 13px;
  color: rgb(255 255 255 / 75%);
}

/* ============================
   USERS LIST
============================ */
.level-users {
  padding: 18px;
  display: grid;
  gap: 14px;
  animation: fadeIn 0.3s ease;
}

/* ============================
   USER CARD
============================ */
.user-card {
  background: #181818;
  padding: 14px 16px;
  border-radius: 14px;
  border-left: 4px solid #c7a14a;
  transition: 0.3s ease;
}

.user-card:hover {
  background: #1f1f1f;
  transform: translateX(6px);
}

.user-card h6 {
  margin: 0 0 6px;
  font-weight: 600;
  color: #c7a14a;
}

.user-card p {
  margin: 0;
  font-size: 13px;
  color: #bdbdbd;
}

/* ============================
   TABLE
============================ */
.report-card {
  background: #121212;
  border-radius: 20px;
  border: 1px solid rgba(199, 161, 74, 0.25);
  padding: 22px;
}

.report-table th {
  background: #1b1b1b;
  color: #c7a14a;
  font-weight: 600;
}

.report-table td {
  padding: 14px;
  color: #d1d5db;
  border-bottom: 1px solid #222;
}

.report-table tr:hover td {
  background: #1e1e1e;
}

.level-users-page {
  max-width: 60%;
  margin: 0 auto;
}

/* ============================
   ANIMATION
============================ */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 992px) {
  .level-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= ALL USERS ================= */
.all-users-page {
  max-width: 520px;
  margin: 0 auto;
}

.tabsec {
  gap: 1rem;
}

/* SEARCH BAR */
.all-user-search {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 14px 16px 14px 44px;
  border: 1px solid rgba(255, 213, 74, 0.25);
  backdrop-filter: blur(8px);
}

.all-user-search i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #9ca3af;
}

.all-user-search input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
  font-size: 14px;
}

.all-user-search input::placeholder {
  color: #9ca3af;
}

/* USER LIST */
.user-cards-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* USER CARD */
.user-card-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(145deg,
      rgba(255, 255, 255, 0.04),
      rgba(0, 0, 0, 0.7));
  border: 1px solid rgba(255, 213, 74, 0.25);
  cursor: pointer;
  transition: all 0.35s ease;
}

/* Hover Effect */
.user-card-list:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(255, 213, 74, 0.35);
}

/* USER INFO */
.user-info h6 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.user-info .email {
  margin: 0;
  font-size: 13px;
  color: #9ca3af;
}

.user-info .user-id {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #ffd54a;
}


/* RIGHT ARROW */
.arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 213, 74, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.arrow i {
  font-size: 18px;
  color: #ffd54a;
}

.user-card-list:hover .arrow {
  background: #ffd54a;
}

.user-card-list:hover .arrow i {
  color: #000;
}

.all-users-page {
  max-width: 60%;
  margin: 0 auto;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 576px) {
  .all-users-page {
    padding: 0 6px;
    max-width: 100%;
    margin: 0 auto;
  }

  .tabsec {
    gap: 5px;
  }

  .level-users-page {
    max-width: 100%;
  }
}

.report-title.text-center.mb-4 {
  padding-top: 20px;
}

/* ...... */
/* ===== SIMPLE HEADER ===== */
.simple-header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* BACK BUTTON */
.simple-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 4px 6px;
}

.simple-back i {
  font-size: 16px;
}

.simple-back:hover {
  color: #ffd54a;
}

/* TITLE */
.simple-header-center h3 {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

/* MOBILE */
@media (max-width: 576px) {
  .simple-header-center h3 {
    font-size: 16px;
  }
}

/* stack management */
.stack-page {
  background: radial-gradient(circle at top, rgba(255, 215, 0, .12), transparent 45%), #0b0b0b;
  min-height: 100vh;
  color: #fff;
}

/* GOLD TEXT */
.gold-text {
  background: linear-gradient(135deg, #facc15, #fb923c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

/* BUTTONS */
.btn-gold {
  background: linear-gradient(135deg, #facc15, #fb923c);
  color: #000;
  font-weight: 700;
  border-radius: 14px;
  padding: 10px 22px;
}

.btn-outline-gold {
  border: 1px solid #facc15;
  color: #facc15;
  background: transparent;
  border-radius: 14px;
  padding: 10px 22px;
}

.btn-outline-gold:hover {
  background: rgba(250, 204, 21, .15);
}

.btn-gradient {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  color: #fff;
  font-weight: 700;
  border-radius: 18px;
  padding: 14px;
}

/* DURATION */
.duration-card {
  width: 100%;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 215, 0, .25);
  color: #fff;
  font-weight: 600;
}

.duration-card.active {
  background: linear-gradient(135deg, #facc15, #fb923c);
  color: #000;
}

/* TABLE */
.table-card {
  padding: 0;
  overflow: auto;
}

/* ================= ACTION BUTTONS ================= */
.action-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.action-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
  border-radius: 18px;
  min-width: 210px;
  cursor: pointer;
  border: 1px solid rgba(250, 204, 21, .35);
  transition: all .35s ease;
  background: linear-gradient(145deg,
      rgba(255, 215, 0, .15),
      rgba(0, 0, 0, .85));
  backdrop-filter: blur(10px);
}

.action-card i {
  font-size: 30px;
  color: #facc15;
}

.action-card span {
  display: flex;
  flex-direction: column;
}

.action-card strong {
  font-size: 16px;
  color: #facc15;
}

.action-card small {
  font-size: 12px;
  color: #d1d5db;
}

.action-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(250, 204, 21, .25);
  background: linear-gradient(145deg,
      rgba(250, 204, 21, .35),
      rgba(0, 0, 0, .9));
}

.action-card:active {
  transform: translateY(0);
  box-shadow: 0 10px 20px rgba(250, 204, 21, .15);
}

/* MOBILE */
@media (max-width: 576px) {
  .action-card {
    width: 100%;
    justify-content: center;
  }

  .action-card span {
    text-align: center;
  }
}

/* ================= BALANCE HERO ================= */
.balance-hero {
  position: relative;
  padding: 40px 36px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(160deg, rgb(255 215 0 / 9%), rgba(0, 0, 0, .9)), radial-gradient(circle at left, rgb(250 204 21 / 10%), transparent 60%);
  border: 1px solid rgba(250, 204, 21, .35);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 25px 60px rgba(0, 0, 0, .65);
}

.balance-hero::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(250, 204, 21, .25), transparent 60%);
  top: -180px;
  right: -180px;
  animation: glowFloat 12s ease-in-out infinite;
}

@keyframes glowFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }
}

.balance-hero * {
  position: relative;
  z-index: 1;
}

/* ================= LEFT CONTENT ================= */
.hero-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(250, 204, 21, .15);
  color: #facc15;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
}

.hero-title span {
  background: linear-gradient(135deg, #facc15, #fb923c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  color: #d1d5db;
  font-size: 15px;
  line-height: 1.7;
  margin: 18px 0 22px;
  max-width: 520px;
}

/* ================= BALANCE PILL ================= */
.balance-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(250, 204, 21, .3), rgba(0, 0, 0, .85));
  border: 1px solid rgba(250, 204, 21, .4);
  font-weight: 800;
}

.balance-pill i {
  font-size: 24px;
  color: #facc15;
}

.balance-pill span {
  font-size: 24px;
  background: linear-gradient(135deg, #facc15, #fb923c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ================= IMAGE ================= */
.hero-img {
  max-width: 100%;
  height: 340px;
  object-fit: contain;
  filter:
    drop-shadow(0 25px 45px rgba(250, 204, 21, .35));
  animation: floatImg 6s ease-in-out infinite;
}

@keyframes floatImg {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }
}

/* ================= ACTION BUTTONS REFINEMENT ================= */
.action-buttons {
  margin-top: 26px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .hero-title {
    font-size: 30px;
  }

  .hero-img {
    height: 240px;
  }
}

@media (max-width: 576px) {
  .balance-hero {
    padding: 28px 20px;
  }

  .hero-title {
    font-size: 26px;
  }

  .balance-pill span {
    font-size: 20px;
  }

  .hero-img {
    height: 200px;
  }
}

/* ===== DURATION SECTION ===== */
.duration-wrap {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 213, 74, 0.18);
  backdrop-filter: blur(8px);
}

.section-label {
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af;
  margin-bottom: 14px;
  letter-spacing: 0.6px;
}

.duration-card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 213, 74, 0.25);
  color: #e5e7eb;
  text-align: left;
  transition: all 0.3s ease;
}

.duration-card i {
  font-size: 26px;
  color: #ffd54a;
  flex-shrink: 0;
}

.duration-card strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.duration-card small {
  font-size: 13px;
  color: #9ca3af;
}

.duration-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 213, 74, 0.45);
  box-shadow: 0 12px 30px rgba(255, 213, 74, 0.25);
}

.duration-card.active {
  background: linear-gradient(135deg, #ffd54a, #e58c1d);
  color: #000;
  border: none;
}

.duration-card.active i {
  color: #000;
}

.duration-card.active small {
  color: rgba(0, 0, 0, 0.7);
}

/* Mobile */
@media (max-width: 576px) {
  .duration-card {
    padding: 16px;
  }

  .duration-card strong {
    font-size: 15px;
  }
}

.get-stack-section {
  background: radial-gradient(circle at top, rgba(255, 215, 0, 0.08), #0b0b0b);
  padding: 60px 30px;
  border-radius: 24px;
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
  border: 1px solid rgba(255, 215, 0, 0.25);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(255, 215, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.get-stack-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 80px rgba(255, 215, 0, 0.25);
}

.stack-text {
  flex: 1;
  min-width: 280px;
}

.stack-title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}

.stack-title span {
  background: linear-gradient(135deg, #facc15, #fb923c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stack-desc {
  font-size: 16px;
  color: #d1d5db;
  margin-bottom: 28px;
  max-width: 400px;
}

.stack-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.stack-image img {
  max-width: 100%;
  height: auto;
  animation: floatImg 6s ease-in-out infinite;
}

@keyframes floatImg {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }
}

.btn-stack {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffd54a, #e58c1d);
  color: #000;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 10px;
}

.btn-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.35),
      transparent);
  transform: translateX(-100%);
  transition: 0.6s ease;
}

.btn-stack:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(255, 213, 74, 0.45);
}

.btn-stack:hover::before {
  transform: translateX(100%);
}

.btn-stack:active {
  transform: scale(0.98);
  box-shadow: 0 8px 20px rgba(255, 213, 74, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .get-stack-section {
    flex-direction: column;
    text-align: center;
  }

  .stack-desc {
    max-width: 100%;
  }
}

.filter-wrapper {
  background: #ffffff;
  padding: 22px 24px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
}

.filter-label {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 6px;
  display: block;
}

.filter-input {
  width: 100%;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  color: #111827;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.filter-input:focus {
  border-color: #111827;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08);
  outline: none;
}

.filter-reset-btn {
  width: 100%;
  padding: 11px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  font-weight: 600;
  font-size: 14px;
  color: #111827;
  transition: all 0.2s ease;
}

.filter-reset-btn:hover {
  background: #111827;
  color: #ffffff;
  border-color: #111827;
}

/* MOBILE */
@media (max-width: 768px) {
  .filter-wrapper {
    padding: 18px;
  }
}

.filter-bar {
  background: #0e0e0e;
  padding: 22px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 213, 74, 0.18);
  backdrop-filter: blur(8px);
}

.filter-label {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 6px;
}

.date-input i {
  color: #6b7280;
}

.date-input input {
  background: #090909;
  border: 1px solid #ffd54a73 !important;
  color: #fff;
  width: 100%;
}

.date-input input:focus {
  outline: none;
}

.btn-reset-soft {
  background: #ef4444;
  color: #fff;
  border: 1px solid #ef4444;
  color: #e5e7eb;
  border-radius: 12px;
  padding: 11px;
  font-weight: 600;
  transition: 0.2s;
}

.btn-reset-soft:hover {
  background: #111827;
  border: 1px solid #1f2937;
}

/* REPORT CARD */
.amount-card {
  position: relative;
  background: linear-gradient(145deg, #1f2837, #242f42);
  border-radius: 18px;
  padding: 26px 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  animation: fadeUp 0.4s ease;
  margin-top: 20px;
}

.amount-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg,
      #d4af37,
      #f2d675,
      #d4af37);
  opacity: 0.85;
}

.amount-desc {
  font-size: 15px;
  color: #d5dcee;
  line-height: 1.65;
  margin-bottom: 20px;
  font-weight: 500;
}

.amount-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #e6c770;
  margin-bottom: 8px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.amount-input {
  width: 100%;
  height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0 18px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(145deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.02));
  outline: none;
  transition: all 0.3s ease;
}

.amount-input:focus {
  border-color: #e6c770;
  box-shadow:
    0 0 0 3px rgba(230, 199, 112, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.amount-input::placeholder {
  color: #b8aa78;
  font-weight: 500;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top, rgba(37, 99, 235, .3), rgba(0, 0, 0, .8));
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-content {
  background: linear-gradient(180deg, #fff, #f3f6fb);
  border-radius: 26px;
  max-width: 480px;
  width: 92%;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .4);
  overflow: hidden;
}

.modal-top {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-top h3 {
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.modal-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .25);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.modal-subtitle {
  padding: 14px 24px 0px;
  font-size: 14px;
  color: #6b7280;
}

.modal-label {
  padding: 0 35px;
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 6px;
  display: block;
}

.select-wrap {
  position: relative;
  padding: 0 24px 16px;
}

.select-wrap select {
  width: 100%;
  padding: 14px 44px 14px 14px;
  border-radius: 14px;
  border: 1px solid #dbe1ea;
  appearance: none;
}

.select-wrap i {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #2563eb;
}

.modal-input {
  width: calc(100% - 48px);
  margin: 0 24px 24px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid #dbe1ea !important;
  box-shadow: none;
  background: #fff;
}

.fundmobtn {
  display: flex;
  gap: 14px;
  padding: 0 24px 24px;
}

.btn-cancel {
  flex: 1;
  padding: 14px;
  border-radius: 14px;
  background: #e5e7eb;
  border: none;
  font-weight: 700;
}

.btn-confirm {
  flex: 1;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  border: none;
  font-weight: 700;
}

.animate-scale {
  animation: pop .3s ease-out;
}

@keyframes pop {
  from {
    transform: scale(.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.modal-gif {
  display: flex;
  justify-content: center;
  margin-top: -25px;
  margin-bottom: 8px;
  position: absolute;
  top: 5px;
  right: 0;
}

.modal-gif img {
  width: 110px;
  height: auto;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.35));
  border-radius: 14px;
}

/* SECTION */
.video-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* VIDEO */
.slider-video {
  width: 100%;
  height: 110vh;
  object-fit: cover;
}

/* DARK OVERLAY */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 25%);
  z-index: 2;
}

/* NAVBAR OVER VIDEO */
/* .custom-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  padding: 15px 0;
} */
.custom-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  padding: 15px 0;
  transition: all 0.3s ease;
}

/* 👇 When scrolled */
.navbar-scrolled {
  background: #0b0f1a !important;
  /* dark color */
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}

/* NAVBAR TEXT */
.navbar-brand,
.navbar .btn {
  color: #fff !important;
}

/* OVERLAY TEXT */
.slider-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 5;
  width: 80%;
}

.slider-overlay h1 {
  /* font-size: 34px; */
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  font-style: italic;
  width: 100%;
}

.slider-overlay p {
  font-size: 1.2rem;
}

/* BUTTON */
.btn-primarys {
  background: #ff6600;
  border: none;
  color: #fff;
}

.btn-primarys:hover {
  background: #e65c00;
}

/* NAV LINKS */
.custom-navbar .nav-link {
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
  position: relative;
  transition: 0.3s;
}

/* HOVER EFFECT */
.custom-navbar .nav-link:hover {
  color: #ff6600 !important;
}

/* UNDERLINE ANIMATION */
.custom-navbar .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #ff6600;
  left: 0;
  bottom: -5px;
  transition: 0.3s;
}

.custom-navbar .nav-link:hover::after {
  width: 100%;
}

/*  */
/* SECTION BACKGROUND */
.crypto-section {
  background: #0b0e11;
  color: #fff;
  padding: 80px 0;
}

/* HEADER */
.crypto-header h2 {
  font-size: 2.5rem;
  color: #fcd535;
  font-weight: 700;
}

.crypto-header p {
  color: #aaa;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* CARD */
.crypto-card {
  background: #161a1e;
  padding: 25px;
  border-radius: 16px;
  transition: 0.3s;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

/* GLOW EFFECT */
.crypto-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 200, 0, 0.2), transparent);
  opacity: 0;
  transition: 0.5s;
  border-color: #fcd535;
  box-shadow: 0 0 20px rgba(252, 213, 53, 0.2);
}

.crypto-card:hover::before {
  opacity: 1;
}

.crypto-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 200, 0, 0.5);
}

/* TEXT */
.crypto-card h3 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.volume {
  color: #848e9c;
  font-size: 14px;
}

/* BADGES */
.badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
}

.badge.up {
  background: rgba(0, 255, 150, 0.1);
  color: #00ffa3;
}

.badge.down {
  background: rgba(255, 80, 80, 0.1);
  color: #ff4d4d;
}

.tokn {
  color: #fcd535;
}

/* GRAPH IMAGE POSITION */
.graph-img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 80px;
  opacity: 0.9;
  pointer-events: none;
}

/* OPTIONAL: hover animation */
.crypto-card:hover .graph-img {
  transform: scale(1.05);
  transition: 0.3s;
}

/*  */
/* SECTION */
.intro-section {
  background: #0b0e11;
  padding: 0px 0;
}

/* TITLE */
.intro-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fcd535;
}

/* TEXT */
.intro-text {
  color: #b7bdc6;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.6;
}

/* BUTTONS */
.quick-buttons .btn {
  border-radius: 8px;
  font-weight: 600;
  padding: 12px 25px;
}

/* OUTLINE BUTTON */
.btn-outline-light {
  border: 1px solid #444;
  color: #fff;
}

.btn-outline-light:hover {
  background: #222;
}

/* STATS BOX */
.stats-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #161a1e;
  padding: 30px;
  border-radius: 16px;
}

/* STAT ITEM */
.stat-item {
  text-align: center;
}

.stat-item h3 {
  color: #fcd535;
  font-weight: 700;
}

.stat-item p {
  color: #888;
  font-size: 14px;
}

/* GRID LAYOUT */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.stat-card {
  background: #161a1e;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid transparent;
}

/* GLOW BORDER EFFECT */
.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(120deg, transparent, #fcd535, transparent);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.4s;
}

.stat-card:hover::before {
  opacity: 1;
}

/* HOVER LIFT */
.stat-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 0 20px rgba(252, 213, 53, 0.2);
}

/* NUMBER */
.stat-card h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fcd535;
}

/* LABEL */
.stat-card p {
  font-size: 14px;
  color: #aaa;
  margin-top: 8px;
}

/* LEFT WRAPPER */
.intro-left {
  max-width: 500px;
}

/* TITLE */
.intro-title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

/* HIGHLIGHT WORD */
.intro-title span {
  color: #fcd535;
}

/* TEXT */
.intro-text {
  color: #b7bdc6;
  margin: 20px 0 30px;
  font-size: 16px;
  line-height: 1.6;
}

/* BUTTON GROUP */
.quick-buttons {
  display: flex;
  gap: 15px;
}

/* PRIMARY BUTTON (YELLOW) */
.primary-btnss {
  background: #fcd535;
  color: #000;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 10px;
  border: none;
  transition: 0.3s;
}

.primary-btnss:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(252, 213, 53, 0.3);
}

/* SECONDARY BUTTON (GLASS STYLE) */
.secondary-btnss {
  background: transparent;
  border: 1px solid #444;
  color: #fff;
  padding: 12px 28px;
  border-radius: 10px;
  transition: 0.3s;
}

.secondary-btnss:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #fcd535;
  color: #fcd535;
}

.stat-card {
  animation: floatCard 4s ease-in-out infinite;
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

/* about section */
/* SECTION BACKGROUND */
.about-bglm {
  background: radial-gradient(circle at top, #111 0%, #0b0e11 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* HEADER */
.about-header h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
}

.about-header h2 span {
  color: #fcd535;
}

.about-header p {
  color: #9ca3af;
  margin-top: 12px;
  font-size: 16px;
}

/* CARD */
.about-card {
  background: rgba(22, 26, 30, 0.9);
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.35s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  position: relative;
  min-height: 240px;
}

/* ICON BOX */
.icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(252, 213, 53, 0.1);
  border-radius: 50%;
  font-size: 30px;
  color: #fcd535;
  box-shadow: 0 0 15px rgba(252, 213, 53, 0.2);
}

/* TEXT */
.about-card h5 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-card p {
  color: #a1a1aa;
  font-size: 14px;
  line-height: 1.6;
}

/* HOVER EFFECT */
.about-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(252, 213, 53, 0.5);
  box-shadow: 0 10px 30px rgba(252, 213, 53, 0.2);
}

/* SUBTLE GLOW BACKGROUND */
.about-bglm::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  /* background: radial-gradient(circle, rgba(252,213,53,0.08), transparent); */
  top: -100px;
  left: -100px;
}

/*  */
/* SECTION */
.vision-section {
  background: #0b0e11;
  padding: 100px 0;
}

/* LEFT CONTENT */
.vision-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
}

.vision-content h2 span {
  color: #fcd535;
}

.vision-content p {
  color: #a1a1aa;
  margin: 20px 0;
  line-height: 1.6;
}

/* POINTS */
.vision-points .point {
  margin-bottom: 10px;
  color: #eaecef;
  font-size: 15px;
}

/* RIGHT CARDS */
.vision-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CARD */
.vision-cards {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* PREMIUM CARD */
.vision-card.premium {
  position: relative;
  background: rgba(22, 26, 30, 0.85);
  border-radius: 18px;
  padding: 30px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s ease;
}

.card-glow {
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(252, 213, 53, 0.25), transparent);
  top: -50px;
  right: -50px;
  opacity: 0;
  transition: 0.4s;
}

/* ICON */
.icon-box {
  width: 65px;
  height: 65px;
  background: rgba(252, 213, 53, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fcd535;
  box-shadow: 0 0 15px rgba(252, 213, 53, 0.2);
  margin: 0 0 15px;
}

/* ICON */
.vision-card .icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fcd535;
}

/* TEXT */
.vision-card h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.vision-card p {
  color: #a1a1aa;
  font-size: 14px;
  line-height: 1.6;
}

/* HOVER EFFECT */
.vision-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(252, 213, 53, 0.5);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

/* SHOW GLOW ON HOVER */
.vision-card:hover .card-glow {
  opacity: 1;
}

/* OPTIONAL: BORDER GRADIENT */
.vision-card.premium::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(120deg, transparent, rgba(252, 213, 53, 0.5), transparent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* LEFT WRAPPER */
.premium-left {
  max-width: 520px;
}

/* BADGE */
.section-badge {
  display: inline-block;
  background: rgba(252, 213, 53, 0.1);
  color: #fcd535;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.vision-btn {
  color: #fcd535 !important;
}

/* ... */
/* SECTION */
.solar-blockchain {
  background: linear-gradient(180deg, #0b0e11, #05070a);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* GLOW BACKGROUND */
.solar-blockchain::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 255, 150, 0.1), transparent);
  top: -100px;
  left: -100px;
}

/* IMAGE */
.solar-visual img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: auto;
  filter: drop-shadow(0 0 25px rgba(0, 255, 150, 0.2));
}

/* CONTENT */
.solar-content h2 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}

.solar-content h2 span {
  color: #00ffa6;
  /* green highlight */
}

/* TEXT */
.solar-content p {
  color: #9ca3af;
  margin: 20px 0;
  line-height: 1.6;
}

/* POINTS */
.solar-points .point {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #eaecef;
}

/* GREEN CHECK */
.solar-points .point::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00ffa6;
}

/* BUTTON */
.solar-btn {
  margin-top: 20px;
  background: linear-gradient(90deg, #00ffa6, #00cc88);
  color: #000;
  padding: 12px 28px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  transition: 0.3s;
}

.solar-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 255, 150, 0.3);
}

/* FLOATING EFFECT */
.solar-visual {
  animation: floatSolar 4s ease-in-out infinite;
}

@keyframes floatSolar {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* .... */
/* SECTION */
.why-section {
  background: linear-gradient(180deg, #05070a, #0b0e11);
  padding: 100px 0;
  position: relative;
}

/* HEADING */
.why-content h2 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
}

.why-content h2 span {
  color: #fcd535;
}

/* TEXT */
.why-content p {
  color: #9ca3af;
  margin: 20px 0;
  line-height: 1.6;
}

/* POINTS */
.why-points .point {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #eaecef;
}

.why-points .point::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #fcd535;
}

/* RIGHT GRID */
.why-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.why-card {
  background: rgba(22, 26, 30, 0.9);
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* ICON */
.why-card .icon {
  font-size: 28px;
  margin-bottom: 10px;
  color: #fcd535;
}

/* TEXT */
.why-card h5 {
  color: #fff;
  margin-bottom: 8px;
}

.why-card p {
  color: #aaa;
  font-size: 14px;
}

/* HOVER */
.why-card:hover {
  transform: translateY(-8px);
  border-color: #fcd535;
  box-shadow: 0 10px 30px rgba(252, 213, 53, 0.2);
}

/* SECTION */
.solar-projects {
  background: #0b0e11;
  padding: 0px 0;
}

/* TITLE */
.section-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
}

.section-title span {
  color: #fcd535;
}

.section-subtitle {
  color: #9ca3af;
  margin-top: 10px;
}

/* CARD */
.project-card {
  background: #161a1e;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

/* IMAGE */
/* .project-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
} */
.project-card img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 20px;
}

.project-content .statuss {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.project-content a {
  text-decoration: none;
}

/* CONTENT */
.project-content {
  padding: 20px;
}

.project-content h5 {
  color: #fff;
  margin-bottom: 8px;
}

.project-content p {
  color: #aaa;
  font-size: 14px;
}

/* STATUS BADGE */
.status {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* ACTIVE */
.status.active {
  background: rgba(0, 255, 150, 0.15);
  color: #00ffa6;
}

/* UPCOMING */
.status.upcoming {
  background: rgba(252, 213, 53, 0.15);
  color: #fcd535;
}

/* HOVER EFFECT */
/* .project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.6);
} */

/* IMAGE ZOOM */
/* .project-card:hover img {
  transform: scale(1.05);
  transition: 0.4s;
}
.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  opacity: 0;
  transition: 0.3s;
}

.project-card:hover::after {
  opacity: 1;
} */

/* ..... */
/* SECTION */
.tokenomics-section {
  background: linear-gradient(180deg, #05070a, #0b0e11);
  padding: 100px 0;
}

/* HEADER */
.token-header h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
}

.token-header h2 span {
  color: #fcd535;
}

.token-header p {
  color: #9ca3af;
  max-width: 700px;
  margin: 10px auto 50px;
}

/* CARD */
.token-card {
  background: #161a1e;
  padding: 25px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* LIST */
.token-card ul {
  list-style: none;
  padding: 0;
}

.token-card ul li {
    color: #eaecef;
    margin-bottom: 20px;
    line-break: anywhere;
}

.token-card h5 {
  color: #fcd535;
  font-weight: 600;
  margin-bottom: 25px;
}

/* TOKEN ITEMS */
.token-item strong {
  color: #fff;
}

.token-item {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.token-item p {
  color: #aaa;
  font-size: 13px;
  margin: 2px 0 0;
}

/* DOT COLORS */
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 6px;
}

.yellow {
  background: #fcd535;
}

.green {
  background: #00ffa6;
}

.blue {
  background: #4dabf7;
}

.red {
  background: #ff6b6b;
}

.purple {
  background: #a78bfa;
}

/* CHART */
.chart-wrapper {
  position: relative;
  background: radial-gradient(circle at top, #161a1e, #0b0e11);
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}

.chart-wrapper:hover {
  transform: scale(1.04);
}

/* CENTER TEXT */
.chart-center-text {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.chart-center-text h4 {
  color: #fcd535;
  margin: 0;
  font-size: 50px;
  font-weight: 700;
}

.chart-center-text p {
  font-size: 20px;
  color: #aaa;
}

/* LEGEND WRAPPER */
.chart-legend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

/* ITEM */
.legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 12px;
  border-radius: 10px;
  transition: 0.3s;
}

/* HOVER */
.legend-item:hover {
  background: rgba(255, 255, 255, 0.06);
}

/* TEXT */
.legend-item strong {
  color: #fff;
  font-size: 13px;
}

.legend-item p {
  margin: 0;
  font-size: 12px;
  color: #aaa;
}

/* DOT SAME AS BEFORE */
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.yellow {
  background: #fcd535;
}

.green {
  background: #00ffa6;
}

.blue {
  background: #4dabf7;
}

.red {
  background: #ff6b6b;
}

.purple {
  background: #a78bfa;
}

.allocation {
  margin-top: 40px;
}

/* .... */
.live-price-section {
  padding: 80px 0;
  background: #101418;
  color: #fff;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}


/* GRID */
.price-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

/* CARD BASE */
.price-card {
  display: flex;
  align-items: center;
  gap: 15px;

  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  padding: 20px;
  border-radius: 16px;

  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(252, 213, 53, 0.2);
}

/* 🔥 YELLOW GLOW HOVER */
.price-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 15px 40px rgba(252, 213, 53, 0.25);
}

/* GLOW EFFECT */
.price-card::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(252, 213, 53, 0.25), transparent);
  top: -50%;
  left: -50%;
  opacity: 0;
  transition: 0.4s;
}

.price-card:hover::before {
  opacity: 1;
}

/* ICON */
.card-icon {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 45px;
  height: 45px;

  background: rgba(252, 213, 53, 0.12);
  border-radius: 12px;

  color: #fcd535;

  transition: 0.3s;
}

/* 🔥 Hover animation */
.price-card:hover .card-icon {
  transform: rotate(-8deg) scale(1.1);
  background: rgba(252, 213, 53, 0.2);
}

/* TEXT */
.price-card h5 {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 5px;
}

.price-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #fcd535;
  /* ✅ MAIN YELLOW */
}

/* UP / DOWN */
.price-card .up {
  color: #00ffa6;
}

.price-card .down {
  color: #ff4d4d;
}

/* ✨ SHINY BORDER ANIMATION */
.price-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(120deg, transparent, #fcd535, transparent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.3s;
}

.price-card:hover::after {
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .price-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .price-cards {
    grid-template-columns: 1fr;
  }
}

.price-cards .card {
  background: #1e293b;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.price-cards.card:hover {
  transform: translateY(-5px);
}

.price-cards.card h4 {
  color: #94a3b8;
}

.price-cards .card p {
  font-size: 22px;
  font-weight: bold;
}

.chart-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  background: #0f0f0f;
  padding: 8px;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto 25px;
  border: 1px solid rgba(252, 213, 53, 0.2);
}

.chart-controls button {
  padding: 8px 18px;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.chart-controls button:hover {
  color: #fcd535;
}

.chart-controls button.active {
  background: linear-gradient(135deg, #fcd535, #ffb800);
  color: #000;
  font-weight: 600;

  box-shadow: none;
}

/* .chart-container {
  background: #1e293b;
  padding: 20px;
  border-radius: 12px;
} */
.chart-container {
  width: 100%;
  height: 400px;
  /* ✅ control chart height */
  background: #1e293b;
  padding: 20px;
  border-radius: 12px;
}

.chart-container canvas {
  width: 100% !important;
  height: 100% !important;
}

/*  */
/* SECTION */
.listing-section {
  padding: 80px 0;
  background: #0b0b0b;
  color: #fff;
}

/* GRID */
.listing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

/* CARD */
.listing-card {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  padding: 25px;
  border-radius: 16px;
  text-align: center;

  transition: 0.3s;
  border: 1px solid rgba(252, 213, 53, 0.2);
}

/* HOVER */
.listing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(252, 213, 53, 0.25);
}

/* LOGO */
.listing-card img {
  height: 40px;
  margin-bottom: 15px;
}

/* TEXT */
.listing-card h5 {
  color: #fcd535;
  font-weight: 600;
}

/* CONTRACT BOX */
.contract-box {
  background: linear-gradient(145deg, #141414, #0b0b0b);
  padding: 25px;
  border-radius: 16px;

  border: 1px solid rgba(252, 213, 53, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);

  position: relative;
  overflow: hidden;
}

/* HEADER */
.contract-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.contract-header h5 {
  color: #fcd535;
  margin: 0;
}

/* VERIFIED BADGE */
.verified {
  font-size: 12px;
  background: rgba(0, 255, 166, 0.15);
  color: #00ffa6;
  padding: 4px 10px;
  border-radius: 20px;
}

/* CONTENT */
.contract-content {
  display: flex;
  gap: 10px;
  align-items: center;
}

.contract-content1 {
  display: block;
  gap: 10px;
  align-items: center;
}

.address-box a {
  text-decoration: none;
}

/* ADDRESS BOX */
.address-box {
  flex: 1;
  background: #111;
  padding: 12px 15px;
  border-radius: 10px;

  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* ADDRESS TEXT */
.address {
  font-size: 18px;
  color: #d3d3d3;
  word-break: break-all;
}

.copysec {
  display: flex;
  gap: 20px;
}

/* COPY BUTTON */
.copy-btn {
  background: linear-gradient(135deg, #fcd535, #ffb800);
  border: none;
  padding: 10px 18px;
  border-radius: 10px;

  font-weight: 600;
  color: #000;
  cursor: pointer;

  transition: all 0.3s ease;
}

/* HOVER EFFECT */
.copy-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(252, 213, 53, 0.4);
}

/* CLICK EFFECT */
.copy-btn:active {
  transform: scale(0.95);
}

/* COPY BUTTON */
.contract-content button {
  background: linear-gradient(135deg, #fcd535, #ffb800);
  border: none;
  padding: 8px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  color: #000;
  transition: 0.3s;
}

.contract-content button:hover {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .listing-grid {
    grid-template-columns: 1fr;
  }

  .contract-content {
    flex-direction: column;
  }
}

/* 🔥 GLOW ANIMATION */
.contract-box::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(252, 213, 53, 0.15), transparent);
  top: -50%;
  left: -50%;
  opacity: 0;
  transition: 0.5s;
}

.contract-box:hover::before {
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .contract-content {
    flex-direction: column;
  }

  .copy-btn {
    width: 100%;
  }
}

/* .... */
.how-to-buy-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
  color: #fff;
}

.section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fcd535;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}

.section-header h2 span {
  color: #fff;
}

.section-header p {
  color: #aaa;
  font-size: 1.1rem;
  margin-bottom: 60px;
}

.steps-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
}

.step-card {
  background: #111;
  border: 1px solid rgba(252, 213, 53, 0.3);
  padding: 35px 20px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 8px 30px rgba(252, 213, 53, 0.1);
  position: relative;
  flex: 1 1 22%;
  /* responsive width */
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(252, 213, 53, 0.4);
}

.step-icon {
  font-size: 2.8rem;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #fcd535, #ffb800);
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease;
  padding: 20px;
}

.step-card:hover .step-icon {
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(252, 213, 53, 0.6);
}

.step-card h5 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fcd535;
  text-transform: uppercase;
}

.step-card p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
}

/* 🌟 Add arrows between steps */
.step-card:not(:last-child)::after {
  content: "→";
  font-size: 2rem;
  color: #fcd535;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .steps-grid {
    flex-direction: column;
    align-items: center;
  }

  .step-card:not(:last-child)::after {
    content: "↓";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
  }

  .step-card {
    width: 80%;
  }

  .stats-grid {
    margin-top: 20px;
  }
}

/* .... */
.technology-section {
  padding: 100px 0;
  background: #0a0a0a;
  color: #fff;
}

.technology-section .section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fcd535;
  /* text-transform: uppercase; */
}

.technology-section .section-header h2 span {
  color: #fff;
}

.technology-section .section-header p {
  color: #aaa;
  font-size: 1.1rem;
  margin-bottom: 60px;
}

.tech-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
}

/* Cards */
.tech-card {
  background: #111;
  border: 1px solid rgba(252, 213, 53, 0.3);
  border-radius: 20px;
  padding: 35px 20px;
  width: 220px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 8px 30px rgba(252, 213, 53, 0.1);
  position: relative;
  animation: fadeUp 0.8s ease forwards;
  opacity: 0;
}

.tech-card:nth-child(1) {
  animation-delay: 0.2s;
}

.tech-card:nth-child(3) {
  animation-delay: 0.5s;
}

.tech-card:nth-child(5) {
  animation-delay: 0.8s;
}

.tech-card:nth-child(7) {
  animation-delay: 1.1s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }

  from {
    opacity: 0;
    transform: translateY(20px);
  }
}

.tech-icon {
  font-size: 3rem;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #fcd535, #ffb800);
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease;
  padding: 20px;
}

.tech-card:hover .tech-icon {
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(252, 213, 53, 0.6);
}

.tech-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fcd535;
}

.tech-card p {
  font-size: 15px;
  color: #ccc;
  line-height: 1.6;
}

/* Animated Flow Lines */
.arrow-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #fcd535, #ffb800);
  position: relative;
  overflow: hidden;
}

.arrow-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  animation: flow 2s linear infinite;
}

@keyframes flow {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .tech-flow {
    flex-direction: column;
    gap: 40px;
  }

  .arrow-line {
    width: 4px;
    height: 60px;
  }

  .arrow-line::before {
    width: 100%;
    height: 100%;
    animation: flow-vertical 2s linear infinite;
  }

  @keyframes flow-vertical {
    0% {
      top: -100%;
    }

    100% {
      top: 100%;
    }
  }
}

/* ... */
.roadmap-section {
  padding: 100px 0;
  background: #0a0a0a;
  color: #fff;
  position: relative;
}

.roadmap-section .section-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fcd535;
  margin-bottom: 10px;
}

.roadmap-section .section-header h2 span {
  color: #fff;
}

.roadmap-section .section-header p {
  color: #aaa;
  font-size: 1.1rem;
  margin-bottom: 60px;
}

/* TIMELINE */
.timeline {
  position: relative;
  padding-left: 50px;
  border-left: 4px solid #fcd535;
}

/* Animated glow dot on the timeline */
.timeline-glow-dot {
  position: absolute;
  left: -12px;
  /* align with line */
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  top: 0;
  animation: glowMove 8s linear infinite;
  box-shadow: 0 0 15px #fcd535, 0 0 30px #fcd53555;
  z-index: 1;
}

@keyframes glowMove {
  0% {
    top: 0;
  }

  25% {
    top: 33%;
  }

  50% {
    top: 66%;
  }

  75% {
    top: 100%;
  }

  100% {
    top: 0;
  }
}

/* TIMELINE ITEMS */
.timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

/* ICON */
.timeline-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #fcd535, #e59e14);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 20px;
}

.timeline-icon:hover {
  /* transform: scale(1.2); */
  box-shadow: 0 0 25px #fcd535, 0 0 50px #fcd53555;
  transform: scale(1.1);
  transition: 0.3s ease;
}

/* CONTENT BOX */
.timeline-content {
  background: #111;
  border: 1px solid rgba(252, 213, 53, 0.3);
  border-radius: 20px;
  padding: 25px 20px;
  box-shadow: 0 8px 20px rgba(252, 213, 53, 0.1);
  width: 100%;
}

.timeline-content h5 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fcd535;
}

.timeline-content ul {
  padding-left: 20px;
}

.timeline-content ul li {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #ccc;
  position: relative;
}

.timeline-content ul li::before {
  content: "•";
  color: #fcd535;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  font-weight: bold;
}

.whitepaper-section {
  padding: 80px 0;
  background: #0b0e11;
  /* Binance dark */
}

.whitepaper-box {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.whitepaper-left {
  flex: 1;
}

.whitepaper-left h4 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #fcd535;
}

.whitepaper-left p {
  color: #aaa;
  line-height: 1.6;
}

.whitepaper-list {
  list-style: none;
  /* remove default bullets */
  padding-left: 0;
}

.whitepaper-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: #ccc;
}

/* YELLOW DOT */
.whitepaper-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #fcd535;
  /* Binance yellow */
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(252, 213, 53, 0.6);
}

.whitepaper-right {
  width: 280px;
}

.whitepaper-card {
  background: #161a1e;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #222;
}

.whitepaper-card h5 {
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
}

.release {
  color: #888;
  margin-bottom: 20px;
}

.whitepaper-btn {
  width: 100%;
  padding: 10px;
  background: #fcd535;
  /* Binance yellow */
  border: none;
  border-radius: 6px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.whitepaper-btn:hover {
  opacity: 0.9;
}

/* .. */
.partners-section {
  padding: 80px 0;
  background: #0b0e11;
}

.partners-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.partner-group h6 {
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  font-style: italic;
  text-align: center;
}

.partner-logos {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.partner-logos img {
  /* height: 40px; */
  opacity: 0.7;
  transition: 0.3s ease;
}

/* Hover effect (Binance style subtle) */
.partner-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/*  */
.community-section {
  padding: 80px 0;
  background: #020617;
}

.community-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.community-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  width: 120px;
  padding: 20px;

  background: #161a1e;
  border-radius: 10px;
  text-decoration: none;
  color: #ccc;

  transition: 0.3s ease;
}

.community-card svg {
  font-size: 22px;
}

/* Hover effect */
.community-card:hover {
  background: #1e2329;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 0 10px rgba(252, 213, 53, 0.3);
}

.faq-section {
  padding: 80px 0;
  background: #0b0e11;
}

.faq-wrapper {
  max-width: 700px;
  margin: 40px auto 0;
}

.faq-item {
  border-bottom: 1px solid #1e2329;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 0;
  color: #eaecef;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

/* PLUS ICON */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #888;
  transition: 0.3s;
}

/* ACTIVE STATE */
.faq-question.active::after {
  content: "-";
  color: #fcd535;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #aaa;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0;
}

/* OPEN STATE */
.faq-answer.open {
  max-height: 200px;
  padding-bottom: 15px;
  opacity: 1;
}

/* yellow theme */
.live-stats {
  position: relative;
  z-index: 10;
  background-color: #020617;
  padding: 50px 0 20px;
}

.stats-grids {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.stat-boxs {
  background: #0f172a;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid #1e293b;
  transition: 0.3s;
}

.stat-boxs:hover {
  transform: translateY(-5px);
  border-color: #fcd535;
  box-shadow: 0 0 15px rgba(252, 213, 53, 0.2);
}

.stat-boxs .icon {
  width: 45px;
  height: 45px;
  background: rgba(252, 213, 53, 0.1);
  border: 1px solid #fcd535;
  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fcd535;
  font-size: 18px;

  transition: 0.3s;
}

.stat-boxs:hover .icon {
  background: #fcd535;
  color: #000;
  transform: scale(1.1);
}

.stat-boxs p {
  margin: 0;
  color: #aaa;
  font-size: 13px;
}

.stat-boxs h4 {
  margin: 0;
  color: #fff;
}

.floating-buttons {
  position: fixed;
  right: 20px;
  top: 40%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.buy-btn {
  background: #fcd535;
  color: #000;
  border: none;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.buy-btn:hover {
  background: #ffdf70;
}

.wallet-btn {
  background: #111;
  color: #fff;
  border: 1px solid #fcd535;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
}

.wallet-btn:hover {
  background: #fcd535;
  color: #000;
}

.contact-section {
  padding: 80px 0;
  background: #020617;
}

.contact-header h2 {
  color: #fff;
}

.contact-header span {
  color: #fcd535;
}

.contact-header p {
  color: #aaa;
}

.contact-box {
  margin-top: 40px;
  background: #0f172a;
  padding: 30px;
  border-radius: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #1e293b;
  background: #020617;
  color: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #fcd535;
}

.contact-btn {
  background: #fcd535;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.contact-btn:hover {
  background: #ffdf70;
}

input::placeholder,
textarea::placeholder {
  color: #fcd535;
  opacity: 0.7;
}

.input-groups {
  position: relative;
  margin-bottom: 15px;
}

.input-groups input,
.input-groups textarea {
  width: 100%;
  padding: 12px 12px 12px 45px;
  /* space for icon */
  border-radius: 8px;
  border: 1px solid #1e293b;
  /* background: #020617; */
  color: #fff;
}

/* ICON STYLE */
.input-icon {
  position: absolute;
  top: 37%;
  left: 12px;
  transform: translateY(-50%);
  color: #fcd535;
  font-size: 14px;
}

/* TEXTAREA ICON FIX */
.textarea-icon {
  top: 18px;
  transform: none;
}

/* FOCUS EFFECT */
.input-groups input:focus,
.input-groups textarea:focus {
  outline: none;
  border-color: #fcd535;
  box-shadow: 0 0 8px rgba(252, 213, 53, 0.2);
}

/* BUTTON ICON ALIGN */
.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: #fcd535;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.contact-btn:hover {
  background: #ffdf70;
}

.swiper-button-prev {
  color: #fff !important;
}

.swiper-button-next {
  color: #fff !important;
}

/*  */
.footer {
  background: #020617;
  padding: 60px 0 20px;
  color: #aaa;
}

.footer h3,
.footer h5 {
  color: #fff;
}

.footer-about p {
  margin-top: 10px;
  line-height: 1.6;
}

/* LINKS */
.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.footer-links ul li:hover {
  color: #fcd535;
  transform: translateX(5px);
}

/* SOCIAL */
.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border: 1px solid #1e293b;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fcd535;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #fcd535;
  color: #000;
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #1e293b;
  padding-top: 15px;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .timeline {
    padding-left: 20px;
  }

  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-icon {
    margin-bottom: 15px;
  }

  .chart-center-text {
    position: absolute;
    bottom: 12%;
    left: 50%;
    text-align: center;
  }

  .chart-legend {
    display: block;
  }

  .legend-item {
    margin-bottom: 15px;
  }

  .chart-wrapper {
    margin-top: 20px;
  }

  .chart-center-text {
    position: absolute;
    bottom: 12%;
    left: 50%;
  }

  .stats-grids {
    display: block;
  }

  .stat-boxs {
    margin-bottom: 15px;
  }

  .tech-card {
    width: 100%;
  }

  .intro-title {
    font-size: 2.2rem;
  }

  /* ul.navbar-nav{
    background: #00051ea8;
} */
  .slider-overlay h1 {
    font-size: 1.2rem !important;
    margin-top: 20%;
    color: #fcd535;
  }

  .slider-overlay h2 {
    font-size: 19px !important;
    width: 100%;
    margin: 20px 0;
  }

  .slider-overlay p {
    font-size: 1rem !important;
  }

  .slider-overlay h2 {
    font-size: 17px;
  }

  .slider-overlay h2 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    margin: 20px 0;
  }

  .slider-banner {
    height: 50vh;
  }

  .slider-overlay img {
    width: 30%;
    height: auto;
  }

  ul.navbar-nav li {
    border-bottom: 1px solid #6d6767;
  }

  .custom-navbar .nav-link {
    font-size: 16px;
    font-weight: 500;
    margin: 0 22px;
    position: relative;
    transition: 0.3s;
    padding: 12px;
  }

  .navbar-collapse {
    background: #00051ed1;
  }

  .logbtn {
    font-size: 16px !important;
    font-weight: 500;
    margin: 0 22px;
    position: relative;
    transition: 0.3s;
    padding: 12px;
    min-width: fit-content;
  }

  .video-slider {
    position: relative;
    height: 60vh;
    overflow: hidden;
    background: #000;
  }

  .slider-banner {
    height: auto !important;
    width: 100%;
  }

  .slider-overlay {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 5;
    width: 80%;
  }

  .video-slider {
    height: 60vh;
    background: #000;
  }

  .section-badge {
    margin-top: 10px;
  }

  .section-title {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 2.2rem;
  }

  .loginrow {
    min-height: 72vh !important;
  }

  .promo-icon img {
    width: 30%;
  }

  h1.fw-bold.crtac {
    text-align: center;
  }

  .promo-icon {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 30px 0 0px;
    justify-content: center;
  }
}

.loginrow {
  min-height: 100vh;
}

/* withdrawal */
.withdrawal-page {
  padding: 60px 0;
  /* background: #020617; */
  min-height: 85vh;
}

.withdraw-card {
  background: #0f172a;
  padding: 30px;
  border-radius: 16px;
  max-width: 750px;
  margin: auto;
  border: 1px solid #1e293b;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 111;
}

.title {
  color: #fcd535;
  margin-bottom: 25px;
  text-align: center;
}

/* INPUT */
.withdraw-input {
  background: #020617;
  border: 1px solid #1e293b;
  color: #fff;
  /* padding: 12px; */
  border-radius: 8px;
  padding: 10px !important;
  line-height: 20px !important;
}

.withdraw-input:focus {
  border-color: #fcd535;
  box-shadow: 0 0 8px rgba(252, 213, 53, 0.3);
}

/* AMOUNT + MAX BUTTON */
.amount-wrapper {
  position: relative;
}

.max-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #fcd535;
  border: none;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}

.max-btn:hover {
  background: #ffdf70;
}

/* BALANCE */
.balance-text {
  margin-top: 10px;
  font-size: 14px;
  color: #aaa;
}

/* SUMMARY BOX */
.summary-box {
  margin-top: 20px;
  padding: 20px;
  background: rgba(252, 213, 53, 0.1);
  border: 1px solid #fcd535;
  border-radius: 12px;
  text-align: center;
}

.summary-box p {
  margin: 0;
  color: #ccc;
}

.summary-box h4 {
  margin-top: 5px;
  color: #fcd535;
}

/* BUTTON */
.withdraw-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #fcd535, #ffb800);
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.withdraw-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 20px rgba(252, 213, 53, 0.4);
}

/* LABEL + AVAILABLE */
.label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.available {
  font-size: 13px;
  color: #fcd535;
  font-weight: 500;
}

/* Slight highlight */
.available::before {
  content: "💰 ";
}

.label-row label {
  color: #fff;
}

label {
  display: inline-block;
  color: #fff;
}

/* AVAILABLE TOP */
.available-top {
  background: rgba(252, 213, 53, 0.1);
  border: 1px solid #fcd535;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #fff;
  text-align: right;
}

/* ERROR INPUT */
.withdraw-input.error {
  border-color: #ff4d4d;
}

/* ERROR TEXT */
.error-text {
  color: #ff4d4d;
  font-size: 12px;
}

.summary-box {
  margin-top: 20px;
  padding: 20px;
  background: rgba(252, 213, 53, 0.1);
  border: 1px solid #fcd535;
  border-radius: 12px;
  text-align: center;
}

.summary-box h4 {
  color: #fcd535;
  margin-top: 5px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .withdraw-card {
    padding: 20px;
  }

  .gunbag {
    width: 100px !important;
  }

  .intro-section {
    padding: 0px;
  }

  .about-card {

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .vision-section {
    padding: 0;
  }

  .vision-content h2 {
    font-size: 1.8rem;
  }

  .vision-card.premium {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .solar-content h2 {
    font-size: 1.8rem;
  }

  .why-section {
    padding: 0;
  }

  .why-content h2 {
    font-size: 1.8rem;
  }

  .solar-projects {
    padding: 0;
  }

  .token-header h2 {
    font-size: 2rem;
  }

  .tokenomics-section {
    padding: 60px 0;
  }

  .live-price-section {
    padding: 0;
  }

  .copysec {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .how-to-buy-section {
    padding: 50px 0;
  }

  .section-header p {
    margin-bottom: 0px;
  }

  .roadmap-section .section-header h2 {
    font-size: 1.8rem;
  }

  .roadmap-section {
    padding: 50px 0;
  }

  .whitepaper-section {
    padding: 50px 0;
  }

  .whitepaper-right {
    width: 100%;
  }

  .partners-section {
    padding: 10px 0;
  }

  .input-groups select {
    padding: 10px;
  }

  .input-groups {
    padding: 0px;
  }

  .input-groups::after {
    content: none;
  }
}

.input-groups::after {
  content: none;
}

.input-groups:focus-within {
  border: none;
  box-shadow: none;
}

.input-groups {
  background: transparent;
  padding: 0px;
}

.input-groups1 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  /* border: 1px solid #1e2a44; */
  border-radius: 8px;
  padding: 12px;
  /* background: #0b132b; */
}

.input-groups1 select {
  padding: 15px;
  width: 100%;
  background: transparent;
  border: 1px solid;
  color: #75767b;
  border-radius: 6px;
}

.input-groups1::after {
  content: "▼";
  position: absolute;
  right: 25px;
  font-size: 12px;
  color: #aaa;
  pointer-events: none;
}

.wallet-section {
  margin-top: 25px;
  padding: 20px;
  background: #020617;
  border-radius: 12px;
  border: 1px solid #1e293b;
  animation: slideDown 0.3s ease;
}

.wallet-title {
  color: #fcd535;
  margin-bottom: 10px;
}

/* ERROR */
.error {
  border-color: #ff4d4d !important;
}

.error-text {
  color: #ff4d4d;
  font-size: 12px;
}

/* ANIMATION */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.saved-address-box {
  background: #0f172a;
  border: 1px solid #1e293b;
  padding: 12px 15px;
  border-radius: 10px;
  color: #ccc;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.saved-address-box p {
  margin: 0;
  font-size: 14px;
  word-break: break-all;
}

/* EDIT BUTTON */
.edit-btn {
  background: transparent;
  border: 1px solid #fcd535;
  color: #fcd535;
  padding: 5px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.edit-btn:hover {
  background: #fcd535;
  color: #000;
}

.wallet-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.wallet-item {
  background: #0f172a;
  border: 1px solid #1e293b;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  color: #ccc;
  transition: 0.3s;
  font-size: 13px;
  word-break: break-all;
}

.wallet-item:hover {
  border-color: #fcd535;
  transform: translateX(3px);
}

/* ACTIVE SELECTED */
.wallet-item.active {
  border-color: #fcd535;
  background: rgba(252, 213, 53, 0.1);
  color: #fcd535;
}

/* ADD BUTTON */
.add-btn {
  background: transparent;
  border: 1px dashed #fcd535;
  color: #fcd535;
  padding: 8px;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.add-btn:hover {
  background: #fcd535;
  color: #000;
}

/* MODAL BACKDROP */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 9999;
}

/* MODAL BOX */
.modal-content-box {
  background: #0f172a;
  padding: 25px;
  border-radius: 12px;
  width: fit-content;
  max-width: 90%;
  border: 1px solid #1e293b;
  animation: fadeIn 0.3s ease;
}

.modal-content-box h4 {
  color: #fcd535;
  margin-bottom: 10px;
}

/* BUTTONS */
.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}

.cancel-btn {
  background: transparent;
  border: 1px solid #888;
  color: #aaa;
  padding: 8px 14px;
  border-radius: 6px;
}

.save-btn {
  background: #fcd535;
  border: none;
  color: #000;
  padding: 8px 14px;
  border-radius: 6px;
}

.modal-content-box input {
  border: 1px dashed #fff !important;
}

input.otp-input {
  width: 45px !important;
  height: 45px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #1e293b;
  border-radius: 6px;
  background: #020617;
  color: #fff !important;
  padding: 5px !important;
}

.otp-input:focus {
  outline: none;
  border-color: #fcd535;
}

/* ANIMATION */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.gunbag {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 300px;
  opacity: 0.7;
  animation: floatGunbag 4s ease-in-out infinite;
}

@keyframes floatGunbag {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.slider-overlay h2 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  margin: 20px 0;
}

.slider-banner {
  height: 100vh;
}

.addrText {
  font-size: 14px;
}

.balance-pills {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(250, 204, 21, .3), rgba(0, 0, 0, .85));
  border: 1px solid rgba(250, 204, 21, .4);
  font-weight: 700;
  flex-direction: column;
  width: fit-content;
  margin-top: 20px;
}

.balance-pills i {
  font-size: 20px;
  color: #facc15;
}

.balance-pills span {
  font-size: 20px;
  background: linear-gradient(135deg, #facc15, #fb923c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 24px;
}

button.nav-link.text-white {
  background: #00000000;
  border: none;
}

a.dashboard-card-link {
  color: #fff;
  text-decoration: none;
  align-items: center;

}