
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #00112a;
  color: #ffffff;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  background-color: #001c3b;
  padding: 10px 0;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 200px;
  height: 80px; 
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 40px;
  width: auto;
  display: block;
}

.logo-text {
  color: #00ff73;
  font-size: 26px;
  font-weight: bold;
  margin-left: 10px;
  flex-shrink: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 60px;
}

.nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

@media (min-width: 1024px) {
  .header-flex {
    height: 80px;
  }

  .logo-text {
    font-size: 28px;
  }

  .nav a {
    font-size: 17px;
  }
}

.hero.contact-hero {
  background: url('img/contact-banner.webp') no-repeat center center;
  background-size: cover;
  padding: 100px 0 60px;
  text-align: center;
}
.hero.investor-hero {
  background-image: url('img/banner2.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.contact-hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero.contact-hero p {
  font-size: 18px;
  color: #ccc;
}

.contact-wrapper {
  padding: 60px 40px;
  background-color: #000e1a;
}

.section {
  margin-bottom: 100px;
}

.section h2 {
  font-size: 28px;
  color: #00ff9f;
  margin-bottom: 20px;
  text-align: center;
}

.info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.info-grid > div {
  min-width: 280px;
}

.contact-wrapper a {
  color: #00ff9f;
  text-decoration: none;
}

.contact-wrapper a:hover {
  text-decoration: underline;
}

.address-wrapper {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  color: white;
}

.address-wrapper h2 {
  color: #00ff9f;
  font-size: 28px;
  margin-bottom: 20px;
}

.ticket-form {
  max-width: 700px; 
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ticket-form input,
.ticket-form select,
.ticket-form textarea {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #444;
  background-color: #001829;
  color: #fff;
}

.ticket-form button {
  background-color: #00ff9f;
  color: #000;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.footer {
  background-color: #051229;
  color: #ccc;
  padding: 60px 40px 30px;
  font-size: 14px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  color: #ccc;
  font-size: 14px;
  background-color: #011633;
}

.footer-text {
  margin-bottom: 30px;
  line-height: 1.8;
  color: #ccc;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #222;
  text-align: center;
}

.footer-logo-group {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.logo-img {
  height: 36px;
  width: auto;
}

.logo-text {
  font-size: 18px;
  color: white;
  font-weight: 600;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  color: #aaa;
  font-size: 14px;
}

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

.footer-links a:hover {
  text-decoration: underline;
}
.WordSection1{
  width: 1200px;
  margin: auto;
}
.WordSection1 img{
  width: 100%;
}