.fixed-image-section {
  position: relative;
  min-height: 100vh;
}

.division {
  margin-bottom: 200px;
}

.image-column {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  width: 41.666667%;
  padding: 0;
  z-index: 1;
  width: 100%;
}

.questionario {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Garante que a imagem cobre toda a área */
}

.content-column {
  min-height: 100vh;
}

.content-column .division {
  margin-right: calc(100% / 4);
}

.content-column-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  color: white;
  margin-top: 120px;
}

.form-floating input {
  background: none;
  border: none;
  border-bottom: 1px solid white;
  border-radius: inherit;
  margin-bottom: 27px;
  height: 68px !important;
  position: relative;
  color: white;
}

/* .form-floating>label{
    padding:1rem 0;
} */

.participants-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: white;
  margin-bottom: 31px;
}

.form-control:hover,
.form-control:focus {
  background-color: #4c4c4c;
  border-color: 1px solid #525252;
}

.form-control:focus {
  box-shadow: none;
  border-color: #525252;
  color: white;
}

.division .participants .participants-input input {
  background-color: #272727;
  border: none;
  border-radius: 0;
  padding: 12px 16px;
}

.division .participants .add-adult-btn {
  padding: 13px;
  background-color: white;
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  width: auto;
  padding: 10px 24px;
}

.division .participants .add-adult-btn-txt {
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.questions-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  color: white;
}

.submit-form-btn {
  margin-top: 68px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  padding: 14px 24px;
  gap: 12px;
  display: flex;
  align-items: center;
  border: none;
  position: absolute;
  top: 12%;
  right: 0.5%;
  display: none;
}

.adult-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: none;
  color: white;
  background-color: transparent;
}

.adult-item.bg-dark {
  background-color: #272727;
}

/* Quando o input estiver selecionado */
.adult-item:focus-within {
  background-color: #c8c8c8 !important;
  color: black;
}

.adult-item:focus-within .btn-edit,
.adult-item:focus-within .btn-delete {
  color: black;
}

.adult-number {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  min-width: 20px;
}

.adult-item input {
  flex: 1;
  background-color: transparent;
  border: none;
  color: white;
}

.adult-item input:focus {
  outline: none;
  color: black;
}

.action-buttons {
  display: flex;
  gap: 10px;
}

.btn-edit {
  display: none;
}

.edit-btn.show,
.btn-edit.show {
  display: flex;
}

.btn-edit,
.btn-delete {
  padding: 8px 20px;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: white;
}

.btn-edit:hover,
.btn-delete:hover {
  color: white;
}

.btn-delete {
  color: white;
}

.btn-delete:hover {
  color: white;
}

.helper-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: white;
}

.input-with-helptext .input-with-helptext-div input {
  height: 115px !important;
}

.input-with-helptext .input-with-helptext-div span {
  position: absolute;
  bottom: 8px;
}

.input-wrapper {
  position: relative;
}

.edit-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: white;
  padding: 8px;
  display: none;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}

.edit-icon {
  width: 18px;
  height: 18px;
}

.form-control:disabled {
  background: none;
  border: none;
  border-bottom: 1px solid white;
  border-radius: inherit;
  margin-bottom: 27px;
  height: 68px !important;
  position: relative;
  color: white;
}

/* Para ecrãs menores que lg (menos de 992px) */
@media (max-width: 991.98px) {
  .image-column {
    position: relative;
    width: 100%;
    height: 50vh; /* Altura menor em mobile */
  }

  .content-column {
    margin-left: 0;
  }

  .fixed-image-section .container-fluid {
    --bs-gutter-x: 48px;
  }

  .content-column-title {
    font-size: 36px;
  }

  .content-column .division {
    margin-right: 0;
  }
  .content-column-head-responsable .mb-5 {
    margin-bottom: 24px !important;
  }

  .division {
    margin-bottom: 132px;
  }

  .input-with-helptext .input-with-helptext-div input {
    height: 129px !important;
  }

  .questions-title,
  .content-column-title {
    font-size: 32px;
  }

  .input-wines,
  .input-allergies,
  .input-regions,
  .input-portowine {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }

  #email-label {
    font-size: 16px;
  }

  .btn-edit,
  .btn-delete {
    padding: 8px 5px !important;
  }

  .action-buttons {
    gap: 0px;
  }

  .adult-item {
    padding: 12px 12px;
  }

  .helper-text {
    font-size: 16px;
  }

  .input-with-helptext .input-with-helptext-div span {
    pointer-events: none;
  }

  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    height: fit-content;
  }
  .questions-1 input {
    height: 108px !important;
  }
  .questions-1 .input-wines,
  .questions-1 .input-allergies,
  .questions-1 .input-regions,
  .questions-1 .input-portowine {
    padding-top: 0;
    padding-bottom: 0;
  }
}
