.elementor-838 .elementor-element.elementor-element-029d51d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-47b28f6 */body {
  font-family: 'Inter', sans-serif;
  background-color: #0f172a;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

section {
  padding: 40px 20px;
  text-align: center;
}

h1, h2 {
  color: #facc15;
  margin-bottom: 10px;
}

p, strong, small {
  color: #ffffff;
}

.chart-placeholder {
  background-color: #1e293b;
  color: #ffffff;
  padding: 40px;
  border-radius: 15px;
  margin: 30px auto;
  max-width: 700px;
  font-style: italic;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
}

.map-preview img {
  max-width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.map-preview p {
  color: #cbd5e1;
  margin-top: 8px;
  font-size: 14px;
  font-style: italic;
}

.items-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.item-card {
  background-color: #1f2937;
  border-radius: 15px;
  padding: 20px;
  width: 200px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
}

.item-card:hover {
  transform: scale(1.05);
}

.item-card h3 {
  color: #facc15;
  margin-bottom: 8px;
}

.item-card p {
  color: #ffffff;
  font-weight: bold;
}/* End custom CSS */