header {
  
  padding: 10px;
}

.logo img {
  width: 10px;
  height: 10px;
}

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

.nav-menu li {
  display: inline-block;
  margin-right: 20px;
}

.nav-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.contact-info {
  margin-top: 10px;
}

.phone,
.email
}



.hero {
  
  
  padding: 100px 0;
  text-align: center;
}

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

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

.cta-button {
  background-color: #ff5500;
  
  padding: 15px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

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

.about-section {
  
  padding: 80px 0;
}

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

.about-section h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.about-section p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  
  text-decoration: none;
  font-size: 18px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #ffcc33;
}


#investment-strategy {
  
  padding: 60px 0;
}

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

h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-description {
  font-size: 18px;
  margin-bottom: 40px;
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.strategy-item {
  text-align: center;
}

.strategy-item img {
    width: 500px;
  height: 300px;
}

.strategy-item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.strategy-item p {
  font-size: 16px;
}

#team-section {
  
  
  padding: 50px 0;
}

#team-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.team-member {
  text-align: center;
  margin-bottom: 40px;
}

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

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

.team-member p {
  font-size: 16px;
  opacity: 0.8;
}



.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
}

h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  
  border: none;
  
}

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

.contact-form form button {
  display: block;
  width: 100%;
  padding: 12px;
  
  border: none;
  
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.contact-info p {
  margin-bottom: 10px;
}

.highlight {
  color: #ff6600;
}


  /* Footer Styles */
.dark-footer {
  
  
}

.footer-content {
  display: flex;
 
}

.footer-section {
 
}

.footer-section h3 {
  margin-bottom: 10px;
}

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

.footer-bottom p {
  margin: 0;
}

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

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

.footer-social-icons a {
  color: #fff;
  font-size: 18px;
}

/* Add any additional CSS styles as needed */

