.nav-pills .nav-link.active {
  background-color: #161633;
  color: #fff;
}

.hero {
  background: linear-gradient(rgba(3, 13, 39, 0.6), rgba(3, 13, 39, 0.95)),
              url("../../images/sell-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  max-width: 420px;
}

/* Dark Buttons */
.btn-custom {
  background: #09bfde;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
}
.btn-custom:hover {
  background: #00ccff;
}

.btn-dark-custom {
  background: #11112a;
  color: #fff;
  border-color: white;
}

/* Sections */
.section-dark {
  background: #ffffff;
  padding: 40px 0;
}

.card-feature {
  background: white;
  border: none;
  padding: 25px;
  border-radius: 12px;
  height: 100%;
}

.faq-section {
  background: white;
  color: black;
  padding: 60px 0;
}

.card-faq {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.card-faq:hover {
  transform: translateY(-4px);
}

/* .accordion-button {
  background: transparent !important;
  color: #fff !important;
  font-weight: 500;
  box-shadow: none;
}
.accordion-button::after {
  filter: invert(1);
}
.accordion-body {
  color: #ddd;
  font-size: 0.95rem;
} */

.features-section {
  background: white;
  color: black;
  padding: 60px 0;
}

.card-feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 204, 255, 0.2);
}

.icon-box {
  font-size: 2rem;
  color: #09bfde;
}

/* .accordion-item {
  background: rgba(255, 255, 255, 0.05);
} */

.bg-purpl {
  background-color: #161633;
  color: #fff;
}

.small {
  font-size: 13px;
  color: #bbb;
}

.deal-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.deal-card h5 {
  color: #09bfde;
}

.badge-custom {
  background: #0c3a47;
}

.accordion-button {
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #09bfde !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}