h1.gradient-text span {
    font-size: 0.65em;
}
h2.gradient-text span {
    font-size: 12px;
}
xl\:text-\[51px\] {
    @media (width >= 1280px) {
        font-size: 42px;
    }
}




/* ===== BIGBRO INTRO SECTION ===== */

.bigbro-intro-section {
  background: radial-gradient(1200px 600px at 50% -20%, #0b3b8f 0%, #020b1a 55%);
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #ffffff;
  overflow: hidden;
}

.bigbro-intro-container {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}

.intro-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #8ab4ff;
  border: 1px solid rgba(138, 180, 255, 0.3);
  margin-bottom: 20px;
}

.intro-heading {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 20px;
}

.intro-heading span {
  background: linear-gradient(90deg, #4da3ff, #7cf1ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro-description {
  max-width: 720px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}

.intro-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.highlight-box {
  padding: 26px 22px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}

.highlight-box h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

.highlight-box p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.intro-footer {
  margin-top: 10px;
}

.footer-tag {
  font-size: 14px;
  color: #a6c8ff;
  opacity: 0.9;
}

/* ===== MOBILE RESPONSIVE ===== */

@media (max-width: 768px) {
  .intro-heading {
    font-size: 36px;
  }

  .intro-description {
    font-size: 16px;
  }

  .intro-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .bigbro-intro-section {
   padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  }

  .intro-heading {
    font-size: 30px;
  }
}



/* ===== BIGBRO DIFFERENCE SECTION ===== */

.bigbro-difference-section {
  padding: 90px 20px;
  background: linear-gradient(180deg, #020b1a 0%, #04162f 100%);
  color: #ffffff;
}

.bigbro-difference-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #8ab4ff;
  border: 1px solid rgba(138, 180, 255, 0.3);
  margin-bottom: 18px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 18px;
}

.section-title span {
  background: linear-gradient(90deg, #4da3ff, #7cf1ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  max-width: 760px;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.difference-card {
  padding: 30px 26px;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  text-align: left;
}

.difference-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.difference-card p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .difference-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .difference-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 32px;
  }

  .section-subtitle {
    font-size: 16px;
  }
}
.bigbro-soul {
  text-align: center;
}

.soul-header {
  max-width: 900px;
  margin: 0 auto 70px;
}

.soul-title {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.15;
  font-weight: 600;
  margin-top: 18px;
}

.soul-title span {
  color: #5c7cff;
}

.soul-sub {
  margin-top: 18px;
  font-size: 17px;
  color: rgba(255,255,255,0.75);
}

.soul-bridge {
  margin-top: 28px;
  font-size: 18px;
  color: rgba(255,255,255,0.9);
}

.soul-bridge span {
  color: #7aa2ff;
  font-weight: 500;
}

/* Pillars */
.soul-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.pillar h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.pillar p {
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
}

/* Closing */
.soul-close {
  margin-top: 70px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
}

/* Mobile */
@media (max-width: 900px) {
  .soul-pillars {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: left;
  }

  .bigbro-soul {
    text-align: left;
  }

  .soul-header,
  .soul-close {
    text-align: center;
  }
}
/* Base fade-up animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.animate-fade-up {
  animation: fadeUp 0.9s ease-out both;
}

/* Staggered pillars */
.animate-stagger {
  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }

