.projects-section{
  background-image: url('/images/projectbg.png');
  background-position: center;
  background-size: cover;
}

body{
  background: #000 !important;
}

/* Search input fixed width, centered */
.search-input {
  width: 100%;
  border: 2px solid #FFED00 !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, rgba(255, 237, 0, 0.25), rgba(120, 80, 0, 0.3)) !important;
  color: #fff;
  transition: all 0.3s ease;
}

.search-input:focus {
  border-color: #fff !important;
  outline: none;
  background: linear-gradient(135deg, rgba(255, 237, 0, 0.35), rgba(120, 80, 0, 0.5)) !important;
}

.search-input::placeholder {
  color: #fff !important;
}

.search-input:hover {
  border-color: #fff !important;
  background: linear-gradient(135deg, rgba(255, 237, 0, 0.3), rgba(120, 80, 0, 0.4)) !important;
}

/* Transparent variant */
.search-input1 {
  width: 100%;
  border: 2px solid transparent !important;
  background: transparent !important;
}

.search-input1::placeholder {
  color: #fff !important;
}

.search-input1:hover {
  background: linear-gradient(135deg, rgba(255, 237, 0, 0.1), rgba(120, 80, 0, 0.3)) !important;
  color: #fff;
}

/* Dropdown selected tick */
.dropdown-item.active::before {
  content: "✔ ";
  color: #FFED00;
  font-weight: bold;
}

/* Glassmorphism Base */
.glass-card {
  background: linear-gradient(135deg, rgba(255, 237, 0, 0.15), rgba(100, 80, 0, 0.25));
  border: 1px solid rgba(255, 237, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.glass-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.glass-card h5,
.glass-card p,
.glass-card span {
  color: #fff;
}

/* Dropdown Button */
.btn-drop {
  background: linear-gradient(135deg, rgba(255, 237, 0, 0.2), rgba(120, 80, 0, 0.3));
  border: 1px solid rgba(255, 237, 0, 0.4);
  color: #fff;
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.btn-drop:hover {
  background: linear-gradient(135deg, rgba(255, 237, 0, 0.3), rgba(120, 80, 0, 0.5));
  border-color: rgba(255, 237, 0, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.5);
  color: #FFED00 !important;
}

/* Dropdown Menu */
.dropdown-menu {
  background: linear-gradient(135deg, rgba(255, 237, 0, 0.2), rgba(100, 80, 0, 0.3));
  border: 1px solid rgba(255, 237, 0, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 0.5rem;
}

.dropdown-item {
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(255, 237, 0, 0.3);
  color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
  color: #fff !important;
}

/* Badges */
.badge {
  border: 1px solid rgba(255, 237, 0, 0.5);
}

.badge-category {
  font-size: 0.75rem;
  background: rgba(255, 237, 0, 0.2);
  border-radius: 6px;
  padding: 4px 8px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Status Badges */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 12px;
  color: #fff;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  animation: blink 1.2s infinite ease-in-out;
}

.status-online .status-dot {
  background-color: #28a745;
}
.status-coming .status-dot {
  background-color: #ffc107;
}

@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0.2; }
}

/* Card Titles */
.card-t {
  color: #FFED00 !important;
  font-size: 28px;
}

/* Progress Bar */
.progress {
  height: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.progress-bar {
  background: linear-gradient(135deg, rgba(255, 237, 0, 0.3), rgba(120, 80, 0, 0.4));
}

/* Buttons */
.view-btn {
  background: linear-gradient(135deg, rgba(255, 237, 0, 0.3), rgba(120, 80, 0, 0.4));
  border: 1px solid rgba(255, 237, 0, 0.6);
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  transition: transform 0.2s ease;
}

.view-btn:hover {
  background: transparent;
  transform: scale(1.05);
  color: #FFED00;
}

/* Sections */
.card-funding-section,
.card-ticket-section {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 237, 0, 0.4);
  border-radius: 10px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.3),
    0 8px 12px rgba(0, 0, 0, 0.2),
    inset 0 1px 2px rgba(255, 255, 255, 0.2);
}

/* Mini Box */
.small1 {
  border: 1px solid rgba(255, 237, 0, 0.6);
  padding: 1rem;
  border-radius: 10px;
}

/* Circular Progress */
.circular-progress {
  --progress: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(
    #FFED00 calc(var(--progress) * 1%),
    rgba(255, 255, 255, 0.1) 0
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(255, 237, 0, 0.3);
}

.circular-progress::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  background: rgba(20, 20, 40, 0.85);
  border-radius: 50%;
  backdrop-filter: blur(8px);
}

.circular-progress-value {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}

/* Icons */
.glass-icon,
.glass-icon1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25),
              inset 0 1px 2px rgba(255, 255, 255, 0.3);
  color: #FFED00;
  font-size: 14px;
}










