* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

a {
text-decoration: none;
}

ul {
list-style: none;
}



img {
max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
li,
a,
p {
margin: 0;
padding: 0;
}


body {
  font-family: 'Roboto', sans-serif !important;
    
  }
  .navbar {
    margin-top: 10px;
    padding: 15px 0;
    margin-top: 0;
    background: #fff;
    box-shadow: 0 5px 18px 0 #3658711A;
  }
  .navbar-nav .nav-link {
    font-weight: 400;
    color: #333 !important;
    margin: 0 12px;
  }
  .navbar-nav .nav-link.active {
    color: #353F57 !important;
    font-weight: 700;
  }
  .navbar-nav .nav-link:hover{
    color: #627eea !important;
  }
  .btn-partner {
    background-color: #1F2A44 !important;
    color: #fff !important; 
    border-radius: 10px;
    padding: 9px 18px !important;
    font-weight: 500;
  }
.btn-partner:hover{
  background-color: #627EEA !important;
}
  /* Hero Section */
.hero-section {
  padding: 90px 0;
  background: linear-gradient(to right, #f1f2fa, #f9e8f3);
}

  .hero-section .info-box {
    border: 1px solid #627EEA;
    border-radius: 10px;
    padding: 12px 18px;
    font-size: 15px;
    margin-bottom: 20px;
    color: #4C5569;
  }
  .hero-section .hero-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: #1F2A44;
  }
  .hero-section .hero-title span {
    color: #627EEA;
  }
  .hero-section .hero-text {
    font-size: 16px;
    color: #626A7C;
    margin-top: 20px;
    margin-bottom: 35px;
  }
    /* Dark Button */
.hero-section .hero-btn-dark {
  display: inline-block !important;
  background-color: #1F2A44 !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 9px 26px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.hero-section .hero-btn-dark:hover {
  background: #627EEA !important;
  color: #fff !important;
}

/* Outline Button */
.hero-section .hero-btn-outline {
  display: inline-block;
  background: #fff;
  border: 1.5px solid #627EEA !important;
  color: #627EEA !important;
  border-radius: 8px;
  padding: 9px 26px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-section .hero-btn-outline:hover {
  background: #627EEA;
  color: #fff !important;
}
  .hero-section .note-box {
    border: 1px solid #627EEA;
    border-radius: 10px;
    padding: 12px 18px;
    background: transparent;
    font-size: 15px;
    margin-top: 40px;
    color: #4C5569;
  }
  /* Hero Image */
  .hero-section .hero-image {
    position: relative;
    text-align: end;
  }

  .hero-section .floating-icon {
    position: absolute;
    width: 60px;
  }
  .hero-section .icon-eth-top {
    top: -20px;
    left: 20%;
  }
  .hero-section .icon-bnb-left {
    bottom: 15%;
    left: -10%;
  }
  .hero-section .icon-eth-bottom {
    bottom: -20px;
    right: 15%;
  }
  .hero-section .icon-lock {
    top: 10%;
    right: -5%;
  }

  @media (max-width: 991px) {
      .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 61px;
        background: #fff;
        width: 100%;
        left: 0;
        z-index: 999;
      }
      .navbar-collapse {
          padding: 20px;
      }
    .hero-section {
      text-align: center;
      padding: 140px 0 50px;
    }
    .hero-section .hero-title {
      font-size: 32px;
    }
    .hero-section .hero-btn-dark, .hero-section .hero-btn-outline {
      margin: 8px 5px;
    }
    .hero-section .hero-image {
      margin-top: 40px;
      text-align: center;
    }
  }



  /* eth-secured  Css start*/
      .eth-secured {
    padding: 80px 0;
    scroll-margin-top: 30px;
  }
  .eth-secured h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
    color: #1F2A44;
  }
  .eth-secured p {
    color: #626A7C;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1.6;
  }