/* Shimmer effect for Dharma / Sanskar */
.shimmer {
  background: linear-gradient(
    90deg,
    #7aa2ff,
    #9fd3ff,
    #7aa2ff
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerMove 4s linear infinite;
}

@keyframes shimmerMove {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* Gentle glow pulse for closing line */
.glow-pulse {
  animation: glow 3.5s ease-in-out infinite;
}

@keyframes glow {
  0%, 100% {
    text-shadow: 0 0 0 rgba(122,162,255,0);
  }
  50% {
    text-shadow: 0 0 18px rgba(122,162,255,0.35);
  }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .animate-fade-up,
  .animate-stagger {
    animation: none !important;
  }
}


/* Canvas */
#rootedCanvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Animated Border */
.rooted-border {
  position: absolute;
  inset: 30px;
  border-radius: 24px;
  border: 1px solid rgba(0, 242, 242, 0.25);
  box-shadow: 0 0 40px rgba(0, 242, 242, 0.12);
  animation: borderPulse 6s ease-in-out infinite;
  z-index: 1;
}

@keyframes borderPulse {
  0% { box-shadow: 0 0 30px rgba(0,242,242,0.15); }
  50% { box-shadow: 0 0 70px rgba(0,242,242,0.35); }
  100% { box-shadow: 0 0 30px rgba(0,242,242,0.15); }
}


.rooted-badge {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid rgba(0,242,242,0.4);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #4DA3FF;
}

.rooted-title {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.15;
  margin-bottom: 20px;
}

.rooted-title span {
  color: #4DA3FF;
}

.rooted-subtitle {
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 17px;
  color: rgba(255,255,255,0.75);
}

.rooted-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pillar {
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.04),
    rgba(255,255,255,0.01)
  );
  border: 1px solid rgba(0,242,242,0.18);
  backdrop-filter: blur(6px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pillar:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0,242,242,0.25);
}

.pillar h4 {
  margin-bottom: 10px;
  color: #4DA3FF;
}

.pillar p {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
}

/* Mobile */
@media (max-width: 900px) {
  .rooted-pillars {
    grid-template-columns: 1fr;
  }

  .rooted-border {
    inset: 15px;
  }
}
:root {
  --bb-blue: #4DA3FF;
}

.rooted-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background:#0e1421;
  overflow: hidden;
  color: #fff;

}

/* Canvas */
#rootedCanvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Frame with background */
.rooted-frame {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 70px 40px;
  background: linear-gradient(
    180deg,
    rgba(77,163,255,0.08),
    rgba(10,15,40,0.95)
  );
  border-radius: 28px;
  backdrop-filter: blur(14px);
  z-index: 2;
}

/* Animated Border */
.rooted-border {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 1px solid rgba(77,163,255,0.35);
  box-shadow: 0 0 50px rgba(77,163,255,0.25);
  animation: borderPulse 5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes borderPulse {
  0% { box-shadow: 0 0 35px rgba(77,163,255,0.2); }
  50% { box-shadow: 0 0 80px rgba(77,163,255,0.45); }
  100% { box-shadow: 0 0 35px rgba(77,163,255,0.2); }
}

.rooted-container {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 40px 20px;
}

.rooted-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(77,163,255,0.5);
  color: var(--bb-blue);
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.rooted-title {
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1.15;
  margin-bottom: 18px;
}

.rooted-title span {
  color: var(--bb-blue);
}

.rooted-subtitle {
  max-width: 720px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: rgba(255,255,255,0.75);
}

/* Pillars */
.rooted-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pillar {
  padding: 26px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.02)
  );
  border: 1px solid rgba(77,163,255,0.25);
  transition: transform .4s ease, box-shadow .4s ease;
}

.pillar:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(77,163,255,0.35);
}

.pillar h4 {
  color: var(--bb-blue);
  margin-bottom: 10px;
}

.pillar p {
  font-size: 14.5px;
  color: rgba(255,255,255,0.7);
}

/* Mobile */
@media (max-width: 900px) {
  .rooted-frame {
    padding: 50px 20px;
  }

  .rooted-pillars {
    grid-template-columns: 1fr;
  }

  .rooted-title {
    font-size: 30px;
  }
}


.bigbro-how-section {
  position: relative;
  padding: 0px 00px;
  background: radial-gradient(circle at top, #0b1220, #050914);
  overflow: visible;
}

/* Canvas */
#howCanvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Container with real border */
.how-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  padding: 60px 30px;
  border-radius: 24px;
  border: 1.5px solid #0088f252;
  background: linear-gradient(
    180deg,
    rgba(0, 113, 242, 0.06),
    rgba(0, 0, 0, 0.55)
  );
  box-shadow: 0 0 60px rgba(0, 105, 242, 0.15);
}

/* Badge */
.how-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #0088f252;
  color: #0061f2;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/* Title */
