.elementor-775 .elementor-element.elementor-element-a053314{--display:flex;}/* Start custom CSS for html, class: .elementor-element-af18b4f */<style>
.dream-section {
  background: linear-gradient(to bottom, #111, #1c1c1c);
  color: #eee;
  padding: 50px 20px;
  font-family: 'Prompt', sans-serif;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.dream-container {
  max-width: 1000px;
  margin: auto;
}

.dream-container h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #ffcc00;
}

.dream-container p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #ccc;
}

.dream-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.dream-item {
  background: #222;
  border: 1px solid #444;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.dream-item:hover {
  background: #2a2a2a;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.05);
}

.dream-item h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.dream-item p {
  color: #bbb;
  font-size: 14px;
}

.dream-number {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #ffcc00;
  font-weight: bold;
}

.dream-footer {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #ddd;
}
</style>/* End custom CSS */