 /* 🌟 Bright Yellow Premium Footer */
.footer {
  background: linear-gradient(90deg, rgba(15, 10, 0, 0.95) 0%, rgba(50, 40, 0, 0.95) 100%);
  padding: 30px 0 5px;
  color: #fffbe0;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Glass Card Effect */
.footer-card {
  padding: 25px;
  border-radius: 20px;
  background: rgba(255, 237, 0, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 237, 0, 0.2);
  transition: 0.3s;
}

.footer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(255, 237, 0, 0.25);
}

/* Logo */
.footer-logo {
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(90deg, #fff88e, #FFED00, #fff56a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Headings */
.footer-heading {
  font-size: 1.2rem;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(255, 237, 0, 0.3);
  display: inline-block;
  padding-bottom: 5px;
  color: #FFED00;
}

/* Description */
.footer-desc {
  font-size: 0.95rem;
  color: #fffad1;
  margin-bottom: 20px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #fff9b0;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #FFED00;
  text-shadow: 0 0 8px rgba(255, 237, 0, 0.6);
}

/* Social Buttons */
.socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(255, 237, 0, 0.08);
  backdrop-filter: blur(10px);
  color: #fffbe6;
  font-size: 1.2rem;
  transition: 0.3s;
  text-decoration: none !important;
}

.socials a:hover {
  background: linear-gradient(135deg, #FFED00, #fff56a);
  color: #1a1a1a;
  box-shadow: 0 0 10px rgba(255, 237, 0, 0.5);
}

/* Subscribe Section */
.subscribe-form {
  gap: 10px;
}

.subscribe-form input {
  border: none;
  border-radius: 12px;
  padding: 10px 15px;
  flex: 1;
  outline: none;
  background: rgba(255, 255, 255, 0.85);
  color: #3a3000;
  font-weight: 500;
}

.btn-subscribe {
  border: none;
  padding: 10px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FFED00, #fff56a);
  color: #2a1a00;
  font-weight: 600;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(255, 237, 0, 0.3);
}

.btn-subscribe:hover {
  background: linear-gradient(135deg, #fff56a, #FFED00);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 237, 0, 0.4);
}

/* Bottom Section */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 15px;
  font-size: 0.9rem;
  color: #fff8b5;
  text-align: center;
}
 














 /* Sliding Bar Wrapper */
.sliding-bar {
  background: #000;
  border-top: 2px solid rgba(255, 237, 0, 0.7);   /* gold border */
  border-bottom: 2px solid rgba(255, 237, 0, 0.7);
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  box-shadow: 0 0 15px rgba(255, 237, 0, 0.25);  /* subtle yellow glow */
}

/* Track */
.sliding-track {
  display: flex;
  gap: 60px;
  animation: scroll 20s linear infinite;
}

/* Individual Slide */
.slide {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  padding: 15px 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #fffbe0, #FFED00, #fff48a); /* gold gradient using #FFED00 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide i {
  font-size: 1.2rem;
}

/* Infinite Scroll Animation */
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.btn-scan, .btn-capture, .btn-cancel {
  background: #1d4ed8;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-scan:hover, .btn-capture:hover {
  background: #2563eb;
}
.btn-cancel {
  background: #dc2626;
}
.btn-cancel:hover {
  background: #b91c1c;
}






























.vc-dashboard-card-glass {
  position: relative;
  background: #252A2D;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px) saturate(160%) !important;
  border-radius: 20px;
  padding: 28px 24px;
  color: #fff;
  max-width: 420px;
  margin: auto;
  box-shadow: 0 12px 35px rgba(255, 230, 0, 0.15);
  transition: all 0.35s ease;
  overflow: hidden;
  margin-top: 50px !important;
}

@media (max-width:768px){
  .vc-dashboard-card-glass{
    margin-top: 0px !important;
  }
}

.vc-dashboard-card-glass:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(255, 230, 0, 0.25);
}

/* Logo Top Right */
.vc-card-logo-top {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 55px;
  height: 55px;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.08);
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Live Badge */
.vc-live-badge-glass {
  position: absolute;
  top: 15px;
  left: 20px;
  background: rgba(0, 255, 100, 0.15);
  color: #aaffb0;
  border: 1px solid rgba(0, 255, 100, 0.4);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(8px);
}

.vc-dot {
  width: 10px;
  height: 10px;
  background-color: #00ff5e;
  border-radius: 50%;
  box-shadow: 0 0 8px #00ff5e;
  animation: vcPulse 1.2s infinite;
}

@keyframes vcPulse {
  0%, 100% { opacity: 0.8; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.4); }
}

/* Titles */
.vc-card-title-glass {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 70px;
  color: #ffef70;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.vc-card-subtitle-glass {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 25px;
}

/* Stage Box */
.vc-stage-box-glass {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 230, 0, 0.3);
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 25px;
  box-shadow: inset 0 0 15px rgba(255, 230, 0, 0.1);
}

.vc-stage-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.vc-stage-left {
  font-size: 1rem;
}

.vc-stage-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffe84f;
}

.vc-stage-right p {
  font-size: 0.9rem;
  color: #ddd;
  margin: 4px 0;
}

/* Divider */
.vc-inner-divider {
  height: 1px;
  background: rgba(255, 230, 0, 0.3);
  margin: 10px 0 14px 0;
  border-radius: 2px;
}

/* Info Details */
.vc-info-details p {
  font-size: 0.9rem;
  color: #eee;
  margin: 5px 0;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
}

.vc-info-details i {
  color: #ffe44c;
}

/* Join Button */
.vc-join-btn-glass {
  display: inline-block;
  background: linear-gradient(135deg, #ffe44c, #ffcc00);
  color: #000;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 230, 0, 0.3);
  width: 100%;
}

.vc-join-btn-glass:hover {
  background: linear-gradient(135deg, #ffea70, #ffd633);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 230, 0, 0.5);
}

.vc-join-btn-glass i {
  color: #000;
}