.how-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.how-title span {
  display: block;
  color: #0061f2;
  font-size: clamp(16px, 2.5vw, 20px);
  margin-top: 10px;
}

/* Grid */
.how-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* Steps */
.how-step {
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
}

.step-index {
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 92, 242, 0.15);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
}

.how-step h4 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}

.how-step p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

/* Visual Core */
.how-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.how-visual{
  position: relative;
  min-height: 420px;
  overflow: visible;
  z-index: 5;
}

.core-ring {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 2px solid rgba(0, 113, 242, 0.5);
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  color: #0061f2;
  font-weight: 600;
  animation: rotate 20s linear infinite;
}

.core-glow {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 125, 242, 0.25), transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%,100% { opacity: 0.5; }
  50% { opacity: 1; }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Mobile */
@media (max-width: 900px) {
  .how-grid {
    grid-template-columns: 1fr;
  }

  .how-visual {
    margin-top: 40px;
  }
}
/* ============================= */
/* BIGBRO COIN SYSTEM (RIGHT)   */
/* ============================= */

/* =============================== */
/* BIGBRO CORE – FINAL SAFE STYLE */
/* =============================== */

.bb-core-wrap{
  position: relative;
  width: 280px;
  height: 380px;
  margin: auto;
  z-index: 5;
}

/* Glow */
.bb-core-glow{
  position: absolute;
  top: 55px;
  left: 50%;
  width: 240px;
  height: 240px;
  transform: translateX(-50%);
  background: radial-gradient(
    circle,
    rgba(0, 165, 242, 0.45),
    rgba(0, 125, 242, 0.15),
    transparent 70%
  );
  filter: blur(45px);
  animation: bbGlowPulse 2s ease-in-out infinite;
  z-index: 1;
}

/* Energy lines */
.bb-energy-lines{
  position: absolute;
  bottom: 95px;
  left: 50%;
  width: 220px;
  height: 160px;
  transform: translateX(-50%);
  z-index: 2;
}

.bb-energy-lines span{
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 100%;
 background: linear-gradient(
    to top,
    transparent,
    rgba(0,242,242,0.95),
    rgba(26,163,255,0.85),
    transparent
  );
    
  animation: bbRise 1.3s linear infinite;
}

.bb-energy-lines span:nth-child(1){ left:10%; animation-delay:0s;}
.bb-energy-lines span:nth-child(2){ left:30%; animation-delay:.2s;}
.bb-energy-lines span:nth-child(3){ left:50%; animation-delay:.4s;}
.bb-energy-lines span:nth-child(4){ left:70%; animation-delay:.6s;}
.bb-energy-lines span:nth-child(5){ left:90%; animation-delay:.8s;}

/* LOGO (PNG) */
.bb-core-logo{
  position: absolute;
  top: 70px;
  left: 50%;
  width: 140px;
  height: 140px;
  transform: translateX(-50%);
  background: url("D:\riteflow\assets\img\bigbrocore.png") no-repeat center / contain;

  filter:
    drop-shadow(0 0 18px rgba(0,242,242,.85))
    drop-shadow(0 0 38px rgba(26,163,255,.6));
  animation: bbFloat 2.2s ease-in-out infinite;
  z-index: 3;
}

/* Base */
.bb-core-base{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 250px;
  height: 85px;
  transform: translateX(-50%);
  border-radius: 50%;
 background: linear-gradient(
    to top,
    #0b2a3a,
    #050f18
  );

  box-shadow:
    0 0 45px rgba(0,242,242,.35),
    inset 0 10px 20px rgba(26,163,255,.25);
  z-index: 2;
}

/* Animations */
@keyframes bbGlowPulse{
  0%,100%{ opacity:.6; transform:translateX(-50%) scale(1);}
  50%{ opacity:1; transform:translateX(-50%) scale(1.1);}
}

@keyframes bbFloat{
  0%,100%{ transform:translate(-50%,0);}
  50%{ transform:translate(-50%,-14px);}
}

@keyframes bbRise{
  from{ transform:translateY(40px); opacity:0;}
  to{ transform:translateY(-140px); opacity:1;}
}



