/* Start custom CSS for section, class: .elementor-element-59d4532e */.turkey-investment {
  max-width: 800px;
  margin: auto;
  padding: 0 1rem;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.8;
  color: #333;
}

.turkey-investment h1 {
  font-size: 2rem;
  margin-top: 1.5em;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #111;
}

.turkey-investment h2 {
  font-size: 1.5rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.turkey-investment p {
  margin-bottom: 1em;
  max-width: 70ch;
}

.turkey-investment ul {
  padding-left: 1.4em;
  margin-bottom: 1em;
  line-height: 1.6;
}

.turkey-investment .timeline {
  list-style: none;
  padding-left: 0;
}
.turkey-investment .timeline li {
  border-left: 3px solid #3c5f88;
  padding: 6px 0 6px 12px;
  margin-bottom: 6px;
  color: #444;
  background: #f9f9f9;
}

.turkey-investment .cta {
  margin: 2em 0;
  text-align: center;
}
.turkey-investment .cta a {
  display: inline-block;
  background: #3c5f88;
  color: #fff!important;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s, transform 0.2s;
}
.turkey-investment .cta a:hover {
  background: #2f4a6a;
  transform: translateY(-2px);
}

/* 響應式優化 */
@media (max-width: 600px) {
  .turkey-investment h1 {
    font-size: 1.6rem;
  }
  .turkey-investment h2 {
    font-size: 1.3rem;
  }
  .turkey-investment .cta a {
    width: 100%;
    padding: 14px;
  }
}/* End custom CSS */