.blog-card {
  width: 100%;
  height:300px;
  background: var(--light-black-color);
  border-radius: 6px;
  color: var(--light-white-color);
}

.blog-card-image {
  background: var(--light-white-color);
  width: 100%;
  height: 130px;
  border-radius: 6px 6px 0 0;
  overflow: hidden !important;
}

.blog-card:hover {
  border: 1px solid var(--grey-color);
}

.category {
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 600;
  padding: 10px 7px 0;
}

.category:hover {
  cursor: pointer;
}

.heading {
  font-weight: 600;
  padding: 7px;
}

.heading:hover {
  cursor: pointer;
}

.banner {
  background-image: url('../../img/world_map-removebg-preview.png'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  color: var(--light-white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* Add dark overlay */
  z-index: 1;
}

.banner-content {
  z-index: 2;
  max-width: 800px;
  background-color: var(--light-black-color); /* Match the dark colour of the banner */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  top: -40px; /* Move slightly above */
  transform: translateY(50%); /* Overlap with banner border */
}




/* Responsive Design */
@media (max-width: 768px) {


  .banner-content {
    transform: translateY(30%); /* Adjust for smaller screens */
}

}

.about-aurexedge {
  min-height: 100vh;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.85)
    ),
    url("../../img/about-us-page.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Modern hero style */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.article {
  min-height: 100vh;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.85)
    ),
    url("../../img/article.avif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Modern hero style */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact {
  min-height: 100vh;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.85)
    ),
    url("../../img/contact.avif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Modern hero style */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.terms-of-use {
  min-height: 100vh;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.85)
    ),
    url("../../img/terms.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Modern hero style */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.privacy-policy {
  min-height: 100vh;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.85)
    ),
    url("../../img/privacy.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Modern hero style */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.analytical-tools {
  min-height: 100vh;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.85)
    ),
    url("../../img/analytics-tool.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Modern hero style */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.market {
  min-height: 100vh;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.85)
    ),
    url("../../img/cryptocurrencies-and-digital-assets.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Modern hero style */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ai-trading {
  min-height: 100vh;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.85)
    ),
    url("../../img/ai-trading.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Modern hero style */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.copy-trading {
    min-height: 100vh;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.85)
    ),
    url("../../img/copy-trading.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Modern hero style */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.portfolio {
      min-height: 100vh;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.85)
    ),
    url("../../img/manageable-portfolio.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Modern hero style */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* crypto display */
.crypto-link {
  display: block;
  padding: 5px;
  margin: 5px 0;
  border-radius: 8px;
  text-decoration: none;
  color: var(--grey-color);
  border-radius: 1px solid rgba(165, 165, 165, .5);
  background-color: var(--black-color);
  transition: 0.3s ease;
}

.crypto-link:hover {
  /* background-color: #333; */
  color: var(--white-color);
}

.crypto-item {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.crypto-item img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.crypto-info {
  display: flex;
  flex-direction: column;
}

.crypto-name {
  font-weight: bold;
  font-size: 16px;
}

.crypto-price {
  font-size: 14px;
}

.crypto-change {
  font-size: 12px;
  font-weight: bold;
}

.wallet-container {
    max-width: 600px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.wallet-container h2 {
    text-align: center;
    color: #444;
    margin-bottom: 20px;
}

.wallet-card {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.wallet-card h3 {
    color: #333;
    margin-bottom: 10px;
}

.wallet-card p {
    font-family: monospace;
    color: #555;
    word-break: break-word;
    margin-bottom: 10px;
}

.copy-btn {
    background-color: var(--light-orange-color);
    border: none;
    color: var(--light-white-color);
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.copy-btn:hover {
    background-color: #e0a800;
}


     /* Container for the dropdown */
.custom-dropdown {
    position: relative;
    background: #1e1e2d; /* Dark background */
    border: 1px solid #33334d;
    color: #ffffff;
    cursor: pointer;
    padding: 12px;
    user-select: none;
}

/* The selected option area */
.custom-dropdown .selected-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* The hidden options list */
.custom-dropdown .options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #151515;
    border: 1px solid #33334d;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    max-height: 250px; /* Limits size */
    overflow-y: auto; /* Adds scroll if many coins */
    display: none; /* Hidden by default */
    z-index: 1000;
}

/* Option items */
.custom-dropdown .options li {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s;
}

.custom-dropdown .options li:hover {
    background: #33334d;
    color: #ffc107; /* Bybit Gold accent */
}

/* Show options when class 'open' is added via JS */
.custom-dropdown.open .options {
    display: block;
}