body {
      background-image: url('bg.png');
      text-align: center;
      font-family: "Inter", sans-serif;
      background-repeat: no-repeat;
       background-position: center center; 
      background-size: cover;
        background-repeat: no-repeat;

    }

    .logo-box {
      width: 95px;
      height: 95px;
      background: white;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      margin: 70px auto 40px;
    }

    .market-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 8px;
}

.market-title-box .line {
  height: 1px;
  width: 120px;
  background: #ccc;
  opacity: 0.6;
}

.market-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: #555;
}


    .market-value {
      font-size: 55px;
      font-weight: 700;
      color: #ff7b00;
      text-shadow: 0 0 15px rgba(255,123,0,0.4);
    }

    .blue-line {
      width: 70%;
      /* height: 3px; */
      height: 0px;
      margin: 35px auto;
    }

    /* Buttons */
    .action-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 12px 35px;
      border-radius: 40px;
      background: #0a1f1a;
      color: white;
      border: 2px solid #e6e6e6;
      font-size: 15px;
      font-weight: 500;
    }

    .action-btn:hover {
      background: #000;
      color: #fff;
    }

    /* Partners and Social */
    .partners img {
      height: 35px;
      opacity: 0.7;
      margin: 0 20px;
    }


.footer-social {
  display: flex;
  align-items: center;
}

.footer-social span {
  font-size: 14px;
  color: #666;
  margin-right: 6px;
}

/* ROUND ICON */
.social-icon {
  width: 34px;
  height: 34px;
  background-color: #0b0b0b;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ICON COLOR */
.social-icon i {
  color: #ff8c1a;
  font-size: 18px;
}

/* HOVER */
.social-icon:hover {
  background-color: #111;
}

    


  .button-wrapper {
  position: relative;
  background: #f2f2f2;
  padding: 15px 25px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  z-index: 1;
}

/* FIXED: small tight orange glow */
.button-wrapper::after {
  content: "";
  position: absolute;
  bottom: -4px;              /* Closer to wrapper */
  left: 50%;
  transform: translateX(-50%);
  width: 60%;                /* Much smaller width */
  height: 12px;              /* Lower height */
  background: rgba(255,120,0,0.55);
  filter: blur(18px);         /* Soft but not wide */
  border-radius: 25px;
  z-index: -1;
  opacity: 0.8;
}



.action-btn {
  background: #061412;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 40px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.action-btn i {
  font-size: 17px;
}

.footer-links a{
    color: #555;
    font-size: 14px;
    text-decoration: none;
}
.bi
{
    font-size: 18px;
}
.action-btn img
{
    width: 28px;
    float: right !important;
}
a i{
    color: #555;
}

.footer-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1200px) {
  .footer-section {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 14px;
    padding: 24px 20px;
  }

  .footer-social {
    justify-content: center;
  }
}
.terms-page {
  /* max-width: 760px; */
  margin: 0 auto;
  text-align: left;
}

.terms-page p {
  font-size: 16px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 18px;
}

.terms-page h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.terms-page h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 12px;
}

.terms-page h5 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #222;
}

/* Lists */
.terms-page ul,
.terms-page ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.terms-page li {
margin-bottom: 4px;
  line-height: 1.45;
  color: #444;
}

/* TERMS HERO HEADER */
.terms-hero {
  /* background: linear-gradient(
    135deg,
    #ffb347 0%,
    #ffcc70 40%,
    #fff1c1 100%
  ); */
  padding: 60px 20px 0px;
}

.terms-hero-inner {
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  padding: 40px 50px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.terms-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #111;
}

.terms-hero p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .terms-hero {
    padding: 60px 16px 40px;
  }

  .terms-hero-inner {
    padding: 28px 24px;
  }

  .terms-hero h1 {
    font-size: 32px;
  }
   .terms-page {
    max-width: 100%;
  }

  .terms-page p {
    font-size: 15px;
  }
}

.email-link {
  color: #ff9f1c;
  text-decoration: none;
  font-weight: 500;
}

.email-link:hover {
  text-decoration: underline;
}
