.newsletter {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #f9f9f9; /* Match your website's background color */
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
  margin: 150px;
  width: auto;
}

#heading-side h1 {
  font-size: 4.5rem; /* Adjust title size */
  font-weight: bold;
  color: #007aff; /* Sky blue text color */
  margin-bottom: 10px;
}

#heading-side p {
  margin-top: 50px;
  font-size: 1.2rem;
  color: #666; /* Match your website's text color */
  margin-bottom: 1rem;
}

#mc_embed_signup {
  width: 100%;
}

.mc-field-group {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  gap: 1em;
  margin-top: 50px;
}

#mc_embed_signup .mc-field-group label {
  color: #333; /* Match your website's label color */
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

#mce-EMAIL,
#mce-FNAME {
  width: 100%;
  padding: 15px;
  font-size: 16px; /* Increase font size */
  border: 1px solid #ccc;
  border-radius: 25px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); /* Add subtle inner shadow */
  transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for focus state */
}

#mc-embedded-subscribe {
  background-color: #007bff; /* Match your website's button color */
  color: #fff;
  border: none;
  padding: 12px 20px; /* Add padding for better spacing */
  font-size: 16px; /* Increase font size */
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition for hover and active states */
  margin: 0 auto; /* Center align the button */
  display: block; /* Ensure the button is treated as a block element */
  margin-left: 15px; /* Center align the button */
  margin-right: auto; /* Center align the button */
}

#mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
}

#mc-embedded-subscribe:hover {
  background-color: #0056b3; /* Darker shade for hover effect */
}

#mc-embedded-subscribe:active {
  transform: scale(0.98); /* Slightly shrink button on click */
}

#mc_embed_signup .indicates-required {
  color: #d9534f; /* Match your website's error color */
}

#disclaimer {
  padding-top: 40px;
}

#disclaimer-2 {
  text-align: center; /* Center align the text */
}

#prev-campaigns {
  margin-left: 20px;
}