/* ============================= */
/* FORCE BIGBRO CORE VISIBILITY */
/* ============================= */

.bb-force-visible{
  position: relative !important;
  overflow: visible !important;
  min-height: 500px !important;
  z-index: 9999 !important;
}

/* Break out of grid + overflow */
.bb-fixed-core{
  position: relative;
  width: 251px;
  height: 334px;
  margin: 0 auto;
  pointer-events: none;
}

/* LOGO IMAGE (CANNOT DISAPPEAR) */
.bb-logo{
  position: absolute;
  top: 90px;
  left: 50%;
  width: 150px;
  height: auto;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 1 !important;
  visibility: visible !important;
  filter:
    drop-shadow(0 0 20px rgba(0,242,242,.8))
    drop-shadow(0 0 45px rgba(0,242,242,.6));
  animation: bb-float 2.4s ease-in-out infinite;
}

/* GLOW */
.bb-glow{
  position: absolute;
  top: 80px;
  left: 50%;
  width: 260px;
  height: 260px;
  transform: translateX(-50%);
   background: radial-gradient(
    circle,
    rgba(0,242,242,0.42),
    rgba(26,163,255,0.18),
    transparent 72%
  );
  filter: blur(50px);
  z-index: 1;
  animation: bb-pulse 2.2s ease-in-out infinite;
}

/* ENERGY LINES */
.bb-lines{
  position: absolute;
  bottom: 110px;
  left: 50%;
  width: 240px;
  height: 180px;
  transform: translateX(-50%);
  z-index: 2;
}

.bb-lines span{
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(
    to top,
    transparent,
    rgba(0,242,242,.9),
    transparent
  );
  animation: bb-rise 1.4s linear infinite;
}

.bb-lines span:nth-child(1){left:10%;animation-delay:0s}
.bb-lines span:nth-child(2){left:30%;animation-delay:.2s}
.bb-lines span:nth-child(3){left:50%;animation-delay:.4s}
.bb-lines span:nth-child(4){left:70%;animation-delay:.6s}
.bb-lines span:nth-child(5){left:90%;animation-delay:.8s}

/* BASE */
.bb-base{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 210px;
  height: 90px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(
    to top,
    #0a2a32,
    #050f18
  );
  box-shadow:
    0 0 50px rgba(0,242,242,.4),
    inset 0 10px 20px rgba(0,242,242,.3);
  z-index: 3;
}

/* ANIMATIONS */
@keyframes bb-float{
  0%,100%{transform:translate(-50%,0)}
  50%{transform:translate(-50%,-16px)}
}

@keyframes bb-pulse{
  0%,100%{opacity:.6;transform:translateX(-50%) scale(1)}
  50%{opacity:1;transform:translateX(-50%) scale(1.15)}
}

@keyframes bb-rise{
  from{transform:translateY(40px);opacity:0}
  to{transform:translateY(-160px);opacity:1}
}
.bigbro-how-section{
  overflow: hidden;
}
.bigbro-how-section{
  overflow: visible;
}



.paddingforcore{
    padding-top: 20px ;
    padding-bottom: 20px;
}




.bigbro-roadmap {
  position: relative;
  padding: 120px 20px;
  background: radial-gradient(circle at top, #0b1220, #050914);
  overflow: hidden;
}

#roadmapCanvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Wrapper */
.roadmap-wrapper {
  position: relative;
  z-index: 2;
  padding: 70px 40px;
  border-radius: 26px;
  border: 1.5px solid rgba(0, 242, 242, 0.35);
  background: linear-gradient(
    180deg,
    rgba(0,242,242,0.05),
    rgba(0,0,0,0.65)
  );
  box-shadow: 0 0 80px rgba(0,242,242,0.18);
}

/* Header */
.roadmap-header {
  text-align: center;
  max-width: 720px;
  margin: auto;
}

.roadmap-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0,242,242,0.6);
  color: #0082ed;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.roadmap-title {
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.2;
}

.roadmap-subtitle {
  margin-top: 16px;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
}

/* Timeline */
.roadmap-timeline {
  margin-top: 80px;
  display: flex;
  gap: 40px;
  position: relative;
}