/* Overall Layout */
.project-invest-section {
  color: #fff;
  position: relative;
  /* background-image: url('/images/proj2bg.png') !important; */
  background-position: center;
  background-size: cover;
}

/* Background gradient light effects */
.project-invest-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at center, rgba(255, 240, 180, 0.25), transparent 70%);
  filter: blur(40px);
  z-index: 0;
}

/* .project-invest-section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle at center, rgba(255, 220, 100, 0.25), transparent 70%);
  filter: blur(40px);
  z-index: 0;
} */





/* Main Card Containers */
.project-box,
.invest-box {
  position: relative;
  background: rgba(255, 255, 255, 0.08); /* Transparent glass */
  border-radius: 25px;
  padding: 35px 30px;
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 8px 35px rgba(255, 240, 200, 0.15),
    inset 0 0 20px rgba(255, 255, 255, 0.05);
  z-index: 1;
  transition: all 0.4s ease;
}

/* Add soft gradient glow border effect */
.project-box::before,
.invest-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 245, 180, 0.4), rgba(255, 255, 255, 0.2));
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Hover Enhancement */
.project-box:hover,
.invest-box:hover {
  transform: translateY(-5px);
  box-shadow:
    0 12px 40px rgba(255, 230, 150, 0.25),
    inset 0 0 25px rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.35);
}


/* Badges */
.badge-pill {
  background: linear-gradient(135deg, rgba(255, 240, 180, 0.25), rgba(255, 255, 255, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 50px;
  padding: 6px 18px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
}

/* Title & Description */
.project-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: #fffad5;
  margin-bottom: 10px;
}

.project-desc {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Progress Circle */
.progress-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-circle {
  position: relative;
  width: 140px;
  height: 140px;
}

.progress-ring__background {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 10;
}

.progress-ring__progress {
  fill: transparent;
  stroke: url(#grad);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 377;
  stroke-dashoffset: calc(377 - (377 * 80 / 100));
  transform: rotate(-90deg);
  transform-origin: center;
  stroke: #ffe066;
  filter: drop-shadow(0 0 6px rgba(255, 240, 120, 0.7));
  transition: stroke-dashoffset 1s ease;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff8b0;
  font-weight: 700;
  font-size: 1.4rem;
}

/* Goal Cards */
.goal-card {
  background: linear-gradient(135deg, #ffef85, #ffd84c);
  color: #000;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(255, 222, 100, 0.35);
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.goal-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 25px rgba(255, 220, 120, 0.4);
}

.goal-card i {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 10px;
}

/* Funding Progress */
.fund-progress {
  margin-top: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.fund-progress h5 {
  color: #fff7b3;
  font-weight: 700;
}

/* Right Invest Box */
.invest-box h4 {
  color: #fff6a8;
  margin-bottom: 15px;
}

.invest-box h5 {
  color: #fff6a8;
  margin-top: 15px;
}

.invest-box ul {
  list-style: none;
  padding-left: 0;
}

.invest-box li {
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

.invest-btn {
  background: linear-gradient(135deg, #fff6b0, #ffe066);
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 15px;
}

.invest-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(255, 235, 120, 0.6);
}

.note {
  font-size: 0.8rem;
  margin-top: 10px;
  color: #ddd;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .goal-card {
    margin-bottom: 10px;
  }
  .invest-box {
    margin-top: 30px;
  }
}














.vcoin-simulator-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-image: radial-gradient(
    circle at top right,
    rgba(255, 240, 150, 0.25),
    transparent 60%
  );
  box-shadow: 0 8px 35px rgba(255, 215, 80, 0.2);
  transition: all 0.4s ease;
}

.simulator-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 10px rgba(255, 230, 100, 0.4);
}

.simulator-subtext {
  font-size: 1rem;
  color: #f8f8f8cc;
 }

.simulator-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}

.simulator-info p {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
}

#variationSlider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ffd84c, #fff4b0);
  outline: none;
  transition: background 0.4s ease;
}

#variationSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #fff4b0;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 220, 100, 0.7);
}