.feature-box {
display: flex;
align-items: center;
background: linear-gradient(130deg, #eef4ff 0%, #ffffff 100%);
border: 1px solid #d6e0ff;
border-radius: 10px;
padding: 14px 18px;
margin-bottom: 15px;
font-size: 15px;
font-weight: 500;
color: #1a1a1a;
transition: all 0.3s ease;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.feature-box:hover {
background: linear-gradient(135deg, #dce8ff 0%, #f7faff 100%);
border-color: #a8b4ff;
transform: translateY(-2px);
}
.feature-box i {
font-size: 18px;
margin-right: 10px;
color: #4a63ff;
}
  .shield-img {
    max-width: 479px;
    width: 100%;
    display: block;
    margin: auto;
  }
  @media (max-width: 991px) {
    .eth-secured {
      text-align: center;
    }
    .eth-secured h2 {
      font-size: 1.8rem;
    }
    .shield-img {
      margin-bottom: 30px;
    }
  }

  /* how it works */
      .step-card {
      position: relative;
      height: 100%;
      transition: transform 0.3s ease;
      max-width: 270px;
      margin-bottom: 50px;
    }
    .card-border::after {
        content: url(../images/line.png);
        position: absolute;
        top:25px;
        right:10px;
    }
      .how-it-works {
    background: linear-gradient(to right, #141e30, #243b55);
    color: #ffffff;
  }
    .how-it-works {
    padding: 60px 20px;
    text-align: center;
    scroll-margin-top: 140px;
  }

.how-it-works h2 {
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 38px;
}
.step-icon {
  margin-bottom: 30px;
}
  .step-card {
    border-radius: 12px;
    height: 100%;
    transition: transform 0.3s ease;
    text-align: left;
  }

  .step-card:hover {
    transform: translateY(-5px);
  }

  .step-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #F7F9FC;
  }

  .step-description {
    font-size: 14px;
    color: #cbd3e0;
  }


    .step-title {
      font-size: 18px;
    }
    .step-description {
      font-size: 16px;
    }
  
      @media (max-width: 575px){
        .card-border{
          margin-bottom: 20px !important;
          text-align: center;
        }
      .card-border::after {
        content: none;
      }
      .step-card {
        margin-bottom: 20px;
        justify-items: center;
        margin: auto;
        text-align: center;
      }
    }

/* who-uses */
      .who-uses {
    padding: 120px 20px;
    text-align: center;
  }
.card-box {
    display: flex !important;
    gap: 60px;
    justify-content: space-between;
}
.who-uses h2 {
    font-weight: 700;
    margin-bottom: 35px;
    color: #1F2A44;
    font-size: 38px;
}

  .use-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    height: 100%;
    transform: scale(1);
    width: 100%;
  }

  .use-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: scale(1.02);
  }

  .icon-wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    box-shadow: 0 4px 10px #627eea26;
    margin-left: -50px;
  }

  .use-card:hover .icon-wrapper {
    background: #e3ecff;
  }

  .icon-wrapper i {
    font-size: 24px;
    color: #5b76f7;
    transition: transform 0.3s ease;
  }

  .use-card:hover .icon-wrapper i {
    transform: scale(1.1);
  }

  .use-content h5 {
     font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
    color: #1F2A44;
  }

  .use-content p {
    margin: 0;
    font-size: 16px;
    color: #626A7C;
  }

  @media (max-width: 767.98px) {
    .who-uses {
    padding: 60px 0px;
    text-align: center;
}
    .use-card {
      flex-direction: column;
      text-align: center;
    }

       .icon-wrapper {
        margin-right: 0;
        margin-bottom: 15px;
        margin: 0px auto 20px;
        text-align: center;
    }

      .text-start {
          text-align: center !important;
      }
    .use-content {
      text-align: center;
    }
    .card-box {
    display: flex !important;
    gap: 60px;
    flex-direction: column;
    justify-content: space-between;
}
  }


/*  bnbs-section  */
  .bnbs-section {
    padding: 60px 10px;
    text-align: center;
    background: linear-gradient(90deg, #0f1d34, #1a2d47);
    margin: 0;
    background-color: #0f1d34;
    color: #fff;
  }
  

  .bnbs-section h2 , .token-section h3 {
    font-weight: 700;
    margin-bottom: 35px;
    color: #fff;
    font-size: 38px;
  }

  .bnbs-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 30px 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(#2a324e, #2a324e) padding-box, linear-gradient(360deg, #627EEA00, #686f81) border-box;
    border: 1px solid transparent;
  }

  .bnbs-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }

  .bnbs-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
  }

  .bnbs-icon img {
    /* max-width: 40px; */
    height: auto;
  }

  .bnbs-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .bnbs-desc {
    font-size: 16px;
    color: #BCBFC7;
    font-weight: 400;
  }

  @media (max-width: 767.98px) {
    .bnbs-icon {
      margin-bottom: 16px !important;
    }
    .security-text h3, .redemption-section h3, .faq-section h2 {
        font-size: 28px !important;
    }
    .how-it-works h2 {
    font-size: 28px !important;
}
    .bnbs-section h2, .token-section h3 {
        margin-bottom: 25px !important;
        font-size: 28px !important;
    }
    .security-text h3{
      margin-top: 20px;
    }
    .security-text h3, .redemption-section h3, .faq-section h2 {
        font-size: 28px !important;
        text-align: center !important;
      
    }
    .who-uses h2 {
       font-size: 28px;
    }
    .eth-secured{
    padding: 60px 0 !important;
}
.redemption-section {
    padding: 60px 0px!important;
}
.faq-section {
    padding: 60px 0px !important;
}
  }

  /* security section */
  .security-section {
    background-color: #f8f9fb;
    padding: 60px 10px 0;
    scroll-margin-top: 110px;
  }
  .security-text h3 , .redemption-section h3 , .faq-section h2{
      font-size: 38px;
      font-weight: 600 !important;
      color: #1F2A44;
  }
  .security-img {
    max-width: 100%;
    height: auto;
  }

  .feature-box {
    background: #f1f5ff;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    background: linear-gradient(#f4f6fe, white) padding-box, linear-gradient(360deg, #627EEA00, #c7d1f7) border-box;
      border: 1px solid transparent;
  }

  .feature-box i {
    color: #4b7bec;
    margin-right: 10px;
  }
