
/* Reset */
* { box-sizing: border-box; margin: 0; padding: 0; }
html,body {
width: 100%; }
body {
  font-family: 'Poppins', sans-serif;
  background-image: 
    linear-gradient(#f5aadc, #bfcce9),
    repeating-linear-gradient(
      -45deg,
      black,
      black 5px,
      #fff 5px,
      #fff 10px
    );
  color: #111;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height: 1.5;
}

/* Utility */
.content-width { max-width: 1180px; margin:auto; max-height: fit-content; }
.content-width h2 { color:#dbb32d; font-size: 2.5rem; }

.wallet-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* Existing .contect-add CSS */
.wc-left1{
 
  height: auto;
  width: max-content;
}
.address1 {
  font-size: 1rem;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center; 
  border-radius: 10px;
  background-color: #111111;
  height: 60px;
  font-family: monospace; 
  color:white; 
  font-weight:600; 
  overflow:hidden; 
  text-overflow:ellipsis;
   white-space:nowrap; 
}
.contect-add {
  width: 500px;
  height: 200px;
  padding: 15px 20px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  color: #000;
  border: 3px solid transparent;
  background-image: 
    url('images/19449741.jpg'),
    linear-gradient(#fff, #fff),
    repeating-linear-gradient(
      -45deg,
      black,
      black 5px,
      #fff 5px,
      #fff 10px
    );
  background-origin: padding-box, border-box, border-box;
  background-clip: padding-box, border-box, border-box;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  box-shadow: 0 4px 8px #00aaff55;
  white-space: normal;
  text-align: center;
  margin: 20px 0 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.copy-btn1 {
  margin: 10px;
  width: 100px;
   align-items: center;
   padding:12px 12px;
   border-radius:8px;
    background:linear-gradient(90deg,#ffcc00,#ff6b6b); 
    border:0;
     color:#111; font-weight:700;
      cursor:pointer; 
      box-shadow: 0 8px 20px rgba(255,107,107,0.12);
     }
.cover-videomain {
  width:100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

/* Ticker */
.ticker {
  width: 400px;
  height: 200px;
  padding: 15px 20px;
  border-radius: 12px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  color: #000;
  background-image: 
    url('images/19449741.jpg'),
    linear-gradient(#fff, #fff),
    repeating-linear-gradient(
      -45deg,
      black,
      black 5px,
      #fff 5px,
      #fff 10px
    );
  background-origin: padding-box, border-box, border-box;
  background-clip: padding-box, border-box, border-box;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px #00aaff55;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ticker h3{
  color:#dbb32d;
  margin: 0;
  font-size: 1.8rem;
}
/* HERO */
.hero {
  margin: 28px 0;
  padding: 60px 0;
  border-radius: 0;
  background-image: url("images/animation-fallback-scaled.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}

.hero-grid {
  margin:30px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 480px);
  gap: 30px;
  align-items: center;
}
.hero-left{
  margin: auto;
  letter-spacing: 2px; 
  letter-spacing: 1px; 
  height: auto;
  width:100%;
}
.hero-left h1 { 
  font-family:'Playfair Display',serif; 
  font-size:2.6rem; margin-bottom:12px;
  line-height:1.05;
   }
.accent { 
  color: #7c3aed; background:
   linear-gradient(90deg,#ffcc00,#ff6b6b);
  -webkit-background-clip:text;
   background-clip:text;
   color:transparent;
   }

.lead { color: #334155; margin-bottom:18px; font-size:1.05rem; }

/* Buttons */
.btn { display:inline-block; padding:12px 20px; border-radius:12px; font-weight:700; border:0; cursor:pointer; text-decoration:none; }
.btn-primary { background: linear-gradient(90deg,#7c3aed,#06b6d4); color:#fff; box-shadow: 0 10px 30px rgba(99,102,241,0.12); }
.btn-ghost { background: transparent; border: 1px solid rgba(15,23,36,0.06); color:#0f1724; margin-left:12px; }

/* Wallet card */
.wallet-card { 
  width:500px;
  margin-top:22px;
   display:block; 
   align-items:center;
    justify-content:space-between; 
    gap:12px; padding:12px;
     border-radius:12px;
      background: linear-gradient(180deg, rgba(255,255,255,0.9),
       rgba(250,250,250,0.85)); 
       border: 1px solid rgba(15,23,36,0.04);
       }
.address {
  width: 570px;
  display: flex;
  align-items: center;
  justify-content: center; 
  border-radius: 40px;
  background-color: #111111;
  height: 50px;
  font-family: monospace; color:white; font-weight:600; overflow:hidden; text-overflow:ellipsis; max-width:380px; white-space:nowrap; 
}
.wc-left{
  display: flex;
  height: auto;
  width: auto;
}
.copy-btn {
  margin: 10px;
   align-items: center;
   padding:8px 12px;
   border-radius:8px;
    background:linear-gradient(90deg,#ffcc00,#ff6b6b); 
    border:0;
     color:#111; font-weight:700;
      cursor:pointer; 
      box-shadow: 0 8px 20px rgba(255,107,107,0.12);
     }

/* HERO MEDIA */
.hero-right { 
  display:flex; 
  width: auto;
  height: auto; 
  align-items:center;
 }
.hero-media { display:flex; flex-direction:column; gap:14px; align-items:center; }
.image-frame, .image-frame-lg {
  width: 100%;
  max-width: 400px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #fffaf0);
  border: 1px solid rgba(15, 23, 36, 0.04);
  box-shadow: 50px 10px 30px rgba(16, 24, 40, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-frame { aspect-ratio: 4/3; }
.image-frame-lg { width:100%; max-width:380px; border-radius:14px; overflow:hidden; background:linear-gradient(180deg,#ffffff,#fffaf0); border:1px solid rgba(15,23,36,0.04); box-shadow:0 10px 30px rgba(16,24,40,0.06); display:flex; flex-direction:column; align-items:center; justify-content:flex-start; gap:20px; height:auto; }
.cover-video, .cover-video1 { width:100%; height:auto; object-fit:cover; display:block; border-radius:10px; }
/* NAV */
.nav-inner {
  font-size: 1.5rem;
  display:flex; justify-content:space-between;
  gap:20px; 
}
.brand { display:flex; 
  gap:12px; color:#111; 
  text-decoration:none;
  margin-left: 0100px;
}
.brand-logo { width:50px; height:50px; border-radius:12px; object-fit:cover; border:2px solid rgba(255,255,255,0.6); box-shadow: 0 6px 18px rgba(16,24,40,0.08);}
.brand-text { font-family:'Playfair Display', serif; font-weight:700; font-size:1.2rem; color:#0f1724; }

/* Nav links */
.nav-links { display:flex; gap:20px;margin-right: 0; }
.nav-links a { padding:8px 12px; border-radius:8px; color:#0f1724; font-weight:600; text-decoration:none; transition:all .22s ease; }
.nav-links a:hover { transform:translateY(-3px); box-shadow: 0 8px 30px rgba(59,130,246,0.08); background: linear-gradient(90deg, rgba(255,255,255,0.7), rgba(255,255,255,0.5)); }
.nav-links .cta { background: linear-gradient(90deg,#7c3aed,#06b6d4); color:#fff; box-shadow: 0 10px 30px rgba(99,102,241,0.18); }

/* Menu toggle (mobile) */
.menu-toggle { display:none; background:transparent;border:0;font-size:1.4rem;color:#111; }

/* Section common */


.section--glass {
 background-image: linear-gradient( #d6ddeb,#f1d3e7),
    repeating-linear-gradient(-45deg, black, black 5px, #fff 5px, #fff 10px);
  box-shadow: 0 8px 30px rgba(22,28,45,0.06);
  border: 1px solid rgba(255,255,255,0.6);
  width: 100%;
  padding: 72px 20px;
  box-sizing: border-box;
  min-height: 100vh;
}
/* TOKENOMICS */
.tokenomics .section-head { margin-bottom:18px; text-align:center; }
.token-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:18px; margin:18px 0; }
.card { background: linear-gradient(180deg,#fff,#fffaf0); padding:20px; border-radius:12px; text-align:center; box-shadow: 0 8px 20px rgba(16,24,40,0.06); border:1px solid rgba(15,23,36,0.04); }
.card h3 { margin-bottom:8px; color:#374151; }
.card .big { font-size:1.4rem; font-weight:700; color:#0f1724; }

/* Features */
.features { display:flex; gap:18px; justify-content:center; margin-top:20px; }
.feature { display:flex; flex-direction:column; align-items:center; gap:8px; padding:12px 18px; border-radius:10px; background:linear-gradient(90deg,#ffffff,#f8f9ff); box-shadow:0 6px 18px rgba(16,24,40,0.04); }
.feature i { font-size:1.3rem; color:#7c3aed; }

/* ABOUT */
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; align-items:center; }

.about-list { margin-top:14px; list-style:none; padding-left:0; color:#334155; }
.about-list li { padding:8px 0; position:relative; padding-left:22px; }
.about-list li::before { content:"●"; position:absolute; left:0; top:8px; color:#06b6d4; font-size:10px; }

/* ROADMAP */
.roadmap-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:18px; }
.timeline-card { padding:18px; border-radius:12px; background:linear-gradient(180deg,#fff,#fffaf0); box-shadow:0 8px 20px rgba(16,24,40,0.06); }
/* FOOTER */
.footer {
  padding: 28px 20px;
  background: linear-gradient(90deg, #111827, #7c3aed);
  color: #fff;
  margin-top: 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  box-sizing: border-box;
}
.footer {
  position: relative; /* ya fixed: position: fixed; bottom: 0; width: 100%; */
  z-index: 999;
}


/* Inner content */
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap; /* overflow avoid karne ke liye */
}

/* Disclaimer text */
.disclaimer {
  opacity: 0.85;
  font-size: 0.9rem;
}

/* Responsive adjustments for mobile/tablet */
@media (max-width: 768px) {
  .footer{
    font-size: 1rem;
   
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-inner > * {
    width: 100%;
    margin: 6px 0;
  }
}


/* Reveal animations (initial state) */
.reveal-up, .reveal-zoom { transform: translateY(20px) scale(0.98); opacity:0; transition: all 650ms cubic-bezier(.2,.9,.2,1); }
.reveal-zoom { transform: scale(0.96); }
.reveal-up.visible, .reveal-zoom.visible { transform:none; opacity:1; }

/* delay helpers */
.delay-1 { transition-delay: 120ms; }
.delay-2 { transition-delay: 240ms; }
.delay-3 { transition-delay: 360ms; }

/* small tweaks */
.muted { color:#475569; opacity:0.95; font-size:0.98rem; }

/* Header Container */
.crypto-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: rgb(38,38,38);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Inner Navbar */
.crypto-nav { 
  width:100%;
  display: flex; 
  justify-content: space-between; /* logo left, button right */
  align-items: center; 
  padding: 14px 0; 
}

/* Logo + Text */
.crypto-brand {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 50px; /* left spacing */
  margin: 0; /* remove comma based margin */
}


/* Logo image */
.crypto-logo {
  width: 50px; 
  height: 50px; 
  object-fit: cover; 
  border-radius: 50%; 
  border: 2px solid #ff6b6b; 
}

/* Logo text */
.crypto-text { 
  font-size: 1.35rem; 
  font-weight: 700; 
  color: #dbb32d; 
  letter-spacing: 1px; 
}

/* Buy Button Container */
.crypto-links {
  display: flex;
  margin: 0; /* reset */
}

/* Buy Button */
.crypto-cta { 
  margin-right: 30px;
  text-decoration: none; 
  padding: 10px 22px; 
  background: linear-gradient(90deg, #ff6b6b, #ffcc00); 
  color: #fff; 
  font-weight: 600; 
  width: 120px; 
  text-align: center; 
  border-radius: 20px; 
  transition: all 0.3s ease; 
  box-shadow: 0 3px 8px rgba(0,0,0,0.15); 
}

.crypto-cta:hover { 
  background: linear-gradient(90deg, #ffcc00, #ff6b6b); 
  transform: translateY(-2px); 
  box-shadow: 0 5px 12px rgba(0,0,0,0.2); 
}
/* COMMUNICATION SECTION */
.communication-section {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 60px 20px;
  margin: 40px auto;
  max-width: 1200px;
}

/* GRID LAYOUT */
.communication-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.comm-left, .comm-video, .comm-right {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comm-left:hover, .comm-video:hover, .comm-right:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.18);
}

/* LEFT BOX */
.comm-left .section-title {
  font-size: 2rem;
  color: #facc15;
  margin-bottom: 15px;
}
.follow-text {
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 20px;
}
.follow-image img {
  width:70px;
  height: 70px;
  border-radius: 12px;
  object-fit: cover;
}
.comm-main{
  display: flex;
  justify-content: center;
}
/* VIDEO BOX */
.comm-video video {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* RIGHT BOX */
.comm-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.social-box h3 {
  font-size: 1.5rem;
  color: #facc15;
  margin-bottom: 10px;
}

.social-box a {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
  padding: 12px 18px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.social-box a:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(90deg, #ffcc00, #ff6b6b);
}
/* PARTNERS SECTION */
.partners-section {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 60px 20px;
  margin: 40px auto;
  max-width: 1200px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partners-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 60px rgba(0, 0, 0, 0.2);
}

.partners-section .section-title {
  font-size: 2.5rem;
  color: #fbbf24; /* premium golden */
  text-align: center;
  margin-bottom: 40px;
}
.partners-row {
  display: flex;
  justify-content: center;
  align-items: stretch; /* ✅ sab div ko equal height dega */
  gap: 40px;
  flex-wrap: wrap;
}

.partner {
  display: flex;
  flex-direction: column;  /* ✅ image + text vertically stack ho */
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1 1 150px;   /* ✅ minimum width + grow same for all */
  max-width: 180px;  /* ✅ sab div same max width */
}

.partner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;        /* ✅ fill parent width */
}
.partner-content p{
  color: #494747;
}
.partner-img {
  max-width: 120px;
  height: auto;
  object-fit: contain;
  display: block;
}

.partner-name {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 8px;
}
/* ===========================
   MOBILE (≤768px) RESPONSIVE
   =========================== */
@media screen and (max-width: 768px) {
  /* Hero */
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 20px;
    padding: 0 15px;
  }
  .hero-left {
    width: 100%;
    text-align: center;
  }
  .hero-left h1 {
    font-size: 2rem;
  }
  .hero-right {
    width: 100%;
    justify-content: center;
  }
  .image-frame, .image-frame-lg {
    max-width: 100%;
  }

  /* Navbar */
  .crypto-nav {
    flex-direction: column;
    gap: 12px;
    padding: 10px 20px;
  }
  .crypto-links {
    justify-content: center;
    width: 100%;
  }
  .crypto-cta {
    width: 100%;
    max-width: 180px;
    text-align: center;
    margin: 0 auto;
  }

  /* Wallet Cards */
 .contect-add, .ticker {
    width: 100%;
    height: max-content;
  }
  
.wc-left{margin: 0;
  display: flex;
  height:auto;
  width:auto;
}
  .address,.address1 {
    border: 2px solid yellow;
    width: 100%;
  }

  /* Communication Section */
  .communication-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Partners Section */
  .partners-row {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .partner {
    max-width: 80%;
  }

  /* Tokenomics & About */
  .token-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .roadmap-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* ===========================
   TABLET (769px - 1024px) RESPONSIVE
   =========================== */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* Hero */
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 25px;
    padding: 0 20px;
  }
  .hero-left h1 {
    font-size: 2.3rem;
  }
  .hero-right {
    justify-content: center;
  }

  /* Navbar */
  .crypto-nav {
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 20px;
  }
  .crypto-cta {
    width: auto;
  }

  /* Communication Section */
  .communication-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  /* Partners Section */
  .partners-row {
    flex-wrap: wrap;
    gap: 25px;
  }

  /* Tokenomics & About */
  .token-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .roadmap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ===============================
   RESPONSIVE NAVBAR
   =============================== */

/* ===== MOBILE (≤768px) ===== */
@media screen and (max-width: 768px) {
  .crypto-nav {
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
  }
  
  .crypto-brand {
    justify-content: center;
    padding-left: 0;
  }
  
  .crypto-links {
    justify-content: center;
    width: 100%;
  }
  
  .crypto-cta {
    width: 80%;
    max-width: 180px;
    text-align: center;
    margin: 0 auto;
  }
}

/* ===== TABLET (769px - 1024px) ===== */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .crypto-nav {
    flex-direction: row;
    justify-content: space-between; /* logo left, buy right */
    align-items: center;
    padding: 12px 20px;
  }

  .crypto-brand {
    justify-content: flex-start;
    padding-left: 30px;
  }

  .crypto-links {
    justify-content: flex-end;
  }

  .crypto-cta {
    width: auto;
    margin-right: 20px;
  }
}
/* ===== MOBILE (≤768px) ===== */
@media screen and (max-width: 768px) {
  .crypto-nav {
    flex-direction: row; /* column mat karo */
    justify-content: space-between; /* logo left, buy right */
    align-items: center;
    padding: 10px 15px;
  }

  .crypto-brand {
    padding-left: 10px; /* thoda space */
  }

  .crypto-links {
    margin-right: 10px;
  }

  .crypto-cta {
    padding: 8px 16px;
    font-size: 0.9rem;
    width: auto; /* flexible width */
  }
}
/* ===== MOBILE (≤768px) ===== */
@media screen and (max-width: 768px) {
  .hero{
    margin-top:50px;
  }
  /* NAVIGATION */
  .nav-inner {
    margin-top: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px; /* upper gap */
    font-size: 1.2rem;
  }
  
  .brand {
    margin-left: 0;
    gap: 8px;
  }

  .nav-links {
    flex-direction: column;
    gap: 10px;
  }
  
  .nav-links a {
    font-size: 0.95rem;
    padding: 6px 10px;
  }

  /* HERO */
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
  }

  .hero-left h1 {
    font-size: 2rem;
    text-align: center;
  }

  .hero-left .lead {
    font-size: 1rem;
    text-align: center;
  }

  .hero-right {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .hero-media {
    gap: 12px;
  }

  .image-frame, .image-frame-lg {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .cover-video, .cover-video1 {
    width: 100%;
    height: auto;
  }
}

/* ===== TABLET (769px - 1024px) ===== */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* NAVIGATION */
  .nav-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    font-size: 1.35rem;
  }

  .nav-links a {
    font-size: 1rem;
    padding: 8px 12px;
  }

  /* HERO */
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding: 0 20px;
  }

  .hero-left h1 {
    font-size: 2.3rem;
  }

  .hero-left .lead {
    font-size: 1.05rem;
  }

  .hero-right {
    align-items: center;
  }

  .hero-media {
    gap: 14px;
  }

  .image-frame, .image-frame-lg {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .cover-video, .cover-video1 {
    width: 100%;
    height: auto;
  }
}
/* ===== MOBILE (≤768px) ===== */
@media screen and (max-width: 768px) {

  /* Wallet Container */
  .wallet-container {
    flex-direction: column;       /* stack vertically */
    align-items: center;
    gap: 5px;
    padding: 0 10px;             /* side padding */
  }

  .wc-left1, .contect-add {
    width: 100%;                 /* full width */
    max-width: 400px;            /* prevent overflow */
  }

  .address1 {
    font-size: 0.9rem;
    width: 100%;
    max-width: 380px;
  }

  .copy-btn1 {
    width: 100%;
    max-width: 140px;
    padding: 10px;
  }

  /* Ticker */
  .ticker {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 12px;
    font-size: 0.95rem;
  }

  .ticker h3 {
    font-size: 1.4rem;
  }
}

/* ===== TABLET (769px - 1024px) ===== */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  /* Wallet Container */
  .wallet-container {
    flex-direction: row;          /* keep row */
    justify-content: space-between;
    gap: 16px;
    padding: 0 20px;
  }

  .wc-left1, .contect-add {
    width: 48%;                  /* 2 items per row if space allows */
    max-width: 480px;
  }

  .address1 {
    font-size: 1rem;
    max-width: 380px;
  }

  .copy-btn1 {
    width: 120px;
    padding: 10px 12px;
  }

  /* Ticker */
  .ticker {
    width: 48%;
    max-width: 400px;
    height: auto;
    padding: 15px;
  }

  .ticker h3 {
    font-size: 1.6rem;
  }
}
/* ===== FEATURES RESPONSIVE ===== */

/* MOBILE ≤768px */
@media screen and (max-width: 768px) {
  .features {
    flex-direction: column; /* stack vertically */
    gap: 12px;              /* vertical spacing */
    margin-top: 16px;
    padding: 0 10px;        /* side padding */
  }

  .feature {
    width: 100%;            /* full width */
    max-width: 360px;       /* prevent overflow */
    padding: 10px 14px;
    gap: 6px;
  }

  .feature i {
    font-size: 1.1rem;      /* smaller icon */
  }
}

/* TABLET 769px - 1024px */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .features {
    flex-wrap: wrap;         /* allow row wrap */
    justify-content: center;
    gap: 16px;
  }

  .feature {
    width: calc(50% - 16px); /* 2 per row */
    max-width: 320px;
  }

  .feature i {
    font-size: 1.2rem;
  }}
  /* Tablet view */
@media (max-width: 1024px) {
  .section--stack {
    min-height: auto !important;
    padding: 40px 20px; /* thoda space rakho upar/neeche */
  }
}

/* Mobile view */
@media (max-width: 768px) {
  .communication-section {
    min-height: auto !important;
    padding: 30px 16px; /* aur compact rakho */
  }
}
@media (max-width: 1024px) {
  .communication-section {
    min-height: auto !important;
    padding: 40px 20px; /* thoda space rakho upar/neeche */
  }
}

/* Mobile view */
@media (max-width: 768px) {
  .communication-section {
    min-height: auto !important;
    padding: 30px 16px; /* aur compact rakho */
  }
}/* Sirf tablet screens ke liye (768px se 1024px tak) */
@media (min-width: 768px) and (max-width: 1024px) {
  .section-title,
  .comm-image {
    margin-top: 50px;
  }

  .communication-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 equal columns */
    gap: 20px;
    align-items: stretch;
  }

  .comm-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
  }

  .comm-main {
    display: flex;
    flex-direction: row; /* Follow Us + Image ek line me */
    align-items: center;
    gap: 12px;
  }

  .comm-main p {
    font-size: 1.8rem; /* ⚡ fix: space hata diya */
  }

  .follow-image img {
    max-width: 80px;
    height: auto;
  }

  .comm-video {
    width: 100%;
  }

  .comm-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .comm-right {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .social-box {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .social-box h3 {
    margin: 0;
    font-size: 1rem;
  }
}@media (max-width: 767px) {
  .partners-row {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;                  /* chhota gap, fit ke liye */
  }

  .partner {
    flex: 0 0 32%;              /* thoda kam than 33.33% */
    max-width: 32%;             /* same */
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;     /* padding include karo width me */
  }

  .partner-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .partner-img {
    max-width: 60px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .partner-name {
    font-size: 0.75rem;
    text-align: center;
    margin-top: 4px;
  }
}
