body.light-mode {
  background-color: var(--dark-primary);
}

.light-mode{
   --primary-green: #0BB781;
  --content-light: #888E91;
  --content-secondary: #000000;
  --white: #000000;
  --black: #ffffff;
  --dark-primary: #ffffff;
  --dark-secondary: #fcfcfc;
  --transition: all 0.5s ease-in-out;
  --f1: nasalizationregular;
}

.light-mode .speed-section-card-content h4 {
    color: var(--black);
}

.light-mode .speed-section-card-content a {
    color: var(--black);
}

.light-mode .trading-feature {
    border-bottom: 1px solid var(--content-light);
}

.light-mode .liquiditySwiper-card-content h4,
.light-mode .features-tranding-main-inner .features-tranding-card .features-tranding-content h5,
.light-mode .features-tranding-main-inner .features-tranding-card .features-tranding-content p{
  color: var(--black);
}

.light-mode .file-actions button svg path,
.light-mode .file-actions a svg path {
  stroke: #000;   /* ya fill: #000; agar paths fill use karte hain */
}


.light-mode .navbar,
.light-mode .footer-bg{
    background: var(--black);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}

.light-mode section.home-banner-sec::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) -14.63%, rgba(255, 255, 255, 0.80) 18%, #fff 100%);
}

/* When body has light-mode → show black logo */
body.light-mode .logo-black {
  display: inline-block;
}
body.light-mode .logo-white {
  display: none;
}

.light-mode section.regulation-section::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 9.31%, rgba(255, 255, 255, 0.62) 40.05%, rgba(255, 255, 255, 0.95) 84.86%, #FFF 100%);
}

.light-mode .btn-primary {
    color: var(--black);
}

.light-mode .btn-primary:hover {
    color: var(--primary-green);
}

.light-mode .crypto-bg::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) -14.63%, rgba(255, 255, 255, 0.80) 18%, #fff 100%);
}

.light-mode .theme-toggle .icon.sun path{
    stroke: var(--primary-green);
}

.light-mode .theme-toggle .icon.moon path{
    stroke: #4E5356;
}