.tradingview-widget-container {
  display: flex;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 600dvh;
  flex-direction: column;
  margin-top: -150px;
}

.heroAccount {
  position: relative;
  background-image: url("../assets/accountTypes/account-types-hero.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100dvw;
  width: 100%;
  height: 60dvh;
}


.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 60px;
  /* Adjust padding as needed */
  color: white;
  /* Set a default text color for contrast */
}

.heroAccount h1 {
  font-size: clamp(2rem, 4dvw, 5rem) !important;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.heroAccount p {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 30px;
  color: #ffffff;
  text-align: center;
}

#accountCardsContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  justify-content: center;
}

#accountCardsContainer p {
  margin: 0;
}

#card-bg {
  width: 350px;
  height: fit-content;
  display: flex;
  border-radius: 15px;
  background: linear-gradient(180deg, #1EE981 0%, #0E92CA63 71.61%);
  flex-direction: row;
  align-items: center;
  padding: 0.0625rem;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}

.buttons {
  width: 70%;
  flex-wrap: nowrap !important;
}

@media screen and (max-width: 768px) {

  .buttons {
    width: 100%;
  }

}



.feature-card-account-types {
  border: 1px solid rgba(0, 209, 255, 0.5);
  /* Border with a soft blue glow */
  border-radius: 15px;
  padding: 20px;
  text-align: left;
  width: 350px;
  /* Adjust width to match the card dimensions */
  height: auto;
  transition: border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  /* Soft shadow */
}

.feature-card-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}

.feature-card-header::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.feature-card-header img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  filter: drop-shadow(0px 0px 15px #487DF799);
}

.feature-card-header h2 {
  font-size: 20px;
  color: #FFFFFF;
  margin: 0;
}



.feature-card-header h3 {
  font-size: 12px !important;
  margin: 0;
  font-weight: 400 !important;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.feature-card-account-types:hover {
  border-color: #00d1ff;
  /* Highlight color on hover */
}

.feature-card-account-types h3 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.card-account-contents {
  position: relative;
  margin-bottom: 25px;
}

.card-account-contents p {
  font-size: 12px !important;
  color: #fff;
  /* Light gray text */
  margin-bottom: 10px;
  font-weight: 400 !important;
  display: flex;
}

.card-account-contents p strong {
  width: 40%;
  color: #fff;
}

.card-account-contents p span {
  width: 60%;
  color: #fff;
}

.card-account-contents::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}






.feature-card-account-types a {
  margin: auto;
}



/* Section 1 */

.trade-section {
  background-color: #171A20;
  color: #ffffff;
  /* padding: 4rem 1.5rem; */
  padding: 3.75rem 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  flex-direction: row;
}

.account-types-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 40%;
}

@media (max-width: 750px) {
  .trade-section {
    flex-direction: column-reverse;
  }

  .account-types-content {
    max-width: 80%;
  }
}


.account-types-content h1 {
  text-align: left;
  margin: 0 !important;
  font-weight: bold;
  width: 85%;
  line-height: 1;
}

.account-types-content p {
  margin-top: 1rem;
  color: #b1b1b3;
  margin-bottom: 15px;
}




.info-badges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  max-width: 23dvw;
  height: 300px;
  min-width: 300px;
}



.info-badge {
  background-color: #3c3c3f;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.info-badge i {
  margin-right: 0.5rem;
}

.info-badges img {
  max-width: 30dvw;
  min-width: 345px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: floats 3s ease-in-out infinite;
}

@keyframes floats {
  0% {

    transform: translate(-50%, -50%);
  }

  50% {

    transform: translate(-50%, -48%);
  }

  100% {

    transform: translate(-50%, -50%);
  }
}

.info-badges .badge1 {
  top: -2rem;
  left: 2rem;
}

.info-badges .badge2 {
  top: 2rem;
  left: 4rem;
}

.info-badges .badge3 {
  top: 5rem;
  left: 1rem;
}

.shield-icon {
  position: relative;
  width: 150px;
  height: 150px;
  background: url('https://via.placeholder.com/150') no-repeat center center;
  background-size: contain;
}

.account-types-over {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-bottom: 10px;
}

.tradingview-widget-container {
  display: flex;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 600dvh;
  flex-direction: column;
  margin-top: -150px;
}

.feature-card-header h2 {

  font-size: 24px !important;
  font-weight: bold;
  line-height: 1.1;
}

.section-cards {
  max-width: 1600px;
  margin: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}