body {
      font-family: 'Lato', sans-serif;
      height: 100%;
    }
        .signal-buy { background-color: #d4edda; }
        .signal-sell { background-color: #f8d7da; }
        .signal-hold { background-color: #fff3cd; }
        .risk-low { color: green; }
        .risk-medium { color: orange; }
        .risk-high { color: red; }
        .logo_landing { margin-bottom: 20px; }
        .navbar-custom {
      background-color: none;
    }
    .navbar-custom .nav-link {
      margin-right: 25px;  
      color: #13406D;
    }
    .navbar-custom .nav-link:hover {
      color: #ddd;
    }
    .menu_footer_title {
      color: #13406D;
    }

    .footer {
      background-color: #13406D;
      color: #fff;
      padding: 3rem 0;
      font-family: Arial, sans-serif;
    }
    .footer a {
      color: #adb5bd;
      text-decoration: none;
      transition: color 0.3s;
    }
    .footer a:hover {
      color: #fff;
    }
    .footer .social-icons a {
      font-size: 1.5rem;
      margin: 0 10px;
    }
    .footer .list-unstyled li {
      margin-bottom: 10px;
    }
    .footer .img-placeholder {
      width: 60px;
      height: 60px;
      object-fit: cover;
      margin: 10px;
      border-radius: 5px;
    }
    .footer-copy {
      padding-top: 1rem;
      margin-top: 2rem;
      text-align: center;
      font-size: 12px;
    }
    #logo_landing {
  max-width: 450px; /* or any size you prefer */
  height: auto;
}

    #logo_landing_mobile {
  max-width: 250px; /* or any size you prefer */
  height: auto;
}
.disclaimer  {
    margin: 10px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

    #container34 {
      position: relative;
      margin: 0 auto;
      max-width: 70%;
   
    }
    
        .text {
      padding-top: 60px;
      font-family: Roboto;
      width: 100%;
      text-align: center;
      font-size: 3rem;
      font-weight: bold;
      color: black;
      opacity: 0;
      transform: translateY(30px);
      animation: fadeUp 3s forwards;
    }

    @keyframes fadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

.plan-card {
            border: 1px solid #dee2e6;
            border-radius: 12px;
            padding: 24px;
            margin-bottom: 20px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            background: white;
        }
        .plan-card:hover {
            border-color: #007bff;
            box-shadow: 0 4px 8px rgba(0,123,255,0.1);
        }
        .plan-header {
            text-align: center;
            margin-bottom: 20px;
        }
        .plan-title {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 8px;
            color: #333;
        }
        .plan-subtitle {
            color: #6c757d;
            margin-bottom: 20px;
        }
        .price {
            font-size: 2.5rem;
            font-weight: bold;
            color: #007bff;
            margin-bottom: 10px;
        }
        .price-period {
            color: #6c757d;
            font-size: 1rem;
        }
        .signup-btn {
            background: #007bff;
            border: none;
            color: white;
            padding: 12px 24px;
            border-radius: 6px;
            font-weight: bold;
            width: 100%;
            margin-top: 20px;
        }
        .signup-btn:hover {
            background: #0056b3;
        }
        .feature-list {
            list-style: none;
            padding: 0;
            flex-grow: 1;
        }
        .feature-list li {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            color: #495057;
        }
        .feature-list li::before {
            content: "✓";
            color: #28a745;
            font-weight: bold;
            margin-right: 10px;
            font-size: 1.1rem;
        }
        .usage {
            text-align: center;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #dee2e6;
            color: #6c757d;
        }
        .advanced-card {
            border-color: #007bff;
            background: linear-gradient(135deg, #f8f9ff 0%, white 100%);
        }
        .advanced-card .signup-btn {
            background: #6610f2;
        }
        .advanced-card .signup-btn:hover {
            background: #5a0bc4;
        }
        .non-pro {
            background: #f8f9fa;
            color: #6c757d;
            font-size: 0.9rem;
        }
        
    body { background-color: #f4f4f9; }
    #sidebar { min-height: 100vh; background-color: #E5E5E5; color: black; }
    #sidebar a { color: black; text-decoration: none; }
    #sidebar a:hover { background-color: #495057; color: #fff; border-radius: 5px; }
    .card { margin-bottom: 1rem; }
    .table td, .table th { vertical-align: middle; }
    .masked-key { letter-spacing: 2px; font-family: monospace; }
    .plan-card { border: 1px solid #ddd; border-radius: 8px; padding: 20px; text-align: center; background: #fff; }
    .plan-header { margin-bottom: 20px; }
    .plan-title { font-size: 1.5rem; font-weight: bold; }
    .plan-subtitle { color: #6c757d; }
    .price { font-size: 2rem; font-weight: bold; }
    .price-period { font-size: 1rem; color: #6c757d; }
    .feature-list { list-style: none; padding: 0; margin: 20px 0; }
    .feature-list li { margin-bottom: 10px; }
    .signup-btn { background-color: #007bff; color: #fff; padding: 10px 20px; border: none; border-radius: 5px; }
    .signup-btn:hover { background-color: #0056b3; }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .dashboard { flex-direction: column; align-items: center; }
      .sentiment-section { margin-right: 0; margin-bottom: 20px; width: 100%; }
      .stocks-section { flex-direction: column; width: 100%; }
      .stock-card { width: 100%; margin-bottom: 20px; }
      #mainChart { height: 300px; } /* Reduce chart height on mobile */
      select { width: 100%; margin-bottom: 10px; } /* Full width selects */
    }
            .container2 {
            max-width: 1200px;
            margin: 0 auto;
        }

        tr:nth-child(even) {
            background-color: #fafafa;
        }
        .chart-container {
            width: 100%;
            max-width: 800px;
            height: 400px;
            margin: 20px auto;
        }
        #rsi-table {
            margin-top: 20px;
        }
        .stance-buy { color: #2ca02c; font-weight: bold; }
        .stance-sell { color: #d62728; font-weight: bold; }
        .stance-hold { color: #9467bd; font-weight: bold; }
        .error { color: red; font-style: italic; }


    
      .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
  }
  h1 {
      text-align: center;
      margin-bottom: 20px;
  }
  .dashboard {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
  }
  .sentiment-section {
      padding: 20px;
      border-style: solid;
      border-width: 1px;
      border-radius: 5px;
      border-color: grey;
      flex: 1;
      text-align: center;
      margin-right: 20px;
      box-shadow: 7px 5px 5px #D8D8D8;
  }
  .stocks-section {
      flex: 3;
      display: flex;
      justify-content: space-around;
  }
  .stock-card {
      border-radius: 8px;
      padding: 15px;
      width: 30%;
      text-align: center;
  }
  .stock-card img {
      width: 80px;
      height: 80px;
      margin-bottom: 10px;
  }
  .stock-card p {
      margin: 5px 0;
      font-size: 16px;
  }
  .variation-positive {
      color: green;
  }
  .variation-negative {
      color: red;
  }
  .variation-neutral {
      color: black;
  }

  /* Responsive adjustments for dashboard_pairs */
  @media (max-width: 768px) {
      .dashboard { flex-direction: column; align-items: center; }
      .sentiment-section { margin-right: 0; margin-bottom: 20px; width: 100%; }
      .stocks-section { flex-direction: column; width: 100%; align-items: center; }
      .stock-card { width: 80%; margin-bottom: 20px; }
  }
