.feature {
  padding: 20px 15px;
  margin-bottom: 30px;
  min-height: 280px; /* ensures equal height */
}

.feature img {
  height: 64px;
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}

.feature:hover img {
  transform: scale(1.1);
}

.feature h4 {
  color: #fc7c16;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}

.feature p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

.video-column {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .video-column {
    padding: 15px;
    margin-top: 30px;
  }
  .feature {
    min-height: auto;
  }
}


     .color{
      color:#fc7c16;
    }
    .bg{
      background: #fc7c16 !important;
    }
    .btn-primary, .tab-button{
      background: #fc7c16 !important;
      border:none !important;
      color:#fff!important;
    }
    .color-white{
      color: #ffffff !important;
    }
    h4{
      color:#fc7c16 !important;
    }
    h4 > span{
       color:#fc7c16 !important;

    }
    body {
      margin: 0;
      font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      background-color: #000;
      color: #fff;
    }

    .header-section {
      background-color: #000;
      padding: 20px 0;
    }
    .main-logo img {
      max-width: 180px;
    }
    .bitcoin-stats {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }
    .bitcoin-stats li {
      margin: 0 12px;
      
    }
    .bitcoin-stats h6 {
      font-size: 14px;
      font-weight: 600;
      margin: 0;
    }
    .bitcoin-stats span {
      font-size: 11px;
      text-align: center;
      color: #ccc;
    }
    .user {
      text-align: right;
      margin: 0px;
    }
    .user .btn {
      background-color: #fc7c16;
      color: #fff;
      border: none;
      margin-left: 8px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 6px 15px;
      border-radius: 4px;
      font-size: 13px;
    }

    /* Navbar */
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
      border: none;
      background-color: #111;
    }
    .navbar-nav > li > a {
      color: #fff !important;
      font-weight: 600;
      text-transform: uppercase;
    }
    .navbar-nav > li.active > a,
    .navbar-nav > li > a:hover {
      background-color: #fc7c16 !important;
    }

    /* Banner */
    .banner-text {
      background: url('https://cryptologos.cc/logos/bitcoin-btc-logo.png') no-repeat center center / cover;
      padding: 60px 0 30px;
      color: #fff;
    }

    /* FAQ Section */
    #faq-section {
      background: #000;
      color: #d8d8d8;
      padding: 30px 0 80px;
      font-family: 'Segoe UI', sans-serif;
    }
    .panel-group .panel {
      background-color: #0b0b0b;
      border: 1px solid #1f1f1f;
      border-radius: 8px;
      margin-bottom: 20px;
      box-shadow: 0 0 8px rgba(0, 240, 255, 0.08);
    }
    .panel-heading {
      background-color: #0b0b0b;
      padding: 18px 25px;
      border-bottom: 1px solid #1a1a1a;
    }
    .panel-title a {
      color: #00f0ff;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none;
      display: block;
      transition: color 0.3s ease;
    }
    .panel-title a:hover,
    .panel-title a:focus {
      color: #0ff;
      text-shadow: 0 0 6px rgba(0, 240, 255, 0.6);
    }
    .panel-title a.collapsed {
      color: #c4c4c4;
    }
    .panel-body {
      background-color: #121212;
      color: #cfcfcf;
      padding: 20px 25px;
      font-size: 16px;
      line-height: 1.7;
      border-top: 1px solid #1a1a1a;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .user {
        text-align: center;
        margin-top: -20px;


      }
    }
    @media (max-width: 767px) {
      .header-section .row > div {
        text-align: center;
        margin-bottom: 15px;
      }
      .bitcoin-stats {
        margin-top:-20px;
        padding: 0px;
        margin-bottom: -20x;
        justify-content: centers;
         

      }

      .bitcoin-stats h6 {
        font-size: 12px;

      }
      .bitcoin-stats li {
        margin: 6px 5px;
        font-size: 10px;

      }
      .bitcoin-stats span{
        font-size: 8px;
      }
      .user .btn {
        display: inline-block;
        margin: 0px 5px;
        width: auto;
      }
    }
 
  .footer-link {
    display: block;
    color: #ccc;
    margin-bottom: 8px;
    transition: color 0.3s;
    text-decoration: none;
  }

  .footer-link:hover {
    color: #fc7c16;
    text-decoration: underline;
  }

  .social-icon {
    color: #ccc;
    font-size: 18px;
    margin-right: 12px;
    transition: color 0.3s;
  }

  .social-icon:hover {
    color: #fc7c16;
  }

