body{
    background-color: #000;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}

strong{
    color: #D8A303;
}

/*<!-- Fixed Whatsapp -->*/

 .btwhatclick {
      position: fixed;
      bottom: 10px;
      right: 10px;
      background-color: #25D366;
      color: white;
      font-size: 24px;
      padding: 15px;
      border-radius: 10%;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 9999;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s ease;
    }

    .btwhatclick:hover {
      background-color: #1eb955;
      color: white;
    }

    .btwhatclick i {
      pointer-events: none;
    }

/*<!-- Fixed Whatsapp -->*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* HEADER BACKGROUND */
.ve-header {
  background: #010101;
  padding: 14px 20px;
}

/* HEADER BAR */
.ve-header-inner {
  max-width: 1400px;
  margin: auto;
  height: 78px;
  padding: 0 22px;
  background: linear-gradient(
    90deg,
    #010101 0%,
    #0b1228 50%,
    #010101 100%
  );
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow:
    inset 0 0 30px rgba(0,0,0,0.7),
    0 12px 28px rgba(0,0,0,0.8);
  border: 1px solid rgba(255,255,255,0.05);
}

/* LOGO */
.ve-logo img {
  height: 66px;
  display: block;
}

/* ACTIONS */
.ve-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* BUTTON BASE */
.ve-btn {
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}

/* HOME BUTTON */
.ve-home {
  background: rgba(255,255,255,0.12);
}

.ve-home:hover {
  background: rgba(255,255,255,0.2);
}

/* WHATSAPP BUTTON */
.wa {
  background: linear-gradient(135deg, #25D366, #16a34a);
  box-shadow: 0 6px 16px rgba(37,211,102,0.45);
}

.wa:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(37,211,102,0.65);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .ve-header-inner {
    height: 70px;
  }

  .ve-logo img {
    height: 42px;
  }
}

@media (max-width: 768px) {
  .ve-header-inner {
    height: 64px;
    padding: 0 14px;
    border-radius: 14px;
  }

  .ve-logo img {
    height: 38px;
  }

  .ve-btn {
    padding: 7px 14px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .ve-header {
    padding: 10px;
  }

  .ve-header-inner {
    height: 58px;
    padding: 0 10px;
    border-radius: 12px;
  }

  .ve-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer-clean {
  background: #0c0c0c;
  color: #cfcfcf;
  font-family: Arial, sans-serif;
  padding: 28px 16px;
}

/* Top */
.fc-top {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.fc-left h4 {
  color: #f5c400;
  font-size: 18px;
  margin-bottom: 4px;
}

.fc-left p {
  font-size: 13px;
  color: #9a9a9a;
}

/* Highlight Legal Text */
.fc-right span {
  font-size: 14px;        /* pehle 12px tha */
  font-weight: 700;      /* bold */
  color: #ffffff;        /* zyada visible */
  margin-left: 14px;
  letter-spacing: 0.3px;
}


/* Keywords */
.fc-keywords {
  max-width: 1100px;
  margin: 18px auto;
  font-size: 12px;
  line-height: 1.8;
}

.fc-keywords a {
  color: #9c9c9c;
  text-decoration: none;
  margin-right: 8px;
}

.fc-keywords a::after {
  content: "·";
  margin-left: 8px;
  color: #444;
}

.fc-keywords a:last-child::after {
  content: "";
}

.fc-keywords a:hover {
  color: #f5c400;
}

/* Bottom */
.fc-bottom {
  max-width: 1100px;
  margin: auto;
  border-top: 1px solid #1f1f1f;
  padding-top: 12px;
  text-align: center;
}

.fc-links {
  margin-bottom: 6px;
}

.fc-links a {
  color: #f5c400;
  font-size: 13px;
  margin: 0 8px;
  text-decoration: none;
}

.fc-links a:hover {
  text-decoration: underline;
}

.fc-bottom p {
  font-size: 12px;
  color: #777;
}

/* Mobile */
@media (max-width: 768px) {
  .fc-top {
    flex-direction: column;
    text-align: center;
  }

  .fc-right span {
    margin-left: 6px;
  }
}
.mini-hero {
  background: linear-gradient(180deg, #0c0c0c, #050505);
  padding: 55px 20px;
  border-bottom: 1px solid #1e1e1e;
}

.mini-hero-inner {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 40px;
}

.tag {
  display: inline-block;
  font-size: 12px;
  color: #000;
  background: #f5c542;
  padding: 4px 12px;
  border-radius: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}

.mini-left h1 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 8px;
}

.mini-left h1 span {
  color: #f5c542;
}

.mini-left p {
  font-size: 14px;
  color: #bfbfbf;
  margin-bottom: 20px;
}

.mini-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}
.mini-actions a{
  color: #D8A303;
}

.btn-main a{
  color: #fff;
}
.btn-main {
  background: #fff;
  color: #fff;
  padding: 10px 22px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.btn-main:hover {
  box-shadow: 0 0 10px rgba(245,197,66,0.6);
}

.btn-link {
  color: #f5c542;
  font-size: 14px;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}

/* Right stats */
.mini-right {
  display: flex;
  gap: 15px;
}

.stat-box {
  background: #111;
  border: 1px solid #222;
  padding: 14px 18px;
  border-radius: 14px;
  text-align: center;
  min-width: 90px;
}

.stat-box strong {
  display: block;
  color: #f5c542;
  font-size: 18px;
}

.stat-box span {
  font-size: 12px;
  color: #aaa;
}

/* Responsive */
@media (max-width: 900px) {
  .mini-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mini-right {
    justify-content: center;
  }

  .mini-actions {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .mini-left h1 {
    font-size: 26px;
  }

  .mini-right {
    flex-direction: column;
  }
}

.hero-card {
  background: #0b0b0b;
  padding: 60px 20px;
}

.hero-wrap {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.hero-pill {
  display: inline-block;
  background: #1f1f1f;
  color: #f5c542;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.hero-text h1 {
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
}

.hero-text h1 b {
  color: #f5c542;
}

.hero-text p {
  color: #bdbdbd;
  font-size: 14px;
  margin: 16px 0 24px;
}

.hero-btns {
  display: flex;
  gap: 14px;
}

.btn-solid {
  background: #f5c542;
  color: #000;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.btn-outline {
  border: 1px solid #333;
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
}

.btn-solid:hover {
  box-shadow: 0 0 14px rgba(245,197,66,0.6);
}

.btn-outline:hover {
  border-color: #f5c542;
  color: #f5c542;
}

/* Cards */
.hero-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 56%;
}

.info-card {
  background: linear-gradient(145deg, #141414, #0e0e0e);
  border: 1px solid #222;
  padding: 20px;
  border-radius: 14px;
}

.info-card h3 {
  font-size: 18px;
  color: #f5c542;
  margin-bottom: 6px;
}

.info-card span {
  font-size: 13px;
  color: #aaa;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-btns {
    justify-content: center;
  }

  .hero-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 520px) {
  .hero-text h1 {
    font-size: 28px;
  }

  .hero-cards {
    grid-template-columns: 1fr;
  }
}

.hero-strip {
  background: #0a0a0a;
  border-bottom: 1px solid #1c1c1c;
}

.hero-strip-inner {
  max-width: 1200px;
  margin: auto;
  padding: 35px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.strip-left h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.strip-left h1 span {
  color: #f5c542;
}

.strip-left p {
  color: #aaa;
  font-size: 13px;
  margin-top: 6px;
}

.strip-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.strip-item {
  text-align: center;
  padding: 10px 14px;
  background: #111;
  border: 1px solid #222;
  border-radius: 10px;
  min-width: 70px;
}

.strip-item b {
  display: block;
  color: #f5c542;
  font-size: 15px;
}

.strip-item span {
  font-size: 11px;
  color: #999;
}

.strip-btn {
  background: #f5c542;
  color: #000;
  padding: 10px 22px;
  border-radius: 22px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.strip-btn:hover {
  box-shadow: 0 0 10px rgba(245,197,66,0.6);
}

/* Responsive */
@media (max-width: 900px) {
  .hero-strip-inner {
    flex-direction: column;
    text-align: center;
  }

  .strip-right {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .strip-left h1 {
    font-size: 24px;
  }
}

/* HERO SECTION */
.hero-victory {
  position: relative;
  height: 50vh;
  background: url('https://images.unsplash.com/photo-1587682674893-4787a7ea8a12') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: #fff;
}

/* Dark overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Content Section */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}

/* Title with animation */
.animate-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: 0;
  animation: fadeInTitle 2s forwards;
}

.animate-title span {
  color: #f5c542;
}

/* Subtitle */
.animate-subtitle {
  font-size: 16px;
  margin-bottom: 30px;
  opacity: 0;
  animation: fadeInText 2s forwards 1s;
}

/* CTA buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cta-btn {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  opacity: 0;
  animation: fadeInBtn 1.5s forwards 2s;
}

.cta-btn.primary {
  background: #f5c542;
  color: #000;
}

.cta-btn.primary:hover {
  background: #d4a017;
  box-shadow: 0 0 15px rgba(245, 197, 66, 0.6);
}

.cta-btn.secondary {
  background: transparent;
  border: 2px solid #f5c542;
  color: #f5c542;
}

.cta-btn.secondary:hover {
  background: #f5c542;
  color: #000;
}

/* Animations */
@keyframes fadeInTitle {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInBtn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 30px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 24px;
  }

  .cta-btn {
    width: 100%;
  }
}

.ve-faq-container {
    max-width: 800px;
    margin: 40px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
}

.ve-faq-main-title {
    text-align: center;
    color: #00e676; /* Vibrant Green */
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ve-faq-wrapper {
    background: #1a1a1a;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 1px solid #333;
}

.ve-faq-item {
    border-bottom: 1px solid #2d2d2d;
}

.ve-faq-item:last-child {
    border-bottom: none;
}

.ve-faq-question {
    width: 100%;
    padding: 20px 25px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.ve-faq-question:hover {
    background: #252525;
    color: #00e676;
}

.ve-faq-question::after {
    content: '▼';
    font-size: 12px;
    color: #00e676;
    transition: transform 0.3s ease;
}

.ve-faq-question.active::after {
    transform: rotate(180deg);
}

.ve-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    background: #222;
}

.ve-faq-answer p {
    padding: 15px 25px 25px;
    margin: 0;
    color: #b0b0b0;
    line-height: 1.6;
    font-size: 15px;
}

.ve-faq-contact-box {
    margin-top: 25px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

.ve-faq-contact-box a {
    color: #00e676;
    text-decoration: none;
    font-weight: bold;
}

.vx-faq.dark {
    width: 100%;
    background: linear-gradient(180deg, #0a0a0a, #060606);
    font-family: system-ui, -apple-system, sans-serif;
    border-top: 4px solid #fff;
    padding-top: 5%;
}

/* ITEM */
.vx-faq.dark .vx-faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* QUESTION */
.vx-faq.dark .vx-faq-question {
    width: 80%;
    margin-left: 10%;
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 16px 26px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

/* accent line */
.vx-faq.dark .vx-faq-question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;                   /* thinner */
  height: 0;
  background: #ff3c3c;
  transition: height 0.3s ease;
  transform: translateY(-50%);
}

/* hover */
.vx-faq.dark .vx-faq-question:hover {
  background: rgba(255,255,255,0.05);
}

.vx-faq.dark .vx-faq-question:hover::before {
  height: 65%;
}

/* ICON */
.vx-faq.dark .vx-icon {
  font-size: 22px;              /* smaller */
  font-weight: 300;
  color: #ffffff;
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
}

/* ANSWER */
.vx-faq.dark .vx-faq-answer {
  max-height: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #121212, #0d0d0d);
  transition: max-height 0.5s cubic-bezier(.4,0,.2,1);
}

/* CONTENT */
.vx-faq.dark .vx-faq-answer ul {
  padding: 14px 40px 18px;       /* reduced */
  list-style: none;
}

.vx-faq.dark .vx-faq-answer li {
  color: #cfcfcf;
  font-size: 14px;              /* smaller */
  padding: 4px 0;
  opacity: 0;
  transform: translateY(8px);
  animation: fadeUp 0.35s forwards;
}

/* ACTIVE */
.vx-faq-item.active .vx-faq-answer {
    max-height: 300px;
    margin-left: 10%;
}
.headFaq{
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.vx-faq-item.active .vx-icon {
  transform: rotate(45deg);
}
.faqColor01{color: #fff}

.vx-faq-item.active .vx-faq-question::before {
  height: 75 debating
;
}

/* smooth text animation */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .vx-faq.dark .vx-faq-question {
    padding: 14px 18px;
    font-size: 15px;
  }

  .vx-faq.dark .vx-icon {
    font-size: 20px;
  }

  .vx-faq.dark .vx-faq-answer ul {
    padding: 12px 26px 16px;
  }
}
/* Fixed trigger area */
.scan-desktop-only {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  background: #ffffff;                 /* white bg */
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Trigger text */
.scan-desktop-only::after {
  content: "QR";
  color: #000000;                      /* black text */
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Hidden popup */
.scan-box {
  position: absolute;
  bottom: 60px;
  right: 0;
  background: #ffffff;                 /* white bg */
  padding: 22px 24px;
  border-radius: 14px;
  text-align: center;
  box-shadow:
    0 20px 40px rgba(0,0,0,0.25);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.95);
  transition: all 0.35s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
}

/* Show on hover */
.scan-desktop-only:hover .scan-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* QR image */
.scan-box img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Caption text */
.scan-box p {
  color: #000000;                      /* black text */
  font-size: 14px;
  letter-spacing: 0.3px;
}

/* Hide on mobile */
@media (max-width: 768px) {
  .scan-desktop-only {
    display: none;
  }
}

/* Layout Settings */
.victory-container {
    width: 90%;
    margin: 20px auto;
    background-color: #121212;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.6);
    border: 1px solid #2a2a2a;
}

/* Header Styling */
.v-header {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    padding: 40px 20px;
    text-align: center;
    border-bottom: 3px solid #FFD700;
}

.v-badge {
    background: #FFD700;
    color: #000;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.v-header h1 {
    margin: 0;
    color: #FFD700;
    font-size: 2.2rem;
    letter-spacing: 1px;
}

/* Content & Typography */
.v-content {
    padding: 30px;
}

.v-intro-card {
    background: rgba(255, 215, 0, 0.05);
    padding: 20px;
    border-radius: 8px;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 30px;
}

.v-title {
    color: #FFD700;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* Grid System */
.v-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.v-card {
    background: #1e1e1e;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #333;
    transition: 0.3s;
}

.v-card:hover {
    border-color: #FFD700;
    transform: translateY(-5px);
}

.v-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.v-card h3 {
    margin: 10px 0;
    font-size: 1.1rem;
    color: #FFD700;
}

.v-card p {
    font-size: 0.9rem;
    color: #999;
}

/* Highlight & Footer */
.v-highlight {
    background: #FFD700;
    color: #000;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
}

.v-footer {
    text-align: center;
    padding: 20px;
    background: #0a0a0a;
    font-size: 0.8rem;
    color: #555;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .v-header h1 { font-size: 1.6rem; }
    .v-content { padding: 15px; }
}
/* Container styling */
.recovery-container {
    width: 90%;
    margin: 30px auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Arial, sans-serif;
    overflow: hidden;
    border-top: 6px solid #27ae60; /* Security Green */
}

/* Header Section */
.recovery-header {
    background: #f4fbf7;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-circle {
    background: #27ae60;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.recovery-header h2 {
    margin: 0;
    color: #1e8449;
    font-size: 1.4rem;
    font-weight: 700;
}

/* Body Styling */
.recovery-body {
    padding: 35px;
}

.main-text {
    color: #444;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 1.05rem;
}

/* Step-by-Step Layout */
.step-wrapper {
    margin-bottom: 35px;
}

.step-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.step-item:hover {
    border-color: #27ae60;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.step-number {
    font-weight: 800;
    font-size: 1.2rem;
    color: #27ae60;
    background: #eafaf1;
    height: fit-content;
    padding: 5px 10px;
    border-radius: 8px;
}

.step-info h4 {
    margin: 0 0 8px 0;
    color: #2c3e50;
    font-size: 1.1rem;
}

.step-info p {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

/* Insight Box */
.insight-box {
    background: #2c3e50;
    color: white;
    padding: 25px;
    border-radius: 15px;
    position: relative;
    border-left: 10px solid #f1c40f;
}

.insight-label {
    background: #f1c40f;
    color: #000;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 900;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.insight-box p {
    margin: 0;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .recovery-header { flex-direction: column; text-align: center; }
    .step-item { flex-direction: column; text-align: center; }
    .step-number { margin: 0 auto; }
}

/* Container Background & Borders */
.v-gold-container {
    width: 90%;
    margin: 30px auto;
    background-color: #1a1a1a; /* Dark Carbon */
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    border-radius: 15px;
    border: 1px solid #333;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Header Styling */
.v-gold-header {
    background: #000000;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid #ffcc00;
}

.v-gold-icon-wrap {
    background: #ffcc00; /* Primary Yellow/Gold */
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v-gold-icon {
    font-size: 32px;
}

.v-gold-title-box h2 {
    margin: 0;
    font-size: 1.6rem;
    color: #ffcc00;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.v-gold-line {
    width: 50px;
    height: 4px;
    background: #ffcc00;
    margin-top: 5px;
}

/* Body Content */
.v-gold-body {
    padding: 40px;
}

.v-gold-intro {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin-bottom: 30px;
}

/* Golden Ribbon Box */
.v-gold-ribbon {
    background: rgba(255, 204, 0, 0.1);
    border: 1px solid #ffcc00;
    padding: 15px 25px;
    border-radius: 8px;
    margin-bottom: 40px;
    position: relative;
}

.v-gold-label {
    background: #ffcc00;
    color: #000;
    font-weight: 900;
    font-size: 0.7rem;
    padding: 2px 8px;
    position: absolute;
    top: -10px;
    left: 20px;
    border-radius: 3px;
}

.v-gold-ribbon p {
    margin: 0;
    color: #ffcc00;
    font-size: 0.95rem;
}

/* Card Row */
.v-gold-card-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.v-gold-card {
    background: #252525;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #ffcc00;
    transition: 0.3s;
}

.v-gold-card:hover {
    background: #2d2d2d;
    transform: scale(1.02);
}

.v-gold-card h3 {
    color: #ffcc00;
    margin-top: 0;
    font-size: 1.2rem;
}

.v-gold-card p {
    color: #b0b0b0;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Footer Tagline */
.v-gold-footer {
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 20px;
}

.v-gold-footer p {
    font-size: 0.8rem;
    letter-spacing: 2px;
    color: #666;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .v-gold-header { flex-direction: column; text-align: center; }
    .v-gold-title-box { display: flex; flex-direction: column; align-items: center; }
}
/* Main Container */
.mail-container {
    width: 90%;
    margin: 40px auto;
    display: flex;
    background: #1e1e1e; /* Dark Base */
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid #333;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

/* Sidebar Styling */
.mail-sidebar {
    background: #f1c40f; /* Vivid Yellow */
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mail-icon-bg {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.mail-status {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    color: #000;
    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: 2px;
}

/* Main Content Area */
.mail-main {
    flex: 1;
    padding: 40px;
    background: linear-gradient(145deg, #1e1e1e, #181818);
}

.mail-header h3 {
    color: #f1c40f;
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.mail-header p {
    color: #888;
    margin-top: 5px;
    font-size: 0.95rem;
}

.mail-body {
    margin-top: 30px;
}

.mail-intro {
    color: #ddd;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Feature Tags */
.mail-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 35px;
}

.feature-tag {
    background: #2a2a2a;
    color: #f1c40f;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.85rem;
    border: 1px solid #444;
    font-weight: 500;
}

.feature-tag span {
    margin-right: 5px;
    font-weight: bold;
}

/* Learning Insight Card */
.mail-insight-card {
    background: #000;
    padding: 20px;
    border-radius: 12px;
    border-right: 4px solid #f1c40f;
}

.insight-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #f1c40f;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.bulb-icon {
    font-size: 1.2rem;
}

.mail-insight-card p {
    color: #bbb;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Responsive Logic */
@media (max-width: 768px) {
    .mail-container {
        flex-direction: column;
    }
    .mail-sidebar {
        width: 100%;
        flex-direction: row;
        writing-mode: horizontal-tb;
        height: 60px;
        padding: 0;
    }
    .mail-status {
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        margin-left: 15px;
    }
    .mail-icon-bg {
        margin-bottom: 0;
        font-size: 1.5rem;
    }
}

/* Container Layout */
.chat-container {
    width: 90%;
    margin: 40px auto;
    background-color: #0b141a; /* WhatsApp Dark BG */
    border-radius: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    border: 1px solid #333;
}

/* Header / Top Bar */
.chat-top-bar {
    background-color: #202c33;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ffcc00;
}

.chat-user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.chat-avatar {
    width: 45px;
    height: 45px;
    background: #ffcc00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-icon { font-size: 20px; }

.chat-text-info h3 {
    margin: 0;
    color: #ffcc00;
    font-size: 1.1rem;
}

.chat-text-info p {
    margin: 0;
    color: #8696a0;
    font-size: 0.8rem;
}

.chat-secure-tag {
    background: rgba(255, 204, 0, 0.1);
    color: #ffcc00;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Chat Body Content */
.chat-content {
    padding: 30px;
    background-image: radial-gradient(#1c1c1c 1px, transparent 1px);
    background-size: 20px 20px; /* Subtle pattern */
}

/* Message Bubbles */
.msg-bubble {
    background: #202c33;
    color: #d1d7db;
    padding: 15px 20px;
    border-radius: 0 15px 15px 15px;
    max-width: 85%;
    line-height: 1.5;
    margin-bottom: 25px;
    position: relative;
}

/* Warning Section */
.chat-warning-box {
    background: #4a3700;
    border: 1px solid #ffcc00;
    color: #ffcc00;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.warning-title {
    font-weight: bold;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

/* Checklist */
.safe-practices h4 {
    color: #ffcc00;
    margin-bottom: 15px;
}

.practice-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px;
    border-radius: 8px;
}

.gold-check {
    color: #ffcc00;
    font-weight: bold;
}

.practice-item p {
    margin: 0;
    color: #aebac1;
    font-size: 0.95rem;
}

/* Takeaway Banner */
.chat-takeaway {
    margin-top: 40px;
    background: #ffcc00;
    color: #000;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(255, 204, 0, 0.2);
}

.takeaway-label {
    font-weight: 900;
    font-size: 0.7rem;
    margin-bottom: 5px;
    text-decoration: underline;
}

.chat-takeaway p {
    margin: 0;
    font-weight: bold;
    font-size: 1rem;
}

/* Responsive Styling */
@media (max-width: 600px) {
    .chat-top-bar { flex-direction: column; gap: 10px; text-align: center; }
    .msg-bubble { max-width: 100%; }
}

@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@700&family=Inter:wght@400;600;800&display=swap');

.victory-hero-final {
    position: relative;
    width: 100%;
    height: 450px;
    background: #000;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Background Logic */
.v-bg-layer {
    position: absolute;
    top: 0; right: 0;
    width: 60%; height: 100%;
    z-index: 1;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.v-zoom-img {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}

.v-main-wrapper {
    width: 90%; max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative; z-index: 10;
    align-items: center;
}

/* Live Green Indicator */
.v-live-indicator {
    display: flex; align-items: center; gap: 10px;
    color: #00ff88; font-weight: 800; font-size: 11px;
    letter-spacing: 2px; margin-bottom: 20px;
}

.v-pulse-green {
    width: 10px; height: 10px;
    background: #00ff88; border-radius: 50%;
    box-shadow: 0 0 10px #00ff88;
    animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}

/* Typography */
.v-main-title {
    font-family: 'Syncopate', sans-serif;
    font-size: 2.8rem; line-height: 1.1; margin: 0 0 15px 0; color: #fff;
}

.v-gold-txt {
    color: #ffcc00;
    text-shadow: 0 0 20px rgba(255, 204, 0, 0.3);
}

.v-sub-text {
    color: #bbb; max-width: 450px; font-size: 0.95rem;
    line-height: 1.6; margin-bottom: 30px;
}

/* Buttons */
.v-btn-group { display: flex; align-items: center; gap: 25px; }

.v-btn-primary {
    background: #ffcc00; color: #000; padding: 14px 30px;
    text-decoration: none; font-weight: 800; border-radius: 4px;
    transition: 0.3s; cursor: pointer;
}

.v-btn-primary:hover { transform: translateY(-3px); background: #fff; }

.v-btn-link {
    color: #fff; text-decoration: none; font-weight: 700;
    display: flex; align-items: center; gap: 8px; transition: 0.3s;
}

.v-btn-link:hover { color: #ffcc00; }

/* Contact Cards Hub */
.v-hub-block {
    display: flex; flex-direction: column; align-items: flex-end; gap: 12px;
}

.v-hub-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px; border-radius: 12px;
    width: 260px; text-decoration: none;
    transition: 0.3s; cursor: pointer;
    animation: hubFloat 4s ease-in-out infinite;
}

.v-hub-card:hover {
    border-color: #ffcc00; background: rgba(255, 204, 0, 0.1);
    transform: translateX(-10px);
}

@keyframes hubFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.v-card-flex { display: flex; align-items: center; gap: 15px; }

.v-icon-circle {
    width: 40px; height: 40px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.1);
}

.v-icon-circle img { width: 22px; height: 22px; }

.wa-bg { background: rgba(37, 211, 102, 0.2); }
.call-bg { background: rgba(255, 204, 0, 0.2); }
.secure-bg { background: rgba(0, 136, 255, 0.2); }

.v-card-info strong { display: block; color: #ffcc00; font-size: 0.9rem; }
.v-card-info p { margin: 0; color: #888; font-size: 0.75rem; }

/* Animation Delays */
.card-wa { animation-delay: 0s; }
.card-call { animation-delay: 0.5s; margin-right: 20px; }
.card-secure { animation-delay: 1s; }

/* Responsive Adjustments */
@media (max-width: 850px) {
    .victory-hero-final { height: auto; padding: 60px 0; }
    .v-bg-layer { width: 100%; clip-path: none; opacity: 0.2; }
    .v-main-wrapper { grid-template-columns: 1fr; text-align: center; }
    .v-hub-block { align-items: center; margin-top: 40px; }
    .v-live-indicator { justify-content: center; }
    .v-sub-text { margin: 0 auto 30px auto; }
    .v-btn-group { justify-content: center; }
    .card-call { margin-right: 0; }
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* Main Container */
.support-bar-container {
    width: 100%;
    background: #ffffff;
    padding: 0;
    margin: 20px 0;
    /* Bottom Premium Orange Strip */
    border-bottom: 12px solid #ff6600; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Flex Wrapper */
.support-bar {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Makes all items same height */
    font-family: 'Inter', sans-serif;
}

/* Individual Support Item */
.support-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    justify-content: center;
    position: relative;
    border-top: 3px solid transparent; /* Hidden top border for hover */
}

/* Vertical Dividers (Sleek line) */
.support-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #e0e0e0, transparent);
}

/* Icon Styling */
.icon-box {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Image jaisa exact Orange-Red color filter */
    filter: invert(36%) sepia(84%) saturate(2641%) hue-rotate(10deg) brightness(101%) contrast(106%);
}

/* Label Styling */
.support-label {
    color: #002e6d; /* Premium Navy Blue */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.2px;
    white-space: nowrap;
    transition: color 0.3s ease;
}

/* --- HOVER EFFECTS --- */

.support-item:hover {
    background-color: #fcfcfc;
    border-top: 3px solid #ff6600; /* Active top line indicator */
}

.support-item:hover .icon-box {
    transform: translateY(-3px) scale(1.1);
}

.support-item:hover .support-label {
    color: #ff6600;
    font-weight: 600;
}

/* Click Animation Effect */
.support-item:active {
    background-color: #f0f0f0;
    transform: scale(0.98);
}

/* Responsive Logic for Mobile Devices */
@media (max-width: 992px) {
    .support-bar {
        display: grid;
        grid-template-columns: 1fr 1fr; /* 2x2 Grid on Tablets */
    }
    .support-item {
        padding: 20px 10px;
        border: 1px solid #f0f0f0;
    }
    .support-item:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 600px) {
    .support-bar {
        grid-template-columns: 1fr; /* Stack on Mobile */
    }
    .support-label {
        font-size: 14px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap');

.v-footer-strip {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #eee;
    /* Image jaisa mota orange bottom border */
    border-bottom: 20px solid #ff6600; 
    padding: 0;
}

.v-footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v-strip-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 30px 15px;
    text-decoration: none;
    color: #002e6d; /* Navy Blue */
    font-family: 'Inter', sans-serif;
    position: relative;
    transition: all 0.3s ease;
}

/* Vertical Divider Lines */
.v-strip-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #e0e0e0;
}

.v-strip-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-strip-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Red-Orange Filter for icons */
    filter: invert(36%) sepia(84%) saturate(2641%) hue-rotate(10deg) brightness(101%) contrast(106%);
}

.v-strip-label {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

/* Hover Effects */
.v-strip-item:hover {
    background-color: #fff9f5;
}

.v-strip-item:hover .v-strip-label {
    color: #ff6600;
}

.v-strip-item:hover .v-strip-icon {
    transform: translateY(-3px);
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .v-footer-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Tablet pe 2x2 */
    }
    .v-strip-item:nth-child(even)::after { display: none; }
}

@media (max-width: 600px) {
    .v-footer-wrapper {
        grid-template-columns: 1fr; /* Mobile pe ek ke niche ek */
    }
    .v-strip-item::after { display: none; }
    .v-strip-item { border-bottom: 1px solid #f0f0f0; }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

#custom-notification-container {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
}

.custom-notification {
    background: #1a1a1a; /* Dark Elegant Background */
    border: 1px solid #d4af37; /* Gold Border */
    border-radius: 8px; /* Clean Sharp corners */
    padding: 12px 18px;
    min-width: 260px;
    max-width: 300px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    
    /* Smooth Slide-in Animation */
    opacity: 0;
    transform: translateX(-110%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    
    /* Soft Gold Glow */
    box-shadow: 0 10px 25px rgba(0,0,0,0.5), inset 0 0 5px rgba(212, 175, 55, 0.2);
}

.custom-notification.show {
    opacity: 1;
    transform: translateX(0);
}

/* Luxury Icon Style */
.notification-icon {
    background: linear-gradient(135deg, #d4af37, #f2d06b);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3);
}

.notification-text {
    display: flex;
    flex-direction: column;
}

.notification-text strong {
    color: #d4af37; /* Pure Gold Color */
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.notification-text span {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    opacity: 0.8;
}

/* Premium Hover */
.custom-notification:hover {
    background: #222;
    border-color: #f2d06b;
    transform: scale(1.02) translateX(5px);
}

/* Mobile responsive */
@media (max-width: 480px) {
    .custom-notification {
        min-width: 220px;
        padding: 10px 15px;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

#v-notify-container {
    position: fixed;
    bottom: 30px;
    left: 20px; /* Left side se aayega */
    z-index: 999999;
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
}

.v-gold-notif {
    background: #121212; /* Dark Theme */
    border: 1px solid #d4af37; /* Golden Border */
    border-radius: 8px;
    padding: 10px 15px;
    min-width: 240px;
    max-width: 280px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    cursor: pointer !important;
    
    /* Animation: Left se slide */
    opacity: 0;
    transform: translateX(-120%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

.v-gold-notif.show {
    opacity: 1;
    transform: translateX(0);
}

.v-notif-icon {
    background: linear-gradient(145deg, #d4af37, #b8860b);
    width: 35px;
    height: 35px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.v-notif-body {
    display: flex;
    flex-direction: column;
}

.v-notif-body b {
    color: #d4af37;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    margin-bottom: 2px;
}

.v-notif-body span {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    opacity: 0.9;
}

.victory-support-section {
  padding: 60px 20px;
  background-color: #000000; /* Dark Black Background */
  font-family: Arial, Helvetica, sans-serif;
}

.victory-support-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.victory-support-section h1 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 20px;
}

.victory-support-section h2 {
  font-size: 24px;
  color: #f9fafb;
  margin-top: 35px;
  margin-bottom: 15px;
}

.victory-support-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #d1d5db;
  margin-bottom: 15px;
}

/* STRONG TAG EXTRA BOLD */
.victory-support-section strong {
  color: #ffffff;
  font-weight: 800; /* Extra Bold */
}

.support-points {
  margin-top: 15px;
  padding-left: 20px;
}

.support-points li {
  font-size: 16px;
  color: #e5e7eb;
  margin-bottom: 10px;
  list-style-type: disc;
}

.final-note {
  margin-top: 30px;
  font-weight: 600;
  color: #ffffff;
}

.banner-section {
  width: 100%;
  overflow: hidden;
}

/* Common image styling */
.banner-section img {
  width: 100%;
  height: auto;
  display: block;
}

/* Default: Desktop visible, Mobile hidden */
.banner-desktop {
  display: block;
}

.banner-mobile {
  display: none;
}

/* Mobile View */
@media (max-width: 767px) {
  .banner-desktop {
    display: none; /* Desktop banner hidden on phone */
  }

  .banner-mobile {
    display: block; /* Mobile banner visible on phone */
  }
}
.helpline099{
  color: #fff;
  font-weight: bold;
}

.dsizebanner{
  width: 80%;
  margin-left: 10%;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&family=Orbitron:wght@600;800&display=swap');

.gaming-container {
    background: #0a0a0a;
    color: #e0e0e0;
    font-family: 'Poppins', sans-serif;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

.policy-card {
    background: #121212;
    max-width: 90%;
    width: 100%;
    border: 1px solid #d4af37;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.1);
    position: relative;
    overflow: hidden;
}

.gaming-title {
    font-family: 'Orbitron', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gaming-title strong {
    color: #d4af37;
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: center;
    border-bottom: 1px dashed #333;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.policy-section {
    margin-bottom: 25px;
}

.policy-section h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.3rem;
    color: #d4af37;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.policy-section h2 span {
    background: #d4af37;
    color: #000;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 12px;
    font-size: 0.9rem;
}

.policy-section p, .policy-section li {
    line-height: 1.7;
    color: #ccc;
}

.policy-section ul {
    list-style: none;
    padding-left: 5px;
}

.policy-section ul li::before {
    content: "⚡";
    margin-right: 10px;
    color: #d4af37;
}

strong {
    color: #d4af37;
    font-weight: 600;
}

.contact-box {
    background: rgba(212, 175, 55, 0.05);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 40px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.support-btn {
    display: inline-block;
    margin-top: 15px;
    background: linear-gradient(145deg, #d4af37, #b8860b);
    color: #000 !important;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    transition: 0.3s;
    text-transform: uppercase;
}

.support-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

@media (max-width: 600px) {
    .policy-card { padding: 20px; }
    .gaming-title { font-size: 1.5rem; }
}

/* Victory Exch Custom Support Section - Modular CSS */

.victory-exch-section {
    width: 90%;
    margin: 40px auto;
    background: #0a0a0a;
    color: #e0e0e0;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    border-radius: 20px;
    padding: 50px 40px;
    border: 1px solid #c5a059;
    box-shadow: 0 15px 40px rgba(0,0,0,0.8);
    line-height: 1.8;
}

.victory-exch-section h1 {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(135deg, #fdfc47 0%, #c5a059 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.victory-exch-section h2 {
    color: #c5a059;
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 4px solid #c5a059;
    padding-left: 15px;
    text-transform: capitalize;
}

.victory-exch-section h3 {
    color: #f1d279;
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 15px;
}

.victory-exch-section p {
    margin-bottom: 20px;
    color: #cccccc;
    font-size: 16px;
}

/* Bold Gold Highlights for your Keywords */
.victory-exch-section strong {
    color: #f1d279;
    font-weight: 700;
}

/* Grid System for Numbers */
.support-grid-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.support-grid-box div {
    background: #151515;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #222;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s;
}

.support-grid-box div:hover {
    border-color: #c5a059;
    background: #1a1a1a;
    transform: translateX(5px);
}

/* Info Box */
.principles-highlight {
    background: rgba(197, 160, 89, 0.05);
    border: 1px dashed #c5a059;
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
}

.principles-highlight ul {
    list-style: none;
    padding: 0;
}

.principles-highlight li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.principles-highlight li::before {
    content: "◈";
    color: #c5a059;
    position: absolute;
    left: 0;
}

.final-thoughts {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #333;
    font-style: italic;
    color: #888;
}

/* Responsive Fix */
@media (max-width: 768px) {
    .victory-exch-section {
        width: 95%;
        padding: 30px 20px;
    }
    .victory-exch-section h1 { font-size: 1.8rem; }
}

.vx-mini-wrap{
    max-width:1100px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
}

.vx-mini-card{
    background:#ffffff;
    padding:16px 18px;
    border-radius:12px;
    border:1px solid #e9e9e9;
    transition:all .25s ease;
}

.vx-mini-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 22px rgba(0,0,0,.08);
}

.vx-mini-title{
    font-size:16px;
    font-weight:600;
    margin-bottom:6px;
    color:#222;
}

.vx-mini-text{
    font-size:13px;
    color:#666;
    line-height:1.5;
    margin-bottom:8px;
}

.vx-mini-link{
    font-size:13px;
    color:#1a73e8;
    text-decoration:none;
    font-weight:500;
}

.vx-mini-link:hover{
    text-decoration:underline;
}

/* Responsive */
@media (max-width: 900px){
    .vx-mini-wrap{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 500px){
    .vx-mini-wrap{
        grid-template-columns:1fr;
    }
}

:root {
    --v-dark: #0a0b10;
    --v-accent: #ff3c3c;
    --v-glass: rgba(255, 255, 255, 0.03);
    --v-text: #b0b3b8;
}

.v-portal-container {
    background: var(--v-dark);
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    padding: 60px 5%;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.v-sidebar-decor {
    position: absolute;
    left: -100px;
    top: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 60, 60, 0.05), transparent);
    z-index: 0;
}

.v-content-inner {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
}

.v-portal-header {
    text-align: center;
    margin-bottom: 60px;
}

.v-status-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 255, 128, 0.1);
    color: #00ff80;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.v-dot {
    width: 8px;
    height: 8px;
    background: #00ff80;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 10px #00ff80;
}

.v-portal-header h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    letter-spacing: -1px;
}

.v-portal-header h1 span {
    color: var(--v-accent);
}

.v-portal-header p {
    color: var(--v-text);
    font-size: 1.1rem;
}

.v-portal-hub {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 25px;
}

/* Node as Anchor Tag */
.v-node {
    background: var(--v-glass);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px;
    display: flex;
    gap: 25px;
    transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    align-items: center;
    text-decoration: none; /* Link underline removed */
    color: inherit; /* Keeps text color white */
    cursor: pointer;
}

.v-node:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: scale(1.02);
    border-color: var(--v-accent);
}

.v-node-icon {
    font-size: 3rem;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    flex-shrink: 0;
}

.v-node-body {
    flex-grow: 1;
}

.v-node-body h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #fff;
}

.v-node-body p {
    color: var(--v-text);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Button UI (now a span since parent is <a>) */
.v-btn-mock {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 12px;
    font-weight: 600;
    transition: 0.3s;
}

.v-node:hover .v-btn-mock {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .v-portal-hub {
        grid-template-columns: 1fr;
    }
    .v-node {
        flex-direction: column;
        padding: 30px;
        text-align: center;
    }
    .v-node-icon {
        margin-bottom: 15px;
        margin-right: 0;
    }
}