/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.custom-alert {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  background-color: #fff;
  max-width: 340px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
}
.custom-alert .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
/* Ensure dropdown icons are clickable */
.form-control {
  position: relative;
}
.form-control::after {
  content: "\25BC"; /* Down arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px; /* Space for the arrow */
}
#filler {
  /* height: 150px; */
  width: 100%;
}
.options-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.options-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.checkbox_radio_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #fff;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  width: 160px;
  text-align: center;
}

.checkbox_radio_container .wrapper {
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  hyphens: auto;
}

@media (max-width: 767.98px) {
  .options-container {
    flex-direction: column;
  }

  .checkbox_radio_container {
    width: 140px;
  }

  .checkbox_radio_container .wrapper {
    font-size: 0.9rem;
  }
}

.icon-container {
  margin-bottom: 10px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .main_title_1 h3 {
    font-size: 1.75rem;
  }
  .main_title_1 p {
    font-size: 1rem;
  }
  .main_question {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .wrapper_centering {
    padding-top: 1rem !important;
  }
  .main_title_1 h3 {
    font-size: 1.5rem;
  }
  .options-container {
    padding-top: 20px !important;
  }
  .checkbox_radio_container {
    margin-bottom: 15px;
  }
}

.icon-container img {
  max-width: 100%;
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  font-size: 0.95rem;
}
.icon-container img {
  width: 100%; /* Make the image 100% of its container */
}

.checkbox_radio_container a {
  display: block; /* Make the link fill the container */
  text-decoration: none; /* Remove underline from the link */
  color: inherit; /* Inherit text color */
}

.checkbox_radio_container:hover .wrapper {
  background-color: #fff;
}

h2 {
  color: #fff;
}

.forward:hover,
.btn_1:hover {
  background-color: #e0c7c5;
}

.wrapper {
  color: #fff;
}
