main {
  overflow: hidden;
}

.home-container {
  background: linear-gradient(270deg, #092338 0%, #1a629e 100%);
  text-align: center;
  padding-top: 3rem;
}

.home-container h2 {
  font-size: 46px;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}

.description {
  padding-bottom: 6rem;
}

.description p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 39.06px;
  text-align: center;
  color: white;
}

.description img {
  max-width: 100%;
}

.wave-container {
  height: 375px;
}

#waveSection2 {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 70%,
      rgba(255, 255, 255, 1) 100%
    ),
    url(/static/images/about_us/wave-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  color: white;
}

.text-collage-section {
  font-size: 26px;
  font-weight: 700;
  color: #0f395c;
  position: relative;
  top: 255px;
  max-width: fit-content;
  margin: auto;
  display: flex;
  gap: 5rem;
}

.mb-3 {
  margin-bottom: 0px !important;
}

/* .text-item {
  position: absolute;
} */

.text-collage-section h3 {
  color: #1e293b;
  font-size: 46px;
  font-weight: 700;
}

/* .facebook {
  top: 20%;
  left: -110%;
}

.google {
  top: 45%;
  left: -70%;
}

.linkedin {
  bottom: 0%;
  left: -35%;
}

.instagram {
  top: 17%;
  right: -90%;
}

.streaming {
  top: 50%;
  right: -150%;
} */

.form-section {
  margin-top: 5rem;
}

.form-section h3 {
  color: #0f395c;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 6rem;
}

.row {
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  color: #0f395c;
}

.form {
  max-width: 60%;
  margin: auto;
}

.form-control {
  background: #eef6fc;
  border: 1px solid #152850;
}

.form-select {
  background-color: #eef6fc;
  border: 1px solid #152850;
}

.form p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: center;
  color: #1a629e;
}

.card-with-video {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
}

.card-with-video p {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}

.video-text-container {
  max-width: 85%;
  margin: 0 auto;
}

.video-section {
  text-align: center;
  margin-bottom: 10rem;
}

.responsive-video {
  width: 90%;
  max-width: 872px;
  height: auto;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: -moz-available;
}

.container {
  margin: 30px auto;
}

.header {
  display: flex;
  justify-content: space-between;
  color: rgb(0, 77, 77);
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0 20px;
}

.options-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.option {
  display: flex;
  align-items: center;
  position: relative;
}

.radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
}

.radio-input:checked + .radio-custom {
  border-color: rgb(0, 77, 77);
}

.radio-input:checked + .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: rgb(0, 77, 77);
  border-radius: 50%;
}

.option-content {
  flex: 1;
  background: #eef6fc;
  border: 1px solid #152850;
  padding: 15px 20px;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #333;
}

.arrow {
  margin: 0 30px;
  color: #666;
}

.left-content {
  text-align: left;
}

.right-content {
  text-align: right;
}

.submit-button {
  max-width: max-content;
  margin: auto;
  padding: 15px 30px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  background-image: linear-gradient(#1d9097, #092f31cc);
  text-decoration: none;
  margin-bottom: 80px;
  font-size: 26px;
}

.submit-button:hover {
  background: linear-gradient(270deg, #1d9097 0%, rgba(9, 47, 49, 1) 100%);
  transform: scale(1.05);
}

@media (max-width: 600px) {
  .container {
    height: 300px;
  }

  .text-item {
    font-size: 16px;
  }

  .center-icon {
    width: 60px;
    height: 60px;
  }

  .facebook {
    top: 15%;
    left: 10%;
  }

  .google {
    top: 40%;
    left: 15%;
  }

  .linkedin {
    bottom: 30%;
    left: 20%;
  }

  .instagram {
    top: 25%;
    right: 15%;
  }

  .streaming {
    top: 45%;
    right: 10%;
  }
}
