.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(33,37,41,1);
  transition: 0.3s ease all;
  -webkit-animation: sticky-menu 0.8s forwards;
  -ms-animation: sticky-menu 0.8s forwards;
  -o-animation: sticky-menu 0.8s forwards;
  animation: sticky-menu 0.8s forwards;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
}
@-webkit-keyframes sticky-menu {
  from {
    top: -50%;
  }
  to {
    top: 0;
  }
}
@keyframes sticky-menu {
  from {
    top: -50%;
  }
  to {
    top: 0;
  }
}
  header.up,
  header.down {
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }

  .transparent-header:not(.up):not(.down) .ks-toggle span {
    background: #ffffff;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: #ffcc00 !important;
    /* Gold */
    text-shadow: 0 0 10px rgba(255, 204, 0, 0.6);
  }


  .navbar-toggler {
    border: none !important;
  }

  .navbar-toggler-icon {
    filter: invert(1);
  }


  body {
    background-color: #000;
  }

  .result-card {
    transition: all 0.3s ease;
    min-height: 100px;
  }

  .result-card:hover {
    background: #1a1a1a !important;
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(255, 204, 0, 0.2) !important;
  }

  .result-num {
    font-size: 2.8rem !important;
    text-shadow: 0 0 15px rgba(255, 204, 0, 0.5);
  }


  .text-cyan {
    color: var(--cyan) !important;
  }

  .text-cyan:hover {
    text-decoration: underline !important;
  }

  .Customheading {
    background-color: #000;
    opacity: 0.75;
  }

  @media (max-width: 576px) {
    .result-num {
      font-size: 2.2rem !important;
    }
  }

  table td,
  table th {
    border-color: #d9d9d9 !important;
  }

  table tbody tr td.text-danger {
    font-weight: bold;
  }

  .top-button {
    background-color: #0d6efd;
    color: white;
    padding: 14px;
    border-radius: 3px;
    font-size: 18px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
  }

  .yellow-box {
    background-color: #ffcc00;
    padding: 25px 20px;
    border-radius: 4px;
    margin-top: 20px;
  }

  .yellow-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  select {
    height: 48px;
    font-size: 16px;
  }

  .go-btn {
    height: 48px;
    width: 120px;
    font-size: 18px;
  }

  /* Scroll-to-top button */
  #scrollTopBtn {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 1000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.2s ease-in-out;
  }

  /* Show button */
  #scrollTopBtn.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* Hover effect */
  #scrollTopBtn:hover {
    transform: translateY(-3px);
  }

  /* Main Footer */
.footer-satta {
    background: #0b0b0b;
    color: #e0e0e0;
    /* border-top: 2px solid #ffc400; */
}

/* Logo */
.footer-logo {
    color: #ffc400;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
}

/* Description */
.footer-desc {
    color: #c8c8c8;
    font-size: 15px;
    line-height: 1.7;
}

/* Heading */
.footer-heading {
    color: #ffc400;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ffc400;
    display: inline-block;
    padding-bottom: 4px;
}

/* Subscribe section */
.footer-small-heading {
    color: #fff;
    margin-bottom: 10px;
}

/* .subscribe-input {
    background: #1a1a1a;
    color: #fff;
    border: 1px solid #333;
} */

.subscribe-btn {
    background: #ffc400;
    color: #000;
    border-radius: 0;
}

/* Footer Links */
.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
}

.footer-links a:hover {
    color: #ffc400;
    text-decoration: underline;
}

/* Contact */
.footer-contact {
    color: #ccc;
    margin-bottom: 10px;
}

.footer-contact i {
    color: #ffc400;
    margin-right: 8px;
}

/* Social Icons */
.social-icons a {
    background: #1a1a1a;
    color: #ffc400;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: .3s;
}

.social-icons a:hover {
    background: #ffc400;
    color: #000;
}

/* Footer bottom links */
.footer-bottom-link {
    color: #eee;
    text-decoration: none;
}

.footer-bottom-link:hover {
    color: #ffc400;
}
/* Chart Boxes */
.chart-box {
    background: #111;
    padding: 20px 10px;
    font-size: 22px;
    font-weight: bold;
    color: #00ff95;
    border: 1px solid #444;
    border-radius: 10px;
}

/* Buttons */
.btn {
    border-radius: 8px;
    font-size: 18px;
}

table td {
    font-size: 18px;
}

