.hero-container {
  padding: 2rem 0;
  background: rgb(34, 28, 62);
  background: url('data:image/svg+xml;utf8,<svg width="1931" height="244" </svg>'),
    linear-gradient(
      180deg,
      var(--md-primary-fg-color),
      var(--md-accent-fg-color) 99%,
      var(--md-default-bg-color) 0
    );
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

[data-md-color-scheme="slate"] .hero-container {
  background: url('data:image/svg+xml;utf8,<svg width="1931" height="244" '),
    linear-gradient(
      180deg,
      var(--md-primary-fg-color),
      var(--md-accent-fg-color) 99%,
      var(--md-default-bg-color) 0
    );
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.mdx-hero {
  color: var(--md-primary-bg-color);
  margin-bottom: 4rem;
  text-align: center; /* Ensure text is centered */
}

.mdx-hero .md-button {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  color: var(--md-primary-bg-color);
}

.mdx-hero .md-button--primary {
  color: rgba(195, 68, 53, 1);
  background-color: var(--md-primary-bg-color);
  border-color: var(--md-primary-bg-color);
}

.mdx-hero__image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.mdx-hero__content {
  text-align: center;
  margin-left: auto; /* Center the content */
  margin-right: auto; /* Center the content */
}

.mdx-hero__content h1 {
  margin-bottom: 1rem;
  font-weight: 700;
  color: currentColor;
}

.mdx-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 3rem;
  margin-bottom: 3rem;
}

.mdx-features img {
  height: 160px;
  object-fit: fixed;
}

@media screen and (min-width: 960px) {
  .md-sidebar--secondary {
    display: none;
  }

  .mdx-hero {
    display: flex;
    align-items: stretch;
  }

  .mdx-hero__image {
    order: 1;
    width: 50%;
  }

  .mdx-hero__content {
    width: 50%;
    margin-top: 5rem;
    padding-bottom: 20vh;
    text-align: left;
  }
}

.grid.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.grid.cards > div, .grid.cards > p {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.grid.cards > div h2, .grid.cards > div h3 {
  margin-top: 0;
}

.grid.cards > div iframe {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.grid.cards a {
  text-decoration: none;
  color: inherit;
}

.grid.cards a:hover {
  color: #0056b3;
}
#googleForm {
  /*margin-left: auto;/*
  /*margin-right: auto;*/
  text-align: center;
}