.hero-section {
  background: #083b55;
  padding: 140px 20px;
  text-align: center;
  color: #fff;
  h1 {
    font-size: 40px;
    font-weight: 700;
    color: #00FFFF;
    margin-bottom: 12px;
  }
  p {
    font-size: 20px;
    opacity: .9;
    color: #ffffffe6;
  }
  @media (min-width: 767px) {
    p {
      width: 50%;
      display: inline-block;
    }
  }
  .btn {
    padding: 14px 28px;
    border-radius: 6px;
    margin: 12px;
    display: inline-block;
  }
  .primary {
    background: #1dd3f8;
    color: #00384a;
    font-size: 20px;
  }
  .secondary {
    border: 1px solid #fff;
    color: #fff;
  }
}
.who-we-are, .markets {
  padding: 120px 20px;
  text-align: center;
  h2 {
    color: #065379;
    font-weight: 700;
    font-size: 40px;
  }
  @media (min-width: 767px) {
    .whop {
      width: 50%;
      display: inline-block;
    }
  }
  p {
    font-size: 18px;
    color: #526d7a;
    margin-bottom: 24px;
  }
  .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    svg,h3 {
      color: #065379;
    }
    p {
      color: #526d7a;
    }
  }
  .market-card {
    h3 {
      color: #065379;
      font-size: 24px;
    }
    p {
      color: #526d7a;
    }
  }
  .text-4xl{
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .who-we-are {
    padding: 72px 16px;
    h2 {
      font-size: 35px;
      margin: 32px 10px;
    }
    .cards {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .card {
      padding: 24px;
      border-radius: 14px;
      box-shadow: 0 6px 16px rgba(0,0,0,.08);
    }
    .card h3 {
      font-size: 18px;
      margin-bottom: 8px;
    }
    .card p {
      font-size: 15px;
      line-height: 1.6;
    }
  }
}
.cards, .market-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: auto;
}
.card, .market-card {
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

@media (max-width: 768px) {
  .markets {
    padding: 72px 16px;
    h2 {
      font-size: 35px;
      margin: 32px 10px;
    }
    p {
      margin: 24px 10px;
    }
    .market-grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 16px;
      padding: 0 10px;
    }
    .market-card {
      padding: 20px;
      border-radius: 12px;
      min-height: 120px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .market-card h3 {
      margin-top: 10px;
    }
    .market-card p {
      font-size: 14px;
      line-height: 1.4;
    }
  }
}
.markets {
  background: url('../images/asia-map.png') no-repeat center top;
  background-size: cover;
  padding: 140px 0px 180px;
}
.page-main {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.cms-index-index {
  .minicart-wrapper {
    display: none !important;
  }
  .header.content{
    display: flex;
  }
  @media only screen and (max-width: 767px) {
      .home-login-link {
          margin-bottom: 13px;
          margin-top: 4px;
          align-items: center;
      }
  }
  .home-login-link {
    margin-left: auto;
    display: flex;
    font-size: 14px;
  }
  .home-login-link a {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
  }
}
