*, html, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
  color: #333;
}

header {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.nav-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.nav-logo h1 {
  margin: 0;
  font-size: 24px;
}

.nav-controls {
  display: flex;
  align-items: center;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

nav {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
}

nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.main-content {
 
  background-color: white;
  margin: 0 auto;
  width: 100%;

  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}


.main-content-one{

  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  padding: 0 20px;
  background-color: white;
  margin: 40px auto;
  width: 90%;

}

.main-content-two{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    padding: 0 20px;
    background-color: white;
    margin: 40px auto;
    width: 90%;

}

.promo-text {
  flex: 1 1 480px;

  background-color: #fff;
  padding: 30px;
  border-radius: 10px;

  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.promo-text h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #333;
}

.promo-text .highlight {
  color: #e69800;
}

.promo-text .intro {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #555;
}

.feature {
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 4px solid #ffd000;
}

.feature h3 {
  margin-bottom: 8px;
  color: #444;
}

.feature p {
  color: #666;
  line-height: 1.5;
}

.form-container {
  flex: 1 1 480px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="text"], input[type="email"], input[type="password"], select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type="checkbox"] {
  margin-right: 10px;
}

button {
  background-color: #ffcc00;
  border: none;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
}


.select2-results__option span {
display: flex;
align-items: center;
gap: 0.5rem;
}

.select2-selection__rendered {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
}


.select2-selection__rendered {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
}

.select2-selection__clear {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}



@media screen and (max-width: 720px) { 
  .main-content-one{
    display: block;
  }

  .main-content-two{
    display: block !important;
  }

  .nav-controls {
    width: 90px;
    justify-content: flex-end;
  }

  nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: none;
    margin-top: 10px;
  }

  .site-title {
    font-size: 12px !important;
  }

  nav.show {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }
}





.trade-container {
background: #21252b;
padding: 20px;
border-radius: 10px;
width: 90%;
max-width: 350px;
margin: 1rem auto;
box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.timer {
font-size: 1.5rem;
text-align: center;
margin-bottom: 15px;
}

.asset-bar {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}

.asset-bar select,
.asset-bar input {
width: 48%;
padding: 8px;
border-radius: 4px;
border: none;
background: #2e333a;
color: #fff;
}

.price {
text-align: center;
font-size: 2rem;
margin-bottom: 15px;
font-weight: bold;
}

.action-buttons {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}

.high, .low {
width: 48%;
padding: 10px;
font-size: 1.1rem;
border: none;
border-radius: 6px;
color: #fff;
cursor: pointer;
}

.high {
background: #28a745;
}

.low {
background: #dc3545;
}

.info-line {
display: flex;
justify-content: space-between;
font-size: 0.9rem;
margin-bottom: 15px;
}

.investment-payouts {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
font-size: 0.9rem;
}

.investment-payouts label {
display: block;
margin-bottom: 4px;
}

.investment-payouts select {
background: #2e333a;
border: none;
color: #fff;
padding: 5px;
border-radius: 4px;
}

.trade-btn {
width: 100%;
padding: 12px;
font-size: 1.1rem;
background: #ffc107;
border: none;
border-radius: 6px;
color: #000;
cursor: pointer;
}



.container-evaluation {
  width: 100%;
  background-color: #0a0e27;
  margin: auto;
  padding: 2rem 1rem;
  color: white !important;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.card {
  background-color: #1c203e;
  border-radius: 20px;
  padding: 2rem;
  max-width: 400px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card h2 {
  text-align: center;
  margin: 0;
  font-size: 1.6rem;
  color: #fff;
}

.card h2::after {
  content: "";
  display: block;
  margin: 0.75rem auto 0;
  width: 60px;
  border-bottom: 2px solid #3f4860;
}

.card ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.card li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
  font-size: 1rem;
}

.card button {
  padding: 0.75rem;
  background: #007bff;
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.card button:hover {
  background: #005ecf;
}

@media (max-width: 768px) {
  .card-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
  }
}



.footer {
    background: #111;
    color: #ddd;
    padding: 40px 20px;
    font-family: 'Segoe UI', sans-serif;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-section {
    flex: 1 1 250px;
    margin: 10px;
  }

  .footer-section h2, .footer-section h3 {
    color: #00ffcc;
  }

  .footer-section ul {
    list-style: none;
    padding: 0;
  }

  .footer-section ul li a {
    color: #bbb;
    text-decoration: none;
  }

  .footer-section input {
    padding: 8px;
    width: 80%;
    margin-top: 10px;
    border: none;
    border-radius: 4px;
  }

  .footer-section button {
    padding: 8px 12px;
    margin-top: 10px;
    background-color: #00ffcc;
    border: none;
    color: #000;
    cursor: pointer;
    border-radius: 4px;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 0.9rem;
    color: #666;
  }

  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      text-align: center;
    }

    .footer-section input {
      width: 100%;
    }
  }