.feature-box span{
    font-size: 16px;
    color: #4C5569;
    font-weight: 400;

}
  @media (max-width: 768px) {
    .security-text {
      margin-top: 30px;
    }
  }


  /* redemption-section  */
  .redemption-section {
    padding: 120px 20px;
    background-color: #f8f9fb;
    scroll-margin-top: 110px;
  }


  .feature-box i {
    color: #4b7bec;
    margin-right: 10px;
  }

  .redemption-img {
    max-width: 100%;
    height: auto;
  }

  @media (max-width: 768px) {
    .redemption-img {
      margin-top: 30px;
    }
  }

  /* token-section  */
  .token-section {
    background-color: #1F2A44;
    color: #ffffff;
    padding: 60px 10px;
  }

  .token-image {
    max-width: 100%;
    height: auto;
  }

  .token-box {
    background-color: #27334e;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
    font-size: 15px;
  }

  .token-box p {
    margin-bottom: 10px;
    color: #E9EAEC;
    font-size: 16px;
  }

  .token-box strong {
    width: 80px;
    display: inline-block;
    color: #F7F9FC !important;
  }

  .contract-copy {
    word-break: break-all;
  }

  .warning-box {
    background-color: #1d2d50;
    border-left: 4px solid #fbc02d;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 20px;
    color: #BCBFC7;
    font-size: 16px;
    background: linear-gradient(#293141, #293141) padding-box, linear-gradient(360deg, #627EEA00, #645930) border-box;
    border: 1px solid transparent;
    gap: 10px;
  }

  .warning-box i {
    margin-right: 8px;
  }

  /* faq-section */
  .faq-section {
    padding: 120px 20px;
  }

  .accordion-item {
    border: none !important;
    background-color: transparent;
    margin-bottom:30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px #627eea1a;
  }
.accordion{
  max-width: 750px;
  width: 100%;
  margin: auto;
}
  .accordion-button {
       color: #626A7C !important;
    font-weight: 400;
    border-radius: 10px !important;
  }

  .accordion-button:not(.collapsed) {
    background-color: #627eea !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .accordion-button::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\2b" !important; /* Plus sign */
    color: #777;
    background-image: none !important;
  }

  .accordion-button:not(.collapsed)::after {
    content: "\f068" !important; /* Minus sign */
    color: #fff;
  }

  .accordion-body {
    background-color: #fff;
    padding: 16px 20px;
    color: #444;
  }

  .faq-title {
    text-align: center;
    margin-bottom: 35px;
  }

  /* footer section */
      /* CTA Section */
  .support-cta {
      background-color: #5B77F3;
      color: white;
      border-radius: 15px;
      margin-bottom: -40px;
      z-index: 2;
      position: relative;
    }
    .support-cta .row{
        padding: 40px 30px;
        background-color: #627EEA;
    border-radius: 15px;
    }
    .support-cta h5 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size:38px;
    }
    .support-cta .btn {
background-color: #EFF2FD;
    color: #1F2A44;
    border-radius: 10px;
    font-weight: 500;
    padding: 9px 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }
    .support-cta .btn:hover{
      background-color: #000;
    }
    /* Footer */
    .footer {
      background: linear-gradient(135deg, #121C36, #1A2646);
      color: white;
      padding: 80px 20px 10px;
      text-align: center;
      position: relative;
    }
    .footer-logo {
      max-width: 45px;
      margin-bottom: 40px;
    }
    .footer-links{
      margin-bottom: 25px;
    }
    .footer-links a {
      margin: 0 23px;
      color: #ccc;
      text-decoration: none;
      font-size: 16px;
    }
    .footer-links a:hover {
      text-decoration: underline;
    }
    .footer-disclaimer {
      font-size: 16px;
      color: #EFF2FD;
      margin-top: 20px;
      font-style: italic;
      border-top: 1px solid #4c5569;
    padding-top: 20px;
    }
     @media (max-width: 768px) {
      .support-cta h5 {
        font-size: 28px;
        text-align: center;
    }
    .support-cta p{
      text-align: center;
    }
    .footer-links a {
    margin: 0 15px;
    color: #ccc;
    text-decoration: none;
    font-size: 16px;
}
     }