#variationSlider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.simulator-stats {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.stat-card {
  background: linear-gradient(135deg, #ffd84c, #fff4b0);
  color: #000;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: 45%;
  box-shadow: 0 6px 25px rgba(255, 223, 120, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 35px rgba(255, 223, 120, 0.5);
}

.stat-card i {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #000;
}

.stat-card p {
  font-size: 0.95rem;
  margin-bottom: 6px;
  opacity: 0.8;
}

.stat-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
}

.surplus-note {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 12px 20px;
  color: #fff;
  display: flex;
  align-items: center;
  backdrop-filter: blur(10px);
  font-weight: 500;
}

.rule-note {
  color: #fff;
  opacity: 0.9;
  font-size: 0.95rem;
  text-align: center;
}
















.snackbar-nav {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 60px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 25px rgba(255, 235, 140, 0.2);
}

.snackbar-btn {
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #222;
  font-weight: 600;
  border-radius: 40px;
  padding: 10px 25px;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.snackbar-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, #ffecb3, #ffe27a);
  color: #111;
}

.snackbar-btn.active {
  background: linear-gradient(90deg, #ffd65a, #fff5b8);
  box-shadow: 0 0 15px rgba(255, 210, 100, 0.6);
}

.snackbar-content {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  padding: 30px;
  box-shadow: 0 8px 40px rgba(255, 223, 120, 0.25);
  backdrop-filter: blur(12px);
}

.snackbar-panel {
  display: none;
  animation: fadeIn 0.4s ease forwards;
}

.snackbar-panel.active {
  display: block;
}

/* Cards and Inner Styling */
.stat-card, .team-card, .document-card {
  background: linear-gradient(135deg, #ffd84c, #fff4b0);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  flex: 1;
  min-width: 180px;
  transition: all 0.3s ease;
}

.stat-card:hover, .team-card:hover, .document-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 25px rgba(255, 215, 120, 0.3);
}

.linkedin-btn, .download-btn {
  background: linear-gradient(90deg, #ffd75a, #fff3b0);
  color: #222;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  padding: 6px 15px;
  transition: 0.3s;
}

.linkedin-btn:hover, .download-btn:hover {
  transform: scale(1.05);
}

.document-list, .team-members {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.document-card {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.funds-list {
  list-style: none;
  padding: 0;
}

.funds-list li {
  margin-bottom: 10px;
  font-weight: 500;
}

.risk-warning {
  background: rgba(255, 220, 100, 0.12);
  border-left: 4px solid #ffb400;
  border-radius: 12px;
  font-size: 0.95rem;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}





















/* ------------------------------
   🌟 VCoin Price Simulator 2
------------------------------ */
.vcoin-simulator-box {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  border-radius: 25px;
  padding: 45px 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-image: radial-gradient(circle at top right, rgba(255, 240, 150, 0.25), transparent 60%);
  box-shadow: 0 10px 40px rgba(255, 215, 100, 0.25);
  transition: all 0.4s ease;
}

.vcoin-simulator-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 45px rgba(255, 225, 120, 0.35);
}

/* Title */
.simulator-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #fffbea;
  text-shadow: 0 2px 12px rgba(255, 220, 100, 0.4);
}

.simulator-subtext {
  font-size: 1rem;
  color: #f8f8f8cc;
  letter-spacing: 0.3px;
}

/* Info Row */
.simulator-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}

.simulator-info p {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
}

/* ------------------------------
   🎚️ Slider (variationSlider2)
------------------------------ */
#variationSlider2 {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ffda5c, #fff4b0);
  outline: none;
  transition: background 0.4s ease;
  box-shadow: 0 0 10px rgba(255, 235, 130, 0.3);
}

