#gcb-form {
    max-width: 420px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    text-align: center;
    overflow: visible; /* 🔥 IMPORTANTE */
}

#gcb-form input,
#gcb-form select {
    width: 100%;
    padding: 14px;
    margin: 12px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
    background: #fff;
    appearance: none; /* remove estilo bugado */
}

#gcb-form select {
    cursor: pointer;
}

/* Corrige seta do select */
#gcb-form select:focus {
    outline: none;
    border-color: #25D366;
}

/* Corrige botão */
#gcb-form button {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    background: #25D366;
    color: #fff;
    border: none;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}

/* Evita corte por elementos externos */
body {
    overflow-x: hidden;
}
form, .elementor-widget, .container {
    overflow: visible !important;
}
overflow: hidden;
height: fixo;
position: relative;