/* Connecting Line */
.roadmap-timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #0082ed,
    transparent
  );
}

/* Item */
.roadmap-item {
  position: relative;
  flex: 1;
  text-align: center;
}

.roadmap-dot {
  width: 16px;
  height: 16px;
  background: #0082ed;
  border-radius: 50%;
  display: block;
  margin: auto;
  box-shadow: 0 0 20px #0082ed;
  animation: pulseDot 2.5s infinite;
}

@keyframes pulseDot {
  0% { box-shadow: 0 0 10px #0082ed; }
  50% { box-shadow: 0 0 30px #0082ed; }
  100% { box-shadow: 0 0 10px #0082ed; }
}

/* Card */
.roadmap-card {
  margin-top: 24px;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(0,242,242,0.25);
  background: rgba(0,0,0,0.6);
  transition: transform .3s ease, box-shadow .3s ease;
}

.roadmap-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 30px rgba(0,242,242,0.3);
}

.roadmap-card h4 {
  color: #0082ed;
  font-size: 18px;
  margin-bottom: 10px;
}

.roadmap-card p {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 900px) {
  .roadmap-timeline {
    flex-direction: column;
    gap: 50px;
  }

  .roadmap-timeline::before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    background: linear-gradient(
      180deg,
      transparent,
      #0082ed,
      transparent
    );
  }

  .roadmap-dot {
    margin-bottom: 12px;
  }
}


.ai-roadmap {
  position: relative;
  padding: 0px 0;
  overflow: hidden;
  background: linear-gradient(180deg,#071021,#0a152a);
}

/* Dynamic Moving Grid Background */
.roadmap-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,242,242,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,242,242,0.06) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: moveGrid 15s linear infinite;
  opacity: 0.5;
}

@keyframes moveGrid {
  0% { transform: translateY(0); }
  100% { transform: translateY(50px); }
}

.roadmap-container {
  padding: 80px 50px;
  position: relative;
  z-index: 2;
}

.roadmap-header {
  text-align: center;
  margin-bottom: 60px;
}

.roadmap-badge {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #0082ed;
  border-radius: 50px;
  font-size: 12px;
  color: #0082ed;
  margin-bottom: 15px;
}

.roadmap-header h2 {
  font-size: 44px;
  font-weight: 700;
}

.roadmap-header p {
  color: rgba(255,255,255,0.7);
  margin-top: 10px;
}

/* Core Wrapper */
.roadmap-core-wrapper {
  position: relative;
  height: 450px;
}

/* AI Core */
.ai-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
}

.core-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #0082ed;
  border-radius: 50%;
  animation: rotateRing 12s linear infinite;
  opacity: 0.7;
}

.ring-2 {
  width: 130px;
  height: 130px;
  top: 25px;
  left: 25px;
  animation-duration: 8s;
}

.core-glow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #0082ed;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 30px #0082ed;
}

@keyframes rotateRing {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Phase Boxes (Reduced Gap) */
.phase {
  position: absolute;
  width: 220px;
  padding: 18px;
  background: rgba(0,105,242,0.05);
  border: 1px solid rgba(0,124,242,0.3);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  transition: 0.4s;
}

.phase h4 {
  color: #ffffff;
  margin-bottom: 6px;
  font-size: 16px;
}

.phase p {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}

/* Better Positioning (Less Gap) */
.phase-1 { top: 10px; left: 40%; }
.phase-2 { top: 50%; right: 19%; transform: translateY(-50%); }
.phase-3 { bottom: 10px; right: 41%; }
.phase-4 { top: 50%; left: 19%; transform: translateY(-50%); }

.phase:hover {
  transform: scale(1.05);
  border-color: #0082ed;
  box-shadow: 0 0 15px rgba(0, 105, 242, 0.5);
}

.phase.active {
  background: #0085f2;
  color: #000;
}

.phase.active h4,
.phase.active p {
  color: #ffffff;
}

/* MOBILE */
@media (max-width: 992px) {

  .roadmap-core-wrapper {
    height: auto;
  }

  .ai-core {
    position: relative;
    transform: none;
    margin: 0 auto 50px auto;
  }

  .phase {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }

  .phase-1,
  .phase-2,
  .phase-3,
  .phase-4 {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
  }

}







/* === CENTER RING CONTAINER === */
.roadmap-center-ring {
    position: relative;
    width: 200px;
    height: 200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Outer rotating ring */
.roadmap-center-ring::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(0, 242, 242, 0.6);
    border-radius: 50%;
    animation: rotateRing 8s linear infinite;
    box-shadow: 0 0 25px rgba(0,242,242,0.4);
}

/* Inner rotating dashed ring */
.roadmap-center-ring::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border: 2px dashed rgba(0, 242, 242, 0.8);
    border-radius: 50%;
    animation: rotateReverse 6s linear infinite;
}