#variationSlider2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: linear-gradient(145deg, #fff8cc, #ffe066);
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 230, 100, 0.6);
}

#variationSlider2::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

/* ------------------------------
   📊 Stats Cards
------------------------------ */
.simulator-stats {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.stat-card {
  background: linear-gradient(135deg, #fff4b0, #ffe066);
  color: #000;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: 45%;
  box-shadow: 0 6px 25px rgba(255, 223, 120, 0.25);
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(255, 230, 120, 0.4);
}

.stat-card i {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #000;
}

.stat-card p {
  font-size: 0.95rem;
  margin-bottom: 6px;
  opacity: 0.85;
}

.stat-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
}

/* ------------------------------
   💹 Surplus Note
------------------------------ */
.surplus-note {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  padding: 12px 20px;
  color: #fff;
  display: flex;
  align-items: center;
  backdrop-filter: blur(10px);
  font-weight: 500;
  box-shadow: 0 0 12px rgba(255, 220, 120, 0.25);
  transition: opacity 0.4s ease;
}

/* ------------------------------
   ⚖️ Rule Note
------------------------------ */
.rule-note {
  color: #fff;
  opacity: 0.9;
  font-size: 0.95rem;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 0.3px;
}













.snackbar-nav2 {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 60px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 35px rgba(255, 235, 150, 0.25);
  padding: 10px 20px;
}

.snackbar-btn2 {
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: 600;
  border-radius: 40px;
  padding: 10px 25px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.3px;
}

.snackbar-btn2:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, #ffecb3, #ffe27a);
  color: #111;
}

.snackbar-btn2.active {
  background: linear-gradient(90deg, #ffd65a, #fff5b8);
  box-shadow: 0 0 18px rgba(255, 220, 110, 0.6);
  color: black;
}

.snackbar-content2 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  padding: 30px;
  box-shadow: 0 8px 45px rgba(255, 223, 120, 0.25);
  backdrop-filter: blur(14px);
  transition: 0.3s ease;
}

.snackbar-panel2 {
  display: none;
  animation: fadeIn2 0.5s ease forwards;
}

.snackbar-panel2.active {
  display: block;
}

.stat-card2, .team-card2, .document-card2 {
  background: linear-gradient(135deg, #ffe270, #fff9c2);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  flex: 1;
  min-width: 180px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 230, 130, 0.25);
  color: black !important;
}

.stat-card2:hover, .team-card2:hover, .document-card2:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(255, 215, 100, 0.4);
}

.linkedin-btn2, .download-btn2 {
  background: linear-gradient(90deg, #ffd75a, #fff3b0);
  color: #222;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  padding: 6px 15px;
  transition: 0.3s;
  z-index: 999 !important;
}

.linkedin-btn2:hover, .download-btn2:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #ffe27a, #fff5c5);
}

.document-list2, .team-members2 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.document-card2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.funds-list2 {
  list-style: none;
  padding: 0;
}

.funds-list2 li {
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
}

.risk-warning2 {
  background: rgba(255, 240, 180, 0.1);
  border-left: 4px solid #ffcc00;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #fff5c5;
  box-shadow: inset 0 0 8px rgba(255, 220, 100, 0.3);
}

@keyframes fadeIn2 {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}






















/* ------------------------------
   🌟 VCoin Price Simulator 3
------------------------------ */
.vcoin-simulator-box {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  border-radius: 25px;
  padding: 45px 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-image: radial-gradient(circle at top right, rgba(255, 240, 150, 0.25), transparent 60%);
  box-shadow: 0 10px 40px rgba(255, 215, 100, 0.25);
  transition: all 0.4s ease;
}

.vcoin-simulator-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 45px rgba(255, 225, 120, 0.35);
}

/* Title */
.simulator-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #fffbea;
  text-shadow: 0 2px 12px rgba(255, 220, 100, 0.4);
}

.simulator-subtext {
  font-size: 1rem;
  color: #f8f8f8cc;
  letter-spacing: 0.3px;
}

/* Info */
.simulator-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}

.simulator-info p {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
}

/* Slider */
#variationSlider3 {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ffda5c, #fff4b0);
  outline: none;
  transition: background 0.4s ease;
  box-shadow: 0 0 10px rgba(255, 235, 130, 0.3);
}