#purchase-coin-section {
  background-color: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
#purchase-coin-section h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#purchase-coin-section h2 span {
  color: #fc7c16;
}
#purchase-coin-section p {
  color: #ccc;
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 30px;
  line-height: 1.5;
}
#purchase-coin-section .btn-group .btn {
  color: #fc7c16;
  border: 2px solid #fc7c16;
  background: transparent;
  font-weight: 600;
  padding: 10px 20px;
  margin: 5px 6px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
#purchase-coin-section .btn-group .btn.active,
#purchase-coin-section .btn-group .btn:hover {
  background: #fc7c16;
  color: #000;
}
#purchase-coin-section .logo-carousel {
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
#purchase-coin-section .logo-carousel::-webkit-scrollbar {
  display: none;
}
#purchase-coin-section .logo-carousel img {
  height: 50px;
  margin: 0 25px;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  pointer-events: none;
}

/* Responsive Tweaks */
@media (max-width: 480px) {
  #purchase-coin-section h2 {
    font-size: 28px;
  }
  #purchase-coin-section p {
    font-size: 14px;
    max-width: 300px;
  }
  #purchase-coin-section .btn-group .btn {
    padding: 8px 15px;
    font-size: 13px;
    margin: 4px 2px;
  }
  #purchase-coin-section .logo-carousel img {
    height: 40px;
    margin: 0 15px;
  }
}

.carousel,
.carousel-inner,
.carousel .item {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.carousel .item {
  width: 100%;
}
.carousel-caption {
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  color: #fff;
  text-align: left;
  left: 10%;
  right: auto;
  max-width: 600px;
}
.carousel-caption h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.carousel-caption h1 span {
  color: #fc7c16;
}
.carousel-caption p {
  font-size: 18px;
  color: #eee;
  margin-bottom: 20px;
}
.carousel-caption .btn {
  background-color: #fc7c16;
  border: none;
  font-weight: 700;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 3px;
  text-transform: uppercase;
}

/* Feature Overlay Styling */
.feature-overlay {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #111;
  border-radius: 10px;
  width: 90%;
  max-width: 1100px;
  padding: 30px 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  z-index: 10;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.feature-box {
  color: #fff;
  text-align: center;
  width: 300px;
  margin: 10px 15px;
}
.feature-box img {
  height: 60px;
  margin-bottom: 10px;
}
.feature-box h4 {
  font-weight: 600;
  margin-top: 10px;
  color: #fc7c16;
  font-size: 18px;
}
.feature-box h4 i {
  margin-right: 8px;
}
.feature-box p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.5;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .carousel-caption {
    left: 5%;
    right: 5%;
    text-align: center;
    top: 45%;
    transform: translateY(-45%);
  }
  .carousel-caption h1 {
    font-size: 28px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
  .feature-overlay {
    flex-direction: column;
    align-items: center;
    bottom: -120px;
  }
  .feature-box {
    width: 100%;
    margin: 20px auto;
  }
}

.carousel-wrapper {
  position: relative;
}

.feature-overlay {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #111;
  border-radius: 10px;
  width: 90%;
  max-width: 1100px;
  padding: 30px 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  z-index: 10;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .feature-overlay {
    position: static;
    transform: none;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  .feature-box {
    width: 100%;
    margin: 20px auto;
  }
}
