.elementor .e-961d61a{width:50%;padding:0px;flex-direction:column;}.elementor .e-b5598ec-9221753{/* Título simulado para o formulário (opcional, pode adicionar um widget de Título acima se preferir) */
selector::before {
  content: 'Request a Custom Quote';
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 32px;
  color: #1B2F28;
  display: block;
  margin-bottom: 8px;
}
selector::after {
  content: 'Fill out the form below and we will get back to you within 24 hours.';
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: #4A544D;
  display: block;
  margin-bottom: 24px;
  margin-top: -100%; /* Hack para posicionar dependendo da estrutura, recomendo usar um widget de texto nativo para isso e remover os pseudoelements */
}

/* Estilizando as labels do formulário */
selector .elementor-field-label {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #4A544D;
  margin-bottom: 8px;
}

/* Estilizando os campos de texto, email e textarea */
selector .elementor-field-group .elementor-field {
  background-color: transparent !important;
  border: 1px solid rgba(22, 33, 27, 0.2) !important;
  border-radius: 0 !important; 
  padding: 16px 20px !important;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #16211B;
  transition: all 0.3s ease;
}

/* Estado de Foco - Borda Dourada */
selector .elementor-field-group .elementor-field:focus {
  border-color: #C7992C !important;
  box-shadow: 0 0 0 1px #C7992C !important;
  outline: none !important;
  background-color: #FFFFFF !important;
}

/* Placeholder */
selector .elementor-field-group .elementor-field::placeholder {
  color: #A3A8A5;
  font-family: 'Inter', sans-serif;
}

/* Estilizando o Botão de Envio */
selector .elementor-button {
  background-color: #C7992C !important;
  color: #16211B !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 20px 40px !important;
  border-radius: 0 !important; 
  border: none !important;
  text-transform: none !important;
  transition: background-color 0.2s ease !important;
  width: 100% !important; 
}

/* Hover do Botão */
selector .elementor-button:hover {
  background-color: #B98A22 !important;
}

/* Ajuste de espaçamento entre os campos */
selector .elementor-field-group {
  padding-bottom: 24px !important;
}\n}.elementor .e-4168580{width:50%;padding:0px;flex-direction:column;}.elementor .e-c07523f{padding-block-start:50px;padding-block-end:50px;padding-inline-start:20px;padding-inline-end:20px;background-color:#ffffff;flex-direction:row;}