.elementor-41 .elementor-element.elementor-element-b9964ef{--display:flex;}.elementor-41 .elementor-element.elementor-element-1554237{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1554237 */.coming-soon-page {
  height: 100vh;
  background-color: #000000;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  padding: 2rem;
  box-sizing: border-box;
}

.cs-wrapper {
  text-align: center;
  max-width: 600px;
  width: 100%;
}

.cs-wrapper h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: #C1272D; /* Primary Red */
}

.cs-wrapper p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #FFFFFF;
  opacity: 0.9;
}

.cs-subscribe {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.cs-subscribe input {
  padding: 0.75rem 1rem;
  border-radius: 6px;
  border: 2px solid #FFFFFF;
  background: #1A1A1A;
  color: #FFFFFF;
  font-size: 1rem;
  width: 260px;
  max-width: 100%;
}

.cs-subscribe input::placeholder {
  color: #888888;
}

.cs-subscribe button {
  padding: 0.75rem 1.5rem;
  background-color: #C1272D;
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cs-subscribe button:hover {
  background-color: #E63946;
}/* End custom CSS */