

.block {
  display: flex;
  gap: 20px;
}

.input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

label {
  margin-bottom: 8px;
  font-weight: 600;
}

input,
textarea {
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  outline: none;
  width: 100%;
}

input:focus,
textarea:focus {
  border-color: #000;
}

textarea {
  resize: vertical;
}

.form-cta button {
  padding: 14px 24px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.bca{
    background-color: #000;
    width: 100%;
}