/* Header Styles */
.webapp-header {
  background-color: #2196F3;
  color: #fff;
  padding: 20px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.logo {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  color: #333;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}

.logo-text {
  color: #ff5500;
}

.logo-subtext {
  color: #666;
}
.navigation-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.navigation-menu ul li {
  margin-right: 20px;
}

.navigation-menu ul li:last-child {
  margin-right: 0;
}

.navigation-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

/* Add any additional CSS styles as needed */

/* Header Styles */
.webapp-header {
  /* Header styles here */
}

/* Hero Section Styles */
.hero-section {
  
  
  background-color: #F8F8F8;
  padding: 100px 0;
  text-align: center;
}

.hero-content {
  max-width: 600px;
  margin: 0 auto;
}

.hero-content h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.cta-button {
  display: inline-block;
  background-color: #2196F3;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  font-size: 18px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #1769b7;
}

/* Add any additional CSS styles as needed */

  /* About Us Styles */
.about-us {
  background-color: #f2f2f2;
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.about-us-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.about-us-text {
  width: 60%;
}

.about-us-text h3 {
  margin-bottom: 10px;
}

.about-us-text p {
  margin-bottom: 15px;
}

.about-us-image {
  width: 35%;
}

.about-us-image img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

/* Add any additional CSS styles as needed */

/* Investment Strategy Styles */
.investment-strategy {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.investment-strategy h2 {
  text-align: center;
  margin-bottom: 40px;
}

.strategy-card {
  display: flex;
  margin-bottom: 40px;
}

.strategy-card img {
  width: 300px;
  height: auto;
  margin-right: 20px;
}

.strategy-content {
  flex: 1;
}

.strategy-content h3 {
  margin-bottom: 10px;
}

.strategy-content p {
  margin: 0;
}

/* Add any additional CSS styles as needed */

/* Team Section Styles */
.team-section {
  background-color: #f5f5f5;
  padding: 80px 0;
}

.team-members {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.team-member {
  width: 300px;
  text-align: center;
  margin: 20px;
}

.team-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}

.team-member h3 {
  margin: 0;
  font-size: 24px;
}

.team-member p {
  margin: 0;
  color: #777;
}

/* Add any additional CSS styles as needed */


  /* Contact Section Styles */
.webapp-contact {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.webapp-contact h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.webapp-contact p {
  font-size: 16px;
  margin-bottom: 30px;
}

.contact-form {
  max-width: 400px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.contact-form textarea {
  height: 120px;
}

.contact-form button {
  background-color: #4CAF50;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #45a049;
}

/* Add any additional CSS styles as needed */
/* Footer Styles */
.webapp-footer {
  background-color: #f5f5f5;
  color: #333;
  padding: 30px 0;
}

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

.footer-section {
  width: 50%;
}

.footer-section h3 {
 
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
  margin-bottom: 10px;
}

.footer-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  margin: 0;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-links li {
  margin-right: 10px;
}

.footer-links a {
  color: #333;
  text-decoration: none;
}

/* Add any additional CSS styles as needed */

.menu-container {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  overflow-y: auto;
  max-height: 80vh;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  margin-bottom: 10px;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.window-settings {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 4px;
}

.window-settings h2 {
  margin-top: 0;
}

.window-settings form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-top: 20px;
}

.window-settings label {
  font-weight: bold;
}

.window-settings input {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.window-settings button {
  padding: 8px 16px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.window-settings button:hover {
  background-color: #555;
}

/* Default styles for all screen sizes */
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

/* Styles for screens with a maximum width of 768px */
@media (max-width: 768px) {
  .container {
    padding: 10px;
  }
}

/* Styles for screens with a maximum width of 480px */
@media (max-width: 480px) {
  .container {
    padding: 5px;
  }
}