/* Core glowing dot */
.roadmap-core {
    width: 18px;
    height: 18px;
    background: #0082ed;
    border-radius: 50%;
    box-shadow: 0 0 20px #0082ed, 0 0 40px rgba(0,242,242,0.6);
    animation: pulseCore 2s ease-in-out infinite;
}

/* === ANIMATIONS === */

@keyframes rotateRing {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes rotateReverse {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}

@keyframes pulseCore {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.7; }
}
.roadmap-scan {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: conic-gradient(
        transparent 0deg,
        rgba(0,90,242,0.6) 40deg,
        transparent 80deg
    );
    animation: rotateRing 4s linear infinite;
    opacity: 0.4;
}
.roadmap-center-ring span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0082ed;
    border-radius: 50%;
    animation: floatParticles 5s ease-in-out infinite alternate;
}

@keyframes floatParticles {
    from { transform: translateY(-10px); opacity: 0.5; }
    to { transform: translateY(10px); opacity: 1; }
}


.inner-distrubed-text{
color: white;
font-size: 21px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 600;

}




/* ===============================
   FAQ SECTION - BIGBRO AI
================================= */

.faq-section {
  position: relative;
  background: linear-gradient(180deg, #061326 0%, #041020 100%);
  overflow: hidden;
}

/* Header */
.faq-header h2 {
  font-size: 42px;
  font-weight: 600;
  margin-top: 15px;
}

.faq-header p {
  color: rgb(255 255 255 / 70%);
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Wrapper */
.faq-wrapper {
  max-width: 850px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* FAQ Item */
.faq-item {
  border: 1px solid #0082ed;
  border-radius: 16px;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

/* Glow Hover Effect */
.faq-item:hover {
  border-color: #0067f2;
  box-shadow: 0 0 20px rgb(0 164 242 / 15%);
}

/* Question Button */
.faq-question {
  width: 100%;
  padding: 20px 25px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

/* Plus Icon */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #0067f2;
  transition: 0.3s;
}

/* Active State */
.faq-question.active::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0 25px;
}

.faq-answer p {
  color: rgba(255,255,255,0.7);
  padding-bottom: 20px;
  line-height: 1.6;
}

/* When Active */
.faq-question.active + .faq-answer {
  max-height: 300px;
  padding-top: 5px;
}

/* ===============================
   MOBILE RESPONSIVE
================================= */

@media (max-width: 768px) {

  .faq-header h2 {
    font-size: 28px;
  }

  .faq-question {
    font-size: 16px;
    padding: 16px 18px;
  }

  .faq-answer p {
    font-size: 14px;
  }

  .faq-wrapper {
    gap: 14px;
  }

}
          


.px-6.py-6.bg-blue.rounded-\[20px\].border.border-lineColor\/70 {
    padding: 25px;
}


@media (max-width: 480px) {
    .bigbro-intro-section
Specificity: (0,1,0)
 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
html {
  scroll-behavior: smooth;
}

#roadmap,
#token,
#how,
#faq {
  scroll-margin-top: 100px; /* Adjust this */
}
section {
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  span.text-tertiary {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
    .bigbro-intro-section
Specificity: (0,1,0)
 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}





.p-6.rounded-20.bg-blue.border.border-lineColor\/70.text-center{

 padding-top: 30px;
 padding-left: 30px;
  padding-right: 30px;
}


