@import url("/styles/styles.css");

/* Coming Soon Section */
.coming-soon {
  margin-top: 3em;
  padding: 4rem 2rem;
  text-align: center;
  background-color: #f5f8ff;
  animation: fadeInUp 1s ease-out;
}

.coming-soon h1 {
  font-size: 2.5rem;
  color: #003366;
  margin-bottom: 1rem;
}

.coming-soon p {
  font-size: 1.1rem;
  color: #444;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.coming-soon img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Footer */
/* footer {
  background-color: var(--jci-blue);
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
  margin-top: 2rem;
} */

/* Responsive Design */
@media (max-width: 768px) {

  .coming-soon h1 {
    font-size: 2rem;
  }

  .coming-soon p {
    font-size: 1rem;
  }
}