#variationSlider3::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: linear-gradient(145deg, #fff8cc, #ffe066);
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 230, 100, 0.6);
}

#variationSlider3::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

/* Stats Cards */
.simulator-stats {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.stat-card {
  background: linear-gradient(135deg, #fff4b0, #ffe066);
  color: #000;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: 45%;
  box-shadow: 0 6px 25px rgba(255, 223, 120, 0.25);
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(255, 230, 120, 0.4);
}

.stat-card i {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #000;
}

.stat-card p {
  font-size: 0.95rem;
  margin-bottom: 6px;
  opacity: 0.85;
}

.stat-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
}

/* Surplus Note */
.surplus-note {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  padding: 12px 20px;
  color: #fff;
  display: flex;
  align-items: center;
  backdrop-filter: blur(10px);
  font-weight: 500;
  box-shadow: 0 0 12px rgba(255, 220, 120, 0.25);
  transition: opacity 0.4s ease;
}

/* Rule Note */
.rule-note {
  color: #fff;
  opacity: 0.9;
  font-size: 0.95rem;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 0.3px;
}



















.snackbar-nav3 {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 60px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 35px rgba(255, 235, 150, 0.25);
  padding: 10px 20px;
}

.snackbar-btn3 {
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #222;
  font-weight: 600;
  border-radius: 40px;
  padding: 10px 25px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.3px;
}

.snackbar-btn3:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, #ffecb3, #ffe27a);
  color: #111;
}

.snackbar-btn3.active {
  background: linear-gradient(90deg, #ffd65a, #fff5b8);
  box-shadow: 0 0 18px rgba(255, 220, 110, 0.6);
}

.snackbar-content3 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  padding: 30px;
  box-shadow: 0 8px 45px rgba(255, 223, 120, 0.25);
  backdrop-filter: blur(14px);
  transition: 0.3s ease;
}

.snackbar-panel3 {
  display: none;
  animation: fadeIn3 0.5s ease forwards;
}

.snackbar-panel3.active {
  display: block;
}

.team-card3, .document-card3 {
  background: linear-gradient(135deg, #ffe270, #fff9c2);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  flex: 1;
  min-width: 180px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 230, 130, 0.25);
  color: black !important;
}

.team-card3:hover, .document-card3:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(255, 215, 100, 0.4);
}

.linkedin-btn3, .download-btn3 {
  background: linear-gradient(90deg, #ffd75a, #fff3b0);
  color: #222;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  padding: 6px 15px;
  transition: 0.3s;
}

.linkedin-btn3:hover, .download-btn3:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #ffe27a, #fff5c5);
}

.document-list3, .team-members3 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.document-card3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.funds-list3 {
  list-style: none;
  padding: 0;
}

.funds-list3 li {
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
}

.risk-warning3 {
  background: rgba(255, 240, 180, 0.1);
  border-left: 4px solid #ffcc00;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #fff5c5;
  box-shadow: inset 0 0 8px rgba(255, 220, 100, 0.3);
}

@keyframes fadeIn3 {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}













.toggle-section {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.toggle-section.show {
  opacity: 1;
}

.btns_1 {
  background: transparent;
  color: white;
  border: 2px solid #FFED00;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btns_1:hover {
  background: rgba(255, 237, 0, 0.2);
}

.btns_1.active {
  background: linear-gradient(135deg, #fffbe0, #FFED00, #ffe44d);
  color: black;
  box-shadow: 0 0 12px rgba(255, 237, 0, 0.7);
}



.loading-spinner-container {
  position: relative;           /* keep it centered within parent */
  width: 100%;
  height: 80vh;                 /* required height */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.37);
}

/* Stylish glowing yellow spinner */
.custom-spinner {
  width: 70px;
  height: 70px;
  border: 6px solid rgba(255, 235, 59, 0.2); /* faint outer ring */
  border-top-color: #3bff3b;                  /* main yellow */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  box-shadow: 0 0 25px rgba(75, 255, 59, 0.8);
  transition: all 0.3s ease;
}

/* Spin animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Smooth show/hide (optional) */
.loading-spinner-container.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}


